From 04473c04ed59cc2a987af3405074591fbc1341a4 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 7 Aug 2024 09:43:05 +0200 Subject: fix(compile): support workspace members importing other members (#24909) --- tests/specs/run/workspaces/basic/main.out | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/specs/run/workspaces/basic/main.out') diff --git a/tests/specs/run/workspaces/basic/main.out b/tests/specs/run/workspaces/basic/main.out index 9806f7d63..256b380af 100644 --- a/tests/specs/run/workspaces/basic/main.out +++ b/tests/specs/run/workspaces/basic/main.out @@ -1,11 +1,7 @@ [WILDCARD]Workspace config generated this import map { "imports": { "chalk": "npm:chalk", - "chalk/": "npm:/chalk/", - "asdfasdfasdf": "jsr:asdfasdfasdf@^0.0.0", - "asdfasdfasdf/": "jsr:/asdfasdfasdf@^0.0.0/", - "qwerqwer": "jsr:qwerqwer@^0.0.0", - "qwerqwer/": "jsr:/qwerqwer@^0.0.0/" + "chalk/": "npm:/chalk/" }, "scopes": { "./bar/": { -- cgit v1.2.3