feat(minifier): compress a.b = a.b + c
to a.b += c
#34171
This job was skipped
Loading
a.b = a.b + c
to a.b += c
#34171