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

5 lines
60 B
TypeScript

import { foo } from './temp2.ts';
console.log({
foo
});