PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
vinyl-fs
/
lib
/
src
'use strict'; var File = require('vinyl'); var through = require('through2'); function wrapVinyl() { function wrapFile(globFile, enc, callback) { var file = new File(globFile); callback(null, file); } return through.obj(wrapFile); } module.exports = wrapVinyl;
[+]
..
[-] resolve-symlinks.js
[edit]
[-] index.js
[edit]
[-] options.js
[edit]
[-] sourcemap.js
[edit]
[+]
read-contents
[-] wrap-vinyl.js
[edit]
[-] prepare.js
[edit]