-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(cdk/schematics): change usages of whitelist in selector interfaces to fileTypeFilter #20619
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
…rfaces to fileTypeFilter Migrate usages of whitelist in each of the ng-update selector interfaces to be fileTypeFilter instead.
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.
I know this is a draft, but I'm providing early feedback in case it helps (due to it being a larger refactor)
56ffc98
to
115bd2c
Compare
…or interfaces to fileTypeFilter
115bd2c
to
0375bfd
Compare
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
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. One minor comment.
…or interfaces to fileTypeFilter Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
84a06fc
to
5c8a857
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…rfaces to fileTypeFilter Same changes as angular#20619, but for the patch branch Co-authored-by: Joey Perrott <josephperrott@gmail.com>
…rfaces to fileTypeFilter Same changes as angular#20619, but for the patch branch Co-authored-by: Joey Perrott <josephperrott@gmail.com>
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. |
Migrate usages of whitelist in each of the ng-update selector interfaces to
be fileTypeFilter instead.