Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this function. Open
Open
if (type == "case") return cont(expression, expect(":"));
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "{") return contCommasep(proppattern, "}");
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "{") return cont(pushlex("}"), pushblockcontext, block, poplex, popcontext);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'keyword';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "quasi") { return pass(quasi, me); }
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (isTS && value == "as") { cx.marked = "keyword"; return cont(typeexpr, me) }
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'comment';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return cont(objprop);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (keywords.propertyIsEnumerable(cur)) return "keyword";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "(") return cont(commasep(typearg, ")"), maybeReturnType, afterType)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "attribute";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return 'atom';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return token(stream, state)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return lexical.indented + (isContinuedStatement(state, textAfter) ? statementIndent || indentUnit : 0);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return chain(inBlock("tw-underline", "===", inText));
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return style;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "number";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return startSubMode(m[1], state);
- Create a ticketCreate a ticket