Closed shospodarets closed 6 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.
Closed by #26
Currently, arrow function syntax is not supported by amd-to-as6 E.g.
work ok, but
doesn't, but many projects use ES6 syntax with AMD modules.