{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "hello", "range": [ 4, 9 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 9 } } }, "init": { "type": "FunctionExpression", "id": { "type": "Identifier", "name": "hi", "range": [ 21, 23 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 23 } } }, "params": [], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "sayHi", "range": [ 28, 33 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 33 } } }, "arguments": [], "range": [ 28, 35 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 35 } } }, "range": [ 28, 36 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 36 } } } ], "range": [ 26, 37 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 37 } } }, "generator": false, "expression": false, "async": false, "range": [ 12, 37 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 37 } } }, "range": [ 4, 37 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 37 } } } ], "kind": "var", "range": [ 0, 38 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 38 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "hello", "range": [ 4, 9 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "=", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Keyword", "value": "function", "range": [ 12, 20 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 20 } } }, { "type": "Identifier", "value": "hi", "range": [ 21, 23 ], "loc": { "start": { "line": 1, "column": 21 }, "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": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Identifier", "value": "sayHi", "range": [ 28, 33 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": "(", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": ")", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Punctuator", "value": "}", "range": [ 36, 37 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 37 } } }, { "type": "Punctuator", "value": ";", "range": [ 37, 38 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 38 } } } ], "range": [ 0, 38 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 38 } } }