{ "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": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "arguments", "range": [ 14, 23 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 23 } } }, "right": { "type": "Literal", "value": 0, "raw": "0", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, "range": [ 14, 27 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 27 } } }, "range": [ 14, 28 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 28 } } } ], "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": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Numeric", "value": "0", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Punctuator", "value": ";", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } } ], "errors": [ { "index": 14, "lineNumber": 1, "column": 15, "message": "Error: Line 1: Assignment to eval or arguments is not allowed in strict mode" } ], "range": [ 0, 28 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 28 } } }