Sha256: 0b9a4acb1ff65a99803b73d113cc4885b9eff97c016f79023dfc7ef6c8c738ee

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

/*!
 * Jade - nodes - Node
 * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca>
 * MIT Licensed
 */

/**
 * Initialize a `Node`.
 *
 * @api public
 */

var Node = module.exports = function Node(){};

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stylus-source-0.27.1 vendor/node_modules/mocha/node_modules/jade/lib/nodes/node.js
stylus-source-0.27.0 vendor/node_modules/mocha/node_modules/jade/lib/nodes/node.js
stylus-source-0.26.1 vendor/node_modules/mocha/node_modules/jade/lib/nodes/node.js
stylus-source-0.26.0 vendor/node_modules/mocha/node_modules/jade/lib/nodes/node.js
stylus-source-0.25.0 vendor/node_modules/mocha/node_modules/jade/lib/nodes/node.js