aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/streams.exports.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-09Fix segfault due to GC and some more helper functions (#1221)Gravatar Zilin Zhu 1-38/+5
* Fix segfault due to GC and some more helper functions * fix upon reviews * add visitChildren
2022-09-08Add native helper functions for Readable and convert ReadableState ↵Gravatar Zilin Zhu 1-52/+7
properties to getter/setter (#1218)
2022-09-06Loosen-up the streams polyfillGravatar Jarred Sumner 1-21/+10
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 1-63/+5
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property
2022-08-25Add native BufferList (#1146)Gravatar Zilin Zhu 1-164/+8
* add simple methods * add native BufferList * use RopeBuilder * use Deque
2022-08-22Don't transpile `readable-stream`Gravatar Jarred Sumner 1-0/+5666