{ "type": "Program", "body": [ { "type": "IfStatement", "test": { "type": "Literal", "value": true, "raw": "true", "range": [ 4, 8 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 8 } } }, "consequent": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "that", "range": [ 10, 14 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 14 } } }, "arguments": [], "range": [ 10, 16 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 16 } } }, "range": [ 10, 17 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 17 } } }, "alternate": { "type": "EmptyStatement", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "if", "range": [ 0, 2 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 2 } } }, { "type": "Punctuator", "value": "(", "range": [ 3, 4 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 4 } } }, { "type": "Boolean", "value": "true", "range": [ 4, 8 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": ")", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Identifier", "value": "that", "range": [ 10, 14 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": "(", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": ")", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": ";", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Keyword", "value": "else", "range": [ 18, 22 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ";", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } } ], "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } }