summaryrefslogtreecommitdiff
path: root/tests/specs/jsr/import_jsr_via_https/main.info.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-04-24 17:43:34 -0400
committerGitHub <noreply@github.com>2024-04-24 21:43:34 +0000
commitf3284529f1689f1294929eb17c55ddf088f3d3bb (patch)
tree535046cd96db3a39719f3ca5408bb89d5d0387bf /tests/specs/jsr/import_jsr_via_https/main.info.out
parent5a7414e16349d6872a94db38955bf89edf621c30 (diff)
feat(jsr): support importing from jsr via HTTPS specifiers (except for type checking) (#23513)
Closes https://github.com/jsr-io/jsr/issues/322
Diffstat (limited to 'tests/specs/jsr/import_jsr_via_https/main.info.out')
-rw-r--r--tests/specs/jsr/import_jsr_via_https/main.info.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/specs/jsr/import_jsr_via_https/main.info.out b/tests/specs/jsr/import_jsr_via_https/main.info.out
new file mode 100644
index 000000000..f9f19f112
--- /dev/null
+++ b/tests/specs/jsr/import_jsr_via_https/main.info.out
@@ -0,0 +1,10 @@
+local: [WILDLINE]
+emit: [WILDLINE]
+type: TypeScript
+dependencies: [WILDLINE]
+size: [WILDLINE]
+
+file:///[WILDLINE]/main.ts ([WILDLINE])
+├── http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts ([WILDLINE])
+└── Importing JSR packages via HTTPS specifiers for type checking is not supported for performance reasons. If you would like types, import via a `jsr:` specifier instead or else use a non-statically analyzable dynamic import.
+ Importing: http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts (resolve error)