@stryker-mutator/instrumenter
Advanced tools
Comparing version 8.6.0 to 8.7.0
@@ -32,3 +32,3 @@ import path from 'path'; | ||
const parse = this._createParser(options); | ||
for await (const { name, mutate, content } of files) { | ||
for (const { name, mutate, content } of files) { | ||
const ast = await parse(content, name); | ||
@@ -35,0 +35,0 @@ this._transform(ast, mutantCollector, { options, mutateDescription: toBabelLineNumber(mutate), logger: this.logger }); |
{ | ||
"name": "@stryker-mutator/instrumenter", | ||
"version": "8.6.0", | ||
"version": "8.7.0", | ||
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework", | ||
@@ -50,4 +50,4 @@ "main": "dist/src/index.js", | ||
"@babel/preset-typescript": "~7.24.7", | ||
"@stryker-mutator/api": "8.6.0", | ||
"@stryker-mutator/util": "8.6.0", | ||
"@stryker-mutator/api": "8.7.0", | ||
"@stryker-mutator/util": "8.7.0", | ||
"angular-html-parser": "~6.0.2", | ||
@@ -59,3 +59,3 @@ "semver": "~7.6.3", | ||
"@babel/preset-react": "7.24.7", | ||
"@stryker-mutator/test-helpers": "8.6.0", | ||
"@stryker-mutator/test-helpers": "8.7.0", | ||
"@types/babel__core": "7.20.5", | ||
@@ -66,3 +66,3 @@ "@types/babel__generator": "7.6.8", | ||
}, | ||
"gitHead": "676be74a99cc1f66625ec9b41fb8b9ce47b1b233" | ||
"gitHead": "755085e6fa9ce4c2eace4f7f72543accd3b345f1" | ||
} |
@@ -38,3 +38,3 @@ import path from 'path'; | ||
const parse = this._createParser(options); | ||
for await (const { name, mutate, content } of files) { | ||
for (const { name, mutate, content } of files) { | ||
const ast = await parse(content, name); | ||
@@ -41,0 +41,0 @@ this._transform(ast, mutantCollector, { options, mutateDescription: toBabelLineNumber(mutate), logger: this.logger }); |
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
337914
+ Added@stryker-mutator/api@8.7.0(transitive)
+ Added@stryker-mutator/util@8.7.0(transitive)
- Removed@stryker-mutator/api@8.6.0(transitive)
- Removed@stryker-mutator/util@8.6.0(transitive)
Updated@stryker-mutator/api@8.7.0
Updated@stryker-mutator/util@8.7.0