mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
35220f0069
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
26 lines
No EOL
578 B
Text
26 lines
No EOL
578 B
Text
[WILDCARD]Workspace config generated this import map {
|
|
"imports": {
|
|
"chalk": "npm:chalk",
|
|
"chalk/": "npm:/chalk/",
|
|
"qwerqwer": "jsr:qwerqwer@^0.0.0",
|
|
"qwerqwer/": "jsr:/qwerqwer@^0.0.0/",
|
|
"asdfasdfasdf": "jsr:asdfasdfasdf@^0.0.0",
|
|
"asdfasdfasdf/": "jsr:/asdfasdfasdf@^0.0.0/"
|
|
},
|
|
"scopes": {
|
|
"./foo/": {
|
|
"~/": "./foo/",
|
|
"foo/": "./foo/bar/"
|
|
},
|
|
"./bar/": {
|
|
"@/": "./bar/",
|
|
"secret_mod/": "./bar/some_mod/"
|
|
}
|
|
}
|
|
}
|
|
[WILDCARD]
|
|
hello from foo
|
|
buzz from foo
|
|
hello from bar
|
|
buzz from bar
|
|
[Function: chalk][WILDCARD] |