fix: formatting
This commit is contained in:
Родитель
fdd74d0d77
Коммит
899a128255
|
@ -31300,11 +31300,11 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
|
|||
const signature = getContextualSignatureForFunctionLikeDeclaration(functionDecl as FunctionExpression);
|
||||
if (signature && !isResolvingReturnTypeOfSignature(signature)) {
|
||||
const returnType = getReturnTypeOfSignature(signature);
|
||||
|
||||
|
||||
if (returnType.flags & TypeFlags.Never) {
|
||||
return returnType;
|
||||
}
|
||||
|
||||
|
||||
const functionFlags = getFunctionFlags(functionDecl);
|
||||
if (functionFlags & FunctionFlags.Generator) {
|
||||
return filterType(returnType, t => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче