jstransformer-sweetjs

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-sweetjs

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu