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

4 lines
53 B
TypeScript
Raw Normal View History

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