const Vinyl = require('vinyl'); const file = new Vinyl({ cwd: '/', base: '/test/', path: '/test/file.js', contents: new Buffer('var x = 123') }); ...
確定! 回上一頁