2023-11-16 20:28:38 -05:00
|
|
|
[WILDCARD]Workspace config generated this import map {
|
|
|
|
"imports": {
|
2024-02-24 00:21:09 -05:00
|
|
|
"chalk": "npm:chalk",
|
2024-04-23 11:21:06 -04:00
|
|
|
"chalk/": "npm:/chalk/",
|
|
|
|
"asdfasdfasdf": "jsr:asdfasdfasdf@^0.0.0",
|
2024-07-03 20:54:33 -04:00
|
|
|
"asdfasdfasdf/": "jsr:/asdfasdfasdf@^0.0.0/",
|
|
|
|
"qwerqwer": "jsr:qwerqwer@^0.0.0",
|
|
|
|
"qwerqwer/": "jsr:/qwerqwer@^0.0.0/"
|
2023-11-16 20:28:38 -05:00
|
|
|
},
|
|
|
|
"scopes": {
|
|
|
|
"./bar/": {
|
|
|
|
"@/": "./bar/",
|
|
|
|
"secret_mod/": "./bar/some_mod/"
|
2024-07-03 20:54:33 -04:00
|
|
|
},
|
|
|
|
"./foo/": {
|
|
|
|
"~/": "./foo/",
|
|
|
|
"foo/": "./foo/bar/"
|
2023-11-16 20:28:38 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
[WILDCARD]
|
|
|
|
hello from foo
|
|
|
|
buzz from foo
|
|
|
|
hello from bar
|
|
|
|
buzz from bar
|
|
|
|
[Function: chalk][WILDCARD]
|