-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jexl): add cross-form jexl resolution (#154)
* feat(jexl): add cross-form jexl resolution This allows specifying cross-form jexl expressing like that: - "question1"|answer("sub1") // will look for answer to "question1" in child form "sub1" - "question1"|answer("parent") // will look for answer to "question1" in parent document - "question1"|answer("parent.sub1") // will look answer to "question1" in sibiling document "sub1" * Testing * refactor API: integrate path into question slug See projectcaluma/caluma#398 (comment)
- Loading branch information
Showing
10 changed files
with
653 additions
and
397 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.