js-live-template
js-live-template copied to clipboard
Use $VARKIND$ (var if es5, const il es6)
prefer use $VARKIND$ for context of the JS, if not used, prefer use const for a for...in/for...of
Been busy at work recently, I'll start taking a look at this. Thanks for the contribution.