feat: add bun support to package manager component#29433
feat: add bun support to package manager component#29433MohamedH1998 merged 2 commits intoproductionfrom
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://c2f60a0e.preview.developers.cloudflare.com |
|
Is Bun actively supported in wrangler (etc.)? This was intentionally removed in the past as it's caused issues in wrangler, c3 and others: #22525 Other ref: cloudflare/workers-sdk#8889 |
|
for package management, it should work just fine there. for wrangler dev, we should be using node when the cli is started up, if not that's a bug. |
|
tbh even if it fails with bun, we should file bugs there, we're friends and they should be able to fix it |
|
Passed them on to the team! |
|
@MohamedH1998 I agree it would be good to expand the component to not show the following commands in bun if that is the prop delivered
Bun is a great package manager so I appreciate the value in doing this, but we don't want folks to run into problems using bun as their script runner. |
Just want to ++ this, adding any |
|
it's now been scoped to only add/install, so I think it's ready to go? |
Summary
Add bun support to package manager component
Screenshots (optional)
Documentation checklist