summaryrefslogtreecommitdiff
path: root/tests/021_mjs_modules.test
AgeCommit message (Collapse)Author
2019-05-03add "deno run" subcommand (#2215)Bartek IwaƄczuk
2019-05-03feat: support .mjs extension resolution (#2283)Kevin (Kun) "Kassimo" Qian
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)