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

12 lines
112 B
TypeScript

const [a, b, c] = [
1,
2,
3
];
const mod = {
a: a,
b: b,
c: c
};
export { mod as foo };