sass 1.86.2 → 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 +257 -163
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() {
|
|
@@ -10065,11 +10069,9 @@ self.util = _cliPkgRequires.util;
|
|
|
10065
10069
|
} else
|
|
10066
10070
|
t2 = true;
|
|
10067
10071
|
if (t2) {
|
|
10068
|
-
t2 =
|
|
10069
|
-
t3 =
|
|
10070
|
-
|
|
10071
|
-
t3 = t2;
|
|
10072
|
-
t2 = t0;
|
|
10072
|
+
t2 = A.absolute(path, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
10073
|
+
t3 = $.$get$context();
|
|
10074
|
+
t2 = A._realCasePath(t3.normalize$1(t2));
|
|
10073
10075
|
} else {
|
|
10074
10076
|
t2 = $.$get$context();
|
|
10075
10077
|
t3 = t2.canonicalize$1(0, path);
|
|
@@ -10996,11 +10998,9 @@ self.util = _cliPkgRequires.util;
|
|
|
10996
10998
|
} else
|
|
10997
10999
|
t3 = true;
|
|
10998
11000
|
if (t3) {
|
|
10999
|
-
t3 =
|
|
11000
|
-
t6 =
|
|
11001
|
-
|
|
11002
|
-
t6 = t3;
|
|
11003
|
-
t3 = t0;
|
|
11001
|
+
t3 = A.absolute(source, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
11002
|
+
t6 = $.$get$context();
|
|
11003
|
+
t3 = A._realCasePath(t6.normalize$1(t3));
|
|
11004
11004
|
} else {
|
|
11005
11005
|
t3 = $.$get$context();
|
|
11006
11006
|
t6 = t3.canonicalize$1(0, source);
|
|
@@ -11465,7 +11465,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11465
11465
|
t6 = true;
|
|
11466
11466
|
if (t6) {
|
|
11467
11467
|
t6 = $.$get$context();
|
|
11468
|
-
t7 = A._realCasePath(t6.
|
|
11468
|
+
t7 = A._realCasePath(t6.normalize$1(t6.absolute$15(t4, null, null, null, null, null, null, null, null, null, null, null, null, null, null)));
|
|
11469
11469
|
t0 = t7;
|
|
11470
11470
|
t7 = t6;
|
|
11471
11471
|
t6 = t0;
|
|
@@ -20671,11 +20671,9 @@ self.util = _cliPkgRequires.util;
|
|
|
20671
20671
|
} else
|
|
20672
20672
|
t3 = true;
|
|
20673
20673
|
if (t3) {
|
|
20674
|
-
t3 =
|
|
20675
|
-
t4 =
|
|
20676
|
-
|
|
20677
|
-
t4 = t3;
|
|
20678
|
-
t3 = t0;
|
|
20674
|
+
t3 = A.absolute(path, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
20675
|
+
t4 = $.$get$context();
|
|
20676
|
+
t3 = A._realCasePath0(t4.normalize$1(t3));
|
|
20679
20677
|
} else {
|
|
20680
20678
|
t3 = $.$get$context();
|
|
20681
20679
|
t4 = t3.canonicalize$1(0, path);
|
|
@@ -25247,11 +25245,9 @@ self.util = _cliPkgRequires.util;
|
|
|
25247
25245
|
} else
|
|
25248
25246
|
t3 = true;
|
|
25249
25247
|
if (t3) {
|
|
25250
|
-
t3 =
|
|
25251
|
-
t4 =
|
|
25252
|
-
|
|
25253
|
-
t4 = t3;
|
|
25254
|
-
t3 = t0;
|
|
25248
|
+
t3 = A.absolute(path, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
25249
|
+
t4 = $.$get$context();
|
|
25250
|
+
t3 = A._realCasePath0(t4.normalize$1(t3));
|
|
25255
25251
|
} else {
|
|
25256
25252
|
t3 = $.$get$context();
|
|
25257
25253
|
t4 = t3.canonicalize$1(0, path);
|
|
@@ -28584,7 +28580,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28584
28580
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28585
28581
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28586
28582
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28587
|
-
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]");
|
|
28588
28584
|
A.updateCanonicalizeContextPrototype();
|
|
28589
28585
|
A.updateSourceSpanPrototype();
|
|
28590
28586
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -30579,6 +30575,10 @@ self.util = _cliPkgRequires.util;
|
|
|
30579
30575
|
_IsUselessVisitor_visitComplexSelector_closure0: function _IsUselessVisitor_visitComplexSelector_closure0(t0) {
|
|
30580
30576
|
this.$this = t0;
|
|
30581
30577
|
},
|
|
30578
|
+
_ContainsParentSelectorVisitor0: function _ContainsParentSelectorVisitor0() {
|
|
30579
|
+
},
|
|
30580
|
+
__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0: function __ContainsParentSelectorVisitor_Object_AnySelectorVisitor0() {
|
|
30581
|
+
},
|
|
30582
30582
|
__IsBogusVisitor_Object_AnySelectorVisitor0: function __IsBogusVisitor_Object_AnySelectorVisitor0() {
|
|
30583
30583
|
},
|
|
30584
30584
|
__IsInvisibleVisitor_Object_AnySelectorVisitor0: function __IsInvisibleVisitor_Object_AnySelectorVisitor0() {
|
|
@@ -33751,7 +33751,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33751
33751
|
switch ($async$goto) {
|
|
33752
33752
|
case 0:
|
|
33753
33753
|
// Function start
|
|
33754
|
-
$async$returnValue = "1.
|
|
33754
|
+
$async$returnValue = "1.87.0 compiled with dart2js 3.7.3";
|
|
33755
33755
|
// goto return
|
|
33756
33756
|
$async$goto = 1;
|
|
33757
33757
|
break;
|
|
@@ -48202,6 +48202,12 @@ self.util = _cliPkgRequires.util;
|
|
|
48202
48202
|
},
|
|
48203
48203
|
$signature: 53
|
|
48204
48204
|
};
|
|
48205
|
+
A._ContainsParentSelectorVisitor.prototype = {
|
|
48206
|
+
visitParentSelector$1(_) {
|
|
48207
|
+
return true;
|
|
48208
|
+
}
|
|
48209
|
+
};
|
|
48210
|
+
A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
48205
48211
|
A.__IsBogusVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
48206
48212
|
A.__IsInvisibleVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
48207
48213
|
A.__IsUselessVisitor_Object_AnySelectorVisitor.prototype = {};
|
|
@@ -51964,7 +51970,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51964
51970
|
}
|
|
51965
51971
|
try {
|
|
51966
51972
|
argVersion = A.Version_Version$parse(id);
|
|
51967
|
-
sassVersion = A.Version_Version$parse("1.
|
|
51973
|
+
sassVersion = A.Version_Version$parse("1.87.0");
|
|
51968
51974
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51969
51975
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51970
51976
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -52100,7 +52106,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52100
52106
|
t13 = J.$eq$(t13 == null ? null : J.get$platform$x(t13), "darwin");
|
|
52101
52107
|
} else
|
|
52102
52108
|
t13 = true;
|
|
52103
|
-
url = t12.toUri$1(t13 ? A._realCasePath(t12.
|
|
52109
|
+
url = t12.toUri$1(t13 ? A._realCasePath(t12.normalize$1(t12.absolute$15(t11, null, null, null, null, null, null, null, null, null, null, null, null, null, null))) : t12.canonicalize$1(0, t11));
|
|
52104
52110
|
_0_0 = t7.$index(0, url);
|
|
52105
52111
|
if (_0_0 != null) {
|
|
52106
52112
|
t6.reload$1(url);
|
|
@@ -52179,11 +52185,9 @@ self.util = _cliPkgRequires.util;
|
|
|
52179
52185
|
} else
|
|
52180
52186
|
t2 = true;
|
|
52181
52187
|
if (t2) {
|
|
52182
|
-
t2 =
|
|
52183
|
-
t3 =
|
|
52184
|
-
|
|
52185
|
-
t3 = t2;
|
|
52186
|
-
t2 = t0;
|
|
52188
|
+
t2 = A.absolute(path, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
52189
|
+
t3 = $.$get$context();
|
|
52190
|
+
t2 = A._realCasePath(t3.normalize$1(t2));
|
|
52187
52191
|
} else {
|
|
52188
52192
|
t2 = $.$get$context();
|
|
52189
52193
|
t3 = t2.canonicalize$1(0, path);
|
|
@@ -52214,11 +52218,9 @@ self.util = _cliPkgRequires.util;
|
|
|
52214
52218
|
} else
|
|
52215
52219
|
t1 = true;
|
|
52216
52220
|
if (t1) {
|
|
52217
|
-
t1 =
|
|
52218
|
-
t2 =
|
|
52219
|
-
|
|
52220
|
-
t2 = t1;
|
|
52221
|
-
t1 = t0;
|
|
52221
|
+
t1 = A.absolute(path, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
52222
|
+
t2 = $.$get$context();
|
|
52223
|
+
t1 = A._realCasePath(t2.normalize$1(t1));
|
|
52222
52224
|
} else {
|
|
52223
52225
|
t1 = $.$get$context();
|
|
52224
52226
|
t2 = t1.canonicalize$1(0, path);
|
|
@@ -56003,11 +56005,9 @@ self.util = _cliPkgRequires.util;
|
|
|
56003
56005
|
} else
|
|
56004
56006
|
t1 = true;
|
|
56005
56007
|
if (t1) {
|
|
56006
|
-
t1 =
|
|
56007
|
-
t2 =
|
|
56008
|
-
|
|
56009
|
-
t2 = t1;
|
|
56010
|
-
t1 = t0;
|
|
56008
|
+
t1 = A.absolute(resolved, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
56009
|
+
t2 = $.$get$context();
|
|
56010
|
+
t1 = A._realCasePath(t2.normalize$1(t1));
|
|
56011
56011
|
} else {
|
|
56012
56012
|
t1 = $.$get$context();
|
|
56013
56013
|
t2 = t1.canonicalize$1(0, resolved);
|
|
@@ -69415,7 +69415,7 @@ self.util = _cliPkgRequires.util;
|
|
|
69415
69415
|
visitStyleRule$body$_EvaluateVisitor(_, node) {
|
|
69416
69416
|
var $async$goto = 0,
|
|
69417
69417
|
$async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value),
|
|
69418
|
-
$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;
|
|
69419
69419
|
var $async$visitStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
69420
69420
|
if ($async$errorCode === 1)
|
|
69421
69421
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -69450,33 +69450,43 @@ self.util = _cliPkgRequires.util;
|
|
|
69450
69450
|
case 5:
|
|
69451
69451
|
// join
|
|
69452
69452
|
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
|
|
69453
|
-
|
|
69454
|
-
|
|
69455
|
-
|
|
69456
|
-
|
|
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) {
|
|
69457
69467
|
if ($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss)
|
|
69458
|
-
for (
|
|
69459
|
-
|
|
69460
|
-
if (
|
|
69461
|
-
first =
|
|
69462
|
-
|
|
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;
|
|
69463
69473
|
} else {
|
|
69464
69474
|
first = null;
|
|
69465
|
-
|
|
69475
|
+
t4 = false;
|
|
69466
69476
|
}
|
|
69467
|
-
if (
|
|
69477
|
+
if (t4)
|
|
69468
69478
|
throw A.wrapException($async$self._async_evaluate$_exception$2(string$.Top_lel, first.span));
|
|
69469
69479
|
}
|
|
69470
|
-
|
|
69471
|
-
|
|
69472
|
-
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);
|
|
69473
69483
|
}
|
|
69474
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);
|
|
69475
69485
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate$_atRootExcludingStyleRule;
|
|
69476
|
-
|
|
69477
|
-
|
|
69486
|
+
t2 = $async$self._async_evaluate$_atRootExcludingStyleRule = false;
|
|
69487
|
+
t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure5() : null;
|
|
69478
69488
|
$async$goto = 7;
|
|
69479
|
-
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);
|
|
69480
69490
|
case 7:
|
|
69481
69491
|
// returning from await.
|
|
69482
69492
|
$async$self._async_evaluate$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
@@ -69484,7 +69494,8 @@ self.util = _cliPkgRequires.util;
|
|
|
69484
69494
|
if (($async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot) == null) {
|
|
69485
69495
|
t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children;
|
|
69486
69496
|
t1 = !t1.get$isEmpty(t1);
|
|
69487
|
-
}
|
|
69497
|
+
} else
|
|
69498
|
+
t1 = t2;
|
|
69488
69499
|
if (t1) {
|
|
69489
69500
|
t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children;
|
|
69490
69501
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -71956,7 +71967,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71956
71967
|
visitCssStyleRule$body$_EvaluateVisitor(node) {
|
|
71957
71968
|
var $async$goto = 0,
|
|
71958
71969
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
71959
|
-
$async$self = this, t1, styleRule,
|
|
71970
|
+
$async$self = this, t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild;
|
|
71960
71971
|
var $async$visitCssStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
71961
71972
|
if ($async$errorCode === 1)
|
|
71962
71973
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -71970,20 +71981,30 @@ self.util = _cliPkgRequires.util;
|
|
|
71970
71981
|
throw A.wrapException($async$self._async_evaluate$_exception$2(string$.Style_k, node.span));
|
|
71971
71982
|
t1 = $async$self._async_evaluate$_atRootExcludingStyleRule;
|
|
71972
71983
|
styleRule = t1 ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
71973
|
-
|
|
71974
|
-
|
|
71975
|
-
|
|
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
|
+
}
|
|
71976
71997
|
t2 = node._style_rule$_selector._box$_inner;
|
|
71977
|
-
if (
|
|
71998
|
+
if (t1) {
|
|
71978
71999
|
t2 = t2.value;
|
|
71979
72000
|
t3 = styleRule == null ? null : styleRule.originalSelector;
|
|
71980
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3,
|
|
72001
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !$async$self._async_evaluate$_atRootExcludingStyleRule, node.fromPlainCss);
|
|
71981
72002
|
} else
|
|
71982
72003
|
originalSelector = t2.value;
|
|
71983
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);
|
|
71984
72005
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate$_atRootExcludingStyleRule;
|
|
71985
72006
|
$async$self._async_evaluate$_atRootExcludingStyleRule = false;
|
|
71986
|
-
t1 =
|
|
72007
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure1() : null;
|
|
71987
72008
|
$async$goto = 2;
|
|
71988
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);
|
|
71989
72010
|
case 2:
|
|
@@ -71991,9 +72012,9 @@ self.util = _cliPkgRequires.util;
|
|
|
71991
72012
|
$async$self._async_evaluate$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
71992
72013
|
t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children._collection$_source;
|
|
71993
72014
|
t2 = J.getInterceptor$asx(t1);
|
|
71994
|
-
|
|
71995
|
-
if (
|
|
71996
|
-
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);
|
|
71997
72018
|
t1 = styleRule == null;
|
|
71998
72019
|
} else {
|
|
71999
72020
|
lastChild = null;
|
|
@@ -77147,7 +77168,7 @@ self.util = _cliPkgRequires.util;
|
|
|
77147
77168
|
return null;
|
|
77148
77169
|
},
|
|
77149
77170
|
visitStyleRule$1(_, node) {
|
|
77150
|
-
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,
|
|
77151
77172
|
_s8_ = "__parent",
|
|
77152
77173
|
_s11_ = "_stylesheet";
|
|
77153
77174
|
if (_this._declarationName != null)
|
|
@@ -77163,38 +77184,49 @@ self.util = _cliPkgRequires.util;
|
|
|
77163
77184
|
return _null;
|
|
77164
77185
|
}
|
|
77165
77186
|
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
77166
|
-
|
|
77167
|
-
|
|
77168
|
-
|
|
77169
|
-
|
|
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) {
|
|
77170
77201
|
if (_this._assertInModule$2(_this.__stylesheet, _s11_).plainCss)
|
|
77171
|
-
for (
|
|
77172
|
-
|
|
77173
|
-
if (
|
|
77174
|
-
first =
|
|
77175
|
-
|
|
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;
|
|
77176
77207
|
} else {
|
|
77177
77208
|
first = _null;
|
|
77178
|
-
|
|
77209
|
+
t4 = false;
|
|
77179
77210
|
}
|
|
77180
|
-
if (
|
|
77211
|
+
if (t4)
|
|
77181
77212
|
throw A.wrapException(_this._evaluate$_exception$2(string$.Top_lel, first.span));
|
|
77182
77213
|
}
|
|
77183
|
-
|
|
77184
|
-
|
|
77185
|
-
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);
|
|
77186
77217
|
}
|
|
77187
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);
|
|
77188
77219
|
oldAtRootExcludingStyleRule = _this._atRootExcludingStyleRule;
|
|
77189
|
-
|
|
77190
|
-
|
|
77191
|
-
_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);
|
|
77192
77223
|
_this._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
77193
77224
|
_this._warnForBogusCombinators$1(rule);
|
|
77194
77225
|
if ((_this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot) == null) {
|
|
77195
77226
|
t1 = _this._assertInModule$2(_this.__parent, _s8_).children;
|
|
77196
77227
|
t1 = !t1.get$isEmpty(t1);
|
|
77197
|
-
}
|
|
77228
|
+
} else
|
|
77229
|
+
t1 = t2;
|
|
77198
77230
|
if (t1) {
|
|
77199
77231
|
t1 = _this._assertInModule$2(_this.__parent, _s8_).children;
|
|
77200
77232
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -78258,7 +78290,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78258
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);
|
|
78259
78291
|
},
|
|
78260
78292
|
visitCssStyleRule$1(node) {
|
|
78261
|
-
var t1, styleRule,
|
|
78293
|
+
var t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild, _this = this, _null = null,
|
|
78262
78294
|
_s8_ = "__parent";
|
|
78263
78295
|
if (_this._declarationName != null)
|
|
78264
78296
|
throw A.wrapException(_this._evaluate$_exception$2(string$.Style_n, node.span));
|
|
@@ -78266,27 +78298,37 @@ self.util = _cliPkgRequires.util;
|
|
|
78266
78298
|
throw A.wrapException(_this._evaluate$_exception$2(string$.Style_k, node.span));
|
|
78267
78299
|
t1 = _this._atRootExcludingStyleRule;
|
|
78268
78300
|
styleRule = t1 ? _null : _this._styleRuleIgnoringAtRoot;
|
|
78269
|
-
|
|
78270
|
-
|
|
78271
|
-
|
|
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
|
+
}
|
|
78272
78314
|
t2 = node._style_rule$_selector._box$_inner;
|
|
78273
|
-
if (
|
|
78315
|
+
if (t1) {
|
|
78274
78316
|
t2 = t2.value;
|
|
78275
78317
|
t3 = styleRule == null ? _null : styleRule.originalSelector;
|
|
78276
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !
|
|
78318
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !_this._atRootExcludingStyleRule, node.fromPlainCss);
|
|
78277
78319
|
} else
|
|
78278
78320
|
originalSelector = t2.value;
|
|
78279
78321
|
rule = A.ModifiableCssStyleRule$(_this._assertInModule$2(_this.__extensionStore, "_extensionStore").addSelector$2(originalSelector, _this._mediaQueries), node.span, node.fromPlainCss, originalSelector);
|
|
78280
78322
|
oldAtRootExcludingStyleRule = _this._atRootExcludingStyleRule;
|
|
78281
78323
|
_this._atRootExcludingStyleRule = false;
|
|
78282
|
-
t1 =
|
|
78324
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure() : _null;
|
|
78283
78325
|
_this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure0(_this, rule, node), false, t1, type$.ModifiableCssStyleRule, type$.Null);
|
|
78284
78326
|
_this._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
78285
78327
|
t1 = _this._assertInModule$2(_this.__parent, _s8_).children._collection$_source;
|
|
78286
78328
|
t2 = J.getInterceptor$asx(t1);
|
|
78287
|
-
|
|
78288
|
-
if (
|
|
78289
|
-
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);
|
|
78290
78332
|
t1 = styleRule == null;
|
|
78291
78333
|
} else {
|
|
78292
78334
|
lastChild = _null;
|
|
@@ -87991,7 +88033,7 @@ self.util = _cliPkgRequires.util;
|
|
|
87991
88033
|
visitStyleRule$body$_EvaluateVisitor0(_, node) {
|
|
87992
88034
|
var $async$goto = 0,
|
|
87993
88035
|
$async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value_2),
|
|
87994
|
-
$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;
|
|
87995
88037
|
var $async$visitStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
87996
88038
|
if ($async$errorCode === 1)
|
|
87997
88039
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -88026,33 +88068,43 @@ self.util = _cliPkgRequires.util;
|
|
|
88026
88068
|
case 5:
|
|
88027
88069
|
// join
|
|
88028
88070
|
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
|
|
88029
|
-
|
|
88030
|
-
|
|
88031
|
-
|
|
88032
|
-
|
|
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) {
|
|
88033
88085
|
if ($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss)
|
|
88034
|
-
for (
|
|
88035
|
-
|
|
88036
|
-
if (
|
|
88037
|
-
first =
|
|
88038
|
-
|
|
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;
|
|
88039
88091
|
} else {
|
|
88040
88092
|
first = null;
|
|
88041
|
-
|
|
88093
|
+
t4 = false;
|
|
88042
88094
|
}
|
|
88043
|
-
if (
|
|
88095
|
+
if (t4)
|
|
88044
88096
|
throw A.wrapException($async$self._async_evaluate0$_exception$2(string$.Top_lel, first.span));
|
|
88045
88097
|
}
|
|
88046
|
-
|
|
88047
|
-
|
|
88048
|
-
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);
|
|
88049
88101
|
}
|
|
88050
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);
|
|
88051
88103
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate0$_atRootExcludingStyleRule;
|
|
88052
|
-
|
|
88053
|
-
|
|
88104
|
+
t2 = $async$self._async_evaluate0$_atRootExcludingStyleRule = false;
|
|
88105
|
+
t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure13() : null;
|
|
88054
88106
|
$async$goto = 7;
|
|
88055
|
-
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);
|
|
88056
88108
|
case 7:
|
|
88057
88109
|
// returning from await.
|
|
88058
88110
|
$async$self._async_evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
@@ -88060,7 +88112,8 @@ self.util = _cliPkgRequires.util;
|
|
|
88060
88112
|
if (($async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot) == null) {
|
|
88061
88113
|
t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children;
|
|
88062
88114
|
t1 = !t1.get$isEmpty(t1);
|
|
88063
|
-
}
|
|
88115
|
+
} else
|
|
88116
|
+
t1 = t2;
|
|
88064
88117
|
if (t1) {
|
|
88065
88118
|
t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children;
|
|
88066
88119
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -90532,7 +90585,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90532
90585
|
visitCssStyleRule$body$_EvaluateVisitor0(node) {
|
|
90533
90586
|
var $async$goto = 0,
|
|
90534
90587
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
90535
|
-
$async$self = this, t1, styleRule,
|
|
90588
|
+
$async$self = this, t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild;
|
|
90536
90589
|
var $async$visitCssStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
90537
90590
|
if ($async$errorCode === 1)
|
|
90538
90591
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -90546,20 +90599,30 @@ self.util = _cliPkgRequires.util;
|
|
|
90546
90599
|
throw A.wrapException($async$self._async_evaluate0$_exception$2(string$.Style_k, node.span));
|
|
90547
90600
|
t1 = $async$self._async_evaluate0$_atRootExcludingStyleRule;
|
|
90548
90601
|
styleRule = t1 ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
90549
|
-
|
|
90550
|
-
|
|
90551
|
-
|
|
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
|
+
}
|
|
90552
90615
|
t2 = node._style_rule0$_selector._box0$_inner;
|
|
90553
|
-
if (
|
|
90616
|
+
if (t1) {
|
|
90554
90617
|
t2 = t2.value;
|
|
90555
90618
|
t3 = styleRule == null ? null : styleRule.originalSelector;
|
|
90556
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3,
|
|
90619
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !$async$self._async_evaluate0$_atRootExcludingStyleRule, node.fromPlainCss);
|
|
90557
90620
|
} else
|
|
90558
90621
|
originalSelector = t2.value;
|
|
90559
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);
|
|
90560
90623
|
oldAtRootExcludingStyleRule = $async$self._async_evaluate0$_atRootExcludingStyleRule;
|
|
90561
90624
|
$async$self._async_evaluate0$_atRootExcludingStyleRule = false;
|
|
90562
|
-
t1 =
|
|
90625
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure5() : null;
|
|
90563
90626
|
$async$goto = 2;
|
|
90564
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);
|
|
90565
90628
|
case 2:
|
|
@@ -90567,9 +90630,9 @@ self.util = _cliPkgRequires.util;
|
|
|
90567
90630
|
$async$self._async_evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
90568
90631
|
t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children._collection$_source;
|
|
90569
90632
|
t2 = J.getInterceptor$asx(t1);
|
|
90570
|
-
|
|
90571
|
-
if (
|
|
90572
|
-
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);
|
|
90573
90636
|
t1 = styleRule == null;
|
|
90574
90637
|
} else {
|
|
90575
90638
|
lastChild = null;
|
|
@@ -101478,7 +101541,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101478
101541
|
return null;
|
|
101479
101542
|
},
|
|
101480
101543
|
visitStyleRule$1(_, node) {
|
|
101481
|
-
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,
|
|
101482
101545
|
_s8_ = "__parent",
|
|
101483
101546
|
_s11_ = "_stylesheet";
|
|
101484
101547
|
if (_this._evaluate0$_declarationName != null)
|
|
@@ -101494,38 +101557,49 @@ self.util = _cliPkgRequires.util;
|
|
|
101494
101557
|
return _null;
|
|
101495
101558
|
}
|
|
101496
101559
|
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
101497
|
-
|
|
101498
|
-
|
|
101499
|
-
|
|
101500
|
-
|
|
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) {
|
|
101501
101574
|
if (_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss)
|
|
101502
|
-
for (
|
|
101503
|
-
|
|
101504
|
-
if (
|
|
101505
|
-
first =
|
|
101506
|
-
|
|
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;
|
|
101507
101580
|
} else {
|
|
101508
101581
|
first = _null;
|
|
101509
|
-
|
|
101582
|
+
t4 = false;
|
|
101510
101583
|
}
|
|
101511
|
-
if (
|
|
101584
|
+
if (t4)
|
|
101512
101585
|
throw A.wrapException(_this._evaluate0$_exception$2(string$.Top_lel, first.span));
|
|
101513
101586
|
}
|
|
101514
|
-
|
|
101515
|
-
|
|
101516
|
-
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);
|
|
101517
101590
|
}
|
|
101518
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);
|
|
101519
101592
|
oldAtRootExcludingStyleRule = _this._evaluate0$_atRootExcludingStyleRule;
|
|
101520
|
-
|
|
101521
|
-
|
|
101522
|
-
_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);
|
|
101523
101596
|
_this._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
101524
101597
|
_this._evaluate0$_warnForBogusCombinators$1(rule);
|
|
101525
101598
|
if ((_this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot) == null) {
|
|
101526
101599
|
t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children;
|
|
101527
101600
|
t1 = !t1.get$isEmpty(t1);
|
|
101528
|
-
}
|
|
101601
|
+
} else
|
|
101602
|
+
t1 = t2;
|
|
101529
101603
|
if (t1) {
|
|
101530
101604
|
t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children;
|
|
101531
101605
|
t1.get$last(t1).isGroupEnd = true;
|
|
@@ -102589,7 +102663,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102589
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);
|
|
102590
102664
|
},
|
|
102591
102665
|
visitCssStyleRule$1(node) {
|
|
102592
|
-
var t1, styleRule,
|
|
102666
|
+
var t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild, _this = this, _null = null,
|
|
102593
102667
|
_s8_ = "__parent";
|
|
102594
102668
|
if (_this._evaluate0$_declarationName != null)
|
|
102595
102669
|
throw A.wrapException(_this._evaluate0$_exception$2(string$.Style_n, node.span));
|
|
@@ -102597,27 +102671,37 @@ self.util = _cliPkgRequires.util;
|
|
|
102597
102671
|
throw A.wrapException(_this._evaluate0$_exception$2(string$.Style_k, node.span));
|
|
102598
102672
|
t1 = _this._evaluate0$_atRootExcludingStyleRule;
|
|
102599
102673
|
styleRule = t1 ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
102600
|
-
|
|
102601
|
-
|
|
102602
|
-
|
|
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
|
+
}
|
|
102603
102687
|
t2 = node._style_rule0$_selector._box0$_inner;
|
|
102604
|
-
if (
|
|
102688
|
+
if (t1) {
|
|
102605
102689
|
t2 = t2.value;
|
|
102606
102690
|
t3 = styleRule == null ? _null : styleRule.originalSelector;
|
|
102607
|
-
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !
|
|
102691
|
+
originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !_this._evaluate0$_atRootExcludingStyleRule, node.fromPlainCss);
|
|
102608
102692
|
} else
|
|
102609
102693
|
originalSelector = t2.value;
|
|
102610
102694
|
rule = A.ModifiableCssStyleRule$0(_this._evaluate0$_assertInModule$2(_this._evaluate0$__extensionStore, "_extensionStore").addSelector$2(originalSelector, _this._evaluate0$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
|
|
102611
102695
|
oldAtRootExcludingStyleRule = _this._evaluate0$_atRootExcludingStyleRule;
|
|
102612
102696
|
_this._evaluate0$_atRootExcludingStyleRule = false;
|
|
102613
|
-
t1 =
|
|
102697
|
+
t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure3() : _null;
|
|
102614
102698
|
_this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure4(_this, rule, node), false, t1, type$.ModifiableCssStyleRule_2, type$.Null);
|
|
102615
102699
|
_this._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
102616
102700
|
t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children._collection$_source;
|
|
102617
102701
|
t2 = J.getInterceptor$asx(t1);
|
|
102618
|
-
|
|
102619
|
-
if (
|
|
102620
|
-
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);
|
|
102621
102705
|
t1 = styleRule == null;
|
|
102622
102706
|
} else {
|
|
102623
102707
|
lastChild = _null;
|
|
@@ -106136,11 +106220,9 @@ self.util = _cliPkgRequires.util;
|
|
|
106136
106220
|
} else
|
|
106137
106221
|
t1 = true;
|
|
106138
106222
|
if (t1) {
|
|
106139
|
-
t1 =
|
|
106140
|
-
t2 =
|
|
106141
|
-
|
|
106142
|
-
t2 = t1;
|
|
106143
|
-
t1 = t0;
|
|
106223
|
+
t1 = A.absolute(resolved, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
106224
|
+
t2 = $.$get$context();
|
|
106225
|
+
t1 = A._realCasePath0(t2.normalize$1(t1));
|
|
106144
106226
|
} else {
|
|
106145
106227
|
t1 = $.$get$context();
|
|
106146
106228
|
t2 = t1.canonicalize$1(0, resolved);
|
|
@@ -115085,6 +115167,12 @@ self.util = _cliPkgRequires.util;
|
|
|
115085
115167
|
},
|
|
115086
115168
|
$signature: 57
|
|
115087
115169
|
};
|
|
115170
|
+
A._ContainsParentSelectorVisitor0.prototype = {
|
|
115171
|
+
visitParentSelector$1(_) {
|
|
115172
|
+
return true;
|
|
115173
|
+
}
|
|
115174
|
+
};
|
|
115175
|
+
A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
115088
115176
|
A.__IsBogusVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
115089
115177
|
A.__IsInvisibleVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
115090
115178
|
A.__IsUselessVisitor_Object_AnySelectorVisitor0.prototype = {};
|
|
@@ -124707,7 +124795,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124707
124795
|
_inherit = hunkHelpers.inherit,
|
|
124708
124796
|
_inheritMany = hunkHelpers.inheritMany;
|
|
124709
124797
|
_inherit(A.Object, null);
|
|
124710
|
-
_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]);
|
|
124711
124799
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JavaScriptBigInt, J.JavaScriptSymbol, J.JSNumber, J.JSString]);
|
|
124712
124800
|
_inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData]);
|
|
124713
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]);
|
|
@@ -124808,6 +124896,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124808
124896
|
_inherit(A._IsInvisibleVisitor0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor);
|
|
124809
124897
|
_inherit(A._IsBogusVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor);
|
|
124810
124898
|
_inherit(A._IsUselessVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor);
|
|
124899
|
+
_inherit(A._ContainsParentSelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor);
|
|
124811
124900
|
_inheritMany(A.Selector, [A.SimpleSelector, A.ComplexSelector, A.CompoundSelector, A.SelectorList]);
|
|
124812
124901
|
_inheritMany(A.SimpleSelector, [A.AttributeSelector, A.ClassSelector, A.IDSelector, A.ParentSelector, A.PlaceholderSelector, A.PseudoSelector, A.TypeSelector, A.UniversalSelector]);
|
|
124813
124902
|
_inherit(A._ParentSelectorVisitor, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor);
|
|
@@ -124877,6 +124966,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124877
124966
|
_inherit(A._IsInvisibleVisitor2, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0);
|
|
124878
124967
|
_inherit(A._IsBogusVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0);
|
|
124879
124968
|
_inherit(A._IsUselessVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0);
|
|
124969
|
+
_inherit(A._ContainsParentSelectorVisitor0, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0);
|
|
124880
124970
|
_inherit(A.CssStylesheet0, A.CssParentNode0);
|
|
124881
124971
|
_mixin(A.UnmodifiableListBase, A.UnmodifiableListMixin);
|
|
124882
124972
|
_mixin(A.__CastListBase__CastIterableBase_ListMixin, A.ListBase);
|
|
@@ -124896,6 +124986,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124896
124986
|
_mixin(A._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, A.UnmodifiableSetMixin);
|
|
124897
124987
|
_mixin(A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.EveryCssVisitor);
|
|
124898
124988
|
_mixin(A.__HasContentVisitor_Object_StatementSearchVisitor, A.StatementSearchVisitor);
|
|
124989
|
+
_mixin(A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
124899
124990
|
_mixin(A.__IsBogusVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
124900
124991
|
_mixin(A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
124901
124992
|
_mixin(A.__IsUselessVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
|
|
@@ -124906,6 +124997,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124906
124997
|
_mixin(A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.SelectorSearchVisitor0);
|
|
124907
124998
|
_mixin(A.__HasContentVisitor_Object_StatementSearchVisitor0, A.StatementSearchVisitor0);
|
|
124908
124999
|
_mixin(A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.EveryCssVisitor0);
|
|
125000
|
+
_mixin(A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
124909
125001
|
_mixin(A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
124910
125002
|
_mixin(A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
124911
125003
|
_mixin(A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
|
|
@@ -125974,6 +126066,8 @@ self.util = _cliPkgRequires.util;
|
|
|
125974
126066
|
B.C_Utf8Encoder = new A.Utf8Encoder();
|
|
125975
126067
|
B.C__ColorFormatEnum = new A._ColorFormatEnum();
|
|
125976
126068
|
B.C__ColorFormatEnum0 = new A._ColorFormatEnum0();
|
|
126069
|
+
B.C__ContainsParentSelectorVisitor = new A._ContainsParentSelectorVisitor();
|
|
126070
|
+
B.C__ContainsParentSelectorVisitor0 = new A._ContainsParentSelectorVisitor0();
|
|
125977
126071
|
B.C__DelayedDone = new A._DelayedDone();
|
|
125978
126072
|
B.C__HasContentVisitor = new A._HasContentVisitor();
|
|
125979
126073
|
B.C__HasContentVisitor0 = new A._HasContentVisitor0();
|