buble-jsx-only
The blazing fast, batteries-included ES2015 compiler
Last updated 6 years ago by curran .
MIT · Repository · Bugs · Original npm
$ cnpm install buble-jsx-only 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.19.8                                ...           latest (6 years ago)

2 Versions

  • 0.21.0                                ...           4 years ago
  • 0.19.8                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (7)
Dev Dependencies (15)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org