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
- napi: guard string creators and buffer accessors against pending VM exception
- Bun.JSONL.parseChunk: fix `read` byte offset for invalid UTF-8 input
- Bun.serve websocket: call error handler with (ws, error) and route handler rejections through it
- perf_hooks: match Node's User Timing argument-validation contract
- bun:ffi: free the FFI bookkeeping on GC when close() was not called
- Response(async iterable).body: bound the drive loop so a paced reader is not starved
- napi: tolerate pending VM exception in ArrayBuffer/typed-array info accessors (debug/asan abort)
- worker_threads: buffer parent->worker messages until the first 'message' listener (MessagePort start semantics)
- fs: copy directory entries with non-UTF-8 names byte-exact in cp/cpSync
- String.prototype.localeCompare: reuse collator for (string locale, no options)
- Docs
- Zig not yet supported