Allow full expressions in statements
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 54
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Expressions should be allowed in statements:
{{variable+1}}{{variable+method()}}{{method(variable+otherVariable)}}<if variable||otherVariable>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the template expression handling for interpolation and conditional statements. Compare the current behavior with the four expressions listed in the issue, and consider the work done when each form is accepted correctly in statements; no files or tests are identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100