buble-min

The blazing fast, batteries-included ES2015 compiler (minimal version)


Keywords
javascript, transpilation, compilation, esnext, es2015, es2017, es6, es7
License
MIT
Install
npm install buble-min@0.19.8

Documentation

Bublé

The blazing fast, batteries-included ES2015 compiler

Quickstart

Via the command line...

npm install -g buble
buble input.js > output.js

...or via the JavaScript API:

var buble = require( 'buble' );
var result = buble.transform( source ); // { code: ..., map: ... }

License

MIT