1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 18:17:48 -05:00
denoland-deno/tests/testdata/run/fix_js_imports.ts

4 lines
73 B
TypeScript
Raw Normal View History

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