JSPM

  • Created
  • Published
  • Downloads 195521
  • Score
    100M100P100Q168820F
  • License MIT

The blazing fast, batteries-included ES2015 compiler

Package Exports

  • buble
  • buble/dist/buble.deps

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (buble) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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