output.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "type": "File",
  3. "start": 0,
  4. "end": 26,
  5. "loc": {
  6. "start": {
  7. "line": 1,
  8. "column": 0
  9. },
  10. "end": {
  11. "line": 1,
  12. "column": 26
  13. }
  14. },
  15. "program": {
  16. "type": "Program",
  17. "start": 0,
  18. "end": 26,
  19. "loc": {
  20. "start": {
  21. "line": 1,
  22. "column": 0
  23. },
  24. "end": {
  25. "line": 1,
  26. "column": 26
  27. }
  28. },
  29. "sourceType": "script",
  30. "interpreter": null,
  31. "body": [
  32. {
  33. "type": "WhileStatement",
  34. "start": 0,
  35. "end": 26,
  36. "loc": {
  37. "start": {
  38. "line": 1,
  39. "column": 0
  40. },
  41. "end": {
  42. "line": 1,
  43. "column": 26
  44. }
  45. },
  46. "test": {
  47. "type": "BooleanLiteral",
  48. "start": 7,
  49. "end": 11,
  50. "loc": {
  51. "start": {
  52. "line": 1,
  53. "column": 7
  54. },
  55. "end": {
  56. "line": 1,
  57. "column": 11
  58. }
  59. },
  60. "value": true
  61. },
  62. "body": {
  63. "type": "BlockStatement",
  64. "start": 13,
  65. "end": 26,
  66. "loc": {
  67. "start": {
  68. "line": 1,
  69. "column": 13
  70. },
  71. "end": {
  72. "line": 1,
  73. "column": 26
  74. }
  75. },
  76. "body": [
  77. {
  78. "type": "ContinueStatement",
  79. "start": 15,
  80. "end": 24,
  81. "loc": {
  82. "start": {
  83. "line": 1,
  84. "column": 15
  85. },
  86. "end": {
  87. "line": 1,
  88. "column": 24
  89. }
  90. },
  91. "label": null
  92. }
  93. ],
  94. "directives": []
  95. }
  96. }
  97. ],
  98. "directives": []
  99. }
  100. }