summaryrefslogtreecommitdiff
path: root/tests/specs/doc/json/json.out
blob: ae1b02596e7fcd9cf388177e35167b7f92e67616 (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
26
27
28
{
  "version": 1,
  "nodes": [
    {
      "name": "foo",
      "isDefault": false,
      "location": {
        "filename": "file:///[WILDCARD]/types.d.ts",
        "line": 2,
        "col": 13,
        "byteIndex": 39
      },
      "declarationKind": "export",
      "jsDoc": {
        "doc": "An exported value."
      },
      "kind": "variable",
      "variableDef": {
        "tsType": {
          "repr": "string",
          "kind": "keyword",
          "keyword": "string"
        },
        "kind": "const"
      }
    }
  ]
}