Lines Matching refs:pug
1 # pug-code-gen
3 Default code-generator for pug. It generates HTML via a JavaScript template function.
5 …ild Status](https://img.shields.io/travis/pugjs/pug-code-gen/master.svg)](https://travis-ci.org/pu…
6 …s](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-code-gen)](https://david-dm.org/pug…
7 [](https://www.npmjs.org/package/pug-c…
11 npm install pug-code-gen
16 var generateCode = require('pug-code-gen');
25 …in the following properties that have the same meaning as the options with the same names in `pug`:
34 In addition to above, `pug-code-gen` has the following unique options:
40 var lex = require('pug-lexer');
41 var parse = require('pug-parser');
42 var wrap = require('pug-runtime/wrap');
43 var generateCode = require('pug-code-gen');