{ "type": "Script", "span": { "start": 15, "end": 127, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 21, "end": 35, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "declare": false, "span": { "start": 15, "end": 77, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 42, "end": 75, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 42, "end": 46, "ctxt": 0 }, "value": "next", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 42, "end": 75, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 49, "end": 75, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 59, "end": 69, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 66, "end": 68, "ctxt": 0 }, "value": "", "raw": "\"\"" } } ] }, "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": 79, "end": 93, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 83, "end": 92, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 83, "end": 84, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 84, "end": 92, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 86, "end": 92, "ctxt": 0 }, "kind": "string" } } }, "init": null, "definite": false } ] }, { "type": "ForOfStatement", "span": { "start": 94, "end": 127, "ctxt": 0 }, "await": null, "left": { "type": "Identifier", "span": { "start": 99, "end": 100, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "right": { "type": "NewExpression", "span": { "start": 104, "end": 122, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 108, "end": 122, "ctxt": 0 }, "value": "StringIterator", "optional": false }, "arguments": null, "typeArguments": null }, "body": { "type": "BlockStatement", "span": { "start": 124, "end": 127, "ctxt": 0 }, "stmts": [] } } ], "interpreter": null }