sodajs icon indicating copy to clipboard operation
sodajs copied to clipboard

Light weight but powerful template engine for JavaScript

Results 7 sodajs issues
Sort by recently updated
recently updated
newest added

[RawGit](https://rawgit.com/) is shutting down. This PR replaces all RawGit links with the recommended alternative - [jsDelivr](https://www.jsdelivr.com/). jsDelivr is a free and fast open source CDN hosting all files from GitHub...

如果需要频繁更新文本内容,在一些轮询场景中,会出现内存泄漏,以下为测试代码,在电脑上跑5分钟,内存直线上升 function html() { var data = { name: 'soda', info: { version: '2.0' } } var text=soda("{{info.version}}", data); } var time=setInterval(function () { html() },100)

Nice! I´m not reporting a bug, instead I would like to congratulate for this AMAZING library. I was looking for something like this for so long... It´s incredibly fast, lightweight,...

## Description ### Typeof function When I use a attribute name 'link' like this `{{ item.link }}`, and passed a object `{ item:[] }`, after parse it returns a function...