0.1.1 • Published 8 years ago

broccoli-es6-module-jstransform v0.1.1

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

broccoli-es6-module-jstransform

Deprecated. jstransform is not maintained anymore.

Transpile ES6 modules to CommonJS with es6-module-jstransform.

Install

$ npm install --save-dev broccoli-es6-module-jstransform

Usage

var transform = require('broccoli-es6-module-jstransform');
tree = transform(tree);

License

MIT © Michael Mayer