{ "type": "Script", "span": { "start": 15, "end": 210, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 15, "end": 121, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 25, "end": 26, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 27, "end": 121, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 33, "end": 74, "ctxt": 0 }, "readonly": false, "key": { "type": "MemberExpression", "span": { "start": 34, "end": 49, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 34, "end": 40, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 41, "end": 49, "ctxt": 0 }, "value": "iterator", "optional": false } }, "computed": true, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 50, "end": 73, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 52, "end": 73, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 53, "end": 62, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 54, "end": 62, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 56, "end": 62, "ctxt": 0 }, "kind": "string" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 64, "end": 73, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 67, "end": 73, "ctxt": 0 }, "kind": "string" } } } }, "typeParams": null }, { "type": "TsMethodSignature", "span": { "start": 79, "end": 119, "ctxt": 0 }, "readonly": false, "key": { "type": "MemberExpression", "span": { "start": 80, "end": 98, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 80, "end": 86, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 87, "end": 98, "ctxt": 0 }, "value": "toStringTag", "optional": false } }, "computed": true, "optional": false, "params": [ { "type": "Identifier", "span": { "start": 100, "end": 109, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 101, "end": 109, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 103, "end": 109, "ctxt": 0 }, "kind": "number" } } } ], "typeAnn": { "type": "TsTypeAnnotation", "span": { "start": 110, "end": 118, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 112, "end": 118, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 123, "end": 210, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 127, "end": 210, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 127, "end": 128, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 128, "end": 131, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 130, "end": 131, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 130, "end": 131, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, "init": { "type": "ObjectExpression", "span": { "start": 134, "end": 210, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 140, "end": 157, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 141, "end": 156, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 141, "end": 147, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 148, "end": 156, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "value": { "type": "ArrowFunctionExpression", "span": { "start": 159, "end": 165, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 159, "end": 160, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null } ], "body": { "type": "Identifier", "span": { "start": 164, "end": 165, "ctxt": 0 }, "value": "s", "optional": false }, "async": false, "generator": false, "typeParameters": null, "returnType": null } }, { "type": "MethodProperty", "key": { "type": "Computed", "span": { "start": 171, "end": 191, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 172, "end": 190, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 172, "end": 178, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 179, "end": 190, "ctxt": 0 }, "value": "toStringTag", "optional": false } } }, "params": [ { "type": "Parameter", "span": { "start": 192, "end": 193, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 192, "end": 193, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": null } } ], "decorators": [], "span": { "start": 171, "end": 208, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 195, "end": 208, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 197, "end": 206, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 204, "end": 205, "ctxt": 0 }, "value": "n", "optional": false } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } ] }, "definite": false } ] } ], "interpreter": null }