We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
regenerator-transform@0.14.4
The following code fails to be transformed:
async function foo() { bar(...await x); }
See this babel repl.
Exception occurs at the assertion here:
regenerator/packages/regenerator-transform/src/emit.js
Lines 903 to 910 in a755f3f
Expected type "Expression" with option {}, but instead got "SpreadElement"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
regenerator-transform@0.14.4
The following code fails to be transformed:
See this babel repl.
Exception occurs at the assertion here:
regenerator/packages/regenerator-transform/src/emit.js
Lines 903 to 910 in a755f3f
The text was updated successfully, but these errors were encountered: