{ "type": "Script", "span": { "start": 15, "end": 118, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 15, "end": 48, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 19, "end": 47, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 19, "end": 25, "ctxt": 0 }, "value": "Symbol", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 25, "end": 47, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 27, "end": 47, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 29, "end": 45, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 29, "end": 37, "ctxt": 0 }, "value": "iterator", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 37, "end": 45, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 39, "end": 45, "ctxt": 0 }, "kind": "symbol" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 56, "end": 57, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 50, "end": 89, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 64, "end": 87, "ctxt": 0 }, "key": { "type": "Computed", "span": { "start": 64, "end": 81, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 65, "end": 80, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 65, "end": 71, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 72, "end": 80, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "function": { "params": [], "decorators": [], "span": { "start": 64, "end": 87, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 84, "end": 87, "ctxt": 0 }, "stmts": [] }, "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": "ExpressionStatement", "span": { "start": 91, "end": 118, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 91, "end": 118, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 91, "end": 115, "ctxt": 0 }, "object": { "type": "ParenthesisExpression", "span": { "start": 91, "end": 98, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 92, "end": 97, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 96, "end": 97, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": null, "typeArguments": null } }, "property": { "type": "Computed", "span": { "start": 98, "end": 115, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 99, "end": 114, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 99, "end": 105, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 106, "end": 114, "ctxt": 0 }, "value": "iterator", "optional": false } } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 116, "end": 117, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ], "typeArguments": null } } ], "interpreter": null }