{ "type": "Script", "span": { "start": 1, "end": 203, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 1, "end": 115, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 11, "end": 14, "ctxt": 0 }, "value": "Foo", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 15, "end": 115, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 21, "end": 38, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 22, "end": 28, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 23, "end": 28, "ctxt": 0 }, "typeAnnotation": { "type": "TsLiteralType", "span": { "start": 25, "end": 28, "ctxt": 0 }, "literal": { "type": "StringLiteral", "span": { "start": 25, "end": 28, "ctxt": 0 }, "value": "a", "raw": "'a'" } } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 29, "end": 37, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 31, "end": 37, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsCallSignatureDeclaration", "span": { "start": 43, "end": 60, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 44, "end": 53, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 45, "end": 53, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 47, "end": 53, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 54, "end": 59, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 56, "end": 59, "ctxt": 0 }, "kind": "any" } }, "typeParams": null }, { "type": "TsConstructSignatureDeclaration", "span": { "start": 66, "end": 84, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 71, "end": 77, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 72, "end": 77, "ctxt": 0 }, "typeAnnotation": { "type": "TsLiteralType", "span": { "start": 74, "end": 77, "ctxt": 0 }, "literal": { "type": "StringLiteral", "span": { "start": 74, "end": 77, "ctxt": 0 }, "value": "a", "raw": "'a'" } } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 78, "end": 83, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 80, "end": 83, "ctxt": 0 }, "kind": "any" } }, "typeParams": null }, { "type": "TsConstructSignatureDeclaration", "span": { "start": 89, "end": 113, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 94, "end": 103, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 95, "end": 103, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 97, "end": 103, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 104, "end": 112, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 106, "end": 112, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 106, "end": 112, "ctxt": 0 }, "value": "Object", "optional": false }, "typeParams": null } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 117, "end": 128, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 121, "end": 127, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 121, "end": 122, "ctxt": 0 }, "value": "f", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 122, "end": 127, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 124, "end": 127, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 124, "end": 127, "ctxt": 0 }, "value": "Foo", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 129, "end": 144, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 133, "end": 143, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 133, "end": 134, "ctxt": 0 }, "value": "r", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 137, "end": 143, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 137, "end": 138, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 139, "end": 142, "ctxt": 0 }, "value": "a", "raw": "'a'" } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 145, "end": 161, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 149, "end": 160, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 149, "end": 151, "ctxt": 0 }, "value": "r2", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 154, "end": 160, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 154, "end": 155, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 156, "end": 159, "ctxt": 0 }, "value": "A", "raw": "'A'" } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 162, "end": 182, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 166, "end": 181, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 166, "end": 168, "ctxt": 0 }, "value": "r3", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 171, "end": 181, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 175, "end": 176, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 177, "end": 180, "ctxt": 0 }, "value": "a", "raw": "'a'" } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 183, "end": 203, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 187, "end": 202, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 187, "end": 189, "ctxt": 0 }, "value": "r4", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 192, "end": 202, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 196, "end": 197, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 198, "end": 201, "ctxt": 0 }, "value": "A", "raw": "'A'" } } ], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }