forked from stryker-mutator/stryker-js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
#72 final touches to improve mergeability #83
Merged
Ja4pp
merged 122 commits into
master
from
#72-clean-up-code-create-pr-inform-nico-to-review
Jan 16, 2024
Merged
#72 final touches to improve mergeability #83
Ja4pp
merged 122 commits into
master
from
#72-clean-up-code-create-pr-inform-nico-to-review
Jan 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tor#4586) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4593) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4599) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#4601) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tator#4605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-mutator#4604) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4606) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4607) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4610) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4608) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4609) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4612) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4614) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…stryker-mutator#4615) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4617) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4611) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4619) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Restricted logical-operator-mutator.ts * Pleased linter now --------- Co-authored-by: Ivo_Broekhof <[email protected]>
* Added an extra suboperator * changed implementation of suboperator * tests for conditional operator for mutationLevel * combined config file * moved order of yielding * modified tests properly --------- Co-authored-by: Danut Copae <[email protected]>
* integrated MutationLevel into method-expression-mutator.ts Converted Map to const object * Fix formatting to please Prettier Used prettier-ignore on operators * modified operator to pass test and still function --------- Co-authored-by: Ivo_Broekhof <[email protected]> Co-authored-by: Javier <[email protected]> Co-authored-by: Danut Copae <[email protected]>
* integrated MutationLevel into unary-operator-mutator.ts Changed enum to const object * Fix formatting to please Prettier --------- Co-authored-by: Ivo_Broekhof <[email protected]> Co-authored-by: Danut Copae <[email protected]>
* updated to conform to mutationlevels * modified tests * modified config file * initial implementation of condition * Revert "initial implementation of condition" This reverts commit bcb6cc0. * changed tests to pass CI/CD * changes nessecary for pass * small refactor * remove line added by mistake --------- Co-authored-by: Danut Copae <[email protected]> Co-authored-by: Danut Copae <[email protected]>
* Added support for arrowfunction * update schema * Fix up arrow function sting --------- Co-authored-by: Danut Copae <[email protected]> Co-authored-by: Danut Copae <[email protected]>
* object literal implementation of mutation levels * change construct of ObjectLiteral * Last Modifications to adhere to new implementation
* save progress * details
* Rename mutators in the schema * Change negation to substraction in arhitmeticop * Rename mutators, stable * Enforce type with a generic NodeMutatorConfiguration * Get rid of NodeMutatorMultiConfiguration * Move operators inside nodemutator interface * Update conditionalLevel test name * Finish aritmetic through conditional operators, stable * Fix arithmetic through object-literal operators, stable * Fix up optional-chaining * Finish renaming mutators * Reorder stryker-core to reduce generated warnings * Use the same key for the mutator operators when there is no reason to be more specific
* Made the arithmetic operator more consistent * Made the array declaration more consistent * Made the arrow function more consistent * Made the assignment operator more consistent * Made the block statement more consistent * Made the boolean literal more consistent * Made the conditional expression more consistent * Made the equality operator more consistent * Made the logical operator more consistent * Made the method expression more consistent * Made the object literal more consistent * Made the optional chaining more consistent * Made the regex more consistent * Made the string literal more consistent * Made the unary operator more consistent * Made the update operator more consistent * small modification in consistency * Fix consistency in all unit test files --------- Co-authored-by: Danut Copae <[email protected]>
…rm-nico-to-review' into #72-clean-up-code-create-pr-inform-nico-to-review
This reverts commit d51d612.
…e-create-pr-inform-nico-to-review
…reate-pr-inform-nico-to-review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.