istanbul-lib-source-maps
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -26,3 +26,3 @@ /* | ||
if (sourceMapUrl.indexOf('data') === 0) { | ||
this.data[transformedFilePath] = converter.fromComment(sourceMapUrl); | ||
this.data[transformedFilePath] = converter.fromComment(sourceMapUrl).toObject(); | ||
return; | ||
@@ -54,5 +54,2 @@ } | ||
} | ||
if (!obj.version && obj.sourcemap) { //typescript hack, talk to @blakeembrey about this | ||
obj = obj.sourcemap; | ||
} | ||
return new SMC(obj); | ||
@@ -59,0 +56,0 @@ } catch (ex) { |
{ | ||
"name": "istanbul-lib-source-maps", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"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
13956
354