buble

The blazing fast, batteries-included ES2015 compiler

MIT 109 个版本
安装
npm install buble
yarn add buble
pnpm add buble
bun add buble
README

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

版本列表
0.20.0 2020-03-26
0.19.8 2019-07-03
0.19.7 2019-03-11
0.19.6 2018-10-23
0.19.5 2018-10-16
0.19.4 2018-10-06
0.19.3 2018-02-13
0.19.2 2018-02-12
0.19.1 2018-02-10
0.19.0 2018-02-09
0.18.0 2017-11-18
0.17.3 2017-11-11
0.17.2 2017-11-11
0.17.1 2017-11-09
0.17.0 2017-11-05
0.16.0 2017-09-23
0.15.2 2017-01-07
0.15.1 2016-12-14
0.15.0 2016-12-13
0.14.3 2016-12-12
0.14.2 2016-11-02
0.14.1 2016-11-02
0.14.0 2016-09-18
0.13.2 2016-09-01
0.13.1 2016-08-13
0.13.0 2016-08-12
0.12.5 2016-07-10
0.12.4 2016-07-05
0.12.3 2016-06-23
0.12.2 2016-06-23
0.12.1 2016-06-22
0.12.0 2016-06-22
0.11.6 2016-06-21
0.11.5 2016-06-19
0.11.4 2016-06-18
0.11.3 2016-06-15
0.11.2 2016-06-15
0.11.1 2016-06-14
0.11.0 2016-06-14
0.10.7 2016-06-14
0.10.6 2016-06-06
0.10.5 2016-06-03
0.10.4 2016-06-02
0.10.3 2016-05-31
0.10.2 2016-05-25
0.10.1 2016-05-25
0.10.0 2016-05-25
0.9.3 2016-05-23
0.9.2 2016-05-22
0.9.1 2016-05-22
0.9.0 2016-05-21
0.8.5 2016-05-19
0.8.4 2016-05-16
0.8.3 2016-05-15
0.8.2 2016-05-15
0.8.1 2016-05-15
0.8.0 2016-05-15
0.7.1 2016-05-14
0.7.0 2016-05-04
0.6.7 2016-05-03
0.6.6 2016-05-01
0.6.5 2016-05-01
0.6.4 2016-04-27
0.6.3 2016-04-27
0.6.2 2016-04-25
0.6.1 2016-04-24
0.6.0 2016-04-24
0.5.8 2016-04-24
0.5.7 2016-04-24
0.5.6 2016-04-21
0.5.5 2016-04-19
0.5.4 2016-04-18
0.5.3 2016-04-17
0.5.2 2016-04-17
0.5.1 2016-04-17
0.5.0 2016-04-17
0.4.24 2016-04-16
0.4.23 2016-04-16
0.4.22 2016-04-16
0.4.21 2016-04-15
0.4.20 2016-04-15
0.4.18 2016-04-15
0.4.17 2016-04-15
0.4.16 2016-04-15
0.4.15 2016-04-15
0.4.14 2016-04-14
0.4.13 2016-04-13
0.4.12 2016-04-13
0.4.11 2016-04-12
0.4.10 2016-04-12
0.4.9 2016-04-12
0.4.8 2016-04-12
0.4.7 2016-04-11
0.4.6 2016-04-11
0.4.5 2016-04-10
0.4.4 2016-04-10
0.4.3 2016-04-08
0.4.2 2016-04-08
0.4.1 2016-04-08
0.4.0 2016-04-08
0.3.4 2016-04-08
0.3.3 2016-04-08
0.3.2 2016-04-08
0.3.1 2016-04-08
0.3.0 2016-04-08
0.2.2 2016-04-08
0.2.1 2016-04-08
0.2.0 2016-04-08
0.1.0 2016-04-07