2017-01-27 20:13:02 +01:00

36 lines
554 B
JSON

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