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

feat: add support for bun #87

Merged
merged 8 commits into from
Aug 24, 2023
Merged

feat: add support for bun #87

merged 8 commits into from
Aug 24, 2023

Conversation

danielroe
Copy link
Member

@danielroe danielroe commented Aug 24, 2023

πŸ”— Linked issue

resolves #86

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This adds support for the bun package manager.

As Bun isn't yet corepack-supported (we can track in oven-sh/bun#4056) this directly runs the bun command.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroe danielroe self-assigned this Aug 24, 2023
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #87 (f15eade) into main (69003dc) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
+ Coverage   98.02%   98.07%   +0.05%     
==========================================
  Files           5        5              
  Lines         405      416      +11     
  Branches       64       67       +3     
==========================================
+ Hits          397      408      +11     
  Misses          8        8              
Files Changed Coverage Ξ”
src/_utils.ts 98.49% <100.00%> (+0.07%) ⬆️
src/package-manager.ts 100.00% <100.00%> (ΓΈ)
src/types.ts 100.00% <100.00%> (ΓΈ)

@pi0 pi0 merged commit 31ae6cb into main Aug 24, 2023
6 checks passed
@danielroe danielroe deleted the feat/bun branch August 24, 2023 12:52
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.

bun support
2 participants