fix(workspace): provide workspace members as 'imports' in import map (#23492)

This commit changes the workspace support to provide all workspace
members to be available as imports based on their names and versions.

Closes https://github.com/denoland/deno/issues/23343
This commit is contained in:
Bartek Iwańczuk 2024-04-23 16:21:06 +01:00 committed by GitHub
parent b0d3b20f23
commit 35220f0069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 92 additions and 31 deletions

View file

@ -213,7 +213,7 @@ async function ensureNoNewITests() {
"pm_tests.rs": 0,
"publish_tests.rs": 28,
"repl_tests.rs": 0,
"run_tests.rs": 382,
"run_tests.rs": 379,
"shared_library_tests.rs": 0,
"task_tests.rs": 30,
"test_tests.rs": 80,