{ "type": "Module", "span": { "start": 0, "end": 37, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 9, "end": 10, "ctxt": 0 }, "value": "x", "typeAnnotation": null, "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 0, "end": 37, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 13, "end": 37, "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", "typeAnnotation": null, "optional": false }, "init": null, "definite": false } ] }, { "type": "JSXElement", "span": { "start": 27, "end": 34, "ctxt": 0 }, "opening": { "type": "JSXOpeningElement", "name": { "type": "Identifier", "span": { "start": 28, "end": 31, "ctxt": 0 }, "value": "div", "typeAnnotation": null, "optional": false }, "span": { "start": 28, "end": 34, "ctxt": 0 }, "attributes": [], "selfClosing": true, "typeArguments": null }, "children": [], "closing": null } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } ], "interpreter": null }