summaryrefslogtreecommitdiff
path: root/cli/tests/tsc/a.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-09-23 11:39:20 +1000
committerGitHub <noreply@github.com>2020-09-23 11:39:20 +1000
commit751bb45a0a4ca4ab3baf5e5037c0b10f0430aeb6 (patch)
treeb02ca1ea7f96b9d844fef5981383fffea788c9c3 /cli/tests/tsc/a.js
parent68fd7a927b26c3e72cf73515821450f3aa252014 (diff)
fix: ignore fileExists in tsc host (#7635)
Fixes #7630
Diffstat (limited to 'cli/tests/tsc/a.js')
-rw-r--r--cli/tests/tsc/a.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/tsc/a.js b/cli/tests/tsc/a.js
new file mode 100644
index 000000000..5a7b3ff93
--- /dev/null
+++ b/cli/tests/tsc/a.js
@@ -0,0 +1,2 @@
+import { v4 } from "./d.ts";
+export function a() {}