{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 16, "column": 5 }, "end": { "line": 16, "column": 6 } } }, "init": { "type": "BooleanLiteral", "value": true, "loc": { "start": { "line": 16, "column": 9 }, "end": { "line": 16, "column": 13 } } }, "loc": { "start": { "line": 16, "column": 5 }, "end": { "line": 16, "column": 13 } } } ], "kind": "let", "loc": { "start": { "line": 16, "column": 1 }, "end": { "line": 16, "column": 13 } } }, { "type": "IfStatement", "test": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 18, "column": 5 }, "end": { "line": 18, "column": 6 } } }, "consequent": { "type": "BlockStatement", "statements": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 5 } } }, "right": { "type": "UnaryExpression", "operator": "!", "prefix": true, "argument": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 19, "column": 9 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 8 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 4 }, "end": { "line": 19, "column": 10 } } } ], "loc": { "start": { "line": 18, "column": 8 }, "end": { "line": 20, "column": 2 } } }, "alternate": { "type": "BlockStatement", "statements": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 21, "column": 4 }, "end": { "line": 21, "column": 5 } } }, "right": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 21, "column": 8 }, "end": { "line": 21, "column": 9 } } }, "loc": { "start": { "line": 21, "column": 4 }, "end": { "line": 21, "column": 9 } } }, "loc": { "start": { "line": 21, "column": 4 }, "end": { "line": 21, "column": 9 } } } ], "loc": { "start": { "line": 20, "column": 6 }, "end": { "line": 22, "column": 2 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 22, "column": 2 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 23, "column": 1 } } }