rspivak / slimit

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

fixed dot and bracket accessors on immediate numbers #60

Open wkornewald opened 10 years ago

wkornewald commented 10 years ago

Please see the unit tests. Without this patch (25).toString() gets compiled to 25.toString() which the browser fails to parse. This patch makes sure we keep the parentheses around numbers.