ajv
ajv copied to clipboard
export ValidationError and MissingRefError
What issue does this pull request resolve?
#1832
What changes did you make?
Exported 2 Error subclasses.
Is there anything that requires more attention while reviewing?
Never saw this export format before :)
It should be added in other ajv classes too - core.ts, jtd.ts, 2019.ts and 2020.ts
Probably no need to export from core.ts.
What is required to get this over the line? Im hitting alot of issues trying to upgrade a codebase. Happy to get involved if possible
@dannyb648: It should be added in other ajv classes too - jtd.ts, 2019.ts and 2020.ts
@dannyb648: It should be added in other ajv classes too - jtd.ts, 2019.ts and 2020.ts
I've added these changes and the original ones to PR #2020 - Any chance of a review? Additionally looks like something is broken with the coverage plugin on all the PRs atm?