mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
8 lines
510 B
Text
8 lines
510 B
Text
|
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
|