-
Would be great to have ability to merge options, so if I have:
```sh
tmp
**/coverage
!**/coverage
```
It was merged to:
```sh
tmp
```
Is it possible?
-
Can you support the vue file?
-
### Context
Codemods are a super powerful concept, yet few people use them, many are afraid of them, and arguably there are not that many public codemods out there. Of those that do exist, ma…
-
Thank you for a library with such hight quality :). I just integrated `regexp-tree` into [Putout linter](https://github.com/coderaiser/putout/tree/master/packages/plugin-regexp), [run it on my code](h…
-
Hi, thank you for such a great project!
I'm working on 🐊[`Putout`](https://github.com/coderaiser/putout) code transformer, and as I see, `quick-lint-js` is compiled to `wasm`.
Would be amazing t…
-
Retreiving the whole at_bat_batter_records and *_records table is too slow since the data has been increased.
Making table will help this.
The index cache such as Redis might not needed yet.
-
I got case that may be relevant to https://github.com/benjamn/recast/pull/1057, since it's about `SequenceExpressions`. For such code:
```js
const name = (FIRST || SECOND).VALUE || HELLO;
```
…
-
Using some new syntax, like object spread but also jsx, recast throws an error while parsing. This is even though I supply acorn as a parser and acorn can handle it on its own.
I have 2 code examp…
-
Would be great if `typos` can be used from JavaScript, in this case the [processor](https://github.com/coderaiser/putout#-processors) can be written and `typos` can be run from 🐊[**Putout**](https://g…
-
currently [the converter](https://rrjanbiah.github.io/react2solid/#/reactjs-to-solidjs-converter) fails on typescript input
```ts
let a: number = 1
// error: Missing semicolon.
```
```ts
…