Searched refs:allowsBreak (Results 1 – 1 of 1) sorted by relevance
145 function allowsBreak(context, where) { function159 (allowsBreak(context, where) ? context.format.breakWith : emptyCharacter) +170 …return (allowsBreak(context, Breaks.AfterProperty) || beforeBlockEnd && allowsBreak(context, Break…173 …(isLast ? emptyCharacter : (allowsBreak(context, where) ? context.format.breakWith : emptyCharacte…187 …Marker.SEMICOLON + (isLast || !allowsBreak(context, where) ? emptyCharacter : context.format.break…193 …Marker.COMMA + (allowsBreak(context, Breaks.BetweenSelectors) ? context.format.breakWith : emptyCh…226 …store(context, allowsBreak(context, Breaks.AfterComment) ? context.format.breakWith : emptyCharact…