We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663ee44 commit 45af47aCopy full SHA for 45af47a
src/compiler/checker.ts
@@ -3156,7 +3156,7 @@ namespace ts {
3156
}
3157
3158
// Return the type implied by an object binding pattern
3159
- function getTypeFromObjectBindingPattern(pattern: ObjectBindingPattern, includePatternInType: boolean, reportErrors: boolean): ResolvedType {
+ function getTypeFromObjectBindingPattern(pattern: ObjectBindingPattern, includePatternInType: boolean, reportErrors: boolean): Type {
3160
const members = createMap<Symbol>();
3161
let hasComputedProperties = false;
3162
forEach(pattern.elements, e => {
0 commit comments