swc/crates/swc_bundler/tests/fixture/deno-8584/output/entry.inlined.ts
2021-11-09 20:42:49 +09:00

11 lines
147 B
TypeScript

async function setup() {
}
await setup();
const mod = await async function() {
return {
setup: setup
};
}();
await mod.setup({
});