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

chore(deps): update hermes-parser to 0.18.0 #701

Closed alexmckenley closed 6 months ago

alexmckenley commented 7 months ago

I've updated the hermes-parser dependency to 0.18.0.

Changelog can be found here: https://github.com/facebook/hermes/blob/main/tools/hermes-parser/js/CHANGELOG.md

I've tested this locally and verified there are no errors and the latest features of hermes-parser are working as expected.

Screenshot 2023-12-01 at 3 22 56 PM
alexmckenley commented 6 months ago

@fkling Any chance we could land this?

fkling commented 6 months ago

Thank you @alexmckenley! I'll push an update today.

pieterv commented 6 months ago

Thanks @fkling!