{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "y", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, "range": [ 10, 14 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 14 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "z", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, "computed": false, "value": { "type": "FunctionExpression", "id": null, "params": [], "body": { "type": "BlockStatement", "body": [], "range": [ 24, 26 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 26 } } }, "generator": false, "expression": false, "async": false, "range": [ 21, 26 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 26 } } }, "kind": "get", "method": false, "shorthand": false, "range": [ 16, 26 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 26 } } } ], "range": [ 8, 28 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 28 } } }, "range": [ 4, 28 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 28 } } } ], "kind": "let", "range": [ 0, 29 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 29 } } } ], "sourceType": "script", "range": [ 0, 29 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 29 } }, "tokens": [ { "type": "Keyword", "value": "let", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "x", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "=", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": "{", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "...", "range": [ 10, 13 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 13 } } }, { "type": "Identifier", "value": "y", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": ",", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Identifier", "value": "get", "range": [ 16, 19 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 19 } } }, { "type": "Identifier", "value": "z", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Punctuator", "value": "(", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ")", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": "{", "range": [ 24, 25 ], "loc": { "start": { "line": 1, "column": 24 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": "}", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": "}", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": ";", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } } ] }