-
Hello @matklad,
I want to first thank you for your [article](https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html) about Pratt parsers, which has helped me to better understa…
-
## Motivation
I have a different taste for JSDoc. Never saw anyone doing it but for me it just looks way better by not having an entire line wasted just for the opener / closer.
Example:
…
-
## Motivation
Support node 19 now that it has been officially released by node, see:
* https://nodejs.org/en/download/current/
* https://github.com/nodejs/Release#release-schedule
## Cur…
-
While profiling allocations of JuliaSyntax parsing itself, I've noticed that the call stack sometimes gets extremely deep.
For example, the large expression in src/tokenize_utils.jl `is_operator_st…
-
## Expected behavior
The sample should fail `require-param` (due to a `@param` missing).
## Actual behavior
The issue passes.
(The issue is apparently due to an unnecessary c…
-
## Expected behavior
If a `switch` contains another `switch` with a `break`, the `require-returns-check` rule shouldn't report an error.
## Actual behavior
If a `switch` contains …
-
The TypeScript [assertion functions](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions) is not recognized by the require-returns-check rule.
## Expe…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
-
## Motivation
I would like to use this plugin to enforce the same on the use of `@throws` tags as I can enforce on `@returns`, `@param`, and `@property` tags. By that I mean, in addition to the…
-
**V doctor:**
```
OS: linux, "Void Linux"
Processor: 4 cpus, 64bit, little endian, Intel(R) Core(TM) i3-5010U CPU @ 2.10GHz
CC version: cc (GCC) 10.2.1 20201203
getwd: /home/lrtz/Downloads/py…