43 lines
810 B
JSON
43 lines
810 B
JSON
{
|
|
"type": "Program",
|
|
"start": 0,
|
|
"end": 16,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start": 0,
|
|
"end": 16,
|
|
"expression": {
|
|
"type": "CallExpression",
|
|
"callee": {
|
|
"type": "Identifier",
|
|
"name": "log",
|
|
"start": 0,
|
|
"end": 3
|
|
},
|
|
"arguments": [
|
|
{
|
|
"type": "Identifier",
|
|
"name": "n",
|
|
"start": 4,
|
|
"end": 5
|
|
},
|
|
{
|
|
"type": "Literal",
|
|
"value": "=",
|
|
"raw": "'='",
|
|
"start": 7,
|
|
"end": 10
|
|
},
|
|
{
|
|
"type": "Literal",
|
|
"raw": "2",
|
|
"value": 2,
|
|
"start": 12,
|
|
"end": 13
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |