Skip to content
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

generateGetAccessorAndSetAccessor: Preserve a parameter property declaration #23318

Merged
3 commits merged into from
May 7, 2018

Conversation

ghost
Copy link

@ghost ghost commented Apr 10, 2018

Had some code review on #22143 but didn't want to delay it any longer. @Kingwl

Previously the parameter would be deleted and a property inserted elsewhere. That would be a breaking change as constructor callers will still expect to be able to pass in the parameter. Instead, we can leave the parameter property in place and change it to private if necessary.

@ghost ghost requested review from mhegazy and amcasey April 10, 2018 21:28
@ghost ghost merged commit a05feed into master May 7, 2018
@ghost ghost deleted the parameterPropertyGetSet branch May 7, 2018 18:33
@microsoft microsoft locked and limited conversation to collaborators Jul 31, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant