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

2 lines
51 B
TypeScript

import { foo } from "./third.ts";
console.log(foo);