chore: add bun support #2254

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

3 Commits

Author SHA1 Message Date
73c8a9a257 actually prettier
All checks were successful
Build / build (pull_request) Successful in 1m18s
2025-06-22 23:23:55 +02:00
478839e931 prettier
All checks were successful
Build / build (pull_request) Successful in 51s
2025-06-22 23:23:17 +02:00
c22eb28719 chore: add bun support
Some checks failed
Build / build (pull_request) Failing after 1m1s
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.
2025-06-22 23:10:42 +02:00