mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
9 lines
564 B
Text
9 lines
564 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/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
|