swc/spack/tests/pass/tree-shaking/in-module-export/input/entry.js

4 lines
48 B
JavaScript
Raw Normal View History

const a = 1;
const b = 1;
export const foo = b;