Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shift to bun #35

Closed
ENvironmentSet opened this issue Sep 24, 2023 · 0 comments · Fixed by #37
Closed

Shift to bun #35

ENvironmentSet opened this issue Sep 24, 2023 · 0 comments · Fixed by #37

Comments

@ENvironmentSet
Copy link
Owner

While solving #4, I found using Bun is the most simple solution. It has built-in jest-compatible test runner for both javascript and typescript. There is no need to struggle to learn unfamiliar api and no need to setup cumbersome addons for test runners to have compatibility with typescript.

I want to move further, however, I want not only to adapt Bun's test runner but also to adapt whole Bun utilities. Bun is more performant and typescript-friendly than Node.js and npm. With Bun, we can keep things simple and even make things simpler.

Few weeks ago, alpha version of Bun was finally released. It seems to be stabilized. I think now is the best time to adapt Bun in this project. Any opinions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant