-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): add a number of new operators for template expressions
This adds a variety of interesting possibilities for template string expressions. The grammar is a reduced JavaScript grammar, with some added restrictions on what is actually allowed (no insane cross-type comparisons etc.). The whole list of operators is specified in the Configuration Files guide.
- Loading branch information
Showing
7 changed files
with
971 additions
and
180 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
Oops, something went wrong.