安装
npm install broccoli-es6-transpiler
yarn add broccoli-es6-transpiler
pnpm add broccoli-es6-transpiler
bun add broccoli-es6-transpiler
README

Deprecated

The es6-transpiler project is no longer maintained.


broccoli-es6-transpiler Build Status

Transpile ES2015 to ES5 with es6-transpiler

Issues with the output should be reported on the es6-transpiler issue tracker.

Install

$ npm install --save-dev broccoli-es6-transpiler

Usage

var es6transpiler = require('broccoli-es6-transpiler');
tree = es6transpiler(tree, options);

API

es6transpiler(tree, [options])

Use the es6-transpiler options, except for filename, src, outputToConsole, outputFilename.

License

MIT © Sindre Sorhus

版本列表
2.0.0 2018-11-08
1.1.0 2015-10-15
1.0.2 2015-02-24
1.0.1 2014-09-08
1.0.0 2014-08-14
0.1.0 2014-02-24