{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "arguments", "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } } ], "body": { "type": "Literal", "value": 42, "raw": "42", "range": [ 13, 15 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 15 } } }, "generator": false, "expression": true, "async": false, "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 15 } } }, "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 15 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "arguments", "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "=>", "range": [ 10, 12 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 12 } } }, { "type": "Numeric", "value": "42", "range": [ 13, 15 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 15 } } } ], "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 15 } } }