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

37 lines
565 B
JSON

{
"type": "UpdateExpression",
"start": 0,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"operator": "++",
"prefix": true,
"argument": {
"type": "Identifier",
"start": 2,
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "arguments"
},
"name": "arguments"
},
"extra": {
"parenthesizedArgument": false
}
}