coderaiser/minify

Parentheses around increment operator are discarded

Closed this issue · 2 comments

tpict commented

e.g.

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

becomes

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

which is a syntax error

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

tpict commented

Thanks for the quick turnaround!