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 supported15 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- fetch: hold FetchTasklet mutex through deref_from_thread so HTTP thread is never the final deref
- install: let `bun add <url>` replace a package installed from a different URL
- install: validate bun.lockb slice descriptors and ids at load time
- Add Bun.unsafe.gcDefer() / gcAllow() for bracketed GC deferral
- run: render a live pane per --parallel task on an interactive terminal
- node:http: route res.socket.write() through the AsyncSocket buffer so it is delivered under backpressure
- AsyncLocalStorage store is lost during dynamic import() module evaluation
- http(h3): reject DATA before final response HEADERS in the HTTP/3 client
- patch: refuse symlink and hard link escapes when applying patches
- minifier: possibly rewrite `function` that doesn't use `this` into arrow function
- Docs
- Zig not yet supported