|
|
|
|
|
by gavmor
1128 days ago
|
|
`bun` is currently my favorite "just works out of the box" utility for running Typescript programs. I've tried a couple and struggled with configuration and, on top of it all, bun is simply faster. So, if you want to write a bunch of `.ts` files and point something at them, I really recommend `bun` (and, frankly, why would you write `.js` in 2023? Probably because you've not tried bun. Edit: I don't care about bundle sizes, because I'm just using bun to run my @benchristel/taste sub-second test suite. |
|