@outright/buble
v100.19.7
Published
The blazing fast, batteries-included ES2015 compiler
Downloads
2
Maintainers
Readme
Bublé
The blazing fast, batteries-included ES2015 compiler
- Try it out at buble.surge.sh
- Read the docs at buble.surge.sh/guide
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