From 48da3c17ea905f50b82948e6f94795e1589f852e Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:23:32 -0700 Subject: fix(add): Handle packages without root exports (#25102) Fixes #24607. This PR makes the logic that caches top level dependencies (things present in import map) smarter, so we handle JSR dependencies without root exports. --- tests/specs/remove/basic/add.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/specs/remove/basic') diff --git a/tests/specs/remove/basic/add.out b/tests/specs/remove/basic/add.out index a93b0ab52..75848b7c6 100644 --- a/tests/specs/remove/basic/add.out +++ b/tests/specs/remove/basic/add.out @@ -1,9 +1,9 @@ Created deno.json configuration file. -Add jsr:@std/assert@1.0.0 +[UNORDERED_START] Add jsr:@std/http@1.0.0 +Add jsr:@std/assert@1.0.0 +[UNORDERED_END] [UNORDERED_START] -Download http://127.0.0.1:4250/@std/http/1.0.0_meta.json -Download http://127.0.0.1:4250/@std/assert/1.0.0_meta.json Download http://127.0.0.1:4250/@std/http/1.0.0/mod.ts Download http://127.0.0.1:4250/@std/assert/1.0.0/mod.ts Download http://127.0.0.1:4250/@std/assert/1.0.0/assert_equals.ts -- cgit v1.2.3