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
However, this breaks the prologue since it's no longer at the top of the function. I think the directives should instead be kept at the top of the function:
Consider the following simple function:
Transforming this with regenerator gives:
However, this breaks the prologue since it's no longer at the top of the function. I think the directives should instead be kept at the top of the function:
Some pre-processors, like ng-annotate, make use of directive prologues to work properly, but this is currently incompatible with regenerator.
The text was updated successfully, but these errors were encountered: