LiveScript
LiveScript copied to clipboard
lsc option for format of ouput
IMHO it would be nice to have lsc option for output format (ES5/ES6).
lsc -f format:: String
where format : format of generated .js file (ES5 , ES6)
ES6 code , which most of the modern browsers support, is shorter and faster than equivalent ES5 code.
Unfortunately this is likely to be a by-product of the proposed Babel-based toolchain (#862), even though the effort appears to be stalled at the moment.
and needs file.min.js as well