{ "type": "Program", "body": [ { "range": [ 0, 35 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } }, "type": "FunctionDeclaration", "id": { "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } }, "type": "Identifier", "name": "g" }, "params": [], "body": { "range": [ 14, 35 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 35 } }, "type": "BlockStatement", "body": [ { "range": [ 16, 33 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 33 } }, "type": "ExpressionStatement", "expression": { "range": [ 16, 32 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 32 } }, "type": "ArrowFunctionExpression", "id": null, "params": [ { "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } }, "type": "Identifier", "name": "x" } ], "body": { "range": [ 23, 32 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 32 } }, "type": "BinaryExpression", "operator": "*", "left": { "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } }, "type": "Identifier", "name": "x" }, "right": { "range": [ 27, 32 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 32 } }, "type": "Identifier", "name": "yield" } }, "generator": false, "expression": true, "async": false } } ] }, "generator": true, "expression": false, "async": false } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "function", "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "*", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "g", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "(", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ")", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": "{", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": "(", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Identifier", "value": "x", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": "=>", "range": [ 20, 22 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 22 } } }, { "type": "Identifier", "value": "x", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, { "type": "Punctuator", "value": "*", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Keyword", "value": "yield", "range": [ 27, 32 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": ";", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Punctuator", "value": "}", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } } ], "range": [ 0, 35 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 35 } } }