{ "type": "File", "start": 0, "end": 30, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "program": { "type": "Program", "start": 0, "end": 30, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "sourceType": "script", "body": [ { "type": "FunctionDeclaration", "start": 0, "end": 30, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 30 } }, "id": { "type": "Identifier", "start": 9, "end": 14, "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 14 }, "identifierName": "hello" }, "name": "hello" }, "generator": false, "expression": false, "async": false, "params": [ { "type": "Identifier", "start": 15, "end": 16, "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 }, "identifierName": "a" }, "name": "a" } ], "body": { "type": "BlockStatement", "start": 18, "end": 30, "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 30 } }, "body": [ { "type": "ExpressionStatement", "start": 20, "end": 28, "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 28 } }, "expression": { "type": "CallExpression", "start": 20, "end": 27, "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 27 } }, "callee": { "type": "Identifier", "start": 20, "end": 25, "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 25 }, "identifierName": "sayHi" }, "name": "sayHi" }, "arguments": [] } } ], "directives": [] } } ], "directives": [] } }