{ "type": "Script", "span": { "start": 15, "end": 275, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 21, "end": 22, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 15, "end": 64, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 29, "end": 62, "ctxt": 0 }, "key": { "type": "Computed", "span": { "start": 37, "end": 54, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 38, "end": 53, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 38, "end": 44, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 45, "end": 53, "ctxt": 0 }, "value": "iterator", "optional": false } } }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 54, "end": 61, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 56, "end": 61, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 58, "end": 59, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 58, "end": 59, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": null, "typeParams": null } ] } }, "isStatic": false, "decorators": [], "accessibility": "private", "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "TsInterfaceDeclaration", "span": { "start": 65, "end": 110, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 75, "end": 76, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 77, "end": 110, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 83, "end": 108, "ctxt": 0 }, "readonly": false, "key": { "type": "MemberExpression", "span": { "start": 84, "end": 99, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 84, "end": 90, "ctxt": 0 }, "value": "Symbol", "optional": false }, "property": { "type": "Identifier", "span": { "start": 91, "end": 99, "ctxt": 0 }, "value": "iterator", "optional": false } }, "computed": true, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 100, "end": 107, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 102, "end": 107, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 104, "end": 105, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 104, "end": 105, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": null, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 129, "end": 132, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": true, "params": [ { "type": "Parameter", "span": { "start": 133, "end": 137, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 133, "end": 137, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 134, "end": 137, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 136, "end": 137, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 136, "end": 137, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 112, "end": 142, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 138, "end": 141, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 140, "end": 141, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 140, "end": 141, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 160, "end": 163, "ctxt": 0 }, "value": "foo", "optional": false }, "declare": true, "params": [ { "type": "Parameter", "span": { "start": 164, "end": 170, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 164, "end": 170, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 165, "end": 170, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 167, "end": 170, "ctxt": 0 }, "kind": "any" } } } } ], "decorators": [], "span": { "start": 143, "end": 177, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 171, "end": 176, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 173, "end": 176, "ctxt": 0 }, "kind": "any" } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 196, "end": 199, "ctxt": 0 }, "value": "bar", "optional": false }, "declare": true, "params": [ { "type": "Parameter", "span": { "start": 200, "end": 204, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 200, "end": 204, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 201, "end": 204, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 203, "end": 204, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 203, "end": 204, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 179, "end": 209, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 205, "end": 208, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 207, "end": 208, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 207, "end": 208, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 227, "end": 230, "ctxt": 0 }, "value": "bar", "optional": false }, "declare": true, "params": [ { "type": "Parameter", "span": { "start": 231, "end": 237, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 231, "end": 237, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 232, "end": 237, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 234, "end": 237, "ctxt": 0 }, "kind": "any" } } } } ], "decorators": [], "span": { "start": 210, "end": 244, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": null, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 238, "end": 243, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 240, "end": 243, "ctxt": 0 }, "kind": "any" } } }, { "type": "ExpressionStatement", "span": { "start": 246, "end": 257, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 246, "end": 256, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 246, "end": 249, "ctxt": 0 }, "value": "foo", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 250, "end": 255, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 254, "end": 255, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": null, "typeArguments": null } } ], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 258, "end": 267, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 262, "end": 266, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 262, "end": 263, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 263, "end": 266, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 265, "end": 266, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 265, "end": 266, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 268, "end": 275, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 268, "end": 274, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 268, "end": 271, "ctxt": 0 }, "value": "bar", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 272, "end": 273, "ctxt": 0 }, "value": "i", "optional": false } } ], "typeArguments": null } } ], "interpreter": null }