{ "type": "Module", "span": { "start": 57, "end": 384, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 57, "end": 187, "ctxt": 0 }, "declare": true, "global": false, "id": { "type": "Identifier", "span": { "start": 72, "end": 75, "ctxt": 0 }, "value": "JSX", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 76, "end": 187, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 79, "end": 100, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 89, "end": 96, "ctxt": 0 }, "value": "Element", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 97, "end": 100, "ctxt": 0 }, "body": [] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 102, "end": 134, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 112, "end": 129, "ctxt": 0 }, "value": "IntrinsicElements", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 130, "end": 134, "ctxt": 0 }, "body": [] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 136, "end": 185, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 146, "end": 171, "ctxt": 0 }, "value": "ElementAttributesProperty", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 172, "end": 185, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 176, "end": 182, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 176, "end": 181, "ctxt": 0 }, "value": "props", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": null, "typeParams": null } ] } } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 189, "end": 225, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 199, "end": 204, "ctxt": 0 }, "value": "Props", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 205, "end": 225, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 211, "end": 223, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 211, "end": 214, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 214, "end": 222, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 216, "end": 222, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "ExportDeclaration", "span": { "start": 249, "end": 323, "ctxt": 0 }, "declaration": { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 262, "end": 273, "ctxt": 0 }, "value": "MyComponent", "optional": false }, "declare": false, "span": { "start": 256, "end": 323, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassMethod", "span": { "start": 280, "end": 294, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 280, "end": 286, "ctxt": 0 }, "value": "render", "optional": false }, "function": { "params": [], "decorators": [], "span": { "start": 280, "end": 294, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 289, "end": 294, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, "kind": "method", "isStatic": false, "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false }, { "type": "ClassProperty", "span": { "start": 298, "end": 321, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 298, "end": 303, "ctxt": 0 }, "value": "props", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 303, "end": 321, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 305, "end": 321, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 307, "end": 319, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 307, "end": 310, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 310, "end": 318, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 312, "end": 318, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } }, { "type": "ExpressionStatement", "span": { "start": 325, "end": 351, "ctxt": 0 }, "expression": { "type": "JSXElement", "span": { "start": 325, "end": 350, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 326, "end": 337, "ctxt": 0 }, "value": "MyComponent", "optional": false }, "span": { "start": 325, "end": 350, "ctxt": 0 }, "attributes": [ { "type": "JSXAttribute", "span": { "start": 338, "end": 347, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 338, "end": 341, "ctxt": 0 }, "value": "foo", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 342, "end": 347, "ctxt": 0 }, "value": "bar", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } }, { "type": "ExpressionStatement", "span": { "start": 360, "end": 384, "ctxt": 0 }, "expression": { "type": "JSXElement", "span": { "start": 360, "end": 383, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 361, "end": 372, "ctxt": 0 }, "value": "MyComponent", "optional": false }, "span": { "start": 360, "end": 383, "ctxt": 0 }, "attributes": [ { "type": "JSXAttribute", "span": { "start": 373, "end": 380, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 373, "end": 376, "ctxt": 0 }, "value": "foo", "optional": false }, "value": { "type": "JSXExpressionContainer", "span": { "start": 377, "end": 380, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 378, "end": 379, "ctxt": 0 }, "value": 0.0 } } } ], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } } ], "interpreter": null }