I\'m pretty excited about using ECMAScript 6 features now via Babeljs - in particular, I\'d love to start making my JavaScript code more modular using the new modules featur
Would one of the --modules switches compile into JS that can be directly included in a web page in the same way that the --script flag will compile to browser JS (--script can not be used with modules)? See https://github.com/google/traceur-compiler/wiki/Options-for-Compiling