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-05-07 17:53:17 -0400
committerGitHub <noreply@github.com>2024-05-07 21:53:17 +0000
commit5379bb0289faaf39df9d3ce8e02c1d2f631e2696 (patch)
tree80188f7d3b4868de41f325e0fe31430aaa98ce1d /tests/specs/jsr/import_jsr_via_https/main.info.out
parent25fcfe5d79850b6969f2756415fc01e2234850c9 (diff)
fix(jsr): panic when importing jsr package with deps via https (#23728)
Closes #23644
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.out13
1 files changed, 6 insertions, 7 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
index f9f19f112..e06511590 100644
--- a/tests/specs/jsr/import_jsr_via_https/main.info.out
+++ b/tests/specs/jsr/import_jsr_via_https/main.info.out
@@ -1,10 +1,9 @@
-local: [WILDLINE]
-emit: [WILDLINE]
-type: TypeScript
-dependencies: [WILDLINE]
-size: [WILDLINE]
+[WILDCARD]
file:///[WILDLINE]/main.ts ([WILDLINE])
-├── http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts ([WILDLINE])
+├─┬ http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts ([WILDLINE])
+│ ├── http://127.0.0.1:4250/@denotest/module-graph/1.4.0/other.ts ([WILDLINE])
+│ └─┬ http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1/mod.ts ([WILDLINE])
+│ └── http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1/TestClass.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)
+ Importing: http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts (resolve error)