{ "type": "Script", "span": { "start": 19, "end": 64, "ctxt": 0 }, "body": [ { "type": "ForOfStatement", "span": { "start": 19, "end": 64, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 24, "end": 29, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 28, "end": 29, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 28, "end": 29, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "ArrayExpression", "span": { "start": 33, "end": 48, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 34, "end": 37, "ctxt": 0 }, "value": "a", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 39, "end": 42, "ctxt": 0 }, "value": "b", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 44, "end": 47, "ctxt": 0 }, "value": "c", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ] }, "body": { "type": "VariableDeclaration", "span": { "start": 54, "end": 64, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 58, "end": 63, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 58, "end": 59, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "Identifier", "span": { "start": 62, "end": 63, "ctxt": 0 }, "value": "v", "optional": false }, "definite": false } ] } } ], "interpreter": null }