Hi all,
I'm trying to add a command line option to esparse. As you can see, the task is pretty easy but when I try to add a function
`adjustRegexLiteral` to esprima core library, the tests yell about analyze-coverage.
All the changes I made is here:
https://github.com/ariya/esprima/pull/150/filesI don't understand analyze-coverage and don't know how to fix this.
Someone please help!