-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding types to declaration merge for route transact option in typesc… #142
Adding types to declaration merge for route transact option in typesc… #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you clean up the unnecessary styles changes?
e.g. quotes
sorry about that @climba03003 should've caught that, let me know if there's anything else that needs to be changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a nitpick
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Co-authored-by: Uzlopak <aras.abbasi@googlemail.com>
Extended
FastifyRequest
andRouteShorthandOptions
so that the transact route option is usable in typescript. Basically added in the missing definitions in the typescript declaration merging so that when using the transact route typescript compile errors are not thrownresolves #141
Checklist
npm run test
andnpm run benchmark
and the Code of conduct