output.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "type": "BinaryExpression",
  3. "start": 0,
  4. "end": 9,
  5. "loc": {
  6. "start": {
  7. "line": 1,
  8. "column": 0
  9. },
  10. "end": {
  11. "line": 1,
  12. "column": 9
  13. }
  14. },
  15. "left": {
  16. "type": "BinaryExpression",
  17. "start": 0,
  18. "end": 5,
  19. "loc": {
  20. "start": {
  21. "line": 1,
  22. "column": 0
  23. },
  24. "end": {
  25. "line": 1,
  26. "column": 5
  27. }
  28. },
  29. "left": {
  30. "type": "Identifier",
  31. "start": 0,
  32. "end": 1,
  33. "loc": {
  34. "start": {
  35. "line": 1,
  36. "column": 0
  37. },
  38. "end": {
  39. "line": 1,
  40. "column": 1
  41. },
  42. "identifierName": "x"
  43. },
  44. "name": "x"
  45. },
  46. "operator": "^",
  47. "right": {
  48. "type": "Identifier",
  49. "start": 4,
  50. "end": 5,
  51. "loc": {
  52. "start": {
  53. "line": 1,
  54. "column": 4
  55. },
  56. "end": {
  57. "line": 1,
  58. "column": 5
  59. },
  60. "identifierName": "y"
  61. },
  62. "name": "y"
  63. }
  64. },
  65. "operator": "^",
  66. "right": {
  67. "type": "Identifier",
  68. "start": 8,
  69. "end": 9,
  70. "loc": {
  71. "start": {
  72. "line": 1,
  73. "column": 8
  74. },
  75. "end": {
  76. "line": 1,
  77. "column": 9
  78. },
  79. "identifierName": "z"
  80. },
  81. "name": "z"
  82. }
  83. }