{ "type": "Script", "span": { "start": 15, "end": 77, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 15, "end": 47, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 19, "end": 46, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 19, "end": 22, "ctxt": 0 }, "value": "map", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 25, "end": 46, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 29, "end": 32, "ctxt": 0 }, "value": "Map", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ArrayExpression", "span": { "start": 33, "end": 45, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "ArrayExpression", "span": { "start": 34, "end": 44, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 35, "end": 37, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, { "spread": null, "expression": { "type": "BooleanLiteral", "span": { "start": 39, "end": 43, "ctxt": 0 }, "value": true } } ] } } ] } } ], "typeArguments": null }, "definite": false } ] }, { "type": "ForOfStatement", "span": { "start": 48, "end": 77, "ctxt": 0 }, "await": null, "left": { "type": "VariableDeclaration", "span": { "start": 53, "end": 58, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 57, "end": 58, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 57, "end": 58, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, "right": { "type": "Identifier", "span": { "start": 62, "end": 65, "ctxt": 0 }, "value": "map", "optional": false }, "body": { "type": "BlockStatement", "span": { "start": 67, "end": 77, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 73, "end": 75, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 73, "end": 74, "ctxt": 0 }, "value": "v", "optional": false } } ] } } ], "interpreter": null }