You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor code to remove unused JSDoc types (#24300)
Fixes#24077
Removes redundant type annotations from JSDocs in TypeScript files where
the type is already inferred by TypeScript.
For example:

Here I removed JSDoc types but I still kept all the useful information.
I tried to be on the liberal side to avoid removing any comments that
provide useful context or clarify behavior. If I missed any or if more
can be removed, I’m happy to go over it again.
Additionally, if this issue only applies to a specific folder or scope,
please let me know so I can make the necessary adjustments.
0 commit comments