0.0.3 • Published 9 years ago

jade-linker v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

jade-linker

Link multiple jade ASTs together using include/extends

Build Status Dependency Status NPM version

Installation

npm install jade-linker

Usage

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

link(ast)

Flatten the Jade 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. jade-load is designed to do that.

License

MIT

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago