{ "type": "Program", "body": [ { "range": [ 0, 29 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 29 } }, "type": "FunctionDeclaration", "id": { "range": [ 10, 13 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 13 } }, "type": "Identifier", "name": "foo" }, "params": [], "body": { "range": [ 16, 29 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 29 } }, "type": "BlockStatement", "body": [ { "range": [ 18, 27 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 27 } }, "type": "ExpressionStatement", "expression": { "range": [ 18, 26 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 26 } }, "type": "YieldExpression", "argument": { "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } }, "type": "Literal", "value": 3, "raw": "3" }, "delegate": true } } ] }, "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": "foo", "range": [ 10, 13 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": "(", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "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": "Keyword", "value": "yield", "range": [ 18, 23 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "*", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, { "type": "Numeric", "value": "3", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": ";", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Punctuator", "value": "}", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } } ], "range": [ 0, 29 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 29 } } }