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

44 lines
906 B
JSON

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