Anthony Fu
Anthony Fu
I imagine we could run a bench fixture from Vitest to get the relative performance of the running hardware, like: ```ts // in vitest, maybe customizable export const relativeBenchScore =...
Re @rockwotj Thanks for the great feedback! > assertions on performance I saw a usage is that ppl using CI to run the same bench on the same machine on...
Sadly I think it might be the limitations currently. I would like to avoid adding more magic to transform it until we got better support from Node.
 https://peeky.netlify.app/ Just an idea from Peeky, not sure if we want it
The `/api/index` should be a simple index of those three sections. Other than that I am good for it
Close due to conflicts but I agree to do so. Next time when we want to do this, we could directly push to main branch to avoid conflicts.
I guess the best solution might be we decouple the coverage logic, and make a provider interface for c8 and nyc to make them interchangeable. I currently don't have enough...
- #113 - Allocate suite in VS Code integration - Show suite path with line number in error
I am not so sure we should document the reporter API, as average users won't touch that. I would think a `Reporters Guide` is more useful than the API docs...
I don't really know if there is anything I can do regarding this. I would suggest you open an issue to `eslint-plugin-markdown` to use the latest version, or to `mdast-util-from-markdown`...