jonbretman / amd-to-as6

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

No support for async ... await #32

Closed alphanull closed 5 years ago

alphanull commented 6 years ago

If you have any of these in your code, amd-to-es6 bails out with Error: Unexpected token

alphanull commented 5 years ago

Thanks!