jstransformer-livescript
v1.2.0
Published
LiveScript support for JSTransformers.
Downloads
13
Keywords
Readme
jstransformer-livescript
LiveScript support for JSTransformers.
Installation
npm install jstransformer-livescript
API
var livescript = require('jstransformer')(require('jstransformer-livescript'))
livescript.render("alert 'boom'").body
//=> (function(){
// alert(\"boom\");
// }).call(this);
License
MIT