PiotrDabkowski / pyjsparser

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

pyjsparser.pyjsparserdata.JsSyntaxError: Line 1: ArrowFunction is not supported by ECMA 5.1. #31

Closed evandrix closed 4 years ago

evandrix commented 4 years ago

e.g. https://sleighworkshopdoor.elfu.org/client.js/e765b964-c1a0-452d-a230-06bd423932da

PiotrDabkowski commented 4 years ago

Well, the error says it all: ArrowFunction is not supported by ECMA 5.1. See readme.