wavepot / es6-module-jstransform

ES6 module syntax to CommonJS transformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ES6 module syntax to CommonJS transformation

License:MIT License


Languages

Language:JavaScript 97.4%Language:Makefile 2.6%