21 lines
996 B
JavaScript
21 lines
996 B
JavaScript
System.register([], function (_export, _context) {
|
|
"use strict";
|
|
|
|
return {
|
|
setters: [],
|
|
execute: async function () {
|
|
// Auto generated represents the prerequisite imports of project modules.
|
|
await (async () => {
|
|
const requests = [() => _context.import("__unresolved_0"), () => _context.import("__unresolved_1"), () => _context.import("__unresolved_2"), () => _context.import("__unresolved_3"), () => _context.import("__unresolved_4"), () => _context.import("__unresolved_5"), () => _context.import("__unresolved_6"), () => _context.import("__unresolved_7"), () => _context.import("__unresolved_8"), () => _context.import("__unresolved_9"), () => _context.import("__unresolved_10")];
|
|
|
|
for (const request of requests) {
|
|
try {
|
|
await request();
|
|
} catch (_err) {// The error should have been caught by executor.
|
|
}
|
|
}
|
|
})();
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=c7b3630852a39c519832234211fb0d553b547b1d.js.map
|