1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "type": "BinaryExpression",
- "start": 0,
- "end": 6,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 6
- }
- },
- "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": 5,
- "end": 6,
- "loc": {
- "start": {
- "line": 1,
- "column": 5
- },
- "end": {
- "line": 1,
- "column": 6
- },
- "identifierName": "y"
- },
- "name": "y"
- }
- }
|