summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/import-map-completions.json
blob: f2275222af61d11678ef54bca41e6f1d1d381443 (plain)
1
2
3
4
5
6
7
{
  "imports": {
    "/~/": "./lib/",
    "fs": "https://example.com/fs/index.js",
    "std/": "https://example.com/std@0.123.0/"
  }
}