Created by: jlongster
Just a small tweak that makes suppressReadError
do more of a blacklisting rather than whitelisting. There's no common error class so I can't really check if the error came from reading. This will supress all errors that aren't basic TypeError
or SyntaxError
. That is helpful in case someone finds a real internal parser bug, which will be thrown instead of suppressed.