Searched refs:pug (Results 1 – 25 of 31) sorted by relevance
12
1 # pug-runtime3 The runtime components for the pug templating language5 …ild Status](https://img.shields.io/travis/pugjs/pug-runtime/master.svg)](https://travis-ci.org/pug…6 …us](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-runtime)](https://david-dm.org/pug…7 …](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-runtime)](https://david-dm.org/p…8 [](https://www.npmjs.org/package/pug-ru…12 npm install pug-runtime20 var runtime = require('pug-runtime');28 var build = require('pug-runtime/build');35 …it is necessary to make the runtime available. To do so, one can use `require('pug-runtime/wrap')`:[all …]
13 - This package has been renamed to pug-runtime.28 visible through `require('pug-runtime/build')`, will not be visible through29 `require('pug-runtime/build')` anymore.35 - A new module `require('pug-runtime/wrap')` is added to ease testing
1 # pug-linker3 Link multiple pug ASTs together using include/extends5 …uild Status](https://img.shields.io/travis/pugjs/pug-linker/master.svg)](https://travis-ci.org/pug…6 …us](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-linker)](https://david-dm.org/pugj…7 …](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-linker)](https://david-dm.org/pu…8 [](https://www.npmjs.org/package/pug-lin…12 npm install pug-linker17 var link = require('pug-linker');24 …of the included and extended files embedded in the `FileReference` nodes. `pug-load` is designed t…
4 * Update to `pug-walk@^1.0.0`
1 # pug-strip-comments5 … 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-comments17 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 });[all …]
1 # pug-load3 …pug loader is responsible for loading the depenendencies of a given pug file. It adds `fullPath` …5 …Build Status](https://img.shields.io/travis/pugjs/pug-load/master.svg)](https://travis-ci.org/pugj…6 …tus](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-load)](https://david-dm.org/pugjs…7 …s](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-load)](https://david-dm.org/pug…8 [](https://www.npmjs.org/package/pug-load)9 …tatus](https://img.shields.io/codecov/c/github/pugjs/pug-load.svg)](https://codecov.io/gh/pugjs/pu…13 npm install pug-load18 var load = require('pug-load');39 Callback used by `pug-load` to resolve the full path of an included or extended file given the path…[all …]
14 * Update to pug-walk@^1.0.0
1 # pug-filters3 Code for processing filters in pug templates5 …ild Status](https://img.shields.io/travis/pugjs/pug-filters/master.svg)](https://travis-ci.org/pug…6 …us](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-filters)](https://david-dm.org/pug…7 …](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-filters)](https://david-dm.org/p…8 [](https://www.npmjs.org/package/pug-fi…12 npm install pug-filters17 var filters = require('pug-filters');
5 - Update to `pug-walk@1.0.0`
1 # pug-parser3 The pug parser (takes an array of tokens and converts it to an abstract syntax tree)5 …uild Status](https://img.shields.io/travis/pugjs/pug-parser/master.svg)](https://travis-ci.org/pug…6 …us](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-parser)](https://david-dm.org/pugj…7 …](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-parser)](https://david-dm.org/pu…8 [](https://www.npmjs.org/package/pug-par…12 npm install pug-parser17 var parse = require('pug-parser');31 var lex = require('pug-lexer');33 var filename = 'my-file.pug';[all …]
11 * Treat the legacy `.jade` extension as `.pug` rather than a raw include
1 # pug-code-gen3 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-gen16 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');[all …]
37 return constantinople(src, {pug: runtime, 'pug_interp': undefined}); property40 return constantinople.toConstant(src, {pug: runtime, 'pug_interp': undefined}); property
1 # pug-lexer3 The pug lexer. This module is responsible for taking a string and converting it into an array of t…5 …uild Status](https://img.shields.io/travis/pugjs/pug-lexer/master.svg)](https://travis-ci.org/pugj…6 …tus](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-lexer)](https://david-dm.org/pugj…7 …s](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-lexer)](https://david-dm.org/pu…8 [](https://www.npmjs.org/package/pug-lexe…9 …tatus](https://img.shields.io/codecov/c/github/pugjs/pug-lexer.svg)](https://codecov.io/gh/pugjs/p…13 npm install pug-lexer18 var lex = require('pug-lexer');31 console.log(JSON.stringify(lex('div(data-foo="bar")', {filename: 'my-file.pug'}), null, ' '))
1 # pug-error3 Standard error objects for pug. This module is intended for use by the lexer, parser, loader, link…5 …uild Status](https://img.shields.io/travis/pugjs/pug-error/master.svg)](https://travis-ci.org/pugj…6 …tus](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-error)](https://david-dm.org/pugj…7 [](https://www.npmjs.org/package/pug-erro…11 npm install pug-error16 var error = require('pug-error');39 var error = require('pug-error');
1 # pug-attrs5 …uild Status](https://img.shields.io/travis/pugjs/pug-attrs/master.svg)](https://travis-ci.org/pugj…6 …tus](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-attrs)](https://david-dm.org/pugj…7 [](https://www.npmjs.org/package/pug-attr…11 npm install pug-attrs16 var compileAttrs = require('pug-attrs');32 var compileAttrs = require('pug-attrs');33 var pugRuntime = require('pug-runtime');
9 return constantinople(src, {pug: runtime, 'pug_interp': undefined}); property12 return constantinople.toConstant(src, {pug: runtime, 'pug_interp': undefined}); property
1 # pug-walk5 …Build Status](https://img.shields.io/travis/pugjs/pug-walk/master.svg)](https://travis-ci.org/pugj…6 …tus](https://david-dm.org/pugjs/pug/status.svg?path=packages/pug-walk)](https://david-dm.org/pugjs…7 …s](https://david-dm.org/pugjs/pug/dev-status.svg?path=packages/pug-walk)](https://david-dm.org/pug…8 [](https://www.npmjs.org/package/pug-walk)9 …us](https://img.shields.io/codecov/c/github/pugjs/pug-walk/master.svg)](https://codecov.io/gh/pugj…13 npm install pug-walk18 var walk = require('pug-walk');23 Traverse and optionally transform a [Pug AST](https://github.com/pugjs/pug-ast-spec).39 var lex = require('pug-lexer');[all …]
1 …pug/pug\"),\n require(\"../handlebars/handlebars\"));\n } else if (typeof define === \"fun…
1 …pug/pug.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defineMode",…
1 var pug = require('./'); variable5 var template = pug.compileFileClient(filename, {inlineRuntimeFunctions: false});
6 …* Improved runtime performance of pug's string escaping ([Andreas Lubbe](https://github.com/alubbe…146 …* Use variables instead of properties of pug, improving performance and reliability with nested te…262 * remove `pug.version` and fix `pug --version`405 * Allow the compiled client to use it's own pug util functions [3rd-Eden]446 * Fixed pug.1 typo457 * Added pug manpage (`man pug` after installation for docs)458 * Added `-D, --no-debug` to pug(1)459 * Added `-p, --pretty` to pug(1)460 * Added `-c, --client` option to pug(1)499 * Added link in readme to pug-mode for Emacs[all …]
1 …pug/pug.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACO;AACP;AACA;AA…
2 …p+phpdoc+php-extras+plsql+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+python+…
365 …, name = nil, template = nil, extsym = nil, nunjucks = nil, handlebars = nil, ejs = nil, pug = nil;433 pug = self.$node_require("pug");437 template = { render: pug.compileFile(file, opts), '$file': function() { return file } }