-
Notifications
You must be signed in to change notification settings - Fork 27k
Inject migration follow-up fixes #57367
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
Conversation
|
I pushed one more commit with a fix for comments that were being duplicated. |
Makes it so the inject migration preserves the optional token when declaring a parameter. This came up in some testing as something that can be potentially breaking for classes that implement interfaces.
4f0a3d1 to
abdafa8
Compare
Updates the logic that generates new component properties to avoid duplicating their doc strings.
abdafa8 to
99993bd
Compare
|
This PR was merged into the repository by commit e4a6198. The changes were merged into the following branches: main, 18.2.x |
Makes it so the inject migration preserves the optional token when declaring a parameter. This came up in some testing as something that can be potentially breaking for classes that implement interfaces. PR Close #57367
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Includes the following fixes that came up after internal testing of the
injectmigration.fix(migrations): preserve optional parameters
Makes it so the inject migration preserves the optional token when declaring a parameter. This came up in some testing as something that can be potentially breaking for classes that implement interfaces.
fix(migrations): avoid duplicating comments when generating properties
Updates the logic that generates new component properties to avoid duplicating their doc strings.