2019-11-13 10:35:56 -05:00
|
|
|
[WILDCARD]
|
2020-06-18 09:06:48 -04:00
|
|
|
let System, __instantiate;
|
2020-02-12 16:41:51 -05:00
|
|
|
(() => {
|
2019-11-13 10:35:56 -05:00
|
|
|
[WILDCARD]
|
|
|
|
})();
|
|
|
|
|
2020-02-12 16:41:51 -05:00
|
|
|
System.register("print_hello", [], function (exports_1, context_1) {
|
2020-06-04 08:36:25 -04:00
|
|
|
[WILDCARD]
|
|
|
|
});
|
|
|
|
System.register("subdir2/mod2", ["print_hello"], function (exports_2, context_2) {
|
|
|
|
[WILDCARD]
|
2020-02-12 16:41:51 -05:00
|
|
|
});
|
|
|
|
System.register("mod1", ["subdir2/mod2"], function (exports_3, context_3) {
|
2020-06-04 08:36:25 -04:00
|
|
|
[WILDCARD]
|
2019-11-13 10:35:56 -05:00
|
|
|
});
|
|
|
|
|
2020-06-18 09:06:48 -04:00
|
|
|
const __exp = __instantiate("mod1", false);
|
2020-02-12 16:41:51 -05:00
|
|
|
export const returnsHi = __exp["returnsHi"];
|
|
|
|
export const returnsFoo2 = __exp["returnsFoo2"];
|
|
|
|
export const printHello3 = __exp["printHello3"];
|
|
|
|
export const throwsError = __exp["throwsError"];
|
|
|
|
[WILDCARD]
|