magic-string
Advanced tools
Comparing version 0.25.6 to 0.25.7
# magic-string changelog | ||
## 0.25.7 | ||
* fix bundle mappings after remove and move in multiple sources ([#172](https://github.com/Rich-Harris/magic-string/issues/172)) | ||
## 0.25.6 | ||
@@ -4,0 +8,0 @@ |
@@ -324,5 +324,3 @@ 'use strict'; | ||
this.pending = sourceIndex > 0 | ||
? [this.generatedCodeColumn, sourceIndex, loc.line, loc.column] | ||
: null; | ||
this.pending = null; | ||
}; | ||
@@ -329,0 +327,0 @@ |
@@ -322,5 +322,3 @@ import { encode } from 'sourcemap-codec'; | ||
this.pending = sourceIndex > 0 | ||
? [this.generatedCodeColumn, sourceIndex, loc.line, loc.column] | ||
: null; | ||
this.pending = null; | ||
}; | ||
@@ -327,0 +325,0 @@ |
@@ -378,5 +378,3 @@ (function (global, factory) { | ||
this.pending = sourceIndex > 0 | ||
? [this.generatedCodeColumn, sourceIndex, loc.line, loc.column] | ||
: null; | ||
this.pending = null; | ||
}; | ||
@@ -383,0 +381,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Rich Harris", | ||
"version": "0.25.6", | ||
"version": "0.25.7", | ||
"repository": "https://github.com/rich-harris/magic-string", | ||
@@ -39,2 +39,3 @@ "main": "dist/magic-string.cjs.js", | ||
"build": "rollup -c", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "rm -rf dist && npm test", | ||
@@ -41,0 +42,0 @@ "lint": "eslint src test", |
Sorry, the diff of this file is not supported yet
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
364288
3210