es6-module-jstransform

jstranform for es6 modules syntax

MIT 5 个版本
安装
npm install es6-module-jstransform
yarn add es6-module-jstransform
pnpm add es6-module-jstransform
bun add es6-module-jstransform
README

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.

版本列表
0.1.4 2014-04-05
0.1.3 2014-04-04
0.1.2 2014-04-04
0.1.1 2014-02-18
0.1.0 2014-02-18