{ "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, 27 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 27 } } }, "alternate": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "goodDay", "range": [ 33, 40 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 40 } } }, "arguments": [], "range": [ 33, 42 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 42 } } }, "range": [ 33, 42 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 42 } } }, "range": [ 0, 42 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 42 } } } ], "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 } } }, { "type": "Punctuator", "value": ";", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Keyword", "value": "else", "range": [ 28, 32 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 32 } } }, { "type": "Identifier", "value": "goodDay", "range": [ 33, 40 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 40 } } }, { "type": "Punctuator", "value": "(", "range": [ 40, 41 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 41 } } }, { "type": "Punctuator", "value": ")", "range": [ 41, 42 ], "loc": { "start": { "line": 1, "column": 41 }, "end": { "line": 1, "column": 42 } } } ], "range": [ 0, 42 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 42 } } }