Skip to content

Add enviromental variable to allow smoke testing

Compare
Choose a tag to compare
@calvinmetcalf calvinmetcalf released this 13 Apr 19:53
· 217 commits to main since this release
v2.1.0
4c2d8e2

running in node with the environmental variable READABLE_STRAM set to 'disable' will cause this module to simply return the platform streams. The goal of this is to allow us to test changes to node streams and see if they will break modules using readable-stream. Transforms have been added so that in browserify (where the streams module is build on readable-streams) this change will be removed and not bloat the build.