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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Continuation of #3 where we custom request guards where omitted using an exclusion file. It would be really nice to detect types that implement FromRequest and ignore them automatically.
We should also default to skipping types like Db and State. In other words, every type provided by 🚀 that implements FromRequest directly should be immediately skipped w/o any parsing of the Rocket source code as doing so will slow rocket-ts down w/o enough value to make it worthwhile.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Continuation of #3 where we custom request guards where omitted using an exclusion file. It would be really nice to detect types that implement
FromRequest
and ignore them automatically.We should also default to skipping types like Db and State. In other words, every type provided by 🚀 that implements FromRequest directly should be immediately skipped w/o any parsing of the Rocket source code as doing so will slow
rocket-ts
down w/o enough value to make it worthwhile.The text was updated successfully, but these errors were encountered: