{ "type": "Script", "span": { "start": 19, "end": 72, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 19, "end": 37, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 23, "end": 36, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 23, "end": 24, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "init": { "type": "ArrayExpression", "span": { "start": 27, "end": 36, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 28, "end": 29, "ctxt": 0 }, "value": 1.0 } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 31, "end": 32, "ctxt": 0 }, "value": 2.0 } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 34, "end": 35, "ctxt": 0 }, "value": 3.0 } } ] }, "definite": false } ] }, { "type": "ForOfStatement", "span": { "start": 38, "end": 72, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 43, "end": 48, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 47, "end": 48, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 47, "end": 48, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "Identifier", "span": { "start": 52, "end": 53, "ctxt": 0 }, "value": "a", "optional": false }, "body": { "type": "BlockStatement", "span": { "start": 55, "end": 72, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 61, "end": 63, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 61, "end": 62, "ctxt": 0 }, "value": "v", "optional": false } }, { "type": "ExpressionStatement", "span": { "start": 68, "end": 70, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 68, "end": 69, "ctxt": 0 }, "value": "a", "optional": false } } ] } } ], "interpreter": null }