flycran
flycran
@ts-thomas 我在 #502 修复了第一条问题 原代码不工作的原因是泛型推断依赖于方法进行,如果没有通过泛型方法来推断,泛型参数将始终为默认值
@ts-thomas 那太好了,我之后会看看还有什么问题,最近我在忙自己的项目
```js import { FlatCompat } from '@eslint/eslintrc' import { dirname } from 'path' import { fileURLToPath } from 'url' const __filename = fileURLToPath(import.meta.url) const __dirname = dirname(__filename) const compat =...
占坑,我也是push失败