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 supported17 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- JIT miscompile: @stylexjs/babel-plugin media-query parser starts failing after ~20 compilations in one process (Node is fine, BUN_JSC_useFTLJIT=false fixes it)
- WebAssembly.compile retains ~10 MB per wasm compiler thread; RSS grows with core count and is never released
- fetch: streaming brotli response body is delivered in 4096-byte pieces, the rest is withheld until the next chunk arrives (gzip/identity and Node deliver the flushed data at once)
- bundler: JSON-escape the NODE_ENV auto-define value
- test: mark the remaining h3 batch tests flaky so one handshake flake does not fail CI
- test: wait for the child to exit before touching stdin in spawn-stdin-destroy
- Mint the inspector token for a ws:// URL with no path
- js_parser: drop a TypeScript import whose clause binds nothing
- docs: correct the defaults for minimumReleaseAge and coverageSkipTestFiles
- bun:test: toBeInteger uses Number.isInteger semantics
- Docs
- Zig not yet supported