diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-07 17:53:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 21:53:17 +0000 |
commit | 5379bb0289faaf39df9d3ce8e02c1d2f631e2696 (patch) | |
tree | 80188f7d3b4868de41f325e0fe31430aaa98ce1d /tests/specs/jsr/import_jsr_via_https/main.out | |
parent | 25fcfe5d79850b6969f2756415fc01e2234850c9 (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.out')
-rw-r--r-- | tests/specs/jsr/import_jsr_via_https/main.out | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/tests/specs/jsr/import_jsr_via_https/main.out b/tests/specs/jsr/import_jsr_via_https/main.out index 374af34f9..cb4c27fb0 100644 --- a/tests/specs/jsr/import_jsr_via_https/main.out +++ b/tests/specs/jsr/import_jsr_via_https/main.out @@ -1,3 +1,10 @@ -Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json -Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts -3 +Download http://127.0.0.1:4250/@denotest/deps/1.0.0_meta.json +Download http://127.0.0.1:4250/@denotest/deps/1.0.0/mod.ts +Download http://127.0.0.1:4250/@denotest/module-graph/meta.json +Download http://127.0.0.1:4250/@denotest/no-module-graph/meta.json +Download http://127.0.0.1:4250/@denotest/module-graph/1.4.0_meta.json +Download http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1_meta.json +Download http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1/mod.ts +Download http://127.0.0.1:4250/@denotest/no-module-graph/0.1.1/TestClass.ts +Download http://127.0.0.1:4250/@denotest/module-graph/1.4.0/other.ts +0.1.1 |