How to use the run function from swig

Find comprehensive JavaScript swig.run code examples handpicked from public code repositorys.

3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
* @example
* $ swig compile ./mytpl.html --wrap-start="var mytpl = " > mytpl.js
* @example
* <script src="mytpl.js"></script>
* <script>
*   swig.run(mytpl, {});
*   // => "rendered template..."
* </script>
*
* @param  {function} tpl       Pre-compiled Swig template function. Use the Swig CLI to compile your templates.
fork icon0
star icon1
watch icon0