Home
last modified time | relevance | path

Searched refs:comments_before (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/ !
Dparse.js239 comments_before : [], property
344 ret.comments_before = S.comments_before;
345 ret.comments_after = S.comments_before = [];
458 S.comments_before.push(token(type, ret, true));
469 S.comments_before.push(token("comment2", text, true));
770 return token.nlb || !all(token.comments_before, function(comment) {
1862 var len = start.comments_before.length;
1863 [].unshift.apply(ex.start.comments_before, start.comments_before);
1864 start.comments_before.length = 0;
1865 start.comments_before = ex.start.comments_before;
[all …]
Doutput.js538 var comments = token.comments_before;
541 token.comments_before = comments = [];
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ !
Dparse.js227 comments_before : [], property
309 ret.comments_before = S.comments_before;
310 S.comments_before = [];
312 for (var i = 0, len = ret.comments_before.length; i < len; i++) {
313 ret.nlb = ret.nlb || ret.comments_before[i].nlb;
441 S.comments_before.push(token(type, ret, true));
452 S.comments_before.push(token("comment2", text, true));
Doutput.js490 var comments = start.comments_before || [];
496 if (node.start && node.start.comments_before) {
497 comments = comments.concat(node.start.comments_before);
498 node.start.comments_before = [];
Dcompress.js818 var comments = argument.start.comments_before;
838 var comments = token.comments_before;
1738 && (comments = this.start.comments_before)
/plugin/dirtylittlehelper/mermaid/editor/docs/ !
D3.3.js.map1comments_before are\n // comments that have a new line before them\n // and may or may not have …