{ "type": "Script", "span": { "start": 16, "end": 45, "ctxt": 0 }, "body": [ { "type": "ForOfStatement", "span": { "start": 16, "end": 45, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 21, "end": 26, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 25, "end": 26, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 25, "end": 26, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "ArrayExpression", "span": { "start": 30, "end": 33, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 31, "end": 32, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ] }, "body": { "type": "BlockStatement", "span": { "start": 35, "end": 45, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 41, "end": 43, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 41, "end": 42, "ctxt": 0 }, "value": "v", "optional": false } } ] } } ], "interpreter": null }