Searched refs:nlb (Results 1 – 5 of 5) sorted by relevance
302 nlb : S.newline_before, property313 ret.nlb = ret.nlb || ret.comments_before[i].nlb;775 S.token.nlb || is("eof") || is("punc", "}")816 && (token.nlb926 if (S.token.nlb)1475 while (is("operator") && UNARY_POSTFIX(S.token.value) && !S.token.nlb) {
525 output.col() !== 0 && comments[0].nlb)537 if (start.nlb) {
337 nlb : S.newline_before, property770 return token.nlb || !all(token.comments_before, function(comment) {771 return !comment.nlb;1869 if (!comment.nlb) {1870 comment.nlb = start.nlb;1871 start.nlb = false;1881 if (comment.nlb) S.token.nlb = true;
463 if (token.nlb && (force || !has_nlb())) {
949 - `nlb` — true if there was a newline before this comment in the original