dave caruso
|
36e5a072a9
|
revert (#4539)
* Revert "remove native events from streams"
This reverts commit e063a47a53.
* finish revert
* remove accidental submodule
* dfghj
|
2023-09-07 07:45:00 -07:00 |
|
dave caruso
|
57a06745a4
|
Progress for Next.js (#4468)
* 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>
|
2023-09-07 04:58:44 -07:00 |
|
dave caruso
|
b2c576bba2
|
fix "readable" event being emitted incorrectly (#3475)
* fix "readable" event being emitted incorrectly
* fix impl and add test
* changes
* asdfghj
* esm
|
2023-07-10 18:25:20 -07:00 |
|
Jarred Sumner
|
b18e4064a2
|
Make node streams faster (#1502)
* Make node streams faster
* Fix for macOS, improve performance, handle ref and unref
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2022-11-13 19:14:44 -08:00 |
|
Zilin Zhu
|
8b91360a33
|
Fix segfault due to GC and some more helper functions (#1221)
* Fix segfault due to GC and some more helper functions
* fix upon reviews
* add visitChildren
|
2022-09-09 22:48:55 -07:00 |
|
Zilin Zhu
|
8d8b72cf3f
|
Add native helper functions for Readable and convert ReadableState properties to getter/setter (#1218)
|
2022-09-08 19:52:27 -07:00 |
|