JSRocksHQ / harmonic

The next static site generator
http://harmonicjs.com/
MIT License
282 stars 26 forks source link

Update to Babel 6; Change named exports style to workaround Babel bug T7048 #188

Open UltCombo opened 8 years ago

UltCombo commented 8 years ago

Babel currently has a bug concerning exporting/hoisting async function declarations: https://phabricator.babeljs.io/T7048 I've changed the remaining named exports' style as well for consistency.

Needs review/testing.

UltCombo commented 8 years ago

Babel 6's async arrow functions with default/rest parameters are broken: https://phabricator.babeljs.io/T3077#73064 This breaks a good part of our code base (harmonic run, harmonic config).

On a side note, we need to get 100% test coverage soon.