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

48 lines
809 B
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 0,
"end": 32,
"ctxt": 0
},
"body": [
{
"type": "DoWhileStatement",
"span": {
"start": 0,
"end": 32,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 26,
"end": 30,
"ctxt": 0
},
"value": true
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3,
"end": 18,
"ctxt": 0
},
"stmts": [
{
"type": "ContinueStatement",
"span": {
"start": 7,
"end": 16,
"ctxt": 0
},
"label": null
}
]
}
}
],
"interpreter": null
}