gulpjs / glob-stream

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

Implement the streaming globber as a real Readable stream instead of a through stream #81

Closed phated closed 7 years ago

phated commented 8 years ago

Ref https://github.com/gulpjs/glob-stream/pull/80#issuecomment-247149302

phated commented 7 years ago

WIP implementation at https://github.com/gulpjs/glob-stream/pull/85 - I need some help with the tests.

phated commented 7 years ago

I believe this has been completed in my PR (#85)