{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "f", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "arguments": [ { "type": "Identifier", "name": "a", "range": [ 2, 3 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 3 } } }, { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 14, 16 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 16 } } }, "generator": false, "expression": false, "async": false, "range": [ 4, 16 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 16 } } }, { "type": "Identifier", "name": "c", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } } ], "range": [ 0, 19 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 19 } } }, "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "f", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": "(", "range": [ 1, 2 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 2 } } }, { "type": "Identifier", "value": "a", "range": [ 2, 3 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 3 } } }, { "type": "Keyword", "value": "function", "range": [ 4, 12 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "(", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": ")", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": "{", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": "}", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Identifier", "value": "c", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": ";", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } } ], "errors": [ { "index": 4, "lineNumber": 1, "column": 5, "message": "Error: Line 1: Unexpected token function" }, { "index": 17, "lineNumber": 1, "column": 18, "message": "Error: Line 1: Unexpected token c" } ], "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } }