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 supported10 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- windows_event_loop: Fd int cast as uv_handle_t ptr, likely crash
- unsafe fn connect() has 200+ line body — narrow the unsafe surface
- bundler/ThreadPool: zeroed_unchecked() for static Mutex, should use Mutex::new()
- dispatch.rs: unreachable_unchecked in macro tag dispatch — risk if macros desync
- repl.rs: vm_mut is safe fn that creates &mut from & (soundness hole)
- Channel.rs: container_of creates &mut Owner while &mut self is live (aliasing violation)
- fix(Channel): avoid &mut aliasing in container_of pattern
- `Response.clone().bytes()` returns incorrect `ArrayBuffer` instead of `Uint8Array`
- StoreRef Sync is unsound: data_mut(&self) enables mutable aliasing via safe API
- MultiArrayList Sync is unsound: zero(&self) and sort(&self) mutate through raw pointers
- Docs
- Zig not yet supported