Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bun is a newer JS runtime that aims to be faster yet Node-compatible. It uses JSC as the underlying engine. Since it aims to be compatible with Node, it's easy to reuse the existing testing infrastructure, unlike with Deno, and since it uses JSC, there is a good reason to test with Bun as well as Node.
- Loading branch information