Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

UltCombo
Copy link
Member

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.

… T7048

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.
@UltCombo
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant