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

Add fast-async babel plugin by default #617

Merged
merged 1 commit into from
Aug 21, 2018
Merged

Conversation

developit
Copy link
Member

What kind of change does this PR introduce?

Transpiles async/await to promises by default, instead of letting users encounter the weird "unexpected «" uglify error and then having them install another plugin.

Did you add tests for your changes?

Nope.

Summary

Adds the fast-async babel plugin by default. This is a really common issue/ask for folks, and the Promise-based code fast-async outputs is easily clean and small enough for us to be able to promote its use by default.

Does this PR introduce a breaking change?

Nope.

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

Successfully merging this pull request may close these issues.

3 participants