@evs-chris/buble

0.15.2 • Public • Published

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

Package Sidebar

Install

npm i @evs-chris/buble

Weekly Downloads

2

Version

0.15.2

License

MIT

Last publish

Collaborators

  • evs-chris