Skip to content

Commit 9d225ba

Browse files
committed
fmt
1 parent 910ec1d commit 9d225ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30850,7 +30850,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
3085030850
links.flags |= NodeCheckFlags.InCheckIdentifier;
3085130851
const parentType = getTypeForBindingElementParent(parent, shouldSubstituteConstraints(type, location) ? CheckMode.Normal : CheckMode.SkipConstraintsSubstitution);
3085230852
const parentNarrowableType = parentType && getNarrowableTypeForReference(parentType, location);
30853-
30853+
3085430854
links.flags &= ~NodeCheckFlags.InCheckIdentifier;
3085530855
if (parentNarrowableType && parentNarrowableType.flags & TypeFlags.Union && !(rootDeclaration.kind === SyntaxKind.Parameter && isSomeSymbolAssigned(rootDeclaration))) {
3085630856
const pattern = declaration.parent;

0 commit comments

Comments
 (0)