@stryker-mutator/instrumenter
Advanced tools
Comparing version 4.3.1 to 4.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.4.0](https://github.com/stryker-mutator/stryker/compare/v4.3.1...v4.4.0) (2021-01-24) | ||
### Features | ||
* **regex-mutator:** smart regex mutations ([#2709](https://github.com/stryker-mutator/stryker/issues/2709)) ([0877f44](https://github.com/stryker-mutator/stryker/commit/0877f443219a29c34ac13ca27f33cbf884b5bb4b)) | ||
## [4.3.1](https://github.com/stryker-mutator/stryker/compare/v4.3.0...v4.3.1) (2020-12-25) | ||
@@ -8,0 +19,0 @@ |
@@ -18,2 +18,3 @@ "use strict"; | ||
const update_operator_mutator_1 = require("./update-operator-mutator"); | ||
const regex_mutator_1 = require("./regex-mutator"); | ||
tslib_1.__exportStar(require("./node-mutator"), exports); | ||
@@ -34,2 +35,3 @@ tslib_1.__exportStar(require("./mutator-options"), exports); | ||
new update_operator_mutator_1.UpdateOperatorMutator(), | ||
new regex_mutator_1.RegexMutator(), | ||
]; | ||
@@ -36,0 +38,0 @@ const mutate = (node, { excludedMutations }) => { |
{ | ||
"name": "@stryker-mutator/instrumenter", | ||
"version": "4.3.1", | ||
"version": "4.4.0", | ||
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework", | ||
@@ -40,9 +40,10 @@ "main": "dist/src/index.js", | ||
"@babel/preset-typescript": "~7.12.1 ", | ||
"@stryker-mutator/api": "4.3.1", | ||
"@stryker-mutator/util": "4.3.1", | ||
"angular-html-parser": "~1.7.0" | ||
"@stryker-mutator/api": "4.4.0", | ||
"@stryker-mutator/util": "4.4.0", | ||
"angular-html-parser": "~1.7.0", | ||
"weapon-regex": "~0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "~7.12.1", | ||
"@stryker-mutator/test-helpers": "4.3.1", | ||
"@stryker-mutator/test-helpers": "4.4.0", | ||
"@types/babel__core": "~7.1.10", | ||
@@ -55,3 +56,3 @@ "@types/babel__generator": "~7.6.2", | ||
}, | ||
"gitHead": "0806eb62eefb02a5fad1477db61de6d8c4250bd4" | ||
"gitHead": "59933f5c3fb567142eab1c66d603802fab941b5e" | ||
} |
@@ -20,2 +20,3 @@ import { NodePath } from '@babel/core'; | ||
import { MutatorOptions } from './mutator-options'; | ||
import { RegexMutator } from './regex-mutator'; | ||
@@ -38,2 +39,3 @@ export * from './node-mutator'; | ||
new UpdateOperatorMutator(), | ||
new RegexMutator(), | ||
]; | ||
@@ -40,0 +42,0 @@ export const mutate = (node: NodePath, { excludedMutations }: MutatorOptions): NamedNodeMutation[] => { |
@@ -19,3 +19,4 @@ { | ||
} | ||
] | ||
], | ||
"include": ["**/*.*", "../typings/*.d.ts"] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232025
249
3497
11
+ Addedweapon-regex@~0.3.0
+ Added@stryker-mutator/api@4.4.0(transitive)
+ Added@stryker-mutator/util@4.4.0(transitive)
+ Addedtslib@2.1.0(transitive)
+ Addedweapon-regex@0.3.0(transitive)
- Removed@stryker-mutator/api@4.3.1(transitive)
- Removed@stryker-mutator/util@4.3.1(transitive)
- Removedtslib@2.0.3(transitive)
Updated@stryker-mutator/api@4.4.0
Updated@stryker-mutator/util@4.4.0