-
-
Notifications
You must be signed in to change notification settings - Fork 107
feat: add support for rolldown
#725
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
Conversation
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #725 +/- ##
==========================================
- Coverage 64.18% 64.15% -0.04%
==========================================
Files 38 39 +1
Lines 4219 4221 +2
Branches 806 807 +1
==========================================
Hits 2708 2708
- Misses 1504 1505 +1
- Partials 7 8 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Nice! Once I merge #700 I should be able to fix the conflicts and merge |
Caution Review failedThe pull request is closed. WalkthroughAdds a new Rolldown plugin entry point. Exposes it via package.json exports, introduces src/rolldown.ts that re-exports the Rolldown plugin from the existing unplugin, and updates tsdown.config.ts to build the new entry. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The (perf) filters are there, so we only need to add it.
Summary by CodeRabbit
New Features
Chores