UNPKG

es6-module-transpiler

Version:

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.

6 lines (4 loc) 199 B
/* jshint node:true, undef:true, unused:true */ exports.DEFAULT = 'bundle'; exports.bundle = require('./formatters/bundle_formatter'); exports.commonjs = require('./formatters/commonjs_formatter');