{ "type": "Script", "span": { "start": 0, "end": 220, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 0, "end": 55, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 10, "end": 13, "ctxt": 0 }, "value": "Foo", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 14, "end": 55, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 20, "end": 53, "ctxt": 0 }, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 26, "end": 52, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 28, "end": 52, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 30, "end": 40, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": "a", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 31, "end": 39, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 33, "end": 39, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 41, "end": 50, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 41, "end": 42, "ctxt": 0 }, "value": "b", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 42, "end": 50, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 44, "end": 50, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 57, "end": 186, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 67, "end": 74, "ctxt": 0 }, "value": "Derived", "optional": false }, "declare": false, "typeParams": null, "extends": [ { "type": "TsExpressionWithTypeArguments", "span": { "start": 83, "end": 86, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 83, "end": 86, "ctxt": 0 }, "value": "Foo", "optional": false }, "typeArguments": null } ], "body": { "type": "TsInterfaceBody", "span": { "start": 87, "end": 186, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 93, "end": 115, "ctxt": 0 }, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 99, "end": 114, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 101, "end": 114, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 103, "end": 112, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 103, "end": 104, "ctxt": 0 }, "value": "a", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 104, "end": 112, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 106, "end": 112, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 188, "end": 203, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 192, "end": 202, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 192, "end": 193, "ctxt": 0 }, "value": "d", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 193, "end": 202, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 195, "end": 202, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 195, "end": 202, "ctxt": 0 }, "value": "Derived", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 204, "end": 220, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 208, "end": 219, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 208, "end": 209, "ctxt": 0 }, "value": "r", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 212, "end": 219, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 216, "end": 217, "ctxt": 0 }, "value": "d", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }