21 lines
546 B
JavaScript
21 lines
546 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 = [];
|
|
|
|
for (const request of requests) {
|
|
try {
|
|
await request();
|
|
} catch (_err) {// The error should have been caught by executor.
|
|
}
|
|
}
|
|
})();
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=051e512bc19ae273b1b08b612b292a731729aa05.js.map
|