output.json 821 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "type": "Identifier",
  3. "start": 0,
  4. "end": 3,
  5. "loc": {
  6. "start": {
  7. "line": 1,
  8. "column": 0
  9. },
  10. "end": {
  11. "line": 1,
  12. "column": 3
  13. },
  14. "identifierName": "abc"
  15. },
  16. "name": "abc",
  17. "trailingComments": [
  18. {
  19. "type": "CommentLine",
  20. "value": " my comment",
  21. "start": 4,
  22. "end": 17,
  23. "loc": {
  24. "start": {
  25. "line": 1,
  26. "column": 4
  27. },
  28. "end": {
  29. "line": 1,
  30. "column": 17
  31. }
  32. }
  33. }
  34. ],
  35. "comments": [
  36. {
  37. "type": "CommentLine",
  38. "value": " my comment",
  39. "start": 4,
  40. "end": 17,
  41. "loc": {
  42. "start": {
  43. "line": 1,
  44. "column": 4
  45. },
  46. "end": {
  47. "line": 1,
  48. "column": 17
  49. }
  50. }
  51. }
  52. ]
  53. }