mathiasbynens / luamin

A Lua minifier written in JavaScript
https://mths.be/luamin
MIT License
217 stars 54 forks source link

Fix shortening 'self'. Fixes #21 #29

Closed wyozi closed 9 years ago

wyozi commented 9 years ago

This is kind of awkward because it shortens 'self' no matter the context, but the alternative would have been to add "options" param to all statements etc, which I think is an overkill.

mathiasbynens commented 9 years ago

:+1: