-
tsup is removing import JSDoc comments from .d.ts. How can I fix this?
## Upvote & Fund
- We're using [Polar.sh](https://polar.sh/egoist) so you can upvote and help fund this issue.
- We receive th…
-
ghost updated
4 years ago
-
I was wondering about types/constructors. [Here](https://github.com/johnpapa/angular-styleguide#style-y220) you suggest {String} as type definition for a string parameter. The original JSDoc seems to …
-
It would be nice to have jsdoc support so IntelliSense code completion also shows method description and parameters in a similar way as done by http://blog.icanmakethiswork.io/2014/05/typescript-jsdoc…
-
- The `Sorter` class in [/jsdoc/lib/jsdoc/augment.js](https://github.com/jsdoc/jsdoc/blob/master/packages/jsdoc/lib/jsdoc/augment.js#L40)
- The `Doclet` class in [/jsdoc/lib/jsdoc/src/parser.js](ht…
-
###### documentation overhaul
#### Goal
Bringing JSDoc to sync with the annotated codebase, including changes and features coming in the [0.14](https://github.com/redux-orm/redux-orm/milestone/…
-
# Getting started
JSDoc 3与javadoc和phpDocumentor类似, 是一个用于javascript的api文档生成器. 你可以在源代码中加入注释, JSDoc工具会扫描源代码并生成html文档.
JSDoc的注释代码块以/**开头, 一般直接放在要注释的代码前面.
# Block and inline tags
JSDoc支持两种tag, block/in…
-
I could do this if wanted!
-
Anytime a new api is added, make sure to add the `@since` jsdoc tag
I think we should probably also document anytime we deprecate an api because its impossible to know in what version something was…
-
### 🔎 Search Terms
jsdoc import @import callback lsp
### 🕗 Version & Regression Information
5.5 beta
- I was unable to test this on prior versions because it's a new feature in 5.5. It was…