100.19.7 • Published 5 years ago

@outright/buble v100.19.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Bublé

The blazing fast, batteries-included ES2015 compiler

Unofficial

Please note that this is NOT the official repository. Original is at https://github.com/bublejs/buble.

For possible differences and reasoning, see https://outright.strongholdmedia.eu

Quickstart

Via the command line...

npm install -g @outright/buble
buble input.js > output.js

...or via the JavaScript API:

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

License

MIT