From dd952818bc6b888b8fd1cff6a3d1e6b15993bafb Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 25 Oct 2020 07:05:33 +1100 Subject: test(cli): ensure modules can export typed JS files (#8101) Closes #5935 --- cli/tests/tsc2/https_deno.land-x-c.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/tsc2/https_deno.land-x-c.js (limited to 'cli/tests/tsc2/https_deno.land-x-c.js') diff --git a/cli/tests/tsc2/https_deno.land-x-c.js b/cli/tests/tsc2/https_deno.land-x-c.js new file mode 100644 index 000000000..7f2cfac77 --- /dev/null +++ b/cli/tests/tsc2/https_deno.land-x-c.js @@ -0,0 +1 @@ +export const c = "c"; -- cgit v1.2.3