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

39 lines
618 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 18,
"ctxt": 0
},
"body": [
{
"type": "DoWhileStatement",
"span": {
"start": 1,
"end": 18,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
},
"value": "e",
"optional": false
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4,
"end": 7,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}