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.
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.