{ "type": "Program", "body": [ { "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 15 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 4, 14 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 14 } }, "type": "VariableDeclarator", "id": { "range": [ 4, 9 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 9 } }, "type": "Identifier", "name": "yield" }, "init": { "range": [ 12, 14 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 14 } }, "type": "Literal", "value": 42, "raw": "42" } } ], "kind": "let" } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "let", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Keyword", "value": "yield", "range": [ 4, 9 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "=", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Numeric", "value": "42", "range": [ 12, 14 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": ";", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } } ], "range": [ 0, 15 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 15 } } }