sass 1.61.0 → 1.62.1
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 +605 -421
package/sass.dart.js
CHANGED
|
@@ -8658,6 +8658,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
8658
8658
|
SelectorList_resolveParentSelectors__closure: function SelectorList_resolveParentSelectors__closure(t0) {
|
|
8659
8659
|
this.complex = t0;
|
|
8660
8660
|
},
|
|
8661
|
+
SelectorList_resolveParentSelectors__closure0: function SelectorList_resolveParentSelectors__closure0(t0) {
|
|
8662
|
+
this.complex = t0;
|
|
8663
|
+
},
|
|
8661
8664
|
SelectorList__resolveParentSelectorsCompound_closure: function SelectorList__resolveParentSelectorsCompound_closure() {
|
|
8662
8665
|
},
|
|
8663
8666
|
SelectorList__resolveParentSelectorsCompound_closure0: function SelectorList__resolveParentSelectorsCompound_closure0(t0) {
|
|
@@ -9181,13 +9184,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
9181
9184
|
this.assignmentNode = t2;
|
|
9182
9185
|
},
|
|
9183
9186
|
Deprecation_fromId(id) {
|
|
9184
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
9187
|
+
return A.IterableExtension_firstWhereOrNull(B.List_4mn, new A.Deprecation_fromId_closure(id));
|
|
9185
9188
|
},
|
|
9186
9189
|
Deprecation_forVersion(version) {
|
|
9187
9190
|
var t2, _i, deprecation, $self, t3,
|
|
9188
9191
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
|
|
9189
|
-
for (t2 = new A.VersionRange(null, version, false, true).get$allows(), _i = 0; _i <
|
|
9190
|
-
deprecation = B.
|
|
9192
|
+
for (t2 = new A.VersionRange(null, version, false, true).get$allows(), _i = 0; _i < 13; ++_i) {
|
|
9193
|
+
deprecation = B.List_4mn[_i];
|
|
9191
9194
|
$self = deprecation._deprecatedIn;
|
|
9192
9195
|
if ($self == null)
|
|
9193
9196
|
t3 = null;
|
|
@@ -20975,7 +20978,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
20975
20978
|
this.implicitParent = t1;
|
|
20976
20979
|
this.parent = t2;
|
|
20977
20980
|
},
|
|
20978
|
-
|
|
20981
|
+
SelectorList_resolveParentSelectors__closure1: function SelectorList_resolveParentSelectors__closure1(t0) {
|
|
20982
|
+
this.complex = t0;
|
|
20983
|
+
},
|
|
20984
|
+
SelectorList_resolveParentSelectors__closure2: function SelectorList_resolveParentSelectors__closure2(t0) {
|
|
20979
20985
|
this.complex = t0;
|
|
20980
20986
|
},
|
|
20981
20987
|
SelectorList__resolveParentSelectorsCompound_closure2: function SelectorList__resolveParentSelectorsCompound_closure2() {
|
|
@@ -21486,7 +21492,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
21486
21492
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21487
21493
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21488
21494
|
J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
|
|
21489
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
21495
|
+
J.set$info$x(self.exports, "dart-sass\t1.62.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.19.6\t(Dart Compiler)\t[Dart]");
|
|
21490
21496
|
A.updateSourceSpanPrototype();
|
|
21491
21497
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21492
21498
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -22183,7 +22189,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
22183
22189
|
switch ($async$goto) {
|
|
22184
22190
|
case 0:
|
|
22185
22191
|
// Function start
|
|
22186
|
-
$async$returnValue = "1.
|
|
22192
|
+
$async$returnValue = "1.62.1 compiled with dart2js 2.19.6";
|
|
22187
22193
|
// goto return
|
|
22188
22194
|
$async$goto = 1;
|
|
22189
22195
|
break;
|
|
@@ -23884,7 +23890,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
23884
23890
|
},
|
|
23885
23891
|
IterableExtension_firstWhereOrNull(_this, test) {
|
|
23886
23892
|
var _i, element;
|
|
23887
|
-
for (_i = 0; _i <
|
|
23893
|
+
for (_i = 0; _i < 13; ++_i) {
|
|
23888
23894
|
element = _this[_i];
|
|
23889
23895
|
if (test.call$1(element))
|
|
23890
23896
|
return element;
|
|
@@ -28404,7 +28410,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
28404
28410
|
call$1(o) {
|
|
28405
28411
|
return this.getTag(o);
|
|
28406
28412
|
},
|
|
28407
|
-
$signature:
|
|
28413
|
+
$signature: 88
|
|
28408
28414
|
};
|
|
28409
28415
|
A.initHooks_closure0.prototype = {
|
|
28410
28416
|
call$2(o, tag) {
|
|
@@ -28764,7 +28770,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
28764
28770
|
t1.storedCallback = null;
|
|
28765
28771
|
f.call$0();
|
|
28766
28772
|
},
|
|
28767
|
-
$signature:
|
|
28773
|
+
$signature: 72
|
|
28768
28774
|
};
|
|
28769
28775
|
A._AsyncRun__initializeScheduleImmediate_closure.prototype = {
|
|
28770
28776
|
call$1(callback) {
|
|
@@ -28980,7 +28986,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
28980
28986
|
} else if (t2 === 0 && !_this.eagerError)
|
|
28981
28987
|
_this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0());
|
|
28982
28988
|
},
|
|
28983
|
-
$signature:
|
|
28989
|
+
$signature: 65
|
|
28984
28990
|
};
|
|
28985
28991
|
A.Future_wait_closure.prototype = {
|
|
28986
28992
|
call$1(value) {
|
|
@@ -29266,13 +29272,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
29266
29272
|
t1._completeError$2(error, stackTrace);
|
|
29267
29273
|
}
|
|
29268
29274
|
},
|
|
29269
|
-
$signature:
|
|
29275
|
+
$signature: 72
|
|
29270
29276
|
};
|
|
29271
29277
|
A._Future__chainForeignFuture_closure0.prototype = {
|
|
29272
29278
|
call$2(error, stackTrace) {
|
|
29273
29279
|
this.$this._completeError$2(error, stackTrace);
|
|
29274
29280
|
},
|
|
29275
|
-
$signature:
|
|
29281
|
+
$signature: 62
|
|
29276
29282
|
};
|
|
29277
29283
|
A._Future__chainForeignFuture_closure1.prototype = {
|
|
29278
29284
|
call$0() {
|
|
@@ -34419,7 +34425,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
34419
34425
|
call$1(value) {
|
|
34420
34426
|
return '"' + A.S(value) + '"';
|
|
34421
34427
|
},
|
|
34422
|
-
$signature:
|
|
34428
|
+
$signature: 76
|
|
34423
34429
|
};
|
|
34424
34430
|
A._Usage__buildAllowedList_closure.prototype = {
|
|
34425
34431
|
call$1(value) {
|
|
@@ -34605,7 +34611,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
34605
34611
|
A.StreamGroup__onListen_closure.prototype = {
|
|
34606
34612
|
call$1(_) {
|
|
34607
34613
|
},
|
|
34608
|
-
$signature:
|
|
34614
|
+
$signature: 72
|
|
34609
34615
|
};
|
|
34610
34616
|
A.StreamGroup__onCancel_closure.prototype = {
|
|
34611
34617
|
call$1(entry) {
|
|
@@ -34694,7 +34700,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
34694
34700
|
call$2(error, stackTrace) {
|
|
34695
34701
|
this.$this._addResult$1(new A.ErrorResult(error, stackTrace));
|
|
34696
34702
|
},
|
|
34697
|
-
$signature:
|
|
34703
|
+
$signature: 62
|
|
34698
34704
|
};
|
|
34699
34705
|
A.StreamQueue__ensureListening_closure0.prototype = {
|
|
34700
34706
|
call$0() {
|
|
@@ -34851,7 +34857,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
34851
34857
|
});
|
|
34852
34858
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
34853
34859
|
},
|
|
34854
|
-
$signature:
|
|
34860
|
+
$signature: 39
|
|
34855
34861
|
};
|
|
34856
34862
|
A.ReplAdapter_runAsync__closure.prototype = {
|
|
34857
34863
|
call$1(value) {
|
|
@@ -35385,13 +35391,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
35385
35391
|
call$1(value) {
|
|
35386
35392
|
this.completer.complete$1(value);
|
|
35387
35393
|
},
|
|
35388
|
-
$signature:
|
|
35394
|
+
$signature: 72
|
|
35389
35395
|
};
|
|
35390
35396
|
A.promiseToFuture_closure0.prototype = {
|
|
35391
35397
|
call$1(error) {
|
|
35392
35398
|
this.completer.completeError$1(error);
|
|
35393
35399
|
},
|
|
35394
|
-
$signature:
|
|
35400
|
+
$signature: 72
|
|
35395
35401
|
};
|
|
35396
35402
|
A.futureToPromise_closure.prototype = {
|
|
35397
35403
|
call$2(resolve, reject) {
|
|
@@ -36641,6 +36647,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36641
36647
|
accept$1(visitor) {
|
|
36642
36648
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36643
36649
|
},
|
|
36650
|
+
equalsIgnoringChildren$1(other) {
|
|
36651
|
+
var t1, t2;
|
|
36652
|
+
if (other instanceof A.ModifiableCssAtRule) {
|
|
36653
|
+
t1 = this.name;
|
|
36654
|
+
t2 = other.name;
|
|
36655
|
+
t1 = t1.$ti._is(t2) && J.$eq$(t2.value, t1.value) && J.$eq$(this.value, other.value) && this.isChildless === other.isChildless;
|
|
36656
|
+
} else
|
|
36657
|
+
t1 = false;
|
|
36658
|
+
return t1;
|
|
36659
|
+
},
|
|
36644
36660
|
copyWithoutChildren$0() {
|
|
36645
36661
|
var _this = this;
|
|
36646
36662
|
return A.ModifiableCssAtRule$(_this.name, _this.span, _this.isChildless, _this.value);
|
|
@@ -36701,6 +36717,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36701
36717
|
accept$1(visitor) {
|
|
36702
36718
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36703
36719
|
},
|
|
36720
|
+
equalsIgnoringChildren$1(other) {
|
|
36721
|
+
return other instanceof A.ModifiableCssKeyframeBlock && B.C_ListEquality.equals$2(0, this.selector.value, other.selector.value);
|
|
36722
|
+
},
|
|
36704
36723
|
copyWithoutChildren$0() {
|
|
36705
36724
|
return A.ModifiableCssKeyframeBlock$(this.selector, this.span);
|
|
36706
36725
|
},
|
|
@@ -36715,6 +36734,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36715
36734
|
accept$1(visitor) {
|
|
36716
36735
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36717
36736
|
},
|
|
36737
|
+
equalsIgnoringChildren$1(other) {
|
|
36738
|
+
return other instanceof A.ModifiableCssMediaRule && B.C_ListEquality.equals$2(0, this.queries, other.queries);
|
|
36739
|
+
},
|
|
36718
36740
|
copyWithoutChildren$0() {
|
|
36719
36741
|
return A.ModifiableCssMediaRule$(this.queries, this.span);
|
|
36720
36742
|
},
|
|
@@ -36770,6 +36792,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36770
36792
|
accept$1(visitor) {
|
|
36771
36793
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36772
36794
|
},
|
|
36795
|
+
equalsIgnoringChildren$1(other) {
|
|
36796
|
+
var t1;
|
|
36797
|
+
if (other instanceof A.ModifiableCssStyleRule)
|
|
36798
|
+
t1 = B.C_ListEquality.equals$2(0, other._style_rule$_selector._box$_inner.value.components, this._style_rule$_selector._box$_inner.value.components);
|
|
36799
|
+
else
|
|
36800
|
+
t1 = false;
|
|
36801
|
+
return t1;
|
|
36802
|
+
},
|
|
36773
36803
|
copyWithoutChildren$0() {
|
|
36774
36804
|
return A.ModifiableCssStyleRule$(this._style_rule$_selector, this.span, this.originalSelector);
|
|
36775
36805
|
},
|
|
@@ -36785,6 +36815,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36785
36815
|
accept$1(visitor) {
|
|
36786
36816
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36787
36817
|
},
|
|
36818
|
+
equalsIgnoringChildren$1(other) {
|
|
36819
|
+
return other instanceof A.ModifiableCssStylesheet;
|
|
36820
|
+
},
|
|
36788
36821
|
copyWithoutChildren$0() {
|
|
36789
36822
|
return A.ModifiableCssStylesheet$(this.span);
|
|
36790
36823
|
},
|
|
@@ -36800,6 +36833,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36800
36833
|
accept$1(visitor) {
|
|
36801
36834
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36802
36835
|
},
|
|
36836
|
+
equalsIgnoringChildren$1(other) {
|
|
36837
|
+
var t1, t2;
|
|
36838
|
+
if (other instanceof A.ModifiableCssSupportsRule) {
|
|
36839
|
+
t1 = this.condition;
|
|
36840
|
+
t2 = other.condition;
|
|
36841
|
+
t1 = t1.$ti._is(t2) && J.$eq$(t2.value, t1.value);
|
|
36842
|
+
} else
|
|
36843
|
+
t1 = false;
|
|
36844
|
+
return t1;
|
|
36845
|
+
},
|
|
36803
36846
|
copyWithoutChildren$0() {
|
|
36804
36847
|
return A.ModifiableCssSupportsRule$(this.condition, this.span);
|
|
36805
36848
|
},
|
|
@@ -37620,7 +37663,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
37620
37663
|
call$1(value) {
|
|
37621
37664
|
return typeof value == "string" ? value : "#{" + A.S(value) + "}";
|
|
37622
37665
|
},
|
|
37623
|
-
$signature:
|
|
37666
|
+
$signature: 59
|
|
37624
37667
|
};
|
|
37625
37668
|
A.AtRootRule.prototype = {
|
|
37626
37669
|
accept$1$1(visitor) {
|
|
@@ -38782,7 +38825,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
38782
38825
|
};
|
|
38783
38826
|
A.SelectorList_resolveParentSelectors_closure.prototype = {
|
|
38784
38827
|
call$1(complex) {
|
|
38785
|
-
var t1, newComplexes, t2, t3, t4, t5, t6, t7, t8, t9, _i, component, resolved, i,
|
|
38828
|
+
var t1, newComplexes, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _i, component, resolved, i, t12, t13, t14, _i0, newComplex, t15, _this = this;
|
|
38786
38829
|
if (complex.accept$1(B.C__ParentSelectorVisitor) == null) {
|
|
38787
38830
|
if (!_this.implicitParent)
|
|
38788
38831
|
return A._setArrayType([complex], type$.JSArray_ComplexSelector);
|
|
@@ -38791,30 +38834,30 @@ self.fs = _cliPkgRequires.fs;
|
|
|
38791
38834
|
}
|
|
38792
38835
|
t1 = type$.JSArray_ComplexSelector;
|
|
38793
38836
|
newComplexes = A._setArrayType([], t1);
|
|
38794
|
-
for (t2 = complex.components, t3 = t2.length, t4 = _this.$this, t5 = _this.parent, t6 =
|
|
38837
|
+
for (t2 = complex.components, t3 = t2.length, t4 = _this.$this, t5 = _this.parent, t6 = type$.ComplexSelector, t7 = complex.leadingCombinators, t8 = t7.length === 0, t9 = complex.span, t10 = type$.ComplexSelectorComponent, t11 = type$.JSArray_ComplexSelectorComponent, _i = 0; _i < t3; ++_i) {
|
|
38795
38838
|
component = t2[_i];
|
|
38796
38839
|
resolved = t4._resolveParentSelectorsCompound$2(component, t5);
|
|
38797
38840
|
if (resolved == null)
|
|
38798
38841
|
if (newComplexes.length === 0)
|
|
38799
|
-
newComplexes.push(A.ComplexSelector$(
|
|
38842
|
+
newComplexes.push(A.ComplexSelector$(t7, A._setArrayType([component], t11), t9, false));
|
|
38800
38843
|
else
|
|
38801
38844
|
for (i = 0; i < newComplexes.length; ++i) {
|
|
38802
|
-
|
|
38803
|
-
|
|
38804
|
-
|
|
38805
|
-
|
|
38806
|
-
newComplexes[i] = A.ComplexSelector$(
|
|
38845
|
+
t12 = newComplexes[i];
|
|
38846
|
+
t13 = t12.leadingCombinators;
|
|
38847
|
+
t14 = A.List_List$of(t12.components, true, t10);
|
|
38848
|
+
t14.push(component);
|
|
38849
|
+
newComplexes[i] = A.ComplexSelector$(t13, t14, t9, t12.lineBreak || false);
|
|
38807
38850
|
}
|
|
38808
38851
|
else if (newComplexes.length === 0)
|
|
38809
|
-
B.JSArray_methods.addAll$1(newComplexes, resolved);
|
|
38852
|
+
B.JSArray_methods.addAll$1(newComplexes, t8 ? resolved : J.map$1$1$ax(resolved, new A.SelectorList_resolveParentSelectors__closure0(complex), t6));
|
|
38810
38853
|
else {
|
|
38811
|
-
|
|
38812
|
-
for (
|
|
38854
|
+
t12 = A._setArrayType([], t1);
|
|
38855
|
+
for (t13 = newComplexes.length, t14 = J.getInterceptor$ax(resolved), _i0 = 0; _i0 < newComplexes.length; newComplexes.length === t13 || (0, A.throwConcurrentModificationError)(newComplexes), ++_i0) {
|
|
38813
38856
|
newComplex = newComplexes[_i0];
|
|
38814
|
-
for (
|
|
38815
|
-
|
|
38857
|
+
for (t15 = t14.get$iterator(resolved); t15.moveNext$0();)
|
|
38858
|
+
t12.push(newComplex.concatenate$2(t15.get$current(t15), newComplex.span));
|
|
38816
38859
|
}
|
|
38817
|
-
newComplexes =
|
|
38860
|
+
newComplexes = t12;
|
|
38818
38861
|
}
|
|
38819
38862
|
}
|
|
38820
38863
|
return newComplexes;
|
|
@@ -38826,7 +38869,23 @@ self.fs = _cliPkgRequires.fs;
|
|
|
38826
38869
|
var t1 = this.complex;
|
|
38827
38870
|
return parentComplex.concatenate$2(t1, t1.span);
|
|
38828
38871
|
},
|
|
38829
|
-
$signature:
|
|
38872
|
+
$signature: 57
|
|
38873
|
+
};
|
|
38874
|
+
A.SelectorList_resolveParentSelectors__closure0.prototype = {
|
|
38875
|
+
call$1(resolvedComplex) {
|
|
38876
|
+
var t1 = resolvedComplex.leadingCombinators,
|
|
38877
|
+
t2 = this.complex,
|
|
38878
|
+
t3 = t2.leadingCombinators;
|
|
38879
|
+
if (t1.length === 0)
|
|
38880
|
+
t1 = t3;
|
|
38881
|
+
else {
|
|
38882
|
+
t3 = A.List_List$of(t3, true, type$.CssValue_Combinator);
|
|
38883
|
+
B.JSArray_methods.addAll$1(t3, t1);
|
|
38884
|
+
t1 = t3;
|
|
38885
|
+
}
|
|
38886
|
+
return A.ComplexSelector$(t1, resolvedComplex.components, t2.span, resolvedComplex.lineBreak);
|
|
38887
|
+
},
|
|
38888
|
+
$signature: 57
|
|
38830
38889
|
};
|
|
38831
38890
|
A.SelectorList__resolveParentSelectorsCompound_closure.prototype = {
|
|
38832
38891
|
call$1(simple) {
|
|
@@ -38895,13 +38954,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
38895
38954
|
throw exception;
|
|
38896
38955
|
}
|
|
38897
38956
|
},
|
|
38898
|
-
$signature:
|
|
38957
|
+
$signature: 57
|
|
38899
38958
|
};
|
|
38900
38959
|
A.SelectorList_withAdditionalCombinators_closure.prototype = {
|
|
38901
38960
|
call$1(complex) {
|
|
38902
38961
|
return complex.withAdditionalCombinators$1(this.combinators);
|
|
38903
38962
|
},
|
|
38904
|
-
$signature:
|
|
38963
|
+
$signature: 57
|
|
38905
38964
|
};
|
|
38906
38965
|
A._ParentSelectorVisitor.prototype = {
|
|
38907
38966
|
visitParentSelector$1(selector) {
|
|
@@ -40432,7 +40491,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
40432
40491
|
call$1(url) {
|
|
40433
40492
|
return url.get$path(url).length;
|
|
40434
40493
|
},
|
|
40435
|
-
$signature:
|
|
40494
|
+
$signature: 94
|
|
40436
40495
|
};
|
|
40437
40496
|
A.AsyncBuiltInCallable.prototype = {
|
|
40438
40497
|
callbackFor$2(positional, names) {
|
|
@@ -41835,8 +41894,8 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41835
41894
|
parser.addFlag$2$help("quiet-deps", "Don't print compiler warnings from dependencies.\nStylesheets imported through load paths count as dependencies.");
|
|
41836
41895
|
parser.addFlag$2$help("verbose", "Print all deprecation warnings even when they're repetitive.");
|
|
41837
41896
|
t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
|
|
41838
|
-
for (_i = 0; _i <
|
|
41839
|
-
deprecation = B.
|
|
41897
|
+
for (_i = 0; _i < 13; ++_i) {
|
|
41898
|
+
deprecation = B.List_4mn[_i];
|
|
41840
41899
|
$self = deprecation._deprecatedIn;
|
|
41841
41900
|
if ($self == null)
|
|
41842
41901
|
t4 = _null;
|
|
@@ -41850,8 +41909,8 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41850
41909
|
}
|
|
41851
41910
|
parser.addMultiOption$3$allowedHelp$help("fatal-deprecation", t2, "Deprecations to treat as errors. You may also pass a Sass\nversion to include any behavior deprecated in or before it.\nSee https://sass-lang.com/documentation/breaking-changes for \na complete list.");
|
|
41852
41911
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
|
|
41853
|
-
for (_i = 0; _i <
|
|
41854
|
-
deprecation = B.
|
|
41912
|
+
for (_i = 0; _i < 13; ++_i) {
|
|
41913
|
+
deprecation = B.List_4mn[_i];
|
|
41855
41914
|
$self = deprecation._deprecatedIn;
|
|
41856
41915
|
if ($self == null)
|
|
41857
41916
|
t2 = _null;
|
|
@@ -41914,7 +41973,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41914
41973
|
else
|
|
41915
41974
|
try {
|
|
41916
41975
|
argVersion = A.Version_Version$parse(id);
|
|
41917
|
-
sassVersion = A.Version_Version$parse("1.
|
|
41976
|
+
sassVersion = A.Version_Version$parse("1.62.1");
|
|
41918
41977
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
41919
41978
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
41920
41979
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -43377,7 +43436,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43377
43436
|
t1.first = false;
|
|
43378
43437
|
return outputComplex;
|
|
43379
43438
|
},
|
|
43380
|
-
$signature:
|
|
43439
|
+
$signature: 57
|
|
43381
43440
|
};
|
|
43382
43441
|
A.ExtensionStore__extendCompound_closure.prototype = {
|
|
43383
43442
|
call$1(extender) {
|
|
@@ -43660,7 +43719,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43660
43719
|
call$1(selector2) {
|
|
43661
43720
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
43662
43721
|
},
|
|
43663
|
-
$signature:
|
|
43722
|
+
$signature: 67
|
|
43664
43723
|
};
|
|
43665
43724
|
A._selectorPseudoIsSuperselector_closure0.prototype = {
|
|
43666
43725
|
call$1(complex1) {
|
|
@@ -43685,13 +43744,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43685
43744
|
call$1(selector2) {
|
|
43686
43745
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
43687
43746
|
},
|
|
43688
|
-
$signature:
|
|
43747
|
+
$signature: 67
|
|
43689
43748
|
};
|
|
43690
43749
|
A._selectorPseudoIsSuperselector_closure2.prototype = {
|
|
43691
43750
|
call$1(selector2) {
|
|
43692
43751
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
43693
43752
|
},
|
|
43694
|
-
$signature:
|
|
43753
|
+
$signature: 67
|
|
43695
43754
|
};
|
|
43696
43755
|
A._selectorPseudoIsSuperselector_closure3.prototype = {
|
|
43697
43756
|
call$1(complex) {
|
|
@@ -43747,7 +43806,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43747
43806
|
var t1 = B.C_ListEquality.equals$2(0, this.selector1.components, selector2.components);
|
|
43748
43807
|
return t1;
|
|
43749
43808
|
},
|
|
43750
|
-
$signature:
|
|
43809
|
+
$signature: 67
|
|
43751
43810
|
};
|
|
43752
43811
|
A._selectorPseudoIsSuperselector_closure5.prototype = {
|
|
43753
43812
|
call$1(pseudo2) {
|
|
@@ -43912,7 +43971,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43912
43971
|
var color, t2,
|
|
43913
43972
|
t1 = J.getInterceptor$asx($arguments),
|
|
43914
43973
|
weight = t1.$index($arguments, 1).assertNumber$1("weight");
|
|
43915
|
-
if (t1.$index($arguments, 0) instanceof A.SassNumber) {
|
|
43974
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber()) {
|
|
43916
43975
|
if (weight._number$_value !== 100 || !weight.hasUnit$1("%"))
|
|
43917
43976
|
throw A.wrapException(string$.Only_oa);
|
|
43918
43977
|
return A._functionString("invert", t1.take$1($arguments, 1));
|
|
@@ -43985,7 +44044,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43985
44044
|
A.global_closure16.prototype = {
|
|
43986
44045
|
call$1($arguments) {
|
|
43987
44046
|
var t1 = J.getInterceptor$asx($arguments);
|
|
43988
|
-
if (t1.$index($arguments, 0) instanceof A.SassNumber)
|
|
44047
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
|
|
43989
44048
|
return A._functionString("grayscale", $arguments);
|
|
43990
44049
|
return t1.$index($arguments, 0).assertColor$1("color").changeHsl$1$saturation(0);
|
|
43991
44050
|
},
|
|
@@ -43998,7 +44057,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43998
44057
|
degrees = A._angleValue(t1.$index($arguments, 1), "degrees");
|
|
43999
44058
|
return color.changeHsl$1$hue(color.get$hue(color) + degrees);
|
|
44000
44059
|
},
|
|
44001
|
-
$signature:
|
|
44060
|
+
$signature: 26
|
|
44002
44061
|
};
|
|
44003
44062
|
A.global_closure18.prototype = {
|
|
44004
44063
|
call$1($arguments) {
|
|
@@ -44007,7 +44066,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44007
44066
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
44008
44067
|
return color.changeHsl$1$lightness(B.JSNumber_methods.clamp$2(color.get$lightness(color) + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
44009
44068
|
},
|
|
44010
|
-
$signature:
|
|
44069
|
+
$signature: 26
|
|
44011
44070
|
};
|
|
44012
44071
|
A.global_closure19.prototype = {
|
|
44013
44072
|
call$1($arguments) {
|
|
@@ -44016,11 +44075,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44016
44075
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
44017
44076
|
return color.changeHsl$1$lightness(B.JSNumber_methods.clamp$2(color.get$lightness(color) - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
44018
44077
|
},
|
|
44019
|
-
$signature:
|
|
44078
|
+
$signature: 26
|
|
44020
44079
|
};
|
|
44021
44080
|
A.global_closure20.prototype = {
|
|
44022
44081
|
call$1($arguments) {
|
|
44023
|
-
|
|
44082
|
+
var t1 = J.getInterceptor$asx($arguments);
|
|
44083
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
|
|
44084
|
+
return A._functionString("saturate", $arguments);
|
|
44085
|
+
return new A.SassString("saturate(" + A.serializeValue(t1.$index($arguments, 0).assertNumber$1("amount"), false, true) + ")", false);
|
|
44024
44086
|
},
|
|
44025
44087
|
$signature: 16
|
|
44026
44088
|
};
|
|
@@ -44031,7 +44093,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44031
44093
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
44032
44094
|
return color.changeHsl$1$saturation(B.JSNumber_methods.clamp$2(color.get$saturation(color) + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
44033
44095
|
},
|
|
44034
|
-
$signature:
|
|
44096
|
+
$signature: 26
|
|
44035
44097
|
};
|
|
44036
44098
|
A.global_closure22.prototype = {
|
|
44037
44099
|
call$1($arguments) {
|
|
@@ -44040,7 +44102,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44040
44102
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
44041
44103
|
return color.changeHsl$1$saturation(B.JSNumber_methods.clamp$2(color.get$saturation(color) - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
44042
44104
|
},
|
|
44043
|
-
$signature:
|
|
44105
|
+
$signature: 26
|
|
44044
44106
|
};
|
|
44045
44107
|
A.global_closure23.prototype = {
|
|
44046
44108
|
call$1($arguments) {
|
|
@@ -44069,12 +44131,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44069
44131
|
call$1(argument) {
|
|
44070
44132
|
return argument instanceof A.SassString && !argument._hasQuotes && B.JSString_methods.contains$1(argument._string$_text, $.$get$_microsoftFilterStart());
|
|
44071
44133
|
},
|
|
44072
|
-
$signature:
|
|
44134
|
+
$signature: 73
|
|
44073
44135
|
};
|
|
44074
44136
|
A.global_closure25.prototype = {
|
|
44075
44137
|
call$1($arguments) {
|
|
44076
44138
|
var t1 = J.getInterceptor$asx($arguments);
|
|
44077
|
-
if (t1.$index($arguments, 0) instanceof A.SassNumber)
|
|
44139
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
|
|
44078
44140
|
return A._functionString("opacity", $arguments);
|
|
44079
44141
|
return A.SassNumber_SassNumber(t1.$index($arguments, 0).assertColor$1("color")._alpha, null);
|
|
44080
44142
|
},
|
|
@@ -44178,7 +44240,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44178
44240
|
call$1(argument) {
|
|
44179
44241
|
return argument instanceof A.SassString && !argument._hasQuotes && B.JSString_methods.contains$1(argument._string$_text, $.$get$_microsoftFilterStart());
|
|
44180
44242
|
},
|
|
44181
|
-
$signature:
|
|
44243
|
+
$signature: 73
|
|
44182
44244
|
};
|
|
44183
44245
|
A.module_closure8.prototype = {
|
|
44184
44246
|
call$1($arguments) {
|
|
@@ -44221,7 +44283,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44221
44283
|
var t1 = J.getInterceptor$asx($arguments);
|
|
44222
44284
|
return A._mixColors(t1.$index($arguments, 0).assertColor$1("color1"), t1.$index($arguments, 1).assertColor$1("color2"), t1.$index($arguments, 2).assertNumber$1("weight"));
|
|
44223
44285
|
},
|
|
44224
|
-
$signature:
|
|
44286
|
+
$signature: 26
|
|
44225
44287
|
};
|
|
44226
44288
|
A._hue_closure.prototype = {
|
|
44227
44289
|
call$1($arguments) {
|
|
@@ -44249,25 +44311,25 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44249
44311
|
var color = J.$index$asx($arguments, 0).assertColor$1("color");
|
|
44250
44312
|
return color.changeHsl$1$hue(color.get$hue(color) + 180);
|
|
44251
44313
|
},
|
|
44252
|
-
$signature:
|
|
44314
|
+
$signature: 26
|
|
44253
44315
|
};
|
|
44254
44316
|
A._adjust_closure.prototype = {
|
|
44255
44317
|
call$1($arguments) {
|
|
44256
44318
|
return A._updateComponents($arguments, true, false, false);
|
|
44257
44319
|
},
|
|
44258
|
-
$signature:
|
|
44320
|
+
$signature: 26
|
|
44259
44321
|
};
|
|
44260
44322
|
A._scale_closure.prototype = {
|
|
44261
44323
|
call$1($arguments) {
|
|
44262
44324
|
return A._updateComponents($arguments, false, false, true);
|
|
44263
44325
|
},
|
|
44264
|
-
$signature:
|
|
44326
|
+
$signature: 26
|
|
44265
44327
|
};
|
|
44266
44328
|
A._change_closure.prototype = {
|
|
44267
44329
|
call$1($arguments) {
|
|
44268
44330
|
return A._updateComponents($arguments, false, true, false);
|
|
44269
44331
|
},
|
|
44270
|
-
$signature:
|
|
44332
|
+
$signature: 26
|
|
44271
44333
|
};
|
|
44272
44334
|
A._ieHexStr_closure.prototype = {
|
|
44273
44335
|
call$1($arguments) {
|
|
@@ -44330,7 +44392,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44330
44392
|
call$1(hue) {
|
|
44331
44393
|
return A._angleValue(hue, "hue");
|
|
44332
44394
|
},
|
|
44333
|
-
$signature:
|
|
44395
|
+
$signature: 93
|
|
44334
44396
|
};
|
|
44335
44397
|
A._updateComponents_closure0.prototype = {
|
|
44336
44398
|
call$1($name) {
|
|
@@ -44378,25 +44440,25 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44378
44440
|
call$1(alpha) {
|
|
44379
44441
|
return A._percentageOrUnitless(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
44380
44442
|
},
|
|
44381
|
-
$signature:
|
|
44443
|
+
$signature: 93
|
|
44382
44444
|
};
|
|
44383
44445
|
A._hsl_closure.prototype = {
|
|
44384
44446
|
call$1(alpha) {
|
|
44385
44447
|
return A._percentageOrUnitless(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
44386
44448
|
},
|
|
44387
|
-
$signature:
|
|
44449
|
+
$signature: 93
|
|
44388
44450
|
};
|
|
44389
44451
|
A._hwb_closure.prototype = {
|
|
44390
44452
|
call$1(alpha) {
|
|
44391
44453
|
return A._percentageOrUnitless(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
44392
44454
|
},
|
|
44393
|
-
$signature:
|
|
44455
|
+
$signature: 93
|
|
44394
44456
|
};
|
|
44395
44457
|
A._parseChannels_closure.prototype = {
|
|
44396
44458
|
call$1(value) {
|
|
44397
44459
|
return value.get$isVar();
|
|
44398
44460
|
},
|
|
44399
|
-
$signature:
|
|
44461
|
+
$signature: 73
|
|
44400
44462
|
};
|
|
44401
44463
|
A._length_closure0.prototype = {
|
|
44402
44464
|
call$1($arguments) {
|
|
@@ -44583,7 +44645,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44583
44645
|
call$1(_) {
|
|
44584
44646
|
return J.$index$asx(this.$arguments, 2);
|
|
44585
44647
|
},
|
|
44586
|
-
$signature:
|
|
44648
|
+
$signature: 36
|
|
44587
44649
|
};
|
|
44588
44650
|
A._set_closure0.prototype = {
|
|
44589
44651
|
call$1($arguments) {
|
|
@@ -44603,7 +44665,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44603
44665
|
call$1(_) {
|
|
44604
44666
|
return B.JSArray_methods.get$last(this.args);
|
|
44605
44667
|
},
|
|
44606
|
-
$signature:
|
|
44668
|
+
$signature: 36
|
|
44607
44669
|
};
|
|
44608
44670
|
A._merge_closure.prototype = {
|
|
44609
44671
|
call$1($arguments) {
|
|
@@ -44616,7 +44678,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44616
44678
|
t2.addAll$1(0, map2._map$_contents);
|
|
44617
44679
|
return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
44618
44680
|
},
|
|
44619
|
-
$signature:
|
|
44681
|
+
$signature: 37
|
|
44620
44682
|
};
|
|
44621
44683
|
A._merge_closure0.prototype = {
|
|
44622
44684
|
call$1($arguments) {
|
|
@@ -44652,7 +44714,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44652
44714
|
var t1 = J.getInterceptor$asx($arguments);
|
|
44653
44715
|
return A._deepMergeImpl(t1.$index($arguments, 0).assertMap$1("map1"), t1.$index($arguments, 1).assertMap$1("map2"));
|
|
44654
44716
|
},
|
|
44655
|
-
$signature:
|
|
44717
|
+
$signature: 37
|
|
44656
44718
|
};
|
|
44657
44719
|
A._deepRemove_closure.prototype = {
|
|
44658
44720
|
call$1($arguments) {
|
|
@@ -44676,13 +44738,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44676
44738
|
}
|
|
44677
44739
|
return value;
|
|
44678
44740
|
},
|
|
44679
|
-
$signature:
|
|
44741
|
+
$signature: 36
|
|
44680
44742
|
};
|
|
44681
44743
|
A._remove_closure.prototype = {
|
|
44682
44744
|
call$1($arguments) {
|
|
44683
44745
|
return J.$index$asx($arguments, 0).assertMap$1("map");
|
|
44684
44746
|
},
|
|
44685
|
-
$signature:
|
|
44747
|
+
$signature: 37
|
|
44686
44748
|
};
|
|
44687
44749
|
A._remove_closure0.prototype = {
|
|
44688
44750
|
call$1($arguments) {
|
|
@@ -44697,7 +44759,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44697
44759
|
mutableMap.remove$1(0, t2[_i]);
|
|
44698
44760
|
return new A.SassMap(A.ConstantMap_ConstantMap$from(mutableMap, t1, t1));
|
|
44699
44761
|
},
|
|
44700
|
-
$signature:
|
|
44762
|
+
$signature: 37
|
|
44701
44763
|
};
|
|
44702
44764
|
A._keys_closure.prototype = {
|
|
44703
44765
|
call$1($arguments) {
|
|
@@ -44772,13 +44834,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44772
44834
|
t1.$indexSet(0, key, value);
|
|
44773
44835
|
}
|
|
44774
44836
|
},
|
|
44775
|
-
$signature:
|
|
44837
|
+
$signature: 53
|
|
44776
44838
|
};
|
|
44777
44839
|
A._ceil_closure.prototype = {
|
|
44778
44840
|
call$1(value) {
|
|
44779
44841
|
return B.JSNumber_methods.ceil$0(value);
|
|
44780
44842
|
},
|
|
44781
|
-
$signature:
|
|
44843
|
+
$signature: 33
|
|
44782
44844
|
};
|
|
44783
44845
|
A._clamp_closure.prototype = {
|
|
44784
44846
|
call$1($arguments) {
|
|
@@ -44802,7 +44864,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44802
44864
|
call$1(value) {
|
|
44803
44865
|
return B.JSNumber_methods.floor$0(value);
|
|
44804
44866
|
},
|
|
44805
|
-
$signature:
|
|
44867
|
+
$signature: 33
|
|
44806
44868
|
};
|
|
44807
44869
|
A._max_closure.prototype = {
|
|
44808
44870
|
call$1($arguments) {
|
|
@@ -44836,13 +44898,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44836
44898
|
call$1(number) {
|
|
44837
44899
|
return B.JSNumber_methods.round$0(number);
|
|
44838
44900
|
},
|
|
44839
|
-
$signature:
|
|
44901
|
+
$signature: 33
|
|
44840
44902
|
};
|
|
44841
44903
|
A._abs_closure.prototype = {
|
|
44842
44904
|
call$1(value) {
|
|
44843
44905
|
return Math.abs(value);
|
|
44844
44906
|
},
|
|
44845
|
-
$signature:
|
|
44907
|
+
$signature: 33
|
|
44846
44908
|
};
|
|
44847
44909
|
A._hypot_closure.prototype = {
|
|
44848
44910
|
call$1($arguments) {
|
|
@@ -45093,7 +45155,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45093
45155
|
} else
|
|
45094
45156
|
throw A.wrapException("$args: " + argumentList.toString$0(0) + " is not an argument list.");
|
|
45095
45157
|
},
|
|
45096
|
-
$signature:
|
|
45158
|
+
$signature: 37
|
|
45097
45159
|
};
|
|
45098
45160
|
A.local_closure.prototype = {
|
|
45099
45161
|
call$1($arguments) {
|
|
@@ -45180,7 +45242,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45180
45242
|
B.JSArray_methods.addAll$1(t3, A.SubListIterable$(t1, 1, null, A._arrayInstanceType(t1)._precomputed1));
|
|
45181
45243
|
return A.ComplexSelector$(B.List_empty1, t3, t2, false);
|
|
45182
45244
|
},
|
|
45183
|
-
$signature:
|
|
45245
|
+
$signature: 57
|
|
45184
45246
|
};
|
|
45185
45247
|
A._extend_closure.prototype = {
|
|
45186
45248
|
call$1($arguments) {
|
|
@@ -45500,7 +45562,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45500
45562
|
return null;
|
|
45501
45563
|
return new A.Tuple3(t1, canonicalUrl, resolvedUrl, type$.Tuple3_Importer_Uri_Uri);
|
|
45502
45564
|
},
|
|
45503
|
-
$signature:
|
|
45565
|
+
$signature: 98
|
|
45504
45566
|
};
|
|
45505
45567
|
A.ImportCache_canonicalize_closure0.prototype = {
|
|
45506
45568
|
call$0() {
|
|
@@ -45513,7 +45575,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45513
45575
|
}
|
|
45514
45576
|
return null;
|
|
45515
45577
|
},
|
|
45516
|
-
$signature:
|
|
45578
|
+
$signature: 98
|
|
45517
45579
|
};
|
|
45518
45580
|
A.ImportCache__canonicalize_closure.prototype = {
|
|
45519
45581
|
call$0() {
|
|
@@ -45533,7 +45595,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45533
45595
|
t2 = _this.quiet ? $.$get$Logger_quiet() : t2._logger;
|
|
45534
45596
|
return A.Stylesheet_Stylesheet$parse(result.contents, result.syntax, t2, t1);
|
|
45535
45597
|
},
|
|
45536
|
-
$signature:
|
|
45598
|
+
$signature: 85
|
|
45537
45599
|
};
|
|
45538
45600
|
A.ImportCache_humanize_closure.prototype = {
|
|
45539
45601
|
call$1(tuple) {
|
|
@@ -45551,7 +45613,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45551
45613
|
call$1(url) {
|
|
45552
45614
|
return url.get$path(url).length;
|
|
45553
45615
|
},
|
|
45554
|
-
$signature:
|
|
45616
|
+
$signature: 94
|
|
45555
45617
|
};
|
|
45556
45618
|
A.Importer.prototype = {
|
|
45557
45619
|
modificationTime$1(url) {
|
|
@@ -45628,19 +45690,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45628
45690
|
call$0() {
|
|
45629
45691
|
return A._exactlyOne(A._tryPath($.$get$context().withoutExtension$1(this.path) + ".import" + this.extension));
|
|
45630
45692
|
},
|
|
45631
|
-
$signature:
|
|
45693
|
+
$signature: 43
|
|
45632
45694
|
};
|
|
45633
45695
|
A.resolveImportPath_closure0.prototype = {
|
|
45634
45696
|
call$0() {
|
|
45635
45697
|
return A._exactlyOne(A._tryPathWithExtensions(this.path + ".import"));
|
|
45636
45698
|
},
|
|
45637
|
-
$signature:
|
|
45699
|
+
$signature: 43
|
|
45638
45700
|
};
|
|
45639
45701
|
A._tryPathAsDirectory_closure.prototype = {
|
|
45640
45702
|
call$0() {
|
|
45641
45703
|
return A._exactlyOne(A._tryPathWithExtensions(A.join(this.path, "index.import", null)));
|
|
45642
45704
|
},
|
|
45643
|
-
$signature:
|
|
45705
|
+
$signature: 43
|
|
45644
45706
|
};
|
|
45645
45707
|
A._exactlyOne_closure.prototype = {
|
|
45646
45708
|
call$1(path) {
|
|
@@ -45861,7 +45923,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45861
45923
|
call$1($content) {
|
|
45862
45924
|
return type$.Expression._is($content);
|
|
45863
45925
|
},
|
|
45864
|
-
$signature:
|
|
45926
|
+
$signature: 66
|
|
45865
45927
|
};
|
|
45866
45928
|
A._realCasePath_helper.prototype = {
|
|
45867
45929
|
call$1(path) {
|
|
@@ -45889,7 +45951,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45889
45951
|
throw exception;
|
|
45890
45952
|
}
|
|
45891
45953
|
},
|
|
45892
|
-
$signature:
|
|
45954
|
+
$signature: 32
|
|
45893
45955
|
};
|
|
45894
45956
|
A._realCasePath_helper__closure.prototype = {
|
|
45895
45957
|
call$1(realPath) {
|
|
@@ -45951,7 +46013,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45951
46013
|
$defaultValues() {
|
|
45952
46014
|
return [null];
|
|
45953
46015
|
},
|
|
45954
|
-
$signature:
|
|
46016
|
+
$signature: 83
|
|
45955
46017
|
};
|
|
45956
46018
|
A.readStdin_closure1.prototype = {
|
|
45957
46019
|
call$1(_) {
|
|
@@ -45965,7 +46027,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45965
46027
|
$defaultValues() {
|
|
45966
46028
|
return [null];
|
|
45967
46029
|
},
|
|
45968
|
-
$signature:
|
|
46030
|
+
$signature: 83
|
|
45969
46031
|
};
|
|
45970
46032
|
A.readStdin_closure2.prototype = {
|
|
45971
46033
|
call$1(e) {
|
|
@@ -45983,7 +46045,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45983
46045
|
$defaultValues() {
|
|
45984
46046
|
return [null];
|
|
45985
46047
|
},
|
|
45986
|
-
$signature:
|
|
46048
|
+
$signature: 83
|
|
45987
46049
|
};
|
|
45988
46050
|
A.fileExists_closure.prototype = {
|
|
45989
46051
|
call$0() {
|
|
@@ -46056,7 +46118,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
46056
46118
|
call$1(child) {
|
|
46057
46119
|
return A.join(this.path, A._asString(child), null);
|
|
46058
46120
|
},
|
|
46059
|
-
$signature:
|
|
46121
|
+
$signature: 76
|
|
46060
46122
|
};
|
|
46061
46123
|
A.listDir__closure0.prototype = {
|
|
46062
46124
|
call$1(child) {
|
|
@@ -47490,7 +47552,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
47490
47552
|
t1.scanner.expectDone$0();
|
|
47491
47553
|
return result;
|
|
47492
47554
|
},
|
|
47493
|
-
$signature:
|
|
47555
|
+
$signature: 32
|
|
47494
47556
|
};
|
|
47495
47557
|
A.Parser_scanIdentChar_matches.prototype = {
|
|
47496
47558
|
call$1(actual) {
|
|
@@ -47503,7 +47565,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
47503
47565
|
call$0() {
|
|
47504
47566
|
return this.$this._interpolationMap.mapSpan$1(this.span);
|
|
47505
47567
|
},
|
|
47506
|
-
$signature:
|
|
47568
|
+
$signature: 24
|
|
47507
47569
|
};
|
|
47508
47570
|
A.SassParser.prototype = {
|
|
47509
47571
|
get$currentIndentation() {
|
|
@@ -48082,7 +48144,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48082
48144
|
}
|
|
48083
48145
|
if (t1._string_scanner$_position === t2)
|
|
48084
48146
|
break;
|
|
48085
|
-
_this.
|
|
48147
|
+
_this.spaces$0();
|
|
48086
48148
|
} while (t1.scan$1("//"));
|
|
48087
48149
|
if (_this.get$plainCss())
|
|
48088
48150
|
_this.error$2(0, string$.Silent, t1.spanFrom$1(start));
|
|
@@ -48556,7 +48618,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48556
48618
|
return this.variableDeclarationWithoutNamespace$2(namespace, new A._SpanScannerState(t1, t2));
|
|
48557
48619
|
},
|
|
48558
48620
|
variableDeclarationWithoutNamespace$2(namespace, start_) {
|
|
48559
|
-
var t1, start, $name, t2, value, flagStart, t3, guarded, global, flag, endPosition, t4, t5, t6, declaration, _this = this,
|
|
48621
|
+
var t1, start, $name, t2, value, flagStart, t3, $self, guarded, global, flag, endPosition, t4, t5, t6, declaration, _this = this, _null = null,
|
|
48622
|
+
_s97_ = string$.x21defau,
|
|
48623
|
+
_s96_ = string$.x21globas,
|
|
48560
48624
|
precedingComment = _this.lastSilentComment;
|
|
48561
48625
|
_this.lastSilentComment = null;
|
|
48562
48626
|
if (start_ == null) {
|
|
@@ -48576,18 +48640,39 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48576
48640
|
_this.whitespace$0();
|
|
48577
48641
|
value = _this._expression$0();
|
|
48578
48642
|
flagStart = new A._SpanScannerState(t2, t2._string_scanner$_position);
|
|
48579
|
-
for (t3 = t2.string, guarded = false, global = false; t2.scanChar$1(33);) {
|
|
48643
|
+
for (t3 = t2.string, $self = _this.logger, guarded = false, global = false; t2.scanChar$1(33);) {
|
|
48580
48644
|
flag = _this.identifier$0();
|
|
48581
|
-
if (flag === "default")
|
|
48645
|
+
if (flag === "default") {
|
|
48646
|
+
if (guarded) {
|
|
48647
|
+
endPosition = t2._string_scanner$_position;
|
|
48648
|
+
t4 = t2._sourceFile;
|
|
48649
|
+
t5 = flagStart.position;
|
|
48650
|
+
t6 = new A._FileSpan(t4, t5, endPosition);
|
|
48651
|
+
t6._FileSpan$3(t4, t5, endPosition);
|
|
48652
|
+
if ($self instanceof A.DeprecationHandlingLogger)
|
|
48653
|
+
$self.warnForDeprecation$4$span$trace(B.Deprecation_Auo, _s97_, t6, _null);
|
|
48654
|
+
else
|
|
48655
|
+
$self.warn$4$deprecation$span$trace(0, _s97_, true, t6, _null);
|
|
48656
|
+
}
|
|
48582
48657
|
guarded = true;
|
|
48583
|
-
else if (flag === "global") {
|
|
48658
|
+
} else if (flag === "global") {
|
|
48584
48659
|
if (t1) {
|
|
48585
48660
|
endPosition = t2._string_scanner$_position;
|
|
48586
48661
|
t4 = t2._sourceFile;
|
|
48587
48662
|
t5 = flagStart.position;
|
|
48588
48663
|
t6 = new A._FileSpan(t4, t5, endPosition);
|
|
48589
48664
|
t6._FileSpan$3(t4, t5, endPosition);
|
|
48590
|
-
A.throwExpression(new A.StringScannerException(t3, string$.
|
|
48665
|
+
A.throwExpression(new A.StringScannerException(t3, string$.x21globai, t6));
|
|
48666
|
+
} else if (global) {
|
|
48667
|
+
endPosition = t2._string_scanner$_position;
|
|
48668
|
+
t4 = t2._sourceFile;
|
|
48669
|
+
t5 = flagStart.position;
|
|
48670
|
+
t6 = new A._FileSpan(t4, t5, endPosition);
|
|
48671
|
+
t6._FileSpan$3(t4, t5, endPosition);
|
|
48672
|
+
if ($self instanceof A.DeprecationHandlingLogger)
|
|
48673
|
+
$self.warnForDeprecation$4$span$trace(B.Deprecation_Auo, _s96_, t6, _null);
|
|
48674
|
+
else
|
|
48675
|
+
$self.warn$4$deprecation$span$trace(0, _s96_, true, t6, _null);
|
|
48591
48676
|
}
|
|
48592
48677
|
global = true;
|
|
48593
48678
|
} else {
|
|
@@ -51848,7 +51933,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51848
51933
|
call$0() {
|
|
51849
51934
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
51850
51935
|
},
|
|
51851
|
-
$signature:
|
|
51936
|
+
$signature: 24
|
|
51852
51937
|
};
|
|
51853
51938
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure0.prototype = {
|
|
51854
51939
|
call$0() {
|
|
@@ -51860,13 +51945,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51860
51945
|
call$2(children, span) {
|
|
51861
51946
|
return A.Declaration$nested(this.name, children, span, null);
|
|
51862
51947
|
},
|
|
51863
|
-
$signature:
|
|
51948
|
+
$signature: 95
|
|
51864
51949
|
};
|
|
51865
51950
|
A.StylesheetParser__declarationOrBuffer_closure0.prototype = {
|
|
51866
51951
|
call$2(children, span) {
|
|
51867
51952
|
return A.Declaration$nested(this.name, children, span, this._box_0.value);
|
|
51868
51953
|
},
|
|
51869
|
-
$signature:
|
|
51954
|
+
$signature: 95
|
|
51870
51955
|
};
|
|
51871
51956
|
A.StylesheetParser__styleRule_closure.prototype = {
|
|
51872
51957
|
call$2(children, span) {
|
|
@@ -51883,13 +51968,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51883
51968
|
call$2(children, span) {
|
|
51884
51969
|
return A.Declaration$nested(this._box_0.name, children, span, null);
|
|
51885
51970
|
},
|
|
51886
|
-
$signature:
|
|
51971
|
+
$signature: 95
|
|
51887
51972
|
};
|
|
51888
51973
|
A.StylesheetParser__propertyOrVariableDeclaration_closure0.prototype = {
|
|
51889
51974
|
call$2(children, span) {
|
|
51890
51975
|
return A.Declaration$nested(this._box_0.name, children, span, this.value);
|
|
51891
51976
|
},
|
|
51892
|
-
$signature:
|
|
51977
|
+
$signature: 95
|
|
51893
51978
|
};
|
|
51894
51979
|
A.StylesheetParser__atRootRule_closure.prototype = {
|
|
51895
51980
|
call$2(children, span) {
|
|
@@ -52162,19 +52247,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52162
52247
|
call$1(char) {
|
|
52163
52248
|
return char != null && A.isHex(char);
|
|
52164
52249
|
},
|
|
52165
|
-
$signature:
|
|
52250
|
+
$signature: 34
|
|
52166
52251
|
};
|
|
52167
52252
|
A.StylesheetParser__unicodeRange_closure0.prototype = {
|
|
52168
52253
|
call$1(char) {
|
|
52169
52254
|
return char != null && A.isHex(char);
|
|
52170
52255
|
},
|
|
52171
|
-
$signature:
|
|
52256
|
+
$signature: 34
|
|
52172
52257
|
};
|
|
52173
52258
|
A.StylesheetParser_namespacedExpression_closure.prototype = {
|
|
52174
52259
|
call$0() {
|
|
52175
52260
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
52176
52261
|
},
|
|
52177
|
-
$signature:
|
|
52262
|
+
$signature: 24
|
|
52178
52263
|
};
|
|
52179
52264
|
A.StylesheetParser_trySpecialFunction_closure.prototype = {
|
|
52180
52265
|
call$1(contents) {
|
|
@@ -52196,7 +52281,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52196
52281
|
call$0() {
|
|
52197
52282
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
52198
52283
|
},
|
|
52199
|
-
$signature:
|
|
52284
|
+
$signature: 24
|
|
52200
52285
|
};
|
|
52201
52286
|
A.StylesheetGraph.prototype = {
|
|
52202
52287
|
modifiedSince$3(url, since, baseImporter) {
|
|
@@ -52358,20 +52443,20 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52358
52443
|
var _this = this;
|
|
52359
52444
|
return _this.$this.importCache.canonicalize$3$baseImporter$baseUrl(0, _this.url, _this.baseImporter, _this.baseUrl);
|
|
52360
52445
|
},
|
|
52361
|
-
$signature:
|
|
52446
|
+
$signature: 98
|
|
52362
52447
|
};
|
|
52363
52448
|
A.StylesheetGraph_addCanonical_closure.prototype = {
|
|
52364
52449
|
call$0() {
|
|
52365
52450
|
var _this = this;
|
|
52366
52451
|
return _this.$this.importCache.importCanonical$3$originalUrl(_this.importer, _this.canonicalUrl, _this.originalUrl);
|
|
52367
52452
|
},
|
|
52368
|
-
$signature:
|
|
52453
|
+
$signature: 85
|
|
52369
52454
|
};
|
|
52370
52455
|
A.StylesheetGraph_reload_closure.prototype = {
|
|
52371
52456
|
call$0() {
|
|
52372
52457
|
return this.$this.importCache.importCanonical$2(this.node.importer, this.canonicalUrl);
|
|
52373
52458
|
},
|
|
52374
|
-
$signature:
|
|
52459
|
+
$signature: 85
|
|
52375
52460
|
};
|
|
52376
52461
|
A.StylesheetGraph__recanonicalizeImportsForNode_closure.prototype = {
|
|
52377
52462
|
call$2(url, upstream) {
|
|
@@ -52401,14 +52486,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52401
52486
|
var _this = this;
|
|
52402
52487
|
return _this.$this.importCache.canonicalize$4$baseImporter$baseUrl$forImport(0, _this.url, _this.baseImporter, _this.baseUrl, _this.forImport);
|
|
52403
52488
|
},
|
|
52404
|
-
$signature:
|
|
52489
|
+
$signature: 98
|
|
52405
52490
|
};
|
|
52406
52491
|
A.StylesheetGraph__nodeFor_closure0.prototype = {
|
|
52407
52492
|
call$0() {
|
|
52408
52493
|
var _this = this;
|
|
52409
52494
|
return _this.$this.importCache.importCanonical$3$originalUrl(_this.importer, _this.canonicalUrl, _this.resolvedUrl);
|
|
52410
52495
|
},
|
|
52411
|
-
$signature:
|
|
52496
|
+
$signature: 85
|
|
52412
52497
|
};
|
|
52413
52498
|
A.StylesheetNode.prototype = {
|
|
52414
52499
|
StylesheetNode$_$4(_stylesheet, importer, canonicalUrl, allUpstream) {
|
|
@@ -53201,7 +53286,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
53201
53286
|
call$1(arg) {
|
|
53202
53287
|
return arg instanceof A.SassString || arg instanceof A.CalculationInterpolation;
|
|
53203
53288
|
},
|
|
53204
|
-
$signature:
|
|
53289
|
+
$signature: 66
|
|
53205
53290
|
};
|
|
53206
53291
|
A.CalculationOperation.prototype = {
|
|
53207
53292
|
$eq(_, other) {
|
|
@@ -53555,7 +53640,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
53555
53640
|
call$1(element) {
|
|
53556
53641
|
return element.get$isBlank();
|
|
53557
53642
|
},
|
|
53558
|
-
$signature:
|
|
53643
|
+
$signature: 73
|
|
53559
53644
|
};
|
|
53560
53645
|
A.ListSeparator.prototype = {
|
|
53561
53646
|
_enumToString$0() {
|
|
@@ -53611,7 +53696,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
53611
53696
|
call$2(key, value) {
|
|
53612
53697
|
this.result.push(A.SassList$(A._setArrayType([key, value], type$.JSArray_Value), B.ListSeparator_EVt, false));
|
|
53613
53698
|
},
|
|
53614
|
-
$signature:
|
|
53699
|
+
$signature: 53
|
|
53615
53700
|
};
|
|
53616
53701
|
A._SassNull.prototype = {
|
|
53617
53702
|
get$isTruthy() {
|
|
@@ -54038,13 +54123,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
54038
54123
|
call$2(num1, num2) {
|
|
54039
54124
|
return num1 + num2;
|
|
54040
54125
|
},
|
|
54041
|
-
$signature:
|
|
54126
|
+
$signature: 58
|
|
54042
54127
|
};
|
|
54043
54128
|
A.SassNumber_minus_closure.prototype = {
|
|
54044
54129
|
call$2(num1, num2) {
|
|
54045
54130
|
return num1 - num2;
|
|
54046
54131
|
},
|
|
54047
|
-
$signature:
|
|
54132
|
+
$signature: 58
|
|
54048
54133
|
};
|
|
54049
54134
|
A.SassNumber_multiplyUnits_closure.prototype = {
|
|
54050
54135
|
call$1(denominator) {
|
|
@@ -54251,7 +54336,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
54251
54336
|
call$1(factor) {
|
|
54252
54337
|
return this.$this._number$_value * factor;
|
|
54253
54338
|
},
|
|
54254
|
-
$signature:
|
|
54339
|
+
$signature: 33
|
|
54255
54340
|
};
|
|
54256
54341
|
A.SingleUnitSassNumber_multiplyUnits_closure.prototype = {
|
|
54257
54342
|
call$1(denominator) {
|
|
@@ -58776,10 +58861,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
58776
58861
|
throw A.wrapException(A.ArgumentError$(string$.throug + node.toString$0(0) + ".", null));
|
|
58777
58862
|
}
|
|
58778
58863
|
if ($parent.get$hasFollowingSibling()) {
|
|
58779
|
-
|
|
58780
|
-
t1.
|
|
58781
|
-
|
|
58782
|
-
|
|
58864
|
+
grandparent = $parent._parent;
|
|
58865
|
+
t1 = grandparent.children;
|
|
58866
|
+
if ($parent.equalsIgnoringChildren$1(t1.get$last(t1)))
|
|
58867
|
+
$parent = type$.ModifiableCssParentNode._as(t1.get$last(t1));
|
|
58868
|
+
else {
|
|
58869
|
+
$parent = $parent.copyWithoutChildren$0();
|
|
58870
|
+
grandparent.addChild$1($parent);
|
|
58871
|
+
}
|
|
58783
58872
|
}
|
|
58784
58873
|
}
|
|
58785
58874
|
$parent.addChild$1(node);
|
|
@@ -59236,7 +59325,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59236
59325
|
}
|
|
59237
59326
|
return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
59238
59327
|
},
|
|
59239
|
-
$signature:
|
|
59328
|
+
$signature: 37
|
|
59240
59329
|
};
|
|
59241
59330
|
A._EvaluateVisitor_closure15.prototype = {
|
|
59242
59331
|
call$1($arguments) {
|
|
@@ -59253,7 +59342,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59253
59342
|
}
|
|
59254
59343
|
return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
59255
59344
|
},
|
|
59256
|
-
$signature:
|
|
59345
|
+
$signature: 37
|
|
59257
59346
|
};
|
|
59258
59347
|
A._EvaluateVisitor_closure16.prototype = {
|
|
59259
59348
|
call$1($arguments) {
|
|
@@ -59417,7 +59506,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59417
59506
|
throw A.wrapException("The variable $" + $name + " was configured twice.");
|
|
59418
59507
|
t1.$indexSet(0, $name, new A.ConfiguredValue(value, this.span, this.callableNode));
|
|
59419
59508
|
},
|
|
59420
|
-
$signature:
|
|
59509
|
+
$signature: 53
|
|
59421
59510
|
};
|
|
59422
59511
|
A._EvaluateVisitor__closure3.prototype = {
|
|
59423
59512
|
call$1(module) {
|
|
@@ -59559,7 +59648,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59559
59648
|
call$1(previousLoad) {
|
|
59560
59649
|
return this.$this._async_evaluate$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
59561
59650
|
},
|
|
59562
|
-
$signature:
|
|
59651
|
+
$signature: 86
|
|
59563
59652
|
};
|
|
59564
59653
|
A._EvaluateVisitor__loadModule__closure2.prototype = {
|
|
59565
59654
|
call$0() {
|
|
@@ -59754,7 +59843,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59754
59843
|
});
|
|
59755
59844
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
59756
59845
|
},
|
|
59757
|
-
$signature:
|
|
59846
|
+
$signature: 39
|
|
59758
59847
|
};
|
|
59759
59848
|
A._EvaluateVisitor__scopeForAtRoot_closure5.prototype = {
|
|
59760
59849
|
call$1(callback) {
|
|
@@ -59782,7 +59871,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59782
59871
|
});
|
|
59783
59872
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59784
59873
|
},
|
|
59785
|
-
$signature:
|
|
59874
|
+
$signature: 31
|
|
59786
59875
|
};
|
|
59787
59876
|
A._EvaluateVisitor__scopeForAtRoot_closure6.prototype = {
|
|
59788
59877
|
call$1(callback) {
|
|
@@ -59810,13 +59899,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59810
59899
|
});
|
|
59811
59900
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59812
59901
|
},
|
|
59813
|
-
$signature:
|
|
59902
|
+
$signature: 31
|
|
59814
59903
|
};
|
|
59815
59904
|
A._EvaluateVisitor__scopeForAtRoot_closure7.prototype = {
|
|
59816
59905
|
call$1(callback) {
|
|
59817
59906
|
return this.$this._async_evaluate$_withMediaQueries$1$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure0(this.innerScope, callback), type$.Null);
|
|
59818
59907
|
},
|
|
59819
|
-
$signature:
|
|
59908
|
+
$signature: 31
|
|
59820
59909
|
};
|
|
59821
59910
|
A._EvaluateVisitor__scopeForAtRoot__closure0.prototype = {
|
|
59822
59911
|
call$0() {
|
|
@@ -59850,7 +59939,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59850
59939
|
});
|
|
59851
59940
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59852
59941
|
},
|
|
59853
|
-
$signature:
|
|
59942
|
+
$signature: 31
|
|
59854
59943
|
};
|
|
59855
59944
|
A._EvaluateVisitor__scopeForAtRoot_closure9.prototype = {
|
|
59856
59945
|
call$1($parent) {
|
|
@@ -59884,7 +59973,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59884
59973
|
});
|
|
59885
59974
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59886
59975
|
},
|
|
59887
|
-
$signature:
|
|
59976
|
+
$signature: 31
|
|
59888
59977
|
};
|
|
59889
59978
|
A._EvaluateVisitor_visitContentRule_closure0.prototype = {
|
|
59890
59979
|
call$0() {
|
|
@@ -60010,13 +60099,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60010
60099
|
t2 = this.nodeWithSpan;
|
|
60011
60100
|
return t1._async_evaluate$_environment.setLocalVariable$3(B.JSArray_methods.get$first(this.node.variables), t1._async_evaluate$_withoutSlash$2(value, t2), t2);
|
|
60012
60101
|
},
|
|
60013
|
-
$signature:
|
|
60102
|
+
$signature: 50
|
|
60014
60103
|
};
|
|
60015
60104
|
A._EvaluateVisitor_visitEachRule_closure3.prototype = {
|
|
60016
60105
|
call$1(value) {
|
|
60017
60106
|
return this.$this._async_evaluate$_setMultipleVariables$3(this.node.variables, value, this.nodeWithSpan);
|
|
60018
60107
|
},
|
|
60019
|
-
$signature:
|
|
60108
|
+
$signature: 50
|
|
60020
60109
|
};
|
|
60021
60110
|
A._EvaluateVisitor_visitEachRule_closure4.prototype = {
|
|
60022
60111
|
call$0() {
|
|
@@ -60024,7 +60113,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60024
60113
|
t1 = _this.$this;
|
|
60025
60114
|
return t1._async_evaluate$_handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure0(t1, _this.setVariables, _this.node));
|
|
60026
60115
|
},
|
|
60027
|
-
$signature:
|
|
60116
|
+
$signature: 64
|
|
60028
60117
|
};
|
|
60029
60118
|
A._EvaluateVisitor_visitEachRule__closure0.prototype = {
|
|
60030
60119
|
call$1(element) {
|
|
@@ -60277,7 +60366,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60277
60366
|
});
|
|
60278
60367
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60279
60368
|
},
|
|
60280
|
-
$signature:
|
|
60369
|
+
$signature: 64
|
|
60281
60370
|
};
|
|
60282
60371
|
A._EvaluateVisitor_visitForRule__closure0.prototype = {
|
|
60283
60372
|
call$1(child) {
|
|
@@ -60302,7 +60391,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60302
60391
|
var t1 = this.$this;
|
|
60303
60392
|
return t1._async_evaluate$_handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure0(t1));
|
|
60304
60393
|
},
|
|
60305
|
-
$signature:
|
|
60394
|
+
$signature: 64
|
|
60306
60395
|
};
|
|
60307
60396
|
A._EvaluateVisitor_visitIfRule__closure0.prototype = {
|
|
60308
60397
|
call$1(child) {
|
|
@@ -60425,13 +60514,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60425
60514
|
});
|
|
60426
60515
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60427
60516
|
},
|
|
60428
|
-
$signature:
|
|
60517
|
+
$signature: 39
|
|
60429
60518
|
};
|
|
60430
60519
|
A._EvaluateVisitor__visitDynamicImport__closure3.prototype = {
|
|
60431
60520
|
call$1(previousLoad) {
|
|
60432
60521
|
return this.$this._async_evaluate$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
60433
60522
|
},
|
|
60434
|
-
$signature:
|
|
60523
|
+
$signature: 86
|
|
60435
60524
|
};
|
|
60436
60525
|
A._EvaluateVisitor__visitDynamicImport__closure4.prototype = {
|
|
60437
60526
|
call$1(rule) {
|
|
@@ -60516,7 +60605,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60516
60605
|
call$0() {
|
|
60517
60606
|
return this.node.get$spanWithoutContent();
|
|
60518
60607
|
},
|
|
60519
|
-
$signature:
|
|
60608
|
+
$signature: 24
|
|
60520
60609
|
};
|
|
60521
60610
|
A._EvaluateVisitor_visitIncludeRule_closure6.prototype = {
|
|
60522
60611
|
call$1($content) {
|
|
@@ -60573,7 +60662,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60573
60662
|
});
|
|
60574
60663
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60575
60664
|
},
|
|
60576
|
-
$signature:
|
|
60665
|
+
$signature: 39
|
|
60577
60666
|
};
|
|
60578
60667
|
A._EvaluateVisitor_visitIncludeRule___closure0.prototype = {
|
|
60579
60668
|
call$0() {
|
|
@@ -60613,19 +60702,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60613
60702
|
});
|
|
60614
60703
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60615
60704
|
},
|
|
60616
|
-
$signature:
|
|
60705
|
+
$signature: 39
|
|
60617
60706
|
};
|
|
60618
60707
|
A._EvaluateVisitor_visitIncludeRule____closure0.prototype = {
|
|
60619
60708
|
call$0() {
|
|
60620
60709
|
return this.statement.accept$1(this.$this);
|
|
60621
60710
|
},
|
|
60622
|
-
$signature:
|
|
60711
|
+
$signature: 64
|
|
60623
60712
|
};
|
|
60624
60713
|
A._EvaluateVisitor_visitMediaRule_closure2.prototype = {
|
|
60625
60714
|
call$1(mediaQueries) {
|
|
60626
60715
|
return this.$this._async_evaluate$_mergeMediaQueries$2(mediaQueries, this.queries);
|
|
60627
60716
|
},
|
|
60628
|
-
$signature:
|
|
60717
|
+
$signature: 78
|
|
60629
60718
|
};
|
|
60630
60719
|
A._EvaluateVisitor_visitMediaRule_closure3.prototype = {
|
|
60631
60720
|
call$0() {
|
|
@@ -61002,7 +61091,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61002
61091
|
var t1 = this.node;
|
|
61003
61092
|
return this.$this._async_evaluate$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
61004
61093
|
},
|
|
61005
|
-
$signature:
|
|
61094
|
+
$signature: 38
|
|
61006
61095
|
};
|
|
61007
61096
|
A._EvaluateVisitor_visitVariableDeclaration_closure4.prototype = {
|
|
61008
61097
|
call$0() {
|
|
@@ -61076,7 +61165,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61076
61165
|
});
|
|
61077
61166
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
61078
61167
|
},
|
|
61079
|
-
$signature:
|
|
61168
|
+
$signature: 64
|
|
61080
61169
|
};
|
|
61081
61170
|
A._EvaluateVisitor_visitWhileRule__closure0.prototype = {
|
|
61082
61171
|
call$1(child) {
|
|
@@ -61389,7 +61478,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61389
61478
|
var t1 = this.node;
|
|
61390
61479
|
return this.$this._async_evaluate$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
61391
61480
|
},
|
|
61392
|
-
$signature:
|
|
61481
|
+
$signature: 38
|
|
61393
61482
|
};
|
|
61394
61483
|
A._EvaluateVisitor_visitUnaryOperationExpression_closure0.prototype = {
|
|
61395
61484
|
call$0() {
|
|
@@ -61688,13 +61777,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61688
61777
|
call$1(value) {
|
|
61689
61778
|
return value;
|
|
61690
61779
|
},
|
|
61691
|
-
$signature:
|
|
61780
|
+
$signature: 36
|
|
61692
61781
|
};
|
|
61693
61782
|
A._EvaluateVisitor__evaluateArguments_closure4.prototype = {
|
|
61694
61783
|
call$1(value) {
|
|
61695
61784
|
return this.$this._async_evaluate$_withoutSlash$2(value, this.restNodeForSpan);
|
|
61696
61785
|
},
|
|
61697
|
-
$signature:
|
|
61786
|
+
$signature: 36
|
|
61698
61787
|
};
|
|
61699
61788
|
A._EvaluateVisitor__evaluateArguments_closure5.prototype = {
|
|
61700
61789
|
call$2(key, value) {
|
|
@@ -61709,21 +61798,21 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61709
61798
|
call$1(value) {
|
|
61710
61799
|
return value;
|
|
61711
61800
|
},
|
|
61712
|
-
$signature:
|
|
61801
|
+
$signature: 36
|
|
61713
61802
|
};
|
|
61714
61803
|
A._EvaluateVisitor__evaluateMacroArguments_closure3.prototype = {
|
|
61715
61804
|
call$1(value) {
|
|
61716
61805
|
var t1 = this.restArgs;
|
|
61717
61806
|
return new A.ValueExpression(value, t1.get$span(t1));
|
|
61718
61807
|
},
|
|
61719
|
-
$signature:
|
|
61808
|
+
$signature: 54
|
|
61720
61809
|
};
|
|
61721
61810
|
A._EvaluateVisitor__evaluateMacroArguments_closure4.prototype = {
|
|
61722
61811
|
call$1(value) {
|
|
61723
61812
|
var t1 = this.restArgs;
|
|
61724
61813
|
return new A.ValueExpression(this.$this._async_evaluate$_withoutSlash$2(value, this.restNodeForSpan), t1.get$span(t1));
|
|
61725
61814
|
},
|
|
61726
|
-
$signature:
|
|
61815
|
+
$signature: 54
|
|
61727
61816
|
};
|
|
61728
61817
|
A._EvaluateVisitor__evaluateMacroArguments_closure5.prototype = {
|
|
61729
61818
|
call$2(key, value) {
|
|
@@ -61738,7 +61827,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61738
61827
|
var t1 = this.keywordRestArgs;
|
|
61739
61828
|
return new A.ValueExpression(this.$this._async_evaluate$_withoutSlash$2(value, this.keywordRestNodeForSpan), t1.get$span(t1));
|
|
61740
61829
|
},
|
|
61741
|
-
$signature:
|
|
61830
|
+
$signature: 54
|
|
61742
61831
|
};
|
|
61743
61832
|
A._EvaluateVisitor__addRestMap_closure0.prototype = {
|
|
61744
61833
|
call$2(key, value) {
|
|
@@ -61751,7 +61840,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61751
61840
|
throw A.wrapException(t1._async_evaluate$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
|
|
61752
61841
|
}
|
|
61753
61842
|
},
|
|
61754
|
-
$signature:
|
|
61843
|
+
$signature: 53
|
|
61755
61844
|
};
|
|
61756
61845
|
A._EvaluateVisitor__verifyArguments_closure0.prototype = {
|
|
61757
61846
|
call$0() {
|
|
@@ -61889,7 +61978,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61889
61978
|
call$1(mediaQueries) {
|
|
61890
61979
|
return this.$this._async_evaluate$_mergeMediaQueries$2(mediaQueries, this.node.queries);
|
|
61891
61980
|
},
|
|
61892
|
-
$signature:
|
|
61981
|
+
$signature: 78
|
|
61893
61982
|
};
|
|
61894
61983
|
A._EvaluateVisitor_visitCssMediaRule_closure3.prototype = {
|
|
61895
61984
|
call$0() {
|
|
@@ -62196,7 +62285,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
62196
62285
|
call$0() {
|
|
62197
62286
|
return A.serializeValue(this.value, false, this.quote);
|
|
62198
62287
|
},
|
|
62199
|
-
$signature:
|
|
62288
|
+
$signature: 32
|
|
62200
62289
|
};
|
|
62201
62290
|
A._EvaluateVisitor__expressionNode_closure0.prototype = {
|
|
62202
62291
|
call$0() {
|
|
@@ -64010,10 +64099,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64010
64099
|
throw A.wrapException(A.ArgumentError$(string$.throug + node.toString$0(0) + ".", null));
|
|
64011
64100
|
}
|
|
64012
64101
|
if ($parent.get$hasFollowingSibling()) {
|
|
64013
|
-
|
|
64014
|
-
t1.
|
|
64015
|
-
|
|
64016
|
-
|
|
64102
|
+
grandparent = $parent._parent;
|
|
64103
|
+
t1 = grandparent.children;
|
|
64104
|
+
if ($parent.equalsIgnoringChildren$1(t1.get$last(t1)))
|
|
64105
|
+
$parent = type$.ModifiableCssParentNode._as(t1.get$last(t1));
|
|
64106
|
+
else {
|
|
64107
|
+
$parent = $parent.copyWithoutChildren$0();
|
|
64108
|
+
grandparent.addChild$1($parent);
|
|
64109
|
+
}
|
|
64017
64110
|
}
|
|
64018
64111
|
}
|
|
64019
64112
|
$parent.addChild$1(node);
|
|
@@ -64255,7 +64348,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64255
64348
|
}
|
|
64256
64349
|
return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
64257
64350
|
},
|
|
64258
|
-
$signature:
|
|
64351
|
+
$signature: 37
|
|
64259
64352
|
};
|
|
64260
64353
|
A._EvaluateVisitor_closure5.prototype = {
|
|
64261
64354
|
call$1($arguments) {
|
|
@@ -64272,7 +64365,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64272
64365
|
}
|
|
64273
64366
|
return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
64274
64367
|
},
|
|
64275
|
-
$signature:
|
|
64368
|
+
$signature: 37
|
|
64276
64369
|
};
|
|
64277
64370
|
A._EvaluateVisitor_closure6.prototype = {
|
|
64278
64371
|
call$1($arguments) {
|
|
@@ -64382,14 +64475,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64382
64475
|
throw A.wrapException("The variable $" + $name + " was configured twice.");
|
|
64383
64476
|
t1.$indexSet(0, $name, new A.ConfiguredValue(value, this.span, this.callableNode));
|
|
64384
64477
|
},
|
|
64385
|
-
$signature:
|
|
64478
|
+
$signature: 53
|
|
64386
64479
|
};
|
|
64387
64480
|
A._EvaluateVisitor__closure0.prototype = {
|
|
64388
64481
|
call$1(module) {
|
|
64389
64482
|
var t1 = this.$this;
|
|
64390
64483
|
return t1._combineCss$2$clone(module, true).accept$1(t1);
|
|
64391
64484
|
},
|
|
64392
|
-
$signature:
|
|
64485
|
+
$signature: 63
|
|
64393
64486
|
};
|
|
64394
64487
|
A._EvaluateVisitor_run_closure.prototype = {
|
|
64395
64488
|
call$0() {
|
|
@@ -64494,7 +64587,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64494
64587
|
call$1(previousLoad) {
|
|
64495
64588
|
return this.$this._multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
64496
64589
|
},
|
|
64497
|
-
$signature:
|
|
64590
|
+
$signature: 86
|
|
64498
64591
|
};
|
|
64499
64592
|
A._EvaluateVisitor__loadModule__closure0.prototype = {
|
|
64500
64593
|
call$0() {
|
|
@@ -64592,7 +64685,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64592
64685
|
}
|
|
64593
64686
|
this.sorted.addFirst$1(module);
|
|
64594
64687
|
},
|
|
64595
|
-
$signature:
|
|
64688
|
+
$signature: 63
|
|
64596
64689
|
};
|
|
64597
64690
|
A._EvaluateVisitor_visitAtRootRule_closure.prototype = {
|
|
64598
64691
|
call$0() {
|
|
@@ -64697,13 +64790,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64697
64790
|
t2 = this.nodeWithSpan;
|
|
64698
64791
|
return t1._environment.setLocalVariable$3(B.JSArray_methods.get$first(this.node.variables), t1._withoutSlash$2(value, t2), t2);
|
|
64699
64792
|
},
|
|
64700
|
-
$signature:
|
|
64793
|
+
$signature: 50
|
|
64701
64794
|
};
|
|
64702
64795
|
A._EvaluateVisitor_visitEachRule_closure0.prototype = {
|
|
64703
64796
|
call$1(value) {
|
|
64704
64797
|
return this.$this._setMultipleVariables$3(this.node.variables, value, this.nodeWithSpan);
|
|
64705
64798
|
},
|
|
64706
|
-
$signature:
|
|
64799
|
+
$signature: 50
|
|
64707
64800
|
};
|
|
64708
64801
|
A._EvaluateVisitor_visitEachRule_closure1.prototype = {
|
|
64709
64802
|
call$0() {
|
|
@@ -64711,7 +64804,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64711
64804
|
t1 = _this.$this;
|
|
64712
64805
|
return t1._handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure(t1, _this.setVariables, _this.node));
|
|
64713
64806
|
},
|
|
64714
|
-
$signature:
|
|
64807
|
+
$signature: 38
|
|
64715
64808
|
};
|
|
64716
64809
|
A._EvaluateVisitor_visitEachRule__closure.prototype = {
|
|
64717
64810
|
call$1(element) {
|
|
@@ -64802,7 +64895,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64802
64895
|
}
|
|
64803
64896
|
return null;
|
|
64804
64897
|
},
|
|
64805
|
-
$signature:
|
|
64898
|
+
$signature: 38
|
|
64806
64899
|
};
|
|
64807
64900
|
A._EvaluateVisitor_visitForRule__closure.prototype = {
|
|
64808
64901
|
call$1(child) {
|
|
@@ -64814,20 +64907,20 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64814
64907
|
call$1(module) {
|
|
64815
64908
|
this.$this._environment.forwardModule$2(module, this.node);
|
|
64816
64909
|
},
|
|
64817
|
-
$signature:
|
|
64910
|
+
$signature: 63
|
|
64818
64911
|
};
|
|
64819
64912
|
A._EvaluateVisitor_visitForwardRule_closure0.prototype = {
|
|
64820
64913
|
call$1(module) {
|
|
64821
64914
|
this.$this._environment.forwardModule$2(module, this.node);
|
|
64822
64915
|
},
|
|
64823
|
-
$signature:
|
|
64916
|
+
$signature: 63
|
|
64824
64917
|
};
|
|
64825
64918
|
A._EvaluateVisitor_visitIfRule_closure.prototype = {
|
|
64826
64919
|
call$0() {
|
|
64827
64920
|
var t1 = this.$this;
|
|
64828
64921
|
return t1._handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure(t1));
|
|
64829
64922
|
},
|
|
64830
|
-
$signature:
|
|
64923
|
+
$signature: 38
|
|
64831
64924
|
};
|
|
64832
64925
|
A._EvaluateVisitor_visitIfRule__closure.prototype = {
|
|
64833
64926
|
call$1(child) {
|
|
@@ -64913,7 +65006,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64913
65006
|
call$1(previousLoad) {
|
|
64914
65007
|
return this.$this._multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
64915
65008
|
},
|
|
64916
|
-
$signature:
|
|
65009
|
+
$signature: 86
|
|
64917
65010
|
};
|
|
64918
65011
|
A._EvaluateVisitor__visitDynamicImport__closure0.prototype = {
|
|
64919
65012
|
call$1(rule) {
|
|
@@ -64981,7 +65074,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64981
65074
|
call$0() {
|
|
64982
65075
|
return this.node.get$spanWithoutContent();
|
|
64983
65076
|
},
|
|
64984
|
-
$signature:
|
|
65077
|
+
$signature: 24
|
|
64985
65078
|
};
|
|
64986
65079
|
A._EvaluateVisitor_visitIncludeRule_closure2.prototype = {
|
|
64987
65080
|
call$1($content) {
|
|
@@ -65025,13 +65118,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65025
65118
|
call$0() {
|
|
65026
65119
|
return this.statement.accept$1(this.$this);
|
|
65027
65120
|
},
|
|
65028
|
-
$signature:
|
|
65121
|
+
$signature: 38
|
|
65029
65122
|
};
|
|
65030
65123
|
A._EvaluateVisitor_visitMediaRule_closure.prototype = {
|
|
65031
65124
|
call$1(mediaQueries) {
|
|
65032
65125
|
return this.$this._mergeMediaQueries$2(mediaQueries, this.queries);
|
|
65033
65126
|
},
|
|
65034
|
-
$signature:
|
|
65127
|
+
$signature: 78
|
|
65035
65128
|
};
|
|
65036
65129
|
A._EvaluateVisitor_visitMediaRule_closure0.prototype = {
|
|
65037
65130
|
call$0() {
|
|
@@ -65157,7 +65250,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65157
65250
|
var t1 = this.node;
|
|
65158
65251
|
return this.$this._environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
65159
65252
|
},
|
|
65160
|
-
$signature:
|
|
65253
|
+
$signature: 38
|
|
65161
65254
|
};
|
|
65162
65255
|
A._EvaluateVisitor_visitVariableDeclaration_closure1.prototype = {
|
|
65163
65256
|
call$0() {
|
|
@@ -65172,7 +65265,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65172
65265
|
var t1 = this.node;
|
|
65173
65266
|
this.$this._environment.addModule$3$namespace(module, t1, t1.namespace);
|
|
65174
65267
|
},
|
|
65175
|
-
$signature:
|
|
65268
|
+
$signature: 63
|
|
65176
65269
|
};
|
|
65177
65270
|
A._EvaluateVisitor_visitWarnRule_closure.prototype = {
|
|
65178
65271
|
call$0() {
|
|
@@ -65190,7 +65283,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65190
65283
|
}
|
|
65191
65284
|
return null;
|
|
65192
65285
|
},
|
|
65193
|
-
$signature:
|
|
65286
|
+
$signature: 38
|
|
65194
65287
|
};
|
|
65195
65288
|
A._EvaluateVisitor_visitWhileRule__closure.prototype = {
|
|
65196
65289
|
call$1(child) {
|
|
@@ -65269,7 +65362,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65269
65362
|
var t1 = this.node;
|
|
65270
65363
|
return this.$this._environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
65271
65364
|
},
|
|
65272
|
-
$signature:
|
|
65365
|
+
$signature: 38
|
|
65273
65366
|
};
|
|
65274
65367
|
A._EvaluateVisitor_visitUnaryOperationExpression_closure.prototype = {
|
|
65275
65368
|
call$0() {
|
|
@@ -65443,13 +65536,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65443
65536
|
call$1(value) {
|
|
65444
65537
|
return value;
|
|
65445
65538
|
},
|
|
65446
|
-
$signature:
|
|
65539
|
+
$signature: 36
|
|
65447
65540
|
};
|
|
65448
65541
|
A._EvaluateVisitor__evaluateArguments_closure0.prototype = {
|
|
65449
65542
|
call$1(value) {
|
|
65450
65543
|
return this.$this._withoutSlash$2(value, this.restNodeForSpan);
|
|
65451
65544
|
},
|
|
65452
|
-
$signature:
|
|
65545
|
+
$signature: 36
|
|
65453
65546
|
};
|
|
65454
65547
|
A._EvaluateVisitor__evaluateArguments_closure1.prototype = {
|
|
65455
65548
|
call$2(key, value) {
|
|
@@ -65464,21 +65557,21 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65464
65557
|
call$1(value) {
|
|
65465
65558
|
return value;
|
|
65466
65559
|
},
|
|
65467
|
-
$signature:
|
|
65560
|
+
$signature: 36
|
|
65468
65561
|
};
|
|
65469
65562
|
A._EvaluateVisitor__evaluateMacroArguments_closure.prototype = {
|
|
65470
65563
|
call$1(value) {
|
|
65471
65564
|
var t1 = this.restArgs;
|
|
65472
65565
|
return new A.ValueExpression(value, t1.get$span(t1));
|
|
65473
65566
|
},
|
|
65474
|
-
$signature:
|
|
65567
|
+
$signature: 54
|
|
65475
65568
|
};
|
|
65476
65569
|
A._EvaluateVisitor__evaluateMacroArguments_closure0.prototype = {
|
|
65477
65570
|
call$1(value) {
|
|
65478
65571
|
var t1 = this.restArgs;
|
|
65479
65572
|
return new A.ValueExpression(this.$this._withoutSlash$2(value, this.restNodeForSpan), t1.get$span(t1));
|
|
65480
65573
|
},
|
|
65481
|
-
$signature:
|
|
65574
|
+
$signature: 54
|
|
65482
65575
|
};
|
|
65483
65576
|
A._EvaluateVisitor__evaluateMacroArguments_closure1.prototype = {
|
|
65484
65577
|
call$2(key, value) {
|
|
@@ -65493,7 +65586,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65493
65586
|
var t1 = this.keywordRestArgs;
|
|
65494
65587
|
return new A.ValueExpression(this.$this._withoutSlash$2(value, this.keywordRestNodeForSpan), t1.get$span(t1));
|
|
65495
65588
|
},
|
|
65496
|
-
$signature:
|
|
65589
|
+
$signature: 54
|
|
65497
65590
|
};
|
|
65498
65591
|
A._EvaluateVisitor__addRestMap_closure.prototype = {
|
|
65499
65592
|
call$2(key, value) {
|
|
@@ -65506,7 +65599,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65506
65599
|
throw A.wrapException(t1._evaluate$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
|
|
65507
65600
|
}
|
|
65508
65601
|
},
|
|
65509
|
-
$signature:
|
|
65602
|
+
$signature: 53
|
|
65510
65603
|
};
|
|
65511
65604
|
A._EvaluateVisitor__verifyArguments_closure.prototype = {
|
|
65512
65605
|
call$0() {
|
|
@@ -65524,7 +65617,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65524
65617
|
result = value.accept$1(t1);
|
|
65525
65618
|
return result instanceof A.SassString ? result._string$_text : t1._evaluate$_serialize$3$quote(result, value, false);
|
|
65526
65619
|
},
|
|
65527
|
-
$signature:
|
|
65620
|
+
$signature: 59
|
|
65528
65621
|
};
|
|
65529
65622
|
A._EvaluateVisitor_visitCssAtRule_closure.prototype = {
|
|
65530
65623
|
call$0() {
|
|
@@ -65562,7 +65655,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65562
65655
|
call$1(mediaQueries) {
|
|
65563
65656
|
return this.$this._mergeMediaQueries$2(mediaQueries, this.node.queries);
|
|
65564
65657
|
},
|
|
65565
|
-
$signature:
|
|
65658
|
+
$signature: 78
|
|
65566
65659
|
};
|
|
65567
65660
|
A._EvaluateVisitor_visitCssMediaRule_closure0.prototype = {
|
|
65568
65661
|
call$0() {
|
|
@@ -65670,7 +65763,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65670
65763
|
call$0() {
|
|
65671
65764
|
return A.serializeValue(this.value, false, this.quote);
|
|
65672
65765
|
},
|
|
65673
|
-
$signature:
|
|
65766
|
+
$signature: 32
|
|
65674
65767
|
};
|
|
65675
65768
|
A._EvaluateVisitor__expressionNode_closure.prototype = {
|
|
65676
65769
|
call$0() {
|
|
@@ -67371,7 +67464,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
67371
67464
|
call$1(element) {
|
|
67372
67465
|
return !element.get$isBlank();
|
|
67373
67466
|
},
|
|
67374
|
-
$signature:
|
|
67467
|
+
$signature: 73
|
|
67375
67468
|
};
|
|
67376
67469
|
A._SerializeVisitor_visitList_closure0.prototype = {
|
|
67377
67470
|
call$1(element) {
|
|
@@ -67383,13 +67476,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
67383
67476
|
if (needsParens)
|
|
67384
67477
|
t1._serialize$_buffer.writeCharCode$1(41);
|
|
67385
67478
|
},
|
|
67386
|
-
$signature:
|
|
67479
|
+
$signature: 50
|
|
67387
67480
|
};
|
|
67388
67481
|
A._SerializeVisitor_visitList_closure1.prototype = {
|
|
67389
67482
|
call$1(element) {
|
|
67390
67483
|
element.accept$1(this.$this);
|
|
67391
67484
|
},
|
|
67392
|
-
$signature:
|
|
67485
|
+
$signature: 50
|
|
67393
67486
|
};
|
|
67394
67487
|
A._SerializeVisitor_visitMap_closure.prototype = {
|
|
67395
67488
|
call$1(entry) {
|
|
@@ -68185,7 +68278,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68185
68278
|
return null;
|
|
68186
68279
|
return A._asStringQ(t1);
|
|
68187
68280
|
},
|
|
68188
|
-
$signature:
|
|
68281
|
+
$signature: 43
|
|
68189
68282
|
};
|
|
68190
68283
|
A.Highlighter$__closure.prototype = {
|
|
68191
68284
|
call$1(line) {
|
|
@@ -68784,7 +68877,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68784
68877
|
line = t1 > 1 ? A.int_parse(lineAndColumn[1], _null) : _null;
|
|
68785
68878
|
return new A.Frame(uri, line, t1 > 2 ? A.int_parse(lineAndColumn[2], _null) : _null, member);
|
|
68786
68879
|
},
|
|
68787
|
-
$signature:
|
|
68880
|
+
$signature: 69
|
|
68788
68881
|
};
|
|
68789
68882
|
A.Frame_Frame$parseV8_closure.prototype = {
|
|
68790
68883
|
call$0() {
|
|
@@ -68810,7 +68903,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68810
68903
|
return t1.call$2(t2, _s4_);
|
|
68811
68904
|
}
|
|
68812
68905
|
},
|
|
68813
|
-
$signature:
|
|
68906
|
+
$signature: 69
|
|
68814
68907
|
};
|
|
68815
68908
|
A.Frame_Frame$parseV8_closure_parseLocation.prototype = {
|
|
68816
68909
|
call$2($location, member) {
|
|
@@ -68858,7 +68951,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68858
68951
|
line = A.int_parse(t1, _null);
|
|
68859
68952
|
return new A.Frame(uri, line, _null, member.length === 0 || member === "anonymous" ? "<fn>" : member);
|
|
68860
68953
|
},
|
|
68861
|
-
$signature:
|
|
68954
|
+
$signature: 69
|
|
68862
68955
|
};
|
|
68863
68956
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
68864
68957
|
call$0() {
|
|
@@ -68905,7 +68998,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68905
68998
|
}
|
|
68906
68999
|
return new A.Frame(uri, line, column, member);
|
|
68907
69000
|
},
|
|
68908
|
-
$signature:
|
|
69001
|
+
$signature: 69
|
|
68909
69002
|
};
|
|
68910
69003
|
A.Frame_Frame$parseFriendly_closure.prototype = {
|
|
68911
69004
|
call$0() {
|
|
@@ -68945,7 +69038,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68945
69038
|
}
|
|
68946
69039
|
return new A.Frame(uri, line, column, t1[4]);
|
|
68947
69040
|
},
|
|
68948
|
-
$signature:
|
|
69041
|
+
$signature: 69
|
|
68949
69042
|
};
|
|
68950
69043
|
A.LazyTrace.prototype = {
|
|
68951
69044
|
get$_lazy_trace$_trace() {
|
|
@@ -69152,7 +69245,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
69152
69245
|
call$2(error, stackTrace) {
|
|
69153
69246
|
this.handleError.call$3(error, stackTrace, this.controller);
|
|
69154
69247
|
},
|
|
69155
|
-
$signature:
|
|
69248
|
+
$signature: 62
|
|
69156
69249
|
};
|
|
69157
69250
|
A.TransformByHandlers_transformByHandlers__closure0.prototype = {
|
|
69158
69251
|
call$0() {
|
|
@@ -69829,7 +69922,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
69829
69922
|
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);
|
|
69830
69923
|
return jsClass;
|
|
69831
69924
|
},
|
|
69832
|
-
$signature:
|
|
69925
|
+
$signature: 25
|
|
69833
69926
|
};
|
|
69834
69927
|
A.argumentListClass__closure.prototype = {
|
|
69835
69928
|
call$4($self, contents, keywords, separator) {
|
|
@@ -75089,10 +75182,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75089
75182
|
throw A.wrapException(A.ArgumentError$(string$.throug + node.toString$0(0) + ".", null));
|
|
75090
75183
|
}
|
|
75091
75184
|
if ($parent.get$hasFollowingSibling()) {
|
|
75092
|
-
|
|
75093
|
-
t1.
|
|
75094
|
-
|
|
75095
|
-
|
|
75185
|
+
grandparent = $parent._node0$_parent;
|
|
75186
|
+
t1 = grandparent.children;
|
|
75187
|
+
if ($parent.equalsIgnoringChildren$1(t1.get$last(t1)))
|
|
75188
|
+
$parent = type$.ModifiableCssParentNode_2._as(t1.get$last(t1));
|
|
75189
|
+
else {
|
|
75190
|
+
$parent = $parent.copyWithoutChildren$0();
|
|
75191
|
+
grandparent.addChild$1($parent);
|
|
75192
|
+
}
|
|
75096
75193
|
}
|
|
75097
75194
|
}
|
|
75098
75195
|
$parent.addChild$1(node);
|
|
@@ -75549,7 +75646,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75549
75646
|
}
|
|
75550
75647
|
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
75551
75648
|
},
|
|
75552
|
-
$signature:
|
|
75649
|
+
$signature: 35
|
|
75553
75650
|
};
|
|
75554
75651
|
A._EvaluateVisitor_closure35.prototype = {
|
|
75555
75652
|
call$1($arguments) {
|
|
@@ -75566,7 +75663,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75566
75663
|
}
|
|
75567
75664
|
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
75568
75665
|
},
|
|
75569
|
-
$signature:
|
|
75666
|
+
$signature: 35
|
|
75570
75667
|
};
|
|
75571
75668
|
A._EvaluateVisitor_closure36.prototype = {
|
|
75572
75669
|
call$1($arguments) {
|
|
@@ -75730,7 +75827,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75730
75827
|
throw A.wrapException("The variable $" + $name + " was configured twice.");
|
|
75731
75828
|
t1.$indexSet(0, $name, new A.ConfiguredValue0(value, this.span, this.callableNode));
|
|
75732
75829
|
},
|
|
75733
|
-
$signature:
|
|
75830
|
+
$signature: 49
|
|
75734
75831
|
};
|
|
75735
75832
|
A._EvaluateVisitor__closure9.prototype = {
|
|
75736
75833
|
call$1(module) {
|
|
@@ -76066,7 +76163,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76066
76163
|
});
|
|
76067
76164
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76068
76165
|
},
|
|
76069
|
-
$signature:
|
|
76166
|
+
$signature: 39
|
|
76070
76167
|
};
|
|
76071
76168
|
A._EvaluateVisitor__scopeForAtRoot_closure17.prototype = {
|
|
76072
76169
|
call$1(callback) {
|
|
@@ -76094,7 +76191,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76094
76191
|
});
|
|
76095
76192
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
76096
76193
|
},
|
|
76097
|
-
$signature:
|
|
76194
|
+
$signature: 31
|
|
76098
76195
|
};
|
|
76099
76196
|
A._EvaluateVisitor__scopeForAtRoot_closure18.prototype = {
|
|
76100
76197
|
call$1(callback) {
|
|
@@ -76122,13 +76219,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76122
76219
|
});
|
|
76123
76220
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
76124
76221
|
},
|
|
76125
|
-
$signature:
|
|
76222
|
+
$signature: 31
|
|
76126
76223
|
};
|
|
76127
76224
|
A._EvaluateVisitor__scopeForAtRoot_closure19.prototype = {
|
|
76128
76225
|
call$1(callback) {
|
|
76129
76226
|
return this.$this._async_evaluate0$_withMediaQueries$1$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure2(this.innerScope, callback), type$.Null);
|
|
76130
76227
|
},
|
|
76131
|
-
$signature:
|
|
76228
|
+
$signature: 31
|
|
76132
76229
|
};
|
|
76133
76230
|
A._EvaluateVisitor__scopeForAtRoot__closure2.prototype = {
|
|
76134
76231
|
call$0() {
|
|
@@ -76162,7 +76259,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76162
76259
|
});
|
|
76163
76260
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
76164
76261
|
},
|
|
76165
|
-
$signature:
|
|
76262
|
+
$signature: 31
|
|
76166
76263
|
};
|
|
76167
76264
|
A._EvaluateVisitor__scopeForAtRoot_closure21.prototype = {
|
|
76168
76265
|
call$1($parent) {
|
|
@@ -76196,7 +76293,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76196
76293
|
});
|
|
76197
76294
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
76198
76295
|
},
|
|
76199
|
-
$signature:
|
|
76296
|
+
$signature: 31
|
|
76200
76297
|
};
|
|
76201
76298
|
A._EvaluateVisitor_visitContentRule_closure2.prototype = {
|
|
76202
76299
|
call$0() {
|
|
@@ -76322,13 +76419,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76322
76419
|
t2 = this.nodeWithSpan;
|
|
76323
76420
|
return t1._async_evaluate0$_environment.setLocalVariable$3(B.JSArray_methods.get$first(this.node.variables), t1._async_evaluate0$_withoutSlash$2(value, t2), t2);
|
|
76324
76421
|
},
|
|
76325
|
-
$signature:
|
|
76422
|
+
$signature: 52
|
|
76326
76423
|
};
|
|
76327
76424
|
A._EvaluateVisitor_visitEachRule_closure9.prototype = {
|
|
76328
76425
|
call$1(value) {
|
|
76329
76426
|
return this.$this._async_evaluate0$_setMultipleVariables$3(this.node.variables, value, this.nodeWithSpan);
|
|
76330
76427
|
},
|
|
76331
|
-
$signature:
|
|
76428
|
+
$signature: 52
|
|
76332
76429
|
};
|
|
76333
76430
|
A._EvaluateVisitor_visitEachRule_closure10.prototype = {
|
|
76334
76431
|
call$0() {
|
|
@@ -76336,7 +76433,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76336
76433
|
t1 = _this.$this;
|
|
76337
76434
|
return t1._async_evaluate0$_handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure2(t1, _this.setVariables, _this.node));
|
|
76338
76435
|
},
|
|
76339
|
-
$signature:
|
|
76436
|
+
$signature: 68
|
|
76340
76437
|
};
|
|
76341
76438
|
A._EvaluateVisitor_visitEachRule__closure2.prototype = {
|
|
76342
76439
|
call$1(element) {
|
|
@@ -76351,7 +76448,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76351
76448
|
call$1(child) {
|
|
76352
76449
|
return child.accept$1(this.$this);
|
|
76353
76450
|
},
|
|
76354
|
-
$signature:
|
|
76451
|
+
$signature: 79
|
|
76355
76452
|
};
|
|
76356
76453
|
A._EvaluateVisitor_visitAtRule_closure8.prototype = {
|
|
76357
76454
|
call$1(value) {
|
|
@@ -76589,13 +76686,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76589
76686
|
});
|
|
76590
76687
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76591
76688
|
},
|
|
76592
|
-
$signature:
|
|
76689
|
+
$signature: 68
|
|
76593
76690
|
};
|
|
76594
76691
|
A._EvaluateVisitor_visitForRule__closure2.prototype = {
|
|
76595
76692
|
call$1(child) {
|
|
76596
76693
|
return child.accept$1(this.$this);
|
|
76597
76694
|
},
|
|
76598
|
-
$signature:
|
|
76695
|
+
$signature: 79
|
|
76599
76696
|
};
|
|
76600
76697
|
A._EvaluateVisitor_visitForwardRule_closure5.prototype = {
|
|
76601
76698
|
call$1(module) {
|
|
@@ -76614,13 +76711,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76614
76711
|
var t1 = this.$this;
|
|
76615
76712
|
return t1._async_evaluate0$_handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure2(t1));
|
|
76616
76713
|
},
|
|
76617
|
-
$signature:
|
|
76714
|
+
$signature: 68
|
|
76618
76715
|
};
|
|
76619
76716
|
A._EvaluateVisitor_visitIfRule__closure2.prototype = {
|
|
76620
76717
|
call$1(child) {
|
|
76621
76718
|
return child.accept$1(this.$this);
|
|
76622
76719
|
},
|
|
76623
|
-
$signature:
|
|
76720
|
+
$signature: 79
|
|
76624
76721
|
};
|
|
76625
76722
|
A._EvaluateVisitor__visitDynamicImport_closure2.prototype = {
|
|
76626
76723
|
call$0() {
|
|
@@ -76736,7 +76833,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76736
76833
|
});
|
|
76737
76834
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76738
76835
|
},
|
|
76739
|
-
$signature:
|
|
76836
|
+
$signature: 39
|
|
76740
76837
|
};
|
|
76741
76838
|
A._EvaluateVisitor__visitDynamicImport__closure11.prototype = {
|
|
76742
76839
|
call$1(previousLoad) {
|
|
@@ -76827,7 +76924,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76827
76924
|
call$0() {
|
|
76828
76925
|
return this.node.get$spanWithoutContent();
|
|
76829
76926
|
},
|
|
76830
|
-
$signature:
|
|
76927
|
+
$signature: 24
|
|
76831
76928
|
};
|
|
76832
76929
|
A._EvaluateVisitor_visitIncludeRule_closure14.prototype = {
|
|
76833
76930
|
call$1($content) {
|
|
@@ -76884,7 +76981,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76884
76981
|
});
|
|
76885
76982
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76886
76983
|
},
|
|
76887
|
-
$signature:
|
|
76984
|
+
$signature: 39
|
|
76888
76985
|
};
|
|
76889
76986
|
A._EvaluateVisitor_visitIncludeRule___closure2.prototype = {
|
|
76890
76987
|
call$0() {
|
|
@@ -76924,13 +77021,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76924
77021
|
});
|
|
76925
77022
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76926
77023
|
},
|
|
76927
|
-
$signature:
|
|
77024
|
+
$signature: 39
|
|
76928
77025
|
};
|
|
76929
77026
|
A._EvaluateVisitor_visitIncludeRule____closure2.prototype = {
|
|
76930
77027
|
call$0() {
|
|
76931
77028
|
return this.statement.accept$1(this.$this);
|
|
76932
77029
|
},
|
|
76933
|
-
$signature:
|
|
77030
|
+
$signature: 68
|
|
76934
77031
|
};
|
|
76935
77032
|
A._EvaluateVisitor_visitMediaRule_closure8.prototype = {
|
|
76936
77033
|
call$1(mediaQueries) {
|
|
@@ -77334,7 +77431,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77334
77431
|
call$0() {
|
|
77335
77432
|
return this.node.expression.accept$1(this.$this);
|
|
77336
77433
|
},
|
|
77337
|
-
$signature:
|
|
77434
|
+
$signature: 71
|
|
77338
77435
|
};
|
|
77339
77436
|
A._EvaluateVisitor_visitWhileRule_closure2.prototype = {
|
|
77340
77437
|
call$0() {
|
|
@@ -77387,13 +77484,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77387
77484
|
});
|
|
77388
77485
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
77389
77486
|
},
|
|
77390
|
-
$signature:
|
|
77487
|
+
$signature: 68
|
|
77391
77488
|
};
|
|
77392
77489
|
A._EvaluateVisitor_visitWhileRule__closure2.prototype = {
|
|
77393
77490
|
call$1(child) {
|
|
77394
77491
|
return child.accept$1(this.$this);
|
|
77395
77492
|
},
|
|
77396
|
-
$signature:
|
|
77493
|
+
$signature: 79
|
|
77397
77494
|
};
|
|
77398
77495
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure2.prototype = {
|
|
77399
77496
|
call$0() {
|
|
@@ -77682,7 +77779,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77682
77779
|
});
|
|
77683
77780
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
77684
77781
|
},
|
|
77685
|
-
$signature:
|
|
77782
|
+
$signature: 71
|
|
77686
77783
|
};
|
|
77687
77784
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2.prototype = {
|
|
77688
77785
|
call$1(expression) {
|
|
@@ -77719,7 +77816,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77719
77816
|
throw A.wrapException(A.StateError$("Unknown unary operator " + t1.toString$0(0) + "."));
|
|
77720
77817
|
}
|
|
77721
77818
|
},
|
|
77722
|
-
$signature:
|
|
77819
|
+
$signature: 42
|
|
77723
77820
|
};
|
|
77724
77821
|
A._EvaluateVisitor__visitCalculationValue_closure2.prototype = {
|
|
77725
77822
|
call$0() {
|
|
@@ -77778,14 +77875,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77778
77875
|
var t1 = this.node;
|
|
77779
77876
|
return this.$this._async_evaluate0$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
77780
77877
|
},
|
|
77781
|
-
$signature:
|
|
77878
|
+
$signature: 71
|
|
77782
77879
|
};
|
|
77783
77880
|
A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2.prototype = {
|
|
77784
77881
|
call$0() {
|
|
77785
77882
|
var t1 = this.node;
|
|
77786
77883
|
return this.$this._async_evaluate0$_runFunctionCallable$3(t1.$arguments, this.$function, t1);
|
|
77787
77884
|
},
|
|
77788
|
-
$signature:
|
|
77885
|
+
$signature: 71
|
|
77789
77886
|
};
|
|
77790
77887
|
A._EvaluateVisitor__runUserDefinedCallable_closure2.prototype = {
|
|
77791
77888
|
call$0() {
|
|
@@ -77975,7 +78072,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77975
78072
|
});
|
|
77976
78073
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
77977
78074
|
},
|
|
77978
|
-
$signature:
|
|
78075
|
+
$signature: 71
|
|
77979
78076
|
};
|
|
77980
78077
|
A._EvaluateVisitor__runBuiltInCallable_closure8.prototype = {
|
|
77981
78078
|
call$0() {
|
|
@@ -77999,13 +78096,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77999
78096
|
call$1(value) {
|
|
78000
78097
|
return value;
|
|
78001
78098
|
},
|
|
78002
|
-
$signature:
|
|
78099
|
+
$signature: 41
|
|
78003
78100
|
};
|
|
78004
78101
|
A._EvaluateVisitor__evaluateArguments_closure12.prototype = {
|
|
78005
78102
|
call$1(value) {
|
|
78006
78103
|
return this.$this._async_evaluate0$_withoutSlash$2(value, this.restNodeForSpan);
|
|
78007
78104
|
},
|
|
78008
|
-
$signature:
|
|
78105
|
+
$signature: 41
|
|
78009
78106
|
};
|
|
78010
78107
|
A._EvaluateVisitor__evaluateArguments_closure13.prototype = {
|
|
78011
78108
|
call$2(key, value) {
|
|
@@ -78020,21 +78117,21 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78020
78117
|
call$1(value) {
|
|
78021
78118
|
return value;
|
|
78022
78119
|
},
|
|
78023
|
-
$signature:
|
|
78120
|
+
$signature: 41
|
|
78024
78121
|
};
|
|
78025
78122
|
A._EvaluateVisitor__evaluateMacroArguments_closure11.prototype = {
|
|
78026
78123
|
call$1(value) {
|
|
78027
78124
|
var t1 = this.restArgs;
|
|
78028
78125
|
return new A.ValueExpression0(value, t1.get$span(t1));
|
|
78029
78126
|
},
|
|
78030
|
-
$signature:
|
|
78127
|
+
$signature: 55
|
|
78031
78128
|
};
|
|
78032
78129
|
A._EvaluateVisitor__evaluateMacroArguments_closure12.prototype = {
|
|
78033
78130
|
call$1(value) {
|
|
78034
78131
|
var t1 = this.restArgs;
|
|
78035
78132
|
return new A.ValueExpression0(this.$this._async_evaluate0$_withoutSlash$2(value, this.restNodeForSpan), t1.get$span(t1));
|
|
78036
78133
|
},
|
|
78037
|
-
$signature:
|
|
78134
|
+
$signature: 55
|
|
78038
78135
|
};
|
|
78039
78136
|
A._EvaluateVisitor__evaluateMacroArguments_closure13.prototype = {
|
|
78040
78137
|
call$2(key, value) {
|
|
@@ -78049,7 +78146,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78049
78146
|
var t1 = this.keywordRestArgs;
|
|
78050
78147
|
return new A.ValueExpression0(this.$this._async_evaluate0$_withoutSlash$2(value, this.keywordRestNodeForSpan), t1.get$span(t1));
|
|
78051
78148
|
},
|
|
78052
|
-
$signature:
|
|
78149
|
+
$signature: 55
|
|
78053
78150
|
};
|
|
78054
78151
|
A._EvaluateVisitor__addRestMap_closure2.prototype = {
|
|
78055
78152
|
call$2(key, value) {
|
|
@@ -78062,7 +78159,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78062
78159
|
throw A.wrapException(t1._async_evaluate0$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
|
|
78063
78160
|
}
|
|
78064
78161
|
},
|
|
78065
|
-
$signature:
|
|
78162
|
+
$signature: 49
|
|
78066
78163
|
};
|
|
78067
78164
|
A._EvaluateVisitor__verifyArguments_closure2.prototype = {
|
|
78068
78165
|
call$0() {
|
|
@@ -78507,7 +78604,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78507
78604
|
call$0() {
|
|
78508
78605
|
return A.serializeValue0(this.value, false, this.quote);
|
|
78509
78606
|
},
|
|
78510
|
-
$signature:
|
|
78607
|
+
$signature: 32
|
|
78511
78608
|
};
|
|
78512
78609
|
A._EvaluateVisitor__expressionNode_closure2.prototype = {
|
|
78513
78610
|
call$0() {
|
|
@@ -78988,7 +79085,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78988
79085
|
call$1(url) {
|
|
78989
79086
|
return url.get$path(url).length;
|
|
78990
79087
|
},
|
|
78991
|
-
$signature:
|
|
79088
|
+
$signature: 94
|
|
78992
79089
|
};
|
|
78993
79090
|
A.AtRootQueryParser0.prototype = {
|
|
78994
79091
|
parse$0() {
|
|
@@ -79065,6 +79162,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79065
79162
|
accept$1(visitor) {
|
|
79066
79163
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
79067
79164
|
},
|
|
79165
|
+
equalsIgnoringChildren$1(other) {
|
|
79166
|
+
var t1, t2;
|
|
79167
|
+
if (other instanceof A.ModifiableCssAtRule0) {
|
|
79168
|
+
t1 = this.name;
|
|
79169
|
+
t2 = other.name;
|
|
79170
|
+
t1 = t1.$ti._is(t2) && J.$eq$(t2.value, t1.value) && J.$eq$(this.value, other.value) && this.isChildless === other.isChildless;
|
|
79171
|
+
} else
|
|
79172
|
+
t1 = false;
|
|
79173
|
+
return t1;
|
|
79174
|
+
},
|
|
79068
79175
|
copyWithoutChildren$0() {
|
|
79069
79176
|
var _this = this;
|
|
79070
79177
|
return A.ModifiableCssAtRule$0(_this.name, _this.span, _this.isChildless, _this.value);
|
|
@@ -79215,7 +79322,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79215
79322
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
79216
79323
|
return jsClass;
|
|
79217
79324
|
},
|
|
79218
|
-
$signature:
|
|
79325
|
+
$signature: 25
|
|
79219
79326
|
};
|
|
79220
79327
|
A.legacyBooleanClass__closure.prototype = {
|
|
79221
79328
|
call$2(_, __) {
|
|
@@ -79235,7 +79342,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79235
79342
|
call$1($self) {
|
|
79236
79343
|
return $self === B.SassBoolean_true0;
|
|
79237
79344
|
},
|
|
79238
|
-
$signature:
|
|
79345
|
+
$signature: 66
|
|
79239
79346
|
};
|
|
79240
79347
|
A.booleanClass_closure.prototype = {
|
|
79241
79348
|
call$0() {
|
|
@@ -79244,7 +79351,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79244
79351
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
79245
79352
|
return jsClass;
|
|
79246
79353
|
},
|
|
79247
|
-
$signature:
|
|
79354
|
+
$signature: 25
|
|
79248
79355
|
};
|
|
79249
79356
|
A.booleanClass__closure.prototype = {
|
|
79250
79357
|
call$2($self, _) {
|
|
@@ -79436,7 +79543,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79436
79543
|
call$1(arg) {
|
|
79437
79544
|
return arg instanceof A.SassString0 || arg instanceof A.CalculationInterpolation0;
|
|
79438
79545
|
},
|
|
79439
|
-
$signature:
|
|
79546
|
+
$signature: 66
|
|
79440
79547
|
};
|
|
79441
79548
|
A.CalculationOperation0.prototype = {
|
|
79442
79549
|
$eq(_, other) {
|
|
@@ -79618,7 +79725,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79618
79725
|
var color, t2,
|
|
79619
79726
|
t1 = J.getInterceptor$asx($arguments),
|
|
79620
79727
|
weight = t1.$index($arguments, 1).assertNumber$1("weight");
|
|
79621
|
-
if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
|
|
79728
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber()) {
|
|
79622
79729
|
if (weight._number1$_value !== 100 || !weight.hasUnit$1("%"))
|
|
79623
79730
|
throw A.wrapException(string$.Only_oa);
|
|
79624
79731
|
return A._functionString0("invert", t1.take$1($arguments, 1));
|
|
@@ -79691,7 +79798,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79691
79798
|
A.global_closure47.prototype = {
|
|
79692
79799
|
call$1($arguments) {
|
|
79693
79800
|
var t1 = J.getInterceptor$asx($arguments);
|
|
79694
|
-
if (t1.$index($arguments, 0) instanceof A.SassNumber0)
|
|
79801
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
|
|
79695
79802
|
return A._functionString0("grayscale", $arguments);
|
|
79696
79803
|
return t1.$index($arguments, 0).assertColor$1("color").changeHsl$1$saturation(0);
|
|
79697
79804
|
},
|
|
@@ -79726,7 +79833,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79726
79833
|
};
|
|
79727
79834
|
A.global_closure51.prototype = {
|
|
79728
79835
|
call$1($arguments) {
|
|
79729
|
-
|
|
79836
|
+
var t1 = J.getInterceptor$asx($arguments);
|
|
79837
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
|
|
79838
|
+
return A._functionString0("saturate", $arguments);
|
|
79839
|
+
return new A.SassString0("saturate(" + A.serializeValue0(t1.$index($arguments, 0).assertNumber$1("amount"), false, true) + ")", false);
|
|
79730
79840
|
},
|
|
79731
79841
|
$signature: 17
|
|
79732
79842
|
};
|
|
@@ -79780,7 +79890,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79780
79890
|
A.global_closure56.prototype = {
|
|
79781
79891
|
call$1($arguments) {
|
|
79782
79892
|
var t1 = J.getInterceptor$asx($arguments);
|
|
79783
|
-
if (t1.$index($arguments, 0) instanceof A.SassNumber0)
|
|
79893
|
+
if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
|
|
79784
79894
|
return A._functionString0("opacity", $arguments);
|
|
79785
79895
|
return A.SassNumber_SassNumber0(t1.$index($arguments, 0).assertColor$1("color")._color1$_alpha, null);
|
|
79786
79896
|
},
|
|
@@ -80036,7 +80146,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80036
80146
|
call$1(hue) {
|
|
80037
80147
|
return A._angleValue0(hue, "hue");
|
|
80038
80148
|
},
|
|
80039
|
-
$signature:
|
|
80149
|
+
$signature: 74
|
|
80040
80150
|
};
|
|
80041
80151
|
A._updateComponents_closure2.prototype = {
|
|
80042
80152
|
call$1($name) {
|
|
@@ -80084,19 +80194,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80084
80194
|
call$1(alpha) {
|
|
80085
80195
|
return A._percentageOrUnitless0(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
80086
80196
|
},
|
|
80087
|
-
$signature:
|
|
80197
|
+
$signature: 74
|
|
80088
80198
|
};
|
|
80089
80199
|
A._hsl_closure0.prototype = {
|
|
80090
80200
|
call$1(alpha) {
|
|
80091
80201
|
return A._percentageOrUnitless0(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
80092
80202
|
},
|
|
80093
|
-
$signature:
|
|
80203
|
+
$signature: 74
|
|
80094
80204
|
};
|
|
80095
80205
|
A._hwb_closure0.prototype = {
|
|
80096
80206
|
call$1(alpha) {
|
|
80097
80207
|
return A._percentageOrUnitless0(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
80098
80208
|
},
|
|
80099
|
-
$signature:
|
|
80209
|
+
$signature: 74
|
|
80100
80210
|
};
|
|
80101
80211
|
A._parseChannels_closure0.prototype = {
|
|
80102
80212
|
call$1(value) {
|
|
@@ -80176,28 +80286,28 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80176
80286
|
var t1 = J.getInterceptor$x(thisArg);
|
|
80177
80287
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$red(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
80178
80288
|
},
|
|
80179
|
-
$signature:
|
|
80289
|
+
$signature: 97
|
|
80180
80290
|
};
|
|
80181
80291
|
A.legacyColorClass_closure5.prototype = {
|
|
80182
80292
|
call$2(thisArg, value) {
|
|
80183
80293
|
var t1 = J.getInterceptor$x(thisArg);
|
|
80184
80294
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$green(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
80185
80295
|
},
|
|
80186
|
-
$signature:
|
|
80296
|
+
$signature: 97
|
|
80187
80297
|
};
|
|
80188
80298
|
A.legacyColorClass_closure6.prototype = {
|
|
80189
80299
|
call$2(thisArg, value) {
|
|
80190
80300
|
var t1 = J.getInterceptor$x(thisArg);
|
|
80191
80301
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$blue(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
80192
80302
|
},
|
|
80193
|
-
$signature:
|
|
80303
|
+
$signature: 97
|
|
80194
80304
|
};
|
|
80195
80305
|
A.legacyColorClass_closure7.prototype = {
|
|
80196
80306
|
call$2(thisArg, value) {
|
|
80197
80307
|
var t1 = J.getInterceptor$x(thisArg);
|
|
80198
80308
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$alpha(B.JSNumber_methods.clamp$2(value, 0, 1)));
|
|
80199
80309
|
},
|
|
80200
|
-
$signature:
|
|
80310
|
+
$signature: 97
|
|
80201
80311
|
};
|
|
80202
80312
|
A.colorClass_closure.prototype = {
|
|
80203
80313
|
call$0() {
|
|
@@ -80208,7 +80318,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80208
80318
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassColor$rgb0(0, 0, 0, null).constructor), jsClass);
|
|
80209
80319
|
return jsClass;
|
|
80210
80320
|
},
|
|
80211
|
-
$signature:
|
|
80321
|
+
$signature: 25
|
|
80212
80322
|
};
|
|
80213
80323
|
A.colorClass__closure.prototype = {
|
|
80214
80324
|
call$2($self, color) {
|
|
@@ -80313,37 +80423,37 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80313
80423
|
call$1($self) {
|
|
80314
80424
|
return $self.get$hue($self);
|
|
80315
80425
|
},
|
|
80316
|
-
$signature:
|
|
80426
|
+
$signature: 56
|
|
80317
80427
|
};
|
|
80318
80428
|
A.colorClass__closure5.prototype = {
|
|
80319
80429
|
call$1($self) {
|
|
80320
80430
|
return $self.get$saturation($self);
|
|
80321
80431
|
},
|
|
80322
|
-
$signature:
|
|
80432
|
+
$signature: 56
|
|
80323
80433
|
};
|
|
80324
80434
|
A.colorClass__closure6.prototype = {
|
|
80325
80435
|
call$1($self) {
|
|
80326
80436
|
return $self.get$lightness($self);
|
|
80327
80437
|
},
|
|
80328
|
-
$signature:
|
|
80438
|
+
$signature: 56
|
|
80329
80439
|
};
|
|
80330
80440
|
A.colorClass__closure7.prototype = {
|
|
80331
80441
|
call$1($self) {
|
|
80332
80442
|
return $self.get$whiteness($self);
|
|
80333
80443
|
},
|
|
80334
|
-
$signature:
|
|
80444
|
+
$signature: 56
|
|
80335
80445
|
};
|
|
80336
80446
|
A.colorClass__closure8.prototype = {
|
|
80337
80447
|
call$1($self) {
|
|
80338
80448
|
return $self.get$blackness($self);
|
|
80339
80449
|
},
|
|
80340
|
-
$signature:
|
|
80450
|
+
$signature: 56
|
|
80341
80451
|
};
|
|
80342
80452
|
A.colorClass__closure9.prototype = {
|
|
80343
80453
|
call$1($self) {
|
|
80344
80454
|
return $self._color1$_alpha;
|
|
80345
80455
|
},
|
|
80346
|
-
$signature:
|
|
80456
|
+
$signature: 56
|
|
80347
80457
|
};
|
|
80348
80458
|
A._Channels.prototype = {};
|
|
80349
80459
|
A.SassColor0.prototype = {
|
|
@@ -83796,10 +83906,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
83796
83906
|
throw A.wrapException(A.ArgumentError$(string$.throug + node.toString$0(0) + ".", null));
|
|
83797
83907
|
}
|
|
83798
83908
|
if ($parent.get$hasFollowingSibling()) {
|
|
83799
|
-
|
|
83800
|
-
t1.
|
|
83801
|
-
|
|
83802
|
-
|
|
83909
|
+
grandparent = $parent._node0$_parent;
|
|
83910
|
+
t1 = grandparent.children;
|
|
83911
|
+
if ($parent.equalsIgnoringChildren$1(t1.get$last(t1)))
|
|
83912
|
+
$parent = type$.ModifiableCssParentNode_2._as(t1.get$last(t1));
|
|
83913
|
+
else {
|
|
83914
|
+
$parent = $parent.copyWithoutChildren$0();
|
|
83915
|
+
grandparent.addChild$1($parent);
|
|
83916
|
+
}
|
|
83803
83917
|
}
|
|
83804
83918
|
}
|
|
83805
83919
|
$parent.addChild$1(node);
|
|
@@ -84041,7 +84155,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84041
84155
|
}
|
|
84042
84156
|
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
84043
84157
|
},
|
|
84044
|
-
$signature:
|
|
84158
|
+
$signature: 35
|
|
84045
84159
|
};
|
|
84046
84160
|
A._EvaluateVisitor_closure25.prototype = {
|
|
84047
84161
|
call$1($arguments) {
|
|
@@ -84058,7 +84172,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84058
84172
|
}
|
|
84059
84173
|
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
84060
84174
|
},
|
|
84061
|
-
$signature:
|
|
84175
|
+
$signature: 35
|
|
84062
84176
|
};
|
|
84063
84177
|
A._EvaluateVisitor_closure26.prototype = {
|
|
84064
84178
|
call$1($arguments) {
|
|
@@ -84168,14 +84282,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84168
84282
|
throw A.wrapException("The variable $" + $name + " was configured twice.");
|
|
84169
84283
|
t1.$indexSet(0, $name, new A.ConfiguredValue0(value, this.span, this.callableNode));
|
|
84170
84284
|
},
|
|
84171
|
-
$signature:
|
|
84285
|
+
$signature: 49
|
|
84172
84286
|
};
|
|
84173
84287
|
A._EvaluateVisitor__closure6.prototype = {
|
|
84174
84288
|
call$1(module) {
|
|
84175
84289
|
var t1 = this.$this;
|
|
84176
84290
|
return t1._evaluate0$_combineCss$2$clone(module, true).accept$1(t1);
|
|
84177
84291
|
},
|
|
84178
|
-
$signature:
|
|
84292
|
+
$signature: 60
|
|
84179
84293
|
};
|
|
84180
84294
|
A._EvaluateVisitor_run_closure1.prototype = {
|
|
84181
84295
|
call$0() {
|
|
@@ -84335,7 +84449,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84335
84449
|
}
|
|
84336
84450
|
this.sorted.addFirst$1(module);
|
|
84337
84451
|
},
|
|
84338
|
-
$signature:
|
|
84452
|
+
$signature: 60
|
|
84339
84453
|
};
|
|
84340
84454
|
A._EvaluateVisitor_visitAtRootRule_closure3.prototype = {
|
|
84341
84455
|
call$0() {
|
|
@@ -84440,13 +84554,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84440
84554
|
t2 = this.nodeWithSpan;
|
|
84441
84555
|
return t1._evaluate0$_environment.setLocalVariable$3(B.JSArray_methods.get$first(this.node.variables), t1._evaluate0$_withoutSlash$2(value, t2), t2);
|
|
84442
84556
|
},
|
|
84443
|
-
$signature:
|
|
84557
|
+
$signature: 52
|
|
84444
84558
|
};
|
|
84445
84559
|
A._EvaluateVisitor_visitEachRule_closure6.prototype = {
|
|
84446
84560
|
call$1(value) {
|
|
84447
84561
|
return this.$this._evaluate0$_setMultipleVariables$3(this.node.variables, value, this.nodeWithSpan);
|
|
84448
84562
|
},
|
|
84449
|
-
$signature:
|
|
84563
|
+
$signature: 52
|
|
84450
84564
|
};
|
|
84451
84565
|
A._EvaluateVisitor_visitEachRule_closure7.prototype = {
|
|
84452
84566
|
call$0() {
|
|
@@ -84469,7 +84583,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84469
84583
|
call$1(child) {
|
|
84470
84584
|
return child.accept$1(this.$this);
|
|
84471
84585
|
},
|
|
84472
|
-
$signature:
|
|
84586
|
+
$signature: 84
|
|
84473
84587
|
};
|
|
84474
84588
|
A._EvaluateVisitor_visitAtRule_closure5.prototype = {
|
|
84475
84589
|
call$1(value) {
|
|
@@ -84551,19 +84665,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84551
84665
|
call$1(child) {
|
|
84552
84666
|
return child.accept$1(this.$this);
|
|
84553
84667
|
},
|
|
84554
|
-
$signature:
|
|
84668
|
+
$signature: 84
|
|
84555
84669
|
};
|
|
84556
84670
|
A._EvaluateVisitor_visitForwardRule_closure3.prototype = {
|
|
84557
84671
|
call$1(module) {
|
|
84558
84672
|
this.$this._evaluate0$_environment.forwardModule$2(module, this.node);
|
|
84559
84673
|
},
|
|
84560
|
-
$signature:
|
|
84674
|
+
$signature: 60
|
|
84561
84675
|
};
|
|
84562
84676
|
A._EvaluateVisitor_visitForwardRule_closure4.prototype = {
|
|
84563
84677
|
call$1(module) {
|
|
84564
84678
|
this.$this._evaluate0$_environment.forwardModule$2(module, this.node);
|
|
84565
84679
|
},
|
|
84566
|
-
$signature:
|
|
84680
|
+
$signature: 60
|
|
84567
84681
|
};
|
|
84568
84682
|
A._EvaluateVisitor_visitIfRule_closure1.prototype = {
|
|
84569
84683
|
call$0() {
|
|
@@ -84576,7 +84690,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84576
84690
|
call$1(child) {
|
|
84577
84691
|
return child.accept$1(this.$this);
|
|
84578
84692
|
},
|
|
84579
|
-
$signature:
|
|
84693
|
+
$signature: 84
|
|
84580
84694
|
};
|
|
84581
84695
|
A._EvaluateVisitor__visitDynamicImport_closure1.prototype = {
|
|
84582
84696
|
call$0() {
|
|
@@ -84723,7 +84837,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84723
84837
|
call$0() {
|
|
84724
84838
|
return this.node.get$spanWithoutContent();
|
|
84725
84839
|
},
|
|
84726
|
-
$signature:
|
|
84840
|
+
$signature: 24
|
|
84727
84841
|
};
|
|
84728
84842
|
A._EvaluateVisitor_visitIncludeRule_closure10.prototype = {
|
|
84729
84843
|
call$1($content) {
|
|
@@ -84914,13 +85028,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84914
85028
|
var t1 = this.node;
|
|
84915
85029
|
this.$this._evaluate0$_environment.addModule$3$namespace(module, t1, t1.namespace);
|
|
84916
85030
|
},
|
|
84917
|
-
$signature:
|
|
85031
|
+
$signature: 60
|
|
84918
85032
|
};
|
|
84919
85033
|
A._EvaluateVisitor_visitWarnRule_closure1.prototype = {
|
|
84920
85034
|
call$0() {
|
|
84921
85035
|
return this.node.expression.accept$1(this.$this);
|
|
84922
85036
|
},
|
|
84923
|
-
$signature:
|
|
85037
|
+
$signature: 42
|
|
84924
85038
|
};
|
|
84925
85039
|
A._EvaluateVisitor_visitWhileRule_closure1.prototype = {
|
|
84926
85040
|
call$0() {
|
|
@@ -84938,7 +85052,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84938
85052
|
call$1(child) {
|
|
84939
85053
|
return child.accept$1(this.$this);
|
|
84940
85054
|
},
|
|
84941
|
-
$signature:
|
|
85055
|
+
$signature: 84
|
|
84942
85056
|
};
|
|
84943
85057
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure1.prototype = {
|
|
84944
85058
|
call$0() {
|
|
@@ -84993,7 +85107,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84993
85107
|
throw A.wrapException(A.ArgumentError$("Unknown binary operator " + t3.toString$0(0) + ".", null));
|
|
84994
85108
|
}
|
|
84995
85109
|
},
|
|
84996
|
-
$signature:
|
|
85110
|
+
$signature: 42
|
|
84997
85111
|
};
|
|
84998
85112
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1.prototype = {
|
|
84999
85113
|
call$1(expression) {
|
|
@@ -85030,7 +85144,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85030
85144
|
throw A.wrapException(A.StateError$("Unknown unary operator " + t1.toString$0(0) + "."));
|
|
85031
85145
|
}
|
|
85032
85146
|
},
|
|
85033
|
-
$signature:
|
|
85147
|
+
$signature: 42
|
|
85034
85148
|
};
|
|
85035
85149
|
A._EvaluateVisitor__visitCalculationValue_closure1.prototype = {
|
|
85036
85150
|
call$0() {
|
|
@@ -85059,14 +85173,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85059
85173
|
var t1 = this.node;
|
|
85060
85174
|
return this.$this._evaluate0$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
85061
85175
|
},
|
|
85062
|
-
$signature:
|
|
85176
|
+
$signature: 42
|
|
85063
85177
|
};
|
|
85064
85178
|
A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1.prototype = {
|
|
85065
85179
|
call$0() {
|
|
85066
85180
|
var t1 = this.node;
|
|
85067
85181
|
return this.$this._evaluate0$_runFunctionCallable$3(t1.$arguments, this.$function, t1);
|
|
85068
85182
|
},
|
|
85069
|
-
$signature:
|
|
85183
|
+
$signature: 42
|
|
85070
85184
|
};
|
|
85071
85185
|
A._EvaluateVisitor__runUserDefinedCallable_closure1.prototype = {
|
|
85072
85186
|
call$0() {
|
|
@@ -85161,7 +85275,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85161
85275
|
}
|
|
85162
85276
|
throw A.wrapException(t4._evaluate0$_exception$2("Function finished without @return.", t1.span));
|
|
85163
85277
|
},
|
|
85164
|
-
$signature:
|
|
85278
|
+
$signature: 42
|
|
85165
85279
|
};
|
|
85166
85280
|
A._EvaluateVisitor__runBuiltInCallable_closure5.prototype = {
|
|
85167
85281
|
call$0() {
|
|
@@ -85173,7 +85287,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85173
85287
|
call$0() {
|
|
85174
85288
|
return this.callback.call$1(this.evaluated.positional);
|
|
85175
85289
|
},
|
|
85176
|
-
$signature:
|
|
85290
|
+
$signature: 42
|
|
85177
85291
|
};
|
|
85178
85292
|
A._EvaluateVisitor__runBuiltInCallable_closure7.prototype = {
|
|
85179
85293
|
call$1($name) {
|
|
@@ -85185,13 +85299,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85185
85299
|
call$1(value) {
|
|
85186
85300
|
return value;
|
|
85187
85301
|
},
|
|
85188
|
-
$signature:
|
|
85302
|
+
$signature: 41
|
|
85189
85303
|
};
|
|
85190
85304
|
A._EvaluateVisitor__evaluateArguments_closure8.prototype = {
|
|
85191
85305
|
call$1(value) {
|
|
85192
85306
|
return this.$this._evaluate0$_withoutSlash$2(value, this.restNodeForSpan);
|
|
85193
85307
|
},
|
|
85194
|
-
$signature:
|
|
85308
|
+
$signature: 41
|
|
85195
85309
|
};
|
|
85196
85310
|
A._EvaluateVisitor__evaluateArguments_closure9.prototype = {
|
|
85197
85311
|
call$2(key, value) {
|
|
@@ -85206,21 +85320,21 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85206
85320
|
call$1(value) {
|
|
85207
85321
|
return value;
|
|
85208
85322
|
},
|
|
85209
|
-
$signature:
|
|
85323
|
+
$signature: 41
|
|
85210
85324
|
};
|
|
85211
85325
|
A._EvaluateVisitor__evaluateMacroArguments_closure7.prototype = {
|
|
85212
85326
|
call$1(value) {
|
|
85213
85327
|
var t1 = this.restArgs;
|
|
85214
85328
|
return new A.ValueExpression0(value, t1.get$span(t1));
|
|
85215
85329
|
},
|
|
85216
|
-
$signature:
|
|
85330
|
+
$signature: 55
|
|
85217
85331
|
};
|
|
85218
85332
|
A._EvaluateVisitor__evaluateMacroArguments_closure8.prototype = {
|
|
85219
85333
|
call$1(value) {
|
|
85220
85334
|
var t1 = this.restArgs;
|
|
85221
85335
|
return new A.ValueExpression0(this.$this._evaluate0$_withoutSlash$2(value, this.restNodeForSpan), t1.get$span(t1));
|
|
85222
85336
|
},
|
|
85223
|
-
$signature:
|
|
85337
|
+
$signature: 55
|
|
85224
85338
|
};
|
|
85225
85339
|
A._EvaluateVisitor__evaluateMacroArguments_closure9.prototype = {
|
|
85226
85340
|
call$2(key, value) {
|
|
@@ -85235,7 +85349,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85235
85349
|
var t1 = this.keywordRestArgs;
|
|
85236
85350
|
return new A.ValueExpression0(this.$this._evaluate0$_withoutSlash$2(value, this.keywordRestNodeForSpan), t1.get$span(t1));
|
|
85237
85351
|
},
|
|
85238
|
-
$signature:
|
|
85352
|
+
$signature: 55
|
|
85239
85353
|
};
|
|
85240
85354
|
A._EvaluateVisitor__addRestMap_closure1.prototype = {
|
|
85241
85355
|
call$2(key, value) {
|
|
@@ -85248,7 +85362,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85248
85362
|
throw A.wrapException(t1._evaluate0$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
|
|
85249
85363
|
}
|
|
85250
85364
|
},
|
|
85251
|
-
$signature:
|
|
85365
|
+
$signature: 49
|
|
85252
85366
|
};
|
|
85253
85367
|
A._EvaluateVisitor__verifyArguments_closure1.prototype = {
|
|
85254
85368
|
call$0() {
|
|
@@ -85266,7 +85380,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85266
85380
|
result = value.accept$1(t1);
|
|
85267
85381
|
return result instanceof A.SassString0 ? result._string0$_text : t1._evaluate0$_serialize$3$quote(result, value, false);
|
|
85268
85382
|
},
|
|
85269
|
-
$signature:
|
|
85383
|
+
$signature: 59
|
|
85270
85384
|
};
|
|
85271
85385
|
A._EvaluateVisitor_visitCssAtRule_closure3.prototype = {
|
|
85272
85386
|
call$0() {
|
|
@@ -85412,7 +85526,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85412
85526
|
call$0() {
|
|
85413
85527
|
return A.serializeValue0(this.value, false, this.quote);
|
|
85414
85528
|
},
|
|
85415
|
-
$signature:
|
|
85529
|
+
$signature: 32
|
|
85416
85530
|
};
|
|
85417
85531
|
A._EvaluateVisitor__expressionNode_closure1.prototype = {
|
|
85418
85532
|
call$0() {
|
|
@@ -85617,7 +85731,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85617
85731
|
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));
|
|
85618
85732
|
return jsClass;
|
|
85619
85733
|
},
|
|
85620
|
-
$signature:
|
|
85734
|
+
$signature: 25
|
|
85621
85735
|
};
|
|
85622
85736
|
A.exceptionClass__closure.prototype = {
|
|
85623
85737
|
call$1(exception) {
|
|
@@ -86646,7 +86760,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86646
86760
|
t1.first = false;
|
|
86647
86761
|
return outputComplex;
|
|
86648
86762
|
},
|
|
86649
|
-
$signature:
|
|
86763
|
+
$signature: 48
|
|
86650
86764
|
};
|
|
86651
86765
|
A.ExtensionStore__extendCompound_closure2.prototype = {
|
|
86652
86766
|
call$1(extender) {
|
|
@@ -87035,7 +87149,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87035
87149
|
A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null)).constructor), jsClass);
|
|
87036
87150
|
return jsClass;
|
|
87037
87151
|
},
|
|
87038
|
-
$signature:
|
|
87152
|
+
$signature: 25
|
|
87039
87153
|
};
|
|
87040
87154
|
A.functionClass__closure.prototype = {
|
|
87041
87155
|
call$3($self, signature, callback) {
|
|
@@ -87227,7 +87341,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87227
87341
|
call$1(selector2) {
|
|
87228
87342
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
87229
87343
|
},
|
|
87230
|
-
$signature:
|
|
87344
|
+
$signature: 70
|
|
87231
87345
|
};
|
|
87232
87346
|
A._selectorPseudoIsSuperselector_closure7.prototype = {
|
|
87233
87347
|
call$1(complex1) {
|
|
@@ -87252,13 +87366,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87252
87366
|
call$1(selector2) {
|
|
87253
87367
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
87254
87368
|
},
|
|
87255
|
-
$signature:
|
|
87369
|
+
$signature: 70
|
|
87256
87370
|
};
|
|
87257
87371
|
A._selectorPseudoIsSuperselector_closure9.prototype = {
|
|
87258
87372
|
call$1(selector2) {
|
|
87259
87373
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
87260
87374
|
},
|
|
87261
|
-
$signature:
|
|
87375
|
+
$signature: 70
|
|
87262
87376
|
};
|
|
87263
87377
|
A._selectorPseudoIsSuperselector_closure10.prototype = {
|
|
87264
87378
|
call$1(complex) {
|
|
@@ -87314,7 +87428,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87314
87428
|
var t1 = B.C_ListEquality.equals$2(0, this.selector1.components, selector2.components);
|
|
87315
87429
|
return t1;
|
|
87316
87430
|
},
|
|
87317
|
-
$signature:
|
|
87431
|
+
$signature: 70
|
|
87318
87432
|
};
|
|
87319
87433
|
A._selectorPseudoIsSuperselector_closure12.prototype = {
|
|
87320
87434
|
call$1(pseudo2) {
|
|
@@ -87666,7 +87780,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87666
87780
|
call$0() {
|
|
87667
87781
|
return A.resolveImportPath0(this.path);
|
|
87668
87782
|
},
|
|
87669
|
-
$signature:
|
|
87783
|
+
$signature: 43
|
|
87670
87784
|
};
|
|
87671
87785
|
A.NodeImporter__tryPath_closure0.prototype = {
|
|
87672
87786
|
call$1(resolved) {
|
|
@@ -87796,7 +87910,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87796
87910
|
call$1(url) {
|
|
87797
87911
|
return url.get$path(url).length;
|
|
87798
87912
|
},
|
|
87799
|
-
$signature:
|
|
87913
|
+
$signature: 94
|
|
87800
87914
|
};
|
|
87801
87915
|
A.ImportRule0.prototype = {
|
|
87802
87916
|
accept$1$1(visitor) {
|
|
@@ -87912,7 +88026,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87912
88026
|
call$1(value) {
|
|
87913
88027
|
return typeof value == "string" ? value : "#{" + A.S(value) + "}";
|
|
87914
88028
|
},
|
|
87915
|
-
$signature:
|
|
88029
|
+
$signature: 59
|
|
87916
88030
|
};
|
|
87917
88031
|
A.SupportsInterpolation0.prototype = {
|
|
87918
88032
|
toString$0(_) {
|
|
@@ -88135,7 +88249,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88135
88249
|
call$1($content) {
|
|
88136
88250
|
return type$.Expression_2._is($content);
|
|
88137
88251
|
},
|
|
88138
|
-
$signature:
|
|
88252
|
+
$signature: 66
|
|
88139
88253
|
};
|
|
88140
88254
|
A._realCasePath_helper0.prototype = {
|
|
88141
88255
|
call$1(path) {
|
|
@@ -88163,7 +88277,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88163
88277
|
throw exception;
|
|
88164
88278
|
}
|
|
88165
88279
|
},
|
|
88166
|
-
$signature:
|
|
88280
|
+
$signature: 32
|
|
88167
88281
|
};
|
|
88168
88282
|
A._realCasePath_helper__closure0.prototype = {
|
|
88169
88283
|
call$1(realPath) {
|
|
@@ -88178,6 +88292,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88178
88292
|
accept$1(visitor) {
|
|
88179
88293
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
88180
88294
|
},
|
|
88295
|
+
equalsIgnoringChildren$1(other) {
|
|
88296
|
+
return other instanceof A.ModifiableCssKeyframeBlock0 && B.C_ListEquality.equals$2(0, this.selector.value, other.selector.value);
|
|
88297
|
+
},
|
|
88181
88298
|
copyWithoutChildren$0() {
|
|
88182
88299
|
return A.ModifiableCssKeyframeBlock$0(this.selector, this.span);
|
|
88183
88300
|
},
|
|
@@ -88336,7 +88453,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88336
88453
|
t1.call$2(A._newRenderError(t2, t3 == null ? stackTrace : t3, _null, _null, _null, 3), _null);
|
|
88337
88454
|
}
|
|
88338
88455
|
},
|
|
88339
|
-
$signature:
|
|
88456
|
+
$signature: 62
|
|
88340
88457
|
};
|
|
88341
88458
|
A._parseFunctions_closure.prototype = {
|
|
88342
88459
|
call$2(signature, callback) {
|
|
@@ -88382,7 +88499,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88382
88499
|
$defaultValues() {
|
|
88383
88500
|
return [null];
|
|
88384
88501
|
},
|
|
88385
|
-
$signature:
|
|
88502
|
+
$signature: 83
|
|
88386
88503
|
};
|
|
88387
88504
|
A._parseFunctions____closure.prototype = {
|
|
88388
88505
|
call$0() {
|
|
@@ -88872,51 +88989,67 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88872
88989
|
};
|
|
88873
88990
|
A.SelectorList_resolveParentSelectors_closure0.prototype = {
|
|
88874
88991
|
call$1(complex) {
|
|
88875
|
-
var t1, newComplexes, t2, t3, t4, t5, t6, t7, t8, t9, _i, component, resolved, i,
|
|
88992
|
+
var t1, newComplexes, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, _i, component, resolved, i, t12, t13, t14, _i0, newComplex, t15, _this = this;
|
|
88876
88993
|
if (complex.accept$1(B.C__ParentSelectorVisitor0) == null) {
|
|
88877
88994
|
if (!_this.implicitParent)
|
|
88878
88995
|
return A._setArrayType([complex], type$.JSArray_ComplexSelector_2);
|
|
88879
88996
|
t1 = _this.parent.components;
|
|
88880
|
-
return new A.MappedListIterable(t1, new A.
|
|
88997
|
+
return new A.MappedListIterable(t1, new A.SelectorList_resolveParentSelectors__closure1(complex), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ComplexSelector0>"));
|
|
88881
88998
|
}
|
|
88882
88999
|
t1 = type$.JSArray_ComplexSelector_2;
|
|
88883
89000
|
newComplexes = A._setArrayType([], t1);
|
|
88884
|
-
for (t2 = complex.components, t3 = t2.length, t4 = _this.$this, t5 = _this.parent, t6 =
|
|
89001
|
+
for (t2 = complex.components, t3 = t2.length, t4 = _this.$this, t5 = _this.parent, t6 = type$.ComplexSelector_2, t7 = complex.leadingCombinators, t8 = t7.length === 0, t9 = complex.span, t10 = type$.ComplexSelectorComponent_2, t11 = type$.JSArray_ComplexSelectorComponent_2, _i = 0; _i < t3; ++_i) {
|
|
88885
89002
|
component = t2[_i];
|
|
88886
89003
|
resolved = t4._list2$_resolveParentSelectorsCompound$2(component, t5);
|
|
88887
89004
|
if (resolved == null)
|
|
88888
89005
|
if (newComplexes.length === 0)
|
|
88889
|
-
newComplexes.push(A.ComplexSelector$0(
|
|
89006
|
+
newComplexes.push(A.ComplexSelector$0(t7, A._setArrayType([component], t11), t9, false));
|
|
88890
89007
|
else
|
|
88891
89008
|
for (i = 0; i < newComplexes.length; ++i) {
|
|
88892
|
-
|
|
88893
|
-
|
|
88894
|
-
|
|
88895
|
-
|
|
88896
|
-
newComplexes[i] = A.ComplexSelector$0(
|
|
89009
|
+
t12 = newComplexes[i];
|
|
89010
|
+
t13 = t12.leadingCombinators;
|
|
89011
|
+
t14 = A.List_List$of(t12.components, true, t10);
|
|
89012
|
+
t14.push(component);
|
|
89013
|
+
newComplexes[i] = A.ComplexSelector$0(t13, t14, t9, t12.lineBreak || false);
|
|
88897
89014
|
}
|
|
88898
89015
|
else if (newComplexes.length === 0)
|
|
88899
|
-
B.JSArray_methods.addAll$1(newComplexes, resolved);
|
|
89016
|
+
B.JSArray_methods.addAll$1(newComplexes, t8 ? resolved : J.map$1$1$ax(resolved, new A.SelectorList_resolveParentSelectors__closure2(complex), t6));
|
|
88900
89017
|
else {
|
|
88901
|
-
|
|
88902
|
-
for (
|
|
89018
|
+
t12 = A._setArrayType([], t1);
|
|
89019
|
+
for (t13 = newComplexes.length, t14 = J.getInterceptor$ax(resolved), _i0 = 0; _i0 < newComplexes.length; newComplexes.length === t13 || (0, A.throwConcurrentModificationError)(newComplexes), ++_i0) {
|
|
88903
89020
|
newComplex = newComplexes[_i0];
|
|
88904
|
-
for (
|
|
88905
|
-
|
|
89021
|
+
for (t15 = t14.get$iterator(resolved); t15.moveNext$0();)
|
|
89022
|
+
t12.push(newComplex.concatenate$2(t15.get$current(t15), newComplex.span));
|
|
88906
89023
|
}
|
|
88907
|
-
newComplexes =
|
|
89024
|
+
newComplexes = t12;
|
|
88908
89025
|
}
|
|
88909
89026
|
}
|
|
88910
89027
|
return newComplexes;
|
|
88911
89028
|
},
|
|
88912
89029
|
$signature: 459
|
|
88913
89030
|
};
|
|
88914
|
-
A.
|
|
89031
|
+
A.SelectorList_resolveParentSelectors__closure1.prototype = {
|
|
88915
89032
|
call$1(parentComplex) {
|
|
88916
89033
|
var t1 = this.complex;
|
|
88917
89034
|
return parentComplex.concatenate$2(t1, t1.span);
|
|
88918
89035
|
},
|
|
88919
|
-
$signature:
|
|
89036
|
+
$signature: 48
|
|
89037
|
+
};
|
|
89038
|
+
A.SelectorList_resolveParentSelectors__closure2.prototype = {
|
|
89039
|
+
call$1(resolvedComplex) {
|
|
89040
|
+
var t1 = resolvedComplex.leadingCombinators,
|
|
89041
|
+
t2 = this.complex,
|
|
89042
|
+
t3 = t2.leadingCombinators;
|
|
89043
|
+
if (t1.length === 0)
|
|
89044
|
+
t1 = t3;
|
|
89045
|
+
else {
|
|
89046
|
+
t3 = A.List_List$of(t3, true, type$.CssValue_Combinator_2);
|
|
89047
|
+
B.JSArray_methods.addAll$1(t3, t1);
|
|
89048
|
+
t1 = t3;
|
|
89049
|
+
}
|
|
89050
|
+
return A.ComplexSelector$0(t1, resolvedComplex.components, t2.span, resolvedComplex.lineBreak);
|
|
89051
|
+
},
|
|
89052
|
+
$signature: 48
|
|
88920
89053
|
};
|
|
88921
89054
|
A.SelectorList__resolveParentSelectorsCompound_closure2.prototype = {
|
|
88922
89055
|
call$1(simple) {
|
|
@@ -88985,13 +89118,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88985
89118
|
throw exception;
|
|
88986
89119
|
}
|
|
88987
89120
|
},
|
|
88988
|
-
$signature:
|
|
89121
|
+
$signature: 48
|
|
88989
89122
|
};
|
|
88990
89123
|
A.SelectorList_withAdditionalCombinators_closure0.prototype = {
|
|
88991
89124
|
call$1(complex) {
|
|
88992
89125
|
return complex.withAdditionalCombinators$1(this.combinators);
|
|
88993
89126
|
},
|
|
88994
|
-
$signature:
|
|
89127
|
+
$signature: 48
|
|
88995
89128
|
};
|
|
88996
89129
|
A._ParentSelectorVisitor0.prototype = {
|
|
88997
89130
|
visitParentSelector$1(selector) {
|
|
@@ -89077,7 +89210,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89077
89210
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassList_nj9.constructor), jsClass);
|
|
89078
89211
|
return jsClass;
|
|
89079
89212
|
},
|
|
89080
|
-
$signature:
|
|
89213
|
+
$signature: 25
|
|
89081
89214
|
};
|
|
89082
89215
|
A.listClass__closure.prototype = {
|
|
89083
89216
|
call$3($self, contentsOrOptions, options) {
|
|
@@ -89263,7 +89396,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89263
89396
|
call$1(_) {
|
|
89264
89397
|
return J.$index$asx(this.$arguments, 2);
|
|
89265
89398
|
},
|
|
89266
|
-
$signature:
|
|
89399
|
+
$signature: 41
|
|
89267
89400
|
};
|
|
89268
89401
|
A._set_closure2.prototype = {
|
|
89269
89402
|
call$1($arguments) {
|
|
@@ -89283,7 +89416,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89283
89416
|
call$1(_) {
|
|
89284
89417
|
return B.JSArray_methods.get$last(this.args);
|
|
89285
89418
|
},
|
|
89286
|
-
$signature:
|
|
89419
|
+
$signature: 41
|
|
89287
89420
|
};
|
|
89288
89421
|
A._merge_closure1.prototype = {
|
|
89289
89422
|
call$1($arguments) {
|
|
@@ -89296,7 +89429,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89296
89429
|
t2.addAll$1(0, map2._map0$_contents);
|
|
89297
89430
|
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
89298
89431
|
},
|
|
89299
|
-
$signature:
|
|
89432
|
+
$signature: 35
|
|
89300
89433
|
};
|
|
89301
89434
|
A._merge_closure2.prototype = {
|
|
89302
89435
|
call$1($arguments) {
|
|
@@ -89332,7 +89465,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89332
89465
|
var t1 = J.getInterceptor$asx($arguments);
|
|
89333
89466
|
return A._deepMergeImpl0(t1.$index($arguments, 0).assertMap$1("map1"), t1.$index($arguments, 1).assertMap$1("map2"));
|
|
89334
89467
|
},
|
|
89335
|
-
$signature:
|
|
89468
|
+
$signature: 35
|
|
89336
89469
|
};
|
|
89337
89470
|
A._deepRemove_closure0.prototype = {
|
|
89338
89471
|
call$1($arguments) {
|
|
@@ -89356,13 +89489,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89356
89489
|
}
|
|
89357
89490
|
return value;
|
|
89358
89491
|
},
|
|
89359
|
-
$signature:
|
|
89492
|
+
$signature: 41
|
|
89360
89493
|
};
|
|
89361
89494
|
A._remove_closure1.prototype = {
|
|
89362
89495
|
call$1($arguments) {
|
|
89363
89496
|
return J.$index$asx($arguments, 0).assertMap$1("map");
|
|
89364
89497
|
},
|
|
89365
|
-
$signature:
|
|
89498
|
+
$signature: 35
|
|
89366
89499
|
};
|
|
89367
89500
|
A._remove_closure2.prototype = {
|
|
89368
89501
|
call$1($arguments) {
|
|
@@ -89377,7 +89510,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89377
89510
|
mutableMap.remove$1(0, t2[_i]);
|
|
89378
89511
|
return new A.SassMap0(A.ConstantMap_ConstantMap$from(mutableMap, t1, t1));
|
|
89379
89512
|
},
|
|
89380
|
-
$signature:
|
|
89513
|
+
$signature: 35
|
|
89381
89514
|
};
|
|
89382
89515
|
A._keys_closure0.prototype = {
|
|
89383
89516
|
call$1($arguments) {
|
|
@@ -89452,7 +89585,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89452
89585
|
t1.$indexSet(0, key, value);
|
|
89453
89586
|
}
|
|
89454
89587
|
},
|
|
89455
|
-
$signature:
|
|
89588
|
+
$signature: 49
|
|
89456
89589
|
};
|
|
89457
89590
|
A._NodeSassMap.prototype = {};
|
|
89458
89591
|
A.legacyMapClass_closure.prototype = {
|
|
@@ -89566,7 +89699,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89566
89699
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassMap_Map_empty0.constructor), jsClass);
|
|
89567
89700
|
return jsClass;
|
|
89568
89701
|
},
|
|
89569
|
-
$signature:
|
|
89702
|
+
$signature: 25
|
|
89570
89703
|
};
|
|
89571
89704
|
A.mapClass__closure.prototype = {
|
|
89572
89705
|
call$2($self, contents) {
|
|
@@ -89667,13 +89800,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89667
89800
|
call$2(key, value) {
|
|
89668
89801
|
this.result.push(A.SassList$0(A._setArrayType([key, value], type$.JSArray_Value_2), B.ListSeparator_EVt0, false));
|
|
89669
89802
|
},
|
|
89670
|
-
$signature:
|
|
89803
|
+
$signature: 49
|
|
89671
89804
|
};
|
|
89672
89805
|
A._ceil_closure0.prototype = {
|
|
89673
89806
|
call$1(value) {
|
|
89674
89807
|
return B.JSNumber_methods.ceil$0(value);
|
|
89675
89808
|
},
|
|
89676
|
-
$signature:
|
|
89809
|
+
$signature: 33
|
|
89677
89810
|
};
|
|
89678
89811
|
A._clamp_closure0.prototype = {
|
|
89679
89812
|
call$1($arguments) {
|
|
@@ -89697,7 +89830,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89697
89830
|
call$1(value) {
|
|
89698
89831
|
return B.JSNumber_methods.floor$0(value);
|
|
89699
89832
|
},
|
|
89700
|
-
$signature:
|
|
89833
|
+
$signature: 33
|
|
89701
89834
|
};
|
|
89702
89835
|
A._max_closure0.prototype = {
|
|
89703
89836
|
call$1($arguments) {
|
|
@@ -89731,13 +89864,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89731
89864
|
call$1(number) {
|
|
89732
89865
|
return B.JSNumber_methods.round$0(number);
|
|
89733
89866
|
},
|
|
89734
|
-
$signature:
|
|
89867
|
+
$signature: 33
|
|
89735
89868
|
};
|
|
89736
89869
|
A._abs_closure0.prototype = {
|
|
89737
89870
|
call$1(value) {
|
|
89738
89871
|
return Math.abs(value);
|
|
89739
89872
|
},
|
|
89740
|
-
$signature:
|
|
89873
|
+
$signature: 33
|
|
89741
89874
|
};
|
|
89742
89875
|
A._hypot_closure0.prototype = {
|
|
89743
89876
|
call$1($arguments) {
|
|
@@ -90145,6 +90278,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90145
90278
|
accept$1(visitor) {
|
|
90146
90279
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
90147
90280
|
},
|
|
90281
|
+
equalsIgnoringChildren$1(other) {
|
|
90282
|
+
return other instanceof A.ModifiableCssMediaRule0 && B.C_ListEquality.equals$2(0, this.queries, other.queries);
|
|
90283
|
+
},
|
|
90148
90284
|
copyWithoutChildren$0() {
|
|
90149
90285
|
return A.ModifiableCssMediaRule$0(this.queries, this.span);
|
|
90150
90286
|
},
|
|
@@ -90330,7 +90466,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90330
90466
|
} else
|
|
90331
90467
|
throw A.wrapException("$args: " + argumentList.toString$0(0) + " is not an argument list.");
|
|
90332
90468
|
},
|
|
90333
|
-
$signature:
|
|
90469
|
+
$signature: 35
|
|
90334
90470
|
};
|
|
90335
90471
|
A.local_closure1.prototype = {
|
|
90336
90472
|
call$1($arguments) {
|
|
@@ -90601,7 +90737,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90601
90737
|
call$1(child) {
|
|
90602
90738
|
return A.join(this.path, A._asString(child), null);
|
|
90603
90739
|
},
|
|
90604
|
-
$signature:
|
|
90740
|
+
$signature: 76
|
|
90605
90741
|
};
|
|
90606
90742
|
A.listDir__closure2.prototype = {
|
|
90607
90743
|
call$1(child) {
|
|
@@ -90749,7 +90885,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90749
90885
|
A.JSClassExtension_injectSuperclass(t1._as(B.C__SassNull0.constructor), jsClass);
|
|
90750
90886
|
return jsClass;
|
|
90751
90887
|
},
|
|
90752
|
-
$signature:
|
|
90888
|
+
$signature: 25
|
|
90753
90889
|
};
|
|
90754
90890
|
A.legacyNullClass__closure.prototype = {
|
|
90755
90891
|
call$2(_, __) {
|
|
@@ -90880,7 +91016,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90880
91016
|
A.JSClassExtension_injectSuperclass(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(A.SassNumber_SassNumber0(0, null).constructor))).constructor), jsClass);
|
|
90881
91017
|
return jsClass;
|
|
90882
91018
|
},
|
|
90883
|
-
$signature:
|
|
91019
|
+
$signature: 25
|
|
90884
91020
|
};
|
|
90885
91021
|
A.numberClass__closure.prototype = {
|
|
90886
91022
|
call$3($self, value, unitOrOptions) {
|
|
@@ -91574,13 +91710,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
91574
91710
|
call$2(num1, num2) {
|
|
91575
91711
|
return num1 + num2;
|
|
91576
91712
|
},
|
|
91577
|
-
$signature:
|
|
91713
|
+
$signature: 58
|
|
91578
91714
|
};
|
|
91579
91715
|
A.SassNumber_minus_closure0.prototype = {
|
|
91580
91716
|
call$2(num1, num2) {
|
|
91581
91717
|
return num1 - num2;
|
|
91582
91718
|
},
|
|
91583
|
-
$signature:
|
|
91719
|
+
$signature: 58
|
|
91584
91720
|
};
|
|
91585
91721
|
A.SassNumber_multiplyUnits_closure3.prototype = {
|
|
91586
91722
|
call$1(denominator) {
|
|
@@ -92396,7 +92532,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92396
92532
|
t1.scanner.expectDone$0();
|
|
92397
92533
|
return result;
|
|
92398
92534
|
},
|
|
92399
|
-
$signature:
|
|
92535
|
+
$signature: 32
|
|
92400
92536
|
};
|
|
92401
92537
|
A.Parser_scanIdentChar_matches0.prototype = {
|
|
92402
92538
|
call$1(actual) {
|
|
@@ -92409,7 +92545,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92409
92545
|
call$0() {
|
|
92410
92546
|
return this.$this._parser0$_interpolationMap.mapSpan$1(this.span);
|
|
92411
92547
|
},
|
|
92412
|
-
$signature:
|
|
92548
|
+
$signature: 24
|
|
92413
92549
|
};
|
|
92414
92550
|
A.PlaceholderSelector0.prototype = {
|
|
92415
92551
|
accept$1$1(visitor) {
|
|
@@ -93299,13 +93435,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93299
93435
|
call$1(_) {
|
|
93300
93436
|
return A._translateReturnValue(this.main.call$0());
|
|
93301
93437
|
},
|
|
93302
|
-
$signature:
|
|
93438
|
+
$signature: 88
|
|
93303
93439
|
};
|
|
93304
93440
|
A._wrapMain_closure0.prototype = {
|
|
93305
93441
|
call$1(args) {
|
|
93306
93442
|
return A._translateReturnValue(this.main.call$1(A.List_List$from(type$.List_dynamic._as(args), true, type$.String)));
|
|
93307
93443
|
},
|
|
93308
|
-
$signature:
|
|
93444
|
+
$signature: 88
|
|
93309
93445
|
};
|
|
93310
93446
|
A.ScssParser0.prototype = {
|
|
93311
93447
|
get$indented() {
|
|
@@ -93450,7 +93586,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93450
93586
|
}
|
|
93451
93587
|
if (t1._string_scanner$_position === t2)
|
|
93452
93588
|
break;
|
|
93453
|
-
_this.
|
|
93589
|
+
_this.spaces$0();
|
|
93454
93590
|
} while (t1.scan$1("//"));
|
|
93455
93591
|
if (_this.get$plainCss())
|
|
93456
93592
|
_this.error$2(0, string$.Silent, t1.spanFrom$1(start));
|
|
@@ -93678,7 +93814,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93678
93814
|
B.JSArray_methods.addAll$1(t3, A.SubListIterable$(t1, 1, null, A._arrayInstanceType(t1)._precomputed1));
|
|
93679
93815
|
return A.ComplexSelector$0(B.List_empty14, t3, t2, false);
|
|
93680
93816
|
},
|
|
93681
|
-
$signature:
|
|
93817
|
+
$signature: 48
|
|
93682
93818
|
};
|
|
93683
93819
|
A._extend_closure0.prototype = {
|
|
93684
93820
|
call$1($arguments) {
|
|
@@ -95382,13 +95518,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
95382
95518
|
if (needsParens)
|
|
95383
95519
|
t1._serialize0$_buffer.writeCharCode$1(41);
|
|
95384
95520
|
},
|
|
95385
|
-
$signature:
|
|
95521
|
+
$signature: 52
|
|
95386
95522
|
};
|
|
95387
95523
|
A._SerializeVisitor_visitList_closure4.prototype = {
|
|
95388
95524
|
call$1(element) {
|
|
95389
95525
|
element.accept$1(this.$this);
|
|
95390
95526
|
},
|
|
95391
|
-
$signature:
|
|
95527
|
+
$signature: 52
|
|
95392
95528
|
};
|
|
95393
95529
|
A._SerializeVisitor_visitMap_closure0.prototype = {
|
|
95394
95530
|
call$1(entry) {
|
|
@@ -95719,7 +95855,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
95719
95855
|
call$1(factor) {
|
|
95720
95856
|
return this.$this._number1$_value * factor;
|
|
95721
95857
|
},
|
|
95722
|
-
$signature:
|
|
95858
|
+
$signature: 33
|
|
95723
95859
|
};
|
|
95724
95860
|
A.SingleUnitSassNumber_multiplyUnits_closure1.prototype = {
|
|
95725
95861
|
call$1(denominator) {
|
|
@@ -96319,7 +96455,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
96319
96455
|
A.JSClassExtension_injectSuperclass(t1._as(t2.constructor), jsClass);
|
|
96320
96456
|
return jsClass;
|
|
96321
96457
|
},
|
|
96322
|
-
$signature:
|
|
96458
|
+
$signature: 25
|
|
96323
96459
|
};
|
|
96324
96460
|
A.stringClass__closure.prototype = {
|
|
96325
96461
|
call$3($self, textOrOptions, options) {
|
|
@@ -96503,6 +96639,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
96503
96639
|
accept$1(visitor) {
|
|
96504
96640
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
96505
96641
|
},
|
|
96642
|
+
equalsIgnoringChildren$1(other) {
|
|
96643
|
+
var t1;
|
|
96644
|
+
if (other instanceof A.ModifiableCssStyleRule0)
|
|
96645
|
+
t1 = B.C_ListEquality.equals$2(0, other._style_rule0$_selector._box0$_inner.value.components, this._style_rule0$_selector._box0$_inner.value.components);
|
|
96646
|
+
else
|
|
96647
|
+
t1 = false;
|
|
96648
|
+
return t1;
|
|
96649
|
+
},
|
|
96506
96650
|
copyWithoutChildren$0() {
|
|
96507
96651
|
return A.ModifiableCssStyleRule$0(this._style_rule0$_selector, this.span, this.originalSelector);
|
|
96508
96652
|
},
|
|
@@ -96553,6 +96697,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
96553
96697
|
accept$1(visitor) {
|
|
96554
96698
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
96555
96699
|
},
|
|
96700
|
+
equalsIgnoringChildren$1(other) {
|
|
96701
|
+
return other instanceof A.ModifiableCssStylesheet0;
|
|
96702
|
+
},
|
|
96556
96703
|
copyWithoutChildren$0() {
|
|
96557
96704
|
return A.ModifiableCssStylesheet$0(this.span);
|
|
96558
96705
|
},
|
|
@@ -96606,7 +96753,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
96606
96753
|
return this._stylesheet0$_statement$1$root(false);
|
|
96607
96754
|
},
|
|
96608
96755
|
variableDeclarationWithoutNamespace$2(namespace, start_) {
|
|
96609
|
-
var t1, start, $name, t2, value, flagStart, t3, guarded, global, flag, endPosition, t4, t5, t6, declaration, _this = this,
|
|
96756
|
+
var t1, start, $name, t2, value, flagStart, t3, $self, guarded, global, flag, endPosition, t4, t5, t6, declaration, _this = this, _null = null,
|
|
96757
|
+
_s97_ = string$.x21defau,
|
|
96758
|
+
_s96_ = string$.x21globas,
|
|
96610
96759
|
precedingComment = _this.lastSilentComment;
|
|
96611
96760
|
_this.lastSilentComment = null;
|
|
96612
96761
|
if (start_ == null) {
|
|
@@ -96626,18 +96775,39 @@ self.fs = _cliPkgRequires.fs;
|
|
|
96626
96775
|
_this.whitespace$0();
|
|
96627
96776
|
value = _this._stylesheet0$_expression$0();
|
|
96628
96777
|
flagStart = new A._SpanScannerState(t2, t2._string_scanner$_position);
|
|
96629
|
-
for (t3 = t2.string, guarded = false, global = false; t2.scanChar$1(33);) {
|
|
96778
|
+
for (t3 = t2.string, $self = _this.logger, guarded = false, global = false; t2.scanChar$1(33);) {
|
|
96630
96779
|
flag = _this.identifier$0();
|
|
96631
|
-
if (flag === "default")
|
|
96780
|
+
if (flag === "default") {
|
|
96781
|
+
if (guarded) {
|
|
96782
|
+
endPosition = t2._string_scanner$_position;
|
|
96783
|
+
t4 = t2._sourceFile;
|
|
96784
|
+
t5 = flagStart.position;
|
|
96785
|
+
t6 = new A._FileSpan(t4, t5, endPosition);
|
|
96786
|
+
t6._FileSpan$3(t4, t5, endPosition);
|
|
96787
|
+
if ($self instanceof A.DeprecationHandlingLogger0)
|
|
96788
|
+
$self.warnForDeprecation$4$span$trace(B.Deprecation_ynv, _s97_, t6, _null);
|
|
96789
|
+
else
|
|
96790
|
+
$self.warn$4$deprecation$span$trace(0, _s97_, true, t6, _null);
|
|
96791
|
+
}
|
|
96632
96792
|
guarded = true;
|
|
96633
|
-
else if (flag === "global") {
|
|
96793
|
+
} else if (flag === "global") {
|
|
96634
96794
|
if (t1) {
|
|
96635
96795
|
endPosition = t2._string_scanner$_position;
|
|
96636
96796
|
t4 = t2._sourceFile;
|
|
96637
96797
|
t5 = flagStart.position;
|
|
96638
96798
|
t6 = new A._FileSpan(t4, t5, endPosition);
|
|
96639
96799
|
t6._FileSpan$3(t4, t5, endPosition);
|
|
96640
|
-
A.throwExpression(new A.StringScannerException(t3, string$.
|
|
96800
|
+
A.throwExpression(new A.StringScannerException(t3, string$.x21globai, t6));
|
|
96801
|
+
} else if (global) {
|
|
96802
|
+
endPosition = t2._string_scanner$_position;
|
|
96803
|
+
t4 = t2._sourceFile;
|
|
96804
|
+
t5 = flagStart.position;
|
|
96805
|
+
t6 = new A._FileSpan(t4, t5, endPosition);
|
|
96806
|
+
t6._FileSpan$3(t4, t5, endPosition);
|
|
96807
|
+
if ($self instanceof A.DeprecationHandlingLogger0)
|
|
96808
|
+
$self.warnForDeprecation$4$span$trace(B.Deprecation_ynv, _s96_, t6, _null);
|
|
96809
|
+
else
|
|
96810
|
+
$self.warn$4$deprecation$span$trace(0, _s96_, true, t6, _null);
|
|
96641
96811
|
}
|
|
96642
96812
|
global = true;
|
|
96643
96813
|
} else {
|
|
@@ -99896,7 +100066,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99896
100066
|
call$0() {
|
|
99897
100067
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99898
100068
|
},
|
|
99899
|
-
$signature:
|
|
100069
|
+
$signature: 24
|
|
99900
100070
|
};
|
|
99901
100071
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
99902
100072
|
call$0() {
|
|
@@ -100210,19 +100380,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100210
100380
|
call$1(char) {
|
|
100211
100381
|
return char != null && A.isHex0(char);
|
|
100212
100382
|
},
|
|
100213
|
-
$signature:
|
|
100383
|
+
$signature: 34
|
|
100214
100384
|
};
|
|
100215
100385
|
A.StylesheetParser__unicodeRange_closure2.prototype = {
|
|
100216
100386
|
call$1(char) {
|
|
100217
100387
|
return char != null && A.isHex0(char);
|
|
100218
100388
|
},
|
|
100219
|
-
$signature:
|
|
100389
|
+
$signature: 34
|
|
100220
100390
|
};
|
|
100221
100391
|
A.StylesheetParser_namespacedExpression_closure0.prototype = {
|
|
100222
100392
|
call$0() {
|
|
100223
100393
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
100224
100394
|
},
|
|
100225
|
-
$signature:
|
|
100395
|
+
$signature: 24
|
|
100226
100396
|
};
|
|
100227
100397
|
A.StylesheetParser_trySpecialFunction_closure0.prototype = {
|
|
100228
100398
|
call$1(contents) {
|
|
@@ -100244,7 +100414,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100244
100414
|
call$0() {
|
|
100245
100415
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
100246
100416
|
},
|
|
100247
|
-
$signature:
|
|
100417
|
+
$signature: 24
|
|
100248
100418
|
};
|
|
100249
100419
|
A.Stylesheet0.prototype = {
|
|
100250
100420
|
Stylesheet$internal$3$plainCss0(children, span, plainCss) {
|
|
@@ -100297,6 +100467,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100297
100467
|
accept$1(visitor) {
|
|
100298
100468
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
100299
100469
|
},
|
|
100470
|
+
equalsIgnoringChildren$1(other) {
|
|
100471
|
+
var t1, t2;
|
|
100472
|
+
if (other instanceof A.ModifiableCssSupportsRule0) {
|
|
100473
|
+
t1 = this.condition;
|
|
100474
|
+
t2 = other.condition;
|
|
100475
|
+
t1 = t1.$ti._is(t2) && J.$eq$(t2.value, t1.value);
|
|
100476
|
+
} else
|
|
100477
|
+
t1 = false;
|
|
100478
|
+
return t1;
|
|
100479
|
+
},
|
|
100300
100480
|
copyWithoutChildren$0() {
|
|
100301
100481
|
return A.ModifiableCssSupportsRule$0(this.condition, this.span);
|
|
100302
100482
|
},
|
|
@@ -100746,19 +100926,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100746
100926
|
call$0() {
|
|
100747
100927
|
return A._exactlyOne0(A._tryPath0($.$get$context().withoutExtension$1(this.path) + ".import" + this.extension));
|
|
100748
100928
|
},
|
|
100749
|
-
$signature:
|
|
100929
|
+
$signature: 43
|
|
100750
100930
|
};
|
|
100751
100931
|
A.resolveImportPath_closure2.prototype = {
|
|
100752
100932
|
call$0() {
|
|
100753
100933
|
return A._exactlyOne0(A._tryPathWithExtensions0(this.path + ".import"));
|
|
100754
100934
|
},
|
|
100755
|
-
$signature:
|
|
100935
|
+
$signature: 43
|
|
100756
100936
|
};
|
|
100757
100937
|
A._tryPathAsDirectory_closure0.prototype = {
|
|
100758
100938
|
call$0() {
|
|
100759
100939
|
return A._exactlyOne0(A._tryPathWithExtensions0(A.join(this.path, "index.import", null)));
|
|
100760
100940
|
},
|
|
100761
|
-
$signature:
|
|
100941
|
+
$signature: 43
|
|
100762
100942
|
};
|
|
100763
100943
|
A._exactlyOne_closure0.prototype = {
|
|
100764
100944
|
call$1(path) {
|
|
@@ -100785,7 +100965,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100785
100965
|
A.attachTrace0(error, stackTrace);
|
|
100786
100966
|
this.reject.call$1(error);
|
|
100787
100967
|
},
|
|
100788
|
-
$signature:
|
|
100968
|
+
$signature: 62
|
|
100789
100969
|
};
|
|
100790
100970
|
A.objectToMap_closure.prototype = {
|
|
100791
100971
|
call$2(key, value) {
|
|
@@ -100893,13 +101073,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100893
101073
|
A.LinkedHashMap_LinkedHashMap$_literal(["sassIndexToListIndex", new A.valueClass__closure5(), "get", new A.valueClass__closure6(), "assertBoolean", new A.valueClass__closure7(), "assertColor", new A.valueClass__closure8(), "assertFunction", new A.valueClass__closure9(), "assertMap", new A.valueClass__closure10(), "assertNumber", new A.valueClass__closure11(), "assertString", new A.valueClass__closure12(), "tryMap", new A.valueClass__closure13(), "equals", new A.valueClass__closure14(), "hashCode", new A.valueClass__closure15(), "toString", new A.valueClass__closure16()], t1, t2).forEach$1(0, A.JSClassExtension_get_defineMethod(jsClass));
|
|
100894
101074
|
return jsClass;
|
|
100895
101075
|
},
|
|
100896
|
-
$signature:
|
|
101076
|
+
$signature: 25
|
|
100897
101077
|
};
|
|
100898
101078
|
A.valueClass__closure.prototype = {
|
|
100899
101079
|
call$1($self) {
|
|
100900
101080
|
return J.toString$0$($self);
|
|
100901
101081
|
},
|
|
100902
|
-
$signature:
|
|
101082
|
+
$signature: 59
|
|
100903
101083
|
};
|
|
100904
101084
|
A.valueClass__closure0.prototype = {
|
|
100905
101085
|
call$1($self) {
|
|
@@ -101438,7 +101618,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101438
101618
|
_static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 135);
|
|
101439
101619
|
_static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0);
|
|
101440
101620
|
_static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 133);
|
|
101441
|
-
_static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler",
|
|
101621
|
+
_static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 65);
|
|
101442
101622
|
_static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0);
|
|
101443
101623
|
_static(A, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 572, 0);
|
|
101444
101624
|
_static(A, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) {
|
|
@@ -101469,7 +101649,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101469
101649
|
_instance(A._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
101470
101650
|
return [null];
|
|
101471
101651
|
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 223, 0, 0);
|
|
101472
|
-
_instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2",
|
|
101652
|
+
_instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 65);
|
|
101473
101653
|
var _;
|
|
101474
101654
|
_instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 27);
|
|
101475
101655
|
_instance(_, "get$addError", 0, 1, function() {
|
|
@@ -101477,7 +101657,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101477
101657
|
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 144, 0, 0);
|
|
101478
101658
|
_instance_0_i(_, "get$close", "close$0", 500);
|
|
101479
101659
|
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 27);
|
|
101480
|
-
_instance_2_u(_, "get$_addError", "_addError$2",
|
|
101660
|
+
_instance_2_u(_, "get$_addError", "_addError$2", 65);
|
|
101481
101661
|
_instance_0_u(_, "get$_close", "_close$0", 0);
|
|
101482
101662
|
_instance_0_u(_ = A._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101483
101663
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
@@ -101486,7 +101666,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101486
101666
|
_instance_0_u(_, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101487
101667
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
101488
101668
|
_instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 27);
|
|
101489
|
-
_instance_2_u(_, "get$_onError", "_onError$2",
|
|
101669
|
+
_instance_2_u(_, "get$_onError", "_onError$2", 65);
|
|
101490
101670
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 0);
|
|
101491
101671
|
_instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101492
101672
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
@@ -101505,7 +101685,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101505
101685
|
_instance_1_u(A.MapMixin.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101506
101686
|
_instance_1_u(A.MapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101507
101687
|
_instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 9);
|
|
101508
|
-
_static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable",
|
|
101688
|
+
_static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 88);
|
|
101509
101689
|
_static_1(A, "core__identityHashCode$closure", "identityHashCode", 134);
|
|
101510
101690
|
_static_2(A, "core__identical$closure", "identical", 250);
|
|
101511
101691
|
_static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 5);
|
|
@@ -101531,7 +101711,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101531
101711
|
_instance_1_u(A._IsInvisibleVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101532
101712
|
_instance_1_u(A._IsBogusVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101533
101713
|
_instance_1_u(A._IsUselessVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101534
|
-
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
101714
|
+
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1", 67);
|
|
101535
101715
|
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
101536
101716
|
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
101537
101717
|
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
@@ -101539,11 +101719,11 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101539
101719
|
_instance_1_u(A.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 204);
|
|
101540
101720
|
_instance_1_u(A.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 204);
|
|
101541
101721
|
_static_1(A, "functions___isUnique$closure", "_isUnique", 13);
|
|
101542
|
-
_static_1(A, "color0___opacify$closure", "_opacify",
|
|
101543
|
-
_static_1(A, "color0___transparentize$closure", "_transparentize",
|
|
101722
|
+
_static_1(A, "color0___opacify$closure", "_opacify", 26);
|
|
101723
|
+
_static_1(A, "color0___transparentize$closure", "_transparentize", 26);
|
|
101544
101724
|
_instance_0_u(_ = A.Parser.prototype, "get$whitespace", "whitespace$0", 0);
|
|
101545
101725
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
101546
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
101726
|
+
_instance_0_u(_, "get$string", "string$0", 32);
|
|
101547
101727
|
_instance_0_u(A.SassParser.prototype, "get$loudComment", "loudComment$0", 0);
|
|
101548
101728
|
_instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 289, 0, 0);
|
|
101549
101729
|
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 110);
|
|
@@ -101630,7 +101810,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101630
101810
|
_static_2(A, "legacy__render$closure", "render", 597);
|
|
101631
101811
|
_static_1(A, "legacy__renderSync$closure", "renderSync", 598);
|
|
101632
101812
|
_instance_1_u(A.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101633
|
-
_instance_1_u(A.SelectorList0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
101813
|
+
_instance_1_u(A.SelectorList0.prototype, "get$isSuperselector", "isSuperselector$1", 70);
|
|
101634
101814
|
_instance_1_u(A.MergedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101635
101815
|
_instance(A.MultiSpan0.prototype, "get$message", 1, 1, function() {
|
|
101636
101816
|
return {color: null};
|
|
@@ -101638,7 +101818,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101638
101818
|
_instance_1_i(A.NoSourceMapBuffer0.prototype, "get$write", "write$1", 27);
|
|
101639
101819
|
_instance_0_u(_ = A.Parser1.prototype, "get$whitespace", "whitespace$0", 0);
|
|
101640
101820
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
101641
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
101821
|
+
_instance_0_u(_, "get$string", "string$0", 32);
|
|
101642
101822
|
_instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101643
101823
|
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101644
101824
|
_instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101679,24 +101859,24 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101679
101859
|
}, function(part1, part2, part3, part4, part5) {
|
|
101680
101860
|
return A.absolute(part1, part2, part3, part4, part5, null, null, null, null, null, null, null, null, null, null);
|
|
101681
101861
|
}], 602, 0);
|
|
101682
|
-
_static_1(A, "path__prettyUri$closure", "prettyUri",
|
|
101683
|
-
_static_1(A, "character__isWhitespace$closure", "isWhitespace",
|
|
101684
|
-
_static_1(A, "character__isNewline$closure", "isNewline",
|
|
101685
|
-
_static_1(A, "character__isHex$closure", "isHex",
|
|
101686
|
-
_static_2(A, "number0__fuzzyLessThan$closure", "fuzzyLessThan",
|
|
101687
|
-
_static_2(A, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals",
|
|
101688
|
-
_static_2(A, "number0__fuzzyGreaterThan$closure", "fuzzyGreaterThan",
|
|
101689
|
-
_static_2(A, "number0__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals",
|
|
101690
|
-
_static_2(A, "number0__moduloLikeSass$closure", "moduloLikeSass",
|
|
101691
|
-
_static_1(A, "character0__isWhitespace$closure", "isWhitespace0",
|
|
101692
|
-
_static_1(A, "character0__isNewline$closure", "isNewline0",
|
|
101693
|
-
_static_1(A, "character0__isHex$closure", "isHex0",
|
|
101694
|
-
_static_2(A, "number2__fuzzyLessThan$closure", "fuzzyLessThan0",
|
|
101695
|
-
_static_2(A, "number2__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals0",
|
|
101696
|
-
_static_2(A, "number2__fuzzyGreaterThan$closure", "fuzzyGreaterThan0",
|
|
101697
|
-
_static_2(A, "number2__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals0",
|
|
101862
|
+
_static_1(A, "path__prettyUri$closure", "prettyUri", 76);
|
|
101863
|
+
_static_1(A, "character__isWhitespace$closure", "isWhitespace", 34);
|
|
101864
|
+
_static_1(A, "character__isNewline$closure", "isNewline", 34);
|
|
101865
|
+
_static_1(A, "character__isHex$closure", "isHex", 34);
|
|
101866
|
+
_static_2(A, "number0__fuzzyLessThan$closure", "fuzzyLessThan", 44);
|
|
101867
|
+
_static_2(A, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals", 44);
|
|
101868
|
+
_static_2(A, "number0__fuzzyGreaterThan$closure", "fuzzyGreaterThan", 44);
|
|
101869
|
+
_static_2(A, "number0__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals", 44);
|
|
101870
|
+
_static_2(A, "number0__moduloLikeSass$closure", "moduloLikeSass", 58);
|
|
101871
|
+
_static_1(A, "character0__isWhitespace$closure", "isWhitespace0", 34);
|
|
101872
|
+
_static_1(A, "character0__isNewline$closure", "isNewline0", 34);
|
|
101873
|
+
_static_1(A, "character0__isHex$closure", "isHex0", 34);
|
|
101874
|
+
_static_2(A, "number2__fuzzyLessThan$closure", "fuzzyLessThan0", 44);
|
|
101875
|
+
_static_2(A, "number2__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals0", 44);
|
|
101876
|
+
_static_2(A, "number2__fuzzyGreaterThan$closure", "fuzzyGreaterThan0", 44);
|
|
101877
|
+
_static_2(A, "number2__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals0", 44);
|
|
101698
101878
|
_static_1(A, "number2__fuzzyRound$closure", "fuzzyRound0", 448);
|
|
101699
|
-
_static_2(A, "number2__moduloLikeSass$closure", "moduloLikeSass0",
|
|
101879
|
+
_static_2(A, "number2__moduloLikeSass$closure", "moduloLikeSass0", 58);
|
|
101700
101880
|
_static_1(A, "value0__wrapValue$closure", "wrapValue", 403);
|
|
101701
101881
|
})();
|
|
101702
101882
|
(function inheritance() {
|
|
@@ -101714,7 +101894,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101714
101894
|
_inheritMany(A._CastIterableBase, [A.CastIterable, A.__CastListBase__CastIterableBase_ListMixin, A.CastSet]);
|
|
101715
101895
|
_inherit(A._EfficientLengthCastIterable, A.CastIterable);
|
|
101716
101896
|
_inherit(A._CastListBase, A.__CastListBase__CastIterableBase_ListMixin);
|
|
101717
|
-
_inheritMany(A.Closure, [A.Closure2Args, A.CastMap_entries_closure, A.Closure0Args, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, 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.MapMixin_entries_closure, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A._convertDataTree__convert, A.ArgParser__addOption_closure, A._Usage__writeOption_closure, A._Usage__buildAllowedList_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.CalculationExpression__verifyArguments_closure, A.ListExpression_toString_closure, A.MapExpression_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_resolveParentSelectors_closure, A.SelectorList_resolveParentSelectors__closure, A.SelectorList__resolveParentSelectorsCompound_closure, A.SelectorList__resolveParentSelectorsCompound_closure0, A.SelectorList__resolveParentSelectorsCompound_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_importForwards_closure, A.AsyncEnvironment_importForwards_closure0, A.AsyncEnvironment_importForwards_closure1, 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.AsyncEnvironment__fromOneModule_closure, A.AsyncEnvironment__fromOneModule__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.AsyncBuiltInCallable$mixin_closure, A.BuiltInCallable$mixin_closure, A._compileStylesheet_closure, A.Configuration_toString_closure, A.Deprecation_fromId_closure, A.Environment_importForwards_closure, A.Environment_importForwards_closure0, A.Environment_importForwards_closure1, 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.Environment__fromOneModule_closure, A.Environment__fromOneModule__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_addExtensions_closure0, A.ExtensionStore_addExtensions__closure, A.ExtensionStore_addExtensions__closure0, 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_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__closure, A.global_closure25, A.module_closure0, A.module_closure1, A.module_closure2, A.module_closure3, A.module_closure4, A.module_closure5, A.module_closure6, A.module_closure7, A.module__closure1, A.module_closure8, 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._ceil_closure, A._clamp_closure, A._floor_closure, A._max_closure, A._min_closure, A._round_closure, A._abs_closure, A._hypot_closure, A._hypot__closure, A._log_closure, A._pow_closure, A._sqrt_closure, A._acos_closure, A._asin_closure, A._atan_closure, A._atan2_closure, A._cos_closure, A._sin_closure, A._tan_closure, A._compatible_closure, A._isUnitless_closure, A._unit_closure, A._percentage_closure, A._randomFunction_closure, A._div_closure, A._numberFunction_closure, A.global_closure26, A.global_closure27, A.global_closure28, A.global_closure29, A.local_closure, A.local_closure0, A.local__closure, 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.FilesystemImporter_canonicalize_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.DeprecationHandlingLogger_summarize_closure, A.DeprecationHandlingLogger_summarize_closure0, A._disallowedFunctionNames_closure, A.Parser_scanIdentChar_matches, A.StylesheetParser_parse__closure0, A.StylesheetParser__expression_addSingleExpression, A.StylesheetParser__expression_addOperator, A.StylesheetParser__unicodeRange_closure, A.StylesheetParser__unicodeRange_closure0, A.StylesheetParser_trySpecialFunction_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime, 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_closure9, A._EvaluateVisitor_closure10, A._EvaluateVisitor_closure11, A._EvaluateVisitor_closure12, A._EvaluateVisitor_closure13, A._EvaluateVisitor_closure14, A._EvaluateVisitor_closure15, A._EvaluateVisitor_closure16, A._EvaluateVisitor_closure17, A._EvaluateVisitor_closure18, A._EvaluateVisitor__closure3, A._EvaluateVisitor__loadModule__closure1, A._EvaluateVisitor__combineCss_closure2, A._EvaluateVisitor__combineCss_closure3, A._EvaluateVisitor__combineCss_closure4, A._EvaluateVisitor__extendModules_closure1, A._EvaluateVisitor__topologicalModules_visitModule0, 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_visitDeclaration_closure1, 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_visitForwardRule_closure1, A._EvaluateVisitor_visitForwardRule_closure2, A._EvaluateVisitor_visitIfRule__closure0, A._EvaluateVisitor__visitDynamicImport__closure3, A._EvaluateVisitor__visitDynamicImport__closure4, A._EvaluateVisitor__visitDynamicImport__closure5, A._EvaluateVisitor_visitIncludeRule_closure6, A._EvaluateVisitor_visitMediaRule_closure2, A._EvaluateVisitor_visitMediaRule_closure4, A._EvaluateVisitor_visitStyleRule_closure5, A._EvaluateVisitor_visitStyleRule_closure7, A._EvaluateVisitor_visitStyleRule_closure8, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitUseRule_closure0, A._EvaluateVisitor_visitWhileRule__closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0, A._EvaluateVisitor_visitListExpression_closure0, 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_visitStringExpression_closure0, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssKeyframeBlock_closure2, A._EvaluateVisitor_visitCssMediaRule_closure2, A._EvaluateVisitor_visitCssMediaRule_closure4, A._EvaluateVisitor_visitCssStyleRule_closure2, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor__withoutSlash_recommendation0, A._EvaluateVisitor__stackFrame_closure0, A._EvaluateVisitor__stackTrace_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__closure0, A._EvaluateVisitor__loadModule__closure, A._EvaluateVisitor__combineCss_closure, A._EvaluateVisitor__combineCss_closure0, A._EvaluateVisitor__combineCss_closure1, A._EvaluateVisitor__extendModules_closure, A._EvaluateVisitor__topologicalModules_visitModule, 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_visitDeclaration_closure, 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_visitForwardRule_closure, A._EvaluateVisitor_visitForwardRule_closure0, A._EvaluateVisitor_visitIfRule__closure, A._EvaluateVisitor__visitDynamicImport__closure, A._EvaluateVisitor__visitDynamicImport__closure0, A._EvaluateVisitor__visitDynamicImport__closure1, A._EvaluateVisitor_visitIncludeRule_closure2, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitStyleRule_closure0, A._EvaluateVisitor_visitStyleRule_closure2, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitUseRule_closure, A._EvaluateVisitor_visitWhileRule__closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation, A._EvaluateVisitor_visitListExpression_closure, 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_visitStringExpression_closure, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure0, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssStyleRule_closure0, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor__withoutSlash_recommendation, A._EvaluateVisitor__stackFrame_closure, A._EvaluateVisitor__stackTrace_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_visitMapExpression_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_importForwards_closure2, A.AsyncEnvironment_importForwards_closure3, A.AsyncEnvironment_importForwards_closure4, 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.AsyncEnvironment__fromOneModule_closure0, A.AsyncEnvironment__fromOneModule__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_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_closure38, A._EvaluateVisitor__closure9, A._EvaluateVisitor__loadModule__closure5, A._EvaluateVisitor__combineCss_closure8, A._EvaluateVisitor__combineCss_closure9, A._EvaluateVisitor__combineCss_closure10, A._EvaluateVisitor__extendModules_closure5, A._EvaluateVisitor__topologicalModules_visitModule2, 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_visitDeclaration_closure5, 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_visitForwardRule_closure5, A._EvaluateVisitor_visitForwardRule_closure6, A._EvaluateVisitor_visitIfRule__closure2, A._EvaluateVisitor__visitDynamicImport__closure11, A._EvaluateVisitor__visitDynamicImport__closure12, A._EvaluateVisitor__visitDynamicImport__closure13, A._EvaluateVisitor_visitIncludeRule_closure14, A._EvaluateVisitor_visitMediaRule_closure8, A._EvaluateVisitor_visitMediaRule_closure10, A._EvaluateVisitor_visitStyleRule_closure15, A._EvaluateVisitor_visitStyleRule_closure17, A._EvaluateVisitor_visitStyleRule_closure18, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitUseRule_closure2, A._EvaluateVisitor_visitWhileRule__closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2, A._EvaluateVisitor_visitListExpression_closure2, 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_visitStringExpression_closure2, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure6, A._EvaluateVisitor_visitCssMediaRule_closure8, A._EvaluateVisitor_visitCssMediaRule_closure10, A._EvaluateVisitor_visitCssStyleRule_closure6, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor__withoutSlash_recommendation2, A._EvaluateVisitor__stackFrame_closure2, A._EvaluateVisitor__stackTrace_closure2, A._ImportedCssVisitor_visitCssAtRule_closure2, A._ImportedCssVisitor_visitCssMediaRule_closure2, A._ImportedCssVisitor_visitCssStyleRule_closure2, A._ImportedCssVisitor_visitCssSupportsRule_closure2, A.AsyncImportCache_humanize_closure2, A.AsyncImportCache_humanize_closure3, A.AsyncImportCache_humanize_closure4, A.legacyBooleanClass__closure, A.legacyBooleanClass__closure0, A.booleanClass__closure, A.BuiltInCallable$mixin_closure0, A.CalculationExpression__verifyArguments_closure0, A.SassCalculation__verifyLength_closure0, A.global_closure30, A.global_closure31, 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__closure0, A.global_closure56, A.module_closure10, A.module_closure11, A.module_closure12, A.module_closure13, A.module_closure14, A.module_closure15, A.module_closure16, A.module_closure17, A.module__closure4, A.module_closure18, 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.legacyColorClass_closure, A.legacyColorClass_closure0, A.legacyColorClass_closure1, A.legacyColorClass_closure2, A.legacyColorClass_closure3, 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.SassColor_SassColor$hwb_toRgb0, A.compileAsync__closure, A.compileStringAsync__closure, A.compileStringAsync__closure0, A._wrapAsyncSassExceptions_closure, A._parseFunctions__closure2, A._parseFunctions__closure3, A._compileStylesheet_closure1, A.ComplexSelectorComponent_toString_closure0, A.Configuration_toString_closure0, A._disallowedFunctionNames_closure0, A.DeprecationHandlingLogger_summarize_closure1, A.DeprecationHandlingLogger_summarize_closure2, A.EachRule_toString_closure0, A.Environment_importForwards_closure2, A.Environment_importForwards_closure3, A.Environment_importForwards_closure4, 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.Environment__fromOneModule_closure0, A.Environment__fromOneModule__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_closure19, A._EvaluateVisitor_closure20, A._EvaluateVisitor_closure21, A._EvaluateVisitor_closure22, A._EvaluateVisitor_closure23, A._EvaluateVisitor_closure24, A._EvaluateVisitor_closure25, A._EvaluateVisitor_closure26, A._EvaluateVisitor_closure27, A._EvaluateVisitor_closure28, A._EvaluateVisitor__closure6, A._EvaluateVisitor__loadModule__closure3, A._EvaluateVisitor__combineCss_closure5, A._EvaluateVisitor__combineCss_closure6, A._EvaluateVisitor__combineCss_closure7, A._EvaluateVisitor__extendModules_closure3, A._EvaluateVisitor__topologicalModules_visitModule1, 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_visitDeclaration_closure3, 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_visitForwardRule_closure3, A._EvaluateVisitor_visitForwardRule_closure4, A._EvaluateVisitor_visitIfRule__closure1, A._EvaluateVisitor__visitDynamicImport__closure7, A._EvaluateVisitor__visitDynamicImport__closure8, A._EvaluateVisitor__visitDynamicImport__closure9, A._EvaluateVisitor_visitIncludeRule_closure10, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule_closure12, A._EvaluateVisitor_visitStyleRule_closure13, A._EvaluateVisitor_visitSupportsRule_closure4, A._EvaluateVisitor_visitUseRule_closure1, A._EvaluateVisitor_visitWhileRule__closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1, A._EvaluateVisitor_visitListExpression_closure1, 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_visitStringExpression_closure1, A._EvaluateVisitor_visitCssAtRule_closure4, A._EvaluateVisitor_visitCssKeyframeBlock_closure4, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssStyleRule_closure4, A._EvaluateVisitor_visitCssSupportsRule_closure4, A._EvaluateVisitor__withoutSlash_recommendation1, A._EvaluateVisitor__stackFrame_closure1, A._EvaluateVisitor__stackTrace_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.ExtensionStore_extensionsWhereTarget_closure0, A.ExtensionStore_addExtensions_closure2, A.ExtensionStore_addExtensions__closure2, A.ExtensionStore_addExtensions__closure3, 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_closure2, A.ImportCache_humanize_closure3, A.ImportCache_humanize_closure4, A.Interpolation_toString_closure0, A.InterpolationMap_mapException_closure0, A._realCasePath_helper0, A._realCasePath_helper__closure0, A.render_closure0, A._parseFunctions__closure, A._parseFunctions___closure0, 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_resolveParentSelectors_closure0, A.SelectorList_resolveParentSelectors__closure0, A.SelectorList__resolveParentSelectorsCompound_closure2, A.SelectorList__resolveParentSelectorsCompound_closure3, A.SelectorList__resolveParentSelectorsCompound_closure4, A.SelectorList_withAdditionalCombinators_closure0, A.legacyListClass_closure, A.legacyListClass__closure, A.legacyListClass_closure1, A.legacyListClass_closure2, A.legacyListClass_closure4, A.listClass__closure, A.SassList_isBlank_closure0, A.MapExpression_toString_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.legacyMapClass_closure, A.legacyMapClass__closure, A.legacyMapClass__closure0, A.legacyMapClass_closure2, A.legacyMapClass_closure3, A.legacyMapClass_closure4, A.mapClass__closure, A.mapClass__closure0, A._ceil_closure0, A._clamp_closure0, A._floor_closure0, A._max_closure0, A._min_closure0, A._round_closure0, A._abs_closure0, A._hypot_closure0, A._hypot__closure0, A._log_closure0, A._pow_closure0, A._sqrt_closure0, A._acos_closure0, A._asin_closure0, A._atan_closure0, A._atan2_closure0, A._cos_closure0, A._sin_closure0, A._tan_closure0, A._compatible_closure0, A._isUnitless_closure0, A._unit_closure0, A._percentage_closure0, A._randomFunction_closure0, A._div_closure0, A._numberFunction_closure0, A.global_closure57, A.global_closure58, A.global_closure59, A.global_closure60, A.local_closure1, A.local_closure2, A.local__closure0, A.listDir__closure1, A.listDir__closure2, A.listDir_closure_list0, A.listDir__list_closure0, A.ModifiableCssNode_hasFollowingSibling_closure0, A.legacyNullClass__closure, A.legacyNumberClass_closure, A.legacyNumberClass_closure0, A.legacyNumberClass_closure2, A._parseNumber_closure, A._parseNumber_closure0, 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.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_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_visitMapExpression_closure0, A.ReplaceExpressionVisitor_visitArgumentInvocation_closure0, A.ReplaceExpressionVisitor_visitInterpolation_closure0, 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_closure, A.updateSourceSpanPrototype_closure0, A.updateSourceSpanPrototype_closure1, A.updateSourceSpanPrototype_closure2, A.updateSourceSpanPrototype_closure3, A.updateSourceSpanPrototype_closure4, A.updateSourceSpanPrototype_closure5, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, A.module_closure9, 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.legacyStringClass_closure, A.legacyStringClass_closure0, A.stringClass__closure, A.stringClass__closure0, A.stringClass__closure1, A.stringClass__closure2, A.stringClass__closure3, A.StylesheetParser_parse__closure2, A.StylesheetParser__expression_addSingleExpression0, A.StylesheetParser__expression_addOperator0, 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__closure15, A.valueClass__closure16]);
|
|
101897
|
+
_inheritMany(A.Closure, [A.Closure2Args, A.CastMap_entries_closure, A.Closure0Args, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, 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.MapMixin_entries_closure, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A._convertDataTree__convert, A.ArgParser__addOption_closure, A._Usage__writeOption_closure, A._Usage__buildAllowedList_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.CalculationExpression__verifyArguments_closure, A.ListExpression_toString_closure, A.MapExpression_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_resolveParentSelectors_closure, A.SelectorList_resolveParentSelectors__closure, A.SelectorList_resolveParentSelectors__closure0, A.SelectorList__resolveParentSelectorsCompound_closure, A.SelectorList__resolveParentSelectorsCompound_closure0, A.SelectorList__resolveParentSelectorsCompound_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_importForwards_closure, A.AsyncEnvironment_importForwards_closure0, A.AsyncEnvironment_importForwards_closure1, 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.AsyncEnvironment__fromOneModule_closure, A.AsyncEnvironment__fromOneModule__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.AsyncBuiltInCallable$mixin_closure, A.BuiltInCallable$mixin_closure, A._compileStylesheet_closure, A.Configuration_toString_closure, A.Deprecation_fromId_closure, A.Environment_importForwards_closure, A.Environment_importForwards_closure0, A.Environment_importForwards_closure1, 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.Environment__fromOneModule_closure, A.Environment__fromOneModule__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_addExtensions_closure0, A.ExtensionStore_addExtensions__closure, A.ExtensionStore_addExtensions__closure0, 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_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__closure, A.global_closure25, A.module_closure0, A.module_closure1, A.module_closure2, A.module_closure3, A.module_closure4, A.module_closure5, A.module_closure6, A.module_closure7, A.module__closure1, A.module_closure8, 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._ceil_closure, A._clamp_closure, A._floor_closure, A._max_closure, A._min_closure, A._round_closure, A._abs_closure, A._hypot_closure, A._hypot__closure, A._log_closure, A._pow_closure, A._sqrt_closure, A._acos_closure, A._asin_closure, A._atan_closure, A._atan2_closure, A._cos_closure, A._sin_closure, A._tan_closure, A._compatible_closure, A._isUnitless_closure, A._unit_closure, A._percentage_closure, A._randomFunction_closure, A._div_closure, A._numberFunction_closure, A.global_closure26, A.global_closure27, A.global_closure28, A.global_closure29, A.local_closure, A.local_closure0, A.local__closure, 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.FilesystemImporter_canonicalize_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.DeprecationHandlingLogger_summarize_closure, A.DeprecationHandlingLogger_summarize_closure0, A._disallowedFunctionNames_closure, A.Parser_scanIdentChar_matches, A.StylesheetParser_parse__closure0, A.StylesheetParser__expression_addSingleExpression, A.StylesheetParser__expression_addOperator, A.StylesheetParser__unicodeRange_closure, A.StylesheetParser__unicodeRange_closure0, A.StylesheetParser_trySpecialFunction_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime, 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_closure9, A._EvaluateVisitor_closure10, A._EvaluateVisitor_closure11, A._EvaluateVisitor_closure12, A._EvaluateVisitor_closure13, A._EvaluateVisitor_closure14, A._EvaluateVisitor_closure15, A._EvaluateVisitor_closure16, A._EvaluateVisitor_closure17, A._EvaluateVisitor_closure18, A._EvaluateVisitor__closure3, A._EvaluateVisitor__loadModule__closure1, A._EvaluateVisitor__combineCss_closure2, A._EvaluateVisitor__combineCss_closure3, A._EvaluateVisitor__combineCss_closure4, A._EvaluateVisitor__extendModules_closure1, A._EvaluateVisitor__topologicalModules_visitModule0, 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_visitDeclaration_closure1, 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_visitForwardRule_closure1, A._EvaluateVisitor_visitForwardRule_closure2, A._EvaluateVisitor_visitIfRule__closure0, A._EvaluateVisitor__visitDynamicImport__closure3, A._EvaluateVisitor__visitDynamicImport__closure4, A._EvaluateVisitor__visitDynamicImport__closure5, A._EvaluateVisitor_visitIncludeRule_closure6, A._EvaluateVisitor_visitMediaRule_closure2, A._EvaluateVisitor_visitMediaRule_closure4, A._EvaluateVisitor_visitStyleRule_closure5, A._EvaluateVisitor_visitStyleRule_closure7, A._EvaluateVisitor_visitStyleRule_closure8, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitUseRule_closure0, A._EvaluateVisitor_visitWhileRule__closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0, A._EvaluateVisitor_visitListExpression_closure0, 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_visitStringExpression_closure0, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssKeyframeBlock_closure2, A._EvaluateVisitor_visitCssMediaRule_closure2, A._EvaluateVisitor_visitCssMediaRule_closure4, A._EvaluateVisitor_visitCssStyleRule_closure2, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor__withoutSlash_recommendation0, A._EvaluateVisitor__stackFrame_closure0, A._EvaluateVisitor__stackTrace_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__closure0, A._EvaluateVisitor__loadModule__closure, A._EvaluateVisitor__combineCss_closure, A._EvaluateVisitor__combineCss_closure0, A._EvaluateVisitor__combineCss_closure1, A._EvaluateVisitor__extendModules_closure, A._EvaluateVisitor__topologicalModules_visitModule, 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_visitDeclaration_closure, 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_visitForwardRule_closure, A._EvaluateVisitor_visitForwardRule_closure0, A._EvaluateVisitor_visitIfRule__closure, A._EvaluateVisitor__visitDynamicImport__closure, A._EvaluateVisitor__visitDynamicImport__closure0, A._EvaluateVisitor__visitDynamicImport__closure1, A._EvaluateVisitor_visitIncludeRule_closure2, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitStyleRule_closure0, A._EvaluateVisitor_visitStyleRule_closure2, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitUseRule_closure, A._EvaluateVisitor_visitWhileRule__closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation, A._EvaluateVisitor_visitListExpression_closure, 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_visitStringExpression_closure, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure0, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssStyleRule_closure0, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor__withoutSlash_recommendation, A._EvaluateVisitor__stackFrame_closure, A._EvaluateVisitor__stackTrace_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_visitMapExpression_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_importForwards_closure2, A.AsyncEnvironment_importForwards_closure3, A.AsyncEnvironment_importForwards_closure4, 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.AsyncEnvironment__fromOneModule_closure0, A.AsyncEnvironment__fromOneModule__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_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_closure38, A._EvaluateVisitor__closure9, A._EvaluateVisitor__loadModule__closure5, A._EvaluateVisitor__combineCss_closure8, A._EvaluateVisitor__combineCss_closure9, A._EvaluateVisitor__combineCss_closure10, A._EvaluateVisitor__extendModules_closure5, A._EvaluateVisitor__topologicalModules_visitModule2, 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_visitDeclaration_closure5, 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_visitForwardRule_closure5, A._EvaluateVisitor_visitForwardRule_closure6, A._EvaluateVisitor_visitIfRule__closure2, A._EvaluateVisitor__visitDynamicImport__closure11, A._EvaluateVisitor__visitDynamicImport__closure12, A._EvaluateVisitor__visitDynamicImport__closure13, A._EvaluateVisitor_visitIncludeRule_closure14, A._EvaluateVisitor_visitMediaRule_closure8, A._EvaluateVisitor_visitMediaRule_closure10, A._EvaluateVisitor_visitStyleRule_closure15, A._EvaluateVisitor_visitStyleRule_closure17, A._EvaluateVisitor_visitStyleRule_closure18, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitUseRule_closure2, A._EvaluateVisitor_visitWhileRule__closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2, A._EvaluateVisitor_visitListExpression_closure2, 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_visitStringExpression_closure2, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure6, A._EvaluateVisitor_visitCssMediaRule_closure8, A._EvaluateVisitor_visitCssMediaRule_closure10, A._EvaluateVisitor_visitCssStyleRule_closure6, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor__withoutSlash_recommendation2, A._EvaluateVisitor__stackFrame_closure2, A._EvaluateVisitor__stackTrace_closure2, A._ImportedCssVisitor_visitCssAtRule_closure2, A._ImportedCssVisitor_visitCssMediaRule_closure2, A._ImportedCssVisitor_visitCssStyleRule_closure2, A._ImportedCssVisitor_visitCssSupportsRule_closure2, A.AsyncImportCache_humanize_closure2, A.AsyncImportCache_humanize_closure3, A.AsyncImportCache_humanize_closure4, A.legacyBooleanClass__closure, A.legacyBooleanClass__closure0, A.booleanClass__closure, A.BuiltInCallable$mixin_closure0, A.CalculationExpression__verifyArguments_closure0, A.SassCalculation__verifyLength_closure0, A.global_closure30, A.global_closure31, 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__closure0, A.global_closure56, A.module_closure10, A.module_closure11, A.module_closure12, A.module_closure13, A.module_closure14, A.module_closure15, A.module_closure16, A.module_closure17, A.module__closure4, A.module_closure18, 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.legacyColorClass_closure, A.legacyColorClass_closure0, A.legacyColorClass_closure1, A.legacyColorClass_closure2, A.legacyColorClass_closure3, 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.SassColor_SassColor$hwb_toRgb0, A.compileAsync__closure, A.compileStringAsync__closure, A.compileStringAsync__closure0, A._wrapAsyncSassExceptions_closure, A._parseFunctions__closure2, A._parseFunctions__closure3, A._compileStylesheet_closure1, A.ComplexSelectorComponent_toString_closure0, A.Configuration_toString_closure0, A._disallowedFunctionNames_closure0, A.DeprecationHandlingLogger_summarize_closure1, A.DeprecationHandlingLogger_summarize_closure2, A.EachRule_toString_closure0, A.Environment_importForwards_closure2, A.Environment_importForwards_closure3, A.Environment_importForwards_closure4, 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.Environment__fromOneModule_closure0, A.Environment__fromOneModule__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_closure19, A._EvaluateVisitor_closure20, A._EvaluateVisitor_closure21, A._EvaluateVisitor_closure22, A._EvaluateVisitor_closure23, A._EvaluateVisitor_closure24, A._EvaluateVisitor_closure25, A._EvaluateVisitor_closure26, A._EvaluateVisitor_closure27, A._EvaluateVisitor_closure28, A._EvaluateVisitor__closure6, A._EvaluateVisitor__loadModule__closure3, A._EvaluateVisitor__combineCss_closure5, A._EvaluateVisitor__combineCss_closure6, A._EvaluateVisitor__combineCss_closure7, A._EvaluateVisitor__extendModules_closure3, A._EvaluateVisitor__topologicalModules_visitModule1, 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_visitDeclaration_closure3, 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_visitForwardRule_closure3, A._EvaluateVisitor_visitForwardRule_closure4, A._EvaluateVisitor_visitIfRule__closure1, A._EvaluateVisitor__visitDynamicImport__closure7, A._EvaluateVisitor__visitDynamicImport__closure8, A._EvaluateVisitor__visitDynamicImport__closure9, A._EvaluateVisitor_visitIncludeRule_closure10, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule_closure12, A._EvaluateVisitor_visitStyleRule_closure13, A._EvaluateVisitor_visitSupportsRule_closure4, A._EvaluateVisitor_visitUseRule_closure1, A._EvaluateVisitor_visitWhileRule__closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1, A._EvaluateVisitor_visitListExpression_closure1, 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_visitStringExpression_closure1, A._EvaluateVisitor_visitCssAtRule_closure4, A._EvaluateVisitor_visitCssKeyframeBlock_closure4, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssStyleRule_closure4, A._EvaluateVisitor_visitCssSupportsRule_closure4, A._EvaluateVisitor__withoutSlash_recommendation1, A._EvaluateVisitor__stackFrame_closure1, A._EvaluateVisitor__stackTrace_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.ExtensionStore_extensionsWhereTarget_closure0, A.ExtensionStore_addExtensions_closure2, A.ExtensionStore_addExtensions__closure2, A.ExtensionStore_addExtensions__closure3, 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_closure2, A.ImportCache_humanize_closure3, A.ImportCache_humanize_closure4, A.Interpolation_toString_closure0, A.InterpolationMap_mapException_closure0, A._realCasePath_helper0, A._realCasePath_helper__closure0, A.render_closure0, A._parseFunctions__closure, A._parseFunctions___closure0, 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_resolveParentSelectors_closure0, A.SelectorList_resolveParentSelectors__closure1, A.SelectorList_resolveParentSelectors__closure2, A.SelectorList__resolveParentSelectorsCompound_closure2, A.SelectorList__resolveParentSelectorsCompound_closure3, A.SelectorList__resolveParentSelectorsCompound_closure4, A.SelectorList_withAdditionalCombinators_closure0, A.legacyListClass_closure, A.legacyListClass__closure, A.legacyListClass_closure1, A.legacyListClass_closure2, A.legacyListClass_closure4, A.listClass__closure, A.SassList_isBlank_closure0, A.MapExpression_toString_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.legacyMapClass_closure, A.legacyMapClass__closure, A.legacyMapClass__closure0, A.legacyMapClass_closure2, A.legacyMapClass_closure3, A.legacyMapClass_closure4, A.mapClass__closure, A.mapClass__closure0, A._ceil_closure0, A._clamp_closure0, A._floor_closure0, A._max_closure0, A._min_closure0, A._round_closure0, A._abs_closure0, A._hypot_closure0, A._hypot__closure0, A._log_closure0, A._pow_closure0, A._sqrt_closure0, A._acos_closure0, A._asin_closure0, A._atan_closure0, A._atan2_closure0, A._cos_closure0, A._sin_closure0, A._tan_closure0, A._compatible_closure0, A._isUnitless_closure0, A._unit_closure0, A._percentage_closure0, A._randomFunction_closure0, A._div_closure0, A._numberFunction_closure0, A.global_closure57, A.global_closure58, A.global_closure59, A.global_closure60, A.local_closure1, A.local_closure2, A.local__closure0, A.listDir__closure1, A.listDir__closure2, A.listDir_closure_list0, A.listDir__list_closure0, A.ModifiableCssNode_hasFollowingSibling_closure0, A.legacyNullClass__closure, A.legacyNumberClass_closure, A.legacyNumberClass_closure0, A.legacyNumberClass_closure2, A._parseNumber_closure, A._parseNumber_closure0, 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.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_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_visitMapExpression_closure0, A.ReplaceExpressionVisitor_visitArgumentInvocation_closure0, A.ReplaceExpressionVisitor_visitInterpolation_closure0, 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_closure, A.updateSourceSpanPrototype_closure0, A.updateSourceSpanPrototype_closure1, A.updateSourceSpanPrototype_closure2, A.updateSourceSpanPrototype_closure3, A.updateSourceSpanPrototype_closure4, A.updateSourceSpanPrototype_closure5, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, A.module_closure9, 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.legacyStringClass_closure, A.legacyStringClass_closure0, A.stringClass__closure, A.stringClass__closure0, A.stringClass__closure1, A.stringClass__closure2, A.stringClass__closure3, A.StylesheetParser_parse__closure2, A.StylesheetParser__expression_addSingleExpression0, A.StylesheetParser__expression_addOperator0, 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__closure15, A.valueClass__closure16]);
|
|
101718
101898
|
_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._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.MapMixin_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.StreamQueue__ensureListening_closure1, A.futureToPromise_closure, A.PathMap__create_closure, A.IfRule_toString_closure, A.ComplexSelector_specificity_closure, A.CompoundSelector_specificity_closure, A.ExtensionStore_addExtensions_closure, A.ExtensionStore_addExtensions__closure1, A.ExtensionStore_clone_closure, A._weaveParents_closure, A.paths_closure, A._updateComponents_updateRgb, A._deepMergeImpl_closure, A._nest__closure0, A._append__closure0, A.StylesheetParser__declarationOrBuffer_closure, A.StylesheetParser__declarationOrBuffer_closure0, A.StylesheetParser__styleRule_closure, A.StylesheetParser__propertyOrVariableDeclaration_closure, A.StylesheetParser__propertyOrVariableDeclaration_closure0, 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.StylesheetGraph__recanonicalizeImportsForNode_closure, A.longestCommonSubsequence_backtrack, A.mapAddAll2_closure, A.SassMap_asList_closure, A.SassNumber_plus_closure, A.SassNumber_minus_closure, A.SassNumber__canonicalMultiplier_closure, A._EvaluateVisitor__closure2, A._EvaluateVisitor__evaluateArguments_closure5, A._EvaluateVisitor__evaluateMacroArguments_closure5, A._EvaluateVisitor__addRestMap_closure0, A._EvaluateVisitor__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__closure8, A._EvaluateVisitor__evaluateArguments_closure13, A._EvaluateVisitor__evaluateMacroArguments_closure13, A._EvaluateVisitor__addRestMap_closure2, A._updateComponents_updateRgb0, A.legacyColorClass_closure4, A.legacyColorClass_closure5, A.legacyColorClass_closure6, A.legacyColorClass_closure7, A.colorClass__closure, A.colorClass__closure0, A._parseFunctions_closure0, A.ComplexSelector_specificity_closure0, A.CompoundSelector_specificity_closure0, A._EvaluateVisitor__closure5, A._EvaluateVisitor__evaluateArguments_closure9, A._EvaluateVisitor__evaluateMacroArguments_closure9, A._EvaluateVisitor__addRestMap_closure1, A.ExtensionStore_addExtensions_closure1, A.ExtensionStore_addExtensions__closure4, A.ExtensionStore_clone_closure0, A._weaveParents_closure3, A.paths_closure0, A.IfRule_toString_closure0, A.render_closure1, A._parseFunctions_closure, A.legacyListClass_closure0, A.legacyListClass_closure3, A.listClass__closure0, A._deepMergeImpl_closure0, A.legacyMapClass_closure0, A.legacyMapClass_closure1, A.mapClass__closure1, A.SassMap_asList_closure0, A.main_closure0, A.main_closure1, A.legacyNumberClass_closure1, A.legacyNumberClass_closure3, A.numberClass__closure10, A.numberClass__closure11, A.SassNumber_plus_closure0, A.SassNumber_minus_closure0, A.SassNumber__canonicalMultiplier_closure0, A.JSClassExtension_get_defineMethod_closure, A.JSClassExtension_get_defineGetter_closure, A.main_printError, A._nest__closure2, A._append__closure2, A.legacyStringClass_closure1, A.StylesheetParser__declarationOrBuffer_closure1, A.StylesheetParser__declarationOrBuffer_closure2, A.StylesheetParser__styleRule_closure0, A.StylesheetParser__propertyOrVariableDeclaration_closure1, A.StylesheetParser__propertyOrVariableDeclaration_closure2, 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__closure14]);
|
|
101719
101899
|
_inherit(A.CastList, A._CastListBase);
|
|
101720
101900
|
_inherit(A.MapBase, A.MapMixin);
|
|
@@ -101905,7 +102085,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101905
102085
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
101906
102086
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"},
|
|
101907
102087
|
mangledNames: {},
|
|
101908
|
-
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "String(String)", "bool(CssNode0)", "bool(CssNode)", "bool(String)", "bool(Object?)", "SassNumber0(List<Value0>)", "SassNumber(List<Value>)", "int()", "bool(SimpleSelector)", "bool(SimpleSelector0)", "bool(ComplexSelector)", "SassString(List<Value>)", "SassString0(List<Value0>)", "bool(ComplexSelector0)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "FileSpan()", "JSClass0()", "~(Object?)", "Null(~())", "bool()", "Value()", "String()", "bool(int?)", "Future<Null>(Future<~>())", "double(double)", "Value(Value)", "SassMap(List<Value>)", "Future<~>()", "Value0(Value0)", "Value?()", "Value0?()", "SassMap0(List<Value0>)", "String?()", "bool(num,num)", "Value0()", "bool(Value0)", "bool(ComplexSelectorComponent0)", "bool(ComplexSelectorComponent)", "~(Value0)", "double(SassColor0)", "~(Value,Value)", "bool(int)", "ValueExpression0(Value0)", "double(double,double)", "~(Value)", "ValueExpression(Value)", "~(Value0,Value0)", "String(Object)", "Frame()", "ComplexSelector0(ComplexSelector0)", "Null(@)", "Future<Value>()", "bool(SelectorList0)", "Future<Value0>()", "Null(Object,StackTrace)", "bool(SelectorList)", "Future<Value?>()", "bool(Value)", "ComplexSelector(ComplexSelector)", "~(Module0<Callable0>)", "Future<Value0?>()", "~(Module<Callable>)", "bool(Object)", "~(Object,StackTrace)", "Future<Value0?>(Statement0)", "~(String,Value)", "Declaration(List<Statement>,FileSpan)", "Uri(Uri)", "Stylesheet?()", "List<CssMediaQuery>?(List<CssMediaQuery>)", "Value?(Statement)", "Object()", "Object(Object)", "int(Uri)", "Tuple3<Importer,Uri,Uri>?()", "Value0?(Statement0)", "String(@)", "@()", "Null([Object?])", "Future<Value0>(List<Value0>)", "Frame(String)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Declaration0(List<Statement0>,FileSpan)", "Null(_NodeSassColor,num)", "double(Value0)", "@(@)", "SassRuntimeException0(AstNode0)", "double(Value)", "SassRuntimeException(AstNode)", "~(String,Value0)", "Future<Value?>(Statement)", "Expression0(Expression0)", "bool(Module0<AsyncCallable0>)", "bool(ModifiableCssNode0)", "bool(_Highlight)", "Callable?()", "String(Expression0)", "Null(Module<AsyncCallable>)", "AsyncCallable?()", "String(String{color:Object?})", "Statement()", "~(Object)", "Null(Module0<AsyncCallable0>)", "~(String)", "Iterable<String>(Module0<AsyncCallable0>)", "Map<ComplexSelector,Extension>()", "bool(Module<Callable>)", "Iterable<String>(Module<Callable>)", "int(_NodeSassColor)", "bool(Module<AsyncCallable>)", "int(SassColor0)", "Iterable<String>(Module<AsyncCallable>)", "~(String,Object?)", "Iterable<String>(Module0<Callable0>)", "AsyncCallable0?()", "Callable0?()", "String(Expression)", "Expression(Expression)", "Map<ComplexSelector0,Extension0>()", "bool(ModifiableCssNode)", "List<String>()", "bool(@)", "Statement0()", "~(@)", "int(Object?)", "~(~())", "bool(Module0<Callable0>)", "double(SassNumber0,SassNumber0[String?,String?])", "AstNode?()", "bool(String?)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "~(Object[StackTrace?])", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "int(int)", "bool(Statement)", "bool(Import)", "VariableDeclaration()", "AtRootRule(List<Statement>,FileSpan)", "String(String{color:@})", "Entry(Entry)", "int(double)", "Trace()", "double(double,String)", "AstNode(AstNode)", "SassFunction(List<Value>)", "Set<0^>()<Object?>", "~(Module<AsyncCallable>)", "~(@,@)", "List<ExtensionStore>()", "bool(ModifiableCssParentNode)", "~(Object?,Object?)", "Future<SassNumber>()", "int(ComplexSelector)", "bool(UseRule)", "bool(ForwardRule)", "AsyncCallable?(Module<AsyncCallable>)", "Future<Object>()", "MapKeySet<Module<AsyncCallable>>(Map<Module<AsyncCallable>,AstNode>)", "Future<String>(Object?)", "double(double,double?,num)", "String(SassNumber)", "Frame(Tuple2<String,AstNode>)", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "SassNumber()", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Uri?/()", "int(Frame)", "String(Frame)", "int(int,double?)", "bool(Frame)", "Future<Value>(List<Value>)", "AsyncCallable0?(Module0<AsyncCallable0>)", "MapKeySet<Module0<AsyncCallable0>>(Map<Module0<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "AstNode0(AstNode0)", "SassFunction0(List<Value0>)", "Callable?(Module<Callable>)", "MapKeySet<Module<Callable>>(Map<Module<Callable>,AstNode>)", "~(Module0<AsyncCallable0>)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "Map<String,Callable>(Module<Callable>)", "Future<SassNumber0>()", "AtRule(List<Statement>,FileSpan)", "bool(UseRule0)", "bool(ForwardRule0)", "~(Uint8List,String,int)", "~(Iterable<ExtensionStore>)", "List<Extension>()", "AstNode0?()", "String(SassNumber0)", "Frame(Tuple2<String,AstNode0>)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "0&(@[@])", "String(Value0)", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "Trace(String)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode0>)", "Map<String,Callable0>(Module0<Callable0>)", "bool(Queue<Object?>)", "Value0?(Value0)", "SassNumber0()", "String(_NodeException)", "List<Extension0>()", "~([Object?])", "bool(Statement0)", "bool(Import0)", "Tuple3<Importer0,Uri,Uri>?()", "Value0(int)", "@(Value0,num)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "int(ComplexSelector0)", "~(String,Function)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "String(FileSpan)", "int(SourceLocation)", "~(String,@)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "String(int)", "double?(String,num{assertPercent:bool,checkPercent:bool,checkUnitless:bool})", "bool(Object?,Object?)", "Future<~>?()", "~(Iterable<ExtensionStore0>)", "int(int,SimpleSelector)", "AtRootQuery()", "Map<String,Value>(Module<AsyncCallable>)", "String(BuiltInCallable)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "Map<String,AstNode>(Module<AsyncCallable>)", "~(List<Value>)", "List<CssMediaQuery>()", "EvaluateResult()", "Module<Callable>()", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "~(String,int)", "CssValue<String>(Interpolation)", "SassNumber(Value)", "UserDefinedCallable<Environment>(ContentBlock)", "SelectorList()", "Value(Expression)", "~(List<Statement>)", "Tuple2<Expression,Expression>(Tuple2<Expression,Expression>)", "CompoundSelector()", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "Future<Stylesheet?>()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "Statement({root:bool})", "String(Trace)", "Value(Object)", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "Frame(String,String)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Stylesheet()", "Frame(Frame)", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "~(String,int?)", "Statement?()", "String(Argument0)", "int(int,int)", "ArgParser()", "ImmutableMap(SassArgumentList0)", "String(MapEntry<String,ConfiguredValue>)", "bool(Deprecation)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "0&(List<Value>)", "@(String)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "UseRule()", "Value?(Module<Callable>)", "Module<Callable>?(Module<Callable>)", "~(@,StackTrace)", "StyleRule(List<Statement>,FileSpan)", "Future<~>(List<Value0>)", "Null(@,@)", "EachRule(List<Statement>,FileSpan)", "Future<EvaluateResult0>()", "Future<Module0<AsyncCallable0>>()", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "FunctionRule(List<Statement>,FileSpan)", "ForRule(List<Statement>,FileSpan)", "Future<CssValue0<Value0>>(Expression0)", "Map<String,Value>(Module<Callable>)", "Map<String,AstNode>(Module<Callable>)", "Future<Value0?>(Value0)", "ContentBlock(List<Statement>,FileSpan)", "Future<CssValue0<String>>(Interpolation0)", "Uint8List(@,@)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "Null(@,StackTrace)", "SupportsRule(List<Statement>,FileSpan)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "WhileRule(List<Statement>,FileSpan)", "Set<Deprecation>()", "Future<~>(String)", "List<WatchEvent>(List<WatchEvent>)", "~(Expression)", "bool(Extension)", "Future<Value0>(Expression0)", "Value0/()", "Set<ModifiableBox<SelectorList>>()", "Object?(Object?)", "~(BinaryOperator)", "int(int,ComplexSelectorComponent)", "StringExpression(Interpolation)", "DateTime(StylesheetNode)", "~(Uri,StylesheetNode?)", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "AtRootQuery0()", "String(CssValue<Combinator>)", "0&(Object[Object?])", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "~(ComplexSelector,Extension)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "~(Set<ModifiableBox<SelectorList>>)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "List<SimpleSelector>(Extender)", "SassString(SimpleSelector)", "0&(List<Value0>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "List<Extender>?(SimpleSelector)", "double(_NodeSassColor)", "List<Extender>(PseudoSelector)", "SassColor0(Object,_Channels)", "SassColor0(SassColor0,_Channels)", "List<List<Extender>>(List<Extender>)", "List<ComplexSelector>(ComplexSelector)", "SassString(int)", "SassString(String)", "AsyncImporter0(NodeImporter0)", "0&(@)", "PseudoSelector(ComplexSelector)", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "SassScriptException()", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "Object(String)", "List<Value>(Value)", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "SingleUnitSassNumber(double)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "bool(Queue<List<ComplexSelectorComponent>>)", "Object(Value0)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "EvaluateResult0()", "Module0<Callable0>()", "Module0<Callable0>(Module0<Callable0>)", "CssValue0<Value0>(Expression0)", "bool(Version)", "bool(List<Iterable<ComplexSelectorComponent>>)", "CssValue0<String>(Interpolation0)", "bool(Tuple3<Importer,Uri,Uri>)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "Uri(Tuple3<Importer,Uri,Uri>)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "bool(PseudoSelector)", "Future<~>(List<Value>)", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "~(ComplexSelector0,Extension0)", "Null(Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>)", "Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>?(List<Extension0>)", "~(Set<ModifiableBox0<SelectorList0>>)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "SelectorList?(PseudoSelector)", "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>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "bool(List<Value>)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Future<EvaluateResult>()", "Future<Module<AsyncCallable>>()", "~(Object?,Object,Object?)", "Tuple2<String,String>(String)", "@(@,String)", "int(num)", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "~(String,Option)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Module<AsyncCallable>(Module<AsyncCallable>)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassList0(Object[Object?,_ConstructorOptions?])", "String(Argument)", "String(Tuple2<Expression0,Expression0>)", "SassMap0(Value0)", "SassMap0(SassMap0)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassList(ComplexSelector)", "int(_NodeSassMap)", "Null(Function,Function)", "SassMap0(Object[ImmutableMap?])", "ImmutableMap(SassMap0)", "@(SassMap0,Object)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassNumber0(Object,num[Object?])", "double(SassNumber0)", "Future<CssValue<Value>>(Expression)", "int?(SassNumber0)", "Iterable<ComplexSelector>(ComplexSelector)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "Future<@>()", "Future<Value?>(Value)", "SimpleSelector(SimpleSelector)", "Future<CssValue<String>>(Interpolation)", "~(List<Value0>)", "SassScriptException0()", "~(int,@)", "String(Object,@,@[@])", "String(Tuple2<Expression,Expression>)", "Tuple2<Expression0,Expression0>(Tuple2<Expression0,Expression0>)", "~(String,StackTrace?)", "String(String?)", "String(Value)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "SassMap(Value)", "JSUrl0?(FileSpan)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "~(Symbol0,@)", "SassString0(int)", "SassString0(String)", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Statement0({root:bool})", "Value?(Module<AsyncCallable>)", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "_Future<@>(@)", "StyleRule0(List<Statement0>,FileSpan)", "Module<AsyncCallable>?(Module<AsyncCallable>)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "SassMap(SassMap)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "bool(String?,String?)", "Future<Value>(Expression)", "Value/()", "~(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?>?)", "~([Future<~>?])", "0^(0^,0^)<num>", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "String(int,IfClause)", "~(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?)", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Future<~>(List<String>)", "Uri(JSUrl0)", "JSUrl0(Uri)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "int(String?)", "Stylesheet0?()", "SassArgumentList0(Object,Object,Object[String?])"],
|
|
102088
|
+
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "String(String)", "bool(CssNode0)", "bool(CssNode)", "bool(String)", "bool(Object?)", "SassNumber0(List<Value0>)", "SassNumber(List<Value>)", "int()", "bool(SimpleSelector)", "bool(SimpleSelector0)", "bool(ComplexSelector)", "SassString(List<Value>)", "SassString0(List<Value0>)", "bool(ComplexSelector0)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "SassColor0(List<Value0>)", "FileSpan()", "JSClass0()", "SassColor(List<Value>)", "~(Object?)", "Null(~())", "bool()", "Value()", "Future<Null>(Future<~>())", "String()", "double(double)", "bool(int?)", "SassMap0(List<Value0>)", "Value(Value)", "SassMap(List<Value>)", "Value?()", "Future<~>()", "Value0?()", "Value0(Value0)", "Value0()", "String?()", "bool(num,num)", "bool(Value0)", "bool(ComplexSelectorComponent0)", "bool(ComplexSelectorComponent)", "ComplexSelector0(ComplexSelector0)", "~(Value0,Value0)", "~(Value)", "bool(int)", "~(Value0)", "~(Value,Value)", "ValueExpression(Value)", "ValueExpression0(Value0)", "double(SassColor0)", "ComplexSelector(ComplexSelector)", "double(double,double)", "String(Object)", "~(Module0<Callable0>)", "Future<Value>()", "Null(Object,StackTrace)", "~(Module<Callable>)", "Future<Value?>()", "~(Object,StackTrace)", "bool(Object)", "bool(SelectorList)", "Future<Value0?>()", "Frame()", "bool(SelectorList0)", "Future<Value0>()", "Null(@)", "bool(Value)", "double(Value0)", "~(String,Value)", "String(@)", "Uri(Uri)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "Future<Value0?>(Statement0)", "Value?(Statement)", "Object()", "Object(Object)", "Null([Object?])", "Value0?(Statement0)", "Stylesheet?()", "SassRuntimeException(AstNode)", "@()", "@(@)", "Future<Value0>(List<Value0>)", "Frame(String)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Declaration0(List<Statement0>,FileSpan)", "double(Value)", "int(Uri)", "Declaration(List<Statement>,FileSpan)", "SassRuntimeException0(AstNode0)", "Null(_NodeSassColor,num)", "Tuple3<Importer,Uri,Uri>?()", "~(String,Value0)", "Future<Value?>(Statement)", "Expression0(Expression0)", "bool(Module0<AsyncCallable0>)", "bool(ModifiableCssNode0)", "bool(_Highlight)", "Callable?()", "String(Expression0)", "Null(Module<AsyncCallable>)", "AsyncCallable?()", "String(String{color:Object?})", "Statement()", "~(Object)", "Null(Module0<AsyncCallable0>)", "~(String)", "Iterable<String>(Module0<AsyncCallable0>)", "Map<ComplexSelector,Extension>()", "bool(Module<Callable>)", "Iterable<String>(Module<Callable>)", "int(_NodeSassColor)", "bool(Module<AsyncCallable>)", "int(SassColor0)", "Iterable<String>(Module<AsyncCallable>)", "~(String,Object?)", "Iterable<String>(Module0<Callable0>)", "AsyncCallable0?()", "Callable0?()", "String(Expression)", "Expression(Expression)", "Map<ComplexSelector0,Extension0>()", "bool(ModifiableCssNode)", "List<String>()", "bool(@)", "Statement0()", "~(@)", "int(Object?)", "~(~())", "bool(Module0<Callable0>)", "double(SassNumber0,SassNumber0[String?,String?])", "AstNode?()", "bool(String?)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "~(Object[StackTrace?])", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "int(int)", "bool(Statement)", "bool(Import)", "VariableDeclaration()", "AtRootRule(List<Statement>,FileSpan)", "String(String{color:@})", "Entry(Entry)", "int(double)", "Trace()", "double(double,String)", "AstNode(AstNode)", "SassFunction(List<Value>)", "Set<0^>()<Object?>", "~(Module<AsyncCallable>)", "~(@,@)", "List<ExtensionStore>()", "bool(ModifiableCssParentNode)", "~(Object?,Object?)", "Future<SassNumber>()", "int(ComplexSelector)", "bool(UseRule)", "bool(ForwardRule)", "AsyncCallable?(Module<AsyncCallable>)", "Future<Object>()", "MapKeySet<Module<AsyncCallable>>(Map<Module<AsyncCallable>,AstNode>)", "Future<String>(Object?)", "double(double,double?,num)", "String(SassNumber)", "Frame(Tuple2<String,AstNode>)", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "SassNumber()", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Uri?/()", "int(Frame)", "String(Frame)", "int(int,double?)", "bool(Frame)", "Future<Value>(List<Value>)", "AsyncCallable0?(Module0<AsyncCallable0>)", "MapKeySet<Module0<AsyncCallable0>>(Map<Module0<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "AstNode0(AstNode0)", "SassFunction0(List<Value0>)", "Callable?(Module<Callable>)", "MapKeySet<Module<Callable>>(Map<Module<Callable>,AstNode>)", "~(Module0<AsyncCallable0>)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "Map<String,Callable>(Module<Callable>)", "Future<SassNumber0>()", "AtRule(List<Statement>,FileSpan)", "bool(UseRule0)", "bool(ForwardRule0)", "~(Uint8List,String,int)", "~(Iterable<ExtensionStore>)", "List<Extension>()", "AstNode0?()", "String(SassNumber0)", "Frame(Tuple2<String,AstNode0>)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "0&(@[@])", "String(Value0)", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "Trace(String)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode0>)", "Map<String,Callable0>(Module0<Callable0>)", "bool(Queue<Object?>)", "Value0?(Value0)", "SassNumber0()", "String(_NodeException)", "List<Extension0>()", "~([Object?])", "bool(Statement0)", "bool(Import0)", "Tuple3<Importer0,Uri,Uri>?()", "Value0(int)", "@(Value0,num)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "int(ComplexSelector0)", "~(String,Function)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "String(FileSpan)", "int(SourceLocation)", "~(String,@)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "String(int)", "double?(String,num{assertPercent:bool,checkPercent:bool,checkUnitless:bool})", "bool(Object?,Object?)", "Future<~>?()", "~(Iterable<ExtensionStore0>)", "int(int,SimpleSelector)", "AtRootQuery()", "Map<String,Value>(Module<AsyncCallable>)", "String(BuiltInCallable)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "Map<String,AstNode>(Module<AsyncCallable>)", "~(List<Value>)", "List<CssMediaQuery>()", "EvaluateResult()", "Module<Callable>()", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "~(String,int)", "CssValue<String>(Interpolation)", "SassNumber(Value)", "UserDefinedCallable<Environment>(ContentBlock)", "SelectorList()", "Value(Expression)", "~(List<Statement>)", "Tuple2<Expression,Expression>(Tuple2<Expression,Expression>)", "CompoundSelector()", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "Future<Stylesheet?>()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "Statement({root:bool})", "String(Trace)", "Value(Object)", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "Frame(String,String)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Stylesheet()", "Frame(Frame)", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "~(String,int?)", "Statement?()", "String(Argument0)", "int(int,int)", "ArgParser()", "ImmutableMap(SassArgumentList0)", "String(MapEntry<String,ConfiguredValue>)", "bool(Deprecation)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "0&(List<Value>)", "@(String)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "UseRule()", "Value?(Module<Callable>)", "Module<Callable>?(Module<Callable>)", "~(@,StackTrace)", "StyleRule(List<Statement>,FileSpan)", "Future<~>(List<Value0>)", "Null(@,@)", "EachRule(List<Statement>,FileSpan)", "Future<EvaluateResult0>()", "Future<Module0<AsyncCallable0>>()", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "FunctionRule(List<Statement>,FileSpan)", "ForRule(List<Statement>,FileSpan)", "Future<CssValue0<Value0>>(Expression0)", "Map<String,Value>(Module<Callable>)", "Map<String,AstNode>(Module<Callable>)", "Future<Value0?>(Value0)", "ContentBlock(List<Statement>,FileSpan)", "Future<CssValue0<String>>(Interpolation0)", "Uint8List(@,@)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "Null(@,StackTrace)", "SupportsRule(List<Statement>,FileSpan)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "WhileRule(List<Statement>,FileSpan)", "Set<Deprecation>()", "Future<~>(String)", "List<WatchEvent>(List<WatchEvent>)", "~(Expression)", "bool(Extension)", "Future<Value0>(Expression0)", "Value0/()", "Set<ModifiableBox<SelectorList>>()", "Object?(Object?)", "~(BinaryOperator)", "int(int,ComplexSelectorComponent)", "StringExpression(Interpolation)", "DateTime(StylesheetNode)", "~(Uri,StylesheetNode?)", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "AtRootQuery0()", "String(CssValue<Combinator>)", "0&(Object[Object?])", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "~(ComplexSelector,Extension)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "~(Set<ModifiableBox<SelectorList>>)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "List<SimpleSelector>(Extender)", "SassString(SimpleSelector)", "0&(List<Value0>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "List<Extender>?(SimpleSelector)", "double(_NodeSassColor)", "List<Extender>(PseudoSelector)", "SassColor0(Object,_Channels)", "SassColor0(SassColor0,_Channels)", "List<List<Extender>>(List<Extender>)", "List<ComplexSelector>(ComplexSelector)", "SassString(int)", "SassString(String)", "AsyncImporter0(NodeImporter0)", "0&(@)", "PseudoSelector(ComplexSelector)", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "SassScriptException()", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "Object(String)", "List<Value>(Value)", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "SingleUnitSassNumber(double)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "bool(Queue<List<ComplexSelectorComponent>>)", "Object(Value0)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "EvaluateResult0()", "Module0<Callable0>()", "Module0<Callable0>(Module0<Callable0>)", "CssValue0<Value0>(Expression0)", "bool(Version)", "bool(List<Iterable<ComplexSelectorComponent>>)", "CssValue0<String>(Interpolation0)", "bool(Tuple3<Importer,Uri,Uri>)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "Uri(Tuple3<Importer,Uri,Uri>)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "bool(PseudoSelector)", "Future<~>(List<Value>)", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "~(ComplexSelector0,Extension0)", "Null(Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>)", "Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>?(List<Extension0>)", "~(Set<ModifiableBox0<SelectorList0>>)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "SelectorList?(PseudoSelector)", "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>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "bool(List<Value>)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Future<EvaluateResult>()", "Future<Module<AsyncCallable>>()", "~(Object?,Object,Object?)", "Tuple2<String,String>(String)", "@(@,String)", "int(num)", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "~(String,Option)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Module<AsyncCallable>(Module<AsyncCallable>)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassList0(Object[Object?,_ConstructorOptions?])", "String(Argument)", "String(Tuple2<Expression0,Expression0>)", "SassMap0(Value0)", "SassMap0(SassMap0)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassList(ComplexSelector)", "int(_NodeSassMap)", "Null(Function,Function)", "SassMap0(Object[ImmutableMap?])", "ImmutableMap(SassMap0)", "@(SassMap0,Object)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassNumber0(Object,num[Object?])", "double(SassNumber0)", "Future<CssValue<Value>>(Expression)", "int?(SassNumber0)", "Iterable<ComplexSelector>(ComplexSelector)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "Future<@>()", "Future<Value?>(Value)", "SimpleSelector(SimpleSelector)", "Future<CssValue<String>>(Interpolation)", "~(List<Value0>)", "SassScriptException0()", "~(int,@)", "String(Object,@,@[@])", "String(Tuple2<Expression,Expression>)", "Tuple2<Expression0,Expression0>(Tuple2<Expression0,Expression0>)", "~(String,StackTrace?)", "String(String?)", "String(Value)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "SassMap(Value)", "JSUrl0?(FileSpan)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "~(Symbol0,@)", "SassString0(int)", "SassString0(String)", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Statement0({root:bool})", "Value?(Module<AsyncCallable>)", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "_Future<@>(@)", "StyleRule0(List<Statement0>,FileSpan)", "Module<AsyncCallable>?(Module<AsyncCallable>)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "SassMap(SassMap)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "bool(String?,String?)", "Future<Value>(Expression)", "Value/()", "~(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?>?)", "~([Future<~>?])", "0^(0^,0^)<num>", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "String(int,IfClause)", "~(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?)", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Future<~>(List<String>)", "Uri(JSUrl0)", "JSUrl0(Uri)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "int(String?)", "Stylesheet0?()", "SassArgumentList0(Object,Object,Object[String?])"],
|
|
101909
102089
|
interceptorsByTag: null,
|
|
101910
102090
|
leafTags: null,
|
|
101911
102091
|
arrayRti: Symbol("$ti")
|
|
@@ -101940,7 +102120,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101940
102120
|
x20was_a: ' was already loaded, so it can\'t be configured using "with".',
|
|
101941
102121
|
x20was_n: " was not declared with !default in the @used module.",
|
|
101942
102122
|
x20was_p: " was passed both by position and by name.",
|
|
101943
|
-
|
|
102123
|
+
x21defau: "!default should only be written once for each variable.\nThis will be an error in Dart Sass 2.0.0.",
|
|
102124
|
+
x21globai: "!global isn't allowed for variables in other modules.",
|
|
102125
|
+
x21globas: "!global should only be written once for each variable.\nThis will be an error in Dart Sass 2.0.0.",
|
|
101944
102126
|
x22x20can_: "\" can't be used as a parent in a compound selector.",
|
|
101945
102127
|
x22x20is_ix0a: '" is invalid CSS.\nThis will be an error in Dart Sass 2.0.0.\n\nMore info: https://sass-lang.com/d/bogus-combinators',
|
|
101946
102128
|
x22x20is_ix20: '" is invalid CSS. It will be omitted from the generated CSS.\nThis will be an error in Dart Sass 2.0.0.\n\nMore info: https://sass-lang.com/d/bogus-combinators',
|
|
@@ -102840,6 +103022,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
102840
103022
|
B.Deprecation_0bn = new A.Deprecation0("function-units", false, "functionUnits");
|
|
102841
103023
|
B.Deprecation_4iQ = new A.Deprecation0("call-string", false, "callString");
|
|
102842
103024
|
B.Deprecation_8WR = new A.Deprecation("function-units", "1.56.0", "Passing invalid units to built-in functions.", false, "functionUnits");
|
|
103025
|
+
B.Deprecation_Auo = new A.Deprecation("duplicate-var-flags", "1.62.0", "Using !default or !global multiple times for one variable.", false, "duplicateVariableFlags");
|
|
102843
103026
|
B.Deprecation_B8J = new A.Deprecation("import", null, "@import rules.", true, "import");
|
|
102844
103027
|
B.Deprecation_E5x = new A.Deprecation0("relative-canonical", false, "relativeCanonical");
|
|
102845
103028
|
B.Deprecation_EsU = new A.Deprecation0("strict-unary", false, "strictUnary");
|
|
@@ -102859,6 +103042,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
102859
103042
|
B.Deprecation_wKk = new A.Deprecation0("new-global", false, "newGlobal");
|
|
102860
103043
|
B.Deprecation_wWh = new A.Deprecation0("slash-div", false, "slashDiv");
|
|
102861
103044
|
B.Deprecation_xHK = new A.Deprecation("slash-div", "1.33.0", "/ operator for division.", false, "slashDiv");
|
|
103045
|
+
B.Deprecation_ynv = new A.Deprecation0("duplicate-var-flags", false, "duplicateVariableFlags");
|
|
102862
103046
|
B.Duration_0 = new A.Duration(0);
|
|
102863
103047
|
B.ExtendMode_allTargets_allTargets = new A.ExtendMode("allTargets", "allTargets");
|
|
102864
103048
|
B.ExtendMode_allTargets_allTargets0 = new A.ExtendMode0("allTargets", "allTargets");
|
|
@@ -102881,6 +103065,8 @@ self.fs = _cliPkgRequires.fs;
|
|
|
102881
103065
|
B.ListSeparator_zg9 = new A.ListSeparator("slash", "/", "slash");
|
|
102882
103066
|
B.ListSeparator_zg90 = new A.ListSeparator0("slash", "/", "slash");
|
|
102883
103067
|
B.List_2Vk = A._setArrayType(makeConstList([0, 0, 32776, 33792, 1, 10240, 0, 0]), type$.JSArray_int);
|
|
103068
|
+
B.Deprecation_A0N = new A.Deprecation("user-authored", null, null, false, "userAuthored");
|
|
103069
|
+
B.List_4mn = A._setArrayType(makeConstList([B.Deprecation_qVK, B.Deprecation_JAZ, B.Deprecation_gJ9, B.Deprecation_mFp, B.Deprecation_hzy, B.Deprecation_s4m, B.Deprecation_xHK, B.Deprecation_vrR, B.Deprecation_sIK, B.Deprecation_8WR, B.Deprecation_Auo, B.Deprecation_B8J, B.Deprecation_A0N]), A.findType("JSArray<Deprecation>"));
|
|
102884
103070
|
B.List_CVk = A._setArrayType(makeConstList([0, 0, 65490, 45055, 65535, 34815, 65534, 18431]), type$.JSArray_int);
|
|
102885
103071
|
B.List_map = A._setArrayType(makeConstList(["em", "rem", "ex", "rex", "cap", "rcap", "ch", "rch", "ic", "ric", "lh", "rlh", "vw", "lvw", "svw", "dvw", "vh", "lvh", "svh", "dvh", "vi", "lvi", "svi", "dvi", "vb", "lvb", "svb", "dvb", "vmin", "lvmin", "svmin", "dvmin", "vmax", "lvmax", "svmax", "dvmax", "cqw", "cqh", "cqi", "cqb", "cqmin", "cqmax", "cm", "mm", "q", "in", "pt", "pc", "px"]), type$.JSArray_String);
|
|
102886
103072
|
B.Map_maTLM = new A.ConstantStringMap(49, {em: null, rem: null, ex: null, rex: null, cap: null, rcap: null, ch: null, rch: null, ic: null, ric: null, lh: null, rlh: null, vw: null, lvw: null, svw: null, dvw: null, vh: null, lvh: null, svh: null, dvh: null, vi: null, lvi: null, svi: null, dvi: null, vb: null, lvb: null, svb: null, dvb: null, vmin: null, lvmin: null, svmin: null, dvmin: null, vmax: null, lvmax: null, svmax: null, dvmax: null, cqw: null, cqh: null, cqi: null, cqb: null, cqmin: null, cqmax: null, cm: null, mm: null, q: null, in: null, pt: null, pc: null, px: null}, B.List_map, type$.ConstantStringMap_String_Null);
|
|
@@ -102899,8 +103085,6 @@ self.fs = _cliPkgRequires.fs;
|
|
|
102899
103085
|
B.Set_H2nB4 = new A._UnmodifiableSet(B.Map_H20, type$._UnmodifiableSet_String);
|
|
102900
103086
|
B.List_ENR = A._setArrayType(makeConstList([B.Set_mapa9, B.Set_EGJh, B.Set_maSD, B.Set_kfn1, B.Set_H2nB4]), A.findType("JSArray<Set<String>>"));
|
|
102901
103087
|
B.List_JYB = A._setArrayType(makeConstList([0, 0, 26624, 1023, 65534, 2047, 65534, 2047]), type$.JSArray_int);
|
|
102902
|
-
B.Deprecation_A0N = new A.Deprecation("user-authored", null, null, false, "userAuthored");
|
|
102903
|
-
B.List_Uul = A._setArrayType(makeConstList([B.Deprecation_qVK, B.Deprecation_JAZ, B.Deprecation_gJ9, B.Deprecation_mFp, B.Deprecation_hzy, B.Deprecation_s4m, B.Deprecation_xHK, B.Deprecation_vrR, B.Deprecation_sIK, B.Deprecation_8WR, B.Deprecation_B8J, B.Deprecation_A0N]), A.findType("JSArray<Deprecation>"));
|
|
102904
103088
|
B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_Argument);
|
|
102905
103089
|
B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_Argument_2);
|
|
102906
103090
|
B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
|