regenerator icon indicating copy to clipboard operation
regenerator copied to clipboard

add outerFn attribute to generator object

Open greenplumm opened this issue 6 years ago • 3 comments

please Append the name of the generator function to the generator object after it executes

greenplumm avatar Jan 19 '18 03:01 greenplumm

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

facebook-github-bot avatar Jan 19 '18 03:01 facebook-github-bot

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

facebook-github-bot avatar Jan 19 '18 04:01 facebook-github-bot

Please add the outerFn attribute of the generator object so that you will know the name of the function as soon as the generator function executes

greenplumm avatar Mar 06 '19 09:03 greenplumm