-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(es/minifier): Do not drop numbers incorrectly #10211
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #10211 will improve performances by 2.46%Comparing Summary
Benchmarks breakdown
|
d958be4
to
a650278
Compare
a650278
to
ef3d0ab
Compare
ef3d0ab
to
e09c2ae
Compare
a4fec4d
to
8eb87ba
Compare
e09c2ae
to
88e5022
Compare
88e5022
to
12c2d2f
Compare
Description:
Previously, numbers could be dropped wrongly if they were not zero-valued. It's not realistic inreal-worldworld source code, but it is still a bug.