We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f347fb3 commit 676b510Copy full SHA for 676b510
mode/soy/soy.js
@@ -46,6 +46,7 @@
46
"delcall": { soyState: "templ-ref" },
47
"log": {},
48
"element": { variableScope: true },
49
+ "velog": {},
50
};
51
52
var indentingTags = Object.keys(tags).filter(function(tag) {
mode/soy/test.js
@@ -308,4 +308,7 @@
308
309
MT('import',
310
'[keyword import] {[def Name], [variable Person] [keyword as] [def P]} [keyword from] [string \'examples/proto/example.proto\'];');
311
+
312
+ MT('velog',
313
+ '[keyword {velog] [variable-2&error $data][keyword }] Logged [keyword {/velog}]');
314
})();
0 commit comments