Showing 264 of 413 total issues
Avoid too many return
statements within this function. Open
Open
return code - LOWER + 26
Avoid too many return
statements within this function. Open
Open
return scanTemplate();
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createLiteral(scanRegExp()));
Avoid too many return
statements within this function. Open
Open
return expr;
Avoid too many return
statements within this function. Open
Open
return scanStringLiteral();
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createProperty('init', id, parsePropertyMethodFunction({ generator: true }), true, false, computed));
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createFunctionTypeAnnotation( params, returnType, rest, typeParameters
Avoid too many return
statements within this function. Open
Open
return { type: Token.Punctuator, value: ch1, lineNumber: lineNumber, lineStart: lineStart,
Avoid too many return
statements within this function. Open
Open
return self.greater_than_or_equal_to(condition, output)
Avoid too many return
statements within this function. Open
Open
return markerApply( marker, delegate.createProperty('init', id, id, false, true, false) );
Avoid too many return
statements within this function. Open
Open
return parsePostfixExpression();
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createFunctionTypeAnnotation( params, returnType, rest, null /* typeParameters */
Avoid too many return
statements within this function. Open
Open
return scanRegExp();
Avoid too many return
statements within this function. Open
Open
return scanXJSIdentifier();
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createProperty('init', key, parsePropertyMethodFunction({ generator: false }), true, false, false));
Avoid too many return
statements within this function. Open
Open
return parseArrayInitialiser();
Avoid too many return
statements within this function. Open
Open
return parseTemplateLiteral();
Avoid too many return
statements within this function. Open
Open
return loaderCache[id];
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createLiteral(token));
Avoid too many return
statements within this function. Open
Open
return false;