mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![Kevin (Kun) "Kassimo" Qian](/assets/img/avatar_default.png)
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);
|