-
## Motivation
I would like to use types in jsdoc without having to use `import()`.
For instance, instead of doing
```js
/** @type {import("../../../../some/very/long/path.js").MyStruct} */…
-
https://github.com/microsoft/TypeScript/pull/45464
## Expected behavior
No warning
## Actual behavior
Error
## ESLint Config
```json
{
"jsdoc/no-undefin…
-
**Summary**
[sqlparser-rs](https://github.com/ballista-compute/sqlparser-rs) is not easy to extend and we are looking for a good alternative(if have), comments are welcome
Reference:
https://g…
-
elm-pair 0.4.0
Throws this into logs:
```
[error] Failed to load elm_json: [src/elm/io/parse_elm_json.rs:15] error while parsing elm.json: Error("missing field `source-directories`", line: 23, co…
-
The source location reported with compiler error messages is not accurate-- for example in [3] below, the error is way down at line 29 (color= "white"), but the reported error [1] is at line 12, at th…
-
A couple of people reached out asking whether they could help writing the parser, and potentially there are others who would be interested in contributing.
My plan was to use [nom](https://github.c…
-
## Expected behavior
`jsdoc/require-returns` should not emit a warning because the return type is `Promise`.
## Actual behavior
`1:1 warning Missing JSDoc @returns declaration …
-
The doc point out that Acorn use perator precedence parser to parse binary expression, I am curious which specific algorithm did acorn use, shunting yard or pratt parser or others?
-
@jaacoppi
This is a following issue of #1044.
I apologize for my not careful test. I find issues after @cary-rowen tell me that there are still problems with Chinese Mandarin voice.
Here is t…
-
**Describe the issue**
Hi, I've found some problems with parsing type definitions while I was using the [`eslint-plugin-jsdoc`](https://www.npmjs.com/package/eslint-plugin-jsdoc) project:
**To Rep…
macku updated
2 years ago