1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/doc/json/json.out
Kamil Ogórek 2c4d99a458
feat: include version number in all --json based outputs (#25335)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-09-05 08:51:40 +00:00

28 lines
536 B
Text

{
"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"
}
}
]
}