-
Notifications
You must be signed in to change notification settings - Fork 143
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
Expected async keyword in function export #543
Comments
@alangpierce + @aleclarson so not sure what the cause of this is, but it looks like moving the |
Hey @alangpierce so it looks like it's a small bug. A simple |
Ping @alangpierce can we get a review and merge on the PR? |
Use ContextualKeyword._async here to make sure that we check if it's an async function in default exports. Fixes #543
Playground link
The text was updated successfully, but these errors were encountered: