summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/file_tests-subdir-d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bundle/file_tests-subdir-d.ts')
-rw-r--r--tests/testdata/bundle/file_tests-subdir-d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/bundle/file_tests-subdir-d.ts b/tests/testdata/bundle/file_tests-subdir-d.ts
new file mode 100644
index 000000000..9f1ba7f67
--- /dev/null
+++ b/tests/testdata/bundle/file_tests-subdir-d.ts
@@ -0,0 +1,3 @@
+import { a } from "./a.ts";
+
+export const d = { a };