-
Notifications
You must be signed in to change notification settings - Fork 483
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
Allow returning a Promise? #210
Comments
rektide
added a commit
to rektide/jscodeshift-async
that referenced
this issue
Feb 6, 2018
👆It seems that this issue has been resolved and should be closed. |
@ngryman: It's not resolved, that commit points to a different repo. |
will this be a new feature? or not a desired feature to have? |
This is now available in 0.12.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to write a codemod that opens tickets for each TODO or FIXME in my code and updates the in-code comments to include the link to the ticket. As far as I can tell, that's currently impossible given jscodemod's API is synchronous.
Is there a way to do this now? If not, would you be open to a PR that allows the transform function to return a Promise?
The text was updated successfully, but these errors were encountered: