npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-sweetjs

0.1.0

@robloach

npmHomeRepoSnykSocket
Downloads:0
$ npm install jstransformer-sweetjs
DailyWeeklyMonthlyYearly

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