{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "ArrayPattern", "elements": [ { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 17, "column": 6 }, "end": { "line": 17, "column": 7 } } }, { "type": "AssignmentPattern", "left": { "type": "ArrayPattern", "elements": [ { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 17, "column": 10 }, "end": { "line": 17, "column": 11 } } }, { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 14 } } } ], "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 15 } } }, "right": { "type": "ArrayExpression", "elements": [ { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 19 }, "end": { "line": 17, "column": 20 } } } ], "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 21 } } }, "loc": { "start": { "line": 17, "column": 9 }, "end": { "line": 17, "column": 21 } } } ], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 22 } } }, "init": { "type": "ArrayExpression", "elements": [ { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 17, "column": 27 } } }, { "type": "ArrayExpression", "elements": [ { "type": "StringLiteral", "value": "foo", "loc": { "start": { "line": 17, "column": 30 }, "end": { "line": 17, "column": 35 } } } ], "loc": { "start": { "line": 17, "column": 29 }, "end": { "line": 17, "column": 36 } } } ], "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 37 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 37 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 38 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 17, "column": 38 } } } TypeError: Property 1 does not exist on type [string] | [number]. [arrayDestructuring23.ts:17:9]