jam-cloud/jam-ui/node_modules/buble
Nuwan 23d1ece36d fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
..
bin fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
dist fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
src fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
CHANGELOG.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
LICENSE.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
README.md fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
package.json fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30
register.js fixing controller tests after upgradeing to rails5 2022-02-15 16:27:07 +05:30

README.md

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