source-list-map
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -32,3 +32,3 @@ /* | ||
} else if(generatedCode.children) { | ||
lm.children.forEach(function(sln) { | ||
generatedCode.children.forEach(function(sln) { | ||
this.children.push(sln); | ||
@@ -53,3 +53,3 @@ }, this); | ||
} else if(generatedCode.children) { | ||
lm.children.slice().reverse().forEach(function(sln) { | ||
generatedCode.children.slice().reverse().forEach(function(sln) { | ||
this.children.unshift(sln); | ||
@@ -56,0 +56,0 @@ }, this); |
{ | ||
"name": "source-list-map", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Fast line to line SourceMap generator.", | ||
@@ -5,0 +5,0 @@ "author": "Tobias Koppers @sokra", |
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
20926