Comparing version 8.4.28 to 8.4.29
@@ -68,2 +68,3 @@ 'use strict' | ||
node.source.end = this.getPosition(token[2]) | ||
node.source.end.offset++ | ||
this.semicolon = true | ||
@@ -83,2 +84,3 @@ break | ||
node.source.end = this.getPosition(prev[3] || prev[2]) | ||
node.source.end.offset++ | ||
} | ||
@@ -108,2 +110,3 @@ } | ||
node.source.end = this.getPosition(token[3] || token[2]) | ||
node.source.end.offset++ | ||
this.spaces = node.raws.between | ||
@@ -177,2 +180,3 @@ node.raws.between = '' | ||
node.source.end = this.getPosition(token[3] || token[2]) | ||
node.source.end.offset++ | ||
@@ -209,2 +213,3 @@ let text = token[1].slice(2, -2) | ||
) | ||
node.source.end.offset++ | ||
@@ -328,2 +333,3 @@ while (tokens[0][0] !== 'word') { | ||
this.current.source.end = this.getPosition(token[2]) | ||
this.current.source.end.offset++ | ||
this.current = this.current.parent | ||
@@ -330,0 +336,0 @@ } else { |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.28' | ||
this.version = '8.4.29' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.28", | ||
"version": "8.4.29", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
196422
6731