feat(minifier): compress a.b || (a.b = c)
to a.b ||= c
#8366
Merged
graphite-app[bot] merged 1 commit intomainfrom 01-09-feat_minifier_compress_a.b_a.b_c_to_a.b_c_Jan 9, 2025
+54-16
a.b || (a.b = c)
to a.b ||= c
#8366