npm.io
100.19.7 • Published 7 years agoCLI

@outright/buble

Licence
MIT
Version
100.19.7
Deps
8
Size
3.2 MB
Vulns
0
Weekly
0

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

Keywords