stryker-js icon indicating copy to clipboard operation
stryker-js copied to clipboard

TypeScript checker performance cost

Open ThierryRietveld opened this issue 2 years ago • 1 comments

When this plugin is enabled it comes with a big performance hit. This is a known issue for the Stryker team. I can't assign people to this issue, but a colleague and I are working on a solution.

ThierryRietveld avatar Sep 15 '21 15:09 ThierryRietveld

If you are running jest with ts-jest, did you tried transpileOnly property in your jest tsconfig ?

tsconfig.jest.json

{
    "extends": "tsconfig.json",
    "compilerOptions": {
        ...
    },
    "ts-node": {
        "transpileOnly": true
      },
}

blephy avatar Jan 08 '22 16:01 blephy

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 10 '23 06:01 stale[bot]