mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
49 lines
1 KiB
Text
49 lines
1 KiB
Text
|
[
|
||
|
{
|
||
|
"kind": "class",
|
||
|
"name": "Test",
|
||
|
"location": {
|
||
|
"filename": "file:///[WILDCARD]/lint_success.ts",
|
||
|
"line": 2,
|
||
|
"col": 0
|
||
|
},
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"indexSignatures": [],
|
||
|
"methods": [],
|
||
|
"extends": null,
|
||
|
"implements": [],
|
||
|
"typeParams": [],
|
||
|
"superTypeParams": []
|
||
|
}
|
||
|
}
|
||
|
]
|