cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Use cleaner module authoring format #284

Open briancavalier opened 10 years ago

briancavalier commented 10 years ago

It's nice in that UMD doesn't require a build step, or the extra machinery that would introduce, or the possibility for forgetting to run it. However, UMD is really feeling yucky lately. It'd be good to look into what are the simplest options for switching to either CommonJS or ES6.