pjmc-oliveira / HubListener

Open source analysis tool to provide users with relevant metrics regarding their GitHub projects:
https://pjmc-oliveira.github.io/HubListener/
GNU General Public License v3.0
2 stars 1 forks source link

Switch to a modern JS parser #106

Closed zedahmad closed 5 years ago

zedahmad commented 5 years ago

Esprima fails to parse some valid JS. Need to find a more suitable parser.

zedahmad commented 5 years ago

Switched to a fork of escomplex that is based on the Babel parser: typhonjs-escomplex