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

21 lines
274 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 10,
"ctxt": 0
},
"body": [
{
"type": "ContinueStatement",
"span": {
"start": 1,
"end": 10,
"ctxt": 0
},
"label": null
}
],
"interpreter": null
}