JSDoc allow missing parameter names #19988
Labels
Bug
A bug in TypeScript
Domain: JavaScript
The issue relates to JavaScript specifically
Domain: JSDoc
Relates to JSDoc parsing and type generation
Milestone
TypeScript Version: 2.7.0-dev.201xxxxx
Code
Expected behavior:
strongly typed
notify
Actual behavior:
(Error on the end of the
@param
line)Found a few instances of this in the chrome devtools, which means this validates in the closure compiler. If the param names are missing, they should just be matched by position.
The text was updated successfully, but these errors were encountered: