pixsy/node_modules/pug-linker
synth-ruiner 495f1d958e initial 2017-12-22 17:22:08 +00:00
..
test initial 2017-12-22 17:22:08 +00:00
HISTORY.md initial 2017-12-22 17:22:08 +00:00
LICENSE initial 2017-12-22 17:22:08 +00:00
README.md initial 2017-12-22 17:22:08 +00:00
index.js initial 2017-12-22 17:22:08 +00:00
package.json initial 2017-12-22 17:22:08 +00:00

README.md

pug-linker

Link multiple pug ASTs together using include/extends

Build Status Dependency Status NPM version

Installation

npm install pug-linker

Usage

var link = require('pug-linker');

link(ast)

Flatten the Pug AST of inclusion and inheritance.

This function merely links the AST together; it doesn't read the file system to resolve and parse included and extended files. Thus, the main AST must already have the ASTs of the included and extended files embedded in the FileReference nodes. pug-load is designed to do that.

License

MIT