{ "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": "FunctionDeclaration", "id": { "type": "Identifier", "name": "a", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 25, 27 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 27 } } }, "generator": false, "expression": false, "async": false, "range": [ 13, 27 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 27 } } }, "alternate": null, "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } } ], "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": "Keyword", "value": "function", "range": [ 13, 21 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 21 } } }, { "type": "Identifier", "value": "a", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "(", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "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 } } } ], "range": [ 0, 27 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 27 } } }