ExodusMovement / schemasafe

A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.
https://npmjs.com/@exodus/schemasafe
MIT License
156 stars 12 forks source link

Inline errors restore in contains/not/oneOf #45

Closed ChALkeR closed 4 years ago

ChALkeR commented 4 years ago

After #44.

Due to the size of generated code, this should be in fact more readable, as it keeps the number of lines smaller and keeps one logical operation on a single line.

Also fix code style for one boolean check.