Closed justinmchase closed 5 years ago
This changes ParseError to properly extend Error such that it no longer modifies the global Error object.
Also, some of the tests in master were broken, I made some small changes to cause them to pass.
Fixes #27
Can this be deployed to npm also?
Oh yes, I'll do that tomorrow :)
@davestewart I don't think this was ever deployed, would you mind doing a quick deploy?
This changes ParseError to properly extend Error such that it no longer modifies the global Error object.
Also, some of the tests in master were broken, I made some small changes to cause them to pass.
Fixes #27