We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Below is an example of this.
Interestingly, this doesn't happen when defining as a regular function, as in the second example, but does when assigned as a method in a constructor.
Also of note, removing the explicit type annotations it now believes it returns nothing:
Removing the argument (or its type annotation) also fixes it, but it refuses to acknowledge the return type still:
Finally, using JSDoc comments seem to always work:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Below is an example of this.
Interestingly, this doesn't happen when defining as a regular function, as in the second example, but does when assigned as a method in a constructor.
Also of note, removing the explicit type annotations it now believes it returns nothing:
Removing the argument (or its type annotation) also fixes it, but it refuses to acknowledge the return type still:
Finally, using JSDoc comments seem to always work:
The text was updated successfully, but these errors were encountered: