automutate
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -63,2 +63,5 @@ "use strict"; | ||
} | ||
end = end === undefined | ||
? Math.max(begin, range.begin) | ||
: Math.max(end, begin, range.begin); | ||
} | ||
@@ -65,0 +68,0 @@ return { |
{ | ||
"name": "automutate", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Applies waves of mutations provided by other tools, such as linters.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -58,2 +58,6 @@ import { IMutation } from "../mutation"; | ||
} | ||
end = end === undefined | ||
? Math.max(begin, range.begin) | ||
: Math.max(end, begin, range.begin); | ||
} | ||
@@ -60,0 +64,0 @@ |
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
224789
167
4849