1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[WILDCARD]Workspace config generated this import map { "imports": { "chalk": "npm:chalk", "chalk/": "npm:/chalk/" }, "scopes": { "./bar/": { "@/": "./bar/", "secret_mod/": "./bar/some_mod/" }, "./foo/": { "~/": "./foo/", "foo/": "./foo/bar/" } } } [WILDCARD] hello from foo buzz from foo hello from bar buzz from bar [Function: chalk][WILDCARD]