{ "type": "File", "start": 0, "end": 36, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } }, "program": { "type": "Program", "start": 0, "end": 36, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } }, "sourceType": "script", "body": [ { "type": "ExpressionStatement", "start": 0, "end": 13, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } }, "expression": { "type": "Literal", "start": 0, "end": 12, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } }, "value": "use strict", "rawValue": "use strict", "raw": "\"use strict\"" } }, { "type": "FunctionDeclaration", "start": 14, "end": 36, "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 36 } }, "id": { "type": "Identifier", "start": 23, "end": 24, "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } }, "name": "f" }, "generator": false, "expression": false, "params": [], "body": { "type": "BlockStatement", "start": 27, "end": 36, "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 36 } }, "body": [ { "type": "ExpressionStatement", "start": 29, "end": 34, "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 34 } }, "expression": { "type": "Identifier", "start": 29, "end": 34, "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 34 } }, "name": "yield" } } ] } } ] } }