{ "type": "Script", "span": { "start": 16, "end": 178, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 22, "end": 36, "ctxt": 0 }, "value": "SymbolIterator", "optional": false }, "declare": false, "span": { "start": 16, "end": 140, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 43, "end": 138, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 43, "end": 47, "ctxt": 0 }, "value": "next", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 43, "end": 138, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 50, "end": 138, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 60, "end": 132, "ctxt": 0 }, "argument": { "type": "ObjectExpression", "span": { "start": 67, "end": 131, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 81, "end": 86, "ctxt": 0 }, "value": "value", "optional": false }, "value": { "type": "CallExpression", "span": { "start": 88, "end": 96, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 88, "end": 94, "ctxt": 0 }, "value": "Symbol", "optional": false }, "arguments": [], "typeArguments": null } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 110, "end": 114, "ctxt": 0 }, "value": "done", "optional": false }, "value": { "type": "BooleanLiteral", "span": { "start": 116, "end": 121, "ctxt": 0 }, "value": false } } ] } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "VariableDeclaration", "span": { "start": 142, "end": 178, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 146, "end": 177, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 146, "end": 151, "ctxt": 0 }, "value": "array", "optional": false, "typeAnnotation": null }, "init": { "type": "ArrayExpression", "span": { "start": 154, "end": 177, "ctxt": 0 }, "elements": [ { "spread": { "start": 155, "end": 158, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 158, "end": 176, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 162, "end": 176, "ctxt": 0 }, "value": "SymbolIterator", "optional": false }, "arguments": null, "typeArguments": null } } ] }, "definite": false } ] } ], "interpreter": null }