diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2022-02-10 07:13:50 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-10 07:13:50 +1100 |
| commit | 773f882e5e7bcb93d4fd3ab66e56c6e422dfc97a (patch) | |
| tree | a84c33fe3a666ab90f7b4c3e9c722e5533be1b90 /cli/tests/testdata | |
| parent | e218d567d5af0f778541c4b81f171d4fb1427db1 (diff) | |
feat(lsp): provide completions from import map if available (#13624)
Closes #13619
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/lsp/import-map-completions.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/testdata/lsp/import-map-completions.json b/cli/tests/testdata/lsp/import-map-completions.json new file mode 100644 index 000000000..f2275222a --- /dev/null +++ b/cli/tests/testdata/lsp/import-map-completions.json @@ -0,0 +1,7 @@ +{ + "imports": { + "/~/": "./lib/", + "fs": "https://example.com/fs/index.js", + "std/": "https://example.com/std@0.123.0/" + } +} |
