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 supported17 Subscribers
Add a CodeTriage badge to bun
Help out
- Issues
- `bun test --rerun-each --coverage`: a test file that runs again reports only its last run, and an ES module test file loses its row
- `bun test --rerun-each`: a rerun that registers no tests is silent
- Bun.SQL (postgres): an array with explicit bounds (`[0:2]={1,2,3}`, `indkey::int2[]`) fails with ERR_POSTGRES_UNSUPPORTED_ARRAY_FORMAT
- A triple-quoted secret in bunfig.toml is printed in the clear by a config diagnostic
- node:http: writes to an 'upgrade' or 'connect' socket stay buffered until end() when the connection served a request before
- bun install fails when a locked optional git dependency cannot be cloned
- Hoisted install places a dependency above a bundled copy that shadows it
- `bun patch <path>` replaces a folder with a package of a different version
- bun install hangs forever with no error when it cannot create a thread (pids cgroup limit)
- `bun run --filter` runs a package twice when a symlink that a "workspaces" glob matches points to it
- Docs
- Zig not yet supported