istanbul-lib-source-maps
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.2...v1.1.0) (2016-11-10) | ||
### Features | ||
* read and apply any input source maps stored with coverage data ([#4](https://github.com/istanbuljs/istanbul-lib-source-maps/issues/4)) ([aea405b](https://github.com/istanbuljs/istanbul-lib-source-maps/commit/aea405b)) | ||
<a name="1.0.2"></a> | ||
@@ -7,0 +17,0 @@ ## [1.0.2](https://github.com/istanbuljs/istanbul-lib-source-maps/compare/v1.0.1...v1.0.2) (2016-10-03) |
@@ -99,2 +99,9 @@ /* | ||
coverageMap.files().forEach(function (file) { | ||
var coverage = coverageMap.fileCoverageFor(file); | ||
if (coverage.data.inputSourceMap && !that.data[file]) { | ||
that.registerMap(file, coverage.data.inputSourceMap); | ||
} | ||
}); | ||
if (Object.keys(this.data).length === 0) { | ||
@@ -101,0 +108,0 @@ return { |
{ | ||
"name": "istanbul-lib-source-maps", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Source maps support for istanbul", | ||
@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", |
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
21566
508