Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | add "deno run" subcommand (#2215) | Bartek IwaĆczuk | |
2019-05-03 | feat: 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) |