-
Notifications
You must be signed in to change notification settings - Fork 3k
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
style(linting): enable 'noImplicitThis' compiler option #2103
Conversation
I don't believe this and #2104 are features (i.e. publicly accessible API/behavior additions). They are more like a refactor. Anyone else have thoughts? |
@jayphelps I agree, as these change should not impact public api surface. for this one, as shared in original issue I'm not in great favor of this changes while I would not suggest to block check in completely. My experience with this flag usually caused unnecessary pain point for some tricky cases |
@kwonoj do you have specific cases? With the new this syntax I've not had any issues. I've had lots of problems with tslint in the past though. |
@david-driscoll sorry, it was bit while and I don't have examples for now. |
Okay. I'll change to |
1074cb7
to
becad1c
Compare
LGTM |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
this
.this
typethen, basically, its code would be wrong.
Related issue (if exists):
Scheduler.schedule()
takes aswork
. #2078