|
|
||
|---|---|---|
| .. | ||
| bin | ||
| dist | ||
| src | ||
| CHANGELOG.md | ||
| LICENSE.md | ||
| README.md | ||
| package.json | ||
| register.js | ||
README.md
Bublé
The blazing fast, batteries-included ES2015 compiler
- Try it out at buble.surge.sh
- Read the docs at buble.surge.sh/guide
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