feat(minifier): always put literals on the rhs of equal op 1==x
=> x==1
#8240
Merged
graphite-app[bot] merged 1 commit intomainfrom 01-04-feat_minifier_always_put_literals_on_the_rhs_of_equal_op_1_x_x_1_Jan 4, 2025
+26-21
1==x
=> x==1
#8240