You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you should export the transform variable like you do in dynamicDefaults and allow people to add their own transformations, rather than bolting in other transformations like in #95 or #66.
Thanks!
The text was updated successfully, but these errors were encountered:
dynamicDefaults
allow users to add their own defaults functions by exportingDEFAULTS
in the keyword, as so: https://github.com/epoberezkin/ajv-keywords/blob/master/keywords/dynamicDefaults.js#L49However,
transform
does not export the transform variable - https://github.com/epoberezkin/ajv-keywords/blob/master/keywords/transform.js#L4 - and so there's literally no way for users to add custom transformations.I think you should export the
transform
variable like you do indynamicDefaults
and allow people to add their own transformations, rather than bolting in other transformations like in #95 or #66.Thanks!
The text was updated successfully, but these errors were encountered: