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

42 lines
691 B
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 0,
"end": 21,
"ctxt": 0
},
"body": [
{
"type": "ForStatement",
"span": {
"start": 0,
"end": 21,
"ctxt": 0
},
"init": null,
"test": null,
"update": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 9,
"end": 21,
"ctxt": 0
},
"stmts": [
{
"type": "BreakStatement",
"span": {
"start": 13,
"end": 19,
"ctxt": 0
},
"label": null
}
]
}
}
],
"interpreter": null
}