-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Is there any reason why stream-browserify depends on readable-stream@3.6.0 while browserify itself depends on readable-stream@^2 ?
Right now streams are kind of unusable:
stream-browserifydependency tree is botched see here inheritance is botched stream-browserify#25- Using
readable-streamdirectly leads to multiple versions in the bundle which in turn leads again to no inheritance anywhere. readable-streamhasinspectbug here Fix/remove node globals nodejs/readable-stream#435 (comment) which prevents me from debugging why there is any difference inStreamprototypes...
If there is no particular reason for such behavior I can create PR(s) that fix it, but maybe I'm missing something?