33 lines
668 B
JSON
33 lines
668 B
JSON
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "BinaryExpression",
|
|
"left": {
|
|
"type": "BinaryExpression",
|
|
"left": {
|
|
"type": "Literal",
|
|
"value": 2
|
|
},
|
|
"operator": "**",
|
|
"right": {
|
|
"type": "UnaryExpression",
|
|
"operator": "-",
|
|
"prefix": true,
|
|
"argument": {
|
|
"type": "Literal",
|
|
"value": 1
|
|
}
|
|
}
|
|
},
|
|
"operator": "*",
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |