jonbretman / amd-to-as6

Converts AMD modules into ES6 modules
165 stars 37 forks source link

Modules with early returns aren't handled properly #20

Closed jonmooring closed 5 years ago

jonmooring commented 8 years ago

If the body of a module contains an early return, the resulting ES6 module output is invalid. amd-to-es6 should probably throw an error in this case.