-
## Feature description
It would be useful if we could annotate a `number` as an integer (whole number).
### Input
For example:
```ts
/**
* @integer
*/
export type Integer = number;
``…
-
The SDK codebase would benefit from consistent, high-quality documentation to improve maintainability, ease of use, and on-boarding for new developers. To achieve this, we propose adopting [JSDoc](htt…
-
### What is the problem this feature would solve?
I find using Effect to be extremely painful for getting into a flow state. The reason for this is because I consistently need to leave my editor to f…
-
We should document the JavaScript SEGUID API, just like we do for R (https://seguid-r.seguid.org/) and Python (https://seguid-python.seguid.org/).
I don't know JavaScript well enough, but it looks …
-
Need to swap documentation into a python style, and probably generate a readthedocs
-
Would it be possible to somehow use `@visulima/jsdoc-open-api` with Deno? I couldn't figure it out.
## Upvote & Fund
- We're using [Polar.sh](https://polar.sh/visulima) so you can upvote and help f…
-
-
### Context
We can compile a reference documentation via [https://typedoc.org/](https://typedoc.org/).
### Proposal
Implement [https://typedoc.org/](https://typedoc.org/) for the lix SDK.
* only…
-
[TypeScript 5.5](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#the-jsdoc-import-tag) adds support for `@import` in JSDoc comments. It would be great if Deno could also…
-
deno_lint should be able to parse the JSDoc for symbols and identify ones that have the `@deprecated` flag and issue a diagnostic if the `@deprecated` APIs are being used.