mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
2c4d99a458
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
28 lines
536 B
Text
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"
|
|
}
|
|
}
|
|
]
|
|
}
|