Name Description Size
__init__.py 406
arguments.py 6414
collections.py function func() { return arguments; } return func("foo", "bar"); 4368
cyclic.py let arr = []; arr.push(arr); return arr; 2222
execute.py <a href="javascript:window.open();">open window</a> 3600
node.py <div id="deep"><p><span></span></p><br/></div> <div id="text-node"><p></p>Lorem</div> <br/> <svg id="foo"></svg> <div id="comment"><!-- Comment --></div> <script> var svg = document.querySelector("svg"); svg.setAttributeNS("http://www.w3.org/2000/svg", "svg:foo", "bar"); </script> 2965
objects.py return { foo: 23, bar: true, }; 1147
promise.py return Promise.resolve('foobar'); 2669
properties.py const input = document.querySelector("input"); return input.value; 1726
user_prompts.py 5820
window.py return {{"ref": {expression}}} 2716