Arya Emami
Arya Emami
Can I interest you in a PR?
@kirkwaiblinger Awesome, I'll give it a shot. Thanks.
Just a quick update, I am still working on this, it's coming along nicely, I'm just trying to figure out how to minimze the changes necessary and get the integration...
@43081j I'm still working on it, should be all done soon https://github.com/aryaemami59/typescript-eslint/tree/migrate-to-vitest.
Honestly I'm not sure yet, I would love to get some feedback from the maintainers on how to proceed.
@kirkwaiblinger I have pretty much everything done already, I'm just cleaning up to minimize the changes, I can start submitting PRs for each workspace at a time.
@kirkwaiblinger `process.chdir()` used to not be supported but it is now. As far as the performance goes, `vitest` is definitely better, I'll try to provide some actual numbers as soon...
@kirkwaiblinger The default **`pool`** used to be **`threads`** but now it is [**`forks`**](https://vitest.dev/config/#forks), which as mentioned in the docs does support **`process.chdir()`**.
Alright I think I'm just about ready to start putting up some PRs.
I cut down on the `size-limit` config, let me know if this is still not ideal and I will try to look for another solution.