npm.io
0.1.4 • Published 12 years ago

es6-module-jstransform

Licence
MIT
Version
0.1.4
Deps
2
Vulns
0
Weekly
0
Stars
16

es6-module-jstransform

ES6 module syntax to CommonJS transformation.

Installation

% npm install es6-module-jstransform

Usage

var transform = require('es6-module-jstransform');
var transformed = transform(src);

See specs/cases for the examples.

Keywords