Commits
Click on a commit to change the comparison rangefix(minifier): handle exceeded shifts. (#6237)
Related: #6161, the last situation.
```js
// https://github.com/tc39/test262/blob/main/test/language/expressions/unsigned-right-shift/S9.6_A2.2.js
test((-2147483649 >>> 0) !== 2147483647)
```