-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Refactor to fix compile error with noImplicitAny #22460
Conversation
@katainaka0503, thanks for your PR! By analyzing the history of the files in this pull request, we identified @jrieken and @alexandrudima to be potential reviewers. |
@katainaka0503, |
More types 👍 |
👍 |
👍 |
LGTM, thanks 👍 |
Merged. Thanks @katainaka0503 for the PR. |
@jrieken Thank you for the merge! |
No problem, tho keep in mind that larger PRs esp. those that cut across different owners are harder for us to coordinate and it's better send a heads up note first |
I am terribly sorry. |
Some refactorings
foo.bar
instead offoo[bar]
All of these changes fix compile errors which occur if
noImplicitAny
intsconfig.json
is set totrue
.