1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "type": "Identifier",
- "start": 0,
- "end": 3,
- "loc": {
- "start": {
- "line": 1,
- "column": 0
- },
- "end": {
- "line": 1,
- "column": 3
- },
- "identifierName": "abc"
- },
- "name": "abc",
- "trailingComments": [
- {
- "type": "CommentLine",
- "value": " my comment",
- "start": 4,
- "end": 17,
- "loc": {
- "start": {
- "line": 1,
- "column": 4
- },
- "end": {
- "line": 1,
- "column": 17
- }
- }
- }
- ],
- "comments": [
- {
- "type": "CommentLine",
- "value": " my comment",
- "start": 4,
- "end": 17,
- "loc": {
- "start": {
- "line": 1,
- "column": 4
- },
- "end": {
- "line": 1,
- "column": 17
- }
- }
- }
- ]
- }
|