2015-07-25 05:19:32 +01:00

44 lines
893 B
JSON

{
"type": "Program",
"start": 0,
"end": 21,
"body": [
{
"type": "VariableDeclaration",
"start": 0,
"end": 21,
"declarations": [
{
"type": "VariableDeclarator",
"start": 4,
"end": 20,
"id": {
"type": "Identifier",
"start": 4,
"end": 11,
"name": "squared"
},
"init": {
"type": "BinaryExpression",
"start": 14,
"end": 20,
"left": {
"type": "Literal",
"start": 14,
"end": 15,
"value": 2
},
"operator": "**",
"right": {
"type": "Literal",
"start": 19,
"end": 20,
"value": 2
}
}
}
],
"kind": "var"
}
]
}