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
- fs.watch/fs.watchFile: remove unsafe from the watcher modules
- Bun.serve: remove unsafe from server/mod.rs and server_body.rs
- test(socket): reset the accepted socket's peer in-process instead of killing a child
- test(http2): run the six Client Basics groups of node-http2.test.js as one concurrent pool
- compile cache: encode the bytecode the main VM compiled instead of re-parsing every module on a second VM
- dns: make --dns-result-order and setDefaultResultOrder apply to fetch and Bun.connect
- FileSink, Bun.write: remove unsafe from FileSink.rs and blob/write_file.rs
- image: reject JPEGs with invalid Huffman codes on the fast entropy path
- bun test --parallel: worker killed by JSC GC assertion on "Heap Helper Thread" — EXC_BREAKPOINT/SIGKILL on macOS arm64, panic/SIGABRT + full-run abort on Linux arm64
- deps: update libdeflate to v1.26
- Docs
- Zig not yet supported