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
- console.dir: honor maxArrayLength in the native formatter
- domain: implement node:domain on AsyncLocalStorage and port the upstream domain suite — uncaught-exception routing, EventEmitter/process.domain integration, --abort-on-uncaught-exception, exit-code-7 semantics (+48 tests)
- Upgrade reported Node.js version to 26.3.0
- async_hooks,events,http,http2,perf_hooks: port Node.js async compatibility tests and fix the gaps they surface — ALS run/disable + withScope/defaultValue, http client ALS across reused agent sockets, http2 ALS context, AsyncResource.bind, EventEmitterAsyncResource, timerify (+22 tests)
- process: port Node.js v26.3.0 process compatibility tests and fix the gaps they surface — env exotic-object/TZ semantics, warnings pipeline + CLI flags, uncaught origin/exit codes, execve throw, threadCpuUsage/finalization/loadEnvFile, active-resource tracking, native-module identity (+29 tests)
- cluster: port Node.js cluster compatibility tests and fix the gaps they surface — real round-robin fd handoff, SCHED_NONE shared handles, UDP clustering, worker faux listen handles, IPC handle passing (+34 tests)
- node:inspector: implement Profiler precise coverage and inspector.open() with a DevTools-protocol server, port the Node.js inspector test suite
- trace_events: implement Node's trace-events subsystem and port the v26.3.0 trace tests — JSON trace writer, --trace-event-* / --trace-env / --trace-exit flags, per-subsystem events, worker tids, NodeTracing inspector domain (+34 tests, 100% passing)
- Rename Zig-prefixed names in the JSC bindings to Bun equivalents
- node:repl: replace the stub with Node v26.3.0's REPL — v26 readline stack, acorn recoverable-parse + top-level await, completion, history, --interactive (+107 vendored tests, 74 passing)
- Docs
- Zig not yet supported