ajv-cli icon indicating copy to clipboard operation
ajv-cli copied to clipboard

fix(#43): Load all schemas before validating them

Open iainjreid opened this issue 1 year ago • 1 comments

Hello! This PR ensures that all of the schemas passed through the CLI are loaded before they're validated, allowing schemas to cross reference each other without having to be loaded in a given order 👍

iainjreid avatar Jun 24 '22 10:06 iainjreid

~~I should add that the install fails for me locally, I'm not sure if this is because the lock file is missing, and the dependencies have moved on since the CI was last ran?~~

I've locked the version of TypeScript in the package file to prevent the build failures 👍

iainjreid avatar Jun 24 '22 10:06 iainjreid