unplugin icon indicating copy to clipboard operation
unplugin copied to clipboard

feat: support `bun` plugin

Open Dunqing opened this issue 2 years ago โ€ข 2 comments

๐Ÿ”— Linked issue

close: #329

โ“ 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)
  • [x] โœจ 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

๐Ÿ“ Checklist

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

Dunqing avatar Sep 02 '23 12:09 Dunqing

@sxzz would you like to work together on this?

@Dunqing what blockers do you see missing from having this PR ready? If there is limitations on bun, I think we may stated them in the README and get the basic feature shipped first.

antfu avatar Sep 17 '23 17:09 antfu

@sxzz would you like to work together on this?

@Dunqing what blockers do you see missing from having this PR ready? If there is limitations on bun, I think we may stated them in the README and get the basic feature shipped first.

Currently, we can't run tests using the bunx --bun vitest because vitest doesn't support bun yet. We may need to wait until vitest supports bun

Alternatively, we can put the bun test cases in a separate directory rewrite the bun-related test cases with bun:test and run the tests with bun

Dunqing avatar Sep 18 '23 02:09 Dunqing