{ "type": "Program", "body": [ { "range": [ 0, 14 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 14 } }, "type": "ExpressionStatement", "expression": { "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } }, "type": "ArrowFunctionExpression", "id": null, "params": [ { "range": [ 1, 6 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 6 } }, "type": "Identifier", "name": "yield" } ], "body": { "range": [ 11, 13 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 13 } }, "type": "Literal", "value": 42, "raw": "42" }, "generator": false, "expression": true, "async": false } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "yield", "range": [ 1, 6 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 6 } } }, { "type": "Punctuator", "value": ")", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "=>", "range": [ 8, 10 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 10 } } }, { "type": "Numeric", "value": "42", "range": [ 11, 13 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": ";", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } } ], "range": [ 0, 14 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 14 } } }