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
JSDoc is a syntax, TSDoc is a subset of it (which also explicitly ignores types in favor of TS type annotations, which will not work in JS files, where JSDoc types are the only choice).
Activity
ernieIzde8ski commentedon Mar 13, 2025
Excuse my ignorance, but why JSDoc? Microsoft has also made @microsoft/tsdoc; wouldn't it be useful to support that directly instead?
jakebailey commentedon Mar 13, 2025
JSDoc is a syntax, TSDoc is a subset of it (which also explicitly ignores types in favor of TS type annotations, which will not work in JS files, where JSDoc types are the only choice).
sandersn commentedon May 16, 2025
This is fixed now.