UncleBill / buble

a fork of buble with some vue-specific hacks, used in vue-template-es2015-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a fork of buble with some vue-specific hacks, used in vue-template-es2015-compiler

License:MIT License


Languages

Language:JavaScript 99.9%Language:Shell 0.1%