{ "type": "Program", "body": [ { "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } }, "type": "ExpressionStatement", "expression": { "range": [ 1, 19 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 19 } }, "type": "FunctionExpression", "id": { "range": [ 10, 15 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 15 } }, "type": "Identifier", "name": "yield" }, "params": [], "body": { "range": [ 17, 19 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 19 } }, "type": "BlockStatement", "body": [] }, "generator": false, "expression": false, "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": "function", "range": [ 1, 9 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 9 } } }, { "type": "Keyword", "value": "yield", "range": [ 10, 15 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": "(", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": ")", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": "{", "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": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } } ], "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } }