docs: update readme to include bun install#505
docs: update readme to include bun install#505Electroid wants to merge 1 commit intosalesforce:masterfrom
Conversation
|
Thanks for the contribution! Before we can merge this, we need @Electroid to sign the Salesforce Inc. Contributor License Agreement. |
|
|
Closing and reopening to trigger the |
|
@Electroid thanks for this suggestion! However, bun is not currently a runtime that we support, and we don't want to give a false impression by including it in the readme. That being said, we are open to supporting bun, but we'd need a guarantee that the package works in that environment. We'd be happy accept a contribution that runs our unit tests in bun to provide that guarantee. |
Hi @wjhsf, totally understand. I did try using Bun with your package and it does work! Snippet using
|
I'd imagine that it doesn't make much of a difference, but just as a footnote we'll be switching to vitest soon. I'm working on a PR for after we switch to ESM (#506, which also removes the CJS-only vows tests). |
awaterma
left a comment
There was a problem hiding this comment.
LGTM; as well. Let's discuss a bit more. :)
|
I didn't quite realize that the tests weren't running for bun; from discussion, we decided to wait on this until we see all of our tests working for bun. @wjhsf noticed that the test dependency that was missing should be there now; can you confirm @Electroid? |


Updates the readme to add bun install instructions alongside npm and yarn.