UNPKG

module-deps

Version:

walk the dependency graph to generate json output that can be fed into browser-pack

7 lines (6 loc) 171 B
var through = require('through2'); module.exports = function (file) { return through(function (chunk, enc, callback) { callback(new Error('rawr')); }); };