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

Suggestion: run with Bun #44

Closed
DaniGuardiola opened this issue Jan 17, 2024 · 2 comments
Closed

Suggestion: run with Bun #44

DaniGuardiola opened this issue Jan 17, 2024 · 2 comments

Comments

@DaniGuardiola
Copy link

DaniGuardiola commented Jan 17, 2024

Bun is very fast, and it might speed this action up. It also requires no transpilation or bundling, it can run the ts files directly, so it should also help simplify this repo greatly. If building is still faster (which I doubt), then bun can do that too in a single command. Finally, given that the biome npm package is a thin wrapper over the Rust binary, it's unlikely to break. Because of this, I would suggest looking into this option for better speed :)

(I have not measured anything so I might be wrong!)

Edit: another advantage of this approach is that you'll be able to extract the version from bun's lockfile, since it'll be already installed.

@mountainash
Copy link

@DaniGuardiola it's bun/done #48

@nhedger
Copy link
Member

nhedger commented Oct 6, 2024

Bun's moving to a non-binary lockfile shortly, which will solve this.

@nhedger nhedger closed this as completed Oct 6, 2024
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

No branches or pull requests

3 participants