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

75 lines
1.4 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 44,
"ctxt": 0
},
"body": [
{
"type": "LabeledStatement",
"span": {
"start": 1,
"end": 44,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 1,
"end": 7,
"ctxt": 0
},
"value": "target",
"optional": false
},
"body": {
"type": "WhileStatement",
"span": {
"start": 9,
"end": 44,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 16,
"end": 20,
"ctxt": 0
},
"value": true
},
"body": {
"type": "BlockStatement",
"span": {
"start": 22,
"end": 44,
"ctxt": 0
},
"stmts": [
{
"type": "ContinueStatement",
"span": {
"start": 26,
"end": 42,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 35,
"end": 41,
"ctxt": 0
},
"value": "target",
"optional": false
}
}
]
}
}
}
],
"interpreter": null
}