deno/cli/tests/testdata/fix_js_imports.ts

3 lines
72 B
TypeScript

import * as amdLike from "./subdir/amd_like.js";
console.log(amdLike);