{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "ArrowFunctionExpression", "id": null, "params": [ { "type": "Identifier", "name": "e", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } } ], "body": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "property", "range": [ 8, 16 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 16 } } }, "computed": false, "value": { "type": "Literal", "value": 42, "raw": "42", "range": [ 18, 20 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 20 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 8, 20 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 20 } } } ], "range": [ 6, 22 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 22 } } }, "generator": false, "expression": true, "async": false, "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } }, "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "e", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": "=>", "range": [ 2, 4 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 4 } } }, { "type": "Punctuator", "value": "(", "range": [ 5, 6 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 6 } } }, { "type": "Punctuator", "value": "{", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Identifier", "value": "property", "range": [ 8, 16 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": ":", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Numeric", "value": "42", "range": [ 18, 20 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "}", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ")", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } } ], "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } } }