postcss-selector-parser
Advanced tools
Comparing version
@@ -0,1 +1,5 @@ | ||
# 6.0.9 | ||
- Fixed: `Combinator.raws` property type | ||
# 6.0.8 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "postcss-selector-parser", | ||
"version": "6.0.8", | ||
"version": "6.0.9", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@babel/cli": "^7.11.6", |
@@ -342,4 +342,12 @@ // Type definitions for postcss-selector-parser 2.2.3 | ||
interface CombinatorRaws { | ||
value?: string; | ||
spaces?: { | ||
before?: string; | ||
after?: string; | ||
}; | ||
} | ||
interface Combinator extends Base { | ||
type: "combinator" | ||
type: "combinator"; | ||
raws?: CombinatorRaws; | ||
} | ||
@@ -346,0 +354,0 @@ function combinator(opts: NodeOptions): Combinator; |
183156
0.13%3576
0.22%