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
With "target": "es5" this is the intentional. Arguably it is undesirable and there are a number of issues relating to that and to down level generate or support in general.
Version 2.1.0-dev.20161031
Compiles to the following which throws an error (treating the generator as an array, not an iterable):
Possible solution using
Array.from
:The text was updated successfully, but these errors were encountered: