Name of async recursive function is stripped away #172
Labels
kind: bug
Something isn't working
scope: upstream
Issue in upstream dependency
topic: async-to-promises
Related to bugs with babel-plugin-async-to-promises
Current Behavior
Following code:
is being compiled to:
Fails with
run is not defined
- see comments above for explanation.Expected behavior
Does not strip function's name
Your environment
The text was updated successfully, but these errors were encountered: