SIGN IN SIGN UP

perf(minifier): do not rebuild expression when substituting void to null (#25964)

when substituting undefined/void to null mutate only left/right
expression in loosely equals

```js
foo == void 0
//     ^~~~~~
foo != undefined
//     ^~~~~~~~~
```
A
Armano committed
a0aee8187f871d3afe858f8642a5b19b8d409bec
Parent: 288f9a5
Committed by GitHub <noreply@github.com> on 8/23/2026, 1:45:55 AM