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
- install: re-resolve a peer row instead of binding it to a stale bun.lock leftover
- bundler: escape what is spliced into JS chunks (ASCII for bun), and fix the column count source map shifts use after non-ASCII text
- simdutf: make the convert wrappers unsafe fn, delete the unused ones; replace unpaired surrogates in convert_utf16_to_utf8_in_buffer
- js_parser: keep the inferred name of lowered anonymous decorated class expressions
- Make EString::string() join folded ropes, fixing require.resolve() and other readers of the first segment
- install: stamp lockfileVersion 1 on new bun.lock files
- install: bind peer edges in the hoister, the way loading bun.lock binds them
- crash_handler: put the executable's debug id in the trace string
- Transpile each file with the tsconfig.json nearest to it at runtime
- strings: size the UTF-16 to UTF-8 append output in the conversion, mark copy_utf16_into_utf8_with_utf8_len unsafe
- Docs
- Zig not yet supported