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
no delay typings (at least on paper). Currently the watch script generate the types by listening to changes. That said, other path exists for this like VSCode plugins.
Cons
learning a new lib instead of just knowing the standards (JSONSChema/OpenAPI)
probably an overhead (library helpers execution + type inference)
the library could limit the norm possibilities ?
@Oupsla feel free to add yours. I'm not sure it would help but let's consider it anyway.
The text was updated successfully, but these errors were encountered:
We could try the following tool instead of generating static types from the JSON Schema : https://github.com/sinclairzx81/typebox
Pros
Cons
@Oupsla feel free to add yours. I'm not sure it would help but let's consider it anyway.
The text was updated successfully, but these errors were encountered: