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

Bun support? #50

Closed
duttaoindril opened this issue Apr 29, 2024 · 3 comments · May be fixed by #61
Closed

Bun support? #50

duttaoindril opened this issue Apr 29, 2024 · 3 comments · May be fixed by #61

Comments

@duttaoindril
Copy link

Is your feature request related to a problem? Please describe.
I want to use bun, instead of pnpm. I've been able to completely get rid of .js files by using bun.

Describe the solution you'd like
pnpm -> bun, or at least as an option

Describe alternatives you've considered
pnpm

Additional context

@ixahmedxi
Copy link
Owner

The problem with bun currently is that in monorepo settings it does not have the feature set that pnpm does have. for example, in bun you can't do --filter and run scripts in packages, you actually need to cd into the package and then run the scripts.

I use bun for every non monorepo codebase nowadays, otherwise I still use pnpm.

@duttaoindril
Copy link
Author

Seems like it was merged! oven-sh/bun#8185

@ixahmedxi
Copy link
Owner

I am still going to hold of bun as the package manager support for a while until it becomes on par with pnpm for workspaces.

@ixahmedxi ixahmedxi closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
@imCorfitz imCorfitz mentioned this issue May 24, 2024
8 tasks
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.

2 participants