The error messages generated by esvalidate are extremely unhelpful. Take this for example:
user@local:~$ node_modules/.bin/esvalidate index.js
Error: Unexpected reserved word
Where did the error occur? What line? Which file? Which word is reserved? I can't debug an error without adequate information.
The error messages generated by
esvalidateare extremely unhelpful. Take this for example:Where did the error occur? What line? Which file? Which word is reserved? I can't debug an error without adequate information.