mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
21 lines
371 B
Text
21 lines
371 B
Text
|
[WILDCARD]Workspace config generated this import map {
|
||
|
"imports": {
|
||
|
"chalk": "npm:chalk"
|
||
|
},
|
||
|
"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]
|