{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "ArrayPattern", "elements": [ { "type": "AssignmentPattern", "left": { "type": "Identifier", "name": "a", "decorators": [], "loc": { "start": { "line": 17, "column": 6 }, "end": { "line": 17, "column": 7 } } }, "right": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 17, "column": 10 }, "end": { "line": 17, "column": 11 } } }, "loc": { "start": { "line": 17, "column": 6 }, "end": { "line": 17, "column": 11 } } }, { "type": "ObjectPattern", "properties": [ { "type": "Property", "method": false, "shorthand": true, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 16 } } }, "value": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 16 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 16 } } }, { "type": "Property", "method": false, "shorthand": true, "computed": false, "key": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 19 } } }, "value": { "type": "Identifier", "name": "c", "decorators": [], "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 19 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 19 } } } ], "loc": { "start": { "line": 17, "column": 13 }, "end": { "line": 17, "column": 21 } } } ], "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 22 } } }, "init": { "type": "ArrayExpression", "elements": [ { "type": "OmittedExpression", "loc": { "start": { "line": 17, "column": 26 }, "end": { "line": 17, "column": 27 } } }, { "type": "ObjectExpression", "properties": [ { "type": "Property", "method": false, "shorthand": false, "computed": false, "key": { "type": "Identifier", "name": "b", "decorators": [], "loc": { "start": { "line": 17, "column": 30 }, "end": { "line": 17, "column": 31 } } }, "value": { "type": "NumberLiteral", "value": 5, "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 34 } } }, "kind": "init", "loc": { "start": { "line": 17, "column": 30 }, "end": { "line": 17, "column": 34 } } } ], "loc": { "start": { "line": 17, "column": 28 }, "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": 37 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 17, "column": 37 } } } TypeError: Property c does not exist on type { b: number; }. [arrayDestructuring26.ts:17:13]