LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

Transform AMD modules to ES2015 modules #62

Closed alex3683 closed 8 years ago

alex3683 commented 8 years ago

Same task for laxar-patterns as in LaxarJS/laxar#246, thus simply copied: In a first step to nicer code in ES2015 syntax and in order to get rid of AMD module syntax, all modules should be transformed to ES2015 modules. Other ES2015 transforms can be applied in a later step.

alex3683 commented 8 years ago

Breaking Changes:

alex3683 commented 8 years ago

Implemented on master(v2.0.0).