-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(handlebars): add subexpressions, block-params and hash-parameters #2344
Merged
Commits on May 16, 2020
-
wip: adjustments for integrating handlebars rules
- hash-parameters - subexpressions wip: adjustments for integrating handlebars rules - hash-parameters - subexpressions wip: update tests some minor adaptions wip: fix test cases wip: try to honor path expressions correctly wip: fix tests and refactor language definition wip: update keywords, remove debug output wip: {{else}} is a keyword and not a helper call wip: fix test for else-variants - else is not a built-in (except for the keyword {{else}}) wip: fix hashes and number literals, add string literals - the hash-value must start after the equals-sign - number and string modes must be in front of identifiers, because they are a subset wip: make "as" in block-parameters a "keyword" fixup: revert tests to old tests from origin/master fixup: adjust expected test results for failing tests add else variant tests
Configuration menu - View commit details
-
Copy full SHA for 63acfb1 - Browse repository at this point
Copy the full SHA 63acfb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a5611 - Browse repository at this point
Copy the full SHA a0a5611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193f4c2 - Browse repository at this point
Copy the full SHA 193f4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0df11 - Browse repository at this point
Copy the full SHA dc0df11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c4f581 - Browse repository at this point
Copy the full SHA 9c4f581View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdbd6fd - Browse repository at this point
Copy the full SHA cdbd6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f76a0 - Browse repository at this point
Copy the full SHA 88f76a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f0c87 - Browse repository at this point
Copy the full SHA 74f0c87View commit details -
fixup: remove
illegal
-regex from SUB_EXPRESSION andHASH
both never match in a meaningful way.
Configuration menu - View commit details
-
Copy full SHA for 73a1c66 - Browse repository at this point
Copy the full SHA 73a1c66View commit details -
fixup: remove single and double quotes from HASH_PARAM_REGEX
because they are not parsed in hash-keys both never match in a meaningful way.
Configuration menu - View commit details
-
Copy full SHA for c0d7faf - Browse repository at this point
Copy the full SHA c0d7fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9583704 - Browse repository at this point
Copy the full SHA 9583704View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad881e4 - Browse repository at this point
Copy the full SHA ad881e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803fa5b - Browse repository at this point
Copy the full SHA 803fa5bView commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5dc0dd0 - Browse repository at this point
Copy the full SHA 5dc0dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f664f8f - Browse repository at this point
Copy the full SHA f664f8fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.