swc/crates/swc_bundler/tests/deno-exec/deno-9307/case5/input/child.ts
2021-11-09 20:42:49 +09:00

5 lines
106 B
TypeScript

import { Parent } from "./parent";
export const Child1 = new Parent()
export const Child2 = new Parent()