0.1.0 • Published 8 years ago

jstransformer-sweetjs v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jstransformer-sweetjs

Sweet.js support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-sweetjs

API

var sweet = require('jstransformer')(require('jstransformer-sweetjs'))
var input = "syntax hi = function (ctx) { return #`console.log('hello, world!')`; }\n hi"
sweet.render(input).body
//=> 'console.log('hello, world!');

License

MIT