-
**Talk Title:**
Type-safe JavaScript with JSDoc
**Talk Idea, described briefly:**
Let's dive into the features of JSDoc and explore how you can start adding type safety to your project with…
-
According to the [documentation](https://storybook.js.org/docs/api/doc-block-description#writing-descriptions), to set the description of a component you should use a JSDoc comment above the `meta` va…
-
### 🔍 Search Terms
experimental jsdoc tag
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [X] This wouldn't change the runtime behavior o…
-
First I've thought about union types but they can solve only part of the problem. Original discussion started [here](https://typescript.codeplex.com/discussions/470744). In case codeplex had been aban…
-
Version: Deno 2.0.3
## Setup
File `example.ts`
```typescript
/**
* Adds two numbers. Does not check if the numbers are NaN. Only
* accurate if the numbers are integers less than Number.M…
-
https://github.com/laviete/hw-classes-error/blob/e611b00b1c78a6ce9630b5fd620ee1f9644f3132/errorsHandling.js#L6
- альтернація в jsdoc записується схоже, але трохи інакше (синтаксис як в регулярках):
…
-
For CI/CD projects - fast-changing product development. JSDOC is the only option available.
With CI/CD - code changes very fast and it is nearly impossible to have any up-to-date documentation if the…
-
Currently, the documentation seems to be manually maintained and updated alongside the code.
It may be beneficial to move the documentation alongside the code in the form of JSDoc comment blocks, u…
-
**_Question_**
* [x] I've checked documentation and searched for existing issues
* [x] I tried the [spectrum channel](https://spectrum.chat/?t=dad48299-3dfc-4e10-b6da-9af1e39498a3)
Is there any…
-
Relevant: https://github.com/denoland/deno/pull/23927
Version: Deno 1.43.6
Given the following JSDoc:
```ts
/**
* @example
* ```ts
* fn1(
* "item"
* )
* ```
*/
declare fun…