{ "type": "Module", "span": { "start": 1, "end": 35, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 10, "end": 11, "ctxt": 0 }, "value": "x", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 1, "end": 35, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 14, "end": 35, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 18, "end": 23, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 22, "end": 23, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 22, "end": 23, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 26, "end": 33, "ctxt": 0 }, "expression": { "type": "JSXElement", "span": { "start": 26, "end": 33, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 27, "end": 30, "ctxt": 0 }, "value": "div", "optional": false }, "span": { "start": 26, "end": 33, "ctxt": 0 }, "attributes": [], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } ], "interpreter": null }