You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -732,9 +732,9 @@ console.log(result); // --> "Users: John Doe and Alice Smith"
732
732
733
733
### Subexpressions
734
734
735
-
> Added in `v0.30.0`. Supported in helpers in `v0.37.0`.
735
+
> Added in `v0.30.0`. Supported in helpers and partials in `v0.37.0`.
736
736
737
-
Subexpressions allow you to evaluate a function call inside another function callor helper. They are written using parentheses, and can be used anywhere a normal function argument is allowed. Example:
737
+
Subexpressions allow you to evaluate a function call inside another function call, helpers, or partials. They are written using parentheses, and can be used anywhere a normal function argument is allowed. Example:
738
738
739
739
```hbs
740
740
{{=sum (sum 3 4) 3}}
@@ -757,6 +757,12 @@ Subexpressions can be used in helpers also:
0 commit comments