swc/crates/swc_ecma_parser/tests/tsc/parserES5ForOfStatement13.json
2023-03-12 04:50:28 +00:00

112 lines
2.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 41,
"ctxt": 0
},
"body": [
{
"type": "ForOfStatement",
"span": {
"start": 16,
"end": 41,
"ctxt": 0
},
"await": false,
"left": {
"type": "VariableDeclaration",
"span": {
"start": 21,
"end": 31,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 25,
"end": 31,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 25,
"end": 31,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 26,
"end": 27,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 29,
"end": 30,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "Identifier",
"span": {
"start": 35,
"end": 36,
"ctxt": 0
},
"value": "X",
"optional": false
},
"body": {
"type": "BlockStatement",
"span": {
"start": 38,
"end": 41,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}