You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments