deno/cli/tests/testdata/bundle/file_tests-fixture01.ts

3 lines
53 B
TypeScript

import * as a from "./subdir/a.ts";
console.log(a);