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
- crash_handler: wait for a full non-blocking stderr instead of dropping the report
- install: refuse local tarball dependencies declared by packages installed from the cache
- run: report a bin that failed to exec even when --silent is set (bunx exited silently)
- shell: fail an empty operand with ENOENT instead of acting on the cwd
- node:fs: stop fs.copyFile(src, "") from segfaulting on Windows
- bun build --server-components: default to --target bun and reject directives without a framework
- bun build --no-bundle: write copied entry points (wasm, napi, file, ...) into --outdir
- build(linux-musl): statically link Bun's C++ runtime
- error printer: fix the code frame lines above errors thrown from vm/eval sources
- error printer: print the thrown Error, not the JSC::Exception cell, for errors escaping native callbacks
- Docs
- Zig not yet supported