mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
80a76a0a2b
Allow inversion of binary operation when comparing `'u'` string with `typeof `!(typeof a < "u")` => `typeof a > "u"` `!(typeof a > "u")` => `typeof a < "u"` this is needed to support negation of short version of `typeof x === "undefined"` -> `typeof a > "u"` generated by `substitute_typeof_undefined` fixes #25294 related #26460
Track Minification size
See minification-benchmarks for baseline.