Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(JavaScript mutator): Add stryker-javascript-mutator package #467

Merged
merged 44 commits into from
Nov 24, 2017

Conversation

simondel
Copy link
Member

  • Add stryker-javascript-mutator package that is compatible with modern JavaScript features such as arrow functions.
  • Deprecate the ES5Mutator
  • Remove UnaryNotMutator as it is already present in the PrefixUnaryExpressionMutator
  • Make the ConditionalExpressionMutator also mutate to true

Fixes #429

simondel and others added 30 commits October 20, 2017 12:49
@simondel simondel requested a review from nicojs November 24, 2017 15:28
Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome!

@simondel simondel merged commit 06d6bac into master Nov 24, 2017
@simondel simondel deleted the stryker-es6-mutator branch November 24, 2017 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for mutating Javascript vNext
3 participants