Ari Perkkiö

Results 126 comments of Ari Perkkiö

Related PR from `istanbul-lib-instrument`, adds support for `/*! istanbul-ignore */` comments. https://github.com/istanbuljs/istanbuljs/pull/693 This won't solve everything but at least it extends the supported comment formats.

I don't think there is anything we can do on Vitest's codebase. Changes in Svelte compiler could fix this. Looking at @kgladfelder's repro we can see that Svelte compiler is...

Upstream issue open https://github.com/sveltejs/svelte/issues/7824.

@LinqLover at least I haven't found any workarounds for this issue. I've tried all kinds of query parameters without luck. If the issue is in the database queries there is...

This new rule looked useful so I quickly tested it against +150 repositories. It seems to be [crashing quite often](https://github.com/AriPerkkio/eslint-plugin-react/blob/test/no-reference-type-as-default-prop/eslint-remote-tester-results/baseweb.md) on `isReactComponentName` method. This test should cover at least one...

There's also quite similar issue with [assign statements](https://lucylang.org/docs/language/#named-actions-2). ``` use './utils' { addUser } action addLoadedUser = assign(user, :addUser) state idle { enter => addLoadedUser => loaded } state loaded...

Looks like Github API's rate limit was hit when results were being posted. Since `@testing-library` is running two `eslint-remote-tester-run-actions` for two different repositories at the same time, it's possible to...

This is still a work-in-progress but it might be worth to create a draft PR at this point to prevent duplicate work. I think the `refactor: create interface for coverage...

From my side all that is left to do is unit+manual testing and add documentation. I think everything else (besides refactoring into separate packages) is done. I'm happy to leave...

There's now some initial documentation and unit tests in place. I think the next logical step is to refactor these coverage providers into their own packages - https://github.com/vitest-dev/vitest/pull/1676#issuecomment-1195844043.