es6-transpiler
es6-transpiler copied to clipboard
Module transpilation
Here's an attempt at modules, based upon the jstransform version by andreypopp/es6-module-jstransform
There's one caveat; the current parser accepts export default <declaration>
whereas it should only accept export default <expression>