{ "type": "Module", "span": { "start": 39, "end": 335, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 39, "end": 88, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 49, "end": 52, "ctxt": 0 }, "value": "Foo", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 53, "end": 88, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 56, "end": 74, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 57, "end": 66, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 58, "end": 66, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 60, "end": 66, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 67, "end": 73, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 69, "end": 73, "ctxt": 0 }, "kind": "void" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 76, "end": 86, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 76, "end": 77, "ctxt": 0 }, "value": "b", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 77, "end": 85, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 79, "end": 85, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 89, "end": 169, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 99, "end": 102, "ctxt": 0 }, "value": "Foo", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 103, "end": 169, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 106, "end": 126, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 107, "end": 116, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 108, "end": 116, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 110, "end": 116, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 117, "end": 125, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 119, "end": 125, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 128, "end": 139, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 128, "end": 129, "ctxt": 0 }, "value": "c", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 129, "end": 138, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 131, "end": 138, "ctxt": 0 }, "kind": "boolean" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 141, "end": 167, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 141, "end": 142, "ctxt": 0 }, "value": "d", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 142, "end": 166, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 144, "end": 166, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 145, "end": 155, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 145, "end": 146, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 146, "end": 154, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 148, "end": 154, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 156, "end": 165, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 156, "end": 157, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 157, "end": 165, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 159, "end": 165, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "TsExportAssignment", "span": { "start": 170, "end": 183, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 179, "end": 182, "ctxt": 0 }, "value": "Foo", "optional": false } }, { "type": "TsImportEqualsDeclaration", "span": { "start": 208, "end": 240, "ctxt": 0 }, "declare": false, "isExport": false, "isTypeOnly": false, "id": { "type": "Identifier", "span": { "start": 215, "end": 218, "ctxt": 0 }, "value": "foo", "optional": false }, "moduleRef": { "type": "TsExternalModuleReference", "span": { "start": 221, "end": 239, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 229, "end": 238, "ctxt": 0 }, "value": "./foo_0", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, { "type": "VariableDeclaration", "span": { "start": 241, "end": 252, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 245, "end": 251, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 245, "end": 246, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 246, "end": 251, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 248, "end": 251, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 248, "end": 251, "ctxt": 0 }, "value": "foo", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 253, "end": 263, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 253, "end": 262, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 253, "end": 254, "ctxt": 0 }, "value": "x", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 255, "end": 261, "ctxt": 0 }, "value": "test", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 264, "end": 270, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 264, "end": 269, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 264, "end": 265, "ctxt": 0 }, "value": "x", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 266, "end": 268, "ctxt": 0 }, "value": 42.0 } } ], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 271, "end": 291, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 275, "end": 290, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 275, "end": 276, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 276, "end": 284, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 278, "end": 284, "ctxt": 0 }, "kind": "string" } } }, "init": { "type": "MemberExpression", "span": { "start": 287, "end": 290, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 287, "end": 288, "ctxt": 0 }, "value": "x", "optional": false }, "property": { "type": "Identifier", "span": { "start": 289, "end": 290, "ctxt": 0 }, "value": "b", "optional": false } }, "definite": false } ] }, { "type": "IfStatement", "span": { "start": 292, "end": 304, "ctxt": 0 }, "test": { "type": "UnaryExpression", "span": { "start": 295, "end": 300, "ctxt": 0 }, "operator": "!", "argument": { "type": "UnaryExpression", "span": { "start": 296, "end": 300, "ctxt": 0 }, "operator": "!", "argument": { "type": "MemberExpression", "span": { "start": 297, "end": 300, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 297, "end": 298, "ctxt": 0 }, "value": "x", "optional": false }, "property": { "type": "Identifier", "span": { "start": 299, "end": 300, "ctxt": 0 }, "value": "c", "optional": false } } } }, "consequent": { "type": "BlockStatement", "span": { "start": 301, "end": 304, "ctxt": 0 }, "stmts": [] }, "alternate": null }, { "type": "VariableDeclaration", "span": { "start": 305, "end": 326, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 309, "end": 325, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 309, "end": 310, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 313, "end": 325, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 314, "end": 315, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 317, "end": 318, "ctxt": 0 }, "value": 1.0 } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 320, "end": 321, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 323, "end": 324, "ctxt": 0 }, "value": 2.0 } } ] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 327, "end": 335, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 327, "end": 334, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 327, "end": 328, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": null }, "right": { "type": "MemberExpression", "span": { "start": 331, "end": 334, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 331, "end": 332, "ctxt": 0 }, "value": "x", "optional": false }, "property": { "type": "Identifier", "span": { "start": 333, "end": 334, "ctxt": 0 }, "value": "d", "optional": false } } } } ], "interpreter": null }