es6-module-jstransform
v0.1.4
Published
jstranform for es6 modules syntax
Maintainers
Readme
es6-module-jstransform
ES6 module syntax to CommonJS transformation.
Installation
% npm install es6-module-jstransformUsage
var transform = require('es6-module-jstransform');
var transformed = transform(src);See specs/cases for the examples.
