{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": ">>=", "left": { "type": "Identifier", "name": "x", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, "right": { "type": "Literal", "value": 42, "raw": "42", "range": [ 6, 8 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 8 } } }, "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } }, "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "x", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Punctuator", "value": ">>=", "range": [ 2, 5 ], "loc": { "start": { "line": 1, "column": 2 }, "end": { "line": 1, "column": 5 } } }, { "type": "Numeric", "value": "42", "range": [ 6, 8 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 8 } } } ], "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } }