Skip to content

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

License

Notifications You must be signed in to change notification settings

heijmans/buble-min

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published