Gozala / reducers

Library for higher-order manipulation of collections
MIT License
181 stars 8 forks source link

ES6 Module transpiler #53

Closed gordonbrander closed 10 years ago

gordonbrander commented 11 years ago

Any interest in switching module definitions in the source to ES6 Modules? Doing so would allow the ES6 module transpiler to produce CommonJS and AMD versions of the source. Everyone is happy!

Raynos commented 11 years ago

browserify can already transpile commonJS into AMD.

gordonbrander commented 10 years ago

Here's why I think this is cool:

gordonbrander commented 10 years ago

Hmm, I retract my support. ES6 Module transpiler currently only supports declarations with semicolons at the end. Don't want to poison reducer's oh-so-lovely comma-free hipster style! Maybe someday...