{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "ObjectPattern", "properties": [ { "type": "RestElement", "argument": { "type": "Identifier", "name": "x", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, "range": [ 6, 10 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 10 } } } ], "range": [ 4, 12 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 12 } } }, "init": { "type": "Identifier", "name": "y", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, "range": [ 4, 16 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 16 } } } ], "kind": "let", "range": [ 0, 17 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } } } ], "sourceType": "script", "range": [ 0, 17 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } }, "tokens": [ { "type": "Keyword", "value": "let", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Punctuator", "value": "{", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Punctuator", "value": "...", "range": [ 6, 9 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 9 } } }, { "type": "Identifier", "value": "x", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "}", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": "=", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "y", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": ";", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } } ] }