diff options
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-subdir-k.ts')
-rw-r--r-- | cli/tests/testdata/bundle/file_tests-subdir-k.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-subdir-k.ts b/cli/tests/testdata/bundle/file_tests-subdir-k.ts deleted file mode 100644 index 1b8a533f1..000000000 --- a/cli/tests/testdata/bundle/file_tests-subdir-k.ts +++ /dev/null @@ -1,11 +0,0 @@ -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; |