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

37 lines
548 B
JSON

{
"type": "CallExpression",
"start": 0,
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"callee": {
"type": "Identifier",
"start": 5,
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "foo"
},
"name": "foo",
"extra": {
"parenthesized": true,
"parenStart": 0
}
},
"arguments": []
}