deno/cli/tests/testdata/subdir/single_module.ts

2 lines
81 B
TypeScript

console.log("Hello world!");
export {}; // TODO(ry) This shouldn't be necessary.