A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/5c6759decb00dfbe377c0ad41f85a3222f79a36a below:

postcss-selector-parser@6.1.0 · npm/cli@5c6759d · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+12

-8

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+12

-8

lines changed Original file line number Diff line number Diff line change

@@ -116,7 +116,8 @@ var Parser = /*#__PURE__*/function () {

116 116

line: 1,

117 117

column: 1

118 118

}

119 -

}

119 +

},

120 +

sourceIndex: 0

120 121

});

121 122

this.root.append(selector);

122 123

this.current = selector;

@@ -577,7 +578,8 @@ var Parser = /*#__PURE__*/function () {

577 578

var selector = new _selector["default"]({

578 579

source: {

579 580

start: tokenStart(this.tokens[this.position + 1])

580 -

}

581 +

},

582 +

sourceIndex: this.tokens[this.position + 1][_tokenize.FIELDS.START_POS]

581 583

});

582 584

this.current.parent.append(selector);

583 585

this.current = selector;

@@ -646,8 +648,9 @@ var Parser = /*#__PURE__*/function () {

646 648

if (last && last.type === types.PSEUDO) {

647 649

var selector = new _selector["default"]({

648 650

source: {

649 -

start: tokenStart(this.tokens[this.position - 1])

650 -

}

651 +

start: tokenStart(this.tokens[this.position])

652 +

},

653 +

sourceIndex: this.tokens[this.position][_tokenize.FIELDS.START_POS]

651 654

});

652 655

var cache = this.current;

653 656

last.append(selector);

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

{

2 2

"name": "postcss-selector-parser",

3 -

"version": "6.0.16",

3 +

"version": "6.1.0",

4 4

"devDependencies": {

5 5

"@babel/cli": "^7.11.6",

6 6

"@babel/core": "^7.11.6",

Original file line number Diff line number Diff line change

@@ -9709,9 +9709,10 @@

9709 9709

}

9710 9710

},

9711 9711

"node_modules/postcss-selector-parser": {

9712 -

"version": "6.0.16",

9713 -

"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",

9714 -

"integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==",

9712 +

"version": "6.1.0",

9713 +

"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",

9714 +

"integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",

9715 +

"license": "MIT",

9715 9716

"dependencies": {

9716 9717

"cssesc": "^3.0.0",

9717 9718

"util-deprecate": "^1.0.2"

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4