rspivak / slimit

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

Added support for CONST #92

Open fflexo opened 7 years ago

fflexo commented 7 years ago

Per issue #74:

Added new grammar rules for CONST Added new AST types for CONST which inherit from VAR since transforms are generally applicable to both Fixed up visitors to still work with new types

gdamjan commented 1 year ago

lets merge this!!! :D