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

[Feature request] Upgrade Hermes parser #696

Closed pascalduez closed 5 months ago

pascalduez commented 11 months ago

Hi,

the current Hermes parser version available on AST explorer is 0.4.7.
Not sure what it takes to upgrade it, but would be really useful.

$ npm info hermes-parser versions
[                                           
  '0.3.0',  '0.4.0',  '0.4.1',              
  '0.4.2',  '0.4.3',  '0.4.4',              
  '0.4.6',  '0.4.7',  '0.4.8',              
  '0.5.0',  '0.6.0',  '0.7.0',              
  '0.8.0',  '0.9.0',  '0.10.0',             
  '0.10.1', '0.11.0', '0.11.1',             
  '0.12.0', '0.12.1', '0.13.0',             
  '0.13.1', '0.14.0', '0.15.0'              
]                                           
Scipion commented 5 months ago

This issue seems can be closed due this merged PR: https://github.com/fkling/astexplorer/pull/701