summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp/diagnostics_deno_deps.json
blob: ec6cc4f516b652e27c0fe48ce086f3d7f6d4ca76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "uri": "file:///a/file.ts",
  "diagnostics": [
    {
      "range": {
        "start": {
          "line": 0,
          "character": 19
        },
        "end": {
          "line": 0,
          "character": 49
        }
      },
      "severity": 1,
      "code": "no-cache",
      "source": "deno",
      "message": "Uncached or missing remote URL: \"https://deno.land/x/a/mod.ts\".",
      "data": {
        "specifier": "https://deno.land/x/a/mod.ts"
      }
    }
  ],
  "version": 1
}