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
With TypeScript 3.7, TypeScript added support for generating .d.ts files from JavaScript using JSDoc syntax.
This set up means you can own the editor experience of TypeScript-powered editors without porting your project to TypeScript, or having to maintain .d.ts files in your codebase. TypeScript supports most JSDoc tags, you can find the reference here.
The second link's target anchor does not exist anymore, so the link is confusing. The target page now contains the in-jsdoc-references anchor, but looking at the page quickly, it seems like what the link should really point to is the JSDoc Reference page.
By the way
The page title's capitalization is inconsistent.
TypeScript 3.7 was released in November 2019. The page shouldn't start with that detail, and for sure it shouldn't rely on the 3.7 release notes to document JSDoc support.
The text was updated successfully, but these errors were encountered:
The Creating .d.ts Files from .js files page's introduction reads:
The second link's target anchor does not exist anymore, so the link is confusing. The target page now contains the
in-jsdoc-references
anchor, but looking at the page quickly, it seems like what the link should really point to is the JSDoc Reference page.By the way
The text was updated successfully, but these errors were encountered: