You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fall back to '@@iterator' in for-of loop.
Regenerator's for-of implementation doesn't play nice with other
code that uses `'@@iterator'` to "polyfill" iterables. This would fix
it.
Bump NPM version to 0.5.0 in preparation for publishing.
The minor version bump is due to the switch from esprima (harmony) to
esprima-fb. I don't anticipate any backwards compatibility problems, but
this change is potentially user-visible, so it needs to be optional.