-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Added override keyword to codefix implemented abstract methods #51033
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
Added override keyword to codefix implemented abstract methods #51033
Conversation
@typescript-bot pack this |
Hey @gabritto, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build and an npm module you can use via |
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.
Thanks!
Passes an
overridesAbstract
flag down the codefix methods so the member adder knows whether to add anoverride
keyword.Fixes #50464