{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "\"use strict\"", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } } }, "directive": "use strict", "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "--", "argument": { "type": "Identifier", "name": "arguments", "range": [ 14, 23 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 23 } } }, "prefix": false, "range": [ 14, 25 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 25 } } }, "range": [ 14, 26 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 26 } } } ], "sourceType": "script", "tokens": [ { "type": "String", "value": "\"use strict\"", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ";", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Identifier", "value": "arguments", "range": [ 14, 23 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "--", "range": [ 23, 25 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": ";", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } } ], "errors": [ { "index": 23, "lineNumber": 1, "column": 24, "message": "Error: Line 1: Postfix increment/decrement may not have eval or arguments operand in strict mode" } ], "range": [ 0, 26 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 26 } } }