We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80024c commit 7a1bff4Copy full SHA for 7a1bff4
1 file changed
mode/soy/soy.js
@@ -328,7 +328,7 @@
328
if (!state.scopes) {
329
state.variables = prepend(null, 'ij');
330
}
331
- } else if (state.tag.match(/^@(?:param\??|inject|prop)/)) {
+ } else if (state.tag.match(/^@(?:param\??|inject|state)/)) {
332
state.soyState.push("param-def");
333
} else if (state.tag.match(/^(?:param)/)) {
334
state.soyState.push("param-ref");
0 commit comments