diff options
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-fixture10.ts')
-rw-r--r-- | cli/tests/testdata/bundle/file_tests-fixture10.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-fixture10.ts b/cli/tests/testdata/bundle/file_tests-fixture10.ts deleted file mode 100644 index bec555da8..000000000 --- a/cli/tests/testdata/bundle/file_tests-fixture10.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { a as defaultA } from "./subdir/l.ts"; - -const o: { a?: string } = {}; - -const { a = defaultA } = o; - -console.log(a); |