aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSReadableState.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07revert (#4539)Gravatar dave caruso 1-0/+154
* Revert "remove native events from streams" This reverts commit e063a47a53744a2bf5b1c2dd433698c9e37b75d6. * finish revert * remove accidental submodule * dfghj
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 1-154/+0
* L * ipc * asdfghjkl * dfghjk * it works! * types * patches for next.js * sdfghj * wsdfgn,./ * this * yolo * okay loser * asdfghjk * add some more APIs * MESS * sdfghjkl * remove native events from streams * stuff * remove lazy(primordials) test * debugging * okay * less fake extensions object * fix `Buffer.toString()` args logic * fix deserialize * make tests work * add test for `Buffer.toString` args * Update server.zig * remove test * update test * Update spawn-streaming-stdin.test.ts * fix linux build * Update fs.test.ts * cli message improvements * dfshaj * Fix fs.watch bug maybe? * remove --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-10-21Fix bugs in mask boolean valuesGravatar Jarred Sumner 1-10/+9
2022-09-09Fix segfault due to GC and some more helper functions (#1221)Gravatar Zilin Zhu 1-19/+41
* 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-1/+24
properties to getter/setter (#1218)
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 1-0/+110
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property