jstransformers / jstransformer

Normalize the API of any JSTransformer.
http://npm.im/jstransformer
MIT License
153 stars 12 forks source link

Templ8 #122

Closed tunnckoCore closed 8 years ago

tunnckoCore commented 8 years ago

https://www.npmjs.com/package/Templ8

notice the capital "T"

maybe something like

exports.compile = function compile (str, options) {
  var tpl = new Templ8('{{foo}}', options);
  return tpl.parse;
};

or just in .render

RobLoach commented 8 years ago

https://github.com/jstransformers/jstransformer/issues/51

tunnckoCore commented 8 years ago

hm, strange, didn't find it in search.