Skip to content

feat(minifier): fold if(x >> y == 0){} -> if(!(x >> y)){} #8847

feat(minifier): fold if(x >> y == 0){} -> if(!(x >> y)){}

feat(minifier): fold if(x >> y == 0){} -> if(!(x >> y)){} #8847

Triggered via pull request January 6, 2025 09:52
Status Success
Total duration 43s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
autofix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636