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

64 lines
1.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 35,
"ctxt": 0
},
"body": [
{
"type": "ForStatement",
"span": {
"start": 16,
"end": 35,
"ctxt": 0
},
"init": {
"type": "VariableDeclaration",
"span": {
"start": 21,
"end": 27,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 25,
"end": 27,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 25,
"end": 27,
"ctxt": 0
},
"value": "of",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"test": null,
"update": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 32,
"end": 35,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}