swc/crates/swc_bundler/tests/fixture/deno-8224/case2/input/entry.ts
2022-05-04 14:25:28 +00:00

5 lines
100 B
TypeScript

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