swc/crates/swc_ecma_parser/tests/tsc/parserBlockStatement1.d.json

21 lines
267 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 3,
"ctxt": 0
},
"body": [
{
"type": "BlockStatement",
"span": {
"start": 1,
"end": 3,
"ctxt": 0
},
"stmts": []
}
],
"interpreter": null
}