diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-02-24 00:21:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-24 00:21:09 -0500 |
commit | 6567dc94a901aaae1b4e5b8e84d48bc72d46ee2e (patch) | |
tree | ff3674957c66c40e9d4cc5e1fc1c04b353bf6a46 /tests | |
parent | 76e8e02bba75f23097d28cec13829c2f5cfa4a25 (diff) |
fix(lsp): import map expansion (#22553)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testdata/run/workspaces/basic/main.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testdata/run/workspaces/basic/main.out b/tests/testdata/run/workspaces/basic/main.out index 77e0de4d1..a955ac54c 100644 --- a/tests/testdata/run/workspaces/basic/main.out +++ b/tests/testdata/run/workspaces/basic/main.out @@ -1,6 +1,7 @@ [WILDCARD]Workspace config generated this import map { "imports": { - "chalk": "npm:chalk" + "chalk": "npm:chalk", + "chalk/": "npm:/chalk/" }, "scopes": { "./foo/": { |