An alternative @overload syntax for JSDoc #52796
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
Suggestion
π Search Terms
jsdoc
function
overload
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
Here's an alternative thought on the syntax that could satisfy PR #52474 without causing parser issues mentioned in PR #52577. What if overload simply allowed you to declare a method signature? For instance:
This should be both easy to parse, and satisfy the user's needs while allowing for minimally redundant documentation, all in a single comment.
The text was updated successfully, but these errors were encountered: