{ "type": "Script", "span": { "start": 39, "end": 552, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 39, "end": 128, "ctxt": 0 }, "declare": true, "global": false, "id": { "type": "Identifier", "span": { "start": 54, "end": 57, "ctxt": 0 }, "value": "JSX", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 58, "end": 128, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 61, "end": 93, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 71, "end": 78, "ctxt": 0 }, "value": "Element", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 79, "end": 93, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 81, "end": 91, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 81, "end": 90, "ctxt": 0 }, "value": "something", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": null, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 95, "end": 126, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 105, "end": 122, "ctxt": 0 }, "value": "IntrinsicElements", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 123, "end": 126, "ctxt": 0 }, "body": [] } } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 130, "end": 212, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 140, "end": 144, "ctxt": 0 }, "value": "Obj1", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 145, "end": 212, "ctxt": 0 }, "body": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 148, "end": 178, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 152, "end": 161, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 153, "end": 161, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 155, "end": 161, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 162, "end": 177, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 164, "end": 177, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 166, "end": 175, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 167, "end": 175, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 169, "end": 175, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, "typeParams": null }, { "type": "TsConstructSignatureDeclaration", "span": { "start": 180, "end": 210, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 184, "end": 193, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 185, "end": 193, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 187, "end": 193, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 194, "end": 209, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 196, "end": 209, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 198, "end": 207, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 198, "end": 199, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 199, "end": 207, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 201, "end": 207, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 213, "end": 228, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 217, "end": 227, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 217, "end": 221, "ctxt": 0 }, "value": "Obj1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 221, "end": 227, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 223, "end": 227, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 223, "end": 227, "ctxt": 0 }, "value": "Obj1", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 229, "end": 238, "ctxt": 0 }, "expression": { "type": "JSXElement", "span": { "start": 229, "end": 237, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 230, "end": 234, "ctxt": 0 }, "value": "Obj1", "optional": false }, "span": { "start": 229, "end": 237, "ctxt": 0 }, "attributes": [], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } }, { "type": "TsInterfaceDeclaration", "span": { "start": 284, "end": 360, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 294, "end": 298, "ctxt": 0 }, "value": "Obj2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 299, "end": 360, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 302, "end": 329, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 303, "end": 312, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 304, "end": 312, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 306, "end": 312, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 313, "end": 328, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 315, "end": 328, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 317, "end": 326, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 317, "end": 318, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 318, "end": 326, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 320, "end": 326, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, "typeParams": null }, { "type": "TsCallSignatureDeclaration", "span": { "start": 331, "end": 358, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 332, "end": 341, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 333, "end": 341, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 335, "end": 341, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 342, "end": 357, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 344, "end": 357, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 346, "end": 355, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 346, "end": 347, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 347, "end": 355, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 349, "end": 355, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 361, "end": 376, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 365, "end": 375, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 365, "end": 369, "ctxt": 0 }, "value": "Obj2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 369, "end": 375, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 371, "end": 375, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 371, "end": 375, "ctxt": 0 }, "value": "Obj2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 377, "end": 386, "ctxt": 0 }, "expression": { "type": "JSXElement", "span": { "start": 377, "end": 385, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 378, "end": 382, "ctxt": 0 }, "value": "Obj2", "optional": false }, "span": { "start": 377, "end": 385, "ctxt": 0 }, "attributes": [], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } }, { "type": "TsInterfaceDeclaration", "span": { "start": 432, "end": 519, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 442, "end": 446, "ctxt": 0 }, "value": "Obj3", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 447, "end": 519, "ctxt": 0 }, "body": [ { "type": "TsCallSignatureDeclaration", "span": { "start": 450, "end": 477, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 451, "end": 460, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 452, "end": 460, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 454, "end": 460, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 461, "end": 476, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 463, "end": 476, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 465, "end": 474, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 465, "end": 466, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 466, "end": 474, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 468, "end": 474, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, "typeParams": null }, { "type": "TsCallSignatureDeclaration", "span": { "start": 479, "end": 517, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 480, "end": 489, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 481, "end": 489, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 483, "end": 489, "ctxt": 0 }, "kind": "number" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 490, "end": 516, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 492, "end": 516, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 494, "end": 504, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 494, "end": 495, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 495, "end": 503, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 497, "end": 503, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 505, "end": 514, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 505, "end": 506, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 506, "end": 514, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 508, "end": 514, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 520, "end": 535, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 524, "end": 534, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 524, "end": 528, "ctxt": 0 }, "value": "Obj3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 528, "end": 534, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 530, "end": 534, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 530, "end": 534, "ctxt": 0 }, "value": "Obj3", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 536, "end": 552, "ctxt": 0 }, "expression": { "type": "JSXElement", "span": { "start": 536, "end": 551, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 537, "end": 541, "ctxt": 0 }, "value": "Obj3", "optional": false }, "span": { "start": 536, "end": 551, "ctxt": 0 }, "attributes": [ { "type": "JSXAttribute", "span": { "start": 542, "end": 548, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 542, "end": 543, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "JSXExpressionContainer", "span": { "start": 544, "end": 548, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 545, "end": 547, "ctxt": 0 }, "value": 42.0 } } } ], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } } ], "interpreter": null }