File tree Expand file tree Collapse file tree
node_modules/postcss-selector-parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ has a method `error(message, options)` that returns an
786786error object. This method should always be used to raise
787787errors relating to the syntax of selectors. The options
788788to this method are passed to postcss's error constructor
789- ([ documentation] ( http://api. postcss.org/Container.html# error ) ).
789+ ([ documentation] ( http://postcss.org/api/#container- error ) ).
790790
791791#### Async Error Example
792792
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ var Parser = /*#__PURE__*/function () {
485485 }
486486 // We need to decide between a space that's a descendant combinator and meaningless whitespace at the end of a selector.
487487 var nextSigTokenPos = this . locateNextMeaningfulToken ( this . position ) ;
488- if ( nextSigTokenPos < 0 || this . tokens [ nextSigTokenPos ] [ _tokenize . FIELDS . TYPE ] === tokens . comma ) {
488+ if ( nextSigTokenPos < 0 || this . tokens [ nextSigTokenPos ] [ _tokenize . FIELDS . TYPE ] === tokens . comma || this . tokens [ nextSigTokenPos ] [ _tokenize . FIELDS . TYPE ] === tokens . closeParenthesis ) {
489489 var nodes = this . parseWhitespaceEquivalentTokens ( nextSigTokenPos ) ;
490490 if ( nodes . length > 0 ) {
491491 var last = this . current . last ;
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-selector-parser" ,
3- "version" : " 6.1.0 " ,
3+ "version" : " 6.1.2 " ,
44 "devDependencies" : {
55 "@babel/cli" : " ^7.11.6" ,
66 "@babel/core" : " ^7.11.6" ,
Original file line number Diff line number Diff line change 1047010470 }
1047110471 },
1047210472 "node_modules/postcss-selector-parser": {
10473- "version": "6.1.0 ",
10474- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0 .tgz",
10475- "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ ==",
10473+ "version": "6.1.2 ",
10474+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2 .tgz",
10475+ "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg ==",
1047610476 "license": "MIT",
1047710477 "dependencies": {
1047810478 "cssesc": "^3.0.0",
You can’t perform that action at this time.
0 commit comments