From 401a5c021141d4ba5a71078b28f6daefcd1826a6 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Fri, 3 May 2019 12:03:10 -0700 Subject: feat: support .mjs extension resolution (#2283) 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) --- tests/021_mjs_modules.test | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/021_mjs_modules.test (limited to 'tests/021_mjs_modules.test') diff --git a/tests/021_mjs_modules.test b/tests/021_mjs_modules.test new file mode 100644 index 000000000..9b60b9d97 --- /dev/null +++ b/tests/021_mjs_modules.test @@ -0,0 +1,2 @@ +args: --reload tests/021_mjs_modules.ts +output: tests/021_mjs_modules.ts.out -- cgit v1.2.3