{ "html": { "start": 0, "end": 89, "type": "Fragment", "children": [ { "start": 0, "end": 89, "type": "IfBlock", "expression": { "type": "BinaryExpression", "start": 5, "end": 11, "left": { "type": "Identifier", "start": 5, "end": 6, "name": "x" }, "operator": ">", "right": { "type": "Literal", "start": 9, "end": 11, "value": 10, "raw": "10" } }, "children": [ { "start": 14, "end": 41, "type": "Element", "name": "p", "attributes": [], "children": [ { "start": 17, "end": 37, "type": "Text", "data": "x is greater than 10" } ] } ], "else": { "start": 58, "end": 84, "type": "ElseBlock", "children": [ { "start": 58, "end": 89, "type": "IfBlock", "elseif": true, "expression": { "type": "BinaryExpression", "start": 52, "end": 57, "left": { "type": "Identifier", "start": 52, "end": 53, "name": "x" }, "operator": "<", "right": { "type": "Literal", "start": 56, "end": 57, "value": 5, "raw": "5" } }, "children": [ { "start": 60, "end": 83, "type": "Element", "name": "p", "attributes": [], "children": [ { "start": 63, "end": 79, "type": "Text", "data": "x is less than 5" } ] } ] } ] } } ] } }