FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

generateGetAccessorAndSetAccessor: Preserve a parameter property declaration · Pull Request #23318 · microsoft/TypeScript · GitHub

generateGetAccessorAndSetAccessor: Preserve a parameter property declaration - #23318

Merged
3 commits merged into
masterfrom
parameterPropertyGetSet
May 7, 2018
Merged

generateGetAccessorAndSetAccessor: Preserve a parameter property declaration#23318
3 commits merged into
masterfrom
parameterPropertyGetSet

Conversation

Copy link
Copy Markdown

Had some code review on #22143 but didn't want to delay it any longer. Wenlu Wang (@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 merged commit a05feed into master May 7, 2018
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL