rspivak / slimit

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

Disappearing quotes #10

Closed embe closed 12 years ago

embe commented 12 years ago

foo['bar"']=42 is minified into foo.bar=42, losing the double quote.

rspivak commented 12 years ago

Good catch, thanks! Fixed in https://github.com/rspivak/slimit/commit/8d4f1a6cd8b263ffbdb4681fd50c2e4f59228752