-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSDoc / TSDoc / Comment Spec #58
Comments
For a bit more context, I'll add a bit from this comment this from one of the threads over in PR #51. TL;DR - We need to be careful about what context we're discussing at all times: TypeScript comments or JavaScript comments. The interpretation of these tags may be handled by the IDE and not the TypeScript language service!
|
Also, I did run across this list of recognized "syntax" for TypeScript itself. It seems as though it might provide some insight as to what JSDoc tags it can interpret in some way... (though no context [JS? TS?] is deducible here...). |
TypeScript 3.8 is adding new support for some JSDoc syntax. |
That's good to know, although it probably won't affect this issue, since it looks like it's only about "Typescript JS compatibility comments", and not really about "documentation comments", so to speak. Let's hope that their move in doc comment space will bring improvements in the "documentation doc comment" space with it in the foreseeable future 🙂 |
A space for discussions about
The text was updated successfully, but these errors were encountered: