From 3d19fb493b82a8ab9b3fd0fa923fc81fd68acb4e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 26 Oct 2020 07:17:58 +1100 Subject: fix(cli): properly handle roots with extensions that don't match media type (#8114) --- cli/tests/subdir/no_js_ext | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/subdir/no_js_ext (limited to 'cli/tests/subdir/no_js_ext') diff --git a/cli/tests/subdir/no_js_ext b/cli/tests/subdir/no_js_ext new file mode 100644 index 000000000..8322a106f --- /dev/null +++ b/cli/tests/subdir/no_js_ext @@ -0,0 +1,3 @@ +// @ts-check +import { printHello } from "./mod2.ts"; +printHello(); -- cgit v1.2.3