Home
last modified time | relevance | path

Searched refs:nlb (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js302 nlb : S.newline_before, property
313 ret.nlb = ret.nlb || ret.comments_before[i].nlb;
775 S.token.nlb || is("eof") || is("punc", "}")
816 && (token.nlb
926 if (S.token.nlb)
1475 while (is("operator") && UNARY_POSTFIX(S.token.value) && !S.token.nlb) {
Doutput.js525 output.col() !== 0 && comments[0].nlb)
537 if (start.nlb) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js337 nlb : S.newline_before, property
770 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;
Doutput.js463 if (token.nlb && (force || !has_nlb())) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md949 - `nlb` — true if there was a newline before this comment in the original