JazzleWare / jazzle-parser

relatively small and ridiculously fast parser for all versions of ECMAScript/Javascript, written in the greatest common divisor of all versions of ECMAScript
MIT License
8 stars 2 forks source link

send as few arguments to `err` as possible #15

Open icefapper opened 7 years ago

icefapper commented 7 years ago

this.err currently receives more info via errParams than the baseline error reporter needs. this was for the upcoming tolerant mode, but tolerant subsystem is going to get implemented in a totally new way so sending those extra params will no longer be necessary.