{ "type": "Program", "body": [ { "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } }, "type": "ExpressionStatement", "expression": { "range": [ 1, 12 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 12 } }, "type": "AssignmentExpression", "operator": "=", "left": { "range": [ 1, 8 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 8 } }, "type": "ArrayPattern", "elements": [ { "range": [ 2, 7 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 7 } }, "type": "Identifier", "name": "yield" } ] }, "right": { "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } }, "type": "Identifier", "name": "x" } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": "[", "range": [ 1, 2 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 2 } } }, { "type": "Keyword", "value": "yield", "range": [ 2, 7 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "]", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "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": "x", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ")", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } } ], "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } } }