-
Notifications
You must be signed in to change notification settings - Fork 302
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
Update samples to work with TypeScript strict mode (part 1) #278
Conversation
cda5614
to
41b32fe
Compare
Looking good so far, hopefully the suggestions will make updating the rest of the samples a bit easier - ping me when you need another review! |
And do be sure to pull the branch before you continue, because I committed suggestions to it. |
Thank you for the review! I just did a git pull for your changes. Once I've corrected all the examples, I'll request a re-review from you! |
Hi @nash1111, will you still be able to complete this PR? If not, someone else can pick it up (eventually)! |
I am capable of handling it, but given the volume, I'm considering splitting it into two PRs. The first PR will modify only the files that have been completed so far with strict: false, and the second will edit the remaining files to make the entire project strict: true. I believe that smaller PRs are preferable, so I'll be aiming for that. This PR is the first one. |
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.
Sounds good! LGTM
Like this, I want to add types to all samples to enhance safety. If there are no issues, I would like to proceed with adding them to all.