Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@evs-chris/buble

Rich-Harris31MIT0.15.2

The blazing fast, batteries-included ES2015 compiler

javascript, transpilation, compilation, esnext, es2015, es2017, es6, es7

readme

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