coderaiser / minify

Minifier of js, css, html and img
https://coderaiser.github.io/minify
MIT License
225 stars 29 forks source link

Parentheses around increment operator are discarded #112

Closed tpict closed 1 year ago

tpict commented 1 year ago

e.g.

(callbacks.$$counter++).toString(36)

becomes

_b.$$counter++.toString(36)

which is a syntax error

coderaiser commented 1 year ago

Thanks! Just fixed 🎉 , please re-install Minify. Is it works for you?

tpict commented 1 year ago

Thanks for the quick turnaround!