google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

Allow keys in calls #229

Closed dikmax closed 2 years ago

dikmax commented 3 years ago

Same way as keys can be attached to html elements, they can be attached to template calls too.

This is valid:

{call .template key="$id"}
  {param someParam: 'value' /}
{/call}

Now parser shows error " expected, got 'key'"

crdev commented 3 years ago

Hey Maxim,

Could you perhaps point me to the relevant documentation? Could not find in that for the Closure Templates...

dikmax commented 3 years ago

go/soy/reference/key