Closed amk221 closed 1 year ago
Example:
<MyComponent @arg={{t (concat "foo." @bar)}} />
Ah, I was looking at the tests a bit more, and I see now that analyzeConcatExpression expects at least a string, so it can complete the concatenation. Whereas, in my example it's unknown
analyzeConcatExpression
Example: