Lines Matching refs:pug
1 # pug-strip-comments
5 … Status](https://img.shields.io/travis/pugjs/pug-strip-comments/master.svg)](https://travis-ci.org…
6 …https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-strip-comments)](https://david-dm.org/…
7 …tps://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-strip-comments)](https://david-dm.or…
8 [](https://www.npmjs.org/package…
12 npm install pug-strip-comments
17 var lex = require('pug-lexer');
18 var stripComments = require('pug-strip-comments');
27 stripComments(tokens, { filename: 'pug' });
33 stripComments(tokens, { filename: 'pug', stripUnbuffered: false, stripBuffered: true });
39 stripComments(tokens, { filename: 'pug', stripBuffered: true });