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
- event_loop: yield worker/port message drains to the next iteration so a postMessage flood can't starve timers/poll
- watcher: add BUN_WATCHER_USE_POLLING stat-polling fallback for --watch/--hot
- fetch: bound decompressed output to reader demand (backpressure through the decoder)
- node:http2: bound inbound RST_STREAM per connection (CVE-2023-44487 rapid-reset)
- install: honor --recursive/--filter in non-interactive bun update; re-resolve every named-update target
- bun:test: hoist jest.mock/vi.mock/mock.module above imports
- watcher: wake blocked inotify read() / kevent() on shutdown
- create: stop deleting the destination directory for local templates
- node:async_hooks: align AsyncLocalStorage.bind()/snapshot() shape and run()/exit() thisArg with Node
- test(util-inspect): sample surrogate boundaries instead of all 2047 code units
- Docs
- Zig not yet supported