feat(minifier): fold if(x >> y == 0){}
-> if(!(x >> y)){}
#8277
Merged
graphite-app[bot] merged 1 commit intomainfrom 01-06-feat_minifier_fold_if_x_y_0_-_if_x_y_Jan 6, 2025
+49-21
if(x >> y == 0){}
-> if(!(x >> y)){}
#8277