-
Notifications
You must be signed in to change notification settings - Fork 27k
refactor(compiler-cli): add the ability to remove imports from the import manager #57110
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
devversion
left a comment
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.
LGTM. Nice!
packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.ts
Outdated
Show resolved
Hide resolved
packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.ts
Outdated
Show resolved
Hide resolved
…port manager Extends the `ImportManager` to allow for imports to be removed. This will be useful in automated migrations.
f82dd5d to
bd221c1
Compare
|
This PR was merged into the repository by commit 2158b8d. The changes were merged into the following branches: main |
… tracker Updates the `ChangeTracker` to integrate the changes from angular#57110.
…port manager (angular#57110) Extends the `ImportManager` to allow for imports to be removed. This will be useful in automated migrations. PR Close angular#57110
|
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. |
Extends the
ImportManagerto allow for imports to be removed. This will be useful in automated migrations.