-
Why are there no types provided? Or an OpenAPI schema from which to generate types at least?
It would be very simple to provide type definitions _(or at least a JSONSchema)_. Doing so would make …
-
### 🔎 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…
-
The jsdocs are no longer getting published.
For example the source file:
https://github.com/hyperledger/fabric-chaincode-node/blob/main/docs/_jsdoc/tutorials/using-contractinterface.md
Should g…
-
### Input code
This simple file ends up throwing jsdoc:
```js
var c = {
o: [
class apdc extends cccb {
constructor() {
}
}]
};
```
##…
-
## Expected behavior
Method without documentation should pass when there is a documentation for it in an interface located in "implements" section.
I have checked that this situation is correctly …
-
Is there any public package that includes d.ts types?
-
Project needs documentation for both:
- [ ] end user
- [ ] developer
And a small core testing would be better
- [ ] created line is proper
- [ ] context state is working
- [ ] prompt generator is w…
-
### Describe the problem that you experienced
A `Model` can be converted to an `Observable` with either `toObservable` or `outputToObservable`. The JSDocs do not make it clear that they have differen…
-
Currently there is no JSDoc and it's quite hard to understand the workflow as there are so many spread functions.
-
Before that we need to comment everything in the correct way and find a good code-documentation tool.