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 supported14 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- runtime: share one parsed value between import and require() of a JSON/TOML file
- tls: report a handshake dropped by the peer as ECONNRESET when a write is queued
- event_loop: don't debug-panic on late main-VM enqueue_task_concurrent during process.exit
- dotenv: keep $ literal when not followed by an identifier; accept non-ASCII keys
- Bun.build: throw when plugin hooks are registered after setup()
- napi: guard string creators and buffer accessors against pending VM exception
- Bun.JSONL.parseChunk: fix `read` byte offset for invalid UTF-8 input
- Bun.serve websocket: call error handler with (ws, error) and route handler rejections through it
- perf_hooks: match Node's User Timing argument-validation contract
- bun:ffi: free the FFI bookkeeping on GC when close() was not called
- Docs
- Zig not yet supported