summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/doc/lint_success_json.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/doc/lint_success_json.out')
-rw-r--r--cli/tests/testdata/doc/lint_success_json.out50
1 files changed, 0 insertions, 50 deletions
diff --git a/cli/tests/testdata/doc/lint_success_json.out b/cli/tests/testdata/doc/lint_success_json.out
deleted file mode 100644
index 050b2540c..000000000
--- a/cli/tests/testdata/doc/lint_success_json.out
+++ /dev/null
@@ -1,50 +0,0 @@
-[
- {
- "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": []
- }
- }
-]