diff options
Diffstat (limited to 'tests/testdata/run/import_data_url.ts')
-rw-r--r-- | tests/testdata/run/import_data_url.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/testdata/run/import_data_url.ts b/tests/testdata/run/import_data_url.ts deleted file mode 100644 index 258514a5e..000000000 --- a/tests/testdata/run/import_data_url.ts +++ /dev/null @@ -1,12 +0,0 @@ -// export const a = "a"; - -// export enum A { -// A, -// B, -// C, -// } -import * as a from "data:application/typescript;base64,ZXhwb3J0IGNvbnN0IGEgPSAiYSI7CgpleHBvcnQgZW51bSBBIHsKICBBLAogIEIsCiAgQywKfQo="; - -console.log(a.a); -console.log(a.A); -console.log(a.A.A); |