summaryrefslogtreecommitdiff
path: root/tests/testdata/tsc/node_modules/b.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/tsc/node_modules/b.js')
-rw-r--r--tests/testdata/tsc/node_modules/b.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/tsc/node_modules/b.js b/tests/testdata/tsc/node_modules/b.js
new file mode 100644
index 000000000..191660935
--- /dev/null
+++ b/tests/testdata/tsc/node_modules/b.js
@@ -0,0 +1,2 @@
+import c from "./c.js";
+export { c };