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