-
Notifications
You must be signed in to change notification settings - Fork 26.3k
refactor(migrations): ensure control flow analysis of signal input migration works with all TS versions #57566
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
2145abf
to
37e5137
Compare
@@ -14,8 +14,7 @@ class MyComp { | |||
|
|||
it('should work', () => { | |||
const inputs = { | |||
hello: 'Damn', |
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.
👋
packages/core/schematics/migrations/signal-migration/test/ts-versions/package.json
Outdated
Show resolved
Hide resolved
Cleans up remaining TODOs in the signal input migration, and other small clean ups.
37e5137
to
9895be2
Compare
Caretaker note: presubmit is "green". |
…gration works with all TS versions Ensures that the control flow analysis version of the signal input works with all TS versions currently supported.
9895be2
to
9de177b
Compare
This PR was merged into the repository by commit 6e28f96. The changes were merged into the following branches: main, 18.2.x |
Cleans up remaining TODOs in the signal input migration, and other small clean ups. PR Close #57566
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. |
See individual commits.