rspivak / slimit

SlimIt - a JavaScript minifier/parser in Python
MIT License
550 stars 94 forks source link

Minification of `a + +a`, `x - --x`... #73

Closed acatton closed 5 years ago

acatton commented 9 years ago

Hey @rspivak ,

I started working on this because there was a bug when minifying a + +a. It was becoming a++a which is invalid.

But I weren't very excited about how the minifying tests were done, so if you don't I added more than just fixing this bug:

Let me know what you think, or if you want me to change anything.

Thanks!

acatton commented 5 years ago

Apparently this is now unmaintained, and my fix was applied to the https://github.com/calmjs/calmjs.parse fork.

Closing.