{ "type": "Script", "span": { "start": 1, "end": 111, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 1, "end": 30, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 11, "end": 12, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 13, "end": 30, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 19, "end": 28, "ctxt": 0 }, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 21, "end": 27, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 23, "end": 27, "ctxt": 0 }, "kind": "void" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 33, "end": 42, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 37, "end": 41, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 37, "end": 38, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 38, "end": 41, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 40, "end": 41, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 40, "end": 41, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 43, "end": 57, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 47, "end": 56, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 47, "end": 48, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 48, "end": 56, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 50, "end": 56, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 50, "end": 56, "ctxt": 0 }, "value": "Object", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 58, "end": 64, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 58, "end": 63, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 58, "end": 59, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 62, "end": 63, "ctxt": 0 }, "value": "i", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 65, "end": 71, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 65, "end": 70, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 65, "end": 66, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 69, "end": 70, "ctxt": 0 }, "value": "o", "optional": false } } }, { "type": "VariableDeclaration", "span": { "start": 74, "end": 97, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 78, "end": 97, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 78, "end": 79, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 79, "end": 97, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 81, "end": 97, "ctxt": 0 }, "members": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 87, "end": 95, "ctxt": 0 }, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 89, "end": 95, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 91, "end": 95, "ctxt": 0 }, "kind": "void" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 98, "end": 104, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 98, "end": 103, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 98, "end": 99, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 102, "end": 103, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 105, "end": 111, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 105, "end": 110, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 105, "end": 106, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 109, "end": 110, "ctxt": 0 }, "value": "o", "optional": false } } } ], "interpreter": null }