{ "type": "Script", "span": { "start": 0, "end": 36, "ctxt": 0 }, "body": [ { "type": "ForOfStatement", "span": { "start": 0, "end": 36, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 5, "end": 10, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 9, "end": 10, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 9, "end": 10, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "ArrayExpression", "span": { "start": 14, "end": 16, "ctxt": 0 }, "elements": [] }, "body": { "type": "BlockStatement", "span": { "start": 18, "end": 36, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 24, "end": 34, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 28, "end": 33, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 28, "end": 29, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "Identifier", "span": { "start": 32, "end": 33, "ctxt": 0 }, "value": "v", "optional": false }, "definite": false } ] } ] } } ], "interpreter": null }