{ "type": "Program", "body": [ { "range": [ 0, 23 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 23 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 4, 22 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 22 } }, "type": "VariableDeclarator", "id": { "range": [ 4, 16 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 16 } }, "type": "ObjectPattern", "properties": [ { "range": [ 6, 14 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 14 } }, "type": "Property", "key": { "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } }, "type": "Identifier", "name": "x" }, "computed": false, "value": { "range": [ 9, 14 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 14 } }, "type": "Identifier", "name": "yield" }, "kind": "init", "method": false, "shorthand": false } ] }, "init": { "range": [ 19, 22 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 22 } }, "type": "Identifier", "name": "foo" } } ], "kind": "var" } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Punctuator", "value": "{", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": ":", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Keyword", "value": "yield", "range": [ 9, 14 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": "}", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "=", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Identifier", "value": "foo", "range": [ 19, 22 ], "loc": { "start": { "line": 1, "column": 19 }, "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 } } }