buble

WebJar for buble

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

buble
Last Version

Last Version

0.19.8
Release Date

Release Date

Type

Type

jar
Description

Description

buble
WebJar for buble
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bublejs/buble

Download buble

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/buble/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>buble</artifactId>
    <version>0.19.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/buble/
implementation 'org.webjars.npm:buble:0.19.8'
// https://jarcasting.com/artifacts/org.webjars.npm/buble/
implementation ("org.webjars.npm:buble:0.19.8")
'org.webjars.npm:buble:jar:0.19.8'
<dependency org="org.webjars.npm" name="buble" rev="0.19.8">
  <artifact name="buble" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='buble', version='0.19.8')
)
libraryDependencies += "org.webjars.npm" % "buble" % "0.19.8"
[org.webjars.npm/buble "0.19.8"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : chalk jar [2.4.2,3)
org.webjars.npm : regexpu-core jar [4.5.4,5)
org.webjars.npm : acorn-dynamic-import jar [4.0.0,5)
org.webjars.npm : os-homedir jar [2.0.0,3)
org.webjars.npm : acorn-jsx jar [5.0.1,6)
org.webjars.npm : magic-string jar [0.25.3,0.26)
org.webjars.npm : minimist jar [1.2.0,2)
org.webjars.npm : acorn jar [6.1.1,7)

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.19.8
0.19.7
0.19.6
0.19.4
0.19.3
0.18.0