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

44 lines
910 B
JSON

{
"type": "Program",
"start": 0,
"end": 14,
"body": [
{
"type": "VariableDeclaration",
"start": 0,
"end": 14,
"declarations": [
{
"type": "VariableDeclarator",
"start": 4,
"end": 14,
"id": {
"type": "Identifier",
"start": 4,
"end": 5,
"name": "z"
},
"init": {
"type": "ObjectExpression",
"start": 8,
"end": 14,
"properties": [
{
"type": "SpreadProperty",
"start": 9,
"end": 13,
"argument": {
"type": "Identifier",
"start": 12,
"end": 13,
"name": "x"
}
}
]
}
}
],
"kind": "let"
}
]
}