summaryrefslogtreecommitdiff
path: root/tests/specs/run/fix_tsc_file_exists/tsc/a.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/fix_tsc_file_exists/tsc/a.js')
-rw-r--r--tests/specs/run/fix_tsc_file_exists/tsc/a.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/run/fix_tsc_file_exists/tsc/a.js b/tests/specs/run/fix_tsc_file_exists/tsc/a.js
new file mode 100644
index 000000000..5a7b3ff93
--- /dev/null
+++ b/tests/specs/run/fix_tsc_file_exists/tsc/a.js
@@ -0,0 +1,2 @@
+import { v4 } from "./d.ts";
+export function a() {}