PiotrDabkowski / pyjsparser

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

SyntaxError #21

Open Xmmie opened 6 years ago

Xmmie commented 6 years ago

I am trying to parse a number of JavaScript codes into AST, the code is from a dataset and it might have syntax error.

Is there away i can use tolerant mode in pyjsparser?

Thank you.