-
## Expected behavior
```typescript
type Props = {
readyonly variant: string
}
export type { Props as ComponentProps };
```
## Actual behavior
```typescript
// Do not re…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
Right now I couldn't find a way to document that a function argument (a property, or anything really) is a class, or a constructor **of a specific type**.
Here's a condensed example of the problem:…
-
## Expected behavior
_eslint-plugin-jsdoc_ should support two `@template` in one file.
## Actual behavior
```
Oops! Something went wrong! :(
ESLint: 9.7.0
Error: No parslet found for t…
-
input source `input.salam`:
```
عملکرد سلام {
لیست = 999 + 12
نمایش لیست
}
```
--------
Memory issues:
```
max@Workstation:/mnt/c/Users/MAX/salam$ ./s
Welcome to Salam…
-
The Typescript language service supports Typescript types in jsdoc. That means that anybody editing Javascript code with the Typescript language service, such as users of VS Code, Webstorm, Visual Stu…
-
Continue discussion here
-
### Description
I really hope this is the right place. If not please tell me where to post about it.
I tried to follow the _Create block tutorial_ but the first npx step fails.
Is there anythin…
-
**Describe the issue**
A clear and concise description of what the issue is.
TypeScript assertion function return types result in a parse error.
**To Reproduce**
Please provide failing expre…
-
I'm probably doing something wrong, but I couldn't find something similar to what I'm trying to do in the docs.
Basically I've been trying to follow the EBNF spec for Lua. With it there are (at le…