Showing 39 of 93 total issues
Function openElement
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TemplateCompiler.prototype.openElement = function(element, i, l, r, c, b) {
Function openElement
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
HydrationOpcodeCompiler.prototype.openElement = function(element, pos, len, isSingleRoot, mustacheCount, blankChildTextNodes) {
Function createAttrMorph
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
prototype.createAttrMorph = function(attrMorphNum, elementNum, name, escaped, namespace) {
Function createMorph
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
prototype.createMorph = function(morphNum, parentPath, startIndex, endIndex, escaped) {
Function PathExpression
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
PathExpression: function(data, depth, parts, original, locInfo) {
Avoid too many return
statements within this function. Open
Open
return string.replace(badChars, escapeChar);
Avoid too many return
statements within this function. Open
Open
return this.parseError('Lexical error on line '+(this.yylineno+1)+'. Unrecognized text.\n'+this.showPosition(),
{text: "", token: null, line: this.yylineno});
Avoid too many return
statements within this function. Open
Open
return string.replace(badChars, escapeChar);
Avoid too many return
statements within this function. Open
Open
case 13:this.popState(); return 34;
Avoid too many return
statements within this function. Open
Open
return 19;
Avoid too many return
statements within this function. Open
Open
case 30:yy_.yytext = strip(1,2).replace(/\\'/g,"'"); return 48;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return;
Avoid too many return
statements within this function. Open
Open
return 13;
Avoid too many return
statements within this function. Open
Open
case 29:yy_.yytext = strip(1,2).replace(/\\"/g,'"'); return 48;
Avoid too many return
statements within this function. Open
Open
case 38:yy_.yytext = strip(1,2); return 56;
Avoid too many return
statements within this function. Open
Open
case 27:this.popState(); return 41;
Avoid too many return
statements within this function. Open
Open
case 14:this.popState(); return 34;
Avoid too many return
statements within this function. Open
Open
case 28:this.popState(); return 27;