chore: add bun support #2254

Merged
Sainan merged 3 commits from bun-ii into main 2025-06-22 19:58:48 -07:00
Owner

It definitely has some benefits:

  • It starts up insanely quickly compared to Node.
  • It can run typescript directly, allow the build step to be reduced to verify/noEmit.

It does not implement NodeJS APIs perfectly, so I've had to add some special handling for Bun, but I think that's okay.

It definitely has some benefits: - It starts up insanely quickly compared to Node. - It can run typescript directly, allow the build step to be reduced to verify/noEmit. It does not implement NodeJS APIs perfectly, so I've had to add some special handling for Bun, but I think that's okay.
Sainan added 1 commit 2025-06-22 14:10:56 -07:00
chore: add bun support
Some checks failed
Build / build (pull_request) Failing after 1m1s
c22eb28719
It definitely has some benefits:
- It starts up insanely quickly compared to Node.
- It can run typescript directly, allow the build step to be reduced to verify/noEmit.

It does not implement NodeJS APIs perfectly, so I've had to add some special handling for Bun, but I think that's okay.
Sainan added 1 commit 2025-06-22 14:23:14 -07:00
prettier
All checks were successful
Build / build (pull_request) Successful in 51s
478839e931
Sainan added 1 commit 2025-06-22 14:23:53 -07:00
actually prettier
All checks were successful
Build / build (pull_request) Successful in 1m18s
73c8a9a257
Sainan merged commit cee622d5e9 into main 2025-06-22 19:58:48 -07:00
Sainan deleted branch bun-ii 2025-06-22 19:58:49 -07:00
Sign in to join this conversation.
No description provided.