{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "xy", "range": [ 4, 6 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 6 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "x", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, "range": [ 11, 15 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 15 } } }, { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "y", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, "range": [ 17, 21 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 21 } } } ], "range": [ 9, 23 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 23 } } }, "range": [ 4, 23 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 23 } } } ], "kind": "let", "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } } } ], "sourceType": "script", "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } }, "tokens": [ { "type": "Keyword", "value": "let", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "xy", "range": [ 4, 6 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 6 } } }, { "type": "Punctuator", "value": "=", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "{", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "...", "range": [ 11, 14 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "x", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": ",", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": "...", "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } } }, { "type": "Identifier", "value": "y", "range": [ 20, 21 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 21 } } }, { "type": "Punctuator", "value": "}", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": ";", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } } ] }