Searched refs:html5_comments (Results 1 – 3 of 3) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | parse.js | 214 function tokenizer($TEXT, filename, html5_comments, shebang) { argument 573 if (html5_comments) { 699 html5_comments : true, property 708 options.html5_comments, options.shebang)
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 226 function tokenizer($TEXT, filename, html5_comments, shebang) { argument 590 if (html5_comments) { 687 html5_comments : true, property 696 … ? tokenizer($TEXT, options.filename, options.html5_comments, options.shebang)
|
| /plugin/asciidocjs/node_modules/uglify-js/ |
| D | README.md | 648 - `html5_comments` (default: `true`) — process HTML comment as workaround for
|