summaryrefslogtreecommitdiff
path: root/cli/tests/bundle.test.out
blob: c3e12e8a914c3e12bae32a3dcce3ffba68779ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[WILDCARD]
let System, __instantiateAsync, __instantiate;
[WILDCARD]
(() => {
[WILDCARD]
})();

System.register("print_hello", [], function (exports_1, context_1) {
  [WILDCARD]
});
System.register(
  "subdir2/mod2",
  ["print_hello"],
  function (exports_2, context_2) {
    [WILDCARD]
  },
);
System.register("mod1", ["subdir2/mod2"], function (exports_3, context_3) {
  [WILDCARD]
});

const __exp = __instantiate("mod1");
export const returnsHi = __exp["returnsHi"];
export const returnsFoo2 = __exp["returnsFoo2"];
export const printHello3 = __exp["printHello3"];
export const throwsError = __exp["throwsError"];
[WILDCARD]