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

23 lines
330 B
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 21,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 21,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": []
}
],
"interpreter": null
}