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 ff5d85c commit 3466c6cCopy full SHA for 3466c6c
src/web/js/transpile.xml
@@ -80,7 +80,23 @@ else:
80
<translations />
81
<inputs>
82
<input type="%upvar">name</input>
83
- <input type="%n">val</input>
+ <input type="%s">val</input>
84
+ </inputs>
85
+ <script>
86
+ <block s="doReport">
87
+ <l />
88
+ </block>
89
+ </script>
90
+ </block-definition>
91
+
92
+ <block-definition category="Maps" s="%'name' [ %'arg' ]"
93
+ type="reporter">
94
+ <header />
95
+ <code><#1>[<#2>]</code>
96
+ <translations />
97
+ <inputs>
98
+ <input type="%var">map</input>
99
+ <input type="%s">key</input>
100
</inputs>
101
<script>
102
<block s="doReport">
0 commit comments