{ "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": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "arguments", "range": [ 18, 27 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 27 } } }, "init": null, "range": [ 18, 27 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 27 } } } ], "kind": "var", "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": "Keyword", "value": "var", "range": [ 14, 17 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 17 } } }, { "type": "Identifier", "value": "arguments", "range": [ 18, 27 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 27 } } }, { "type": "Punctuator", "value": ";", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } } ], "errors": [ { "index": 27, "lineNumber": 1, "column": 28, "message": "Error: Line 1: Variable name may not be eval or arguments in strict mode" } ], "range": [ 0, 28 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 28 } } }