Skip to content
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

Issue triggering Typescript functions with no specified return type #16

Open
marshallmick007 opened this issue Dec 1, 2017 · 0 comments

Comments

@marshallmick007
Copy link

DocStubsJS doesn't seem to like to be triggered if there is a typescript function with no specified return type:

/** (nothing happens)
doSomework = (arg: string) => {

}

If a return type for the function is specified, then the comment block gets generated properly

/**
 *
 **/
doSomework = (arg: string) : void => {

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant