{ "type": "Program", "body": [ { "type": "IfStatement", "test": { "type": "Identifier", "name": "morning", "range": [ 4, 11 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 11 } } }, "consequent": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "goodMorning", "range": [ 13, 24 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 24 } } }, "arguments": [], "range": [ 13, 26 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 26 } } }, "range": [ 13, 26 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 26 } } }, "alternate": null, "range": [ 0, 26 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 26 } } } ], "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": "Identifier", "value": "morning", "range": [ 4, 11 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": ")", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Identifier", "value": "goodMorning", "range": [ 13, 24 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 24 } } }, { "type": "Punctuator", "value": "(", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": ")", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } } ], "range": [ 0, 26 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 26 } } }