mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
2c4d99a458
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
{
|
|
"version": 1,
|
|
"nodes": [
|
|
{
|
|
"name": "Test",
|
|
"isDefault": false,
|
|
"location": {
|
|
"filename": "file:///[WILDCARD]/lint_success.ts",
|
|
"line": 2,
|
|
"col": 0,
|
|
"byteIndex": 22
|
|
},
|
|
"declarationKind": "export",
|
|
"jsDoc": {
|
|
"doc": "My test class."
|
|
},
|
|
"kind": "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": []
|
|
}
|
|
}
|
|
]
|
|
}
|