diff options
Diffstat (limited to 'tests/testdata/bundle/check_local_by_default/no_errors.ts')
-rw-r--r-- | tests/testdata/bundle/check_local_by_default/no_errors.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/bundle/check_local_by_default/no_errors.ts b/tests/testdata/bundle/check_local_by_default/no_errors.ts new file mode 100644 index 000000000..2ae8c2692 --- /dev/null +++ b/tests/testdata/bundle/check_local_by_default/no_errors.ts @@ -0,0 +1,3 @@ +import * as a from "http://localhost:4545/subdir/type_error.ts"; + +console.log(a.a); |