HoneyBadger

WIP ES2015+ to ES5 transpiler + bundler + minifier in Rust.

Because Webpack+Babel+UglifyJS are both awesome and terrible at the same time.

Requirements

Usage

To print out the compiled code to stdout: $ cargo run -- -f input.js

To compile to a file: $ cargo run -- -f input.js -o output.js

Things that work:

Things that are missing: