Simplistic ES6 minifier
This is a proof-of-concept ES6 minifier, built using Shift AST family of tools.
Usage:
es6-minify.js inputfile
Note: It does not do much beyond removing superfluous whitespace.
ariya
Back