PiotrDabkowski / pyjsparser

Fast JavaScript parser for Python.
MIT License
246 stars 37 forks source link

Enable partial ES6 Arrow function support #35

Closed worstperson closed 2 years ago

worstperson commented 2 years ago

Allows basic arrow functions to be parsed. This was tested against esprima2, though with a limited set of test cases.

PiotrDabkowski commented 2 years ago

Thanks a lot! I will push a new version to pip.