-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: preserve constant identifiers in unary expressions instead of magic numbers #5968
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
fix: preserve constant identifiers in unary expressions instead of magic numbers #5968
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5968 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 270 270
Lines 8731 8732 +1
Branches 1507 1508 +1
=======================================
+ Hits 8624 8625 +1
Misses 73 73
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I must admit it really makes a difference for readability.
This PR has been released as part of rollup@4.41.2. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description