diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-07 09:43:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 07:43:05 +0000 |
| commit | 04473c04ed59cc2a987af3405074591fbc1341a4 (patch) | |
| tree | 50d56d1990328a6d32627e74ef73514525d78fde /tests/specs/run/workspaces | |
| parent | 4fa8869f2487749a9f190cb3047f4f3e6d571f27 (diff) | |
fix(compile): support workspace members importing other members (#24909)
Diffstat (limited to 'tests/specs/run/workspaces')
| -rw-r--r-- | tests/specs/run/workspaces/basic/main.out | 6 |
1 files changed, 1 insertions, 5 deletions
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/": { |
