sass 1.86.3 → 1.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +32 -0
- package/package.json +1 -1
- package/sass.dart.js +231 -121
package/LICENSE
CHANGED
|
@@ -310,6 +310,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
310
310
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
311
311
|
|
|
312
312
|
|
|
313
|
+
--------------------------------------------------------------------------------
|
|
314
|
+
|
|
315
|
+
cli_config license:
|
|
316
|
+
|
|
317
|
+
Copyright 2023, the Dart project authors.
|
|
318
|
+
|
|
319
|
+
Redistribution and use in source and binary forms, with or without
|
|
320
|
+
modification, are permitted provided that the following conditions are
|
|
321
|
+
met:
|
|
322
|
+
|
|
323
|
+
* Redistributions of source code must retain the above copyright
|
|
324
|
+
notice, this list of conditions and the following disclaimer.
|
|
325
|
+
* Redistributions in binary form must reproduce the above
|
|
326
|
+
copyright notice, this list of conditions and the following
|
|
327
|
+
disclaimer in the documentation and/or other materials provided
|
|
328
|
+
with the distribution.
|
|
329
|
+
* Neither the name of Google LLC nor the names of its
|
|
330
|
+
contributors may be used to endorse or promote products derived
|
|
331
|
+
from this software without specific prior written permission.
|
|
332
|
+
|
|
333
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
334
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
335
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
336
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
337
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
338
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
339
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
340
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
341
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
342
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
343
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
344
|
+
|
|
313
345
|
--------------------------------------------------------------------------------
|
|
314
346
|
|
|
315
347
|
cli_pkg license:
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.
|
|
1
|
+
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.87.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -130,7 +130,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
130
130
|
self.nodeModule = _cliPkgRequires.nodeModule;
|
|
131
131
|
self.stream = _cliPkgRequires.stream;
|
|
132
132
|
self.util = _cliPkgRequires.util;
|
|
133
|
-
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.7.
|
|
133
|
+
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.7.3.
|
|
134
134
|
// The code supports the following hooks:
|
|
135
135
|
// dartPrint(message):
|
|
136
136
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -9846,6 +9846,10 @@ self.util = _cliPkgRequires.util;
|
|
|
9846
9846
|
_IsUselessVisitor_visitComplexSelector_closure: function _IsUselessVisitor_visitComplexSelector_closure(t0) {
|
|
9847
9847
|
this.$this = t0;
|
|
9848
9848
|
},
|
|
9849
|
+
_ContainsParentSelectorVisitor: function _ContainsParentSelectorVisitor() {
|
|
9850
|
+
},
|
|
9851
|
+
__ContainsParentSelectorVisitor_Object_AnySelectorVisitor: function __ContainsParentSelectorVisitor_Object_AnySelectorVisitor() {
|
|
9852
|
+
},
|
|
9849
9853
|
__IsBogusVisitor_Object_AnySelectorVisitor: function __IsBogusVisitor_Object_AnySelectorVisitor() {
|
|
9850
9854
|
},
|
|
9851
9855
|
__IsInvisibleVisitor_Object_AnySelectorVisitor: function __IsInvisibleVisitor_Object_AnySelectorVisitor() {
|
|
@@ -28576,7 +28580,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28576
28580
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28577
28581
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28578
28582
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28579
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
28583
|
+
J.set$info$x(self.exports, "dart-sass\t1.87.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.3\t(Dart Compiler)\t[Dart]");
|
|
28580
28584
|
A.updateCanonicalizeContextPrototype();
|
|
28581
28585
|
A.updateSourceSpanPrototype();
|
|
28582
28586
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -30571,6 +30575,10 @@ self.util = _cliPkgRequires.util;
|
|
|
30571
30575
|
_IsUselessVisitor_visitComplexSelector_closure0: function _IsUselessVisitor_visitComplexSelector_closure0(t0) {
|
|
30572
30576
|
this.$this = t0;
|
|
30573
30577
|
},
|
|
30578
|
+
_ContainsParentSelectorVisitor0: function _ContainsParentSelectorVisitor0() {
|
|
30579
|
+
},
|
|
30580
|
+
__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0: function __ContainsParentSelectorVisitor_Object_AnySelectorVisitor0() {
|
|
30581
|
+
},
|
|
30574
30582
|
__IsBogusVisitor_Object_AnySelectorVisitor0: function __IsBogusVisitor_Object_AnySelectorVisitor0() {
|
|
30575
30583
|
},
|
|
30576
30584
|
__IsInvisibleVisitor_Object_AnySelectorVisitor0: function __IsInvisibleVisitor_Object_AnySelectorVisitor0() {
|
|
@@ -33743,7 +33751,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33743
33751
|
switch ($async$goto) {
|
|
33744
33752
|
case 0:
|
|
33745
33753
|
// Function start
|
|
33746
|
-
$async$returnValue = "1.
|
|
33754
|
+
$async$returnValue = "1.87.0 compiled with dart2js 3.7.3";
|
|
33747
33755
|
// goto return
|
|
33748
33756
|
$async$goto = 1;
|
|
33749
33757
|
break;
|
|
@@ -48194,6 +48202,12 @@ self.util = _cliPkgRequires.util;
|
|
|
48194
48202
|
},
|
|
48195
48203
|
$signature: 53
|
|
48196
48204
|
};
|
|
48205
|
+
A._ContainsParentSelectorVisitor.prototype = {
|
|
48206
|
+
visitParentSelector$1(_) {
|
|
48207
|
+
return true;
|
|
48208
|
+
}
|
|
48209
|
+
};
|
|
48210
|
+
A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
48197
48211
|
A.__IsBogusVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
48198
48212
|
A.__IsInvisibleVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
48199
48213
|
A.__IsUselessVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
@@ -51956,7 +51970,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51956
51970
|
}
|
|
51957
51971
|
try {
|
|
51958
51972
|
argVersion = A.Version_Version$parse(id);
|
|
51959
|
-
sassVersion = A.Version_Version$parse("1.
|
|
51973
|
+
sassVersion = A.Version_Version$parse("1.87.0");
|
|
51960
51974
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51961
51975
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51962
51976
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -69401,7 +69415,7 @@ self.util = _cliPkgRequires.util;
|
|
|
69401
69415
|
visitStyleRule$body$_EvaluateVisitor(_, node) {
|
|
69402
69416
|
var $async$goto = 0,
|
|
69403
69417
|
$async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value),
|
|
69404
|
-
$async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector,
|
|
69418
|
+
$async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule;
|
|
69405
69419
|
var $async$visitStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
69406
69420
|
if ($async$errorCode === 1)
|
|
69407
69421
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -69436,33 +69450,43 @@ self.util = _cliPkgRequires.util;
|
|
|
69436
69450
|
case 5:
|
|
69437
69451
|
// join
|
|
69438
69452
|
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
|
|
69439
|
-
|
|
69440
|
-
|
|
69441
|
-
|
|
69442
|
-
|
|
69453
|
+
_1_0 = $async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
69454
|
+
$label0$0: {
|
|
69455
|
+
if (_1_0 == null) {
|
|
69456
|
+
t1 = true;
|
|
69457
|
+
break $label0$0;
|
|
69458
|
+
}
|
|
69459
|
+
if (_1_0.fromPlainCss) {
|
|
69460
|
+
t1 = false;
|
|
69461
|
+
break $label0$0;
|
|
69462
|
+
}
|
|
69463
|
+
t1 = !($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor));
|
|
69464
|
+
break $label0$0;
|
|
69465
|
+
}
|
|
69466
|
+
if (t1) {
|
|
69443
69467
|
if ($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss)
|
|
69444
|
-
for (
|
|
69445
|
-
|
|
69446
|
-
if (
|
|
69447
|
-
first =
|
|
69448
|
-
|
|
69468
|
+
for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
|
|
69469
|
+
_2_0 = t2[_i].leadingCombinators;
|
|
69470
|
+
if (_2_0.length >= 1) {
|
|
69471
|
+
first = _2_0[0];
|
|
69472
|
+
t4 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss;
|
|
69449
69473
|
} else {
|
|
69450
69474
|
first = null;
|
|
69451
|
-
|
|
69475
|
+
t4 = false;
|
|
69452
69476
|
}
|
|
69453
|
-
if (
|
|
69477
|
+
if (t4)
|
|
69454
69478
|
throw A.wrapException($async$self._async_evaluate$_exception$2(string$.Top_lel, first.span));
|
|
69455
69479
|
}
|
|
69456
|
-
|
|
69457
|
-
|
|
69458
|
-
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(
|
|
69480
|
+
t2 = $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
69481
|
+
t2 = t2 == null ? null : t2.originalSelector;
|
|
69482
|
+
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !$async$self._async_evaluate$_atRootExcludingStyleRule, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
|
|
69459
69483
|
}
|
|
69460
69484
|
rule = A.ModifiableCssStyleRule$($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__extensionStore, "_extensionStore").addSelector$2(parsedSelector, $async$self._async_evaluate$_mediaQueries), node.span, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss, parsedSelector);
|
|
69461
69485
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate$_atRootExcludingStyleRule;
|
|
69462
|
-
|
|
69463
|
-
|
|
69486
|
+
t2 = $async$self._async_evaluate$_atRootExcludingStyleRule = false;
|
|
69487
|
+
t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure5() : null;
|
|
69464
69488
|
$async$goto = 7;
|
|
69465
|
-
return A._asyncAwait($async$self._async_evaluate$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure6($async$self, rule, node), node.hasDeclarations,
|
|
69489
|
+
return A._asyncAwait($async$self._async_evaluate$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure6($async$self, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule, type$.Null), $async$visitStyleRule$1);
|
|
69466
69490
|
case 7:
|
|
69467
69491
|
// returning from await.
|
|
69468
69492
|
$async$self._async_evaluate$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
@@ -69470,7 +69494,8 @@ self.util = _cliPkgRequires.util;
|
|
|
69470
69494
|
if (($async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot) == null) {
|
|
69471
69495
|
t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children;
|
|
69472
69496
|
t1 = !t1.get$isEmpty(t1);
|
|
69473
|
-
}
|
|
69497
|
+
} else
|
|
69498
|
+
t1 = t2;
|
|
69474
69499
|
if (t1) {
|
|
69475
69500
|
t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children;
|
|
69476
69501
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -71942,7 +71967,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71942
71967
|
visitCssStyleRule$body$_EvaluateVisitor(node) {
|
|
71943
71968
|
var $async$goto = 0,
|
|
71944
71969
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
71945
|
-
$async$self = this, t1, styleRule,
|
|
71970
|
+
$async$self = this, t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild;
|
|
71946
71971
|
var $async$visitCssStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
71947
71972
|
if ($async$errorCode === 1)
|
|
71948
71973
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -71956,20 +71981,30 @@ self.util = _cliPkgRequires.util;
|
|
|
71956
71981
|
throw A.wrapException($async$self._async_evaluate$_exception$2(string$.Style_k, node.span));
|
|
71957
71982
|
t1 = $async$self._async_evaluate$_atRootExcludingStyleRule;
|
|
71958
71983
|
styleRule = t1 ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
71959
|
-
|
|
71960
|
-
|
|
71961
|
-
|
|
71984
|
+
_0_0 = t1 ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
71985
|
+
$label0$0: {
|
|
71986
|
+
if (_0_0 == null) {
|
|
71987
|
+
t1 = true;
|
|
71988
|
+
break $label0$0;
|
|
71989
|
+
}
|
|
71990
|
+
if (_0_0.fromPlainCss) {
|
|
71991
|
+
t1 = false;
|
|
71992
|
+
break $label0$0;
|
|
71993
|
+
}
|
|
71994
|
+
t1 = !(node.fromPlainCss && node._style_rule$_selector._box$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor));
|
|
71995
|
+
break $label0$0;
|
|
71996
|
+
}
|
|
71962
71997
|
t2 = node._style_rule$_selector._box$_inner;
|
|
71963
|
-
if (
|
|
71998
|
+
if (t1) {
|
|
71964
71999
|
t2 = t2.value;
|
|
71965
72000
|
t3 = styleRule == null ? null : styleRule.originalSelector;
|
|
71966
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3,
|
|
72001
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !$async$self._async_evaluate$_atRootExcludingStyleRule, node.fromPlainCss);
|
|
71967
72002
|
} else
|
|
71968
72003
|
originalSelector = t2.value;
|
|
71969
72004
|
rule = A.ModifiableCssStyleRule$($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__extensionStore, "_extensionStore").addSelector$2(originalSelector, $async$self._async_evaluate$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
|
|
71970
72005
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate$_atRootExcludingStyleRule;
|
|
71971
72006
|
$async$self._async_evaluate$_atRootExcludingStyleRule = false;
|
|
71972
|
-
t1 =
|
|
72007
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure1() : null;
|
|
71973
72008
|
$async$goto = 2;
|
|
71974
72009
|
return A._asyncAwait($async$self._async_evaluate$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure2($async$self, rule, node), false, t1, type$.ModifiableCssStyleRule, type$.Null), $async$visitCssStyleRule$1);
|
|
71975
72010
|
case 2:
|
|
@@ -71977,9 +72012,9 @@ self.util = _cliPkgRequires.util;
|
|
|
71977
72012
|
$async$self._async_evaluate$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
71978
72013
|
t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children._collection$_source;
|
|
71979
72014
|
t2 = J.getInterceptor$asx(t1);
|
|
71980
|
-
|
|
71981
|
-
if (
|
|
71982
|
-
lastChild = t2.elementAt$1(t1,
|
|
72015
|
+
_1_1 = t2.get$length(t1);
|
|
72016
|
+
if (_1_1 >= 1) {
|
|
72017
|
+
lastChild = t2.elementAt$1(t1, _1_1 - 1);
|
|
71983
72018
|
t1 = styleRule == null;
|
|
71984
72019
|
} else {
|
|
71985
72020
|
lastChild = null;
|
|
@@ -77133,7 +77168,7 @@ self.util = _cliPkgRequires.util;
|
|
|
77133
77168
|
return null;
|
|
77134
77169
|
},
|
|
77135
77170
|
visitStyleRule$1(_, node) {
|
|
77136
|
-
var t1, _0_0, selectorText, selectorMap, parsedSelector,
|
|
77171
|
+
var t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule, _this = this, _null = null,
|
|
77137
77172
|
_s8_ = "__parent",
|
|
77138
77173
|
_s11_ = "_stylesheet";
|
|
77139
77174
|
if (_this._declarationName != null)
|
|
@@ -77149,38 +77184,49 @@ self.util = _cliPkgRequires.util;
|
|
|
77149
77184
|
return _null;
|
|
77150
77185
|
}
|
|
77151
77186
|
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
77152
|
-
|
|
77153
|
-
|
|
77154
|
-
|
|
77155
|
-
|
|
77187
|
+
_1_0 = _this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot;
|
|
77188
|
+
$label0$0: {
|
|
77189
|
+
if (_1_0 == null) {
|
|
77190
|
+
t1 = true;
|
|
77191
|
+
break $label0$0;
|
|
77192
|
+
}
|
|
77193
|
+
if (_1_0.fromPlainCss) {
|
|
77194
|
+
t1 = false;
|
|
77195
|
+
break $label0$0;
|
|
77196
|
+
}
|
|
77197
|
+
t1 = !(_this._assertInModule$2(_this.__stylesheet, _s11_).plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor));
|
|
77198
|
+
break $label0$0;
|
|
77199
|
+
}
|
|
77200
|
+
if (t1) {
|
|
77156
77201
|
if (_this._assertInModule$2(_this.__stylesheet, _s11_).plainCss)
|
|
77157
|
-
for (
|
|
77158
|
-
|
|
77159
|
-
if (
|
|
77160
|
-
first =
|
|
77161
|
-
|
|
77202
|
+
for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
|
|
77203
|
+
_2_0 = t2[_i].leadingCombinators;
|
|
77204
|
+
if (_2_0.length >= 1) {
|
|
77205
|
+
first = _2_0[0];
|
|
77206
|
+
t4 = _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss;
|
|
77162
77207
|
} else {
|
|
77163
77208
|
first = _null;
|
|
77164
|
-
|
|
77209
|
+
t4 = false;
|
|
77165
77210
|
}
|
|
77166
|
-
if (
|
|
77211
|
+
if (t4)
|
|
77167
77212
|
throw A.wrapException(_this._evaluate$_exception$2(string$.Top_lel, first.span));
|
|
77168
77213
|
}
|
|
77169
|
-
|
|
77170
|
-
|
|
77171
|
-
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(
|
|
77214
|
+
t2 = _this._styleRuleIgnoringAtRoot;
|
|
77215
|
+
t2 = t2 == null ? _null : t2.originalSelector;
|
|
77216
|
+
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !_this._atRootExcludingStyleRule, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
77172
77217
|
}
|
|
77173
77218
|
rule = A.ModifiableCssStyleRule$(_this._assertInModule$2(_this.__extensionStore, "_extensionStore").addSelector$2(parsedSelector, _this._mediaQueries), node.span, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss, parsedSelector);
|
|
77174
77219
|
oldAtRootExcludingStyleRule = _this._atRootExcludingStyleRule;
|
|
77175
|
-
|
|
77176
|
-
|
|
77177
|
-
_this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure2(_this, rule, node), node.hasDeclarations,
|
|
77220
|
+
t2 = _this._atRootExcludingStyleRule = false;
|
|
77221
|
+
t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure1() : _null;
|
|
77222
|
+
_this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure2(_this, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule, type$.Null);
|
|
77178
77223
|
_this._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
77179
77224
|
_this._warnForBogusCombinators$1(rule);
|
|
77180
77225
|
if ((_this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot) == null) {
|
|
77181
77226
|
t1 = _this._assertInModule$2(_this.__parent, _s8_).children;
|
|
77182
77227
|
t1 = !t1.get$isEmpty(t1);
|
|
77183
|
-
}
|
|
77228
|
+
} else
|
|
77229
|
+
t1 = t2;
|
|
77184
77230
|
if (t1) {
|
|
77185
77231
|
t1 = _this._assertInModule$2(_this.__parent, _s8_).children;
|
|
77186
77232
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -78244,7 +78290,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78244
78290
|
_this._withParent$2$4$scopeWhen$through(A.ModifiableCssMediaRule$(t1, node.span), new A._EvaluateVisitor_visitCssMediaRule_closure0(_this, mergedQueries, node, mergedSources), false, new A._EvaluateVisitor_visitCssMediaRule_closure1(mergedSources), type$.ModifiableCssMediaRule, type$.Null);
|
|
78245
78291
|
},
|
|
78246
78292
|
visitCssStyleRule$1(node) {
|
|
78247
|
-
var t1, styleRule,
|
|
78293
|
+
var t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild, _this = this, _null = null,
|
|
78248
78294
|
_s8_ = "__parent";
|
|
78249
78295
|
if (_this._declarationName != null)
|
|
78250
78296
|
throw A.wrapException(_this._evaluate$_exception$2(string$.Style_n, node.span));
|
|
@@ -78252,27 +78298,37 @@ self.util = _cliPkgRequires.util;
|
|
|
78252
78298
|
throw A.wrapException(_this._evaluate$_exception$2(string$.Style_k, node.span));
|
|
78253
78299
|
t1 = _this._atRootExcludingStyleRule;
|
|
78254
78300
|
styleRule = t1 ? _null : _this._styleRuleIgnoringAtRoot;
|
|
78255
|
-
|
|
78256
|
-
|
|
78257
|
-
|
|
78301
|
+
_0_0 = t1 ? _null : _this._styleRuleIgnoringAtRoot;
|
|
78302
|
+
$label0$0: {
|
|
78303
|
+
if (_0_0 == null) {
|
|
78304
|
+
t1 = true;
|
|
78305
|
+
break $label0$0;
|
|
78306
|
+
}
|
|
78307
|
+
if (_0_0.fromPlainCss) {
|
|
78308
|
+
t1 = false;
|
|
78309
|
+
break $label0$0;
|
|
78310
|
+
}
|
|
78311
|
+
t1 = !(node.fromPlainCss && node._style_rule$_selector._box$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor));
|
|
78312
|
+
break $label0$0;
|
|
78313
|
+
}
|
|
78258
78314
|
t2 = node._style_rule$_selector._box$_inner;
|
|
78259
|
-
if (
|
|
78315
|
+
if (t1) {
|
|
78260
78316
|
t2 = t2.value;
|
|
78261
78317
|
t3 = styleRule == null ? _null : styleRule.originalSelector;
|
|
78262
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !
|
|
78318
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !_this._atRootExcludingStyleRule, node.fromPlainCss);
|
|
78263
78319
|
} else
|
|
78264
78320
|
originalSelector = t2.value;
|
|
78265
78321
|
rule = A.ModifiableCssStyleRule$(_this._assertInModule$2(_this.__extensionStore, "_extensionStore").addSelector$2(originalSelector, _this._mediaQueries), node.span, node.fromPlainCss, originalSelector);
|
|
78266
78322
|
oldAtRootExcludingStyleRule = _this._atRootExcludingStyleRule;
|
|
78267
78323
|
_this._atRootExcludingStyleRule = false;
|
|
78268
|
-
t1 =
|
|
78324
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure() : _null;
|
|
78269
78325
|
_this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure0(_this, rule, node), false, t1, type$.ModifiableCssStyleRule, type$.Null);
|
|
78270
78326
|
_this._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
78271
78327
|
t1 = _this._assertInModule$2(_this.__parent, _s8_).children._collection$_source;
|
|
78272
78328
|
t2 = J.getInterceptor$asx(t1);
|
|
78273
|
-
|
|
78274
|
-
if (
|
|
78275
|
-
lastChild = t2.elementAt$1(t1,
|
|
78329
|
+
_1_1 = t2.get$length(t1);
|
|
78330
|
+
if (_1_1 >= 1) {
|
|
78331
|
+
lastChild = t2.elementAt$1(t1, _1_1 - 1);
|
|
78276
78332
|
t1 = styleRule == null;
|
|
78277
78333
|
} else {
|
|
78278
78334
|
lastChild = _null;
|
|
@@ -87977,7 +88033,7 @@ self.util = _cliPkgRequires.util;
|
|
|
87977
88033
|
visitStyleRule$body$_EvaluateVisitor0(_, node) {
|
|
87978
88034
|
var $async$goto = 0,
|
|
87979
88035
|
$async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value_2),
|
|
87980
|
-
$async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector,
|
|
88036
|
+
$async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule;
|
|
87981
88037
|
var $async$visitStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
87982
88038
|
if ($async$errorCode === 1)
|
|
87983
88039
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -88012,33 +88068,43 @@ self.util = _cliPkgRequires.util;
|
|
|
88012
88068
|
case 5:
|
|
88013
88069
|
// join
|
|
88014
88070
|
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
|
|
88015
|
-
|
|
88016
|
-
|
|
88017
|
-
|
|
88018
|
-
|
|
88071
|
+
_1_0 = $async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
88072
|
+
$label0$0: {
|
|
88073
|
+
if (_1_0 == null) {
|
|
88074
|
+
t1 = true;
|
|
88075
|
+
break $label0$0;
|
|
88076
|
+
}
|
|
88077
|
+
if (_1_0.fromPlainCss) {
|
|
88078
|
+
t1 = false;
|
|
88079
|
+
break $label0$0;
|
|
88080
|
+
}
|
|
88081
|
+
t1 = !($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor0));
|
|
88082
|
+
break $label0$0;
|
|
88083
|
+
}
|
|
88084
|
+
if (t1) {
|
|
88019
88085
|
if ($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss)
|
|
88020
|
-
for (
|
|
88021
|
-
|
|
88022
|
-
if (
|
|
88023
|
-
first =
|
|
88024
|
-
|
|
88086
|
+
for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
|
|
88087
|
+
_2_0 = t2[_i].leadingCombinators;
|
|
88088
|
+
if (_2_0.length >= 1) {
|
|
88089
|
+
first = _2_0[0];
|
|
88090
|
+
t4 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss;
|
|
88025
88091
|
} else {
|
|
88026
88092
|
first = null;
|
|
88027
|
-
|
|
88093
|
+
t4 = false;
|
|
88028
88094
|
}
|
|
88029
|
-
if (
|
|
88095
|
+
if (t4)
|
|
88030
88096
|
throw A.wrapException($async$self._async_evaluate0$_exception$2(string$.Top_lel, first.span));
|
|
88031
88097
|
}
|
|
88032
|
-
|
|
88033
|
-
|
|
88034
|
-
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(
|
|
88098
|
+
t2 = $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
88099
|
+
t2 = t2 == null ? null : t2.originalSelector;
|
|
88100
|
+
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !$async$self._async_evaluate0$_atRootExcludingStyleRule, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
|
|
88035
88101
|
}
|
|
88036
88102
|
rule = A.ModifiableCssStyleRule$0($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__extensionStore, "_extensionStore").addSelector$2(parsedSelector, $async$self._async_evaluate0$_mediaQueries), node.span, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss, parsedSelector);
|
|
88037
88103
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate0$_atRootExcludingStyleRule;
|
|
88038
|
-
|
|
88039
|
-
|
|
88104
|
+
t2 = $async$self._async_evaluate0$_atRootExcludingStyleRule = false;
|
|
88105
|
+
t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure13() : null;
|
|
88040
88106
|
$async$goto = 7;
|
|
88041
|
-
return A._asyncAwait($async$self._async_evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure14($async$self, rule, node), node.hasDeclarations,
|
|
88107
|
+
return A._asyncAwait($async$self._async_evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure14($async$self, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule_2, type$.Null), $async$visitStyleRule$1);
|
|
88042
88108
|
case 7:
|
|
88043
88109
|
// returning from await.
|
|
88044
88110
|
$async$self._async_evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
@@ -88046,7 +88112,8 @@ self.util = _cliPkgRequires.util;
|
|
|
88046
88112
|
if (($async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot) == null) {
|
|
88047
88113
|
t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children;
|
|
88048
88114
|
t1 = !t1.get$isEmpty(t1);
|
|
88049
|
-
}
|
|
88115
|
+
} else
|
|
88116
|
+
t1 = t2;
|
|
88050
88117
|
if (t1) {
|
|
88051
88118
|
t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children;
|
|
88052
88119
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -90518,7 +90585,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90518
90585
|
visitCssStyleRule$body$_EvaluateVisitor0(node) {
|
|
90519
90586
|
var $async$goto = 0,
|
|
90520
90587
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
90521
|
-
$async$self = this, t1, styleRule,
|
|
90588
|
+
$async$self = this, t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild;
|
|
90522
90589
|
var $async$visitCssStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
90523
90590
|
if ($async$errorCode === 1)
|
|
90524
90591
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -90532,20 +90599,30 @@ self.util = _cliPkgRequires.util;
|
|
|
90532
90599
|
throw A.wrapException($async$self._async_evaluate0$_exception$2(string$.Style_k, node.span));
|
|
90533
90600
|
t1 = $async$self._async_evaluate0$_atRootExcludingStyleRule;
|
|
90534
90601
|
styleRule = t1 ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
90535
|
-
|
|
90536
|
-
|
|
90537
|
-
|
|
90602
|
+
_0_0 = t1 ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
90603
|
+
$label0$0: {
|
|
90604
|
+
if (_0_0 == null) {
|
|
90605
|
+
t1 = true;
|
|
90606
|
+
break $label0$0;
|
|
90607
|
+
}
|
|
90608
|
+
if (_0_0.fromPlainCss) {
|
|
90609
|
+
t1 = false;
|
|
90610
|
+
break $label0$0;
|
|
90611
|
+
}
|
|
90612
|
+
t1 = !(node.fromPlainCss && node._style_rule0$_selector._box0$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor0));
|
|
90613
|
+
break $label0$0;
|
|
90614
|
+
}
|
|
90538
90615
|
t2 = node._style_rule0$_selector._box0$_inner;
|
|
90539
|
-
if (
|
|
90616
|
+
if (t1) {
|
|
90540
90617
|
t2 = t2.value;
|
|
90541
90618
|
t3 = styleRule == null ? null : styleRule.originalSelector;
|
|
90542
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3,
|
|
90619
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !$async$self._async_evaluate0$_atRootExcludingStyleRule, node.fromPlainCss);
|
|
90543
90620
|
} else
|
|
90544
90621
|
originalSelector = t2.value;
|
|
90545
90622
|
rule = A.ModifiableCssStyleRule$0($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__extensionStore, "_extensionStore").addSelector$2(originalSelector, $async$self._async_evaluate0$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
|
|
90546
90623
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate0$_atRootExcludingStyleRule;
|
|
90547
90624
|
$async$self._async_evaluate0$_atRootExcludingStyleRule = false;
|
|
90548
|
-
t1 =
|
|
90625
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure5() : null;
|
|
90549
90626
|
$async$goto = 2;
|
|
90550
90627
|
return A._asyncAwait($async$self._async_evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure6($async$self, rule, node), false, t1, type$.ModifiableCssStyleRule_2, type$.Null), $async$visitCssStyleRule$1);
|
|
90551
90628
|
case 2:
|
|
@@ -90553,9 +90630,9 @@ self.util = _cliPkgRequires.util;
|
|
|
90553
90630
|
$async$self._async_evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
90554
90631
|
t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children._collection$_source;
|
|
90555
90632
|
t2 = J.getInterceptor$asx(t1);
|
|
90556
|
-
|
|
90557
|
-
if (
|
|
90558
|
-
lastChild = t2.elementAt$1(t1,
|
|
90633
|
+
_1_1 = t2.get$length(t1);
|
|
90634
|
+
if (_1_1 >= 1) {
|
|
90635
|
+
lastChild = t2.elementAt$1(t1, _1_1 - 1);
|
|
90559
90636
|
t1 = styleRule == null;
|
|
90560
90637
|
} else {
|
|
90561
90638
|
lastChild = null;
|
|
@@ -101464,7 +101541,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101464
101541
|
return null;
|
|
101465
101542
|
},
|
|
101466
101543
|
visitStyleRule$1(_, node) {
|
|
101467
|
-
var t1, _0_0, selectorText, selectorMap, parsedSelector,
|
|
101544
|
+
var t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule, _this = this, _null = null,
|
|
101468
101545
|
_s8_ = "__parent",
|
|
101469
101546
|
_s11_ = "_stylesheet";
|
|
101470
101547
|
if (_this._evaluate0$_declarationName != null)
|
|
@@ -101480,38 +101557,49 @@ self.util = _cliPkgRequires.util;
|
|
|
101480
101557
|
return _null;
|
|
101481
101558
|
}
|
|
101482
101559
|
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
101483
|
-
|
|
101484
|
-
|
|
101485
|
-
|
|
101486
|
-
|
|
101560
|
+
_1_0 = _this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
101561
|
+
$label0$0: {
|
|
101562
|
+
if (_1_0 == null) {
|
|
101563
|
+
t1 = true;
|
|
101564
|
+
break $label0$0;
|
|
101565
|
+
}
|
|
101566
|
+
if (_1_0.fromPlainCss) {
|
|
101567
|
+
t1 = false;
|
|
101568
|
+
break $label0$0;
|
|
101569
|
+
}
|
|
101570
|
+
t1 = !(_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor0));
|
|
101571
|
+
break $label0$0;
|
|
101572
|
+
}
|
|
101573
|
+
if (t1) {
|
|
101487
101574
|
if (_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss)
|
|
101488
|
-
for (
|
|
101489
|
-
|
|
101490
|
-
if (
|
|
101491
|
-
first =
|
|
101492
|
-
|
|
101575
|
+
for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
|
|
101576
|
+
_2_0 = t2[_i].leadingCombinators;
|
|
101577
|
+
if (_2_0.length >= 1) {
|
|
101578
|
+
first = _2_0[0];
|
|
101579
|
+
t4 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss;
|
|
101493
101580
|
} else {
|
|
101494
101581
|
first = _null;
|
|
101495
|
-
|
|
101582
|
+
t4 = false;
|
|
101496
101583
|
}
|
|
101497
|
-
if (
|
|
101584
|
+
if (t4)
|
|
101498
101585
|
throw A.wrapException(_this._evaluate0$_exception$2(string$.Top_lel, first.span));
|
|
101499
101586
|
}
|
|
101500
|
-
|
|
101501
|
-
|
|
101502
|
-
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(
|
|
101587
|
+
t2 = _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
101588
|
+
t2 = t2 == null ? _null : t2.originalSelector;
|
|
101589
|
+
parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !_this._evaluate0$_atRootExcludingStyleRule, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
101503
101590
|
}
|
|
101504
101591
|
rule = A.ModifiableCssStyleRule$0(_this._evaluate0$_assertInModule$2(_this._evaluate0$__extensionStore, "_extensionStore").addSelector$2(parsedSelector, _this._evaluate0$_mediaQueries), node.span, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss, parsedSelector);
|
|
101505
101592
|
oldAtRootExcludingStyleRule = _this._evaluate0$_atRootExcludingStyleRule;
|
|
101506
|
-
|
|
101507
|
-
|
|
101508
|
-
_this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure10(_this, rule, node), node.hasDeclarations,
|
|
101593
|
+
t2 = _this._evaluate0$_atRootExcludingStyleRule = false;
|
|
101594
|
+
t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure9() : _null;
|
|
101595
|
+
_this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure10(_this, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule_2, type$.Null);
|
|
101509
101596
|
_this._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
101510
101597
|
_this._evaluate0$_warnForBogusCombinators$1(rule);
|
|
101511
101598
|
if ((_this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot) == null) {
|
|
101512
101599
|
t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children;
|
|
101513
101600
|
t1 = !t1.get$isEmpty(t1);
|
|
101514
|
-
}
|
|
101601
|
+
} else
|
|
101602
|
+
t1 = t2;
|
|
101515
101603
|
if (t1) {
|
|
101516
101604
|
t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children;
|
|
101517
101605
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -102575,7 +102663,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102575
102663
|
_this._evaluate0$_withParent$2$4$scopeWhen$through(A.ModifiableCssMediaRule$0(t1, node.span), new A._EvaluateVisitor_visitCssMediaRule_closure6(_this, mergedQueries, node, mergedSources), false, new A._EvaluateVisitor_visitCssMediaRule_closure7(mergedSources), type$.ModifiableCssMediaRule_2, type$.Null);
|
|
102576
102664
|
},
|
|
102577
102665
|
visitCssStyleRule$1(node) {
|
|
102578
|
-
var t1, styleRule,
|
|
102666
|
+
var t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild, _this = this, _null = null,
|
|
102579
102667
|
_s8_ = "__parent";
|
|
102580
102668
|
if (_this._evaluate0$_declarationName != null)
|
|
102581
102669
|
throw A.wrapException(_this._evaluate0$_exception$2(string$.Style_n, node.span));
|
|
@@ -102583,27 +102671,37 @@ self.util = _cliPkgRequires.util;
|
|
|
102583
102671
|
throw A.wrapException(_this._evaluate0$_exception$2(string$.Style_k, node.span));
|
|
102584
102672
|
t1 = _this._evaluate0$_atRootExcludingStyleRule;
|
|
102585
102673
|
styleRule = t1 ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
102586
|
-
|
|
102587
|
-
|
|
102588
|
-
|
|
102674
|
+
_0_0 = t1 ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
102675
|
+
$label0$0: {
|
|
102676
|
+
if (_0_0 == null) {
|
|
102677
|
+
t1 = true;
|
|
102678
|
+
break $label0$0;
|
|
102679
|
+
}
|
|
102680
|
+
if (_0_0.fromPlainCss) {
|
|
102681
|
+
t1 = false;
|
|
102682
|
+
break $label0$0;
|
|
102683
|
+
}
|
|
102684
|
+
t1 = !(node.fromPlainCss && node._style_rule0$_selector._box0$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor0));
|
|
102685
|
+
break $label0$0;
|
|
102686
|
+
}
|
|
102589
102687
|
t2 = node._style_rule0$_selector._box0$_inner;
|
|
102590
|
-
if (
|
|
102688
|
+
if (t1) {
|
|
102591
102689
|
t2 = t2.value;
|
|
102592
102690
|
t3 = styleRule == null ? _null : styleRule.originalSelector;
|
|
102593
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !
|
|
102691
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !_this._evaluate0$_atRootExcludingStyleRule, node.fromPlainCss);
|
|
102594
102692
|
} else
|
|
102595
102693
|
originalSelector = t2.value;
|
|
102596
102694
|
rule = A.ModifiableCssStyleRule$0(_this._evaluate0$_assertInModule$2(_this._evaluate0$__extensionStore, "_extensionStore").addSelector$2(originalSelector, _this._evaluate0$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
|
|
102597
102695
|
oldAtRootExcludingStyleRule = _this._evaluate0$_atRootExcludingStyleRule;
|
|
102598
102696
|
_this._evaluate0$_atRootExcludingStyleRule = false;
|
|
102599
|
-
t1 =
|
|
102697
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure3() : _null;
|
|
102600
102698
|
_this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure4(_this, rule, node), false, t1, type$.ModifiableCssStyleRule_2, type$.Null);
|
|
102601
102699
|
_this._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
102602
102700
|
t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children._collection$_source;
|
|
102603
102701
|
t2 = J.getInterceptor$asx(t1);
|
|
102604
|
-
|
|
102605
|
-
if (
|
|
102606
|
-
lastChild = t2.elementAt$1(t1,
|
|
102702
|
+
_1_1 = t2.get$length(t1);
|
|
102703
|
+
if (_1_1 >= 1) {
|
|
102704
|
+
lastChild = t2.elementAt$1(t1, _1_1 - 1);
|
|
102607
102705
|
t1 = styleRule == null;
|
|
102608
102706
|
} else {
|
|
102609
102707
|
lastChild = _null;
|
|
@@ -115069,6 +115167,12 @@ self.util = _cliPkgRequires.util;
|
|
|
115069
115167
|
},
|
|
115070
115168
|
$signature: 57
|
|
115071
115169
|
};
|
|
115170
|
+
A._ContainsParentSelectorVisitor0.prototype = {
|
|
115171
|
+
visitParentSelector$1(_) {
|
|
115172
|
+
return true;
|
|
115173
|
+
}
|
|
115174
|
+
};
|
|
115175
|
+
A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
115072
115176
|
A.__IsBogusVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
115073
115177
|
A.__IsInvisibleVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
115074
115178
|
A.__IsUselessVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
@@ -124691,7 +124795,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124691
124795
|
_inherit = hunkHelpers.inherit,
|
|
124692
124796
|
_inheritMany = hunkHelpers.inheritMany;
|
|
124693
124797
|
_inherit(A.Object, null);
|
|
124694
|
-
_inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapBase, A.Error, A.ListBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.NonNullsIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.LinkedHashMapValueIterator, A.LinkedHashMapEntryIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A._UnmodifiableSetMixin, A.Codec, A.Converter, A._Base64Encoder, A.ByteConversionSink, A._JsonStringifier, A.StringConversionSink, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A._Enum, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.NullRejectionException, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.Version, A.VersionRange, A.CssMediaQuery, A.MediaQuerySuccessfulMergeResult, A.CssNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.ArgumentList, A.AtRootQuery, A.ConfiguredVariable, A.Expression, A.DynamicImport, A.StaticImport, A.Interpolation, A.Parameter, A.ParameterList, A.Statement, A.IfRuleClause, A.__HasContentVisitor_Object_StatementSearchVisitor, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor, A.ComplexSelectorComponent, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ImportCache, A.AsyncImporter, A.CanonicalizeContext, A.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.LoggerWithDeprecationType, A._QuietLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Box, A.ModifiableBox, A.LazyFileSpan, A.MultiDirWatcher, A.MultiSpan, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A._ColorFormatEnum, A.SpanColorFormat, A.ColorChannel, A.GamutMapMethod, A.InterpolationMethod, A.ColorSpace, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A._EvaluationContext0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.DependencyReport, A.IsCalculationSafeVisitor, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.StatementSearchVisitor, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.WatchEvent, A.ChangeType, A.ColorSpace0, A.AnySelectorVisitor0, A.SupportsAnything0, A.ArgumentList0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A._EvaluationContext2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.Statement0, A.CssNode0, A.Selector0, A.Expression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationOperation0, A.CalculationInterpolation, A.CanonicalizeContext0, A.ColorChannel0, A.GamutMapMethod0, A._CloneCssVisitor0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.Compiler, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.SupportsDeclaration0, A.LoggerWithDeprecationType0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A.EveryCssVisitor0, A.SassScriptException0, A.JSExpressionVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardedModuleView0, A.SupportsFunction0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.InterpolationMethod0, A.IsCalculationSafeVisitor0, A.FileSystemException0, A.LazyFileSpan0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.CssMediaQuery0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.SupportsOperation0, A.Parameter0, A.ParameterList0, A.PlainCssCallable0, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.ShadowedModuleView0, A.SourceInterpolationVisitor, A.SourceMapBuffer0, A.JSStatementVisitor, A.StatementSearchVisitor0, A.StaticImport0, A.UserDefinedCallable0, A.CssValue0]);
|
|
124798
|
+
_inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapBase, A.Error, A.ListBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.NonNullsIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.LinkedHashMapValueIterator, A.LinkedHashMapEntryIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A._UnmodifiableSetMixin, A.Codec, A.Converter, A._Base64Encoder, A.ByteConversionSink, A._JsonStringifier, A.StringConversionSink, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A._Enum, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.NullRejectionException, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.Version, A.VersionRange, A.CssMediaQuery, A.MediaQuerySuccessfulMergeResult, A.CssNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.ArgumentList, A.AtRootQuery, A.ConfiguredVariable, A.Expression, A.DynamicImport, A.StaticImport, A.Interpolation, A.Parameter, A.ParameterList, A.Statement, A.IfRuleClause, A.__HasContentVisitor_Object_StatementSearchVisitor, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.ComplexSelectorComponent, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ImportCache, A.AsyncImporter, A.CanonicalizeContext, A.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.LoggerWithDeprecationType, A._QuietLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Box, A.ModifiableBox, A.LazyFileSpan, A.MultiDirWatcher, A.MultiSpan, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A._ColorFormatEnum, A.SpanColorFormat, A.ColorChannel, A.GamutMapMethod, A.InterpolationMethod, A.ColorSpace, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A._EvaluationContext0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.DependencyReport, A.IsCalculationSafeVisitor, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.StatementSearchVisitor, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.WatchEvent, A.ChangeType, A.ColorSpace0, A.AnySelectorVisitor0, A.SupportsAnything0, A.ArgumentList0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A._EvaluationContext2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.Statement0, A.CssNode0, A.Selector0, A.Expression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationOperation0, A.CalculationInterpolation, A.CanonicalizeContext0, A.ColorChannel0, A.GamutMapMethod0, A._CloneCssVisitor0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.Compiler, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.SupportsDeclaration0, A.LoggerWithDeprecationType0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A.EveryCssVisitor0, A.SassScriptException0, A.JSExpressionVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardedModuleView0, A.SupportsFunction0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.InterpolationMethod0, A.IsCalculationSafeVisitor0, A.FileSystemException0, A.LazyFileSpan0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.CssMediaQuery0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.SupportsOperation0, A.Parameter0, A.ParameterList0, A.PlainCssCallable0, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.ShadowedModuleView0, A.SourceInterpolationVisitor, A.SourceMapBuffer0, A.JSStatementVisitor, A.StatementSearchVisitor0, A.StaticImport0, A.UserDefinedCallable0, A.CssValue0]);
|
|
124695
124799
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JavaScriptBigInt, J.JavaScriptSymbol, J.JSNumber, J.JSString]);
|
|
124696
124800
|
_inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData]);
|
|
124697
124801
|
_inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.Stdin, A.Stdout, A.ReadlineModule, A.ReadlineOptions, A.ReadlineInterface, A.BufferModule, A.BufferConstants, A.Buffer, A.ConsoleModule, A.Console, A.EventEmitter, A.FS, A.FSConstants, A.Realpath, A.RealpathSync, A.FSWatcher, A.ReadStream, A.ReadStreamOptions, A.WriteStream, A.WriteStreamOptions, A.FileOptions, A.StatOptions, A.MkdirOptions, A.RmdirOptions, A.WatchOptions, A.WatchFileOptions, A.Stats, A.Promise, A.Date, A.JsError, A.Atomics, A.Modules, A.Module, A.Net, A.Socket, A.NetAddress, A.NetServer, A.NodeJsError, A.Process, A.CPUUsage, A.Release, A.StreamModule, A.Readable, A.Writable, A.Duplex, A.Transform, A.WritableOptions, A.ReadableOptions, A.Immediate, A.Timeout, A.TTY, A.Util, A.JSArray0, A.Chokidar, A.ChokidarOptions, A.ChokidarWatcher, A.JSFunction, A.ImmutableList, A.ImmutableMap, A.NodeImporterResult, A.RenderContext, A.RenderContextOptions, A.RenderContextResult, A.RenderContextResultStats, A.JSModule, A.JSModuleRequire, A.JSClass, A.JSUrl, A._PropertyDescriptor, A._RequireMain, A.JSArray1, A.Chokidar0, A.ChokidarOptions0, A.ChokidarWatcher0, A._Channels, A._ChannelOptions, A._ToGamutOptions, A._InterpolationOptions, A._NodeSassColor, A.CompileOptions, A.NodeCompileResult, A.Deprecation1, A.Exports, A.LoggerNamespace, A.JSExpressionVisitorObject, A.FiberClass, A.Fiber, A.JSFunction0, A.ImmutableList0, A.ImmutableMap0, A.JSImporter, A.JSImporterResult, A.NodeImporterResult0, A._ConstructorOptions, A._NodeSassList, A.JSLogger, A.WarnOptions, A.DebugOptions, A._NodeSassMap, A.JSModule0, A.JSModuleRequire0, A._ConstructorOptions0, A._NodeSassNumber, A.ParserExports, A.JSClass0, A.RenderContext0, A.RenderContextOptions0, A.RenderContextResult0, A.RenderContextResultStats0, A.RenderOptions, A.RenderResult, A.RenderResultStats, A._Exports, A.JSSet, A.JSStatementVisitorObject, A._ConstructorOptions1, A._NodeSassString, A.Types, A.JSUrl0, A._PropertyDescriptor0, A._RequireMain0]);
|
|
@@ -124792,6 +124896,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124792
124896
|
_inherit(A._IsInvisibleVisitor0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor);
|
|
124793
124897
|
_inherit(A._IsBogusVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor);
|
|
124794
124898
|
_inherit(A._IsUselessVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor);
|
|
124899
|
+
_inherit(A._ContainsParentSelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor);
|
|
124795
124900
|
_inheritMany(A.Selector, [A.SimpleSelector, A.ComplexSelector, A.CompoundSelector, A.SelectorList]);
|
|
124796
124901
|
_inheritMany(A.SimpleSelector, [A.AttributeSelector, A.ClassSelector, A.IDSelector, A.ParentSelector, A.PlaceholderSelector, A.PseudoSelector, A.TypeSelector, A.UniversalSelector]);
|
|
124797
124902
|
_inherit(A._ParentSelectorVisitor, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor);
|
|
@@ -124861,6 +124966,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124861
124966
|
_inherit(A._IsInvisibleVisitor2, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0);
|
|
124862
124967
|
_inherit(A._IsBogusVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0);
|
|
124863
124968
|
_inherit(A._IsUselessVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0);
|
|
124969
|
+
_inherit(A._ContainsParentSelectorVisitor0, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0);
|
|
124864
124970
|
_inherit(A.CssStylesheet0, A.CssParentNode0);
|
|
124865
124971
|
_mixin(A.UnmodifiableListBase, A.UnmodifiableListMixin);
|
|
124866
124972
|
_mixin(A.__CastListBase__CastIterableBase_ListMixin, A.ListBase);
|
|
@@ -124880,6 +124986,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124880
124986
|
_mixin(A._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, A.UnmodifiableSetMixin);
|
|
124881
124987
|
_mixin(A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.EveryCssVisitor);
|
|
124882
124988
|
_mixin(A.__HasContentVisitor_Object_StatementSearchVisitor, A.StatementSearchVisitor);
|
|
124989
|
+
_mixin(A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
124883
124990
|
_mixin(A.__IsBogusVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
124884
124991
|
_mixin(A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
124885
124992
|
_mixin(A.__IsUselessVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
@@ -124890,6 +124997,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124890
124997
|
_mixin(A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.SelectorSearchVisitor0);
|
|
124891
124998
|
_mixin(A.__HasContentVisitor_Object_StatementSearchVisitor0, A.StatementSearchVisitor0);
|
|
124892
124999
|
_mixin(A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.EveryCssVisitor0);
|
|
125000
|
+
_mixin(A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
124893
125001
|
_mixin(A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
124894
125002
|
_mixin(A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
124895
125003
|
_mixin(A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
@@ -125958,6 +126066,8 @@ self.util = _cliPkgRequires.util;
|
|
|
125958
126066
|
B.C_Utf8Encoder = new A.Utf8Encoder();
|
|
125959
126067
|
B.C__ColorFormatEnum = new A._ColorFormatEnum();
|
|
125960
126068
|
B.C__ColorFormatEnum0 = new A._ColorFormatEnum0();
|
|
126069
|
+
B.C__ContainsParentSelectorVisitor = new A._ContainsParentSelectorVisitor();
|
|
126070
|
+
B.C__ContainsParentSelectorVisitor0 = new A._ContainsParentSelectorVisitor0();
|
|
125961
126071
|
B.C__DelayedDone = new A._DelayedDone();
|
|
125962
126072
|
B.C__HasContentVisitor = new A._HasContentVisitor();
|
|
125963
126073
|
B.C__HasContentVisitor0 = new A._HasContentVisitor0();
|