mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
401a5c0211
Removed `extmap` and added .mjs entry in `map_file_extension`. The assert in the compiler does not need to be updated, since it is resolving from the compiled cache instead of elsewhere (notice the .map is asserted next to it)
2 lines
65 B
TypeScript
2 lines
65 B
TypeScript
import { isMod5 } from "./subdir/mod5.mjs";
|
|
console.log(isMod5);
|