-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add TS type definitions #13
Conversation
Would you mind adding a unit test? Check out https://github.com/fastify/fastify-static for an example. |
For sure, done! To follow the same structure as that one, I also moved the rest of the unit tests to a |
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
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
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
@@ -0,0 +1,29 @@ | |||
// Definitions by: ricardo-devis-agullo <https://github.com/ricardo-devis-agullo> |
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.
as this https://github.com/fastify/fastify-bearer-auth/pull/29/files#r336102699 feedback I would remove this.
Your contribution will remain in github and git blame
forever 💪🏻😃
If you found it in other plugins it is an oversight
why is this still open? |
@Eomm I'll drop that line in a commit on master. |
Add TypeScript definition file.
Closses #12
Checklist
npm run test
andnpm run benchmark