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
@mweststrate This will take a bit longer, I'm afraid. The comments in code are not always valid JSDOC so every time documentation is regenerated, there are some things missing, some broken etc. I will dig into it when I have more spare time :)
It seems that generator functions do not work with decorators.
I've tried using@asynAction something = function*() {}
but it does not seem to work properly.The easiest workaround so far seems to be:
It might be a good idea to add this to README :) I can send a PR if you agree.
The text was updated successfully, but these errors were encountered: