termi / es6-transpiler

Tomorrow's JavaScript syntax today
Other
216 stars 18 forks source link

Module transpilation #57

Open Naddiseo opened 9 years ago

Naddiseo commented 9 years ago

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>