{ "type": "Program", "body": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "xyab", "range": [ 4, 8 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 8 } } }, "init": { "type": "ObjectExpression", "properties": [ { "type": "Property", "key": { "type": "Identifier", "name": "x", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, "computed": false, "value": { "type": "Literal", "value": 1, "raw": "1", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 13, 17 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 17 } } }, { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "a", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, "range": [ 19, 23 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 23 } } }, { "type": "Property", "key": { "type": "Identifier", "name": "y", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, "computed": false, "value": { "type": "Literal", "value": 2, "raw": "2", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, "kind": "init", "method": false, "shorthand": false, "range": [ 25, 29 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 29 } } }, { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "b", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, "range": [ 31, 35 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 35 } } }, { "type": "SpreadElement", "argument": { "type": "Identifier", "name": "a", "range": [ 40, 41 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 41 } } }, "range": [ 37, 41 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 41 } } } ], "range": [ 11, 43 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 43 } } }, "range": [ 4, 43 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 43 } } } ], "kind": "let", "range": [ 0, 44 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 44 } } } ], "sourceType": "script", "range": [ 0, 44 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 44 } }, "tokens": [ { "type": "Keyword", "value": "let", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Identifier", "value": "xyab", "range": [ 4, 8 ], "loc": { "start": { "line": 1, "column": 4 }, "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, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Identifier", "value": "x", "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": "Numeric", "value": "1", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": ",", "range": [ 17, 18 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": "...", "range": [ 19, 22 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 22 } } }, { "type": "Identifier", "value": "a", "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 } } }, { "type": "Identifier", "value": "y", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Punctuator", "value": ":", "range": [ 26, 27 ], "loc": { "start": { "line": 1, "column": 26 }, "end": { "line": 1, "column": 27 } } }, { "type": "Numeric", "value": "2", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, { "type": "Punctuator", "value": ",", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": "...", "range": [ 31, 34 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 34 } } }, { "type": "Identifier", "value": "b", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Punctuator", "value": ",", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } }, { "type": "Punctuator", "value": "...", "range": [ 37, 40 ], "loc": { "start": { "line": 1, "column": 37 }, "end": { "line": 1, "column": 40 } } }, { "type": "Identifier", "value": "a", "range": [ 40, 41 ], "loc": { "start": { "line": 1, "column": 40 }, "end": { "line": 1, "column": 41 } } }, { "type": "Punctuator", "value": "}", "range": [ 42, 43 ], "loc": { "start": { "line": 1, "column": 42 }, "end": { "line": 1, "column": 43 } } }, { "type": "Punctuator", "value": ";", "range": [ 43, 44 ], "loc": { "start": { "line": 1, "column": 43 }, "end": { "line": 1, "column": 44 } } } ] }