-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(expressions): add more functionalities (#5234)
* feat(expressions): add `len()` standard function for expressions * feat(expressions): add floor/ceil/round functions to stdlib * feat(expressions): add chunk function to stdlib * feat(expressions): add map() function to stdlib * feat(expressions): add filter() function to stdlib * feat(expressions): add jq() function to stdlib * feat(expressions): add at() function to stdlib * feat(expressions): add eval() function to stdlib * feat(expressions): add support for wildcards and nested property accessors * feat(expressions): prepare common FS library * feat(expressions): support spread operator for Call arguments * feat(expressions): add simple option to simplify expression * fix(expressions): ternary operator * feat(expressions): add shellargs method to parse shell arguments
- Loading branch information
Showing
16 changed files
with
449 additions
and
47 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
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
Oops, something went wrong.