-
-
Notifications
You must be signed in to change notification settings - Fork 587
fix(minifier): avoid minifying +void unknown
to NaN
and fix typo
#8784
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
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
+void unknown
to NaN
resolves #8782. This bug appears when we are arbitrarily eliminating potential side-effective elements in unary expression.+void unknown
to NaN
resolves #8782.
+void unknown
to NaN
resolves #8782.+void unknown
to NaN
CodSpeed Performance ReportMerging #8784 will not alter performanceComparing Summary
|
ef16e27
to
abc84d1
Compare
2a37266
to
bb39d43
Compare
abc84d1
to
42f7235
Compare
bb39d43
to
c23a256
Compare
c23a256
to
735a5b6
Compare
+void unknown
to NaN
+void unknown
to NaN
and fix typo
Merge activity
|
3803fd8
to
ae7f670
Compare
fixes #8782
This bug appears when we arbitrarily eliminate potential side-effective elements in unary expression.