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
feTS relies on JSON Schema not typebox actually. Technically you can use any library that supports JSON Schemas for validation. By default, the schemas created by typebox are detected but that doesn't mean you cannot use any other libraries that are compatible with JSON Schemas. This is one thing.
About the bundle size;
Bundle size results might not be accurate since it doesn't get the optional dependencies that are tree-shaken in most cases such as ponyfills etc.
However, entire feTS library is tree-shakable so if you don't use typebox, you won't have it in your bundle so it means -10kb :)
Same for ponyfills... If they are not used, they won't be added to the bundle.
Maybe build upon typeschema so feTS become validation-agnostic ?
The text was updated successfully, but these errors were encountered: