-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend the API of the validation registry for more performant custom …
…validations (#1614) * new API for registering set-up/tear-down logic which is executed once before/after validating an AST * test cases for the new validation API * improvements according to the review: comments regarding stateful validation, typed and simplified test cases * use get instead of getter, according to the review
- Loading branch information
1 parent
489e12b
commit b2b1cbe
Showing
3 changed files
with
272 additions
and
21 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