63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"type": "Program",
|
|
"start": 0,
|
|
"end": 13,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start": 0,
|
|
"end": 13,
|
|
"expression": {
|
|
"type": "AssignmentExpression",
|
|
"start": 0,
|
|
"end": 13,
|
|
"operator": "=",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"start": 0,
|
|
"end": 1,
|
|
"name": "z"
|
|
},
|
|
"right": {
|
|
"type": "ObjectExpression",
|
|
"start": 4,
|
|
"end": 13,
|
|
"properties": [
|
|
{
|
|
"type": "Property",
|
|
"start": 5,
|
|
"end": 6,
|
|
"method": false,
|
|
"shorthand": true,
|
|
"computed": false,
|
|
"key": {
|
|
"type": "Identifier",
|
|
"start": 5,
|
|
"end": 6,
|
|
"name": "x"
|
|
},
|
|
"kind": "init",
|
|
"value": {
|
|
"type": "Identifier",
|
|
"start": 5,
|
|
"end": 6,
|
|
"name": "x"
|
|
}
|
|
},
|
|
{
|
|
"type": "SpreadProperty",
|
|
"start": 8,
|
|
"end": 12,
|
|
"argument": {
|
|
"type": "Identifier",
|
|
"start": 11,
|
|
"end": 12,
|
|
"name": "y"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |