bun
https://github.com/oven-sh/bun
Zig
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Zig not yet supported15 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- bun_ptr: add OwnedRef, an intrusive ref that is released on drop
- blob(windows): free CopyFileWindows and ReadFileUV through the task pointer, not under &mut self
- spawn: hold the Subprocess as an OwnedRef across spawn_maybe_sync
- fetch: release the FetchTasklet through its raw pointer, not a &mut receiver
- jsc: remove AbortSignal::unref/detach; add abort_signal::PendingActivityRef as the owned hold on a signal
- bundler: run a Bun.build on the bundle thread through the task pointer, not a build-long &mut self
- bundler: touch outstanding plugin requests through their pointer, not as &mut
- http_jsc: park the WebSocket upgrade client refs as OwnedRef fields (and Cell handshake state)
- http: stop holding &mut HttpThread across code that re-borrows it through http_thread()
- io: hand ReadFile/WriteFile to the io thread through the owner's pointer, not &mut self.io_request
- Docs
- Zig not yet supported