swc/crates/swc_bundler/tests/fixture/deno-8224/case2/input/entry.ts
2021-11-09 20:42:49 +09:00

6 lines
100 B
TypeScript

import { showValue } from './a';
import { showList } from './b';
console.log(showValue, showList)