-
-
Notifications
You must be signed in to change notification settings - Fork 641
feat(minifier): compress a != null ? a : b
into a ?? b
#8801
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
feat(minifier): compress a != null ? a : b
into a ?? b
#8801
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. |
951a3bc
to
6213d1e
Compare
CodSpeed Performance ReportMerging #8801 will not alter performanceComparing Summary
|
6213d1e
to
acbd198
Compare
351ffaf
to
2eac9c0
Compare
acbd198
to
7b1f68e
Compare
e4cd785
to
6f26411
Compare
Merge activity
|
6f26411
to
72d74a2
Compare
It seems this was implemented in past by #8352 and was reverted in #8411. I'm not sure what was buggy, but one difference with this PR is that the previous PR doesn't check whether the identifier is a global reference or not.