aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/node-stream.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15fix(stream): make Readable.read work w/o _construct implemented (#1613)Gravatar Derrick Farris 1-3/+22
* fix(stream): put Readable._readableState.constructed default in spec (true, not false) * cleanup(readable): remove unnecessary _construct methods * test(stream): add test for Readable w/o _construct method
2022-12-12fix(stream): Fix Readable.pipe() (#1606)Gravatar Derrick Farris 1-1/+27
* fix(stream): fix some debug logs that were breaking .pipe * fix(stream): another debug fix * test(stream): add test for .pipe
2022-12-07fix(stream): Fix Transform class constructor fn (#1583)Gravatar Derrick Farris 1-0/+47
* fix(stream): fix ReadableFromWeb class, fix Transform * test(stream): add tests for .call on stream constructors