{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "FunctionExpression", "id": null, "params": [ { "type": "AssignmentPattern", "left": { "type": "Identifier", "name": "a", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, "right": { "type": "Literal", "value": 1, "raw": "1", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, "range": [ 10, 15 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 15 } } } ], "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": "use strict", "raw": "\"use strict\"", "range": [ 18, 30 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 30 } } }, "directive": "use strict", "range": [ 18, 31 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 31 } } } ], "range": [ 16, 33 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 33 } } }, "generator": false, "expression": false, "async": false, "range": [ 1, 33 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 33 } } }, "range": [ 0, 34 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 34 } } } ], "sourceType": "script", "range": [ 0, 34 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 34 } }, "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "function", "range": [ 1, 9 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "(", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "a", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "=", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Numeric", "value": "1", "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": "Punctuator", "value": "{", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "String", "value": "\"use strict\"", "range": [ 18, 30 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": ";", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } }, { "type": "Punctuator", "value": "}", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": ")", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } } ], "errors": [ { "index": 18, "lineNumber": 1, "column": 19, "message": "Error: Line 1: Illegal 'use strict' directive in function with non-simple parameter list" } ] }