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

Remove assert from regenerator plugin #2723

Merged
merged 1 commit into from
Nov 2, 2015
Merged

Conversation

devongovett
Copy link
Contributor

This was breaking code like the example below, I think because npm might have installed a different copy of babel-traverse, so the instanceof check failed:

(async function() {
   console.log(await foo());
})();

sebmck added a commit that referenced this pull request Nov 2, 2015
Remove assert from regenerator plugin
@sebmck sebmck merged commit cbefcdc into babel:master Nov 2, 2015
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 8, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants