mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-06 06:46:10 +00:00
* feat: attach to ValueError the first error of each Union.anyOf visit * chore: small tweak * test: add test * chore: tweak test * fix: flatten nested union errors * feat: expose variant errors as ValueErrorIterator[] * feat: use a single ValueErrorIterator instance * update tests * implement requested changes * update test * update ErrorFunctionParameter * small fix