buble
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/buble package

0.20.0 • Public • Published

Maintenance status

Bublé was created when ES2015 was still the future. Nowadays, all modern browsers support all of ES2015 and (in some cases) beyond. Unless you need to support IE11, you probably don't need to use Bublé to convert your code to ES5.

Since IE11 is an unfortunate reality for some people, we will continue to release bugfixes, but new features won't be added unless in exceptional circumstances.


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 buble

Weekly Downloads

258,420

Version

0.20.0

License

MIT

Unpacked Size

3.51 MB

Total Files

93

Last publish

Collaborators

  • adrianheine
  • marijn
  • mourner
  • rich_harris