jonbretman / amd-to-as6

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

Support for arrow functions #21

Closed shospodarets closed 6 years ago

shospodarets commented 8 years ago

Currently, arrow function syntax is not supported by amd-to-as6 E.g.

define(['some'], function(some) {

work ok, but

define(['some'], (some)=> {

doesn't, but many projects use ES6 syntax with AMD modules.

jonbretman commented 6 years ago

Closed by #26