Skip to content

Commit 7b56a71

Browse files
committed
fix lint.
1 parent 88a9622 commit 7b56a71

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
@@ -21720,7 +21720,7 @@ namespace ts {
2172021720
let propertyTypeArray: Type[] | undefined;
2172121721
let notNullOrUndefinedFilter = false;
2172221722
const isExpressionContainOptionalChain = isAccessExpressionContainOptionalChain(expr);
21723-
let facts = switchFacts;
21723+
const facts = switchFacts;
2172421724

2172521725
if ((facts & 0b111111 && !(facts & TypeFacts.EQUndefined) || (facts & TypeFacts.NEUndefined))) {
2172621726
// not contains 'undefiend'

0 commit comments

Comments
 (0)