{ "type": "Program", "body": [ { "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } }, "type": "FunctionDeclaration", "id": { "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } }, "type": "Identifier", "name": "f" }, "params": [ { "range": [ 11, 19 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 19 } }, "type": "RestElement", "argument": { "range": [ 14, 19 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 19 } }, "type": "Identifier", "name": "yield" } } ], "body": { "range": [ 21, 23 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 23 } }, "type": "BlockStatement", "body": [] }, "generator": false, "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": "Identifier", "value": "f", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "(", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Punctuator", "value": "...", "range": [ 11, 14 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 14 } } }, { "type": "Keyword", "value": "yield", "range": [ 14, 19 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": ")", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "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 } } }