diff options
Diffstat (limited to 'tests/testdata/jsr/import_https_url')
4 files changed, 0 insertions, 17 deletions
diff --git a/tests/testdata/jsr/import_https_url/analyzable.out b/tests/testdata/jsr/import_https_url/analyzable.out deleted file mode 100644 index dd1ca58b4..000000000 --- a/tests/testdata/jsr/import_https_url/analyzable.out +++ /dev/null @@ -1,8 +0,0 @@ -Download http://127.0.0.1:4250/@denotest/import-https-url/meta.json -Download http://127.0.0.1:4250/@denotest/import-https-url/1.0.0_meta.json -Download http://127.0.0.1:4250/@denotest/import-https-url/1.0.0/analyzable.ts -Download http://localhost:4545/welcome.ts -error: Uncaught (in promise) TypeError: Importing http://localhost:4545/welcome.ts blocked. JSR packages cannot import non-JSR remote modules for security reasons. -await import("http://localhost:4545/welcome.ts"); -^ - at async http://127.0.0.1:4250/@denotest/import-https-url/1.0.0/analyzable.ts:1:1 diff --git a/tests/testdata/jsr/import_https_url/analyzable.ts b/tests/testdata/jsr/import_https_url/analyzable.ts deleted file mode 100644 index 44382867f..000000000 --- a/tests/testdata/jsr/import_https_url/analyzable.ts +++ /dev/null @@ -1 +0,0 @@ -import "jsr:@denotest/import-https-url/analyzable"; diff --git a/tests/testdata/jsr/import_https_url/unanalyzable.out b/tests/testdata/jsr/import_https_url/unanalyzable.out deleted file mode 100644 index 4ae04996c..000000000 --- a/tests/testdata/jsr/import_https_url/unanalyzable.out +++ /dev/null @@ -1,7 +0,0 @@ -Download http://127.0.0.1:4250/@denotest/import-https-url/meta.json -Download http://127.0.0.1:4250/@denotest/import-https-url/1.0.0_meta.json -Download http://127.0.0.1:4250/@denotest/import-https-url/1.0.0/unanalyzable.ts -error: Uncaught (in promise) TypeError: Importing http://localhost:4545/welcome.ts blocked. JSR packages cannot import non-JSR remote modules for security reasons. -await import(nonAnalyzableUrl()); -^ - at async http://127.0.0.1:4250/@denotest/import-https-url/1.0.0/unanalyzable.ts:5:1 diff --git a/tests/testdata/jsr/import_https_url/unanalyzable.ts b/tests/testdata/jsr/import_https_url/unanalyzable.ts deleted file mode 100644 index 87ccdcfdc..000000000 --- a/tests/testdata/jsr/import_https_url/unanalyzable.ts +++ /dev/null @@ -1 +0,0 @@ -import "jsr:@denotest/import-https-url/unanalyzable"; |
