summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/file_tests-subdir-k.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bundle/file_tests-subdir-k.ts')
-rw-r--r--tests/testdata/bundle/file_tests-subdir-k.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/testdata/bundle/file_tests-subdir-k.ts b/tests/testdata/bundle/file_tests-subdir-k.ts
new file mode 100644
index 000000000..1b8a533f1
--- /dev/null
+++ b/tests/testdata/bundle/file_tests-subdir-k.ts
@@ -0,0 +1,11 @@
+import * as _i from "./i.ts";
+import * as _j from "./j.ts";
+
+const k = globalThis.value ? _i : _j;
+
+export const i = _i;
+export const j = _j;
+
+export const {
+ a,
+} = k;