mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Fix linting error
This commit is contained in:
parent
3e07398aee
commit
9c333956e9
@ -14110,7 +14110,7 @@ namespace ts {
|
||||
}
|
||||
links.resolvedSignature = resolvingSignature;
|
||||
|
||||
let callSignature = resolveStatelessJsxOpeningLikeElement(openingLikeElement, elementType, candidatesOutArray);
|
||||
const callSignature = resolveStatelessJsxOpeningLikeElement(openingLikeElement, elementType, candidatesOutArray);
|
||||
links.resolvedSignature = callSignature;
|
||||
// If signature resolution originated in control flow type analysis (for example to compute the
|
||||
// assigned type in a flow assignment) we don't cache the result as it may be based on temporary
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user