es6-module-transpiler

v0.10.0
es6-module-transpiler is an experimental compiler that allows you to write your JavaScript using a subset of the current ES6 module syntax, and compile it into various formats.
es6 module transpile amd commonjs

test

npm run test-bundle && npm run test-commonjs && npm run test-unit

test-bundle

node test/runner.js -f bundle

test-commonjs

node test/runner.js -f commonjs

test-unit

mocha -R spec test/unit

build-standalone

browserify -s ModuleTranspiler -e lib/index.js -o es6-module-transpiler.js
npm i es6-module-transpiler

Metadata

Downloads