-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ng-dev/pullapprove): support
in
operator in condition evaluation
A few conditions in framework currently rely on the `in` operator. We should support this even though it potentially going away when we re-work how global approvals are performed. This makes the verify command a little more future-proof and currently unblocks the dev-infra update. It's worth noting that our Python -> JS conversion is very limited but we can always expand when needed, or start running actual Python. Right now this captures the most common cases of conditions we have seen across Angular.
- Loading branch information
1 parent
c05de8e
commit 9b5b3d4
Showing
3 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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