Expose internal `DefaultErrorBuilder` helpers
Closed this issue · 0 comments
j-mie6 commented
The functionality used to format default errors is hidden within parsley.errors.helpers
, but should really be moved to the companion object of DefaultErrorBuilder
, so that this functionality can be reused by people who want that same functionality for sub-formatting in their own error builders. No reason to re-invent the wheel here.