gulpjs / glob-stream

Readable streamx interface over anymatch.
MIT License
178 stars 53 forks source link

Remove path normalization? #79

Closed phated closed 7 years ago

phated commented 8 years ago

Since we now have path normalization in vinyl, I think we should drop normalization on the emitted objects to keep it inline with node-glob which doesn't do any normalization. Thoughts?

cc @contra

yocontra commented 8 years ago

Makes sense to me