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

Add basic support for Bun package manager #99

Merged
merged 4 commits into from
Aug 4, 2024
Merged

Conversation

harveylee
Copy link
Contributor

Hello, I was able to successfully isolate and deploy a Firebase Functions project inside a Bun (v1.1.20) workspace by making these changes to isolate-package. The output lockfile falls back to NPM - which is fine for Firebase Functions, since I don't think Bun is supported anyway.

@0x80 0x80 self-requested a review August 1, 2024 14:10
Copy link
Owner

@0x80 0x80 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see that adding (partial) support was so easy. It seems like your editor didn't execute prettier on save, so please run the format script.

Also, it would be great if you could add something to the readme here:

  • Should work with any package manager, and tested with NPM, PNPM, and Yarn
    (both classic and modern)

@harveylee harveylee requested a review from 0x80 August 4, 2024 06:47
@0x80
Copy link
Owner

0x80 commented Aug 4, 2024

Thanks for your contribution. The formatting check still fails on the readme, but I'll fix that after merging. I will release an updated version soon.

@0x80 0x80 merged commit b9f544e into 0x80:main Aug 4, 2024
1 check failed
@harveylee
Copy link
Contributor Author

Sorry I didn't realise there's linting on the readme! I'm a bit of an open source contribution novice.

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 this pull request may close these issues.

2 participants