sass 1.77.4 → 1.77.5
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/package.json +1 -1
- package/sass.dart.js +264 -184
package/sass.dart.js
CHANGED
|
@@ -129,7 +129,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
129
129
|
self.nodeModule = _cliPkgRequires.nodeModule;
|
|
130
130
|
self.stream = _cliPkgRequires.stream;
|
|
131
131
|
self.util = _cliPkgRequires.util;
|
|
132
|
-
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.4.
|
|
132
|
+
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.4.3.
|
|
133
133
|
// The code supports the following hooks:
|
|
134
134
|
// dartPrint(message):
|
|
135
135
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -9851,12 +9851,15 @@ self.util = _cliPkgRequires.util;
|
|
|
9851
9851
|
return new A.CompoundSelector(t1, span);
|
|
9852
9852
|
},
|
|
9853
9853
|
CompoundSelector: function CompoundSelector(t0, t1) {
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
|
|
9854
|
+
var _ = this;
|
|
9855
|
+
_.components = t0;
|
|
9856
|
+
_.__CompoundSelector_hasComplicatedSuperselectorSemantics_FI = _.__CompoundSelector_specificity_FI = $;
|
|
9857
|
+
_.span = t1;
|
|
9857
9858
|
},
|
|
9858
9859
|
CompoundSelector_specificity_closure: function CompoundSelector_specificity_closure() {
|
|
9859
9860
|
},
|
|
9861
|
+
CompoundSelector_hasComplicatedSuperselectorSemantics_closure: function CompoundSelector_hasComplicatedSuperselectorSemantics_closure() {
|
|
9862
|
+
},
|
|
9860
9863
|
IDSelector: function IDSelector(t0, t1) {
|
|
9861
9864
|
this.name = t0;
|
|
9862
9865
|
this.span = t1;
|
|
@@ -11446,10 +11449,10 @@ self.util = _cliPkgRequires.util;
|
|
|
11446
11449
|
t3.push(A.ComplexSelector$(t8, B.JSArray_methods.take$1(t6, t7 - 1), t5.span, t5.lineBreak));
|
|
11447
11450
|
}
|
|
11448
11451
|
}
|
|
11449
|
-
t4 = leadingCombinator == null ? B.
|
|
11452
|
+
t4 = leadingCombinator == null ? B.List_empty0 : A._setArrayType([leadingCombinator], type$.JSArray_CssValue_Combinator);
|
|
11450
11453
|
unifiedBase.toString;
|
|
11451
11454
|
t5 = A.CompoundSelector$(unifiedBase, span);
|
|
11452
|
-
t6 = trailingCombinator == null ? B.
|
|
11455
|
+
t6 = trailingCombinator == null ? B.List_empty0 : A._setArrayType([trailingCombinator], type$.JSArray_CssValue_Combinator);
|
|
11453
11456
|
base = A.ComplexSelector$(t4, A._setArrayType([new A.ComplexSelectorComponent(t5, A.List_List$unmodifiable(t6, type$.CssValue_Combinator), span)], type$.JSArray_ComplexSelectorComponent), span, t1.any$1(complexes, new A.unifyComplex_closure()));
|
|
11454
11457
|
if (t3.length === 0)
|
|
11455
11458
|
t1 = A._setArrayType([base], t2);
|
|
@@ -11535,7 +11538,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11535
11538
|
for (t8 = prefixes.length, _i = 0; _i < prefixes.length; prefixes.length === t8 || (0, A.throwConcurrentModificationError)(prefixes), ++_i) {
|
|
11536
11539
|
t9 = A._weaveParents(prefixes[_i], t5, span);
|
|
11537
11540
|
if (t9 == null)
|
|
11538
|
-
t9 = B.
|
|
11541
|
+
t9 = B.List_empty1;
|
|
11539
11542
|
t10 = t9.length;
|
|
11540
11543
|
_i0 = 0;
|
|
11541
11544
|
for (; _i0 < t9.length; t9.length === t10 || (0, A.throwConcurrentModificationError)(t9), ++_i0) {
|
|
@@ -11802,7 +11805,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11802
11805
|
t1 = components1.$index(0, _0_1 - 1).combinators;
|
|
11803
11806
|
break $label0$0;
|
|
11804
11807
|
}
|
|
11805
|
-
t1 = B.
|
|
11808
|
+
t1 = B.List_empty0;
|
|
11806
11809
|
break $label0$0;
|
|
11807
11810
|
}
|
|
11808
11811
|
$label1$1: {
|
|
@@ -11811,7 +11814,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11811
11814
|
t2 = components2.$index(0, _1_1 - 1).combinators;
|
|
11812
11815
|
break $label1$1;
|
|
11813
11816
|
}
|
|
11814
|
-
t2 = B.
|
|
11817
|
+
t2 = B.List_empty0;
|
|
11815
11818
|
break $label1$1;
|
|
11816
11819
|
}
|
|
11817
11820
|
t3 = t1.length;
|
|
@@ -12287,7 +12290,7 @@ self.util = _cliPkgRequires.util;
|
|
|
12287
12290
|
if (J.get$length$asx(complex1) > J.get$length$asx(complex2))
|
|
12288
12291
|
return false;
|
|
12289
12292
|
t1 = $.$get$bogusSpan();
|
|
12290
|
-
base = new A.ComplexSelectorComponent(A.CompoundSelector$(A._setArrayType([new A.PlaceholderSelector("<temp>", t1)], type$.JSArray_SimpleSelector), t1), A.List_List$unmodifiable(B.
|
|
12293
|
+
base = new A.ComplexSelectorComponent(A.CompoundSelector$(A._setArrayType([new A.PlaceholderSelector("<temp>", t1)], type$.JSArray_SimpleSelector), t1), A.List_List$unmodifiable(B.List_empty0, type$.CssValue_Combinator), t1);
|
|
12291
12294
|
t1 = type$.ComplexSelectorComponent;
|
|
12292
12295
|
t2 = A.List_List$of(complex1, true, t1);
|
|
12293
12296
|
t2.push(base);
|
|
@@ -12296,72 +12299,73 @@ self.util = _cliPkgRequires.util;
|
|
|
12296
12299
|
return A.complexIsSuperselector(t2, t1);
|
|
12297
12300
|
},
|
|
12298
12301
|
complexIsSuperselector(complex1, complex2) {
|
|
12299
|
-
var t1, t2,
|
|
12302
|
+
var t1, t2, previousCombinator, i1, i2, remaining1, remaining2, component1, t3, t4, endOfSubselector, component2, t5, combinator1, _null = null;
|
|
12300
12303
|
if (B.JSArray_methods.get$last(complex1).combinators.length !== 0)
|
|
12301
12304
|
return false;
|
|
12302
12305
|
if (B.JSArray_methods.get$last(complex2).combinators.length !== 0)
|
|
12303
12306
|
return false;
|
|
12304
|
-
for (t1 =
|
|
12307
|
+
for (t1 = A._arrayInstanceType(complex2), t2 = t1._precomputed1, t1 = t1._eval$1("SubListIterable<1>"), previousCombinator = _null, i1 = 0, i2 = 0; true; previousCombinator = combinator1) {
|
|
12305
12308
|
remaining1 = complex1.length - i1;
|
|
12306
|
-
|
|
12307
|
-
remaining2 = t4 - i2;
|
|
12309
|
+
remaining2 = complex2.length - i2;
|
|
12308
12310
|
if (remaining1 === 0 || remaining2 === 0)
|
|
12309
12311
|
return false;
|
|
12310
12312
|
if (remaining1 > remaining2)
|
|
12311
12313
|
return false;
|
|
12312
12314
|
component1 = complex1[i1];
|
|
12313
|
-
|
|
12314
|
-
if (
|
|
12315
|
+
t3 = component1.combinators;
|
|
12316
|
+
if (t3.length > 1)
|
|
12315
12317
|
return false;
|
|
12316
|
-
if (remaining1 === 1)
|
|
12317
|
-
|
|
12318
|
-
if (B.JSArray_methods.any$1(parents, new A.complexIsSuperselector_closure()))
|
|
12318
|
+
if (remaining1 === 1)
|
|
12319
|
+
if (B.JSArray_methods.any$1(complex2, new A.complexIsSuperselector_closure()))
|
|
12319
12320
|
return false;
|
|
12320
|
-
|
|
12321
|
-
|
|
12322
|
-
|
|
12321
|
+
else {
|
|
12322
|
+
t1 = component1.selector;
|
|
12323
|
+
t2 = B.JSArray_methods.get$last(complex2).selector;
|
|
12324
|
+
return A.compoundIsSuperselector(t1, t2, t1.get$hasComplicatedSuperselectorSemantics() ? B.JSArray_methods.sublist$2(complex2, i2, complex2.length - 1) : _null);
|
|
12325
|
+
}
|
|
12326
|
+
for (t4 = component1.selector, endOfSubselector = i2; true;) {
|
|
12323
12327
|
component2 = complex2[endOfSubselector];
|
|
12324
12328
|
if (component2.combinators.length > 1)
|
|
12325
12329
|
return false;
|
|
12326
|
-
|
|
12330
|
+
t5 = component2.selector;
|
|
12331
|
+
if (A.compoundIsSuperselector(t4, t5, t4.get$hasComplicatedSuperselectorSemantics() ? B.JSArray_methods.sublist$2(complex2, i2, endOfSubselector) : _null))
|
|
12327
12332
|
break;
|
|
12328
12333
|
++endOfSubselector;
|
|
12329
12334
|
if (endOfSubselector === complex2.length - 1)
|
|
12330
12335
|
return false;
|
|
12331
|
-
if (parents == null)
|
|
12332
|
-
parents = A._setArrayType([], t1);
|
|
12333
|
-
parents.push(component2);
|
|
12334
12336
|
}
|
|
12335
|
-
|
|
12337
|
+
t4 = new A.SubListIterable(complex2, 0, endOfSubselector, t1);
|
|
12338
|
+
t4.SubListIterable$3(complex2, 0, endOfSubselector, t2);
|
|
12339
|
+
if (!A._compatibleWithPreviousCombinator(previousCombinator, t4.skip$1(0, i2)))
|
|
12336
12340
|
return false;
|
|
12337
12341
|
component2 = complex2[endOfSubselector];
|
|
12338
|
-
combinator1 = A.IterableExtension_get_firstOrNull(
|
|
12342
|
+
combinator1 = A.IterableExtension_get_firstOrNull(t3);
|
|
12339
12343
|
if (!A._isSupercombinator(combinator1, A.IterableExtension_get_firstOrNull(component2.combinators)))
|
|
12340
12344
|
return false;
|
|
12341
12345
|
++i1;
|
|
12342
12346
|
i2 = endOfSubselector + 1;
|
|
12343
12347
|
if (complex1.length - i1 === 1) {
|
|
12344
|
-
|
|
12345
|
-
if (J.$eq$(
|
|
12346
|
-
|
|
12347
|
-
|
|
12348
|
-
|
|
12349
|
-
if (!
|
|
12348
|
+
t3 = combinator1 == null;
|
|
12349
|
+
if (J.$eq$(t3 ? _null : combinator1.value, B.Combinator_y18)) {
|
|
12350
|
+
t3 = complex2.length - 1;
|
|
12351
|
+
t4 = new A.SubListIterable(complex2, 0, t3, t1);
|
|
12352
|
+
t4.SubListIterable$3(complex2, 0, t3, t2);
|
|
12353
|
+
if (!t4.skip$1(0, i2).every$1(0, new A.complexIsSuperselector_closure0(combinator1)))
|
|
12350
12354
|
return false;
|
|
12351
|
-
} else if (!
|
|
12355
|
+
} else if (!t3)
|
|
12352
12356
|
if (complex2.length - i2 > 1)
|
|
12353
12357
|
return false;
|
|
12354
12358
|
}
|
|
12355
12359
|
}
|
|
12356
12360
|
},
|
|
12357
12361
|
_compatibleWithPreviousCombinator(previous, parents) {
|
|
12358
|
-
if (parents.
|
|
12362
|
+
if (parents.get$isEmpty(parents))
|
|
12359
12363
|
return true;
|
|
12360
12364
|
if (previous == null)
|
|
12361
12365
|
return true;
|
|
12362
12366
|
if (previous.value !== B.Combinator_y18)
|
|
12363
12367
|
return false;
|
|
12364
|
-
return
|
|
12368
|
+
return parents.every$1(0, new A._compatibleWithPreviousCombinator_closure());
|
|
12365
12369
|
},
|
|
12366
12370
|
_isSupercombinator(combinator1, combinator2) {
|
|
12367
12371
|
var t1, t2;
|
|
@@ -12383,11 +12387,17 @@ self.util = _cliPkgRequires.util;
|
|
|
12383
12387
|
return t1;
|
|
12384
12388
|
},
|
|
12385
12389
|
compoundIsSuperselector(compound1, compound2, parents) {
|
|
12386
|
-
var t2, pseudo1, index1, t3, pseudo2, index2, _0_50, t4, t5, _i, simple1, _null = null
|
|
12387
|
-
|
|
12388
|
-
|
|
12389
|
-
t1
|
|
12390
|
-
|
|
12390
|
+
var t1, _0_1, _0_5, _0_5_isSet, t2, pseudo1, index1, t3, pseudo2, index2, _0_50, t4, t5, _i, simple1, _null = null;
|
|
12391
|
+
if (!compound1.get$hasComplicatedSuperselectorSemantics() && !compound2.get$hasComplicatedSuperselectorSemantics()) {
|
|
12392
|
+
t1 = compound1.components;
|
|
12393
|
+
if (t1.length > compound2.components.length)
|
|
12394
|
+
return false;
|
|
12395
|
+
return B.JSArray_methods.every$1(t1, new A.compoundIsSuperselector_closure(compound2));
|
|
12396
|
+
}
|
|
12397
|
+
_0_1 = A._findPseudoElementIndexed(compound1);
|
|
12398
|
+
_0_5 = A._findPseudoElementIndexed(compound2);
|
|
12399
|
+
t1 = type$.Record_2_nullable_Object_and_nullable_Object;
|
|
12400
|
+
_0_5_isSet = t1._is(_0_1);
|
|
12391
12401
|
if (_0_5_isSet) {
|
|
12392
12402
|
t2 = _0_1 == null;
|
|
12393
12403
|
pseudo1 = (t2 ? t1._as(_0_1) : _0_1)._0;
|
|
@@ -12534,6 +12544,9 @@ self.util = _cliPkgRequires.util;
|
|
|
12534
12544
|
},
|
|
12535
12545
|
_compatibleWithPreviousCombinator_closure: function _compatibleWithPreviousCombinator_closure() {
|
|
12536
12546
|
},
|
|
12547
|
+
compoundIsSuperselector_closure: function compoundIsSuperselector_closure(t0) {
|
|
12548
|
+
this.compound2 = t0;
|
|
12549
|
+
},
|
|
12537
12550
|
_selectorPseudoIsSuperselector_closure: function _selectorPseudoIsSuperselector_closure(t0) {
|
|
12538
12551
|
this.selector1 = t0;
|
|
12539
12552
|
},
|
|
@@ -23575,12 +23588,15 @@ self.util = _cliPkgRequires.util;
|
|
|
23575
23588
|
return new A.CompoundSelector0(t1, span);
|
|
23576
23589
|
},
|
|
23577
23590
|
CompoundSelector0: function CompoundSelector0(t0, t1) {
|
|
23578
|
-
|
|
23579
|
-
|
|
23580
|
-
|
|
23591
|
+
var _ = this;
|
|
23592
|
+
_.components = t0;
|
|
23593
|
+
_._compound$__CompoundSelector_hasComplicatedSuperselectorSemantics_FI = _._compound$__CompoundSelector_specificity_FI = $;
|
|
23594
|
+
_.span = t1;
|
|
23581
23595
|
},
|
|
23582
23596
|
CompoundSelector_specificity_closure0: function CompoundSelector_specificity_closure0() {
|
|
23583
23597
|
},
|
|
23598
|
+
CompoundSelector_hasComplicatedSuperselectorSemantics_closure0: function CompoundSelector_hasComplicatedSuperselectorSemantics_closure0() {
|
|
23599
|
+
},
|
|
23584
23600
|
Configuration0: function Configuration0(t0, t1) {
|
|
23585
23601
|
this._configuration0$_values = t0;
|
|
23586
23602
|
this._configuration0$__originalConfiguration = t1;
|
|
@@ -25061,10 +25077,10 @@ self.util = _cliPkgRequires.util;
|
|
|
25061
25077
|
t3.push(A.ComplexSelector$0(t8, B.JSArray_methods.take$1(t6, t7 - 1), t5.span, t5.lineBreak));
|
|
25062
25078
|
}
|
|
25063
25079
|
}
|
|
25064
|
-
t4 = leadingCombinator == null ? B.
|
|
25080
|
+
t4 = leadingCombinator == null ? B.List_empty13 : A._setArrayType([leadingCombinator], type$.JSArray_CssValue_Combinator_2);
|
|
25065
25081
|
unifiedBase.toString;
|
|
25066
25082
|
t5 = A.CompoundSelector$0(unifiedBase, span);
|
|
25067
|
-
t6 = trailingCombinator == null ? B.
|
|
25083
|
+
t6 = trailingCombinator == null ? B.List_empty13 : A._setArrayType([trailingCombinator], type$.JSArray_CssValue_Combinator_2);
|
|
25068
25084
|
base = A.ComplexSelector$0(t4, A._setArrayType([new A.ComplexSelectorComponent0(t5, A.List_List$unmodifiable(t6, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, t1.any$1(complexes, new A.unifyComplex_closure0()));
|
|
25069
25085
|
if (t3.length === 0)
|
|
25070
25086
|
t1 = A._setArrayType([base], t2);
|
|
@@ -25150,7 +25166,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25150
25166
|
for (t8 = prefixes.length, _i = 0; _i < prefixes.length; prefixes.length === t8 || (0, A.throwConcurrentModificationError)(prefixes), ++_i) {
|
|
25151
25167
|
t9 = A._weaveParents0(prefixes[_i], t5, span);
|
|
25152
25168
|
if (t9 == null)
|
|
25153
|
-
t9 = B.
|
|
25169
|
+
t9 = B.List_empty14;
|
|
25154
25170
|
t10 = t9.length;
|
|
25155
25171
|
_i0 = 0;
|
|
25156
25172
|
for (; _i0 < t9.length; t9.length === t10 || (0, A.throwConcurrentModificationError)(t9), ++_i0) {
|
|
@@ -25417,7 +25433,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25417
25433
|
t1 = components1.$index(0, _0_1 - 1).combinators;
|
|
25418
25434
|
break $label0$0;
|
|
25419
25435
|
}
|
|
25420
|
-
t1 = B.
|
|
25436
|
+
t1 = B.List_empty13;
|
|
25421
25437
|
break $label0$0;
|
|
25422
25438
|
}
|
|
25423
25439
|
$label1$1: {
|
|
@@ -25426,7 +25442,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25426
25442
|
t2 = components2.$index(0, _1_1 - 1).combinators;
|
|
25427
25443
|
break $label1$1;
|
|
25428
25444
|
}
|
|
25429
|
-
t2 = B.
|
|
25445
|
+
t2 = B.List_empty13;
|
|
25430
25446
|
break $label1$1;
|
|
25431
25447
|
}
|
|
25432
25448
|
t3 = t1.length;
|
|
@@ -25902,7 +25918,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25902
25918
|
if (J.get$length$asx(complex1) > J.get$length$asx(complex2))
|
|
25903
25919
|
return false;
|
|
25904
25920
|
t1 = $.$get$bogusSpan0();
|
|
25905
|
-
base = new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([new A.PlaceholderSelector0("<temp>", t1)], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.
|
|
25921
|
+
base = new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([new A.PlaceholderSelector0("<temp>", t1)], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty13, type$.CssValue_Combinator_2), t1);
|
|
25906
25922
|
t1 = type$.ComplexSelectorComponent_2;
|
|
25907
25923
|
t2 = A.List_List$of(complex1, true, t1);
|
|
25908
25924
|
t2.push(base);
|
|
@@ -25911,72 +25927,73 @@ self.util = _cliPkgRequires.util;
|
|
|
25911
25927
|
return A.complexIsSuperselector0(t2, t1);
|
|
25912
25928
|
},
|
|
25913
25929
|
complexIsSuperselector0(complex1, complex2) {
|
|
25914
|
-
var t1, t2,
|
|
25930
|
+
var t1, t2, previousCombinator, i1, i2, remaining1, remaining2, component1, t3, t4, endOfSubselector, component2, t5, combinator1, _null = null;
|
|
25915
25931
|
if (B.JSArray_methods.get$last(complex1).combinators.length !== 0)
|
|
25916
25932
|
return false;
|
|
25917
25933
|
if (B.JSArray_methods.get$last(complex2).combinators.length !== 0)
|
|
25918
25934
|
return false;
|
|
25919
|
-
for (t1 =
|
|
25935
|
+
for (t1 = A._arrayInstanceType(complex2), t2 = t1._precomputed1, t1 = t1._eval$1("SubListIterable<1>"), previousCombinator = _null, i1 = 0, i2 = 0; true; previousCombinator = combinator1) {
|
|
25920
25936
|
remaining1 = complex1.length - i1;
|
|
25921
|
-
|
|
25922
|
-
remaining2 = t4 - i2;
|
|
25937
|
+
remaining2 = complex2.length - i2;
|
|
25923
25938
|
if (remaining1 === 0 || remaining2 === 0)
|
|
25924
25939
|
return false;
|
|
25925
25940
|
if (remaining1 > remaining2)
|
|
25926
25941
|
return false;
|
|
25927
25942
|
component1 = complex1[i1];
|
|
25928
|
-
|
|
25929
|
-
if (
|
|
25943
|
+
t3 = component1.combinators;
|
|
25944
|
+
if (t3.length > 1)
|
|
25930
25945
|
return false;
|
|
25931
|
-
if (remaining1 === 1)
|
|
25932
|
-
|
|
25933
|
-
if (B.JSArray_methods.any$1(parents, new A.complexIsSuperselector_closure1()))
|
|
25946
|
+
if (remaining1 === 1)
|
|
25947
|
+
if (B.JSArray_methods.any$1(complex2, new A.complexIsSuperselector_closure1()))
|
|
25934
25948
|
return false;
|
|
25935
|
-
|
|
25936
|
-
|
|
25937
|
-
|
|
25949
|
+
else {
|
|
25950
|
+
t1 = component1.selector;
|
|
25951
|
+
t2 = B.JSArray_methods.get$last(complex2).selector;
|
|
25952
|
+
return A.compoundIsSuperselector0(t1, t2, t1.get$hasComplicatedSuperselectorSemantics() ? B.JSArray_methods.sublist$2(complex2, i2, complex2.length - 1) : _null);
|
|
25953
|
+
}
|
|
25954
|
+
for (t4 = component1.selector, endOfSubselector = i2; true;) {
|
|
25938
25955
|
component2 = complex2[endOfSubselector];
|
|
25939
25956
|
if (component2.combinators.length > 1)
|
|
25940
25957
|
return false;
|
|
25941
|
-
|
|
25958
|
+
t5 = component2.selector;
|
|
25959
|
+
if (A.compoundIsSuperselector0(t4, t5, t4.get$hasComplicatedSuperselectorSemantics() ? B.JSArray_methods.sublist$2(complex2, i2, endOfSubselector) : _null))
|
|
25942
25960
|
break;
|
|
25943
25961
|
++endOfSubselector;
|
|
25944
25962
|
if (endOfSubselector === complex2.length - 1)
|
|
25945
25963
|
return false;
|
|
25946
|
-
if (parents == null)
|
|
25947
|
-
parents = A._setArrayType([], t1);
|
|
25948
|
-
parents.push(component2);
|
|
25949
25964
|
}
|
|
25950
|
-
|
|
25965
|
+
t4 = new A.SubListIterable(complex2, 0, endOfSubselector, t1);
|
|
25966
|
+
t4.SubListIterable$3(complex2, 0, endOfSubselector, t2);
|
|
25967
|
+
if (!A._compatibleWithPreviousCombinator0(previousCombinator, t4.skip$1(0, i2)))
|
|
25951
25968
|
return false;
|
|
25952
25969
|
component2 = complex2[endOfSubselector];
|
|
25953
|
-
combinator1 = A.IterableExtension_get_firstOrNull(
|
|
25970
|
+
combinator1 = A.IterableExtension_get_firstOrNull(t3);
|
|
25954
25971
|
if (!A._isSupercombinator0(combinator1, A.IterableExtension_get_firstOrNull(component2.combinators)))
|
|
25955
25972
|
return false;
|
|
25956
25973
|
++i1;
|
|
25957
25974
|
i2 = endOfSubselector + 1;
|
|
25958
25975
|
if (complex1.length - i1 === 1) {
|
|
25959
|
-
|
|
25960
|
-
if (J.$eq$(
|
|
25961
|
-
|
|
25962
|
-
|
|
25963
|
-
|
|
25964
|
-
if (!
|
|
25976
|
+
t3 = combinator1 == null;
|
|
25977
|
+
if (J.$eq$(t3 ? _null : combinator1.value, B.Combinator_y180)) {
|
|
25978
|
+
t3 = complex2.length - 1;
|
|
25979
|
+
t4 = new A.SubListIterable(complex2, 0, t3, t1);
|
|
25980
|
+
t4.SubListIterable$3(complex2, 0, t3, t2);
|
|
25981
|
+
if (!t4.skip$1(0, i2).every$1(0, new A.complexIsSuperselector_closure2(combinator1)))
|
|
25965
25982
|
return false;
|
|
25966
|
-
} else if (!
|
|
25983
|
+
} else if (!t3)
|
|
25967
25984
|
if (complex2.length - i2 > 1)
|
|
25968
25985
|
return false;
|
|
25969
25986
|
}
|
|
25970
25987
|
}
|
|
25971
25988
|
},
|
|
25972
25989
|
_compatibleWithPreviousCombinator0(previous, parents) {
|
|
25973
|
-
if (parents.
|
|
25990
|
+
if (parents.get$isEmpty(parents))
|
|
25974
25991
|
return true;
|
|
25975
25992
|
if (previous == null)
|
|
25976
25993
|
return true;
|
|
25977
25994
|
if (previous.value !== B.Combinator_y180)
|
|
25978
25995
|
return false;
|
|
25979
|
-
return
|
|
25996
|
+
return parents.every$1(0, new A._compatibleWithPreviousCombinator_closure0());
|
|
25980
25997
|
},
|
|
25981
25998
|
_isSupercombinator0(combinator1, combinator2) {
|
|
25982
25999
|
var t1, t2;
|
|
@@ -25998,11 +26015,17 @@ self.util = _cliPkgRequires.util;
|
|
|
25998
26015
|
return t1;
|
|
25999
26016
|
},
|
|
26000
26017
|
compoundIsSuperselector0(compound1, compound2, parents) {
|
|
26001
|
-
var t2, pseudo1, index1, t3, pseudo2, index2, _0_50, t4, t5, _i, simple1, _null = null
|
|
26002
|
-
|
|
26003
|
-
|
|
26004
|
-
t1
|
|
26005
|
-
|
|
26018
|
+
var t1, _0_1, _0_5, _0_5_isSet, t2, pseudo1, index1, t3, pseudo2, index2, _0_50, t4, t5, _i, simple1, _null = null;
|
|
26019
|
+
if (!compound1.get$hasComplicatedSuperselectorSemantics() && !compound2.get$hasComplicatedSuperselectorSemantics()) {
|
|
26020
|
+
t1 = compound1.components;
|
|
26021
|
+
if (t1.length > compound2.components.length)
|
|
26022
|
+
return false;
|
|
26023
|
+
return B.JSArray_methods.every$1(t1, new A.compoundIsSuperselector_closure0(compound2));
|
|
26024
|
+
}
|
|
26025
|
+
_0_1 = A._findPseudoElementIndexed0(compound1);
|
|
26026
|
+
_0_5 = A._findPseudoElementIndexed0(compound2);
|
|
26027
|
+
t1 = type$.Record_2_nullable_Object_and_nullable_Object;
|
|
26028
|
+
_0_5_isSet = t1._is(_0_1);
|
|
26006
26029
|
if (_0_5_isSet) {
|
|
26007
26030
|
t2 = _0_1 == null;
|
|
26008
26031
|
pseudo1 = (t2 ? t1._as(_0_1) : _0_1)._0;
|
|
@@ -26149,6 +26172,9 @@ self.util = _cliPkgRequires.util;
|
|
|
26149
26172
|
},
|
|
26150
26173
|
_compatibleWithPreviousCombinator_closure0: function _compatibleWithPreviousCombinator_closure0() {
|
|
26151
26174
|
},
|
|
26175
|
+
compoundIsSuperselector_closure0: function compoundIsSuperselector_closure0(t0) {
|
|
26176
|
+
this.compound2 = t0;
|
|
26177
|
+
},
|
|
26152
26178
|
_selectorPseudoIsSuperselector_closure6: function _selectorPseudoIsSuperselector_closure6(t0) {
|
|
26153
26179
|
this.selector1 = t0;
|
|
26154
26180
|
},
|
|
@@ -26633,7 +26659,7 @@ self.util = _cliPkgRequires.util;
|
|
|
26633
26659
|
J.set$NodePackageImporter$x(self.exports, $.$get$nodePackageImporterClass());
|
|
26634
26660
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
26635
26661
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
26636
|
-
J.set$info$x(self.exports, "dart-sass\t1.77.
|
|
26662
|
+
J.set$info$x(self.exports, "dart-sass\t1.77.5\t(Sass Compiler)\t[Dart]\ndart2js\t3.4.3\t(Dart Compiler)\t[Dart]");
|
|
26637
26663
|
A.updateCanonicalizeContextPrototype();
|
|
26638
26664
|
A.updateSourceSpanPrototype();
|
|
26639
26665
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -31584,7 +31610,7 @@ self.util = _cliPkgRequires.util;
|
|
|
31584
31610
|
switch ($async$goto) {
|
|
31585
31611
|
case 0:
|
|
31586
31612
|
// Function start
|
|
31587
|
-
$async$returnValue = "1.77.
|
|
31613
|
+
$async$returnValue = "1.77.5 compiled with dart2js 3.4.3";
|
|
31588
31614
|
// goto return
|
|
31589
31615
|
$async$goto = 1;
|
|
31590
31616
|
break;
|
|
@@ -45888,7 +45914,7 @@ self.util = _cliPkgRequires.util;
|
|
|
45888
45914
|
if (_0_1 <= 0) {
|
|
45889
45915
|
t1 = A.List_List$of(_this.leadingCombinators, true, type$.CssValue_Combinator);
|
|
45890
45916
|
B.JSArray_methods.addAll$1(t1, combinators);
|
|
45891
|
-
t1 = A.ComplexSelector$(t1, B.
|
|
45917
|
+
t1 = A.ComplexSelector$(t1, B.List_empty2, _this.span, _this.lineBreak);
|
|
45892
45918
|
break $label0$0;
|
|
45893
45919
|
}
|
|
45894
45920
|
throw A.wrapException(A.ReachabilityError$(string$.None_o));
|
|
@@ -45991,6 +46017,17 @@ self.util = _cliPkgRequires.util;
|
|
|
45991
46017
|
}
|
|
45992
46018
|
return value;
|
|
45993
46019
|
},
|
|
46020
|
+
get$hasComplicatedSuperselectorSemantics() {
|
|
46021
|
+
var result, _this = this,
|
|
46022
|
+
value = _this.__CompoundSelector_hasComplicatedSuperselectorSemantics_FI;
|
|
46023
|
+
if (value === $) {
|
|
46024
|
+
result = B.JSArray_methods.any$1(_this.components, new A.CompoundSelector_hasComplicatedSuperselectorSemantics_closure());
|
|
46025
|
+
_this.__CompoundSelector_hasComplicatedSuperselectorSemantics_FI !== $ && A.throwUnnamedLateFieldADI();
|
|
46026
|
+
_this.__CompoundSelector_hasComplicatedSuperselectorSemantics_FI = result;
|
|
46027
|
+
value = result;
|
|
46028
|
+
}
|
|
46029
|
+
return value;
|
|
46030
|
+
},
|
|
45994
46031
|
accept$1$1(visitor) {
|
|
45995
46032
|
return visitor.visitCompoundSelector$1(this);
|
|
45996
46033
|
},
|
|
@@ -46012,6 +46049,12 @@ self.util = _cliPkgRequires.util;
|
|
|
46012
46049
|
},
|
|
46013
46050
|
$signature: 360
|
|
46014
46051
|
};
|
|
46052
|
+
A.CompoundSelector_hasComplicatedSuperselectorSemantics_closure.prototype = {
|
|
46053
|
+
call$1(component) {
|
|
46054
|
+
return component.get$hasComplicatedSuperselectorSemantics();
|
|
46055
|
+
},
|
|
46056
|
+
$signature: 13
|
|
46057
|
+
};
|
|
46015
46058
|
A.IDSelector.prototype = {
|
|
46016
46059
|
get$specificity() {
|
|
46017
46060
|
return A._asInt(Math.pow(A.SimpleSelector.prototype.get$specificity.call(this), 2));
|
|
@@ -46048,7 +46091,7 @@ self.util = _cliPkgRequires.util;
|
|
|
46048
46091
|
t1 = false;
|
|
46049
46092
|
return t1;
|
|
46050
46093
|
},
|
|
46051
|
-
$signature:
|
|
46094
|
+
$signature: 13
|
|
46052
46095
|
};
|
|
46053
46096
|
A.SelectorList.prototype = {
|
|
46054
46097
|
get$asSassList() {
|
|
@@ -46111,7 +46154,7 @@ self.util = _cliPkgRequires.util;
|
|
|
46111
46154
|
try {
|
|
46112
46155
|
if (!(parentSelector instanceof A.ParentSelector)) {
|
|
46113
46156
|
t2 = component.span;
|
|
46114
|
-
t2 = A._setArrayType([A.ComplexSelector$(B.
|
|
46157
|
+
t2 = A._setArrayType([A.ComplexSelector$(B.List_empty0, A._setArrayType([new A.ComplexSelectorComponent(A.CompoundSelector$(resolvedSimples, t1.span), A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator), t2)], type$.JSArray_ComplexSelectorComponent), t2, false)], type$.JSArray_ComplexSelector);
|
|
46115
46158
|
return t2;
|
|
46116
46159
|
} else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
|
|
46117
46160
|
t1 = $parent.withAdditionalCombinators$1(component.combinators);
|
|
@@ -46245,7 +46288,7 @@ self.util = _cliPkgRequires.util;
|
|
|
46245
46288
|
selector = simple.selector;
|
|
46246
46289
|
return selector != null && selector.accept$1(B.C__ParentSelectorVisitor) != null;
|
|
46247
46290
|
},
|
|
46248
|
-
$signature:
|
|
46291
|
+
$signature: 13
|
|
46249
46292
|
};
|
|
46250
46293
|
A.SelectorList__nestWithinCompound_closure0.prototype = {
|
|
46251
46294
|
call$1(simple) {
|
|
@@ -46365,6 +46408,9 @@ self.util = _cliPkgRequires.util;
|
|
|
46365
46408
|
get$isHostContext() {
|
|
46366
46409
|
return this.isClass && this.name === "host-context" && this.selector != null;
|
|
46367
46410
|
},
|
|
46411
|
+
get$hasComplicatedSuperselectorSemantics() {
|
|
46412
|
+
return !this.isClass || this.selector != null;
|
|
46413
|
+
},
|
|
46368
46414
|
get$specificity() {
|
|
46369
46415
|
var result, _this = this,
|
|
46370
46416
|
value = _this.__PseudoSelector_specificity_FI;
|
|
@@ -46510,7 +46556,7 @@ self.util = _cliPkgRequires.util;
|
|
|
46510
46556
|
t1 = false;
|
|
46511
46557
|
return t1;
|
|
46512
46558
|
},
|
|
46513
|
-
$signature:
|
|
46559
|
+
$signature: 13
|
|
46514
46560
|
};
|
|
46515
46561
|
A.QualifiedName.prototype = {
|
|
46516
46562
|
$eq(_, other) {
|
|
@@ -46531,6 +46577,9 @@ self.util = _cliPkgRequires.util;
|
|
|
46531
46577
|
get$specificity() {
|
|
46532
46578
|
return 1000;
|
|
46533
46579
|
},
|
|
46580
|
+
get$hasComplicatedSuperselectorSemantics() {
|
|
46581
|
+
return false;
|
|
46582
|
+
},
|
|
46534
46583
|
addSuffix$1(suffix) {
|
|
46535
46584
|
return A.throwExpression(A.MultiSpanSassException$('Selector "' + this.toString$0(0) + "\" can't have a suffix", this.span, "outer selector", A.LinkedHashMap_LinkedHashMap$_empty(type$.FileSpan, type$.String), null));
|
|
46536
46585
|
},
|
|
@@ -46589,7 +46638,7 @@ self.util = _cliPkgRequires.util;
|
|
|
46589
46638
|
call$1(simple) {
|
|
46590
46639
|
return this.$this.isSuperselector$1(simple);
|
|
46591
46640
|
},
|
|
46592
|
-
$signature:
|
|
46641
|
+
$signature: 13
|
|
46593
46642
|
};
|
|
46594
46643
|
A.TypeSelector.prototype = {
|
|
46595
46644
|
get$specificity() {
|
|
@@ -49489,7 +49538,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49489
49538
|
}
|
|
49490
49539
|
try {
|
|
49491
49540
|
argVersion = A.Version_Version$parse(id);
|
|
49492
|
-
sassVersion = A.Version_Version$parse("1.77.
|
|
49541
|
+
sassVersion = A.Version_Version$parse("1.77.5");
|
|
49493
49542
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
49494
49543
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
49495
49544
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -50582,7 +50631,7 @@ self.util = _cliPkgRequires.util;
|
|
|
50582
50631
|
extended = this._extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
|
|
50583
50632
|
if (extended == null) {
|
|
50584
50633
|
if (extendedNotExpanded != null)
|
|
50585
|
-
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$(B.
|
|
50634
|
+
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$(B.List_empty0, A._setArrayType([component], t10), t8, t6)], t9));
|
|
50586
50635
|
} else if (extendedNotExpanded != null)
|
|
50587
50636
|
extendedNotExpanded.push(extended);
|
|
50588
50637
|
else if (i !== 0) {
|
|
@@ -50637,10 +50686,10 @@ self.util = _cliPkgRequires.util;
|
|
|
50637
50686
|
compound = new A.CompoundSelector(t12, t10);
|
|
50638
50687
|
if (t12.length === 0)
|
|
50639
50688
|
A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
|
|
50640
|
-
result = A.List_List$from(B.
|
|
50689
|
+
result = A.List_List$from(B.List_empty0, false, t6);
|
|
50641
50690
|
result.fixed$length = Array;
|
|
50642
50691
|
result.immutable$list = Array;
|
|
50643
|
-
t12 = A.ComplexSelector$(B.
|
|
50692
|
+
t12 = A.ComplexSelector$(B.List_empty0, A._setArrayType([new A.ComplexSelectorComponent(compound, result, t10)], t7), t10, false);
|
|
50644
50693
|
_this._sourceSpecificityFor$1(compound);
|
|
50645
50694
|
options.push(A._setArrayType([new A.Extender(t12, true)], t5));
|
|
50646
50695
|
}
|
|
@@ -50670,7 +50719,7 @@ self.util = _cliPkgRequires.util;
|
|
|
50670
50719
|
t1 = t1 === B.ExtendMode_replace_replace;
|
|
50671
50720
|
t4 = !t1;
|
|
50672
50721
|
if (t4)
|
|
50673
|
-
t3.push(A.ComplexSelector$(B.
|
|
50722
|
+
t3.push(A.ComplexSelector$(B.List_empty0, A._setArrayType([new A.ComplexSelectorComponent(A.CompoundSelector$(J.expand$1$1$ax(J.get$first$ax(extenderPaths), new A.ExtensionStore__extendCompound_closure(), t11), t2.span), A.List_List$unmodifiable(component.combinators, t6), t10)], t7), t10, false));
|
|
50674
50723
|
t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
|
|
50675
50724
|
t5 = t2.$ti;
|
|
50676
50725
|
t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
|
|
@@ -50710,7 +50759,7 @@ self.util = _cliPkgRequires.util;
|
|
|
50710
50759
|
}
|
|
50711
50760
|
}
|
|
50712
50761
|
if (originals != null)
|
|
50713
|
-
toUnify.addFirst$1(A.ComplexSelector$(B.
|
|
50762
|
+
toUnify.addFirst$1(A.ComplexSelector$(B.List_empty0, A._setArrayType([new A.ComplexSelectorComponent(A.CompoundSelector$(originals, span), A.List_List$unmodifiable(B.List_empty0, type$.CssValue_Combinator), span)], type$.JSArray_ComplexSelectorComponent), span, originalsLineBreak));
|
|
50714
50763
|
complexes = A.unifyComplex(toUnify, span);
|
|
50715
50764
|
if (complexes == null)
|
|
50716
50765
|
return _null;
|
|
@@ -50734,7 +50783,7 @@ self.util = _cliPkgRequires.util;
|
|
|
50734
50783
|
},
|
|
50735
50784
|
_extenderForSimple$1(simple) {
|
|
50736
50785
|
var t1 = simple.span;
|
|
50737
|
-
t1 = A.ComplexSelector$(B.
|
|
50786
|
+
t1 = A.ComplexSelector$(B.List_empty0, A._setArrayType([new A.ComplexSelectorComponent(A.CompoundSelector$(A._setArrayType([simple], type$.JSArray_SimpleSelector), t1), A.List_List$unmodifiable(B.List_empty0, type$.CssValue_Combinator), t1)], type$.JSArray_ComplexSelectorComponent), t1, false);
|
|
50738
50787
|
this._sourceSpecificity.$index(0, simple);
|
|
50739
50788
|
return new A.Extender(t1, true);
|
|
50740
50789
|
},
|
|
@@ -50759,10 +50808,8 @@ self.util = _cliPkgRequires.util;
|
|
|
50759
50808
|
return A._setArrayType([pseudo.withSelector$1(A.SelectorList$(complexes, selector.span))], type$.JSArray_PseudoSelector);
|
|
50760
50809
|
},
|
|
50761
50810
|
_trim$2(selectors, isOriginal) {
|
|
50762
|
-
var
|
|
50763
|
-
|
|
50764
|
-
return selectors;
|
|
50765
|
-
result = A.QueueList$(null, type$.ComplexSelector);
|
|
50811
|
+
var i, t1, t2, numOriginals, _box_0, complex1, j, t3, t4, _i, t5, maxSpecificity,
|
|
50812
|
+
result = A.QueueList$(null, type$.ComplexSelector);
|
|
50766
50813
|
$label0$0:
|
|
50767
50814
|
for (i = selectors.length - 1, t1 = A._arrayInstanceType(selectors), t2 = t1._precomputed1, t1 = t1._eval$1("SubListIterable<1>"), numOriginals = 0; i >= 0; --i) {
|
|
50768
50815
|
_box_0 = {};
|
|
@@ -51055,7 +51102,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51055
51102
|
if (!A._mustUnify(group1, group2))
|
|
51056
51103
|
return null;
|
|
51057
51104
|
t1 = this.span;
|
|
51058
|
-
unified = A.unifyComplex(A._setArrayType([A.ComplexSelector$(B.
|
|
51105
|
+
unified = A.unifyComplex(A._setArrayType([A.ComplexSelector$(B.List_empty0, group1, t1, false), A.ComplexSelector$(B.List_empty0, group2, t1, false)], type$.JSArray_ComplexSelector), t1);
|
|
51059
51106
|
if (unified == null)
|
|
51060
51107
|
t1 = null;
|
|
51061
51108
|
else {
|
|
@@ -51099,7 +51146,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51099
51146
|
t1 = true;
|
|
51100
51147
|
return t1 && this.uniqueSelectors.contains$1(0, simple);
|
|
51101
51148
|
},
|
|
51102
|
-
$signature:
|
|
51149
|
+
$signature: 13
|
|
51103
51150
|
};
|
|
51104
51151
|
A.paths_closure.prototype = {
|
|
51105
51152
|
call$2(paths, choice) {
|
|
@@ -51167,6 +51214,12 @@ self.util = _cliPkgRequires.util;
|
|
|
51167
51214
|
},
|
|
51168
51215
|
$signature: 50
|
|
51169
51216
|
};
|
|
51217
|
+
A.compoundIsSuperselector_closure.prototype = {
|
|
51218
|
+
call$1(simple1) {
|
|
51219
|
+
return B.JSArray_methods.any$1(this.compound2.components, simple1.get$isSuperselector());
|
|
51220
|
+
},
|
|
51221
|
+
$signature: 13
|
|
51222
|
+
};
|
|
51170
51223
|
A._selectorPseudoIsSuperselector_closure.prototype = {
|
|
51171
51224
|
call$1(selector2) {
|
|
51172
51225
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
@@ -51182,7 +51235,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51182
51235
|
if (t2 != null)
|
|
51183
51236
|
B.JSArray_methods.addAll$1(t1, t2);
|
|
51184
51237
|
t2 = this.compound2;
|
|
51185
|
-
t1.push(new A.ComplexSelectorComponent(t2, A.List_List$unmodifiable(B.
|
|
51238
|
+
t1.push(new A.ComplexSelectorComponent(t2, A.List_List$unmodifiable(B.List_empty0, type$.CssValue_Combinator), t2.span));
|
|
51186
51239
|
t1 = A.complexIsSuperselector(complex1.components, t1);
|
|
51187
51240
|
} else
|
|
51188
51241
|
t1 = false;
|
|
@@ -51244,7 +51297,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51244
51297
|
}
|
|
51245
51298
|
return t1;
|
|
51246
51299
|
},
|
|
51247
|
-
$signature:
|
|
51300
|
+
$signature: 13
|
|
51248
51301
|
};
|
|
51249
51302
|
A._selectorPseudoIsSuperselector___closure.prototype = {
|
|
51250
51303
|
call$1(simple1) {
|
|
@@ -51256,7 +51309,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51256
51309
|
t1 = false;
|
|
51257
51310
|
return t1;
|
|
51258
51311
|
},
|
|
51259
|
-
$signature:
|
|
51312
|
+
$signature: 13
|
|
51260
51313
|
};
|
|
51261
51314
|
A._selectorPseudoIsSuperselector___closure0.prototype = {
|
|
51262
51315
|
call$1(simple1) {
|
|
@@ -51268,7 +51321,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51268
51321
|
t1 = false;
|
|
51269
51322
|
return t1;
|
|
51270
51323
|
},
|
|
51271
|
-
$signature:
|
|
51324
|
+
$signature: 13
|
|
51272
51325
|
};
|
|
51273
51326
|
A._selectorPseudoIsSuperselector_closure4.prototype = {
|
|
51274
51327
|
call$1(selector2) {
|
|
@@ -51292,7 +51345,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51292
51345
|
return false;
|
|
51293
51346
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
51294
51347
|
},
|
|
51295
|
-
$signature:
|
|
51348
|
+
$signature: 13
|
|
51296
51349
|
};
|
|
51297
51350
|
A._selectorPseudoArgs_closure.prototype = {
|
|
51298
51351
|
call$1(pseudo) {
|
|
@@ -52774,7 +52827,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52774
52827
|
t1 = this.span;
|
|
52775
52828
|
t2 = A._setArrayType([new A.ComplexSelectorComponent(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator), t1)], type$.JSArray_ComplexSelectorComponent);
|
|
52776
52829
|
B.JSArray_methods.addAll$1(t2, rest);
|
|
52777
|
-
return A.ComplexSelector$(B.
|
|
52830
|
+
return A.ComplexSelector$(B.List_empty0, t2, t1, false);
|
|
52778
52831
|
},
|
|
52779
52832
|
$signature: 57
|
|
52780
52833
|
};
|
|
@@ -56754,7 +56807,7 @@ self.util = _cliPkgRequires.util;
|
|
|
56754
56807
|
initialCombinators = combinators;
|
|
56755
56808
|
else
|
|
56756
56809
|
t1.error$1(0, _s18_);
|
|
56757
|
-
t3 = initialCombinators == null ? B.
|
|
56810
|
+
t3 = initialCombinators == null ? B.List_empty0 : initialCombinators;
|
|
56758
56811
|
return A.ComplexSelector$(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
56759
56812
|
},
|
|
56760
56813
|
_complexSelector$0() {
|
|
@@ -63225,7 +63278,7 @@ self.util = _cliPkgRequires.util;
|
|
|
63225
63278
|
call$1(simple) {
|
|
63226
63279
|
return simple.accept$1(this.$this);
|
|
63227
63280
|
},
|
|
63228
|
-
$signature:
|
|
63281
|
+
$signature: 13
|
|
63229
63282
|
};
|
|
63230
63283
|
A._EvaluateVisitor0.prototype = {
|
|
63231
63284
|
_EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap0(functions, importCache, logger, nodeImporter, quietDeps, sourceMap) {
|
|
@@ -68992,7 +69045,7 @@ self.util = _cliPkgRequires.util;
|
|
|
68992
69045
|
call$1(target) {
|
|
68993
69046
|
return !this.selectors.contains$1(0, target);
|
|
68994
69047
|
},
|
|
68995
|
-
$signature:
|
|
69048
|
+
$signature: 13
|
|
68996
69049
|
};
|
|
68997
69050
|
A._EvaluateVisitor__combineCss_visitModule0.prototype = {
|
|
68998
69051
|
call$1(module) {
|
|
@@ -69024,7 +69077,7 @@ self.util = _cliPkgRequires.util;
|
|
|
69024
69077
|
call$1(target) {
|
|
69025
69078
|
return !this.originalSelectors.contains$1(0, target);
|
|
69026
69079
|
},
|
|
69027
|
-
$signature:
|
|
69080
|
+
$signature: 13
|
|
69028
69081
|
};
|
|
69029
69082
|
A._EvaluateVisitor__extendModules_closure2.prototype = {
|
|
69030
69083
|
call$0() {
|
|
@@ -74576,7 +74629,7 @@ self.util = _cliPkgRequires.util;
|
|
|
74576
74629
|
call$1(target) {
|
|
74577
74630
|
return !this.selectors.contains$1(0, target);
|
|
74578
74631
|
},
|
|
74579
|
-
$signature:
|
|
74632
|
+
$signature: 13
|
|
74580
74633
|
};
|
|
74581
74634
|
A._EvaluateVisitor__combineCss_visitModule.prototype = {
|
|
74582
74635
|
call$1(module) {
|
|
@@ -74608,7 +74661,7 @@ self.util = _cliPkgRequires.util;
|
|
|
74608
74661
|
call$1(target) {
|
|
74609
74662
|
return !this.originalSelectors.contains$1(0, target);
|
|
74610
74663
|
},
|
|
74611
|
-
$signature:
|
|
74664
|
+
$signature: 13
|
|
74612
74665
|
};
|
|
74613
74666
|
A._EvaluateVisitor__extendModules_closure0.prototype = {
|
|
74614
74667
|
call$0() {
|
|
@@ -79929,7 +79982,7 @@ self.util = _cliPkgRequires.util;
|
|
|
79929
79982
|
call$1(simple) {
|
|
79930
79983
|
return simple.accept$1(this.$this);
|
|
79931
79984
|
},
|
|
79932
|
-
$signature:
|
|
79985
|
+
$signature: 14
|
|
79933
79986
|
};
|
|
79934
79987
|
A.SupportsAnything0.prototype = {
|
|
79935
79988
|
toString$0(_) {
|
|
@@ -80163,7 +80216,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80163
80216
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassArgumentList$0(A._setArrayType([], type$.JSArray_Value_2), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Value_2), B.ListSeparator_undecided_null_undecided0).constructor), jsClass);
|
|
80164
80217
|
return jsClass;
|
|
80165
80218
|
},
|
|
80166
|
-
$signature:
|
|
80219
|
+
$signature: 15
|
|
80167
80220
|
};
|
|
80168
80221
|
A.argumentListClass__closure.prototype = {
|
|
80169
80222
|
call$4($self, contents, keywords, separator) {
|
|
@@ -87031,7 +87084,7 @@ self.util = _cliPkgRequires.util;
|
|
|
87031
87084
|
call$1(target) {
|
|
87032
87085
|
return !this.selectors.contains$1(0, target);
|
|
87033
87086
|
},
|
|
87034
|
-
$signature:
|
|
87087
|
+
$signature: 14
|
|
87035
87088
|
};
|
|
87036
87089
|
A._EvaluateVisitor__combineCss_visitModule2.prototype = {
|
|
87037
87090
|
call$1(module) {
|
|
@@ -87063,7 +87116,7 @@ self.util = _cliPkgRequires.util;
|
|
|
87063
87116
|
call$1(target) {
|
|
87064
87117
|
return !this.originalSelectors.contains$1(0, target);
|
|
87065
87118
|
},
|
|
87066
|
-
$signature:
|
|
87119
|
+
$signature: 14
|
|
87067
87120
|
};
|
|
87068
87121
|
A._EvaluateVisitor__extendModules_closure6.prototype = {
|
|
87069
87122
|
call$0() {
|
|
@@ -90594,7 +90647,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90594
90647
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
90595
90648
|
return jsClass;
|
|
90596
90649
|
},
|
|
90597
|
-
$signature:
|
|
90650
|
+
$signature: 15
|
|
90598
90651
|
};
|
|
90599
90652
|
A.booleanClass__closure.prototype = {
|
|
90600
90653
|
call$2($self, _) {
|
|
@@ -90620,7 +90673,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90620
90673
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
90621
90674
|
return jsClass;
|
|
90622
90675
|
},
|
|
90623
|
-
$signature:
|
|
90676
|
+
$signature: 15
|
|
90624
90677
|
};
|
|
90625
90678
|
A.legacyBooleanClass__closure.prototype = {
|
|
90626
90679
|
call$2(_, __) {
|
|
@@ -90773,7 +90826,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90773
90826
|
A.JSClassExtension_injectSuperclass(t1._as(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([A.SassNumber_SassNumber0(1, null)], type$.JSArray_Object), type$.Object)).constructor), jsClass);
|
|
90774
90827
|
return jsClass;
|
|
90775
90828
|
},
|
|
90776
|
-
$signature:
|
|
90829
|
+
$signature: 15
|
|
90777
90830
|
};
|
|
90778
90831
|
A.calculationClass__closure.prototype = {
|
|
90779
90832
|
call$2($self, _) {
|
|
@@ -90873,7 +90926,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90873
90926
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassCalculation_operateInternal0(B.CalculationOperator_g2q0, A.SassNumber_SassNumber0(1, null), A.SassNumber_SassNumber0(1, null), false, false).constructor), jsClass);
|
|
90874
90927
|
return jsClass;
|
|
90875
90928
|
},
|
|
90876
|
-
$signature:
|
|
90929
|
+
$signature: 15
|
|
90877
90930
|
};
|
|
90878
90931
|
A.calculationOperationClass__closure.prototype = {
|
|
90879
90932
|
call$4($self, strOperator, left, right) {
|
|
@@ -90935,7 +90988,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90935
90988
|
A.JSClassExtension_injectSuperclass(t1._as(new A.CalculationInterpolation("").constructor), jsClass);
|
|
90936
90989
|
return jsClass;
|
|
90937
90990
|
},
|
|
90938
|
-
$signature:
|
|
90991
|
+
$signature: 15
|
|
90939
90992
|
};
|
|
90940
90993
|
A.calculationInterpolationClass__closure.prototype = {
|
|
90941
90994
|
call$2($self, value) {
|
|
@@ -91692,7 +91745,7 @@ self.util = _cliPkgRequires.util;
|
|
|
91692
91745
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassColor$rgb0(0, 0, 0, 1).constructor), jsClass);
|
|
91693
91746
|
return jsClass;
|
|
91694
91747
|
},
|
|
91695
|
-
$signature:
|
|
91748
|
+
$signature: 15
|
|
91696
91749
|
};
|
|
91697
91750
|
A.colorClass__closure.prototype = {
|
|
91698
91751
|
call$2($self, color) {
|
|
@@ -92495,7 +92548,7 @@ self.util = _cliPkgRequires.util;
|
|
|
92495
92548
|
call$0() {
|
|
92496
92549
|
return type$.JSClass._as(A.allowInteropCaptureThisNamed("sass.NodePackageImporter", new A.nodePackageImporterClass__closure()));
|
|
92497
92550
|
},
|
|
92498
|
-
$signature:
|
|
92551
|
+
$signature: 15
|
|
92499
92552
|
};
|
|
92500
92553
|
A.nodePackageImporterClass__closure.prototype = {
|
|
92501
92554
|
call$2($self, entrypointDirectory) {
|
|
@@ -92559,7 +92612,7 @@ self.util = _cliPkgRequires.util;
|
|
|
92559
92612
|
A.JSClassExtension_injectSuperclass(t1._as(new A.Compiler().constructor), jsClass);
|
|
92560
92613
|
return jsClass;
|
|
92561
92614
|
},
|
|
92562
|
-
$signature:
|
|
92615
|
+
$signature: 15
|
|
92563
92616
|
};
|
|
92564
92617
|
A.compilerClass__closure.prototype = {
|
|
92565
92618
|
call$1($self) {
|
|
@@ -92613,7 +92666,7 @@ self.util = _cliPkgRequires.util;
|
|
|
92613
92666
|
A.JSClassExtension_injectSuperclass(t1._as(new A.AsyncCompiler(new A.FutureGroup(new A._AsyncCompleter(new A._Future($.Zone__current, type$._Future_List_void), type$._AsyncCompleter_List_void), [], type$.FutureGroup_void)).constructor), jsClass);
|
|
92614
92667
|
return jsClass;
|
|
92615
92668
|
},
|
|
92616
|
-
$signature:
|
|
92669
|
+
$signature: 15
|
|
92617
92670
|
};
|
|
92618
92671
|
A.asyncCompilerClass__closure.prototype = {
|
|
92619
92672
|
call$1($self) {
|
|
@@ -92810,7 +92863,7 @@ self.util = _cliPkgRequires.util;
|
|
|
92810
92863
|
if (_0_1 <= 0) {
|
|
92811
92864
|
t1 = A.List_List$of(_this.leadingCombinators, true, type$.CssValue_Combinator_2);
|
|
92812
92865
|
B.JSArray_methods.addAll$1(t1, combinators);
|
|
92813
|
-
t1 = A.ComplexSelector$0(t1, B.
|
|
92866
|
+
t1 = A.ComplexSelector$0(t1, B.List_empty15, _this.span, _this.lineBreak);
|
|
92814
92867
|
break $label0$0;
|
|
92815
92868
|
}
|
|
92816
92869
|
throw A.wrapException(A.ReachabilityError$(string$.None_o));
|
|
@@ -92913,6 +92966,17 @@ self.util = _cliPkgRequires.util;
|
|
|
92913
92966
|
}
|
|
92914
92967
|
return value;
|
|
92915
92968
|
},
|
|
92969
|
+
get$hasComplicatedSuperselectorSemantics() {
|
|
92970
|
+
var result, _this = this,
|
|
92971
|
+
value = _this._compound$__CompoundSelector_hasComplicatedSuperselectorSemantics_FI;
|
|
92972
|
+
if (value === $) {
|
|
92973
|
+
result = B.JSArray_methods.any$1(_this.components, new A.CompoundSelector_hasComplicatedSuperselectorSemantics_closure0());
|
|
92974
|
+
_this._compound$__CompoundSelector_hasComplicatedSuperselectorSemantics_FI !== $ && A.throwUnnamedLateFieldADI();
|
|
92975
|
+
_this._compound$__CompoundSelector_hasComplicatedSuperselectorSemantics_FI = result;
|
|
92976
|
+
value = result;
|
|
92977
|
+
}
|
|
92978
|
+
return value;
|
|
92979
|
+
},
|
|
92916
92980
|
accept$1$1(visitor) {
|
|
92917
92981
|
return visitor.visitCompoundSelector$1(this);
|
|
92918
92982
|
},
|
|
@@ -92934,6 +92998,12 @@ self.util = _cliPkgRequires.util;
|
|
|
92934
92998
|
},
|
|
92935
92999
|
$signature: 411
|
|
92936
93000
|
};
|
|
93001
|
+
A.CompoundSelector_hasComplicatedSuperselectorSemantics_closure0.prototype = {
|
|
93002
|
+
call$1(component) {
|
|
93003
|
+
return component.get$hasComplicatedSuperselectorSemantics();
|
|
93004
|
+
},
|
|
93005
|
+
$signature: 14
|
|
93006
|
+
};
|
|
92937
93007
|
A.Configuration0.prototype = {
|
|
92938
93008
|
throughForward$1($forward) {
|
|
92939
93009
|
var _0_0, _1_0, _2_0, t1, hiddenVariables,
|
|
@@ -93438,7 +93508,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93438
93508
|
A.JSClassExtension_injectSuperclass(t1._as(A.Version_Version(0, 0, 0, null).constructor), jsClass);
|
|
93439
93509
|
return jsClass;
|
|
93440
93510
|
},
|
|
93441
|
-
$signature:
|
|
93511
|
+
$signature: 15
|
|
93442
93512
|
};
|
|
93443
93513
|
A.versionClass__closure.prototype = {
|
|
93444
93514
|
call$4($self, major, minor, patch) {
|
|
@@ -96958,7 +97028,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96958
97028
|
call$1(target) {
|
|
96959
97029
|
return !this.selectors.contains$1(0, target);
|
|
96960
97030
|
},
|
|
96961
|
-
$signature:
|
|
97031
|
+
$signature: 14
|
|
96962
97032
|
};
|
|
96963
97033
|
A._EvaluateVisitor__combineCss_visitModule1.prototype = {
|
|
96964
97034
|
call$1(module) {
|
|
@@ -96990,7 +97060,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96990
97060
|
call$1(target) {
|
|
96991
97061
|
return !this.originalSelectors.contains$1(0, target);
|
|
96992
97062
|
},
|
|
96993
|
-
$signature:
|
|
97063
|
+
$signature: 14
|
|
96994
97064
|
};
|
|
96995
97065
|
A._EvaluateVisitor__extendModules_closure4.prototype = {
|
|
96996
97066
|
call$0() {
|
|
@@ -98365,7 +98435,7 @@ self.util = _cliPkgRequires.util;
|
|
|
98365
98435
|
A.LinkedHashMap_LinkedHashMap$_literal(["sassMessage", new A.exceptionClass__closure(), "sassStack", new A.exceptionClass__closure0(), "span", new A.exceptionClass__closure1()], type$.String, type$.Function).forEach$1(0, A.JSClassExtension_get_defineGetter(jsClass));
|
|
98366
98436
|
return jsClass;
|
|
98367
98437
|
},
|
|
98368
|
-
$signature:
|
|
98438
|
+
$signature: 15
|
|
98369
98439
|
};
|
|
98370
98440
|
A.exceptionClass__closure.prototype = {
|
|
98371
98441
|
call$1(exception) {
|
|
@@ -99216,7 +99286,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99216
99286
|
extended = this._extension_store$_extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
|
|
99217
99287
|
if (extended == null) {
|
|
99218
99288
|
if (extendedNotExpanded != null)
|
|
99219
|
-
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.
|
|
99289
|
+
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty13, A._setArrayType([component], t10), t8, t6)], t9));
|
|
99220
99290
|
} else if (extendedNotExpanded != null)
|
|
99221
99291
|
extendedNotExpanded.push(extended);
|
|
99222
99292
|
else if (i !== 0) {
|
|
@@ -99271,10 +99341,10 @@ self.util = _cliPkgRequires.util;
|
|
|
99271
99341
|
compound = new A.CompoundSelector0(t12, t10);
|
|
99272
99342
|
if (t12.length === 0)
|
|
99273
99343
|
A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
|
|
99274
|
-
result = A.List_List$from(B.
|
|
99344
|
+
result = A.List_List$from(B.List_empty13, false, t6);
|
|
99275
99345
|
result.fixed$length = Array;
|
|
99276
99346
|
result.immutable$list = Array;
|
|
99277
|
-
t12 = A.ComplexSelector$0(B.
|
|
99347
|
+
t12 = A.ComplexSelector$0(B.List_empty13, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
|
|
99278
99348
|
_this._extension_store$_sourceSpecificityFor$1(compound);
|
|
99279
99349
|
options.push(A._setArrayType([new A.Extender0(t12, true)], t5));
|
|
99280
99350
|
}
|
|
@@ -99304,7 +99374,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99304
99374
|
t1 = t1 === B.ExtendMode_replace_replace0;
|
|
99305
99375
|
t4 = !t1;
|
|
99306
99376
|
if (t4)
|
|
99307
|
-
t3.push(A.ComplexSelector$0(B.
|
|
99377
|
+
t3.push(A.ComplexSelector$0(B.List_empty13, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(J.expand$1$1$ax(J.get$first$ax(extenderPaths), new A.ExtensionStore__extendCompound_closure2(), t11), t2.span), A.List_List$unmodifiable(component.combinators, t6), t10)], t7), t10, false));
|
|
99308
99378
|
t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
|
|
99309
99379
|
t5 = t2.$ti;
|
|
99310
99380
|
t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
|
|
@@ -99344,7 +99414,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99344
99414
|
}
|
|
99345
99415
|
}
|
|
99346
99416
|
if (originals != null)
|
|
99347
|
-
toUnify.addFirst$1(A.ComplexSelector$0(B.
|
|
99417
|
+
toUnify.addFirst$1(A.ComplexSelector$0(B.List_empty13, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(originals, span), A.List_List$unmodifiable(B.List_empty13, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, originalsLineBreak));
|
|
99348
99418
|
complexes = A.unifyComplex0(toUnify, span);
|
|
99349
99419
|
if (complexes == null)
|
|
99350
99420
|
return _null;
|
|
@@ -99368,7 +99438,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99368
99438
|
},
|
|
99369
99439
|
_extension_store$_extenderForSimple$1(simple) {
|
|
99370
99440
|
var t1 = simple.span;
|
|
99371
|
-
t1 = A.ComplexSelector$0(B.
|
|
99441
|
+
t1 = A.ComplexSelector$0(B.List_empty13, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([simple], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty13, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2), t1, false);
|
|
99372
99442
|
this._extension_store$_sourceSpecificity.$index(0, simple);
|
|
99373
99443
|
return new A.Extender0(t1, true);
|
|
99374
99444
|
},
|
|
@@ -99393,10 +99463,8 @@ self.util = _cliPkgRequires.util;
|
|
|
99393
99463
|
return A._setArrayType([pseudo.withSelector$1(A.SelectorList$0(complexes, selector.span))], type$.JSArray_PseudoSelector_2);
|
|
99394
99464
|
},
|
|
99395
99465
|
_extension_store$_trim$2(selectors, isOriginal) {
|
|
99396
|
-
var
|
|
99397
|
-
|
|
99398
|
-
return selectors;
|
|
99399
|
-
result = A.QueueList$(null, type$.ComplexSelector_2);
|
|
99466
|
+
var i, t1, t2, numOriginals, _box_0, complex1, j, t3, t4, _i, t5, maxSpecificity,
|
|
99467
|
+
result = A.QueueList$(null, type$.ComplexSelector_2);
|
|
99400
99468
|
$label0$0:
|
|
99401
99469
|
for (i = selectors.length - 1, t1 = A._arrayInstanceType(selectors), t2 = t1._precomputed1, t1 = t1._eval$1("SubListIterable<1>"), numOriginals = 0; i >= 0; --i) {
|
|
99402
99470
|
_box_0 = {};
|
|
@@ -99944,7 +100012,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99944
100012
|
A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null)).constructor), jsClass);
|
|
99945
100013
|
return jsClass;
|
|
99946
100014
|
},
|
|
99947
|
-
$signature:
|
|
100015
|
+
$signature: 15
|
|
99948
100016
|
};
|
|
99949
100017
|
A.functionClass__closure.prototype = {
|
|
99950
100018
|
call$3($self, signature, callback) {
|
|
@@ -100021,7 +100089,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100021
100089
|
if (!A._mustUnify0(group1, group2))
|
|
100022
100090
|
return null;
|
|
100023
100091
|
t1 = this.span;
|
|
100024
|
-
unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.
|
|
100092
|
+
unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.List_empty13, group1, t1, false), A.ComplexSelector$0(B.List_empty13, group2, t1, false)], type$.JSArray_ComplexSelector_2), t1);
|
|
100025
100093
|
if (unified == null)
|
|
100026
100094
|
t1 = null;
|
|
100027
100095
|
else {
|
|
@@ -100065,7 +100133,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100065
100133
|
t1 = true;
|
|
100066
100134
|
return t1 && this.uniqueSelectors.contains$1(0, simple);
|
|
100067
100135
|
},
|
|
100068
|
-
$signature:
|
|
100136
|
+
$signature: 14
|
|
100069
100137
|
};
|
|
100070
100138
|
A.paths_closure0.prototype = {
|
|
100071
100139
|
call$2(paths, choice) {
|
|
@@ -100133,6 +100201,12 @@ self.util = _cliPkgRequires.util;
|
|
|
100133
100201
|
},
|
|
100134
100202
|
$signature: 51
|
|
100135
100203
|
};
|
|
100204
|
+
A.compoundIsSuperselector_closure0.prototype = {
|
|
100205
|
+
call$1(simple1) {
|
|
100206
|
+
return B.JSArray_methods.any$1(this.compound2.components, simple1.get$isSuperselector());
|
|
100207
|
+
},
|
|
100208
|
+
$signature: 14
|
|
100209
|
+
};
|
|
100136
100210
|
A._selectorPseudoIsSuperselector_closure6.prototype = {
|
|
100137
100211
|
call$1(selector2) {
|
|
100138
100212
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
@@ -100148,7 +100222,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100148
100222
|
if (t2 != null)
|
|
100149
100223
|
B.JSArray_methods.addAll$1(t1, t2);
|
|
100150
100224
|
t2 = this.compound2;
|
|
100151
|
-
t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.
|
|
100225
|
+
t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty13, type$.CssValue_Combinator_2), t2.span));
|
|
100152
100226
|
t1 = A.complexIsSuperselector0(complex1.components, t1);
|
|
100153
100227
|
} else
|
|
100154
100228
|
t1 = false;
|
|
@@ -100210,7 +100284,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100210
100284
|
}
|
|
100211
100285
|
return t1;
|
|
100212
100286
|
},
|
|
100213
|
-
$signature:
|
|
100287
|
+
$signature: 14
|
|
100214
100288
|
};
|
|
100215
100289
|
A._selectorPseudoIsSuperselector___closure1.prototype = {
|
|
100216
100290
|
call$1(simple1) {
|
|
@@ -100222,7 +100296,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100222
100296
|
t1 = false;
|
|
100223
100297
|
return t1;
|
|
100224
100298
|
},
|
|
100225
|
-
$signature:
|
|
100299
|
+
$signature: 14
|
|
100226
100300
|
};
|
|
100227
100301
|
A._selectorPseudoIsSuperselector___closure2.prototype = {
|
|
100228
100302
|
call$1(simple1) {
|
|
@@ -100234,7 +100308,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100234
100308
|
t1 = false;
|
|
100235
100309
|
return t1;
|
|
100236
100310
|
},
|
|
100237
|
-
$signature:
|
|
100311
|
+
$signature: 14
|
|
100238
100312
|
};
|
|
100239
100313
|
A._selectorPseudoIsSuperselector_closure11.prototype = {
|
|
100240
100314
|
call$1(selector2) {
|
|
@@ -100258,7 +100332,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100258
100332
|
return false;
|
|
100259
100333
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
100260
100334
|
},
|
|
100261
|
-
$signature:
|
|
100335
|
+
$signature: 14
|
|
100262
100336
|
};
|
|
100263
100337
|
A._selectorPseudoArgs_closure1.prototype = {
|
|
100264
100338
|
call$1(pseudo) {
|
|
@@ -100315,7 +100389,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100315
100389
|
t1 = false;
|
|
100316
100390
|
return t1;
|
|
100317
100391
|
},
|
|
100318
|
-
$signature:
|
|
100392
|
+
$signature: 14
|
|
100319
100393
|
};
|
|
100320
100394
|
A.IfExpression0.prototype = {
|
|
100321
100395
|
accept$1$1(visitor) {
|
|
@@ -102221,7 +102295,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102221
102295
|
try {
|
|
102222
102296
|
if (!(parentSelector instanceof A.ParentSelector0)) {
|
|
102223
102297
|
t2 = component.span;
|
|
102224
|
-
t2 = A._setArrayType([A.ComplexSelector$0(B.
|
|
102298
|
+
t2 = A._setArrayType([A.ComplexSelector$0(B.List_empty13, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(resolvedSimples, t1.span), A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t2)], type$.JSArray_ComplexSelectorComponent_2), t2, false)], type$.JSArray_ComplexSelector_2);
|
|
102225
102299
|
return t2;
|
|
102226
102300
|
} else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
|
|
102227
102301
|
t1 = $parent.withAdditionalCombinators$1(component.combinators);
|
|
@@ -102355,7 +102429,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102355
102429
|
selector = simple.selector;
|
|
102356
102430
|
return selector != null && selector.accept$1(B.C__ParentSelectorVisitor0) != null;
|
|
102357
102431
|
},
|
|
102358
|
-
$signature:
|
|
102432
|
+
$signature: 14
|
|
102359
102433
|
};
|
|
102360
102434
|
A.SelectorList__nestWithinCompound_closure3.prototype = {
|
|
102361
102435
|
call$1(simple) {
|
|
@@ -102449,7 +102523,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102449
102523
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassList_k8F.constructor), jsClass);
|
|
102450
102524
|
return jsClass;
|
|
102451
102525
|
},
|
|
102452
|
-
$signature:
|
|
102526
|
+
$signature: 15
|
|
102453
102527
|
};
|
|
102454
102528
|
A.listClass__closure.prototype = {
|
|
102455
102529
|
call$3($self, contentsOrOptions, options) {
|
|
@@ -102938,7 +103012,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102938
103012
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassMap_Map_empty0.constructor), jsClass);
|
|
102939
103013
|
return jsClass;
|
|
102940
103014
|
},
|
|
102941
|
-
$signature:
|
|
103015
|
+
$signature: 15
|
|
102942
103016
|
};
|
|
102943
103017
|
A.mapClass__closure.prototype = {
|
|
102944
103018
|
call$2($self, contents) {
|
|
@@ -103864,7 +103938,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103864
103938
|
A.JSClassExtension_injectSuperclass(t1._as(new A.SassMixin0(A.BuiltInCallable$function0("f", "", new A.mixinClass__closure0(), null)).constructor), jsClass);
|
|
103865
103939
|
return jsClass;
|
|
103866
103940
|
},
|
|
103867
|
-
$signature:
|
|
103941
|
+
$signature: 15
|
|
103868
103942
|
};
|
|
103869
103943
|
A.mixinClass__closure.prototype = {
|
|
103870
103944
|
call$1($self) {
|
|
@@ -104590,7 +104664,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104590
104664
|
A.JSClassExtension_injectSuperclass(t1._as(B.C__SassNull0.constructor), jsClass);
|
|
104591
104665
|
return jsClass;
|
|
104592
104666
|
},
|
|
104593
|
-
$signature:
|
|
104667
|
+
$signature: 15
|
|
104594
104668
|
};
|
|
104595
104669
|
A.legacyNullClass__closure.prototype = {
|
|
104596
104670
|
call$2(_, __) {
|
|
@@ -104655,7 +104729,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104655
104729
|
A.JSClassExtension_injectSuperclass(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(A.SassNumber_SassNumber0(0, null).constructor))).constructor), jsClass);
|
|
104656
104730
|
return jsClass;
|
|
104657
104731
|
},
|
|
104658
|
-
$signature:
|
|
104732
|
+
$signature: 15
|
|
104659
104733
|
};
|
|
104660
104734
|
A.numberClass__closure.prototype = {
|
|
104661
104735
|
call$3($self, value, unitOrOptions) {
|
|
@@ -106579,6 +106653,9 @@ self.util = _cliPkgRequires.util;
|
|
|
106579
106653
|
get$isHostContext() {
|
|
106580
106654
|
return this.isClass && this.name === "host-context" && this.selector != null;
|
|
106581
106655
|
},
|
|
106656
|
+
get$hasComplicatedSuperselectorSemantics() {
|
|
106657
|
+
return !this.isClass || this.selector != null;
|
|
106658
|
+
},
|
|
106582
106659
|
get$specificity() {
|
|
106583
106660
|
var result, _this = this,
|
|
106584
106661
|
value = _this._pseudo$__PseudoSelector_specificity_FI;
|
|
@@ -106724,7 +106801,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106724
106801
|
t1 = false;
|
|
106725
106802
|
return t1;
|
|
106726
106803
|
},
|
|
106727
|
-
$signature:
|
|
106804
|
+
$signature: 14
|
|
106728
106805
|
};
|
|
106729
106806
|
A.PublicMemberMapView0.prototype = {
|
|
106730
106807
|
get$keys(_) {
|
|
@@ -107812,7 +107889,7 @@ self.util = _cliPkgRequires.util;
|
|
|
107812
107889
|
t1 = this.span;
|
|
107813
107890
|
t2 = A._setArrayType([new A.ComplexSelectorComponent0(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2);
|
|
107814
107891
|
B.JSArray_methods.addAll$1(t2, rest);
|
|
107815
|
-
return A.ComplexSelector$0(B.
|
|
107892
|
+
return A.ComplexSelector$0(B.List_empty13, t2, t1, false);
|
|
107816
107893
|
},
|
|
107817
107894
|
$signature: 56
|
|
107818
107895
|
};
|
|
@@ -108014,7 +108091,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108014
108091
|
initialCombinators = combinators;
|
|
108015
108092
|
else
|
|
108016
108093
|
t1.error$1(0, _s18_);
|
|
108017
|
-
t3 = initialCombinators == null ? B.
|
|
108094
|
+
t3 = initialCombinators == null ? B.List_empty13 : initialCombinators;
|
|
108018
108095
|
return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
108019
108096
|
},
|
|
108020
108097
|
_selector$_complexSelector$0() {
|
|
@@ -109855,6 +109932,9 @@ self.util = _cliPkgRequires.util;
|
|
|
109855
109932
|
get$specificity() {
|
|
109856
109933
|
return 1000;
|
|
109857
109934
|
},
|
|
109935
|
+
get$hasComplicatedSuperselectorSemantics() {
|
|
109936
|
+
return false;
|
|
109937
|
+
},
|
|
109858
109938
|
addSuffix$1(suffix) {
|
|
109859
109939
|
return A.throwExpression(A.MultiSpanSassException$0('Selector "' + this.toString$0(0) + "\" can't have a suffix", this.span, "outer selector", A.LinkedHashMap_LinkedHashMap$_empty(type$.FileSpan, type$.String), null));
|
|
109860
109940
|
},
|
|
@@ -109913,7 +109993,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109913
109993
|
call$1(simple) {
|
|
109914
109994
|
return this.$this.isSuperselector$1(simple);
|
|
109915
109995
|
},
|
|
109916
|
-
$signature:
|
|
109996
|
+
$signature: 14
|
|
109917
109997
|
};
|
|
109918
109998
|
A.SingleUnitSassNumber0.prototype = {
|
|
109919
109999
|
get$numeratorUnits(_) {
|
|
@@ -110620,7 +110700,7 @@ self.util = _cliPkgRequires.util;
|
|
|
110620
110700
|
A.JSClassExtension_injectSuperclass(t1._as(t2.constructor), jsClass);
|
|
110621
110701
|
return jsClass;
|
|
110622
110702
|
},
|
|
110623
|
-
$signature:
|
|
110703
|
+
$signature: 15
|
|
110624
110704
|
};
|
|
110625
110705
|
A.stringClass__closure.prototype = {
|
|
110626
110706
|
call$3($self, textOrOptions, options) {
|
|
@@ -115289,7 +115369,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115289
115369
|
A.LinkedHashMap_LinkedHashMap$_literal(["sassIndexToListIndex", new A.valueClass__closure5(), "get", new A.valueClass__closure6(), "assertBoolean", new A.valueClass__closure7(), "assertCalculation", new A.valueClass__closure8(), "assertColor", new A.valueClass__closure9(), "assertFunction", new A.valueClass__closure10(), "assertMap", new A.valueClass__closure11(), "assertMixin", new A.valueClass__closure12(), "assertNumber", new A.valueClass__closure13(), "assertString", new A.valueClass__closure14(), "tryMap", new A.valueClass__closure15(), "equals", new A.valueClass__closure16(), "hashCode", new A.valueClass__closure17(), "toString", new A.valueClass__closure18()], t1, t2).forEach$1(0, A.JSClassExtension_get_defineMethod(jsClass));
|
|
115290
115370
|
return jsClass;
|
|
115291
115371
|
},
|
|
115292
|
-
$signature:
|
|
115372
|
+
$signature: 15
|
|
115293
115373
|
};
|
|
115294
115374
|
A.valueClass__closure.prototype = {
|
|
115295
115375
|
call$1($self) {
|
|
@@ -115970,13 +116050,13 @@ self.util = _cliPkgRequires.util;
|
|
|
115970
116050
|
_instance_1_u(A._IsBogusVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 16);
|
|
115971
116051
|
_instance_1_u(A._IsUselessVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 16);
|
|
115972
116052
|
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1", 74);
|
|
115973
|
-
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
115974
|
-
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
115975
|
-
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
115976
|
-
_instance_1_u(A.UniversalSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
116053
|
+
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
116054
|
+
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
116055
|
+
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
116056
|
+
_instance_1_u(A.UniversalSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
115977
116057
|
_instance_1_u(A.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 225);
|
|
115978
116058
|
_instance_1_u(A.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 225);
|
|
115979
|
-
_static_1(A, "functions___isUnique$closure", "_isUnique",
|
|
116059
|
+
_static_1(A, "functions___isUnique$closure", "_isUnique", 13);
|
|
115980
116060
|
_static_1(A, "color0___opacify$closure", "_opacify", 29);
|
|
115981
116061
|
_static_1(A, "color0___transparentize$closure", "_transparentize", 29);
|
|
115982
116062
|
_instance_2_u(A.NodePackageImporter.prototype, "get$_compareExpansionKeys", "_compareExpansionKeys$2", 143);
|
|
@@ -116072,7 +116152,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116072
116152
|
_instance(_ = A._EvaluateVisitor1.prototype, "get$_evaluate0$_interpolationToValue", 0, 1, null, ["call$3$trim$warnForColor", "call$1", "call$2$warnForColor"], ["_evaluate0$_interpolationToValue$3$trim$warnForColor", "_evaluate0$_interpolationToValue$1", "_evaluate0$_interpolationToValue$2$warnForColor"], 425, 0, 0);
|
|
116073
116153
|
_instance_1_u(_, "get$_evaluate0$_expressionNode", "_evaluate0$_expressionNode$1", 248);
|
|
116074
116154
|
_instance_1_u(A.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 198);
|
|
116075
|
-
_static_1(A, "functions0___isUnique$closure", "_isUnique0",
|
|
116155
|
+
_static_1(A, "functions0___isUnique$closure", "_isUnique0", 14);
|
|
116076
116156
|
_static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 619);
|
|
116077
116157
|
_instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
|
|
116078
116158
|
return {color: null};
|
|
@@ -116094,7 +116174,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116094
116174
|
return [null];
|
|
116095
116175
|
}, ["call$3", "call$2"], ["error$3", "error$2"], 152, 0, 0);
|
|
116096
116176
|
_instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
116097
|
-
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
116177
|
+
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
116098
116178
|
_instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
116099
116179
|
_instance_0_u(A.SassParser0.prototype, "get$loudComment", "loudComment$0", 0);
|
|
116100
116180
|
_instance_1_u(A._IsInvisibleVisitor2.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 18);
|
|
@@ -116106,15 +116186,15 @@ self.util = _cliPkgRequires.util;
|
|
|
116106
116186
|
_instance_1_u(_, "get$_serialize0$_writeCalculationValue", "_serialize0$_writeCalculationValue$1", 82);
|
|
116107
116187
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", 535);
|
|
116108
116188
|
_instance_1_u(_, "get$_serialize0$_requiresSemicolon", "_serialize0$_requiresSemicolon$1", 8);
|
|
116109
|
-
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
116189
|
+
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
116110
116190
|
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1", 34);
|
|
116111
116191
|
_instance_1_u(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
|
|
116112
116192
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
|
|
116113
116193
|
_instance(_ = A.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 552, 0, 0);
|
|
116114
116194
|
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 132);
|
|
116115
116195
|
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 132);
|
|
116116
|
-
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
116117
|
-
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
116196
|
+
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
116197
|
+
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
116118
116198
|
_instance_1_u(A.UnprefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
116119
116199
|
_static_1(A, "utils1__jsToDartUrl$closure", "jsToDartUrl", 622);
|
|
116120
116200
|
_static_1(A, "utils1__dartToJSUrl$closure", "dartToJSUrl", 623);
|
|
@@ -116185,7 +116265,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116185
116265
|
_inheritMany(A._CastIterableBase, [A.CastIterable, A.__CastListBase__CastIterableBase_ListMixin, A.CastSet]);
|
|
116186
116266
|
_inherit(A._EfficientLengthCastIterable, A.CastIterable);
|
|
116187
116267
|
_inherit(A._CastListBase, A.__CastListBase__CastIterableBase_ListMixin);
|
|
116188
|
-
_inheritMany(A.Closure, [A.Closure2Args, A.CastMap_entries_closure, A.Closure0Args, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A.Stream_Stream$fromFuture_closure, A.Stream_length_closure, A._CustomZone_bindUnaryCallback_closure, A._RootZone_bindUnaryCallback_closure, A._HashMap_values_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A._JsonMap_values_closure, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.jsify__convert, A.promiseToFuture_closure1, A.promiseToFuture_closure2, A.ArgParser__addOption_closure, A._Usage__writeOption_closure, A._Usage__buildAllowedList_closure, A.FutureGroup_add_closure, A.StreamGroup__onListen_closure, A.StreamGroup__onCancel_closure, A.StreamQueue__ensureListening_closure, A.alwaysValid_closure, A.ReplAdapter_runAsync__closure, A.UnionSet__iterable_closure, A.UnionSet_contains_closure, A.MapKeySet_difference_closure, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.futureToPromise__closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.ParsedPath__splitExtension_closure, A.PathMap__create_closure0, A.PathMap__create_closure1, A.WindowsStyle_absolutePathToUri_closure, A.Version__splitParts_closure, A.ModifiableCssNode_hasFollowingSibling_closure, A.ArgumentDeclaration_verify_closure, A.ArgumentDeclaration_verify_closure0, A._IsCalculationSafeVisitor_visitListExpression_closure, A.ListExpression_toString_closure, A.Interpolation_toString_closure, A.EachRule_toString_closure, A.IfRuleClause$__closure, A.IfRuleClause$___closure, A.ParentStatement_closure, A.ParentStatement__closure, A._IsBogusVisitor_visitComplexSelector_closure, A._IsUselessVisitor_visitComplexSelector_closure, A.ComplexSelectorComponent_toString_closure, A.IDSelector_unify_closure, A.SelectorList_asSassList_closure, A.SelectorList_nestWithin_closure, A.SelectorList_nestWithin__closure, A.SelectorList_nestWithin__closure0, A.SelectorList__nestWithinCompound_closure, A.SelectorList__nestWithinCompound_closure0, A.SelectorList__nestWithinCompound_closure1, A.SelectorList_withAdditionalCombinators_closure, A.PseudoSelector_specificity__closure, A.PseudoSelector_specificity__closure0, A.PseudoSelector_unify_closure, A.SimpleSelector_isSuperselector_closure, A.SimpleSelector_isSuperselector__closure, A._compileStylesheet_closure0, A.AsyncEnvironment__getVariableFromGlobalModule_closure, A.AsyncEnvironment_setVariable_closure0, A.AsyncEnvironment__getFunctionFromGlobalModule_closure, A.AsyncEnvironment__getMixinFromGlobalModule_closure, A.AsyncEnvironment_toModule_closure, A.AsyncEnvironment_toDummyModule_closure, A._EnvironmentModule__EnvironmentModule_closure5, A._EnvironmentModule__EnvironmentModule_closure6, A._EnvironmentModule__EnvironmentModule_closure7, A._EnvironmentModule__EnvironmentModule_closure8, A._EnvironmentModule__EnvironmentModule_closure9, A._EnvironmentModule__EnvironmentModule_closure10, A.AsyncImportCache_humanize_closure, A.AsyncImportCache_humanize_closure0, A.AsyncImportCache_humanize_closure1, A.AsyncImportCache_humanize_closure2, A.AsyncBuiltInCallable$mixin_closure, A.BuiltInCallable$mixin_closure, A._compileStylesheet_closure, A.Deprecation_fromId_closure, A.Environment__getVariableFromGlobalModule_closure, A.Environment_setVariable_closure0, A.Environment__getFunctionFromGlobalModule_closure, A.Environment__getMixinFromGlobalModule_closure, A.Environment_toModule_closure, A.Environment_toDummyModule_closure, A._EnvironmentModule__EnvironmentModule_closure, A._EnvironmentModule__EnvironmentModule_closure0, A._EnvironmentModule__EnvironmentModule_closure1, A._EnvironmentModule__EnvironmentModule_closure2, A._EnvironmentModule__EnvironmentModule_closure3, A._EnvironmentModule__EnvironmentModule_closure4, A._writeSourceMap_closure, A.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A.ExtensionStore_extensionsWhereTarget_closure, A.ExtensionStore__extendComplex_closure, A.ExtensionStore__extendComplex__closure, A.ExtensionStore__extendCompound_closure, A.ExtensionStore__extendCompound_closure0, A.ExtensionStore__extendCompound_closure1, A.ExtensionStore__extendSimple_withoutPseudo, A.ExtensionStore__extendSimple_closure, A.ExtensionStore__extendSimple_closure0, A.ExtensionStore__extendPseudo_closure, A.ExtensionStore__extendPseudo_closure0, A.ExtensionStore__extendPseudo_closure1, A.ExtensionStore__extendPseudo_closure2, A.ExtensionStore__extendPseudo_closure3, A.ExtensionStore__trim_closure, A.ExtensionStore__trim_closure0, A.unifyComplex_closure, A._weaveParents_closure0, A._weaveParents_closure1, A._weaveParents_closure2, A._mustUnify_closure, A._mustUnify__closure, A.paths__closure, A.paths___closure, A.listIsSuperselector_closure, A.listIsSuperselector__closure, A.complexIsSuperselector_closure, A.complexIsSuperselector_closure0, A._compatibleWithPreviousCombinator_closure, A._selectorPseudoIsSuperselector_closure, A._selectorPseudoIsSuperselector_closure0, A._selectorPseudoIsSuperselector_closure1, A._selectorPseudoIsSuperselector_closure2, A._selectorPseudoIsSuperselector_closure3, A._selectorPseudoIsSuperselector__closure, A._selectorPseudoIsSuperselector___closure, A._selectorPseudoIsSuperselector___closure0, A._selectorPseudoIsSuperselector_closure4, A._selectorPseudoIsSuperselector_closure5, A._selectorPseudoArgs_closure, A._selectorPseudoArgs_closure0, A.globalFunctions_closure, A.global_closure0, A.global_closure1, A.global_closure2, A.global_closure3, A.global_closure4, A.global_closure5, A.global_closure6, A.global_closure7, A.global_closure8, A.global_closure9, A.global_closure10, A.global_closure11, A.global_closure12, A.global_closure13, A.global_closure14, A.global_closure15, A.global_closure16, A.global_closure17, A.global_closure18, A.global_closure19, A.global_closure20, A.global_closure21, A.global_closure22, A.global_closure23, A.global_closure24, A.global_closure25, A.global__closure, A.global_closure26, A.module_closure1, A.module_closure2, A.module_closure3, A.module_closure4, A.module_closure5, A.module_closure6, A.module_closure7, A.module_closure8, A.module__closure1, A.module_closure9, A._red_closure, A._green_closure, A._blue_closure, A._mix_closure, A._hue_closure, A._saturation_closure, A._lightness_closure, A._complement_closure, A._adjust_closure, A._scale_closure, A._change_closure, A._ieHexStr_closure, A._ieHexStr_closure_hexString, A._updateComponents_getParam, A._updateComponents_closure, A._updateComponents_closure0, A._updateComponents_updateValue, A._functionString_closure, A._removedColorFunction_closure, A._rgb_closure, A._hsl_closure, A._hwb_closure, A._parseChannels_closure, A._length_closure0, A._nth_closure, A._setNth_closure, A._join_closure, A._append_closure0, A._zip_closure, A._zip__closure, A._zip__closure0, A._zip__closure1, A._index_closure0, A._separator_closure, A._isBracketed_closure, A._slash_closure, A._get_closure, A._set_closure, A._set__closure0, A._set_closure0, A._set__closure, A._merge_closure, A._merge_closure0, A._merge__closure, A._deepMerge_closure, A._deepRemove_closure, A._deepRemove__closure, A._remove_closure, A._remove_closure0, A._keys_closure, A._values_closure, A._hasKey_closure, A._modify_modifyNestedMap, A.global_closure, A.module_closure0, A._ceil_closure, A._clamp_closure, A._floor_closure, A._max_closure, A._min_closure, A._round_closure, A._hypot_closure, A._hypot__closure, A._log_closure, A._pow_closure, A._atan2_closure, A._compatible_closure, A._isUnitless_closure, A._unit_closure, A._percentage_closure, A._randomFunction_closure, A._div_closure, A._singleArgumentMathFunc_closure, A._numberFunction_closure, A.global_closure27, A.global_closure28, A.global_closure29, A.global_closure30, A.local_closure, A.local_closure0, A.local__closure, A.local_closure1, A._nest_closure, A._nest__closure, A._append_closure, A._append__closure, A._append___closure, A._extend_closure, A._replace_closure, A._unify_closure, A._isSuperselector_closure, A._simpleSelectors_closure, A._simpleSelectors__closure, A._parse_closure, A.module_closure, A.module__closure, A.module__closure0, A._unquote_closure, A._quote_closure, A._length_closure, A._insert_closure, A._index_closure, A._slice_closure, A._toUpperCase_closure, A._toLowerCase_closure, A._uniqueId_closure, A.ImportCache_humanize_closure, A.ImportCache_humanize_closure0, A.ImportCache_humanize_closure1, A.ImportCache_humanize_closure2, A.FilesystemImporter_canonicalize_closure, A.NodePackageImporter__nodePackageExportsResolve_closure, A.NodePackageImporter__nodePackageExportsResolve_closure0, A.NodePackageImporter__nodePackageExportsResolve_closure1, A.NodePackageImporter__nodePackageExportsResolve_closure2, A.NodePackageImporter__nodePackageExportsResolve__closure, A.NodePackageImporter__nodePackageExportsResolve__closure0, A.NodePackageImporter__getMainExport_closure, A._exactlyOne_closure, A.InterpolationMap_mapException_closure, A._realCasePath_helper, A._realCasePath_helper__closure, A.readStdin_closure, A.readStdin_closure0, A.readStdin_closure1, A.readStdin_closure2, A.listDir__closure, A.listDir__closure0, A.listDir_closure_list, A.listDir__list_closure, A.watchDir_closure, A.watchDir_closure0, A.watchDir_closure1, A.watchDir_closure2, A.DeprecationProcessingLogger_summarize_closure, A.DeprecationProcessingLogger_summarize_closure0, A._disallowedFunctionNames_closure, A.Parser_escape_closure, A.Parser_scanIdentChar_matches, A.SassParser_styleRuleSelector_closure, A.SassParser__peekIndentation_closure, A.SassParser__peekIndentation_closure0, A.StylesheetParser_parse__closure0, A.StylesheetParser__expression_addSingleExpression, A.StylesheetParser__expression_addOperator, A.StylesheetParser__isHexColor_closure, A.StylesheetParser__unicodeRange_closure, A.StylesheetParser__unicodeRange_closure0, A.StylesheetParser_trySpecialFunction_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime, A.MapExtensions_get_pairs_closure, A._PrefixedKeys_iterator_closure, A.SourceMapBuffer_buildSourceMap_closure, A._UnprefixedKeys_iterator_closure, A._UnprefixedKeys_iterator_closure0, A.indent_closure, A.flattenVertically_closure, A.flattenVertically_closure0, A.SassCalculation__verifyLength_closure, A.SassColor_SassColor$hwb_toRgb, A.SassList_isBlank_closure, A.SassNumber__coerceOrConvertValue_closure, A.SassNumber__coerceOrConvertValue_closure1, A.SassNumber_multiplyUnits_closure, A.SassNumber_multiplyUnits_closure1, A.SassNumber__areAnyConvertible_closure, A.SassNumber__canonicalizeUnitList_closure, A.SassNumber_unitSuggestion_closure, A.SassNumber_unitSuggestion_closure0, A.SingleUnitSassNumber__coerceToUnit_closure, A.SingleUnitSassNumber__coerceValueToUnit_closure, A.SingleUnitSassNumber_multiplyUnits_closure, A.AnySelectorVisitor_visitComplexSelector_closure, A.AnySelectorVisitor_visitCompoundSelector_closure, A._EvaluateVisitor_closure12, A._EvaluateVisitor_closure13, A._EvaluateVisitor_closure14, A._EvaluateVisitor_closure15, A._EvaluateVisitor_closure16, A._EvaluateVisitor_closure17, A._EvaluateVisitor_closure18, A._EvaluateVisitor_closure19, A._EvaluateVisitor_closure20, A._EvaluateVisitor_closure21, A._EvaluateVisitor_closure22, A._EvaluateVisitor_closure23, A._EvaluateVisitor_closure24, A._EvaluateVisitor__loadModule__closure1, A._EvaluateVisitor__combineCss_closure1, A._EvaluateVisitor__combineCss_closure2, A._EvaluateVisitor__combineCss_visitModule0, A._EvaluateVisitor__extendModules_closure1, A._EvaluateVisitor__scopeForAtRoot_closure5, A._EvaluateVisitor__scopeForAtRoot_closure6, A._EvaluateVisitor__scopeForAtRoot_closure7, A._EvaluateVisitor__scopeForAtRoot_closure8, A._EvaluateVisitor__scopeForAtRoot_closure9, A._EvaluateVisitor__scopeForAtRoot_closure10, A._EvaluateVisitor_visitEachRule_closure2, A._EvaluateVisitor_visitEachRule_closure3, A._EvaluateVisitor_visitEachRule__closure0, A._EvaluateVisitor_visitEachRule___closure0, A._EvaluateVisitor_visitAtRule_closure2, A._EvaluateVisitor_visitAtRule_closure4, A._EvaluateVisitor_visitForRule__closure0, A._EvaluateVisitor_visitIfRule_closure0, A._EvaluateVisitor_visitIfRule___closure0, A._EvaluateVisitor__visitDynamicImport__closure3, A._EvaluateVisitor__visitDynamicImport__closure4, A._EvaluateVisitor__visitDynamicImport__closure5, A._EvaluateVisitor_visitIncludeRule_closure3, A._EvaluateVisitor_visitMediaRule_closure2, A._EvaluateVisitor_visitMediaRule_closure4, A._EvaluateVisitor_visitStyleRule_closure5, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule_closure8, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitWhileRule__closure0, A._EvaluateVisitor__slash_recommendation0, A._EvaluateVisitor_visitListExpression_closure0, A._EvaluateVisitor_visitFunctionExpression_closure3, A._EvaluateVisitor__checkCalculationArguments_check0, A._EvaluateVisitor__runUserDefinedCallable____closure0, A._EvaluateVisitor__runBuiltInCallable_closure4, A._EvaluateVisitor__evaluateArguments_closure3, A._EvaluateVisitor__evaluateArguments_closure4, A._EvaluateVisitor__evaluateArguments_closure6, A._EvaluateVisitor__evaluateMacroArguments_closure3, A._EvaluateVisitor__evaluateMacroArguments_closure4, A._EvaluateVisitor__evaluateMacroArguments_closure6, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssKeyframeBlock_closure2, A._EvaluateVisitor_visitCssMediaRule_closure2, A._EvaluateVisitor_visitCssMediaRule_closure4, A._EvaluateVisitor_visitCssStyleRule_closure1, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor__performInterpolationHelper_closure0, A._EvaluateVisitor__withoutSlash_recommendation0, A._EvaluateVisitor__stackFrame_closure0, A._ImportedCssVisitor_visitCssAtRule_closure0, A._ImportedCssVisitor_visitCssMediaRule_closure0, A._ImportedCssVisitor_visitCssStyleRule_closure0, A._ImportedCssVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor_closure, A._EvaluateVisitor_closure0, A._EvaluateVisitor_closure1, A._EvaluateVisitor_closure2, A._EvaluateVisitor_closure3, A._EvaluateVisitor_closure4, A._EvaluateVisitor_closure5, A._EvaluateVisitor_closure6, A._EvaluateVisitor_closure7, A._EvaluateVisitor_closure8, A._EvaluateVisitor_closure9, A._EvaluateVisitor_closure10, A._EvaluateVisitor_closure11, A._EvaluateVisitor__loadModule__closure, A._EvaluateVisitor__combineCss_closure, A._EvaluateVisitor__combineCss_closure0, A._EvaluateVisitor__combineCss_visitModule, A._EvaluateVisitor__extendModules_closure, A._EvaluateVisitor__scopeForAtRoot_closure, A._EvaluateVisitor__scopeForAtRoot_closure0, A._EvaluateVisitor__scopeForAtRoot_closure1, A._EvaluateVisitor__scopeForAtRoot_closure2, A._EvaluateVisitor__scopeForAtRoot_closure3, A._EvaluateVisitor__scopeForAtRoot_closure4, A._EvaluateVisitor_visitEachRule_closure, A._EvaluateVisitor_visitEachRule_closure0, A._EvaluateVisitor_visitEachRule__closure, A._EvaluateVisitor_visitEachRule___closure, A._EvaluateVisitor_visitAtRule_closure, A._EvaluateVisitor_visitAtRule_closure1, A._EvaluateVisitor_visitForRule__closure, A._EvaluateVisitor_visitIfRule_closure, A._EvaluateVisitor_visitIfRule___closure, A._EvaluateVisitor__visitDynamicImport__closure, A._EvaluateVisitor__visitDynamicImport__closure0, A._EvaluateVisitor__visitDynamicImport__closure1, A._EvaluateVisitor_visitIncludeRule_closure0, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitStyleRule_closure0, A._EvaluateVisitor_visitStyleRule_closure1, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitWhileRule__closure, A._EvaluateVisitor__slash_recommendation, A._EvaluateVisitor_visitListExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure0, A._EvaluateVisitor__checkCalculationArguments_check, A._EvaluateVisitor__runUserDefinedCallable____closure, A._EvaluateVisitor__runBuiltInCallable_closure1, A._EvaluateVisitor__evaluateArguments_closure, A._EvaluateVisitor__evaluateArguments_closure0, A._EvaluateVisitor__evaluateArguments_closure2, A._EvaluateVisitor__evaluateMacroArguments_closure, A._EvaluateVisitor__evaluateMacroArguments_closure0, A._EvaluateVisitor__evaluateMacroArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure0, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssStyleRule_closure, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor__performInterpolationHelper_closure, A._EvaluateVisitor__withoutSlash_recommendation, A._EvaluateVisitor__stackFrame_closure, A._ImportedCssVisitor_visitCssAtRule_closure, A._ImportedCssVisitor_visitCssMediaRule_closure, A._ImportedCssVisitor_visitCssStyleRule_closure, A._ImportedCssVisitor_visitCssSupportsRule_closure, A.EveryCssVisitor_visitCssAtRule_closure, A.EveryCssVisitor_visitCssKeyframeBlock_closure, A.EveryCssVisitor_visitCssMediaRule_closure, A.EveryCssVisitor_visitCssStyleRule_closure, A.EveryCssVisitor_visitCssStylesheet_closure, A.EveryCssVisitor_visitCssSupportsRule_closure, A.ReplaceExpressionVisitor_visitListExpression_closure, A.ReplaceExpressionVisitor_visitArgumentInvocation_closure, A.ReplaceExpressionVisitor_visitInterpolation_closure, A.SelectorSearchVisitor_visitComplexSelector_closure, A.SelectorSearchVisitor_visitCompoundSelector_closure, A.serialize_closure, A._SerializeVisitor_visitList_closure, A._SerializeVisitor_visitList_closure0, A._SerializeVisitor_visitList_closure1, A._SerializeVisitor_visitMap_closure, A._SerializeVisitor_visitSelectorList_closure, A.StatementSearchVisitor_visitIfRule_closure, A.StatementSearchVisitor_visitIfRule__closure0, A.StatementSearchVisitor_visitIfRule_closure0, A.StatementSearchVisitor_visitIfRule__closure, A.StatementSearchVisitor_visitChildren_closure, A.SingleMapping_SingleMapping$fromEntries_closure1, A.SingleMapping_toJson_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.Chain_Chain$parse_closure, A.Chain_toTrace_closure, A.Chain_toString_closure0, A.Chain_toString__closure0, A.Chain_toString_closure, A.Chain_toString__closure, A.Trace__parseVM_closure, A.Trace$parseV8_closure, A.Trace$parseJSCore_closure, A.Trace$parseFirefox_closure, A.Trace$parseFriendly_closure, A.Trace_terse_closure, A.Trace_foldFrames_closure, A.Trace_foldFrames_closure0, A.Trace_toString_closure0, A.Trace_toString_closure, A.TransformByHandlers_transformByHandlers__closure, A.RateLimit__debounceAggregate_closure0, A.AnySelectorVisitor_visitComplexSelector_closure0, A.AnySelectorVisitor_visitCompoundSelector_closure0, A.ArgumentDeclaration_verify_closure1, A.ArgumentDeclaration_verify_closure2, A.argumentListClass__closure, A.argumentListClass__closure0, A.AsyncBuiltInCallable$mixin_closure0, A._compileStylesheet_closure2, A.AsyncEnvironment__getVariableFromGlobalModule_closure0, A.AsyncEnvironment_setVariable_closure3, A.AsyncEnvironment__getFunctionFromGlobalModule_closure0, A.AsyncEnvironment__getMixinFromGlobalModule_closure0, A.AsyncEnvironment_toModule_closure0, A.AsyncEnvironment_toDummyModule_closure0, A._EnvironmentModule__EnvironmentModule_closure17, A._EnvironmentModule__EnvironmentModule_closure18, A._EnvironmentModule__EnvironmentModule_closure19, A._EnvironmentModule__EnvironmentModule_closure20, A._EnvironmentModule__EnvironmentModule_closure21, A._EnvironmentModule__EnvironmentModule_closure22, A._EvaluateVisitor_closure38, A._EvaluateVisitor_closure39, A._EvaluateVisitor_closure40, A._EvaluateVisitor_closure41, A._EvaluateVisitor_closure42, A._EvaluateVisitor_closure43, A._EvaluateVisitor_closure44, A._EvaluateVisitor_closure45, A._EvaluateVisitor_closure46, A._EvaluateVisitor_closure47, A._EvaluateVisitor_closure48, A._EvaluateVisitor_closure49, A._EvaluateVisitor_closure50, A._EvaluateVisitor__loadModule__closure5, A._EvaluateVisitor__combineCss_closure5, A._EvaluateVisitor__combineCss_closure6, A._EvaluateVisitor__combineCss_visitModule2, A._EvaluateVisitor__extendModules_closure5, A._EvaluateVisitor__scopeForAtRoot_closure17, A._EvaluateVisitor__scopeForAtRoot_closure18, A._EvaluateVisitor__scopeForAtRoot_closure19, A._EvaluateVisitor__scopeForAtRoot_closure20, A._EvaluateVisitor__scopeForAtRoot_closure21, A._EvaluateVisitor__scopeForAtRoot_closure22, A._EvaluateVisitor_visitEachRule_closure8, A._EvaluateVisitor_visitEachRule_closure9, A._EvaluateVisitor_visitEachRule__closure2, A._EvaluateVisitor_visitEachRule___closure2, A._EvaluateVisitor_visitAtRule_closure8, A._EvaluateVisitor_visitAtRule_closure10, A._EvaluateVisitor_visitForRule__closure2, A._EvaluateVisitor_visitIfRule_closure2, A._EvaluateVisitor_visitIfRule___closure2, A._EvaluateVisitor__visitDynamicImport__closure11, A._EvaluateVisitor__visitDynamicImport__closure12, A._EvaluateVisitor__visitDynamicImport__closure13, A._EvaluateVisitor_visitIncludeRule_closure9, A._EvaluateVisitor_visitMediaRule_closure8, A._EvaluateVisitor_visitMediaRule_closure10, A._EvaluateVisitor_visitStyleRule_closure15, A._EvaluateVisitor_visitStyleRule_closure16, A._EvaluateVisitor_visitStyleRule_closure18, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitWhileRule__closure2, A._EvaluateVisitor__slash_recommendation2, A._EvaluateVisitor_visitListExpression_closure2, A._EvaluateVisitor_visitFunctionExpression_closure9, A._EvaluateVisitor__checkCalculationArguments_check2, A._EvaluateVisitor__runUserDefinedCallable____closure2, A._EvaluateVisitor__runBuiltInCallable_closure10, A._EvaluateVisitor__evaluateArguments_closure11, A._EvaluateVisitor__evaluateArguments_closure12, A._EvaluateVisitor__evaluateArguments_closure14, A._EvaluateVisitor__evaluateMacroArguments_closure11, A._EvaluateVisitor__evaluateMacroArguments_closure12, A._EvaluateVisitor__evaluateMacroArguments_closure14, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure6, A._EvaluateVisitor_visitCssMediaRule_closure8, A._EvaluateVisitor_visitCssMediaRule_closure10, A._EvaluateVisitor_visitCssStyleRule_closure5, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor__performInterpolationHelper_closure2, A._EvaluateVisitor__withoutSlash_recommendation2, A._EvaluateVisitor__stackFrame_closure2, A._ImportedCssVisitor_visitCssAtRule_closure2, A._ImportedCssVisitor_visitCssMediaRule_closure2, A._ImportedCssVisitor_visitCssStyleRule_closure2, A._ImportedCssVisitor_visitCssSupportsRule_closure2, A.AsyncImportCache_humanize_closure3, A.AsyncImportCache_humanize_closure4, A.AsyncImportCache_humanize_closure5, A.AsyncImportCache_humanize_closure6, A.booleanClass__closure, A.legacyBooleanClass__closure, A.legacyBooleanClass__closure0, A.BuiltInCallable$mixin_closure0, A.calculationClass__closure, A.calculationClass__closure0, A.calculationClass__closure1, A.calculationClass__closure2, A.calculationClass__closure3, A.calculationClass__closure4, A.calculationClass__closure5, A.calculationOperationClass__closure, A.calculationOperationClass___closure, A.calculationOperationClass__closure1, A.calculationOperationClass__closure2, A.calculationOperationClass__closure3, A.calculationOperationClass__closure4, A.calculationInterpolationClass__closure1, A.calculationInterpolationClass__closure2, A.SassCalculation__verifyLength_closure0, A.updateCanonicalizeContextPrototype_closure, A.updateCanonicalizeContextPrototype_closure0, A.global_closure32, A.global_closure33, A.global_closure34, A.global_closure35, A.global_closure36, A.global_closure37, A.global_closure38, A.global_closure39, A.global_closure40, A.global_closure41, A.global_closure42, A.global_closure43, A.global_closure44, A.global_closure45, A.global_closure46, A.global_closure47, A.global_closure48, A.global_closure49, A.global_closure50, A.global_closure51, A.global_closure52, A.global_closure53, A.global_closure54, A.global_closure55, A.global_closure56, A.global_closure57, A.global__closure0, A.global_closure58, A.module_closure12, A.module_closure13, A.module_closure14, A.module_closure15, A.module_closure16, A.module_closure17, A.module_closure18, A.module_closure19, A.module__closure4, A.module_closure20, A._red_closure0, A._green_closure0, A._blue_closure0, A._mix_closure0, A._hue_closure0, A._saturation_closure0, A._lightness_closure0, A._complement_closure0, A._adjust_closure0, A._scale_closure0, A._change_closure0, A._ieHexStr_closure0, A._ieHexStr_closure_hexString0, A._updateComponents_getParam0, A._updateComponents_closure1, A._updateComponents_closure2, A._updateComponents_updateValue0, A._functionString_closure0, A._removedColorFunction_closure0, A._rgb_closure0, A._hsl_closure0, A._hwb_closure0, A._parseChannels_closure0, A.colorClass__closure1, A.colorClass__closure2, A.colorClass__closure3, A.colorClass__closure4, A.colorClass__closure5, A.colorClass__closure6, A.colorClass__closure7, A.colorClass__closure8, A.colorClass__closure9, A.legacyColorClass_closure, A.legacyColorClass_closure0, A.legacyColorClass_closure1, A.legacyColorClass_closure2, A.legacyColorClass_closure3, A.SassColor_SassColor$hwb_toRgb0, A.compileAsync__closure, A.compileStringAsync__closure, A.compileStringAsync__closure0, A._wrapAsyncSassExceptions_closure, A._parseFunctions__closure2, A._parseFunctions__closure3, A.nodePackageImporterClass__closure, A._compileStylesheet_closure1, A.AsyncCompiler_addCompilation_closure, A.compilerClass__closure, A.compilerClass__closure0, A.compilerClass__closure1, A.compilerClass__closure2, A.asyncCompilerClass__closure, A.asyncCompilerClass__closure0, A.asyncCompilerClass__closure1, A.asyncCompilerClass__closure2, A.ComplexSelectorComponent_toString_closure0, A._disallowedFunctionNames_closure0, A.Deprecation_fromId_closure0, A.DeprecationProcessingLogger_summarize_closure1, A.DeprecationProcessingLogger_summarize_closure2, A.versionClass__closure, A.versionClass__closure0, A.EachRule_toString_closure0, A.Environment__getVariableFromGlobalModule_closure0, A.Environment_setVariable_closure3, A.Environment__getFunctionFromGlobalModule_closure0, A.Environment__getMixinFromGlobalModule_closure0, A.Environment_toModule_closure0, A.Environment_toDummyModule_closure0, A._EnvironmentModule__EnvironmentModule_closure11, A._EnvironmentModule__EnvironmentModule_closure12, A._EnvironmentModule__EnvironmentModule_closure13, A._EnvironmentModule__EnvironmentModule_closure14, A._EnvironmentModule__EnvironmentModule_closure15, A._EnvironmentModule__EnvironmentModule_closure16, A._EvaluateVisitor_closure25, A._EvaluateVisitor_closure26, A._EvaluateVisitor_closure27, A._EvaluateVisitor_closure28, A._EvaluateVisitor_closure29, A._EvaluateVisitor_closure30, A._EvaluateVisitor_closure31, A._EvaluateVisitor_closure32, A._EvaluateVisitor_closure33, A._EvaluateVisitor_closure34, A._EvaluateVisitor_closure35, A._EvaluateVisitor_closure36, A._EvaluateVisitor_closure37, A._EvaluateVisitor__loadModule__closure3, A._EvaluateVisitor__combineCss_closure3, A._EvaluateVisitor__combineCss_closure4, A._EvaluateVisitor__combineCss_visitModule1, A._EvaluateVisitor__extendModules_closure3, A._EvaluateVisitor__scopeForAtRoot_closure11, A._EvaluateVisitor__scopeForAtRoot_closure12, A._EvaluateVisitor__scopeForAtRoot_closure13, A._EvaluateVisitor__scopeForAtRoot_closure14, A._EvaluateVisitor__scopeForAtRoot_closure15, A._EvaluateVisitor__scopeForAtRoot_closure16, A._EvaluateVisitor_visitEachRule_closure5, A._EvaluateVisitor_visitEachRule_closure6, A._EvaluateVisitor_visitEachRule__closure1, A._EvaluateVisitor_visitEachRule___closure1, A._EvaluateVisitor_visitAtRule_closure5, A._EvaluateVisitor_visitAtRule_closure7, A._EvaluateVisitor_visitForRule__closure1, A._EvaluateVisitor_visitIfRule_closure1, A._EvaluateVisitor_visitIfRule___closure1, A._EvaluateVisitor__visitDynamicImport__closure7, A._EvaluateVisitor__visitDynamicImport__closure8, A._EvaluateVisitor__visitDynamicImport__closure9, A._EvaluateVisitor_visitIncludeRule_closure6, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule_closure13, A._EvaluateVisitor_visitSupportsRule_closure4, A._EvaluateVisitor_visitWhileRule__closure1, A._EvaluateVisitor__slash_recommendation1, A._EvaluateVisitor_visitListExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure6, A._EvaluateVisitor__checkCalculationArguments_check1, A._EvaluateVisitor__runUserDefinedCallable____closure1, A._EvaluateVisitor__runBuiltInCallable_closure7, A._EvaluateVisitor__evaluateArguments_closure7, A._EvaluateVisitor__evaluateArguments_closure8, A._EvaluateVisitor__evaluateArguments_closure10, A._EvaluateVisitor__evaluateMacroArguments_closure7, A._EvaluateVisitor__evaluateMacroArguments_closure8, A._EvaluateVisitor__evaluateMacroArguments_closure10, A._EvaluateVisitor_visitCssAtRule_closure4, A._EvaluateVisitor_visitCssKeyframeBlock_closure4, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssStyleRule_closure3, A._EvaluateVisitor_visitCssSupportsRule_closure4, A._EvaluateVisitor__performInterpolationHelper_closure1, A._EvaluateVisitor__withoutSlash_recommendation1, A._EvaluateVisitor__stackFrame_closure1, A._ImportedCssVisitor_visitCssAtRule_closure1, A._ImportedCssVisitor_visitCssMediaRule_closure1, A._ImportedCssVisitor_visitCssStyleRule_closure1, A._ImportedCssVisitor_visitCssSupportsRule_closure1, A.EveryCssVisitor_visitCssAtRule_closure0, A.EveryCssVisitor_visitCssKeyframeBlock_closure0, A.EveryCssVisitor_visitCssMediaRule_closure0, A.EveryCssVisitor_visitCssStyleRule_closure0, A.EveryCssVisitor_visitCssStylesheet_closure0, A.EveryCssVisitor_visitCssSupportsRule_closure0, A.exceptionClass__closure, A.exceptionClass__closure0, A.exceptionClass__closure1, A._IsCalculationSafeVisitor_visitListExpression_closure0, A.ExtensionStore_extensionsWhereTarget_closure0, A.ExtensionStore__extendComplex_closure0, A.ExtensionStore__extendComplex__closure0, A.ExtensionStore__extendCompound_closure2, A.ExtensionStore__extendCompound_closure3, A.ExtensionStore__extendCompound_closure4, A.ExtensionStore__extendSimple_withoutPseudo0, A.ExtensionStore__extendSimple_closure1, A.ExtensionStore__extendSimple_closure2, A.ExtensionStore__extendPseudo_closure4, A.ExtensionStore__extendPseudo_closure5, A.ExtensionStore__extendPseudo_closure6, A.ExtensionStore__extendPseudo_closure7, A.ExtensionStore__extendPseudo_closure8, A.ExtensionStore__trim_closure1, A.ExtensionStore__trim_closure2, A.FilesystemImporter_canonicalize_closure0, A.functionClass__closure, A.functionClass__closure0, A.unifyComplex_closure0, A._weaveParents_closure4, A._weaveParents_closure5, A._weaveParents_closure6, A._mustUnify_closure0, A._mustUnify__closure0, A.paths__closure0, A.paths___closure0, A.listIsSuperselector_closure0, A.listIsSuperselector__closure0, A.complexIsSuperselector_closure1, A.complexIsSuperselector_closure2, A._compatibleWithPreviousCombinator_closure0, A._selectorPseudoIsSuperselector_closure6, A._selectorPseudoIsSuperselector_closure7, A._selectorPseudoIsSuperselector_closure8, A._selectorPseudoIsSuperselector_closure9, A._selectorPseudoIsSuperselector_closure10, A._selectorPseudoIsSuperselector__closure0, A._selectorPseudoIsSuperselector___closure1, A._selectorPseudoIsSuperselector___closure2, A._selectorPseudoIsSuperselector_closure11, A._selectorPseudoIsSuperselector_closure12, A._selectorPseudoArgs_closure1, A._selectorPseudoArgs_closure2, A.globalFunctions_closure0, A.IDSelector_unify_closure0, A.IfRuleClause$__closure0, A.IfRuleClause$___closure0, A.immutableMapToDartMap_closure, A.NodeImporter__tryPath_closure0, A.ImportCache_humanize_closure3, A.ImportCache_humanize_closure4, A.ImportCache_humanize_closure5, A.ImportCache_humanize_closure6, A.Interpolation_toString_closure0, A.InterpolationMap_mapException_closure0, A._realCasePath_helper0, A._realCasePath_helper__closure0, A.listDir__closure1, A.listDir__closure2, A.listDir_closure_list0, A.listDir__list_closure0, A.render_closure0, A._parseFunctions__closure, A._parseFunctions___closure2, A._parseFunctions__closure0, A._parseFunctions__closure1, A._parseFunctions___closure, A._parseImporter_closure, A._parseImporter__closure, A._parseImporter___closure, A.ListExpression_toString_closure0, A._length_closure2, A._nth_closure0, A._setNth_closure0, A._join_closure0, A._append_closure2, A._zip_closure0, A._zip__closure2, A._zip__closure3, A._zip__closure4, A._index_closure2, A._separator_closure0, A._isBracketed_closure0, A._slash_closure0, A.SelectorList_asSassList_closure0, A.SelectorList_nestWithin_closure0, A.SelectorList_nestWithin__closure1, A.SelectorList_nestWithin__closure2, A.SelectorList__nestWithinCompound_closure2, A.SelectorList__nestWithinCompound_closure3, A.SelectorList__nestWithinCompound_closure4, A.SelectorList_withAdditionalCombinators_closure0, A.listClass__closure, A.legacyListClass_closure, A.legacyListClass__closure, A.legacyListClass_closure1, A.legacyListClass_closure2, A.legacyListClass_closure4, A.SassList_isBlank_closure0, A._get_closure0, A._set_closure1, A._set__closure2, A._set_closure2, A._set__closure1, A._merge_closure1, A._merge_closure2, A._merge__closure0, A._deepMerge_closure0, A._deepRemove_closure0, A._deepRemove__closure0, A._remove_closure1, A._remove_closure2, A._keys_closure0, A._values_closure0, A._hasKey_closure0, A._modify_modifyNestedMap0, A.MapExtensions_get_pairs_closure0, A.mapClass__closure, A.mapClass__closure0, A.legacyMapClass_closure, A.legacyMapClass__closure, A.legacyMapClass__closure0, A.legacyMapClass_closure2, A.legacyMapClass_closure3, A.legacyMapClass_closure4, A.global_closure31, A.module_closure11, A._ceil_closure0, A._clamp_closure0, A._floor_closure0, A._max_closure0, A._min_closure0, A._round_closure0, A._hypot_closure0, A._hypot__closure0, A._log_closure0, A._pow_closure0, A._atan2_closure0, A._compatible_closure0, A._isUnitless_closure0, A._unit_closure0, A._percentage_closure0, A._randomFunction_closure0, A._div_closure0, A._singleArgumentMathFunc_closure0, A._numberFunction_closure0, A.global_closure59, A.global_closure60, A.global_closure61, A.global_closure62, A.local_closure2, A.local_closure3, A.local__closure0, A.local_closure4, A.mixinClass__closure, A.mixinClass__closure0, A.ModifiableCssNode_hasFollowingSibling_closure0, A.NodePackageImporter__nodePackageExportsResolve_closure3, A.NodePackageImporter__nodePackageExportsResolve_closure4, A.NodePackageImporter__nodePackageExportsResolve_closure5, A.NodePackageImporter__nodePackageExportsResolve_closure6, A.NodePackageImporter__nodePackageExportsResolve__closure1, A.NodePackageImporter__nodePackageExportsResolve__closure2, A.NodePackageImporter__getMainExport_closure0, A.legacyNullClass__closure, A.numberClass__closure, A.numberClass__closure0, A.numberClass__closure1, A.numberClass__closure2, A.numberClass__closure3, A.numberClass__closure4, A.numberClass__closure5, A.numberClass__closure6, A.numberClass__closure7, A.numberClass__closure8, A.numberClass__closure9, A.numberClass__closure12, A.numberClass__closure13, A.numberClass__closure14, A.numberClass__closure15, A.numberClass__closure16, A.numberClass__closure17, A.numberClass__closure18, A.numberClass__closure19, A.legacyNumberClass_closure, A.legacyNumberClass_closure0, A.legacyNumberClass_closure2, A._parseNumber_closure, A._parseNumber_closure0, A.SassNumber__coerceOrConvertValue_closure3, A.SassNumber__coerceOrConvertValue_closure5, A.SassNumber_multiplyUnits_closure3, A.SassNumber_multiplyUnits_closure5, A.SassNumber__areAnyConvertible_closure0, A.SassNumber__canonicalizeUnitList_closure0, A.SassNumber_unitSuggestion_closure1, A.SassNumber_unitSuggestion_closure2, A.ParentStatement_closure0, A.ParentStatement__closure0, A.Parser_escape_closure0, A.Parser_scanIdentChar_matches0, A._PrefixedKeys_iterator_closure0, A.PseudoSelector_specificity__closure1, A.PseudoSelector_specificity__closure2, A.PseudoSelector_unify_closure0, A.JSClassExtension_setCustomInspect_closure, A.ReplaceExpressionVisitor_visitListExpression_closure0, A.ReplaceExpressionVisitor_visitArgumentInvocation_closure0, A.ReplaceExpressionVisitor_visitInterpolation_closure0, A.SassParser_styleRuleSelector_closure0, A.SassParser__peekIndentation_closure1, A.SassParser__peekIndentation_closure2, A._wrapMain_closure, A._wrapMain_closure0, A._IsBogusVisitor_visitComplexSelector_closure0, A._IsUselessVisitor_visitComplexSelector_closure0, A._nest_closure0, A._nest__closure1, A._append_closure1, A._append__closure1, A._append___closure0, A._extend_closure0, A._replace_closure0, A._unify_closure0, A._isSuperselector_closure0, A._simpleSelectors_closure0, A._simpleSelectors__closure0, A._parse_closure0, A.SelectorSearchVisitor_visitComplexSelector_closure0, A.SelectorSearchVisitor_visitCompoundSelector_closure0, A.serialize_closure0, A._SerializeVisitor_visitList_closure2, A._SerializeVisitor_visitList_closure3, A._SerializeVisitor_visitList_closure4, A._SerializeVisitor_visitMap_closure0, A._SerializeVisitor_visitSelectorList_closure0, A.SimpleSelector_isSuperselector_closure0, A.SimpleSelector_isSuperselector__closure0, A.SingleUnitSassNumber__coerceToUnit_closure0, A.SingleUnitSassNumber__coerceValueToUnit_closure0, A.SingleUnitSassNumber_multiplyUnits_closure1, A.SourceMapBuffer_buildSourceMap_closure0, A.updateSourceSpanPrototype_closure0, A.updateSourceSpanPrototype_closure1, A.updateSourceSpanPrototype_closure2, A.updateSourceSpanPrototype_closure3, A.updateSourceSpanPrototype_closure4, A.updateSourceSpanPrototype_closure5, A.updateSourceSpanPrototype_closure6, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, A.module_closure10, A.module__closure2, A.module__closure3, A._unquote_closure0, A._quote_closure0, A._length_closure1, A._insert_closure0, A._index_closure1, A._slice_closure0, A._toUpperCase_closure0, A._toLowerCase_closure0, A._uniqueId_closure0, A.stringClass__closure, A.stringClass__closure0, A.stringClass__closure1, A.stringClass__closure2, A.stringClass__closure3, A.legacyStringClass_closure, A.legacyStringClass_closure0, A.StylesheetParser_parse__closure2, A.StylesheetParser__expression_addSingleExpression0, A.StylesheetParser__expression_addOperator0, A.StylesheetParser__isHexColor_closure0, A.StylesheetParser__unicodeRange_closure1, A.StylesheetParser__unicodeRange_closure2, A.StylesheetParser_trySpecialFunction_closure0, A._UnprefixedKeys_iterator_closure1, A._UnprefixedKeys_iterator_closure2, A._exactlyOne_closure0, A.futureToPromise__closure0, A.indent_closure0, A.flattenVertically_closure1, A.flattenVertically_closure2, A.valueClass__closure, A.valueClass__closure0, A.valueClass__closure1, A.valueClass__closure2, A.valueClass__closure3, A.valueClass__closure4, A.valueClass__closure5, A.valueClass__closure7, A.valueClass__closure8, A.valueClass__closure9, A.valueClass__closure10, A.valueClass__closure11, A.valueClass__closure12, A.valueClass__closure13, A.valueClass__closure14, A.valueClass__closure15, A.valueClass__closure17, A.valueClass__closure18]);
|
|
116268
|
+
_inheritMany(A.Closure, [A.Closure2Args, A.CastMap_entries_closure, A.Closure0Args, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A.Stream_Stream$fromFuture_closure, A.Stream_length_closure, A._CustomZone_bindUnaryCallback_closure, A._RootZone_bindUnaryCallback_closure, A._HashMap_values_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A._JsonMap_values_closure, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.jsify__convert, A.promiseToFuture_closure1, A.promiseToFuture_closure2, A.ArgParser__addOption_closure, A._Usage__writeOption_closure, A._Usage__buildAllowedList_closure, A.FutureGroup_add_closure, A.StreamGroup__onListen_closure, A.StreamGroup__onCancel_closure, A.StreamQueue__ensureListening_closure, A.alwaysValid_closure, A.ReplAdapter_runAsync__closure, A.UnionSet__iterable_closure, A.UnionSet_contains_closure, A.MapKeySet_difference_closure, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.futureToPromise__closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.ParsedPath__splitExtension_closure, A.PathMap__create_closure0, A.PathMap__create_closure1, A.WindowsStyle_absolutePathToUri_closure, A.Version__splitParts_closure, A.ModifiableCssNode_hasFollowingSibling_closure, A.ArgumentDeclaration_verify_closure, A.ArgumentDeclaration_verify_closure0, A._IsCalculationSafeVisitor_visitListExpression_closure, A.ListExpression_toString_closure, A.Interpolation_toString_closure, A.EachRule_toString_closure, A.IfRuleClause$__closure, A.IfRuleClause$___closure, A.ParentStatement_closure, A.ParentStatement__closure, A._IsBogusVisitor_visitComplexSelector_closure, A._IsUselessVisitor_visitComplexSelector_closure, A.ComplexSelectorComponent_toString_closure, A.CompoundSelector_hasComplicatedSuperselectorSemantics_closure, A.IDSelector_unify_closure, A.SelectorList_asSassList_closure, A.SelectorList_nestWithin_closure, A.SelectorList_nestWithin__closure, A.SelectorList_nestWithin__closure0, A.SelectorList__nestWithinCompound_closure, A.SelectorList__nestWithinCompound_closure0, A.SelectorList__nestWithinCompound_closure1, A.SelectorList_withAdditionalCombinators_closure, A.PseudoSelector_specificity__closure, A.PseudoSelector_specificity__closure0, A.PseudoSelector_unify_closure, A.SimpleSelector_isSuperselector_closure, A.SimpleSelector_isSuperselector__closure, A._compileStylesheet_closure0, A.AsyncEnvironment__getVariableFromGlobalModule_closure, A.AsyncEnvironment_setVariable_closure0, A.AsyncEnvironment__getFunctionFromGlobalModule_closure, A.AsyncEnvironment__getMixinFromGlobalModule_closure, A.AsyncEnvironment_toModule_closure, A.AsyncEnvironment_toDummyModule_closure, A._EnvironmentModule__EnvironmentModule_closure5, A._EnvironmentModule__EnvironmentModule_closure6, A._EnvironmentModule__EnvironmentModule_closure7, A._EnvironmentModule__EnvironmentModule_closure8, A._EnvironmentModule__EnvironmentModule_closure9, A._EnvironmentModule__EnvironmentModule_closure10, A.AsyncImportCache_humanize_closure, A.AsyncImportCache_humanize_closure0, A.AsyncImportCache_humanize_closure1, A.AsyncImportCache_humanize_closure2, A.AsyncBuiltInCallable$mixin_closure, A.BuiltInCallable$mixin_closure, A._compileStylesheet_closure, A.Deprecation_fromId_closure, A.Environment__getVariableFromGlobalModule_closure, A.Environment_setVariable_closure0, A.Environment__getFunctionFromGlobalModule_closure, A.Environment__getMixinFromGlobalModule_closure, A.Environment_toModule_closure, A.Environment_toDummyModule_closure, A._EnvironmentModule__EnvironmentModule_closure, A._EnvironmentModule__EnvironmentModule_closure0, A._EnvironmentModule__EnvironmentModule_closure1, A._EnvironmentModule__EnvironmentModule_closure2, A._EnvironmentModule__EnvironmentModule_closure3, A._EnvironmentModule__EnvironmentModule_closure4, A._writeSourceMap_closure, A.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A.ExtensionStore_extensionsWhereTarget_closure, A.ExtensionStore__extendComplex_closure, A.ExtensionStore__extendComplex__closure, A.ExtensionStore__extendCompound_closure, A.ExtensionStore__extendCompound_closure0, A.ExtensionStore__extendCompound_closure1, A.ExtensionStore__extendSimple_withoutPseudo, A.ExtensionStore__extendSimple_closure, A.ExtensionStore__extendSimple_closure0, A.ExtensionStore__extendPseudo_closure, A.ExtensionStore__extendPseudo_closure0, A.ExtensionStore__extendPseudo_closure1, A.ExtensionStore__extendPseudo_closure2, A.ExtensionStore__extendPseudo_closure3, A.ExtensionStore__trim_closure, A.ExtensionStore__trim_closure0, A.unifyComplex_closure, A._weaveParents_closure0, A._weaveParents_closure1, A._weaveParents_closure2, A._mustUnify_closure, A._mustUnify__closure, A.paths__closure, A.paths___closure, A.listIsSuperselector_closure, A.listIsSuperselector__closure, A.complexIsSuperselector_closure, A.complexIsSuperselector_closure0, A._compatibleWithPreviousCombinator_closure, A.compoundIsSuperselector_closure, A._selectorPseudoIsSuperselector_closure, A._selectorPseudoIsSuperselector_closure0, A._selectorPseudoIsSuperselector_closure1, A._selectorPseudoIsSuperselector_closure2, A._selectorPseudoIsSuperselector_closure3, A._selectorPseudoIsSuperselector__closure, A._selectorPseudoIsSuperselector___closure, A._selectorPseudoIsSuperselector___closure0, A._selectorPseudoIsSuperselector_closure4, A._selectorPseudoIsSuperselector_closure5, A._selectorPseudoArgs_closure, A._selectorPseudoArgs_closure0, A.globalFunctions_closure, A.global_closure0, A.global_closure1, A.global_closure2, A.global_closure3, A.global_closure4, A.global_closure5, A.global_closure6, A.global_closure7, A.global_closure8, A.global_closure9, A.global_closure10, A.global_closure11, A.global_closure12, A.global_closure13, A.global_closure14, A.global_closure15, A.global_closure16, A.global_closure17, A.global_closure18, A.global_closure19, A.global_closure20, A.global_closure21, A.global_closure22, A.global_closure23, A.global_closure24, A.global_closure25, A.global__closure, A.global_closure26, A.module_closure1, A.module_closure2, A.module_closure3, A.module_closure4, A.module_closure5, A.module_closure6, A.module_closure7, A.module_closure8, A.module__closure1, A.module_closure9, A._red_closure, A._green_closure, A._blue_closure, A._mix_closure, A._hue_closure, A._saturation_closure, A._lightness_closure, A._complement_closure, A._adjust_closure, A._scale_closure, A._change_closure, A._ieHexStr_closure, A._ieHexStr_closure_hexString, A._updateComponents_getParam, A._updateComponents_closure, A._updateComponents_closure0, A._updateComponents_updateValue, A._functionString_closure, A._removedColorFunction_closure, A._rgb_closure, A._hsl_closure, A._hwb_closure, A._parseChannels_closure, A._length_closure0, A._nth_closure, A._setNth_closure, A._join_closure, A._append_closure0, A._zip_closure, A._zip__closure, A._zip__closure0, A._zip__closure1, A._index_closure0, A._separator_closure, A._isBracketed_closure, A._slash_closure, A._get_closure, A._set_closure, A._set__closure0, A._set_closure0, A._set__closure, A._merge_closure, A._merge_closure0, A._merge__closure, A._deepMerge_closure, A._deepRemove_closure, A._deepRemove__closure, A._remove_closure, A._remove_closure0, A._keys_closure, A._values_closure, A._hasKey_closure, A._modify_modifyNestedMap, A.global_closure, A.module_closure0, A._ceil_closure, A._clamp_closure, A._floor_closure, A._max_closure, A._min_closure, A._round_closure, A._hypot_closure, A._hypot__closure, A._log_closure, A._pow_closure, A._atan2_closure, A._compatible_closure, A._isUnitless_closure, A._unit_closure, A._percentage_closure, A._randomFunction_closure, A._div_closure, A._singleArgumentMathFunc_closure, A._numberFunction_closure, A.global_closure27, A.global_closure28, A.global_closure29, A.global_closure30, A.local_closure, A.local_closure0, A.local__closure, A.local_closure1, A._nest_closure, A._nest__closure, A._append_closure, A._append__closure, A._append___closure, A._extend_closure, A._replace_closure, A._unify_closure, A._isSuperselector_closure, A._simpleSelectors_closure, A._simpleSelectors__closure, A._parse_closure, A.module_closure, A.module__closure, A.module__closure0, A._unquote_closure, A._quote_closure, A._length_closure, A._insert_closure, A._index_closure, A._slice_closure, A._toUpperCase_closure, A._toLowerCase_closure, A._uniqueId_closure, A.ImportCache_humanize_closure, A.ImportCache_humanize_closure0, A.ImportCache_humanize_closure1, A.ImportCache_humanize_closure2, A.FilesystemImporter_canonicalize_closure, A.NodePackageImporter__nodePackageExportsResolve_closure, A.NodePackageImporter__nodePackageExportsResolve_closure0, A.NodePackageImporter__nodePackageExportsResolve_closure1, A.NodePackageImporter__nodePackageExportsResolve_closure2, A.NodePackageImporter__nodePackageExportsResolve__closure, A.NodePackageImporter__nodePackageExportsResolve__closure0, A.NodePackageImporter__getMainExport_closure, A._exactlyOne_closure, A.InterpolationMap_mapException_closure, A._realCasePath_helper, A._realCasePath_helper__closure, A.readStdin_closure, A.readStdin_closure0, A.readStdin_closure1, A.readStdin_closure2, A.listDir__closure, A.listDir__closure0, A.listDir_closure_list, A.listDir__list_closure, A.watchDir_closure, A.watchDir_closure0, A.watchDir_closure1, A.watchDir_closure2, A.DeprecationProcessingLogger_summarize_closure, A.DeprecationProcessingLogger_summarize_closure0, A._disallowedFunctionNames_closure, A.Parser_escape_closure, A.Parser_scanIdentChar_matches, A.SassParser_styleRuleSelector_closure, A.SassParser__peekIndentation_closure, A.SassParser__peekIndentation_closure0, A.StylesheetParser_parse__closure0, A.StylesheetParser__expression_addSingleExpression, A.StylesheetParser__expression_addOperator, A.StylesheetParser__isHexColor_closure, A.StylesheetParser__unicodeRange_closure, A.StylesheetParser__unicodeRange_closure0, A.StylesheetParser_trySpecialFunction_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime, A.MapExtensions_get_pairs_closure, A._PrefixedKeys_iterator_closure, A.SourceMapBuffer_buildSourceMap_closure, A._UnprefixedKeys_iterator_closure, A._UnprefixedKeys_iterator_closure0, A.indent_closure, A.flattenVertically_closure, A.flattenVertically_closure0, A.SassCalculation__verifyLength_closure, A.SassColor_SassColor$hwb_toRgb, A.SassList_isBlank_closure, A.SassNumber__coerceOrConvertValue_closure, A.SassNumber__coerceOrConvertValue_closure1, A.SassNumber_multiplyUnits_closure, A.SassNumber_multiplyUnits_closure1, A.SassNumber__areAnyConvertible_closure, A.SassNumber__canonicalizeUnitList_closure, A.SassNumber_unitSuggestion_closure, A.SassNumber_unitSuggestion_closure0, A.SingleUnitSassNumber__coerceToUnit_closure, A.SingleUnitSassNumber__coerceValueToUnit_closure, A.SingleUnitSassNumber_multiplyUnits_closure, A.AnySelectorVisitor_visitComplexSelector_closure, A.AnySelectorVisitor_visitCompoundSelector_closure, A._EvaluateVisitor_closure12, A._EvaluateVisitor_closure13, A._EvaluateVisitor_closure14, A._EvaluateVisitor_closure15, A._EvaluateVisitor_closure16, A._EvaluateVisitor_closure17, A._EvaluateVisitor_closure18, A._EvaluateVisitor_closure19, A._EvaluateVisitor_closure20, A._EvaluateVisitor_closure21, A._EvaluateVisitor_closure22, A._EvaluateVisitor_closure23, A._EvaluateVisitor_closure24, A._EvaluateVisitor__loadModule__closure1, A._EvaluateVisitor__combineCss_closure1, A._EvaluateVisitor__combineCss_closure2, A._EvaluateVisitor__combineCss_visitModule0, A._EvaluateVisitor__extendModules_closure1, A._EvaluateVisitor__scopeForAtRoot_closure5, A._EvaluateVisitor__scopeForAtRoot_closure6, A._EvaluateVisitor__scopeForAtRoot_closure7, A._EvaluateVisitor__scopeForAtRoot_closure8, A._EvaluateVisitor__scopeForAtRoot_closure9, A._EvaluateVisitor__scopeForAtRoot_closure10, A._EvaluateVisitor_visitEachRule_closure2, A._EvaluateVisitor_visitEachRule_closure3, A._EvaluateVisitor_visitEachRule__closure0, A._EvaluateVisitor_visitEachRule___closure0, A._EvaluateVisitor_visitAtRule_closure2, A._EvaluateVisitor_visitAtRule_closure4, A._EvaluateVisitor_visitForRule__closure0, A._EvaluateVisitor_visitIfRule_closure0, A._EvaluateVisitor_visitIfRule___closure0, A._EvaluateVisitor__visitDynamicImport__closure3, A._EvaluateVisitor__visitDynamicImport__closure4, A._EvaluateVisitor__visitDynamicImport__closure5, A._EvaluateVisitor_visitIncludeRule_closure3, A._EvaluateVisitor_visitMediaRule_closure2, A._EvaluateVisitor_visitMediaRule_closure4, A._EvaluateVisitor_visitStyleRule_closure5, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule_closure8, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitWhileRule__closure0, A._EvaluateVisitor__slash_recommendation0, A._EvaluateVisitor_visitListExpression_closure0, A._EvaluateVisitor_visitFunctionExpression_closure3, A._EvaluateVisitor__checkCalculationArguments_check0, A._EvaluateVisitor__runUserDefinedCallable____closure0, A._EvaluateVisitor__runBuiltInCallable_closure4, A._EvaluateVisitor__evaluateArguments_closure3, A._EvaluateVisitor__evaluateArguments_closure4, A._EvaluateVisitor__evaluateArguments_closure6, A._EvaluateVisitor__evaluateMacroArguments_closure3, A._EvaluateVisitor__evaluateMacroArguments_closure4, A._EvaluateVisitor__evaluateMacroArguments_closure6, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssKeyframeBlock_closure2, A._EvaluateVisitor_visitCssMediaRule_closure2, A._EvaluateVisitor_visitCssMediaRule_closure4, A._EvaluateVisitor_visitCssStyleRule_closure1, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor__performInterpolationHelper_closure0, A._EvaluateVisitor__withoutSlash_recommendation0, A._EvaluateVisitor__stackFrame_closure0, A._ImportedCssVisitor_visitCssAtRule_closure0, A._ImportedCssVisitor_visitCssMediaRule_closure0, A._ImportedCssVisitor_visitCssStyleRule_closure0, A._ImportedCssVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor_closure, A._EvaluateVisitor_closure0, A._EvaluateVisitor_closure1, A._EvaluateVisitor_closure2, A._EvaluateVisitor_closure3, A._EvaluateVisitor_closure4, A._EvaluateVisitor_closure5, A._EvaluateVisitor_closure6, A._EvaluateVisitor_closure7, A._EvaluateVisitor_closure8, A._EvaluateVisitor_closure9, A._EvaluateVisitor_closure10, A._EvaluateVisitor_closure11, A._EvaluateVisitor__loadModule__closure, A._EvaluateVisitor__combineCss_closure, A._EvaluateVisitor__combineCss_closure0, A._EvaluateVisitor__combineCss_visitModule, A._EvaluateVisitor__extendModules_closure, A._EvaluateVisitor__scopeForAtRoot_closure, A._EvaluateVisitor__scopeForAtRoot_closure0, A._EvaluateVisitor__scopeForAtRoot_closure1, A._EvaluateVisitor__scopeForAtRoot_closure2, A._EvaluateVisitor__scopeForAtRoot_closure3, A._EvaluateVisitor__scopeForAtRoot_closure4, A._EvaluateVisitor_visitEachRule_closure, A._EvaluateVisitor_visitEachRule_closure0, A._EvaluateVisitor_visitEachRule__closure, A._EvaluateVisitor_visitEachRule___closure, A._EvaluateVisitor_visitAtRule_closure, A._EvaluateVisitor_visitAtRule_closure1, A._EvaluateVisitor_visitForRule__closure, A._EvaluateVisitor_visitIfRule_closure, A._EvaluateVisitor_visitIfRule___closure, A._EvaluateVisitor__visitDynamicImport__closure, A._EvaluateVisitor__visitDynamicImport__closure0, A._EvaluateVisitor__visitDynamicImport__closure1, A._EvaluateVisitor_visitIncludeRule_closure0, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitStyleRule_closure0, A._EvaluateVisitor_visitStyleRule_closure1, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitWhileRule__closure, A._EvaluateVisitor__slash_recommendation, A._EvaluateVisitor_visitListExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure0, A._EvaluateVisitor__checkCalculationArguments_check, A._EvaluateVisitor__runUserDefinedCallable____closure, A._EvaluateVisitor__runBuiltInCallable_closure1, A._EvaluateVisitor__evaluateArguments_closure, A._EvaluateVisitor__evaluateArguments_closure0, A._EvaluateVisitor__evaluateArguments_closure2, A._EvaluateVisitor__evaluateMacroArguments_closure, A._EvaluateVisitor__evaluateMacroArguments_closure0, A._EvaluateVisitor__evaluateMacroArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure0, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssStyleRule_closure, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor__performInterpolationHelper_closure, A._EvaluateVisitor__withoutSlash_recommendation, A._EvaluateVisitor__stackFrame_closure, A._ImportedCssVisitor_visitCssAtRule_closure, A._ImportedCssVisitor_visitCssMediaRule_closure, A._ImportedCssVisitor_visitCssStyleRule_closure, A._ImportedCssVisitor_visitCssSupportsRule_closure, A.EveryCssVisitor_visitCssAtRule_closure, A.EveryCssVisitor_visitCssKeyframeBlock_closure, A.EveryCssVisitor_visitCssMediaRule_closure, A.EveryCssVisitor_visitCssStyleRule_closure, A.EveryCssVisitor_visitCssStylesheet_closure, A.EveryCssVisitor_visitCssSupportsRule_closure, A.ReplaceExpressionVisitor_visitListExpression_closure, A.ReplaceExpressionVisitor_visitArgumentInvocation_closure, A.ReplaceExpressionVisitor_visitInterpolation_closure, A.SelectorSearchVisitor_visitComplexSelector_closure, A.SelectorSearchVisitor_visitCompoundSelector_closure, A.serialize_closure, A._SerializeVisitor_visitList_closure, A._SerializeVisitor_visitList_closure0, A._SerializeVisitor_visitList_closure1, A._SerializeVisitor_visitMap_closure, A._SerializeVisitor_visitSelectorList_closure, A.StatementSearchVisitor_visitIfRule_closure, A.StatementSearchVisitor_visitIfRule__closure0, A.StatementSearchVisitor_visitIfRule_closure0, A.StatementSearchVisitor_visitIfRule__closure, A.StatementSearchVisitor_visitChildren_closure, A.SingleMapping_SingleMapping$fromEntries_closure1, A.SingleMapping_toJson_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.Chain_Chain$parse_closure, A.Chain_toTrace_closure, A.Chain_toString_closure0, A.Chain_toString__closure0, A.Chain_toString_closure, A.Chain_toString__closure, A.Trace__parseVM_closure, A.Trace$parseV8_closure, A.Trace$parseJSCore_closure, A.Trace$parseFirefox_closure, A.Trace$parseFriendly_closure, A.Trace_terse_closure, A.Trace_foldFrames_closure, A.Trace_foldFrames_closure0, A.Trace_toString_closure0, A.Trace_toString_closure, A.TransformByHandlers_transformByHandlers__closure, A.RateLimit__debounceAggregate_closure0, A.AnySelectorVisitor_visitComplexSelector_closure0, A.AnySelectorVisitor_visitCompoundSelector_closure0, A.ArgumentDeclaration_verify_closure1, A.ArgumentDeclaration_verify_closure2, A.argumentListClass__closure, A.argumentListClass__closure0, A.AsyncBuiltInCallable$mixin_closure0, A._compileStylesheet_closure2, A.AsyncEnvironment__getVariableFromGlobalModule_closure0, A.AsyncEnvironment_setVariable_closure3, A.AsyncEnvironment__getFunctionFromGlobalModule_closure0, A.AsyncEnvironment__getMixinFromGlobalModule_closure0, A.AsyncEnvironment_toModule_closure0, A.AsyncEnvironment_toDummyModule_closure0, A._EnvironmentModule__EnvironmentModule_closure17, A._EnvironmentModule__EnvironmentModule_closure18, A._EnvironmentModule__EnvironmentModule_closure19, A._EnvironmentModule__EnvironmentModule_closure20, A._EnvironmentModule__EnvironmentModule_closure21, A._EnvironmentModule__EnvironmentModule_closure22, A._EvaluateVisitor_closure38, A._EvaluateVisitor_closure39, A._EvaluateVisitor_closure40, A._EvaluateVisitor_closure41, A._EvaluateVisitor_closure42, A._EvaluateVisitor_closure43, A._EvaluateVisitor_closure44, A._EvaluateVisitor_closure45, A._EvaluateVisitor_closure46, A._EvaluateVisitor_closure47, A._EvaluateVisitor_closure48, A._EvaluateVisitor_closure49, A._EvaluateVisitor_closure50, A._EvaluateVisitor__loadModule__closure5, A._EvaluateVisitor__combineCss_closure5, A._EvaluateVisitor__combineCss_closure6, A._EvaluateVisitor__combineCss_visitModule2, A._EvaluateVisitor__extendModules_closure5, A._EvaluateVisitor__scopeForAtRoot_closure17, A._EvaluateVisitor__scopeForAtRoot_closure18, A._EvaluateVisitor__scopeForAtRoot_closure19, A._EvaluateVisitor__scopeForAtRoot_closure20, A._EvaluateVisitor__scopeForAtRoot_closure21, A._EvaluateVisitor__scopeForAtRoot_closure22, A._EvaluateVisitor_visitEachRule_closure8, A._EvaluateVisitor_visitEachRule_closure9, A._EvaluateVisitor_visitEachRule__closure2, A._EvaluateVisitor_visitEachRule___closure2, A._EvaluateVisitor_visitAtRule_closure8, A._EvaluateVisitor_visitAtRule_closure10, A._EvaluateVisitor_visitForRule__closure2, A._EvaluateVisitor_visitIfRule_closure2, A._EvaluateVisitor_visitIfRule___closure2, A._EvaluateVisitor__visitDynamicImport__closure11, A._EvaluateVisitor__visitDynamicImport__closure12, A._EvaluateVisitor__visitDynamicImport__closure13, A._EvaluateVisitor_visitIncludeRule_closure9, A._EvaluateVisitor_visitMediaRule_closure8, A._EvaluateVisitor_visitMediaRule_closure10, A._EvaluateVisitor_visitStyleRule_closure15, A._EvaluateVisitor_visitStyleRule_closure16, A._EvaluateVisitor_visitStyleRule_closure18, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitWhileRule__closure2, A._EvaluateVisitor__slash_recommendation2, A._EvaluateVisitor_visitListExpression_closure2, A._EvaluateVisitor_visitFunctionExpression_closure9, A._EvaluateVisitor__checkCalculationArguments_check2, A._EvaluateVisitor__runUserDefinedCallable____closure2, A._EvaluateVisitor__runBuiltInCallable_closure10, A._EvaluateVisitor__evaluateArguments_closure11, A._EvaluateVisitor__evaluateArguments_closure12, A._EvaluateVisitor__evaluateArguments_closure14, A._EvaluateVisitor__evaluateMacroArguments_closure11, A._EvaluateVisitor__evaluateMacroArguments_closure12, A._EvaluateVisitor__evaluateMacroArguments_closure14, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure6, A._EvaluateVisitor_visitCssMediaRule_closure8, A._EvaluateVisitor_visitCssMediaRule_closure10, A._EvaluateVisitor_visitCssStyleRule_closure5, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor__performInterpolationHelper_closure2, A._EvaluateVisitor__withoutSlash_recommendation2, A._EvaluateVisitor__stackFrame_closure2, A._ImportedCssVisitor_visitCssAtRule_closure2, A._ImportedCssVisitor_visitCssMediaRule_closure2, A._ImportedCssVisitor_visitCssStyleRule_closure2, A._ImportedCssVisitor_visitCssSupportsRule_closure2, A.AsyncImportCache_humanize_closure3, A.AsyncImportCache_humanize_closure4, A.AsyncImportCache_humanize_closure5, A.AsyncImportCache_humanize_closure6, A.booleanClass__closure, A.legacyBooleanClass__closure, A.legacyBooleanClass__closure0, A.BuiltInCallable$mixin_closure0, A.calculationClass__closure, A.calculationClass__closure0, A.calculationClass__closure1, A.calculationClass__closure2, A.calculationClass__closure3, A.calculationClass__closure4, A.calculationClass__closure5, A.calculationOperationClass__closure, A.calculationOperationClass___closure, A.calculationOperationClass__closure1, A.calculationOperationClass__closure2, A.calculationOperationClass__closure3, A.calculationOperationClass__closure4, A.calculationInterpolationClass__closure1, A.calculationInterpolationClass__closure2, A.SassCalculation__verifyLength_closure0, A.updateCanonicalizeContextPrototype_closure, A.updateCanonicalizeContextPrototype_closure0, A.global_closure32, A.global_closure33, A.global_closure34, A.global_closure35, A.global_closure36, A.global_closure37, A.global_closure38, A.global_closure39, A.global_closure40, A.global_closure41, A.global_closure42, A.global_closure43, A.global_closure44, A.global_closure45, A.global_closure46, A.global_closure47, A.global_closure48, A.global_closure49, A.global_closure50, A.global_closure51, A.global_closure52, A.global_closure53, A.global_closure54, A.global_closure55, A.global_closure56, A.global_closure57, A.global__closure0, A.global_closure58, A.module_closure12, A.module_closure13, A.module_closure14, A.module_closure15, A.module_closure16, A.module_closure17, A.module_closure18, A.module_closure19, A.module__closure4, A.module_closure20, A._red_closure0, A._green_closure0, A._blue_closure0, A._mix_closure0, A._hue_closure0, A._saturation_closure0, A._lightness_closure0, A._complement_closure0, A._adjust_closure0, A._scale_closure0, A._change_closure0, A._ieHexStr_closure0, A._ieHexStr_closure_hexString0, A._updateComponents_getParam0, A._updateComponents_closure1, A._updateComponents_closure2, A._updateComponents_updateValue0, A._functionString_closure0, A._removedColorFunction_closure0, A._rgb_closure0, A._hsl_closure0, A._hwb_closure0, A._parseChannels_closure0, A.colorClass__closure1, A.colorClass__closure2, A.colorClass__closure3, A.colorClass__closure4, A.colorClass__closure5, A.colorClass__closure6, A.colorClass__closure7, A.colorClass__closure8, A.colorClass__closure9, A.legacyColorClass_closure, A.legacyColorClass_closure0, A.legacyColorClass_closure1, A.legacyColorClass_closure2, A.legacyColorClass_closure3, A.SassColor_SassColor$hwb_toRgb0, A.compileAsync__closure, A.compileStringAsync__closure, A.compileStringAsync__closure0, A._wrapAsyncSassExceptions_closure, A._parseFunctions__closure2, A._parseFunctions__closure3, A.nodePackageImporterClass__closure, A._compileStylesheet_closure1, A.AsyncCompiler_addCompilation_closure, A.compilerClass__closure, A.compilerClass__closure0, A.compilerClass__closure1, A.compilerClass__closure2, A.asyncCompilerClass__closure, A.asyncCompilerClass__closure0, A.asyncCompilerClass__closure1, A.asyncCompilerClass__closure2, A.ComplexSelectorComponent_toString_closure0, A.CompoundSelector_hasComplicatedSuperselectorSemantics_closure0, A._disallowedFunctionNames_closure0, A.Deprecation_fromId_closure0, A.DeprecationProcessingLogger_summarize_closure1, A.DeprecationProcessingLogger_summarize_closure2, A.versionClass__closure, A.versionClass__closure0, A.EachRule_toString_closure0, A.Environment__getVariableFromGlobalModule_closure0, A.Environment_setVariable_closure3, A.Environment__getFunctionFromGlobalModule_closure0, A.Environment__getMixinFromGlobalModule_closure0, A.Environment_toModule_closure0, A.Environment_toDummyModule_closure0, A._EnvironmentModule__EnvironmentModule_closure11, A._EnvironmentModule__EnvironmentModule_closure12, A._EnvironmentModule__EnvironmentModule_closure13, A._EnvironmentModule__EnvironmentModule_closure14, A._EnvironmentModule__EnvironmentModule_closure15, A._EnvironmentModule__EnvironmentModule_closure16, A._EvaluateVisitor_closure25, A._EvaluateVisitor_closure26, A._EvaluateVisitor_closure27, A._EvaluateVisitor_closure28, A._EvaluateVisitor_closure29, A._EvaluateVisitor_closure30, A._EvaluateVisitor_closure31, A._EvaluateVisitor_closure32, A._EvaluateVisitor_closure33, A._EvaluateVisitor_closure34, A._EvaluateVisitor_closure35, A._EvaluateVisitor_closure36, A._EvaluateVisitor_closure37, A._EvaluateVisitor__loadModule__closure3, A._EvaluateVisitor__combineCss_closure3, A._EvaluateVisitor__combineCss_closure4, A._EvaluateVisitor__combineCss_visitModule1, A._EvaluateVisitor__extendModules_closure3, A._EvaluateVisitor__scopeForAtRoot_closure11, A._EvaluateVisitor__scopeForAtRoot_closure12, A._EvaluateVisitor__scopeForAtRoot_closure13, A._EvaluateVisitor__scopeForAtRoot_closure14, A._EvaluateVisitor__scopeForAtRoot_closure15, A._EvaluateVisitor__scopeForAtRoot_closure16, A._EvaluateVisitor_visitEachRule_closure5, A._EvaluateVisitor_visitEachRule_closure6, A._EvaluateVisitor_visitEachRule__closure1, A._EvaluateVisitor_visitEachRule___closure1, A._EvaluateVisitor_visitAtRule_closure5, A._EvaluateVisitor_visitAtRule_closure7, A._EvaluateVisitor_visitForRule__closure1, A._EvaluateVisitor_visitIfRule_closure1, A._EvaluateVisitor_visitIfRule___closure1, A._EvaluateVisitor__visitDynamicImport__closure7, A._EvaluateVisitor__visitDynamicImport__closure8, A._EvaluateVisitor__visitDynamicImport__closure9, A._EvaluateVisitor_visitIncludeRule_closure6, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule_closure13, A._EvaluateVisitor_visitSupportsRule_closure4, A._EvaluateVisitor_visitWhileRule__closure1, A._EvaluateVisitor__slash_recommendation1, A._EvaluateVisitor_visitListExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure6, A._EvaluateVisitor__checkCalculationArguments_check1, A._EvaluateVisitor__runUserDefinedCallable____closure1, A._EvaluateVisitor__runBuiltInCallable_closure7, A._EvaluateVisitor__evaluateArguments_closure7, A._EvaluateVisitor__evaluateArguments_closure8, A._EvaluateVisitor__evaluateArguments_closure10, A._EvaluateVisitor__evaluateMacroArguments_closure7, A._EvaluateVisitor__evaluateMacroArguments_closure8, A._EvaluateVisitor__evaluateMacroArguments_closure10, A._EvaluateVisitor_visitCssAtRule_closure4, A._EvaluateVisitor_visitCssKeyframeBlock_closure4, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssStyleRule_closure3, A._EvaluateVisitor_visitCssSupportsRule_closure4, A._EvaluateVisitor__performInterpolationHelper_closure1, A._EvaluateVisitor__withoutSlash_recommendation1, A._EvaluateVisitor__stackFrame_closure1, A._ImportedCssVisitor_visitCssAtRule_closure1, A._ImportedCssVisitor_visitCssMediaRule_closure1, A._ImportedCssVisitor_visitCssStyleRule_closure1, A._ImportedCssVisitor_visitCssSupportsRule_closure1, A.EveryCssVisitor_visitCssAtRule_closure0, A.EveryCssVisitor_visitCssKeyframeBlock_closure0, A.EveryCssVisitor_visitCssMediaRule_closure0, A.EveryCssVisitor_visitCssStyleRule_closure0, A.EveryCssVisitor_visitCssStylesheet_closure0, A.EveryCssVisitor_visitCssSupportsRule_closure0, A.exceptionClass__closure, A.exceptionClass__closure0, A.exceptionClass__closure1, A._IsCalculationSafeVisitor_visitListExpression_closure0, A.ExtensionStore_extensionsWhereTarget_closure0, A.ExtensionStore__extendComplex_closure0, A.ExtensionStore__extendComplex__closure0, A.ExtensionStore__extendCompound_closure2, A.ExtensionStore__extendCompound_closure3, A.ExtensionStore__extendCompound_closure4, A.ExtensionStore__extendSimple_withoutPseudo0, A.ExtensionStore__extendSimple_closure1, A.ExtensionStore__extendSimple_closure2, A.ExtensionStore__extendPseudo_closure4, A.ExtensionStore__extendPseudo_closure5, A.ExtensionStore__extendPseudo_closure6, A.ExtensionStore__extendPseudo_closure7, A.ExtensionStore__extendPseudo_closure8, A.ExtensionStore__trim_closure1, A.ExtensionStore__trim_closure2, A.FilesystemImporter_canonicalize_closure0, A.functionClass__closure, A.functionClass__closure0, A.unifyComplex_closure0, A._weaveParents_closure4, A._weaveParents_closure5, A._weaveParents_closure6, A._mustUnify_closure0, A._mustUnify__closure0, A.paths__closure0, A.paths___closure0, A.listIsSuperselector_closure0, A.listIsSuperselector__closure0, A.complexIsSuperselector_closure1, A.complexIsSuperselector_closure2, A._compatibleWithPreviousCombinator_closure0, A.compoundIsSuperselector_closure0, A._selectorPseudoIsSuperselector_closure6, A._selectorPseudoIsSuperselector_closure7, A._selectorPseudoIsSuperselector_closure8, A._selectorPseudoIsSuperselector_closure9, A._selectorPseudoIsSuperselector_closure10, A._selectorPseudoIsSuperselector__closure0, A._selectorPseudoIsSuperselector___closure1, A._selectorPseudoIsSuperselector___closure2, A._selectorPseudoIsSuperselector_closure11, A._selectorPseudoIsSuperselector_closure12, A._selectorPseudoArgs_closure1, A._selectorPseudoArgs_closure2, A.globalFunctions_closure0, A.IDSelector_unify_closure0, A.IfRuleClause$__closure0, A.IfRuleClause$___closure0, A.immutableMapToDartMap_closure, A.NodeImporter__tryPath_closure0, A.ImportCache_humanize_closure3, A.ImportCache_humanize_closure4, A.ImportCache_humanize_closure5, A.ImportCache_humanize_closure6, A.Interpolation_toString_closure0, A.InterpolationMap_mapException_closure0, A._realCasePath_helper0, A._realCasePath_helper__closure0, A.listDir__closure1, A.listDir__closure2, A.listDir_closure_list0, A.listDir__list_closure0, A.render_closure0, A._parseFunctions__closure, A._parseFunctions___closure2, A._parseFunctions__closure0, A._parseFunctions__closure1, A._parseFunctions___closure, A._parseImporter_closure, A._parseImporter__closure, A._parseImporter___closure, A.ListExpression_toString_closure0, A._length_closure2, A._nth_closure0, A._setNth_closure0, A._join_closure0, A._append_closure2, A._zip_closure0, A._zip__closure2, A._zip__closure3, A._zip__closure4, A._index_closure2, A._separator_closure0, A._isBracketed_closure0, A._slash_closure0, A.SelectorList_asSassList_closure0, A.SelectorList_nestWithin_closure0, A.SelectorList_nestWithin__closure1, A.SelectorList_nestWithin__closure2, A.SelectorList__nestWithinCompound_closure2, A.SelectorList__nestWithinCompound_closure3, A.SelectorList__nestWithinCompound_closure4, A.SelectorList_withAdditionalCombinators_closure0, A.listClass__closure, A.legacyListClass_closure, A.legacyListClass__closure, A.legacyListClass_closure1, A.legacyListClass_closure2, A.legacyListClass_closure4, A.SassList_isBlank_closure0, A._get_closure0, A._set_closure1, A._set__closure2, A._set_closure2, A._set__closure1, A._merge_closure1, A._merge_closure2, A._merge__closure0, A._deepMerge_closure0, A._deepRemove_closure0, A._deepRemove__closure0, A._remove_closure1, A._remove_closure2, A._keys_closure0, A._values_closure0, A._hasKey_closure0, A._modify_modifyNestedMap0, A.MapExtensions_get_pairs_closure0, A.mapClass__closure, A.mapClass__closure0, A.legacyMapClass_closure, A.legacyMapClass__closure, A.legacyMapClass__closure0, A.legacyMapClass_closure2, A.legacyMapClass_closure3, A.legacyMapClass_closure4, A.global_closure31, A.module_closure11, A._ceil_closure0, A._clamp_closure0, A._floor_closure0, A._max_closure0, A._min_closure0, A._round_closure0, A._hypot_closure0, A._hypot__closure0, A._log_closure0, A._pow_closure0, A._atan2_closure0, A._compatible_closure0, A._isUnitless_closure0, A._unit_closure0, A._percentage_closure0, A._randomFunction_closure0, A._div_closure0, A._singleArgumentMathFunc_closure0, A._numberFunction_closure0, A.global_closure59, A.global_closure60, A.global_closure61, A.global_closure62, A.local_closure2, A.local_closure3, A.local__closure0, A.local_closure4, A.mixinClass__closure, A.mixinClass__closure0, A.ModifiableCssNode_hasFollowingSibling_closure0, A.NodePackageImporter__nodePackageExportsResolve_closure3, A.NodePackageImporter__nodePackageExportsResolve_closure4, A.NodePackageImporter__nodePackageExportsResolve_closure5, A.NodePackageImporter__nodePackageExportsResolve_closure6, A.NodePackageImporter__nodePackageExportsResolve__closure1, A.NodePackageImporter__nodePackageExportsResolve__closure2, A.NodePackageImporter__getMainExport_closure0, A.legacyNullClass__closure, A.numberClass__closure, A.numberClass__closure0, A.numberClass__closure1, A.numberClass__closure2, A.numberClass__closure3, A.numberClass__closure4, A.numberClass__closure5, A.numberClass__closure6, A.numberClass__closure7, A.numberClass__closure8, A.numberClass__closure9, A.numberClass__closure12, A.numberClass__closure13, A.numberClass__closure14, A.numberClass__closure15, A.numberClass__closure16, A.numberClass__closure17, A.numberClass__closure18, A.numberClass__closure19, A.legacyNumberClass_closure, A.legacyNumberClass_closure0, A.legacyNumberClass_closure2, A._parseNumber_closure, A._parseNumber_closure0, A.SassNumber__coerceOrConvertValue_closure3, A.SassNumber__coerceOrConvertValue_closure5, A.SassNumber_multiplyUnits_closure3, A.SassNumber_multiplyUnits_closure5, A.SassNumber__areAnyConvertible_closure0, A.SassNumber__canonicalizeUnitList_closure0, A.SassNumber_unitSuggestion_closure1, A.SassNumber_unitSuggestion_closure2, A.ParentStatement_closure0, A.ParentStatement__closure0, A.Parser_escape_closure0, A.Parser_scanIdentChar_matches0, A._PrefixedKeys_iterator_closure0, A.PseudoSelector_specificity__closure1, A.PseudoSelector_specificity__closure2, A.PseudoSelector_unify_closure0, A.JSClassExtension_setCustomInspect_closure, A.ReplaceExpressionVisitor_visitListExpression_closure0, A.ReplaceExpressionVisitor_visitArgumentInvocation_closure0, A.ReplaceExpressionVisitor_visitInterpolation_closure0, A.SassParser_styleRuleSelector_closure0, A.SassParser__peekIndentation_closure1, A.SassParser__peekIndentation_closure2, A._wrapMain_closure, A._wrapMain_closure0, A._IsBogusVisitor_visitComplexSelector_closure0, A._IsUselessVisitor_visitComplexSelector_closure0, A._nest_closure0, A._nest__closure1, A._append_closure1, A._append__closure1, A._append___closure0, A._extend_closure0, A._replace_closure0, A._unify_closure0, A._isSuperselector_closure0, A._simpleSelectors_closure0, A._simpleSelectors__closure0, A._parse_closure0, A.SelectorSearchVisitor_visitComplexSelector_closure0, A.SelectorSearchVisitor_visitCompoundSelector_closure0, A.serialize_closure0, A._SerializeVisitor_visitList_closure2, A._SerializeVisitor_visitList_closure3, A._SerializeVisitor_visitList_closure4, A._SerializeVisitor_visitMap_closure0, A._SerializeVisitor_visitSelectorList_closure0, A.SimpleSelector_isSuperselector_closure0, A.SimpleSelector_isSuperselector__closure0, A.SingleUnitSassNumber__coerceToUnit_closure0, A.SingleUnitSassNumber__coerceValueToUnit_closure0, A.SingleUnitSassNumber_multiplyUnits_closure1, A.SourceMapBuffer_buildSourceMap_closure0, A.updateSourceSpanPrototype_closure0, A.updateSourceSpanPrototype_closure1, A.updateSourceSpanPrototype_closure2, A.updateSourceSpanPrototype_closure3, A.updateSourceSpanPrototype_closure4, A.updateSourceSpanPrototype_closure5, A.updateSourceSpanPrototype_closure6, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, A.module_closure10, A.module__closure2, A.module__closure3, A._unquote_closure0, A._quote_closure0, A._length_closure1, A._insert_closure0, A._index_closure1, A._slice_closure0, A._toUpperCase_closure0, A._toLowerCase_closure0, A._uniqueId_closure0, A.stringClass__closure, A.stringClass__closure0, A.stringClass__closure1, A.stringClass__closure2, A.stringClass__closure3, A.legacyStringClass_closure, A.legacyStringClass_closure0, A.StylesheetParser_parse__closure2, A.StylesheetParser__expression_addSingleExpression0, A.StylesheetParser__expression_addOperator0, A.StylesheetParser__isHexColor_closure0, A.StylesheetParser__unicodeRange_closure1, A.StylesheetParser__unicodeRange_closure2, A.StylesheetParser_trySpecialFunction_closure0, A._UnprefixedKeys_iterator_closure1, A._UnprefixedKeys_iterator_closure2, A._exactlyOne_closure0, A.futureToPromise__closure0, A.indent_closure0, A.flattenVertically_closure1, A.flattenVertically_closure2, A.valueClass__closure, A.valueClass__closure0, A.valueClass__closure1, A.valueClass__closure2, A.valueClass__closure3, A.valueClass__closure4, A.valueClass__closure5, A.valueClass__closure7, A.valueClass__closure8, A.valueClass__closure9, A.valueClass__closure10, A.valueClass__closure11, A.valueClass__closure12, A.valueClass__closure13, A.valueClass__closure14, A.valueClass__closure15, A.valueClass__closure17, A.valueClass__closure18]);
|
|
116189
116269
|
_inheritMany(A.Closure2Args, [A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_addAll_closure, A.MapBase_mapToString_closure, A._JsonMap_addAll_closure, A._JsonStringifier_writeMap_closure, A.NoSuchMethodError_toString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._createTables_build, A.Parser_parse_closure, A.FutureGroup_add_closure0, A.StreamQueue__ensureListening_closure1, A.futureToPromise_closure, A.PathMap__create_closure, A.IfRule_toString_closure, A.ComplexSelector_specificity_closure, A.CompoundSelector_specificity_closure, A.ExtensionStore_clone_closure, A._weaveParents_closure, A.paths_closure, A._updateComponents_updateRgb, A._nest__closure0, A._append__closure0, A.ImportCache_clearCanonicalize_closure, A.StylesheetParser__styleRule_closure, A.StylesheetParser__tryDeclarationChildren_closure, A.StylesheetParser__atRootRule_closure, A.StylesheetParser__atRootRule_closure0, A.StylesheetParser__eachRule_closure, A.StylesheetParser__functionRule_closure, A.StylesheetParser__forRule_closure0, A.StylesheetParser__includeRule_closure, A.StylesheetParser_mediaRule_closure, A.StylesheetParser__mixinRule_closure, A.StylesheetParser_mozDocumentRule_closure, A.StylesheetParser_supportsRule_closure, A.StylesheetParser__whileRule_closure, A.StylesheetParser_unknownAtRule_closure, A.longestCommonSubsequence_backtrack, A.mapAddAll2_closure, A.SassNumber_plus_closure, A.SassNumber_minus_closure, A.SassNumber__canonicalMultiplier_closure, A._EvaluateVisitor__closure3, A._EvaluateVisitor__closure4, A._EvaluateVisitor_visitForwardRule_closure1, A._EvaluateVisitor_visitForwardRule_closure2, A._EvaluateVisitor_visitUseRule_closure0, A._EvaluateVisitor__evaluateArguments_closure5, A._EvaluateVisitor__evaluateMacroArguments_closure5, A._EvaluateVisitor__addRestMap_closure0, A._EvaluateVisitor__closure, A._EvaluateVisitor__closure0, A._EvaluateVisitor_visitForwardRule_closure, A._EvaluateVisitor_visitForwardRule_closure0, A._EvaluateVisitor_visitUseRule_closure, A._EvaluateVisitor__evaluateArguments_closure1, A._EvaluateVisitor__evaluateMacroArguments_closure1, A._EvaluateVisitor__addRestMap_closure, A.SingleMapping_toJson_closure0, A.Highlighter__collateLines_closure0, A.Frame_Frame$parseV8_closure_parseLocation, A.TransformByHandlers_transformByHandlers__closure1, A.RateLimit__debounceAggregate_closure, A._EvaluateVisitor__closure11, A._EvaluateVisitor__closure12, A._EvaluateVisitor_visitForwardRule_closure5, A._EvaluateVisitor_visitForwardRule_closure6, A._EvaluateVisitor_visitUseRule_closure2, A._EvaluateVisitor__evaluateArguments_closure13, A._EvaluateVisitor__evaluateMacroArguments_closure13, A._EvaluateVisitor__addRestMap_closure2, A.calculationOperationClass__closure0, A.calculationInterpolationClass__closure, A.calculationInterpolationClass__closure0, A._updateComponents_updateRgb0, A.colorClass__closure, A.colorClass__closure0, A.legacyColorClass_closure4, A.legacyColorClass_closure5, A.legacyColorClass_closure6, A.legacyColorClass_closure7, A._parseFunctions_closure0, A.ComplexSelector_specificity_closure0, A.CompoundSelector_specificity_closure0, A._EvaluateVisitor__closure7, A._EvaluateVisitor__closure8, A._EvaluateVisitor_visitForwardRule_closure3, A._EvaluateVisitor_visitForwardRule_closure4, A._EvaluateVisitor_visitUseRule_closure1, A._EvaluateVisitor__evaluateArguments_closure9, A._EvaluateVisitor__evaluateMacroArguments_closure9, A._EvaluateVisitor__addRestMap_closure1, A.ExtensionStore_clone_closure0, A._weaveParents_closure3, A.paths_closure0, A.IfRule_toString_closure0, A.main_closure, A.main_closure0, A.render_closure1, A._parseFunctions_closure, A.listClass__closure0, A.legacyListClass_closure0, A.legacyListClass_closure3, A.mapClass__closure1, A.legacyMapClass_closure0, A.legacyMapClass_closure1, A.numberClass__closure10, A.numberClass__closure11, A.legacyNumberClass_closure1, A.legacyNumberClass_closure3, A.SassNumber_plus_closure0, A.SassNumber_minus_closure0, A.SassNumber__canonicalMultiplier_closure0, A.JSClassExtension_get_defineStaticMethod_closure, A.JSClassExtension_get_defineMethod_closure, A.JSClassExtension_get_defineGetter_closure, A._nest__closure2, A._append__closure2, A.legacyStringClass_closure1, A.StylesheetParser__styleRule_closure0, A.StylesheetParser__tryDeclarationChildren_closure0, A.StylesheetParser__atRootRule_closure1, A.StylesheetParser__atRootRule_closure2, A.StylesheetParser__eachRule_closure0, A.StylesheetParser__functionRule_closure0, A.StylesheetParser__forRule_closure2, A.StylesheetParser__includeRule_closure0, A.StylesheetParser_mediaRule_closure0, A.StylesheetParser__mixinRule_closure0, A.StylesheetParser_mozDocumentRule_closure0, A.StylesheetParser_supportsRule_closure0, A.StylesheetParser__whileRule_closure0, A.StylesheetParser_unknownAtRule_closure0, A.futureToPromise_closure0, A.futureToPromise__closure1, A.objectToMap_closure, A.longestCommonSubsequence_backtrack0, A.mapAddAll2_closure0, A.valueClass__closure6, A.valueClass__closure16]);
|
|
116190
116270
|
_inherit(A.CastList, A._CastListBase);
|
|
116191
116271
|
_inheritMany(A.MapBase, [A.CastMap, A.JsLinkedHashMap, A._HashMap, A.UnmodifiableMapBase, A._JsonMap, A.MergedMapView, A.MergedMapView0]);
|
|
@@ -116371,7 +116451,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116371
116451
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
116372
116452
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map"},
|
|
116373
116453
|
mangledNames: {},
|
|
116374
|
-
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "bool(String)", "String(String)", "Value(List<Value>)", "bool(CssNode)", "bool(CssNode0)", "bool(Object?)", "int()", "SassNumber(List<Value>)", "SassNumber0(List<Value0>)", "JSClass0()", "bool(SimpleSelector)", "bool(SimpleSelector0)", "bool(ComplexSelector)", "SassString(List<Value>)", "bool(ComplexSelector0)", "SassString0(List<Value0>)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "Future<~>()", "String()", "FileSpan()", "SassColor0(List<Value0>)", "bool(int?)", "SassColor(List<Value>)", "bool()", "Object?()", "Value()", "SassMap0(List<Value0>)", "~(Object?)", "Null(~())", "SassMap(List<Value>)", "Future<Null>(Future<~>())", "double(double)", "Value?()", "Value0?()", "Value0(Value0)", "Value(Value)", "Value0()", "String?()", "bool(int)", "Uri(Uri)", "bool(num,num)", "SassNumber0(SassNumber0)", "bool(Value0)", "bool(ComplexSelectorComponent)", "bool(ComplexSelectorComponent0)", "SassNumber(SassNumber)", "Null(Object,StackTrace)", "Null(@)", "double(double,double)", "ComplexSelector0(ComplexSelector0)", "ComplexSelector(ComplexSelector)", "~(Value)", "double(SassColor0)", "ValueExpression(Value)", "ValueExpression0(Value0)", "@()", "~(Value0)", "Object(Object)", "Future<Value0>()", "Future<Value?>()", "bool(Object)", "~(Object,StackTrace)", "Future<Value>()", "bool(SelectorList0)", "Frame()", "~(@)", "bool(Value)", "bool(SelectorList)", "Future<Value0?>()", "Value?(Statement)", "Callable0?()", "~(Module0<Callable0>,bool)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "Object()", "SassRuntimeException(AstNode)", "~(Object)", "Value0?(Statement0)", "Frame(String)", "int(Uri)", "Future<Value?>(Statement)", "~(Module1<Callable>,bool)", "Callable?()", "Future<Value0>(List<Value0>)", "Null(_NodeSassColor,num)", "Stylesheet?()", "~(String)", "AsyncCallable0?()", "~(Value0,Value0)", "SassRuntimeException0(AstNode0)", "~([int?])", "~(String,Value)", "Future<Value0?>(Statement0)", "AsyncCallable?()", "~(String,Value0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "~(Value,Value)", "double(Value)", "Null([Object?])", "@(@)", "double(Value0)", "bool(Expression0)", "bool(ModifiableCssNode0)", "Null(Module1<AsyncCallable0>,bool)", "bool(Expression)", "bool(ModifiableCssNode)", "SassCalculation0(Object)", "~(String,@)", "bool(Module1<AsyncCallable0>)", "bool(_Highlight)", "Null(Module0<AsyncCallable>,bool)", "String(Object)", "int(SassColor0)", "+originalUrl(Importer,Uri,Uri)?()", "int(_NodeSassColor)", "String(String{color:Object?})", "~(String,Object?)", "bool(Module1<Callable>)", "Statement()", "String(@)", "List<String>()", "Map<ComplexSelector0,Extension0>()", "bool(@)", "Map<ComplexSelector,Extension>()", "bool(Module0<Callable0>)", "~(String,Function)", "Statement0()", "~(~())", "bool(Module0<AsyncCallable>)", "String(Expression0)", "String(Expression)", "SassFunction0(List<Value0>)", "String(Value0)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "int(String,String)", "String?(String?)", "String?(Object)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "int(int)", "0&(String,FileSpan[StackTrace?])", "bool(Statement)", "bool(Import)", "VariableDeclaration()", "AtRootRule(List<Statement>,FileSpan)", "AtRule(List<Statement>,FileSpan)", "Set<0^>()<Object?>", "String(String{color:@})", "Entry(Entry)", "int(double)", "~(@,@)", "double(double,String)", "AstNode(AstNode)", "SassFunction(List<Value>)", "SassMixin(List<Value>)", "Future<~>(List<Value>)", "~(Object?,Object?)", "List<ExtensionStore>()", "@(String)", "bool(ModifiableCssParentNode)", "Future<SassNumber>()", "List<CssComment>()", "bool(UseRule)", "bool(ForwardRule)", "int(ComplexSelector)", "Future<String>()", "AsyncCallable?(Module0<AsyncCallable>)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "Future<Object>()", "InterpolationMap(List<SourceLocation>)", "AstNode?()", "String(SassNumber)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "~(List<Value>)", "SassNumber()", "Uri?/()", "double(SassNumber0,Object,Object[String?])", "double(double,double?,num)", "Value0?(Value0)", "Future<~>?()", "~(List<Value0>)", "double?(String,num{assertPercent:bool,checkPercent:bool,checkUnitless:bool})", "String(int)", "SelectorList0(Value0)", "Map<String,Callable>(Module1<Callable>)", "Callable?(Module1<Callable>)", "~(Iterable<ExtensionStore0>)", "Version(String)", "Set<0&>(Object)", "AsyncImporter0(Object?)", "Expression0(Expression0)", "int(ComplexSelector0)", "double(SassNumber0,SassNumber0[String?,String?])", "AtRule0(List<Statement0>,FileSpan)", "Future<NodeCompileResult>()", "Trace(String)", "AtRootRule0(List<Statement0>,FileSpan)", "bool(Queue<List<ComplexSelectorComponent>>)", "Object(CalculationOperation0)", "int(SourceLocation)", "String(FileSpan)", "0&(@[@])", "SelectorList0(SelectorList0,SelectorList0)", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "0&(Object[Object?])", "String(SassNumber0)", "AstNode0?()", "InterpolationMap0(List<SourceLocation>)", "FileLocation(FileSpan)", "List<Extension>()", "SassNumber0(SassNumber0,Object,Object[String?])", "bool(SassNumber0,String)", "ImmutableList0(SassNumber0)", "~(Iterable<ExtensionStore>)", "bool(ForwardRule0)", "bool(UseRule0)", "List<CssComment0>()", "Future<SassNumber0>()", "~(Uint8List,String,int)", "int(Object?)", "bool(ModifiableCssParentNode0)", "bool(SassNumber0)", "List<ExtensionStore0>()", "bool(Object?,Object?)", "Null(_NodeSassMap,int,Object)", "Map<String,Callable0>(Module0<Callable0>)", "Object(_NodeSassMap,int)", "Value0(int)", "SassNumber0()", "SassMixin0(List<Value0>)", "~(Object[StackTrace?])", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "@(Value0,num)", "bool(Import0)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "Callable0?(Module0<Callable0>)", "AstNode0(AstNode0)", "bool(Statement0)", "bool(Queue<List<ComplexSelectorComponent0>>)", "List<Extension0>()", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "int(@,@)", "int(int,double?)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "AsyncCallable0?(Module1<AsyncCallable0>)", "bool(String?)", "Future<Value>(List<Value>)", "~([Object?])", "bool(Frame)", "Trace()", "String(_NodeException)", "String(Frame)", "int(Frame)", "Expression(Expression)", "Future<~>(List<Value0>)", "~(ContentBlock)", "~(List<Statement>)", "Value(Expression)", "Future<Stylesheet?>()", "~(CssMediaQuery)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "UserDefinedCallable<Environment>(ContentBlock)", "String(Trace)", "Value?(IfRuleClause)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "Frame(String,String)", "CssValue<String>(Interpolation)", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "Frame(Frame)", "int(int,int)", "Value?(Value)", "~(Module0<Callable0>)", "String(Argument0)", "Uint8List(@,@)", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "bool(Deprecation)", "Module0<Callable0>()", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "~(String,int?)", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "Module0<Callable0>?(Module0<Callable0>)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "Map<String,AstNode>(Module0<AsyncCallable>)", "Map<String,Value>(Module0<AsyncCallable>)", "Value/()", "Future<Value>(Expression)", "Map<String,Value>(Module0<Callable0>)", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "Value?(Module0<AsyncCallable>)", "Map<String,AstNode>(Module0<Callable0>)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "~(Module1<AsyncCallable0>)", "Future<Value?>(IfRuleClause)", "~(String,int)", "SimpleSelector(SimpleSelector)", "ArgParser()", "Future<Value0?>(Value0)", "Set<Deprecation>()", "Future<CssValue0<String>>(Interpolation0)", "Future<~>(String)", "Future<CssValue<String>>(Interpolation)", "List<WatchEvent>(List<WatchEvent>)", "~(Symbol0,@)", "Future<Value0?>(IfRuleClause0)", "Future<Value?>(Value)", "Iterable<ComplexSelector>(ComplexSelector)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "SassList(ComplexSelector)", "bool(Extension)", "Set<ModifiableBox<SelectorList>>()", "Object?(Object?)", "~(Module0<AsyncCallable>)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Future<Value0>(Expression0)", "List<SimpleSelector>(Extender)", "Value0/()", "List<Extender>?(SimpleSelector)", "List<Extender>(PseudoSelector)", "List<List<Extender>>(List<Extender>)", "Future<Module0<AsyncCallable>>()", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "~(Module0<AsyncCallable>,bool)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "int(int,SimpleSelector)", "String(CssValue<Combinator>)", "List<ComplexSelector>(ComplexSelector)", "PseudoSelector(ComplexSelector)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "int(int,ComplexSelectorComponent)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "SingleUnitSassNumber(double)", "bool(List<Iterable<ComplexSelectorComponent>>)", "bool(PseudoSelector)", "Value?(Module0<Callable0>)", "0&(List<Value0>)", "SassColor0(Object,_Channels)", "SassColor0(SassColor0,_Channels)", "SelectorList?(PseudoSelector)", "@(@,String)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "~(String,Option)", "double(_NodeSassColor)", "_Future<@>(@)", "SassScriptException()", "DateTime(StylesheetNode)", "AsyncImporter0(JSImporter)", "0&(@)", "Null(@,@)", "Iterable<Deprecation0>()", "NodePackageImporter0(Object[String?])", "StringExpression(Interpolation)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Version(Object,int,int,int)", "~(BinaryOperator)", "~(Expression)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "WhileRule(List<Statement>,FileSpan)", "Object(Value0)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "SupportsRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "MediaRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "ForRule(List<Statement>,FileSpan)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "FunctionRule(List<Statement>,FileSpan)", "EachRule(List<Statement>,FileSpan)", "CssValue0<String>(Interpolation0)", "Declaration(List<Statement>,FileSpan)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "StyleRule(List<Statement>,FileSpan)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "UseRule()", "ArgumentDeclaration()", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "String(Value)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "VariableDeclaration(VariableDeclaration)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "0&(List<Value>)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Statement?()", "Stylesheet()", "~(Object?,Object,Object?)", "+(String,String)(String)", "Future<~>(List<String>)", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Null(@,StackTrace)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Null(_NodeSassList,int?[bool?,SassList0?])", "Statement({root:bool})", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "@(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "CompoundSelector()", "int(_NodeSassMap)", "SelectorList()", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "SassNumber0(Object,num[Object?])", "double(SassNumber0)", "String(int,IfClause)", "int?(SassNumber0)", "List<CssMediaQuery>()", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "String(BuiltInCallable)", "AtRootQuery()", "~(int,@)", "~(@,StackTrace)", "~([Future<~>?])", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "String(Argument)", "String(Object,@,@[@])", "List<Value>(Value)", "Future<@>()", "bool(Version)", "Object(String)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "bool(+forImport(Importer,Uri,bool),+originalUrl(Importer,Uri,Uri)?)", "JSUrl0?(FileSpan)", "Uri(+originalUrl(Importer,Uri,Uri))", "bool(+originalUrl(Importer,Uri,Uri))", "SassString0(int)", "SassString0(String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "bool(List<Value>)", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "+(String,ArgumentDeclaration0)()", "VariableDeclaration0()", "StyleRule0(List<Statement0>,FileSpan)", "Declaration0(List<Statement0>,FileSpan)", "int(String?)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "bool(String?,String?)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "SassString(String)", "SassString(int)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "SassString(SimpleSelector)", "Value(Object)", "0^(0^,0^)<num>", "Null(Function,Function)", "SassNumber(Value)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Uri(JSUrl0)", "JSUrl0(Uri)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "String(String?)", "SassMap(Value)", "int(num)", "SassMap(SassMap)", "+originalUrl(Importer0,Uri,Uri)?()", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})"],
|
|
116454
|
+
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "bool(String)", "String(String)", "Value(List<Value>)", "bool(CssNode)", "bool(CssNode0)", "bool(Object?)", "int()", "SassNumber(List<Value>)", "SassNumber0(List<Value0>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "JSClass0()", "bool(ComplexSelector)", "SassString(List<Value>)", "bool(ComplexSelector0)", "SassString0(List<Value0>)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "Future<~>()", "String()", "FileSpan()", "SassColor0(List<Value0>)", "bool(int?)", "SassColor(List<Value>)", "bool()", "Object?()", "Value()", "SassMap0(List<Value0>)", "~(Object?)", "Null(~())", "SassMap(List<Value>)", "Future<Null>(Future<~>())", "double(double)", "Value?()", "Value0?()", "Value0(Value0)", "Value(Value)", "Value0()", "String?()", "bool(int)", "Uri(Uri)", "bool(num,num)", "SassNumber0(SassNumber0)", "bool(Value0)", "bool(ComplexSelectorComponent)", "bool(ComplexSelectorComponent0)", "SassNumber(SassNumber)", "Null(Object,StackTrace)", "Null(@)", "double(double,double)", "ComplexSelector0(ComplexSelector0)", "ComplexSelector(ComplexSelector)", "~(Value)", "double(SassColor0)", "ValueExpression(Value)", "ValueExpression0(Value0)", "@()", "~(Value0)", "Object(Object)", "Future<Value0>()", "Future<Value?>()", "bool(Object)", "~(Object,StackTrace)", "Future<Value>()", "bool(SelectorList0)", "Frame()", "~(@)", "bool(Value)", "bool(SelectorList)", "Future<Value0?>()", "Value?(Statement)", "Callable0?()", "~(Module0<Callable0>,bool)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "Object()", "SassRuntimeException(AstNode)", "~(Object)", "Value0?(Statement0)", "Frame(String)", "int(Uri)", "Future<Value?>(Statement)", "~(Module1<Callable>,bool)", "Callable?()", "Future<Value0>(List<Value0>)", "Null(_NodeSassColor,num)", "Stylesheet?()", "~(String)", "AsyncCallable0?()", "~(Value0,Value0)", "SassRuntimeException0(AstNode0)", "~([int?])", "~(String,Value)", "Future<Value0?>(Statement0)", "AsyncCallable?()", "~(String,Value0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "~(Value,Value)", "double(Value)", "Null([Object?])", "@(@)", "double(Value0)", "bool(Expression0)", "bool(ModifiableCssNode0)", "Null(Module1<AsyncCallable0>,bool)", "bool(Expression)", "bool(ModifiableCssNode)", "SassCalculation0(Object)", "~(String,@)", "bool(Module1<AsyncCallable0>)", "bool(_Highlight)", "Null(Module0<AsyncCallable>,bool)", "String(Object)", "int(SassColor0)", "+originalUrl(Importer,Uri,Uri)?()", "int(_NodeSassColor)", "String(String{color:Object?})", "~(String,Object?)", "bool(Module1<Callable>)", "Statement()", "String(@)", "List<String>()", "Map<ComplexSelector0,Extension0>()", "bool(@)", "Map<ComplexSelector,Extension>()", "bool(Module0<Callable0>)", "~(String,Function)", "Statement0()", "~(~())", "bool(Module0<AsyncCallable>)", "String(Expression0)", "String(Expression)", "SassFunction0(List<Value0>)", "String(Value0)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "int(String,String)", "String?(String?)", "String?(Object)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "int(int)", "0&(String,FileSpan[StackTrace?])", "bool(Statement)", "bool(Import)", "VariableDeclaration()", "AtRootRule(List<Statement>,FileSpan)", "AtRule(List<Statement>,FileSpan)", "Set<0^>()<Object?>", "String(String{color:@})", "Entry(Entry)", "int(double)", "~(@,@)", "double(double,String)", "AstNode(AstNode)", "SassFunction(List<Value>)", "SassMixin(List<Value>)", "Future<~>(List<Value>)", "~(Object?,Object?)", "List<ExtensionStore>()", "@(String)", "bool(ModifiableCssParentNode)", "Future<SassNumber>()", "List<CssComment>()", "bool(UseRule)", "bool(ForwardRule)", "int(ComplexSelector)", "Future<String>()", "AsyncCallable?(Module0<AsyncCallable>)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "Future<Object>()", "InterpolationMap(List<SourceLocation>)", "AstNode?()", "String(SassNumber)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "~(List<Value>)", "SassNumber()", "Uri?/()", "double(SassNumber0,Object,Object[String?])", "double(double,double?,num)", "Value0?(Value0)", "Future<~>?()", "~(List<Value0>)", "double?(String,num{assertPercent:bool,checkPercent:bool,checkUnitless:bool})", "String(int)", "SelectorList0(Value0)", "Map<String,Callable>(Module1<Callable>)", "Callable?(Module1<Callable>)", "~(Iterable<ExtensionStore0>)", "Version(String)", "Set<0&>(Object)", "AsyncImporter0(Object?)", "Expression0(Expression0)", "int(ComplexSelector0)", "double(SassNumber0,SassNumber0[String?,String?])", "AtRule0(List<Statement0>,FileSpan)", "Future<NodeCompileResult>()", "Trace(String)", "AtRootRule0(List<Statement0>,FileSpan)", "bool(Queue<List<ComplexSelectorComponent>>)", "Object(CalculationOperation0)", "int(SourceLocation)", "String(FileSpan)", "0&(@[@])", "SelectorList0(SelectorList0,SelectorList0)", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "0&(Object[Object?])", "String(SassNumber0)", "AstNode0?()", "InterpolationMap0(List<SourceLocation>)", "FileLocation(FileSpan)", "List<Extension>()", "SassNumber0(SassNumber0,Object,Object[String?])", "bool(SassNumber0,String)", "ImmutableList0(SassNumber0)", "~(Iterable<ExtensionStore>)", "bool(ForwardRule0)", "bool(UseRule0)", "List<CssComment0>()", "Future<SassNumber0>()", "~(Uint8List,String,int)", "int(Object?)", "bool(ModifiableCssParentNode0)", "bool(SassNumber0)", "List<ExtensionStore0>()", "bool(Object?,Object?)", "Null(_NodeSassMap,int,Object)", "Map<String,Callable0>(Module0<Callable0>)", "Object(_NodeSassMap,int)", "Value0(int)", "SassNumber0()", "SassMixin0(List<Value0>)", "~(Object[StackTrace?])", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "@(Value0,num)", "bool(Import0)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "Callable0?(Module0<Callable0>)", "AstNode0(AstNode0)", "bool(Statement0)", "bool(Queue<List<ComplexSelectorComponent0>>)", "List<Extension0>()", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "int(@,@)", "int(int,double?)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "AsyncCallable0?(Module1<AsyncCallable0>)", "bool(String?)", "Future<Value>(List<Value>)", "~([Object?])", "bool(Frame)", "Trace()", "String(_NodeException)", "String(Frame)", "int(Frame)", "Expression(Expression)", "Future<~>(List<Value0>)", "~(ContentBlock)", "~(List<Statement>)", "Value(Expression)", "Future<Stylesheet?>()", "~(CssMediaQuery)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "UserDefinedCallable<Environment>(ContentBlock)", "String(Trace)", "Value?(IfRuleClause)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "Frame(String,String)", "CssValue<String>(Interpolation)", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "Frame(Frame)", "int(int,int)", "Value?(Value)", "~(Module0<Callable0>)", "String(Argument0)", "Uint8List(@,@)", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "bool(Deprecation)", "Module0<Callable0>()", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "~(String,int?)", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "Module0<Callable0>?(Module0<Callable0>)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "Map<String,AstNode>(Module0<AsyncCallable>)", "Map<String,Value>(Module0<AsyncCallable>)", "Value/()", "Future<Value>(Expression)", "Map<String,Value>(Module0<Callable0>)", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "Value?(Module0<AsyncCallable>)", "Map<String,AstNode>(Module0<Callable0>)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "~(Module1<AsyncCallable0>)", "Future<Value?>(IfRuleClause)", "~(String,int)", "SimpleSelector(SimpleSelector)", "ArgParser()", "Future<Value0?>(Value0)", "Set<Deprecation>()", "Future<CssValue0<String>>(Interpolation0)", "Future<~>(String)", "Future<CssValue<String>>(Interpolation)", "List<WatchEvent>(List<WatchEvent>)", "~(Symbol0,@)", "Future<Value0?>(IfRuleClause0)", "Future<Value?>(Value)", "Iterable<ComplexSelector>(ComplexSelector)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "SassList(ComplexSelector)", "bool(Extension)", "Set<ModifiableBox<SelectorList>>()", "Object?(Object?)", "~(Module0<AsyncCallable>)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Future<Value0>(Expression0)", "List<SimpleSelector>(Extender)", "Value0/()", "List<Extender>?(SimpleSelector)", "List<Extender>(PseudoSelector)", "List<List<Extender>>(List<Extender>)", "Future<Module0<AsyncCallable>>()", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "~(Module0<AsyncCallable>,bool)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "int(int,SimpleSelector)", "String(CssValue<Combinator>)", "List<ComplexSelector>(ComplexSelector)", "PseudoSelector(ComplexSelector)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "int(int,ComplexSelectorComponent)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "SingleUnitSassNumber(double)", "bool(List<Iterable<ComplexSelectorComponent>>)", "bool(PseudoSelector)", "Value?(Module0<Callable0>)", "0&(List<Value0>)", "SassColor0(Object,_Channels)", "SassColor0(SassColor0,_Channels)", "SelectorList?(PseudoSelector)", "@(@,String)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "~(String,Option)", "double(_NodeSassColor)", "_Future<@>(@)", "SassScriptException()", "DateTime(StylesheetNode)", "AsyncImporter0(JSImporter)", "0&(@)", "Null(@,@)", "Iterable<Deprecation0>()", "NodePackageImporter0(Object[String?])", "StringExpression(Interpolation)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Version(Object,int,int,int)", "~(BinaryOperator)", "~(Expression)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "WhileRule(List<Statement>,FileSpan)", "Object(Value0)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "SupportsRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "MediaRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "ForRule(List<Statement>,FileSpan)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "FunctionRule(List<Statement>,FileSpan)", "EachRule(List<Statement>,FileSpan)", "CssValue0<String>(Interpolation0)", "Declaration(List<Statement>,FileSpan)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "StyleRule(List<Statement>,FileSpan)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "UseRule()", "ArgumentDeclaration()", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "String(Value)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "VariableDeclaration(VariableDeclaration)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "0&(List<Value>)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Statement?()", "Stylesheet()", "~(Object?,Object,Object?)", "+(String,String)(String)", "Future<~>(List<String>)", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Null(@,StackTrace)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Null(_NodeSassList,int?[bool?,SassList0?])", "Statement({root:bool})", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "@(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "CompoundSelector()", "int(_NodeSassMap)", "SelectorList()", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "SassNumber0(Object,num[Object?])", "double(SassNumber0)", "String(int,IfClause)", "int?(SassNumber0)", "List<CssMediaQuery>()", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "String(BuiltInCallable)", "AtRootQuery()", "~(int,@)", "~(@,StackTrace)", "~([Future<~>?])", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "String(Argument)", "String(Object,@,@[@])", "List<Value>(Value)", "Future<@>()", "bool(Version)", "Object(String)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "bool(+forImport(Importer,Uri,bool),+originalUrl(Importer,Uri,Uri)?)", "JSUrl0?(FileSpan)", "Uri(+originalUrl(Importer,Uri,Uri))", "bool(+originalUrl(Importer,Uri,Uri))", "SassString0(int)", "SassString0(String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "bool(List<Value>)", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "+(String,ArgumentDeclaration0)()", "VariableDeclaration0()", "StyleRule0(List<Statement0>,FileSpan)", "Declaration0(List<Statement0>,FileSpan)", "int(String?)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "bool(String?,String?)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "SassString(String)", "SassString(int)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "SassString(SimpleSelector)", "Value(Object)", "0^(0^,0^)<num>", "Null(Function,Function)", "SassNumber(Value)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Uri(JSUrl0)", "JSUrl0(Uri)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "String(String?)", "SassMap(Value)", "int(num)", "SassMap(SassMap)", "+originalUrl(Importer0,Uri,Uri)?()", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})"],
|
|
116375
116455
|
interceptorsByTag: null,
|
|
116376
116456
|
leafTags: null,
|
|
116377
116457
|
arrayRti: Symbol("$ti"),
|
|
@@ -117462,16 +117542,16 @@ self.util = _cliPkgRequires.util;
|
|
|
117462
117542
|
B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_Argument_2);
|
|
117463
117543
|
B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
|
|
117464
117544
|
B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncImporter);
|
|
117465
|
-
B.
|
|
117466
|
-
B.
|
|
117467
|
-
B.
|
|
117468
|
-
B.
|
|
117545
|
+
B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector);
|
|
117546
|
+
B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector_2);
|
|
117547
|
+
B.List_empty2 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent);
|
|
117548
|
+
B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent_2);
|
|
117469
117549
|
B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable);
|
|
117470
117550
|
B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable_2);
|
|
117471
117551
|
B.List_empty3 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode);
|
|
117472
117552
|
B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode_2);
|
|
117473
|
-
B.
|
|
117474
|
-
B.
|
|
117553
|
+
B.List_empty0 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator);
|
|
117554
|
+
B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator_2);
|
|
117475
117555
|
B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_Expression);
|
|
117476
117556
|
B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Expression_2);
|
|
117477
117557
|
B.List_empty5 = A._setArrayType(makeConstList([]), type$.JSArray_Extension);
|