Skip to content

Commit 9c33395

Browse files
author
Kanchalai Tanglertsampan
committed
Fix linting error
1 parent 3e07398 commit 9c33395

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
@@ -14110,7 +14110,7 @@ namespace ts {
1411014110
}
1411114111
links.resolvedSignature = resolvingSignature;
1411214112

14113-
let callSignature = resolveStatelessJsxOpeningLikeElement(openingLikeElement, elementType, candidatesOutArray);
14113+
const callSignature = resolveStatelessJsxOpeningLikeElement(openingLikeElement, elementType, candidatesOutArray);
1411414114
links.resolvedSignature = callSignature;
1411514115
// If signature resolution originated in control flow type analysis (for example to compute the
1411614116
// assigned type in a flow assignment) we don't cache the result as it may be based on temporary

0 commit comments

Comments
 (0)