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
161 stars 12 forks source link

Wrap subrule in iife #78

Closed ChALkeR closed 4 years ago

ChALkeR commented 4 years ago

This allows to force allErrors = false instead of true in subrule().

Also simplifies the logic significantly, no more error counter restoring (and no more error counter).