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
- module-graph-isolation test: the FetchSession fixture waits for the graph's own connection to close
- Bun.SQL: reserved.release() during a running reserved.begin() lets the nested transaction commit inside the next caller's transaction
- Bun.SQL: the tagged template on a closed transaction or reserved handle returns a plain promise, so `.values()` throws a TypeError and the rejection is unhandled
- Bun.SQL: a transaction handle accepts statements while COMMIT or ROLLBACK is in flight, so a row survives a rolled back transaction
- react-compiler: codegen uses memory quadratic in the number of blocks of a component
- Bun.SQL: a query cancelled by tx.close() or reserved.close() before it ran never settles when awaited
- bun:test: a mock.results entry stays "incomplete" when the implementation calls mockClear() during the call
- `bun test --coverage` does not count code that runs in a Worker
- Cached CommonJS `require()` accumulates duplicate native child references, causing unbounded GC cost
- Bun.SQL (postgres, mysql): an integer number from 2^51 to 2^53-1 is sent as float8 / DOUBLE
- Docs
- Zig not yet supported