-
Notifications
You must be signed in to change notification settings - Fork 13
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
New Validation: Incorrect function call #32
Comments
Sample 1:
|
To support this issue, I need the following PR ternjs/tern#525 to know tha type comes from comment. |
@p-bakker tern-lint starts supporting your cases : The only thing that I don't know how to support it is optional parameter (the first case says that test waits 2 parameters, but those parameters could be optional and I don't know how to tern support optional parameter). I must study that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Produce a builder marker when a function is called with the incorrect number and/or type of arguments, based on the @param declarations in the JSDoc (needs to have support for optional parameters and parameters of multiple types (@param {type1|type2|type3} paramname ))
The text was updated successfully, but these errors were encountered: