jade-linker

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jade-linker

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • alubbe
  • bloodyowl
  • forbeslindesay
  • jbnicolai
  • timothygu