swc/crates/swc_ecma_parser/tests/tsc/parserVariableDeclaration8.json

23 lines
324 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 6,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": []
}
],
"interpreter": null
}