1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "type": "BinaryExpression",
- "start": 0,
- "end": 9,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 9
- }
- },
- "left": {
- "type": "BinaryExpression",
- "start": 0,
- "end": 5,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 5
- }
- },
- "left": {
- "type": "Identifier",
- "start": 0,
- "end": 1,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 1
- },
- "identifierName": "x"
- },
- "name": "x"
- },
- "operator": "^",
- "right": {
- "type": "Identifier",
- "start": 4,
- "end": 5,
- "loc": {
- "start": {
- "line": 1,
- "column": 4
- },
- "end": {
- "line": 1,
- "column": 5
- },
- "identifierName": "y"
- },
- "name": "y"
- }
- },
- "operator": "^",
- "right": {
- "type": "Identifier",
- "start": 8,
- "end": 9,
- "loc": {
- "start": {
- "line": 1,
- "column": 8
- },
- "end": {
- "line": 1,
- "column": 9
- },
- "identifierName": "z"
- },
- "name": "z"
- }
- }
|