swc/crates/swc_ecma_parser/tests/tsc/for-of3.json

108 lines
2.1 KiB
JSON

{
"type": "Script",
"span": {
"start": 15,
"end": 46,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 15,
"end": 26,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 19,
"end": 25,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 19,
"end": 20,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 20,
"end": 25,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 22,
"end": 25,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ForOfStatement",
"span": {
"start": 27,
"end": 46,
"ctxt": 0
},
"await": null,
"left": {
"type": "UpdateExpression",
"span": {
"start": 32,
"end": 35,
"ctxt": 0
},
"operator": "++",
"prefix": false,
"argument": {
"type": "Identifier",
"span": {
"start": 32,
"end": 33,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 39,
"end": 41,
"ctxt": 0
},
"elements": []
},
"body": {
"type": "BlockStatement",
"span": {
"start": 43,
"end": 46,
"ctxt": 0
},
"stmts": []
}
}
],
"interpreter": null
}