rspivak / slimit

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

Allow slimit to work with ply 3.6 #79

Open moses-palmer opened 9 years ago

moses-palmer commented 9 years ago

Always set slimit.parser.*tab to strings

These values are expected by ply to be module names, not module instances. ply 3.6 will crash if actual modules are passed.

Please note that the actual tab modules depend on the version of ply first used. Those modules are checked in, and not modified by this commit.

delijati commented 9 years ago

Could this be please merged

ale-rt commented 6 years ago

I think this one has been superseded by #102