fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.04k stars 711 forks source link

Update espree parser #695

Closed leumasme closed 11 months ago

leumasme commented 11 months ago

The espree version used by this site is currently 6.2.1 which supports up to ecma11 (2020). The latest espree version is 9.6.0 which supports up to ecma15 (2024) https://github.com/fkling/astexplorer/blob/master/website/package.json#L96 https://www.npmjs.com/package/espree

leumasme commented 11 months ago

Duplicate of #640 Would be closed by #694 Sorry