swc/spack/tests/pass/tree-shaking/in-module-export/input/entry.js
강동윤 fcef201695
spack: super-fast bundler (#825)
Version is alpha as it's not complete
2020-06-13 23:09:45 +09:00

4 lines
48 B
JavaScript

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