output.json 736 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "type": "BinaryExpression",
  3. "start": 0,
  4. "end": 6,
  5. "loc": {
  6. "start": {
  7. "line": 1,
  8. "column": 0
  9. },
  10. "end": {
  11. "line": 1,
  12. "column": 6
  13. }
  14. },
  15. "left": {
  16. "type": "Identifier",
  17. "start": 0,
  18. "end": 1,
  19. "loc": {
  20. "start": {
  21. "line": 1,
  22. "column": 0
  23. },
  24. "end": {
  25. "line": 1,
  26. "column": 1
  27. },
  28. "identifierName": "x"
  29. },
  30. "name": "x"
  31. },
  32. "operator": "==",
  33. "right": {
  34. "type": "Identifier",
  35. "start": 5,
  36. "end": 6,
  37. "loc": {
  38. "start": {
  39. "line": 1,
  40. "column": 5
  41. },
  42. "end": {
  43. "line": 1,
  44. "column": 6
  45. },
  46. "identifierName": "y"
  47. },
  48. "name": "y"
  49. }
  50. }