summaryrefslogtreecommitdiff
path: root/tests/testdata/doc/lint_success_json.out
blob: 050b2540c82c9cf8db090e388e6d15ac8deadd2a (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
  {
    "kind": "class",
    "name": "Test",
    "location": {
      "filename": "file:///[WILDCARD]/lint_success.ts",
      "line": 2,
      "col": 0,
      "byteIndex": 22
    },
    "declarationKind": "export",
    "jsDoc": {
      "doc": "My test class."
    },
    "classDef": {
      "isAbstract": false,
      "constructors": [],
      "properties": [
        {
          "jsDoc": {
            "doc": "My property."
          },
          "tsType": {
            "repr": "string",
            "kind": "keyword",
            "keyword": "string"
          },
          "readonly": false,
          "accessibility": null,
          "optional": false,
          "isAbstract": false,
          "isStatic": false,
          "name": "prop",
          "location": {
            "filename": "file:///[WILDCARD]/lint_success.ts",
            "line": 4,
            "col": 2,
            "byteIndex": 66
          }
        }
      ],
      "indexSignatures": [],
      "methods": [],
      "extends": null,
      "implements": [],
      "typeParams": [],
      "superTypeParams": []
    }
  }
]