Skip to content

Implement mutant grouping in the @stryker-mutator/typescript-checker #3496

@nicojs

Description

@nicojs

Is your feature request related to a problem? Please describe.
The TypeScript checker is currently very slow since it is checking mutants one by one.

Describe the solution you'd like
Improve the typescript checker performance by checking mutants in groups.

Describe alternatives you've considered
We've investigated a lot of alternatives in @danny12321 and @ThierryRietveld 's graduation assignments. Grouping seems to be the best solution.

Additional context
All investigative work is already done, see #3366 for inspiration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions