45 lines
795 B
JSON
45 lines
795 B
JSON
{
|
|
"type": "Program",
|
|
"start": 0,
|
|
"end": 29,
|
|
"body": [
|
|
{
|
|
"type": "FunctionDeclaration",
|
|
"id": {
|
|
"type": "Identifier",
|
|
"name": "log",
|
|
"start": 9,
|
|
"end": 12
|
|
},
|
|
"start": 0,
|
|
"end": 29,
|
|
"expression": false,
|
|
"params": [
|
|
{
|
|
"type": "Identifier",
|
|
"name": "n",
|
|
"start": 13,
|
|
"end": 14
|
|
},
|
|
{
|
|
"type": "Identifier",
|
|
"name": "op",
|
|
"start": 16,
|
|
"end": 18
|
|
},
|
|
{
|
|
"type": "Identifier",
|
|
"name": "val",
|
|
"start": 20,
|
|
"end": 23
|
|
}
|
|
],
|
|
"body": {
|
|
"type": "BlockStatement",
|
|
"start": 26,
|
|
"end": 29,
|
|
"body": []
|
|
}
|
|
}
|
|
]
|
|
} |