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

51 lines
876 B
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 35,
"ctxt": 0
},
"body": [
{
"type": "ForOfStatement",
"span": {
"start": 16,
"end": 35,
"ctxt": 0
},
"await": null,
"left": {
"type": "VariableDeclaration",
"span": {
"start": 21,
"end": 24,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": []
},
"right": {
"type": "Identifier",
"span": {
"start": 28,
"end": 30,
"ctxt": 0
},
"value": "of",
"optional": false
},
"body": {
"type": "BlockStatement",
"span": {
"start": 32,
"end": 35,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}