feat(minifier): compress a.b = a.b + c
to a.b += c
(#8367)
#34174
Loading
a.b = a.b + c
to a.b += c
(#8367)
#34174