{ "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": "ObjectExpression", "properties": [], "range": [ 2, 4 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 4 } } }, { "type": "Identifier", "name": "b", "range": [ 5, 6 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 6 } } }, { "type": "Identifier", "name": "c", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } } ], "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } }, "range": [ 0, 10 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 10 } } } ], "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": "Punctuator", "value": "{", "range": [ 2, 3 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 3 } } }, { "type": "Punctuator", "value": "}", "range": [ 3, 4 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 4 } } }, { "type": "Identifier", "value": "b", "range": [ 5, 6 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 6 } } }, { "type": "Identifier", "value": "c", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": ")", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": ";", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } } ], "errors": [ { "index": 5, "lineNumber": 1, "column": 6, "message": "Error: Line 1: Unexpected token b" }, { "index": 7, "lineNumber": 1, "column": 8, "message": "Error: Line 1: Unexpected token c" } ], "range": [ 0, 10 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 10 } } }