@outright/buble

100.19.7 • Public • Published

Bublé

The blazing fast, batteries-included ES2015 compiler

Unofficial

Please note that this is NOT the official repository. Original is at https://github.com/bublejs/buble.

For possible differences and reasoning, see https://outright.strongholdmedia.eu

Quickstart

Via the command line...

npm install -g @outright/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 @outright/buble

Weekly Downloads

0

Version

100.19.7

License

MIT

Unpacked Size

3.33 MB

Total Files

92

Last publish

Collaborators

  • strongholdmedia