sass 1.95.1 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +294 -175
- package/types/value/color.d.ts +1 -0
package/sass.dart.js
CHANGED
|
@@ -17756,6 +17756,10 @@ self.util = _cliPkgRequires.util;
|
|
|
17756
17756
|
t1 = B.DisplayP3ColorSpace_MmT;
|
|
17757
17757
|
break $label0$0;
|
|
17758
17758
|
}
|
|
17759
|
+
if ("display-p3-linear" === _0_0) {
|
|
17760
|
+
t1 = B.DisplayP3LinearColorSpace_PrP;
|
|
17761
|
+
break $label0$0;
|
|
17762
|
+
}
|
|
17759
17763
|
if ("a98-rgb" === _0_0) {
|
|
17760
17764
|
t1 = B.A98RgbColorSpace_lf2;
|
|
17761
17765
|
break $label0$0;
|
|
@@ -17806,6 +17810,10 @@ self.util = _cliPkgRequires.util;
|
|
|
17806
17810
|
this.name = t0;
|
|
17807
17811
|
this._channels = t1;
|
|
17808
17812
|
},
|
|
17813
|
+
DisplayP3LinearColorSpace: function DisplayP3LinearColorSpace(t0, t1) {
|
|
17814
|
+
this.name = t0;
|
|
17815
|
+
this._channels = t1;
|
|
17816
|
+
},
|
|
17809
17817
|
HslColorSpace: function HslColorSpace(t0, t1) {
|
|
17810
17818
|
this.name = t0;
|
|
17811
17819
|
this._channels = t1;
|
|
@@ -25756,6 +25764,10 @@ self.util = _cliPkgRequires.util;
|
|
|
25756
25764
|
this.name = t0;
|
|
25757
25765
|
this._space$_channels = t1;
|
|
25758
25766
|
},
|
|
25767
|
+
DisplayP3LinearColorSpace0: function DisplayP3LinearColorSpace0(t0, t1) {
|
|
25768
|
+
this.name = t0;
|
|
25769
|
+
this._space$_channels = t1;
|
|
25770
|
+
},
|
|
25759
25771
|
DynamicImport0: function DynamicImport0(t0, t1) {
|
|
25760
25772
|
this.urlString = t0;
|
|
25761
25773
|
this.span = t1;
|
|
@@ -28779,7 +28791,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28779
28791
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28780
28792
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28781
28793
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28782
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
28794
|
+
J.set$info$x(self.exports, "dart-sass\t1.97.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.4\t(Dart Compiler)\t[Dart]");
|
|
28783
28795
|
A.updateCanonicalizeContextPrototype();
|
|
28784
28796
|
A.updateSourceSpanPrototype();
|
|
28785
28797
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -31240,6 +31252,10 @@ self.util = _cliPkgRequires.util;
|
|
|
31240
31252
|
t1 = B.DisplayP3ColorSpace_MmT0;
|
|
31241
31253
|
break $label0$0;
|
|
31242
31254
|
}
|
|
31255
|
+
if ("display-p3-linear" === _0_0) {
|
|
31256
|
+
t1 = B.DisplayP3LinearColorSpace_PrP0;
|
|
31257
|
+
break $label0$0;
|
|
31258
|
+
}
|
|
31243
31259
|
if ("a98-rgb" === _0_0) {
|
|
31244
31260
|
t1 = B.A98RgbColorSpace_lf20;
|
|
31245
31261
|
break $label0$0;
|
|
@@ -34058,7 +34074,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34058
34074
|
switch ($async$goto) {
|
|
34059
34075
|
case 0:
|
|
34060
34076
|
// Function start
|
|
34061
|
-
$async$returnValue = "1.
|
|
34077
|
+
$async$returnValue = "1.97.0 compiled with dart2js 3.10.4";
|
|
34062
34078
|
// goto return
|
|
34063
34079
|
$async$goto = 1;
|
|
34064
34080
|
break;
|
|
@@ -47246,7 +47262,7 @@ self.util = _cliPkgRequires.util;
|
|
|
47246
47262
|
call$0() {
|
|
47247
47263
|
return this.$this.get$span(0);
|
|
47248
47264
|
},
|
|
47249
|
-
$signature:
|
|
47265
|
+
$signature: 16
|
|
47250
47266
|
};
|
|
47251
47267
|
A.IfConditionFunction.prototype = {
|
|
47252
47268
|
get$isArbitrarySubstitution() {
|
|
@@ -49014,7 +49030,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49014
49030
|
call$1(component) {
|
|
49015
49031
|
return component.get$hasComplicatedSuperselectorSemantics();
|
|
49016
49032
|
},
|
|
49017
|
-
$signature:
|
|
49033
|
+
$signature: 14
|
|
49018
49034
|
};
|
|
49019
49035
|
A.IDSelector.prototype = {
|
|
49020
49036
|
get$specificity() {
|
|
@@ -49052,7 +49068,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49052
49068
|
t1 = false;
|
|
49053
49069
|
return t1;
|
|
49054
49070
|
},
|
|
49055
|
-
$signature:
|
|
49071
|
+
$signature: 14
|
|
49056
49072
|
};
|
|
49057
49073
|
A.SelectorList.prototype = {
|
|
49058
49074
|
get$asSassList() {
|
|
@@ -49246,7 +49262,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49246
49262
|
selector = simple.selector;
|
|
49247
49263
|
return selector != null && selector.accept$1(B.C__ParentSelectorVisitor) != null;
|
|
49248
49264
|
},
|
|
49249
|
-
$signature:
|
|
49265
|
+
$signature: 14
|
|
49250
49266
|
};
|
|
49251
49267
|
A.SelectorList__nestWithinCompound_closure0.prototype = {
|
|
49252
49268
|
call$1(simple) {
|
|
@@ -49508,7 +49524,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49508
49524
|
t1 = false;
|
|
49509
49525
|
return t1;
|
|
49510
49526
|
},
|
|
49511
|
-
$signature:
|
|
49527
|
+
$signature: 14
|
|
49512
49528
|
};
|
|
49513
49529
|
A.QualifiedName.prototype = {
|
|
49514
49530
|
$eq(_, other) {
|
|
@@ -49587,7 +49603,7 @@ self.util = _cliPkgRequires.util;
|
|
|
49587
49603
|
call$1(simple) {
|
|
49588
49604
|
return this.$this.isSuperselector$1(simple);
|
|
49589
49605
|
},
|
|
49590
|
-
$signature:
|
|
49606
|
+
$signature: 14
|
|
49591
49607
|
};
|
|
49592
49608
|
A.TypeSelector.prototype = {
|
|
49593
49609
|
get$specificity() {
|
|
@@ -52611,7 +52627,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52611
52627
|
}
|
|
52612
52628
|
try {
|
|
52613
52629
|
argVersion = A.Version_Version$parse(id);
|
|
52614
|
-
sassVersion = A.Version_Version$parse("1.
|
|
52630
|
+
sassVersion = A.Version_Version$parse("1.97.0");
|
|
52615
52631
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52616
52632
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52617
52633
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -54054,7 +54070,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54054
54070
|
t1 = true;
|
|
54055
54071
|
return t1 && this.uniqueSelectors.contains$1(0, simple);
|
|
54056
54072
|
},
|
|
54057
|
-
$signature:
|
|
54073
|
+
$signature: 14
|
|
54058
54074
|
};
|
|
54059
54075
|
A.paths_closure.prototype = {
|
|
54060
54076
|
call$2(paths, choice) {
|
|
@@ -54127,7 +54143,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54127
54143
|
call$1(simple1) {
|
|
54128
54144
|
return B.JSArray_methods.any$1(this.compound2.components, simple1.get$isSuperselector());
|
|
54129
54145
|
},
|
|
54130
|
-
$signature:
|
|
54146
|
+
$signature: 14
|
|
54131
54147
|
};
|
|
54132
54148
|
A._selectorPseudoIsSuperselector_closure.prototype = {
|
|
54133
54149
|
call$1(selector2) {
|
|
@@ -54202,7 +54218,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54202
54218
|
}
|
|
54203
54219
|
return t1;
|
|
54204
54220
|
},
|
|
54205
|
-
$signature:
|
|
54221
|
+
$signature: 14
|
|
54206
54222
|
};
|
|
54207
54223
|
A._selectorPseudoIsSuperselector___closure.prototype = {
|
|
54208
54224
|
call$1(simple1) {
|
|
@@ -54214,7 +54230,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54214
54230
|
t1 = false;
|
|
54215
54231
|
return t1;
|
|
54216
54232
|
},
|
|
54217
|
-
$signature:
|
|
54233
|
+
$signature: 14
|
|
54218
54234
|
};
|
|
54219
54235
|
A._selectorPseudoIsSuperselector___closure0.prototype = {
|
|
54220
54236
|
call$1(simple1) {
|
|
@@ -54225,7 +54241,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54225
54241
|
t1 = false;
|
|
54226
54242
|
return t1;
|
|
54227
54243
|
},
|
|
54228
|
-
$signature:
|
|
54244
|
+
$signature: 14
|
|
54229
54245
|
};
|
|
54230
54246
|
A._selectorPseudoIsSuperselector_closure4.prototype = {
|
|
54231
54247
|
call$1(selector2) {
|
|
@@ -54249,7 +54265,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54249
54265
|
return false;
|
|
54250
54266
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
54251
54267
|
},
|
|
54252
|
-
$signature:
|
|
54268
|
+
$signature: 14
|
|
54253
54269
|
};
|
|
54254
54270
|
A._selectorPseudoArgs_closure.prototype = {
|
|
54255
54271
|
call$1(pseudo) {
|
|
@@ -55139,7 +55155,7 @@ self.util = _cliPkgRequires.util;
|
|
|
55139
55155
|
call$1(alpha) {
|
|
55140
55156
|
return isNaN(alpha) ? 0 : B.JSNumber_methods.clamp$2(alpha, 0, 1);
|
|
55141
55157
|
},
|
|
55142
|
-
$signature:
|
|
55158
|
+
$signature: 12
|
|
55143
55159
|
};
|
|
55144
55160
|
A._functionString_closure.prototype = {
|
|
55145
55161
|
call$1(argument) {
|
|
@@ -55706,13 +55722,13 @@ self.util = _cliPkgRequires.util;
|
|
|
55706
55722
|
call$1(value) {
|
|
55707
55723
|
return Math.abs(value);
|
|
55708
55724
|
},
|
|
55709
|
-
$signature:
|
|
55725
|
+
$signature: 12
|
|
55710
55726
|
};
|
|
55711
55727
|
A._ceil_closure.prototype = {
|
|
55712
55728
|
call$1(value) {
|
|
55713
55729
|
return B.JSNumber_methods.ceil$0(value);
|
|
55714
55730
|
},
|
|
55715
|
-
$signature:
|
|
55731
|
+
$signature: 12
|
|
55716
55732
|
};
|
|
55717
55733
|
A._clamp_closure.prototype = {
|
|
55718
55734
|
call$1($arguments) {
|
|
@@ -55736,7 +55752,7 @@ self.util = _cliPkgRequires.util;
|
|
|
55736
55752
|
call$1(value) {
|
|
55737
55753
|
return B.JSNumber_methods.floor$0(value);
|
|
55738
55754
|
},
|
|
55739
|
-
$signature:
|
|
55755
|
+
$signature: 12
|
|
55740
55756
|
};
|
|
55741
55757
|
A._max_closure.prototype = {
|
|
55742
55758
|
call$1($arguments) {
|
|
@@ -55770,7 +55786,7 @@ self.util = _cliPkgRequires.util;
|
|
|
55770
55786
|
call$1(number) {
|
|
55771
55787
|
return B.JSNumber_methods.round$0(number);
|
|
55772
55788
|
},
|
|
55773
|
-
$signature:
|
|
55789
|
+
$signature: 12
|
|
55774
55790
|
};
|
|
55775
55791
|
A._hypot_closure.prototype = {
|
|
55776
55792
|
call$1($arguments) {
|
|
@@ -59580,7 +59596,7 @@ self.util = _cliPkgRequires.util;
|
|
|
59580
59596
|
t1 = type$.InterpolationMap._as(t1);
|
|
59581
59597
|
return t1.mapSpan$1(this.span);
|
|
59582
59598
|
},
|
|
59583
|
-
$signature:
|
|
59599
|
+
$signature: 16
|
|
59584
59600
|
};
|
|
59585
59601
|
A.Parser_spanFromPosition_closure.prototype = {
|
|
59586
59602
|
call$0() {
|
|
@@ -59589,7 +59605,7 @@ self.util = _cliPkgRequires.util;
|
|
|
59589
59605
|
t1 = type$.InterpolationMap._as(t1);
|
|
59590
59606
|
return t1.mapSpan$1(this.span);
|
|
59591
59607
|
},
|
|
59592
|
-
$signature:
|
|
59608
|
+
$signature: 16
|
|
59593
59609
|
};
|
|
59594
59610
|
A.SassParser.prototype = {
|
|
59595
59611
|
get$currentIndentation() {
|
|
@@ -64390,13 +64406,13 @@ self.util = _cliPkgRequires.util;
|
|
|
64390
64406
|
call$0() {
|
|
64391
64407
|
return this.$this.spanFrom$1(this.start);
|
|
64392
64408
|
},
|
|
64393
|
-
$signature:
|
|
64409
|
+
$signature: 16
|
|
64394
64410
|
};
|
|
64395
64411
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure0.prototype = {
|
|
64396
64412
|
call$0() {
|
|
64397
64413
|
return this.declaration.span;
|
|
64398
64414
|
},
|
|
64399
|
-
$signature:
|
|
64415
|
+
$signature: 16
|
|
64400
64416
|
};
|
|
64401
64417
|
A.StylesheetParser__declarationOrBuffer_closure.prototype = {
|
|
64402
64418
|
call$0() {
|
|
@@ -64762,7 +64778,7 @@ self.util = _cliPkgRequires.util;
|
|
|
64762
64778
|
call$0() {
|
|
64763
64779
|
return this.$this.spanFrom$1(this.start);
|
|
64764
64780
|
},
|
|
64765
|
-
$signature:
|
|
64781
|
+
$signature: 16
|
|
64766
64782
|
};
|
|
64767
64783
|
A.StylesheetParser_trySpecialFunction_closure.prototype = {
|
|
64768
64784
|
call$1(contents) {
|
|
@@ -64800,7 +64816,7 @@ self.util = _cliPkgRequires.util;
|
|
|
64800
64816
|
call$0() {
|
|
64801
64817
|
return this.$this.spanFrom$1(this.start);
|
|
64802
64818
|
},
|
|
64803
|
-
$signature:
|
|
64819
|
+
$signature: 16
|
|
64804
64820
|
};
|
|
64805
64821
|
A.StylesheetGraph.prototype = {
|
|
64806
64822
|
modifiedSince$3(url, since, baseImporter) {
|
|
@@ -66404,7 +66420,7 @@ self.util = _cliPkgRequires.util;
|
|
|
66404
66420
|
call$1(alpha) {
|
|
66405
66421
|
return A.fuzzyAssertRange(alpha, 0, 1, "alpha");
|
|
66406
66422
|
},
|
|
66407
|
-
$signature:
|
|
66423
|
+
$signature: 12
|
|
66408
66424
|
};
|
|
66409
66425
|
A._ColorFormatEnum.prototype = {
|
|
66410
66426
|
toString$0(_) {
|
|
@@ -66746,7 +66762,7 @@ self.util = _cliPkgRequires.util;
|
|
|
66746
66762
|
t1 = $.$get$linearA98RgbToLinearSrgb();
|
|
66747
66763
|
break $label0$0;
|
|
66748
66764
|
}
|
|
66749
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
66765
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
66750
66766
|
t1 = $.$get$linearA98RgbToLinearDisplayP3();
|
|
66751
66767
|
break $label0$0;
|
|
66752
66768
|
}
|
|
@@ -66780,6 +66796,15 @@ self.util = _cliPkgRequires.util;
|
|
|
66780
66796
|
get$isBoundedInternal() {
|
|
66781
66797
|
return true;
|
|
66782
66798
|
},
|
|
66799
|
+
convert$5(dest, red, green, blue, alpha) {
|
|
66800
|
+
var t1;
|
|
66801
|
+
if (dest === B.DisplayP3LinearColorSpace_PrP) {
|
|
66802
|
+
t1 = this.get$toLinear();
|
|
66803
|
+
t1 = A.SassColor_SassColor$forSpaceInternal(dest, A.NullableExtension_andThen(red, t1), A.NullableExtension_andThen(green, t1), A.NullableExtension_andThen(blue, t1), alpha);
|
|
66804
|
+
} else
|
|
66805
|
+
t1 = this.super$ColorSpace$convertLinear(dest, red, green, blue, alpha, false, false, false, false, false);
|
|
66806
|
+
return t1;
|
|
66807
|
+
},
|
|
66783
66808
|
toLinear$1(channel) {
|
|
66784
66809
|
return A.srgbAndDisplayP3ToLinear(channel);
|
|
66785
66810
|
},
|
|
@@ -66823,6 +66848,56 @@ self.util = _cliPkgRequires.util;
|
|
|
66823
66848
|
return t1;
|
|
66824
66849
|
}
|
|
66825
66850
|
};
|
|
66851
|
+
A.DisplayP3LinearColorSpace.prototype = {
|
|
66852
|
+
get$isBoundedInternal() {
|
|
66853
|
+
return true;
|
|
66854
|
+
},
|
|
66855
|
+
convert$5(dest, red, green, blue, alpha) {
|
|
66856
|
+
return dest === B.DisplayP3ColorSpace_MmT ? A.SassColor_SassColor$forSpaceInternal(dest, A.NullableExtension_andThen(red, A.utils0__srgbAndDisplayP3FromLinear$closure()), A.NullableExtension_andThen(green, A.utils0__srgbAndDisplayP3FromLinear$closure()), A.NullableExtension_andThen(blue, A.utils0__srgbAndDisplayP3FromLinear$closure()), alpha) : this.super$ColorSpace$convert(dest, red, green, blue, alpha);
|
|
66857
|
+
},
|
|
66858
|
+
toLinear$1(channel) {
|
|
66859
|
+
return channel;
|
|
66860
|
+
},
|
|
66861
|
+
fromLinear$1(channel) {
|
|
66862
|
+
return channel;
|
|
66863
|
+
},
|
|
66864
|
+
transformationMatrix$1(dest) {
|
|
66865
|
+
var t1;
|
|
66866
|
+
$label0$0: {
|
|
66867
|
+
if (B.SrgbLinearColorSpace_kUj === dest || B.SrgbColorSpace_thf === dest || B.RgbColorSpace_i0P === dest) {
|
|
66868
|
+
t1 = $.$get$linearDisplayP3ToLinearSrgb();
|
|
66869
|
+
break $label0$0;
|
|
66870
|
+
}
|
|
66871
|
+
if (B.A98RgbColorSpace_lf2 === dest) {
|
|
66872
|
+
t1 = $.$get$linearDisplayP3ToLinearA98Rgb();
|
|
66873
|
+
break $label0$0;
|
|
66874
|
+
}
|
|
66875
|
+
if (B.ProphotoRgbColorSpace_BDz === dest) {
|
|
66876
|
+
t1 = $.$get$linearDisplayP3ToLinearProphotoRgb();
|
|
66877
|
+
break $label0$0;
|
|
66878
|
+
}
|
|
66879
|
+
if (B.Rec2020ColorSpace_6oo === dest) {
|
|
66880
|
+
t1 = $.$get$linearDisplayP3ToLinearRec2020();
|
|
66881
|
+
break $label0$0;
|
|
66882
|
+
}
|
|
66883
|
+
if (B.XyzD65ColorSpace_WiJ === dest) {
|
|
66884
|
+
t1 = $.$get$linearDisplayP3ToXyzD65();
|
|
66885
|
+
break $label0$0;
|
|
66886
|
+
}
|
|
66887
|
+
if (B.XyzD50ColorSpace_2OB === dest) {
|
|
66888
|
+
t1 = $.$get$linearDisplayP3ToXyzD50();
|
|
66889
|
+
break $label0$0;
|
|
66890
|
+
}
|
|
66891
|
+
if (B.LmsColorSpace_Os3 === dest) {
|
|
66892
|
+
t1 = $.$get$linearDisplayP3ToLms();
|
|
66893
|
+
break $label0$0;
|
|
66894
|
+
}
|
|
66895
|
+
t1 = this.super$ColorSpace$transformationMatrix(dest);
|
|
66896
|
+
break $label0$0;
|
|
66897
|
+
}
|
|
66898
|
+
return t1;
|
|
66899
|
+
}
|
|
66900
|
+
};
|
|
66826
66901
|
A.HslColorSpace.prototype = {
|
|
66827
66902
|
get$isBoundedInternal() {
|
|
66828
66903
|
return true;
|
|
@@ -66875,7 +66950,7 @@ self.util = _cliPkgRequires.util;
|
|
|
66875
66950
|
call$1(hue) {
|
|
66876
66951
|
return A.hueToRgb(0, 1, hue) * this.factor + this._box_0.scaledWhiteness;
|
|
66877
66952
|
},
|
|
66878
|
-
$signature:
|
|
66953
|
+
$signature: 12
|
|
66879
66954
|
};
|
|
66880
66955
|
A.LabColorSpace.prototype = {
|
|
66881
66956
|
get$isBoundedInternal() {
|
|
@@ -66989,7 +67064,7 @@ self.util = _cliPkgRequires.util;
|
|
|
66989
67064
|
t1 = $.$get$lmsToLinearProphotoRgb();
|
|
66990
67065
|
break $label0$0;
|
|
66991
67066
|
}
|
|
66992
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67067
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
66993
67068
|
t1 = $.$get$lmsToLinearDisplayP3();
|
|
66994
67069
|
break $label0$0;
|
|
66995
67070
|
}
|
|
@@ -67075,7 +67150,7 @@ self.util = _cliPkgRequires.util;
|
|
|
67075
67150
|
t1 = $.$get$linearProphotoRgbToLinearA98Rgb();
|
|
67076
67151
|
break $label0$0;
|
|
67077
67152
|
}
|
|
67078
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67153
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
67079
67154
|
t1 = $.$get$linearProphotoRgbToLinearDisplayP3();
|
|
67080
67155
|
break $label0$0;
|
|
67081
67156
|
}
|
|
@@ -67124,7 +67199,7 @@ self.util = _cliPkgRequires.util;
|
|
|
67124
67199
|
t1 = $.$get$linearRec2020ToLinearA98Rgb();
|
|
67125
67200
|
break $label0$0;
|
|
67126
67201
|
}
|
|
67127
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67202
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
67128
67203
|
t1 = $.$get$linearRec2020ToLinearDisplayP3();
|
|
67129
67204
|
break $label0$0;
|
|
67130
67205
|
}
|
|
@@ -67238,7 +67313,7 @@ self.util = _cliPkgRequires.util;
|
|
|
67238
67313
|
transformationMatrix$1(dest) {
|
|
67239
67314
|
var t1;
|
|
67240
67315
|
$label0$0: {
|
|
67241
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67316
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
67242
67317
|
t1 = $.$get$linearSrgbToLinearDisplayP3();
|
|
67243
67318
|
break $label0$0;
|
|
67244
67319
|
}
|
|
@@ -67297,7 +67372,7 @@ self.util = _cliPkgRequires.util;
|
|
|
67297
67372
|
transformationMatrix$1(dest) {
|
|
67298
67373
|
var t1;
|
|
67299
67374
|
$label0$0: {
|
|
67300
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67375
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
67301
67376
|
t1 = $.$get$linearSrgbToLinearDisplayP3();
|
|
67302
67377
|
break $label0$0;
|
|
67303
67378
|
}
|
|
@@ -67380,7 +67455,7 @@ self.util = _cliPkgRequires.util;
|
|
|
67380
67455
|
t1 = $.$get$xyzD50ToLinearProphotoRgb();
|
|
67381
67456
|
break $label0$0;
|
|
67382
67457
|
}
|
|
67383
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67458
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
67384
67459
|
t1 = $.$get$xyzD50ToLinearDisplayP3();
|
|
67385
67460
|
break $label0$0;
|
|
67386
67461
|
}
|
|
@@ -67427,7 +67502,7 @@ self.util = _cliPkgRequires.util;
|
|
|
67427
67502
|
t1 = $.$get$xyzD65ToLinearProphotoRgb();
|
|
67428
67503
|
break $label0$0;
|
|
67429
67504
|
}
|
|
67430
|
-
if (B.DisplayP3ColorSpace_MmT === dest) {
|
|
67505
|
+
if (B.DisplayP3ColorSpace_MmT === dest || B.DisplayP3LinearColorSpace_PrP === dest) {
|
|
67431
67506
|
t1 = $.$get$xyzD65ToLinearDisplayP3();
|
|
67432
67507
|
break $label0$0;
|
|
67433
67508
|
}
|
|
@@ -68479,7 +68554,7 @@ self.util = _cliPkgRequires.util;
|
|
|
68479
68554
|
call$1(factor) {
|
|
68480
68555
|
return this.$this._number$_value * factor;
|
|
68481
68556
|
},
|
|
68482
|
-
$signature:
|
|
68557
|
+
$signature: 12
|
|
68483
68558
|
};
|
|
68484
68559
|
A.SingleUnitSassNumber_multiplyUnits_closure.prototype = {
|
|
68485
68560
|
call$1(denominator) {
|
|
@@ -68834,7 +68909,7 @@ self.util = _cliPkgRequires.util;
|
|
|
68834
68909
|
call$1(simple) {
|
|
68835
68910
|
return simple.accept$1(this.$this);
|
|
68836
68911
|
},
|
|
68837
|
-
$signature:
|
|
68912
|
+
$signature: 14
|
|
68838
68913
|
};
|
|
68839
68914
|
A._EvaluateVisitor0.prototype = {
|
|
68840
68915
|
_EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap0(functions, importCache, logger, nodeImporter, quietDeps, sourceMap) {
|
|
@@ -75006,7 +75081,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75006
75081
|
call$1(target) {
|
|
75007
75082
|
return !this.selectors.contains$1(0, target);
|
|
75008
75083
|
},
|
|
75009
|
-
$signature:
|
|
75084
|
+
$signature: 14
|
|
75010
75085
|
};
|
|
75011
75086
|
A._EvaluateVisitor__combineCss_visitModule0.prototype = {
|
|
75012
75087
|
call$1(module) {
|
|
@@ -75038,7 +75113,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75038
75113
|
call$1(target) {
|
|
75039
75114
|
return !this.originalSelectors.contains$1(0, target);
|
|
75040
75115
|
},
|
|
75041
|
-
$signature:
|
|
75116
|
+
$signature: 14
|
|
75042
75117
|
};
|
|
75043
75118
|
A._EvaluateVisitor__extendModules_closure2.prototype = {
|
|
75044
75119
|
call$0() {
|
|
@@ -76026,7 +76101,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76026
76101
|
call$0() {
|
|
76027
76102
|
return this.node.get$spanWithoutContent();
|
|
76028
76103
|
},
|
|
76029
|
-
$signature:
|
|
76104
|
+
$signature: 16
|
|
76030
76105
|
};
|
|
76031
76106
|
A._EvaluateVisitor_visitMediaRule_closure2.prototype = {
|
|
76032
76107
|
call$1(mediaQueries) {
|
|
@@ -80797,7 +80872,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80797
80872
|
call$1(target) {
|
|
80798
80873
|
return !this.selectors.contains$1(0, target);
|
|
80799
80874
|
},
|
|
80800
|
-
$signature:
|
|
80875
|
+
$signature: 14
|
|
80801
80876
|
};
|
|
80802
80877
|
A._EvaluateVisitor__combineCss_visitModule.prototype = {
|
|
80803
80878
|
call$1(module) {
|
|
@@ -80829,7 +80904,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80829
80904
|
call$1(target) {
|
|
80830
80905
|
return !this.originalSelectors.contains$1(0, target);
|
|
80831
80906
|
},
|
|
80832
|
-
$signature:
|
|
80907
|
+
$signature: 14
|
|
80833
80908
|
};
|
|
80834
80909
|
A._EvaluateVisitor__extendModules_closure0.prototype = {
|
|
80835
80910
|
call$0() {
|
|
@@ -81286,7 +81361,7 @@ self.util = _cliPkgRequires.util;
|
|
|
81286
81361
|
call$0() {
|
|
81287
81362
|
return this.node.get$spanWithoutContent();
|
|
81288
81363
|
},
|
|
81289
|
-
$signature:
|
|
81364
|
+
$signature: 16
|
|
81290
81365
|
};
|
|
81291
81366
|
A._EvaluateVisitor_visitMediaRule_closure.prototype = {
|
|
81292
81367
|
call$1(mediaQueries) {
|
|
@@ -82994,19 +83069,10 @@ self.util = _cliPkgRequires.util;
|
|
|
82994
83069
|
t1.writeCharCode$1(41);
|
|
82995
83070
|
},
|
|
82996
83071
|
_writeCalculationValue$1(value) {
|
|
82997
|
-
var
|
|
83072
|
+
var t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, t2, _this = this;
|
|
82998
83073
|
$label1$1: {
|
|
82999
|
-
|
|
83000
|
-
|
|
83001
|
-
if (_2_4_isSet) {
|
|
83002
|
-
_2_4 = value.get$hasComplexUnits();
|
|
83003
|
-
t1 = _2_4;
|
|
83004
|
-
t1 = t1 && !_this._inspect;
|
|
83005
|
-
} else
|
|
83006
|
-
t1 = false;
|
|
83007
|
-
if (t1)
|
|
83008
|
-
throw A.wrapException(A.SassScriptException$(value.toString$0(0) + " isn't a valid CSS value.", _null));
|
|
83009
|
-
if (_2_4_isSet && !isFinite(value._number$_value)) {
|
|
83074
|
+
t1 = value instanceof A.SassNumber;
|
|
83075
|
+
if (t1 && !isFinite(value._number$_value)) {
|
|
83010
83076
|
$label0$0: {
|
|
83011
83077
|
_0_0 = value._number$_value;
|
|
83012
83078
|
if (1 / 0 === _0_0) {
|
|
@@ -83023,11 +83089,7 @@ self.util = _cliPkgRequires.util;
|
|
|
83023
83089
|
_this._writeCalculationUnits$2(value.get$numeratorUnits(value), value.get$denominatorUnits(value));
|
|
83024
83090
|
break $label1$1;
|
|
83025
83091
|
}
|
|
83026
|
-
if (
|
|
83027
|
-
t1 = _2_4;
|
|
83028
|
-
else
|
|
83029
|
-
t1 = false;
|
|
83030
|
-
if (t1) {
|
|
83092
|
+
if (t1 && value.get$hasComplexUnits()) {
|
|
83031
83093
|
_this._writeNumber$1(value._number$_value);
|
|
83032
83094
|
_1_0 = value.get$numeratorUnits(value);
|
|
83033
83095
|
if (_1_0.length >= 1) {
|
|
@@ -83044,14 +83106,14 @@ self.util = _cliPkgRequires.util;
|
|
|
83044
83106
|
break $label1$1;
|
|
83045
83107
|
}
|
|
83046
83108
|
t1 = value instanceof A.CalculationOperation;
|
|
83047
|
-
left =
|
|
83048
|
-
right =
|
|
83109
|
+
left = null;
|
|
83110
|
+
right = null;
|
|
83049
83111
|
if (t1) {
|
|
83050
83112
|
operator = value._operator;
|
|
83051
83113
|
left = value._left;
|
|
83052
83114
|
right = value._right;
|
|
83053
83115
|
} else
|
|
83054
|
-
operator =
|
|
83116
|
+
operator = null;
|
|
83055
83117
|
if (t1) {
|
|
83056
83118
|
parenthesizeLeft = left instanceof A.CalculationOperation && left._operator.precedence < operator.precedence;
|
|
83057
83119
|
if (parenthesizeLeft)
|
|
@@ -83705,11 +83767,9 @@ self.util = _cliPkgRequires.util;
|
|
|
83705
83767
|
_this.visitCalculation$1(new A.SassCalculation("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
|
|
83706
83768
|
return;
|
|
83707
83769
|
}
|
|
83708
|
-
if (value.get$hasComplexUnits())
|
|
83709
|
-
if (!_this._inspect)
|
|
83710
|
-
throw A.wrapException(A.SassScriptException$(value.toString$0(0) + " isn't a valid CSS value.", null));
|
|
83770
|
+
if (value.get$hasComplexUnits())
|
|
83711
83771
|
_this.visitCalculation$1(new A.SassCalculation("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
|
|
83712
|
-
|
|
83772
|
+
else {
|
|
83713
83773
|
_this._writeNumber$1(t1);
|
|
83714
83774
|
_1_0 = value.get$numeratorUnits(value);
|
|
83715
83775
|
if (_1_0.length === 1)
|
|
@@ -86642,7 +86702,7 @@ self.util = _cliPkgRequires.util;
|
|
|
86642
86702
|
t1 = $.$get$linearA98RgbToLinearSrgb0();
|
|
86643
86703
|
break $label0$0;
|
|
86644
86704
|
}
|
|
86645
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
86705
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
86646
86706
|
t1 = $.$get$linearA98RgbToLinearDisplayP30();
|
|
86647
86707
|
break $label0$0;
|
|
86648
86708
|
}
|
|
@@ -86718,7 +86778,7 @@ self.util = _cliPkgRequires.util;
|
|
|
86718
86778
|
call$1(simple) {
|
|
86719
86779
|
return simple.accept$1(this.$this);
|
|
86720
86780
|
},
|
|
86721
|
-
$signature:
|
|
86781
|
+
$signature: 15
|
|
86722
86782
|
};
|
|
86723
86783
|
A.SupportsAnything0.prototype = {
|
|
86724
86784
|
toInterpolation$0() {
|
|
@@ -93583,7 +93643,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93583
93643
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
93584
93644
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93585
93645
|
},
|
|
93586
|
-
$signature:
|
|
93646
|
+
$signature: 13
|
|
93587
93647
|
};
|
|
93588
93648
|
A._EvaluateVisitor_closure39.prototype = {
|
|
93589
93649
|
call$1($arguments) {
|
|
@@ -93591,7 +93651,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93591
93651
|
t1 = this.$this._async_evaluate0$_environment;
|
|
93592
93652
|
return t1.getVariable$1(A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-")) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93593
93653
|
},
|
|
93594
|
-
$signature:
|
|
93654
|
+
$signature: 13
|
|
93595
93655
|
};
|
|
93596
93656
|
A._EvaluateVisitor_closure40.prototype = {
|
|
93597
93657
|
call$1($arguments) {
|
|
@@ -93606,7 +93666,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93606
93666
|
t4 = A.stringReplaceAllUnchecked(t3, "_", "-");
|
|
93607
93667
|
return t2.getFunction$2$namespace(t4, module == null ? null : module._string0$_text) != null || t1._async_evaluate0$_builtInFunctions.containsKey$1(t3) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93608
93668
|
},
|
|
93609
|
-
$signature:
|
|
93669
|
+
$signature: 13
|
|
93610
93670
|
};
|
|
93611
93671
|
A._EvaluateVisitor_closure41.prototype = {
|
|
93612
93672
|
call$1($arguments) {
|
|
@@ -93619,7 +93679,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93619
93679
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
93620
93680
|
return t1.getMixin$2$namespace(t2, module == null ? null : module._string0$_text) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93621
93681
|
},
|
|
93622
|
-
$signature:
|
|
93682
|
+
$signature: 13
|
|
93623
93683
|
};
|
|
93624
93684
|
A._EvaluateVisitor_closure42.prototype = {
|
|
93625
93685
|
call$1($arguments) {
|
|
@@ -93628,7 +93688,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93628
93688
|
throw A.wrapException(A.SassScriptException$0(string$.conten, null));
|
|
93629
93689
|
return t1._async_environment0$_content != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93630
93690
|
},
|
|
93631
|
-
$signature:
|
|
93691
|
+
$signature: 13
|
|
93632
93692
|
};
|
|
93633
93693
|
A._EvaluateVisitor_closure43.prototype = {
|
|
93634
93694
|
call$1($arguments) {
|
|
@@ -94153,7 +94213,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94153
94213
|
call$1(target) {
|
|
94154
94214
|
return !this.selectors.contains$1(0, target);
|
|
94155
94215
|
},
|
|
94156
|
-
$signature:
|
|
94216
|
+
$signature: 15
|
|
94157
94217
|
};
|
|
94158
94218
|
A._EvaluateVisitor__combineCss_visitModule2.prototype = {
|
|
94159
94219
|
call$1(module) {
|
|
@@ -94185,7 +94245,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94185
94245
|
call$1(target) {
|
|
94186
94246
|
return !this.originalSelectors.contains$1(0, target);
|
|
94187
94247
|
},
|
|
94188
|
-
$signature:
|
|
94248
|
+
$signature: 15
|
|
94189
94249
|
};
|
|
94190
94250
|
A._EvaluateVisitor__extendModules_closure6.prototype = {
|
|
94191
94251
|
call$0() {
|
|
@@ -95173,7 +95233,7 @@ self.util = _cliPkgRequires.util;
|
|
|
95173
95233
|
call$0() {
|
|
95174
95234
|
return this.node.get$spanWithoutContent();
|
|
95175
95235
|
},
|
|
95176
|
-
$signature:
|
|
95236
|
+
$signature: 16
|
|
95177
95237
|
};
|
|
95178
95238
|
A._EvaluateVisitor_visitMediaRule_closure8.prototype = {
|
|
95179
95239
|
call$1(mediaQueries) {
|
|
@@ -99056,21 +99116,21 @@ self.util = _cliPkgRequires.util;
|
|
|
99056
99116
|
call$1($arguments) {
|
|
99057
99117
|
return J.$index$asx($arguments, 0).assertColor$1("color")._color0$_space.get$isLegacyInternal() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99058
99118
|
},
|
|
99059
|
-
$signature:
|
|
99119
|
+
$signature: 13
|
|
99060
99120
|
};
|
|
99061
99121
|
A.module_closure45.prototype = {
|
|
99062
99122
|
call$1($arguments) {
|
|
99063
99123
|
var t1 = J.getInterceptor$asx($arguments);
|
|
99064
99124
|
return t1.$index($arguments, 0).assertColor$1("color").isChannelMissing$3$channelName$colorName(A._channelName0(t1.$index($arguments, 1)), "channel", "color") ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99065
99125
|
},
|
|
99066
|
-
$signature:
|
|
99126
|
+
$signature: 13
|
|
99067
99127
|
};
|
|
99068
99128
|
A.module_closure46.prototype = {
|
|
99069
99129
|
call$1($arguments) {
|
|
99070
99130
|
var t1 = J.getInterceptor$asx($arguments);
|
|
99071
99131
|
return A._colorInSpace0(t1.$index($arguments, 0), t1.$index($arguments, 1), true).get$isInGamut() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99072
99132
|
},
|
|
99073
|
-
$signature:
|
|
99133
|
+
$signature: 13
|
|
99074
99134
|
};
|
|
99075
99135
|
A.module_closure47.prototype = {
|
|
99076
99136
|
call$1($arguments) {
|
|
@@ -99164,7 +99224,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99164
99224
|
t1 = J.$eq$(t1.call$1(color1), t1.call$1(color2));
|
|
99165
99225
|
return t1 ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99166
99226
|
},
|
|
99167
|
-
$signature:
|
|
99227
|
+
$signature: 13
|
|
99168
99228
|
};
|
|
99169
99229
|
A.module_closure_toXyzNoMissing0.prototype = {
|
|
99170
99230
|
call$1(color) {
|
|
@@ -99229,7 +99289,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99229
99289
|
var t1 = J.getInterceptor$asx($arguments);
|
|
99230
99290
|
return A._colorInSpace0(t1.$index($arguments, 0), t1.$index($arguments, 2), true).isChannelPowerless$3$channelName$colorName(A._channelName0(t1.$index($arguments, 1)), "channel", "color") ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99231
99291
|
},
|
|
99232
|
-
$signature:
|
|
99292
|
+
$signature: 13
|
|
99233
99293
|
};
|
|
99234
99294
|
A._mix_closure0.prototype = {
|
|
99235
99295
|
call$1($arguments) {
|
|
@@ -99341,7 +99401,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99341
99401
|
call$1(alpha) {
|
|
99342
99402
|
return isNaN(alpha) ? 0 : B.JSNumber_methods.clamp$2(alpha, 0, 1);
|
|
99343
99403
|
},
|
|
99344
|
-
$signature:
|
|
99404
|
+
$signature: 12
|
|
99345
99405
|
};
|
|
99346
99406
|
A._functionString_closure0.prototype = {
|
|
99347
99407
|
call$1(argument) {
|
|
@@ -99549,6 +99609,13 @@ self.util = _cliPkgRequires.util;
|
|
|
99549
99609
|
t4 = t1.get$blue(options);
|
|
99550
99610
|
t1 = t1.get$alpha(options);
|
|
99551
99611
|
return A.SassColor$_forSpace0(B.DisplayP3ColorSpace_MmT0, t2, t3, t4, A._asBool($.$get$_isUndefined().call$1(t1)) ? 1 : t1, _null);
|
|
99612
|
+
case B.DisplayP3LinearColorSpace_PrP0:
|
|
99613
|
+
t1 = J.getInterceptor$x(options);
|
|
99614
|
+
t2 = t1.get$red(options);
|
|
99615
|
+
t3 = t1.get$green(options);
|
|
99616
|
+
t4 = t1.get$blue(options);
|
|
99617
|
+
t1 = t1.get$alpha(options);
|
|
99618
|
+
return A.SassColor$_forSpace0(B.DisplayP3LinearColorSpace_PrP0, t2, t3, t4, A._asBool($.$get$_isUndefined().call$1(t1)) ? 1 : t1, _null);
|
|
99552
99619
|
case B.A98RgbColorSpace_lf20:
|
|
99553
99620
|
t1 = J.getInterceptor$x(options);
|
|
99554
99621
|
t2 = t1.get$red(options);
|
|
@@ -99820,6 +99887,10 @@ self.util = _cliPkgRequires.util;
|
|
|
99820
99887
|
changedColor = A.SassColor$_forSpace0(B.DisplayP3ColorSpace_MmT0, changedValue.call$1(_s3_0), changedValue.call$1(_s5_), changedValue.call$1(_s4_), changedValue.call$1(_s5_0), _null);
|
|
99821
99888
|
break $label0$2;
|
|
99822
99889
|
}
|
|
99890
|
+
if (B.DisplayP3LinearColorSpace_PrP0 === space) {
|
|
99891
|
+
changedColor = A.SassColor$_forSpace0(B.DisplayP3LinearColorSpace_PrP0, changedValue.call$1(_s3_0), changedValue.call$1(_s5_), changedValue.call$1(_s4_), changedValue.call$1(_s5_0), _null);
|
|
99892
|
+
break $label0$2;
|
|
99893
|
+
}
|
|
99823
99894
|
if (B.ProphotoRgbColorSpace_BDz0 === space) {
|
|
99824
99895
|
changedColor = A.SassColor$_forSpace0(B.ProphotoRgbColorSpace_BDz0, changedValue.call$1(_s3_0), changedValue.call$1(_s5_), changedValue.call$1(_s4_), changedValue.call$1(_s5_0), _null);
|
|
99825
99896
|
break $label0$2;
|
|
@@ -100586,7 +100657,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100586
100657
|
call$1(alpha) {
|
|
100587
100658
|
return A.fuzzyAssertRange0(alpha, 0, 1, "alpha");
|
|
100588
100659
|
},
|
|
100589
|
-
$signature:
|
|
100660
|
+
$signature: 12
|
|
100590
100661
|
};
|
|
100591
100662
|
A._ColorFormatEnum0.prototype = {
|
|
100592
100663
|
toString$0(_) {
|
|
@@ -101372,7 +101443,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101372
101443
|
call$1(component) {
|
|
101373
101444
|
return component.get$hasComplicatedSuperselectorSemantics();
|
|
101374
101445
|
},
|
|
101375
|
-
$signature:
|
|
101446
|
+
$signature: 15
|
|
101376
101447
|
};
|
|
101377
101448
|
A.Configuration0.prototype = {
|
|
101378
101449
|
throughForward$1($forward) {
|
|
@@ -102088,6 +102159,15 @@ self.util = _cliPkgRequires.util;
|
|
|
102088
102159
|
get$isBoundedInternal() {
|
|
102089
102160
|
return true;
|
|
102090
102161
|
},
|
|
102162
|
+
convert$5(dest, red, green, blue, alpha) {
|
|
102163
|
+
var t1;
|
|
102164
|
+
if (dest === B.DisplayP3LinearColorSpace_PrP0) {
|
|
102165
|
+
t1 = this.get$toLinear();
|
|
102166
|
+
t1 = A.SassColor_SassColor$forSpaceInternal0(dest, A.NullableExtension_andThen0(red, t1), A.NullableExtension_andThen0(green, t1), A.NullableExtension_andThen0(blue, t1), alpha);
|
|
102167
|
+
} else
|
|
102168
|
+
t1 = this.super$ColorSpace$convertLinear0(dest, red, green, blue, alpha, false, false, false, false, false);
|
|
102169
|
+
return t1;
|
|
102170
|
+
},
|
|
102091
102171
|
toLinear$1(channel) {
|
|
102092
102172
|
return A.srgbAndDisplayP3ToLinear0(channel);
|
|
102093
102173
|
},
|
|
@@ -102131,6 +102211,56 @@ self.util = _cliPkgRequires.util;
|
|
|
102131
102211
|
return t1;
|
|
102132
102212
|
}
|
|
102133
102213
|
};
|
|
102214
|
+
A.DisplayP3LinearColorSpace0.prototype = {
|
|
102215
|
+
get$isBoundedInternal() {
|
|
102216
|
+
return true;
|
|
102217
|
+
},
|
|
102218
|
+
convert$5(dest, red, green, blue, alpha) {
|
|
102219
|
+
return dest === B.DisplayP3ColorSpace_MmT0 ? A.SassColor_SassColor$forSpaceInternal0(dest, A.NullableExtension_andThen0(red, A.utils2__srgbAndDisplayP3FromLinear$closure()), A.NullableExtension_andThen0(green, A.utils2__srgbAndDisplayP3FromLinear$closure()), A.NullableExtension_andThen0(blue, A.utils2__srgbAndDisplayP3FromLinear$closure()), alpha) : this.super$ColorSpace$convert0(dest, red, green, blue, alpha);
|
|
102220
|
+
},
|
|
102221
|
+
toLinear$1(channel) {
|
|
102222
|
+
return channel;
|
|
102223
|
+
},
|
|
102224
|
+
fromLinear$1(channel) {
|
|
102225
|
+
return channel;
|
|
102226
|
+
},
|
|
102227
|
+
transformationMatrix$1(dest) {
|
|
102228
|
+
var t1;
|
|
102229
|
+
$label0$0: {
|
|
102230
|
+
if (B.SrgbLinearColorSpace_kUj0 === dest || B.SrgbColorSpace_thf0 === dest || B.RgbColorSpace_i0P0 === dest) {
|
|
102231
|
+
t1 = $.$get$linearDisplayP3ToLinearSrgb0();
|
|
102232
|
+
break $label0$0;
|
|
102233
|
+
}
|
|
102234
|
+
if (B.A98RgbColorSpace_lf20 === dest) {
|
|
102235
|
+
t1 = $.$get$linearDisplayP3ToLinearA98Rgb0();
|
|
102236
|
+
break $label0$0;
|
|
102237
|
+
}
|
|
102238
|
+
if (B.ProphotoRgbColorSpace_BDz0 === dest) {
|
|
102239
|
+
t1 = $.$get$linearDisplayP3ToLinearProphotoRgb0();
|
|
102240
|
+
break $label0$0;
|
|
102241
|
+
}
|
|
102242
|
+
if (B.Rec2020ColorSpace_6oo0 === dest) {
|
|
102243
|
+
t1 = $.$get$linearDisplayP3ToLinearRec20200();
|
|
102244
|
+
break $label0$0;
|
|
102245
|
+
}
|
|
102246
|
+
if (B.XyzD65ColorSpace_WiJ0 === dest) {
|
|
102247
|
+
t1 = $.$get$linearDisplayP3ToXyzD650();
|
|
102248
|
+
break $label0$0;
|
|
102249
|
+
}
|
|
102250
|
+
if (B.XyzD50ColorSpace_2OB0 === dest) {
|
|
102251
|
+
t1 = $.$get$linearDisplayP3ToXyzD500();
|
|
102252
|
+
break $label0$0;
|
|
102253
|
+
}
|
|
102254
|
+
if (B.LmsColorSpace_Os30 === dest) {
|
|
102255
|
+
t1 = $.$get$linearDisplayP3ToLms0();
|
|
102256
|
+
break $label0$0;
|
|
102257
|
+
}
|
|
102258
|
+
t1 = this.super$ColorSpace$transformationMatrix0(dest);
|
|
102259
|
+
break $label0$0;
|
|
102260
|
+
}
|
|
102261
|
+
return t1;
|
|
102262
|
+
}
|
|
102263
|
+
};
|
|
102134
102264
|
A.DynamicImport0.prototype = {
|
|
102135
102265
|
toString$0(_) {
|
|
102136
102266
|
return A.StringExpression_quoteText0(this.urlString);
|
|
@@ -105451,7 +105581,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105451
105581
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
105452
105582
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105453
105583
|
},
|
|
105454
|
-
$signature:
|
|
105584
|
+
$signature: 13
|
|
105455
105585
|
};
|
|
105456
105586
|
A._EvaluateVisitor_closure26.prototype = {
|
|
105457
105587
|
call$1($arguments) {
|
|
@@ -105459,7 +105589,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105459
105589
|
t1 = this.$this._evaluate0$_environment;
|
|
105460
105590
|
return t1.getVariable$1(A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-")) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105461
105591
|
},
|
|
105462
|
-
$signature:
|
|
105592
|
+
$signature: 13
|
|
105463
105593
|
};
|
|
105464
105594
|
A._EvaluateVisitor_closure27.prototype = {
|
|
105465
105595
|
call$1($arguments) {
|
|
@@ -105474,7 +105604,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105474
105604
|
t4 = A.stringReplaceAllUnchecked(t3, "_", "-");
|
|
105475
105605
|
return t2.getFunction$2$namespace(t4, module == null ? null : module._string0$_text) != null || t1._evaluate0$_builtInFunctions.containsKey$1(t3) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105476
105606
|
},
|
|
105477
|
-
$signature:
|
|
105607
|
+
$signature: 13
|
|
105478
105608
|
};
|
|
105479
105609
|
A._EvaluateVisitor_closure28.prototype = {
|
|
105480
105610
|
call$1($arguments) {
|
|
@@ -105487,7 +105617,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105487
105617
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
105488
105618
|
return t1.getMixin$2$namespace(t2, module == null ? null : module._string0$_text) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105489
105619
|
},
|
|
105490
|
-
$signature:
|
|
105620
|
+
$signature: 13
|
|
105491
105621
|
};
|
|
105492
105622
|
A._EvaluateVisitor_closure29.prototype = {
|
|
105493
105623
|
call$1($arguments) {
|
|
@@ -105496,7 +105626,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105496
105626
|
throw A.wrapException(A.SassScriptException$0(string$.conten, null));
|
|
105497
105627
|
return t1._environment0$_content != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105498
105628
|
},
|
|
105499
|
-
$signature:
|
|
105629
|
+
$signature: 13
|
|
105500
105630
|
};
|
|
105501
105631
|
A._EvaluateVisitor_closure30.prototype = {
|
|
105502
105632
|
call$1($arguments) {
|
|
@@ -105861,7 +105991,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105861
105991
|
call$1(target) {
|
|
105862
105992
|
return !this.selectors.contains$1(0, target);
|
|
105863
105993
|
},
|
|
105864
|
-
$signature:
|
|
105994
|
+
$signature: 15
|
|
105865
105995
|
};
|
|
105866
105996
|
A._EvaluateVisitor__combineCss_visitModule1.prototype = {
|
|
105867
105997
|
call$1(module) {
|
|
@@ -105893,7 +106023,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105893
106023
|
call$1(target) {
|
|
105894
106024
|
return !this.originalSelectors.contains$1(0, target);
|
|
105895
106025
|
},
|
|
105896
|
-
$signature:
|
|
106026
|
+
$signature: 15
|
|
105897
106027
|
};
|
|
105898
106028
|
A._EvaluateVisitor__extendModules_closure4.prototype = {
|
|
105899
106029
|
call$0() {
|
|
@@ -106350,7 +106480,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106350
106480
|
call$0() {
|
|
106351
106481
|
return this.node.get$spanWithoutContent();
|
|
106352
106482
|
},
|
|
106353
|
-
$signature:
|
|
106483
|
+
$signature: 16
|
|
106354
106484
|
};
|
|
106355
106485
|
A._EvaluateVisitor_visitMediaRule_closure5.prototype = {
|
|
106356
106486
|
call$1(mediaQueries) {
|
|
@@ -109036,7 +109166,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109036
109166
|
t1 = true;
|
|
109037
109167
|
return t1 && this.uniqueSelectors.contains$1(0, simple);
|
|
109038
109168
|
},
|
|
109039
|
-
$signature:
|
|
109169
|
+
$signature: 15
|
|
109040
109170
|
};
|
|
109041
109171
|
A.paths_closure0.prototype = {
|
|
109042
109172
|
call$2(paths, choice) {
|
|
@@ -109109,7 +109239,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109109
109239
|
call$1(simple1) {
|
|
109110
109240
|
return B.JSArray_methods.any$1(this.compound2.components, simple1.get$isSuperselector());
|
|
109111
109241
|
},
|
|
109112
|
-
$signature:
|
|
109242
|
+
$signature: 15
|
|
109113
109243
|
};
|
|
109114
109244
|
A._selectorPseudoIsSuperselector_closure6.prototype = {
|
|
109115
109245
|
call$1(selector2) {
|
|
@@ -109184,7 +109314,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109184
109314
|
}
|
|
109185
109315
|
return t1;
|
|
109186
109316
|
},
|
|
109187
|
-
$signature:
|
|
109317
|
+
$signature: 15
|
|
109188
109318
|
};
|
|
109189
109319
|
A._selectorPseudoIsSuperselector___closure1.prototype = {
|
|
109190
109320
|
call$1(simple1) {
|
|
@@ -109196,7 +109326,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109196
109326
|
t1 = false;
|
|
109197
109327
|
return t1;
|
|
109198
109328
|
},
|
|
109199
|
-
$signature:
|
|
109329
|
+
$signature: 15
|
|
109200
109330
|
};
|
|
109201
109331
|
A._selectorPseudoIsSuperselector___closure2.prototype = {
|
|
109202
109332
|
call$1(simple1) {
|
|
@@ -109207,7 +109337,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109207
109337
|
t1 = false;
|
|
109208
109338
|
return t1;
|
|
109209
109339
|
},
|
|
109210
|
-
$signature:
|
|
109340
|
+
$signature: 15
|
|
109211
109341
|
};
|
|
109212
109342
|
A._selectorPseudoIsSuperselector_closure11.prototype = {
|
|
109213
109343
|
call$1(selector2) {
|
|
@@ -109231,7 +109361,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109231
109361
|
return false;
|
|
109232
109362
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
109233
109363
|
},
|
|
109234
|
-
$signature:
|
|
109364
|
+
$signature: 15
|
|
109235
109365
|
};
|
|
109236
109366
|
A._selectorPseudoArgs_closure1.prototype = {
|
|
109237
109367
|
call$1(pseudo) {
|
|
@@ -109309,7 +109439,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109309
109439
|
call$1(hue) {
|
|
109310
109440
|
return A.hueToRgb0(0, 1, hue) * this.factor + this._box_0.scaledWhiteness;
|
|
109311
109441
|
},
|
|
109312
|
-
$signature:
|
|
109442
|
+
$signature: 12
|
|
109313
109443
|
};
|
|
109314
109444
|
A.InterpolatedIDSelector.prototype = {
|
|
109315
109445
|
get$span(_) {
|
|
@@ -109362,7 +109492,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109362
109492
|
t1 = false;
|
|
109363
109493
|
return t1;
|
|
109364
109494
|
},
|
|
109365
|
-
$signature:
|
|
109495
|
+
$signature: 15
|
|
109366
109496
|
};
|
|
109367
109497
|
A.IfExpression0.prototype = {
|
|
109368
109498
|
accept$1$1(visitor) {
|
|
@@ -109477,7 +109607,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109477
109607
|
call$0() {
|
|
109478
109608
|
return this.$this.get$span(0);
|
|
109479
109609
|
},
|
|
109480
|
-
$signature:
|
|
109610
|
+
$signature: 16
|
|
109481
109611
|
};
|
|
109482
109612
|
A.IfConditionFunction0.prototype = {
|
|
109483
109613
|
get$isArbitrarySubstitution() {
|
|
@@ -111692,7 +111822,7 @@ self.util = _cliPkgRequires.util;
|
|
|
111692
111822
|
call$1($arguments) {
|
|
111693
111823
|
return J.$index$asx($arguments, 0).get$hasBrackets() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
111694
111824
|
},
|
|
111695
|
-
$signature:
|
|
111825
|
+
$signature: 13
|
|
111696
111826
|
};
|
|
111697
111827
|
A._slash_closure0.prototype = {
|
|
111698
111828
|
call$1($arguments) {
|
|
@@ -111910,7 +112040,7 @@ self.util = _cliPkgRequires.util;
|
|
|
111910
112040
|
selector = simple.selector;
|
|
111911
112041
|
return selector != null && selector.accept$1(B.C__ParentSelectorVisitor0) != null;
|
|
111912
112042
|
},
|
|
111913
|
-
$signature:
|
|
112043
|
+
$signature: 15
|
|
111914
112044
|
};
|
|
111915
112045
|
A.SelectorList__nestWithinCompound_closure3.prototype = {
|
|
111916
112046
|
call$1(simple) {
|
|
@@ -112254,7 +112384,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112254
112384
|
t1 = $.$get$lmsToLinearProphotoRgb0();
|
|
112255
112385
|
break $label0$0;
|
|
112256
112386
|
}
|
|
112257
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
112387
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
112258
112388
|
t1 = $.$get$lmsToLinearDisplayP30();
|
|
112259
112389
|
break $label0$0;
|
|
112260
112390
|
}
|
|
@@ -112577,7 +112707,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112577
112707
|
}
|
|
112578
112708
|
return map._map0$_contents.containsKey$1(B.JSArray_methods.get$last(t2)) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
112579
112709
|
},
|
|
112580
|
-
$signature:
|
|
112710
|
+
$signature: 13
|
|
112581
112711
|
};
|
|
112582
112712
|
A._modify_modifyNestedMap0.prototype = {
|
|
112583
112713
|
call$1(map) {
|
|
@@ -112848,13 +112978,13 @@ self.util = _cliPkgRequires.util;
|
|
|
112848
112978
|
call$1(value) {
|
|
112849
112979
|
return Math.abs(value);
|
|
112850
112980
|
},
|
|
112851
|
-
$signature:
|
|
112981
|
+
$signature: 12
|
|
112852
112982
|
};
|
|
112853
112983
|
A._ceil_closure0.prototype = {
|
|
112854
112984
|
call$1(value) {
|
|
112855
112985
|
return B.JSNumber_methods.ceil$0(value);
|
|
112856
112986
|
},
|
|
112857
|
-
$signature:
|
|
112987
|
+
$signature: 12
|
|
112858
112988
|
};
|
|
112859
112989
|
A._clamp_closure0.prototype = {
|
|
112860
112990
|
call$1($arguments) {
|
|
@@ -112878,7 +113008,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112878
113008
|
call$1(value) {
|
|
112879
113009
|
return B.JSNumber_methods.floor$0(value);
|
|
112880
113010
|
},
|
|
112881
|
-
$signature:
|
|
113011
|
+
$signature: 12
|
|
112882
113012
|
};
|
|
112883
113013
|
A._max_closure0.prototype = {
|
|
112884
113014
|
call$1($arguments) {
|
|
@@ -112912,7 +113042,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112912
113042
|
call$1(number) {
|
|
112913
113043
|
return B.JSNumber_methods.round$0(number);
|
|
112914
113044
|
},
|
|
112915
|
-
$signature:
|
|
113045
|
+
$signature: 12
|
|
112916
113046
|
};
|
|
112917
113047
|
A._hypot_closure0.prototype = {
|
|
112918
113048
|
call$1($arguments) {
|
|
@@ -112979,13 +113109,13 @@ self.util = _cliPkgRequires.util;
|
|
|
112979
113109
|
var t1 = J.getInterceptor$asx($arguments);
|
|
112980
113110
|
return t1.$index($arguments, 0).assertNumber$1("number1").isComparableTo$1(t1.$index($arguments, 1).assertNumber$1("number2")) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
112981
113111
|
},
|
|
112982
|
-
$signature:
|
|
113112
|
+
$signature: 13
|
|
112983
113113
|
};
|
|
112984
113114
|
A._isUnitless_closure0.prototype = {
|
|
112985
113115
|
call$1($arguments) {
|
|
112986
113116
|
return !J.$index$asx($arguments, 0).assertNumber$1("number").get$hasUnits() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
112987
113117
|
},
|
|
112988
|
-
$signature:
|
|
113118
|
+
$signature: 13
|
|
112989
113119
|
};
|
|
112990
113120
|
A._unit_closure0.prototype = {
|
|
112991
113121
|
call$1($arguments) {
|
|
@@ -113395,7 +113525,7 @@ self.util = _cliPkgRequires.util;
|
|
|
113395
113525
|
A.warnForDeprecation0(string$.The_fe, B.Deprecation_p2t);
|
|
113396
113526
|
return $._features0.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature")._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
113397
113527
|
},
|
|
113398
|
-
$signature:
|
|
113528
|
+
$signature: 13
|
|
113399
113529
|
};
|
|
113400
113530
|
A._shared_closure4.prototype = {
|
|
113401
113531
|
call$1($arguments) {
|
|
@@ -113538,7 +113668,7 @@ self.util = _cliPkgRequires.util;
|
|
|
113538
113668
|
}
|
|
113539
113669
|
return t1 ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
113540
113670
|
},
|
|
113541
|
-
$signature:
|
|
113671
|
+
$signature: 13
|
|
113542
113672
|
};
|
|
113543
113673
|
A.mixinClass_closure.prototype = {
|
|
113544
113674
|
call$0() {
|
|
@@ -115758,7 +115888,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115758
115888
|
call$0() {
|
|
115759
115889
|
return $.$get$bogusSpan0();
|
|
115760
115890
|
},
|
|
115761
|
-
$signature:
|
|
115891
|
+
$signature: 16
|
|
115762
115892
|
};
|
|
115763
115893
|
A._updateLazyFileSpanPrototype_closure0.prototype = {
|
|
115764
115894
|
call$1(span) {
|
|
@@ -116672,7 +116802,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116672
116802
|
t1 = type$.InterpolationMap_2._as(t1);
|
|
116673
116803
|
return t1.mapSpan$1(this.span);
|
|
116674
116804
|
},
|
|
116675
|
-
$signature:
|
|
116805
|
+
$signature: 16
|
|
116676
116806
|
};
|
|
116677
116807
|
A.Parser_spanFromPosition_closure0.prototype = {
|
|
116678
116808
|
call$0() {
|
|
@@ -116681,7 +116811,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116681
116811
|
t1 = type$.InterpolationMap_2._as(t1);
|
|
116682
116812
|
return t1.mapSpan$1(this.span);
|
|
116683
116813
|
},
|
|
116684
|
-
$signature:
|
|
116814
|
+
$signature: 16
|
|
116685
116815
|
};
|
|
116686
116816
|
A.InterpolatedPlaceholderSelector.prototype = {
|
|
116687
116817
|
get$span(_) {
|
|
@@ -116799,7 +116929,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116799
116929
|
t1 = $.$get$linearProphotoRgbToLinearA98Rgb0();
|
|
116800
116930
|
break $label0$0;
|
|
116801
116931
|
}
|
|
116802
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
116932
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
116803
116933
|
t1 = $.$get$linearProphotoRgbToLinearDisplayP30();
|
|
116804
116934
|
break $label0$0;
|
|
116805
116935
|
}
|
|
@@ -117003,7 +117133,7 @@ self.util = _cliPkgRequires.util;
|
|
|
117003
117133
|
t1 = false;
|
|
117004
117134
|
return t1;
|
|
117005
117135
|
},
|
|
117006
|
-
$signature:
|
|
117136
|
+
$signature: 15
|
|
117007
117137
|
};
|
|
117008
117138
|
A.PublicMemberMapView0.prototype = {
|
|
117009
117139
|
get$keys(_) {
|
|
@@ -117078,7 +117208,7 @@ self.util = _cliPkgRequires.util;
|
|
|
117078
117208
|
t1 = $.$get$linearRec2020ToLinearA98Rgb0();
|
|
117079
117209
|
break $label0$0;
|
|
117080
117210
|
}
|
|
117081
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
117211
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
117082
117212
|
t1 = $.$get$linearRec2020ToLinearDisplayP30();
|
|
117083
117213
|
break $label0$0;
|
|
117084
117214
|
}
|
|
@@ -118297,7 +118427,7 @@ self.util = _cliPkgRequires.util;
|
|
|
118297
118427
|
selector2.assertNotBogus$1$name("sub");
|
|
118298
118428
|
return A.listIsSuperselector0(selector1.components, selector2.components) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
118299
118429
|
},
|
|
118300
|
-
$signature:
|
|
118430
|
+
$signature: 13
|
|
118301
118431
|
};
|
|
118302
118432
|
A._simpleSelectors_closure0.prototype = {
|
|
118303
118433
|
call$1($arguments) {
|
|
@@ -119035,19 +119165,10 @@ self.util = _cliPkgRequires.util;
|
|
|
119035
119165
|
t1.writeCharCode$1(41);
|
|
119036
119166
|
},
|
|
119037
119167
|
_serialize0$_writeCalculationValue$1(value) {
|
|
119038
|
-
var
|
|
119168
|
+
var t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, t2, _this = this;
|
|
119039
119169
|
$label1$1: {
|
|
119040
|
-
|
|
119041
|
-
|
|
119042
|
-
if (_2_4_isSet) {
|
|
119043
|
-
_2_4 = value.get$hasComplexUnits();
|
|
119044
|
-
t1 = _2_4;
|
|
119045
|
-
t1 = t1 && !_this._serialize0$_inspect;
|
|
119046
|
-
} else
|
|
119047
|
-
t1 = false;
|
|
119048
|
-
if (t1)
|
|
119049
|
-
throw A.wrapException(A.SassScriptException$0(value.toString$0(0) + " isn't a valid CSS value.", _null));
|
|
119050
|
-
if (_2_4_isSet && !isFinite(value._number1$_value)) {
|
|
119170
|
+
t1 = value instanceof A.SassNumber0;
|
|
119171
|
+
if (t1 && !isFinite(value._number1$_value)) {
|
|
119051
119172
|
$label0$0: {
|
|
119052
119173
|
_0_0 = value._number1$_value;
|
|
119053
119174
|
if (1 / 0 === _0_0) {
|
|
@@ -119064,11 +119185,7 @@ self.util = _cliPkgRequires.util;
|
|
|
119064
119185
|
_this._serialize0$_writeCalculationUnits$2(value.get$numeratorUnits(value), value.get$denominatorUnits(value));
|
|
119065
119186
|
break $label1$1;
|
|
119066
119187
|
}
|
|
119067
|
-
if (
|
|
119068
|
-
t1 = _2_4;
|
|
119069
|
-
else
|
|
119070
|
-
t1 = false;
|
|
119071
|
-
if (t1) {
|
|
119188
|
+
if (t1 && value.get$hasComplexUnits()) {
|
|
119072
119189
|
_this._serialize0$_writeNumber$1(value._number1$_value);
|
|
119073
119190
|
_1_0 = value.get$numeratorUnits(value);
|
|
119074
119191
|
if (_1_0.length >= 1) {
|
|
@@ -119085,14 +119202,14 @@ self.util = _cliPkgRequires.util;
|
|
|
119085
119202
|
break $label1$1;
|
|
119086
119203
|
}
|
|
119087
119204
|
t1 = value instanceof A.CalculationOperation0;
|
|
119088
|
-
left =
|
|
119089
|
-
right =
|
|
119205
|
+
left = null;
|
|
119206
|
+
right = null;
|
|
119090
119207
|
if (t1) {
|
|
119091
119208
|
operator = value._calculation0$_operator;
|
|
119092
119209
|
left = value._calculation0$_left;
|
|
119093
119210
|
right = value._calculation0$_right;
|
|
119094
119211
|
} else
|
|
119095
|
-
operator =
|
|
119212
|
+
operator = null;
|
|
119096
119213
|
if (t1) {
|
|
119097
119214
|
parenthesizeLeft = left instanceof A.CalculationOperation0 && left._calculation0$_operator.precedence < operator.precedence;
|
|
119098
119215
|
if (parenthesizeLeft)
|
|
@@ -119746,11 +119863,9 @@ self.util = _cliPkgRequires.util;
|
|
|
119746
119863
|
_this.visitCalculation$1(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
|
|
119747
119864
|
return;
|
|
119748
119865
|
}
|
|
119749
|
-
if (value.get$hasComplexUnits())
|
|
119750
|
-
if (!_this._serialize0$_inspect)
|
|
119751
|
-
throw A.wrapException(A.SassScriptException$0(value.toString$0(0) + " isn't a valid CSS value.", null));
|
|
119866
|
+
if (value.get$hasComplexUnits())
|
|
119752
119867
|
_this.visitCalculation$1(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
|
|
119753
|
-
|
|
119868
|
+
else {
|
|
119754
119869
|
_this._serialize0$_writeNumber$1(t1);
|
|
119755
119870
|
_1_0 = value.get$numeratorUnits(value);
|
|
119756
119871
|
if (_1_0.length === 1)
|
|
@@ -120677,7 +120792,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120677
120792
|
call$1(simple) {
|
|
120678
120793
|
return this.$this.isSuperselector$1(simple);
|
|
120679
120794
|
},
|
|
120680
|
-
$signature:
|
|
120795
|
+
$signature: 15
|
|
120681
120796
|
};
|
|
120682
120797
|
A.JSSimpleSelectorVisitor.prototype = {
|
|
120683
120798
|
visitSelectorList$1(_) {
|
|
@@ -120825,7 +120940,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120825
120940
|
call$1(factor) {
|
|
120826
120941
|
return this.$this._number1$_value * factor;
|
|
120827
120942
|
},
|
|
120828
|
-
$signature:
|
|
120943
|
+
$signature: 12
|
|
120829
120944
|
};
|
|
120830
120945
|
A.SingleUnitSassNumber_multiplyUnits_closure1.prototype = {
|
|
120831
120946
|
call$1(denominator) {
|
|
@@ -121291,7 +121406,7 @@ self.util = _cliPkgRequires.util;
|
|
|
121291
121406
|
call$0() {
|
|
121292
121407
|
return this.span;
|
|
121293
121408
|
},
|
|
121294
|
-
$signature:
|
|
121409
|
+
$signature: 16
|
|
121295
121410
|
};
|
|
121296
121411
|
A.updateSourceSpanPrototype_closure0.prototype = {
|
|
121297
121412
|
call$1(span) {
|
|
@@ -121494,7 +121609,7 @@ self.util = _cliPkgRequires.util;
|
|
|
121494
121609
|
transformationMatrix$1(dest) {
|
|
121495
121610
|
var t1;
|
|
121496
121611
|
$label0$0: {
|
|
121497
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
121612
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
121498
121613
|
t1 = $.$get$linearSrgbToLinearDisplayP30();
|
|
121499
121614
|
break $label0$0;
|
|
121500
121615
|
}
|
|
@@ -121553,7 +121668,7 @@ self.util = _cliPkgRequires.util;
|
|
|
121553
121668
|
transformationMatrix$1(dest) {
|
|
121554
121669
|
var t1;
|
|
121555
121670
|
$label0$0: {
|
|
121556
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
121671
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
121557
121672
|
t1 = $.$get$linearSrgbToLinearDisplayP30();
|
|
121558
121673
|
break $label0$0;
|
|
121559
121674
|
}
|
|
@@ -126462,13 +126577,13 @@ self.util = _cliPkgRequires.util;
|
|
|
126462
126577
|
call$0() {
|
|
126463
126578
|
return this.$this.spanFrom$1(this.start);
|
|
126464
126579
|
},
|
|
126465
|
-
$signature:
|
|
126580
|
+
$signature: 16
|
|
126466
126581
|
};
|
|
126467
126582
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
126468
126583
|
call$0() {
|
|
126469
126584
|
return this.declaration.span;
|
|
126470
126585
|
},
|
|
126471
|
-
$signature:
|
|
126586
|
+
$signature: 16
|
|
126472
126587
|
};
|
|
126473
126588
|
A.StylesheetParser__declarationOrBuffer_closure3.prototype = {
|
|
126474
126589
|
call$0() {
|
|
@@ -126840,7 +126955,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126840
126955
|
call$0() {
|
|
126841
126956
|
return this.$this.spanFrom$1(this.start);
|
|
126842
126957
|
},
|
|
126843
|
-
$signature:
|
|
126958
|
+
$signature: 16
|
|
126844
126959
|
};
|
|
126845
126960
|
A.StylesheetParser_trySpecialFunction_closure0.prototype = {
|
|
126846
126961
|
call$1(contents) {
|
|
@@ -126878,7 +126993,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126878
126993
|
call$0() {
|
|
126879
126994
|
return this.$this.spanFrom$1(this.start);
|
|
126880
126995
|
},
|
|
126881
|
-
$signature:
|
|
126996
|
+
$signature: 16
|
|
126882
126997
|
};
|
|
126883
126998
|
A.Stylesheet0.prototype = {
|
|
126884
126999
|
Stylesheet$internal$5$globalVariables$plainCss0(children, span, parseTimeWarnings, globalVariables, plainCss) {
|
|
@@ -128139,7 +128254,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128139
128254
|
t1 = $.$get$xyzD50ToLinearProphotoRgb0();
|
|
128140
128255
|
break $label0$0;
|
|
128141
128256
|
}
|
|
128142
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
128257
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
128143
128258
|
t1 = $.$get$xyzD50ToLinearDisplayP30();
|
|
128144
128259
|
break $label0$0;
|
|
128145
128260
|
}
|
|
@@ -128186,7 +128301,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128186
128301
|
t1 = $.$get$xyzD65ToLinearProphotoRgb0();
|
|
128187
128302
|
break $label0$0;
|
|
128188
128303
|
}
|
|
128189
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
128304
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
128190
128305
|
t1 = $.$get$xyzD65ToLinearDisplayP30();
|
|
128191
128306
|
break $label0$0;
|
|
128192
128307
|
}
|
|
@@ -128447,13 +128562,13 @@ self.util = _cliPkgRequires.util;
|
|
|
128447
128562
|
_instance_1_u(A._IsBogusVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 21);
|
|
128448
128563
|
_instance_1_u(A._IsUselessVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 21);
|
|
128449
128564
|
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1", 75);
|
|
128450
|
-
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128451
|
-
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128452
|
-
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128453
|
-
_instance_1_u(A.UniversalSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128565
|
+
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128566
|
+
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128567
|
+
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128568
|
+
_instance_1_u(A.UniversalSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128454
128569
|
_instance_1_u(A.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 261);
|
|
128455
128570
|
_instance_1_u(A.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 261);
|
|
128456
|
-
_static_1(A, "functions___isUnique$closure", "_isUnique",
|
|
128571
|
+
_static_1(A, "functions___isUnique$closure", "_isUnique", 14);
|
|
128457
128572
|
_instance_2_u(A.NodePackageImporter.prototype, "get$_compareExpansionKeys", "_compareExpansionKeys$2", 153);
|
|
128458
128573
|
_instance_0_u(A.CssParser.prototype, "get$silentComment", "silentComment$0", 22);
|
|
128459
128574
|
_instance_0_u(_ = A.Parser.prototype, "get$silentComment", "silentComment$0", 22);
|
|
@@ -128483,7 +128598,8 @@ self.util = _cliPkgRequires.util;
|
|
|
128483
128598
|
_static_1(A, "utils__isPublic$closure", "isPublic", 4);
|
|
128484
128599
|
_static_1(A, "calculation_SassCalculation__simplify$closure", "SassCalculation__simplify", 70);
|
|
128485
128600
|
_instance_1_u(A.ColorChannel.prototype, "get$isAnalogous", "isAnalogous$1", 83);
|
|
128486
|
-
_instance_1_u(A.
|
|
128601
|
+
_instance_1_u(A.DisplayP3ColorSpace.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128602
|
+
_instance_1_u(A.SrgbColorSpace.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128487
128603
|
_instance_1_u(A.AnySelectorVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 21);
|
|
128488
128604
|
_instance(_ = A._EvaluateVisitor0.prototype, "get$_async_evaluate$_interpolationToValue", 0, 1, null, ["call$3$trim$warnForColor", "call$1", "call$2$warnForColor"], ["_async_evaluate$_interpolationToValue$3$trim$warnForColor", "_async_evaluate$_interpolationToValue$1", "_async_evaluate$_interpolationToValue$2$warnForColor"], 348, 0, 0);
|
|
128489
128605
|
_instance_1_u(_, "get$_async_evaluate$_expressionNode", "_async_evaluate$_expressionNode$1", 212);
|
|
@@ -128547,11 +128663,12 @@ self.util = _cliPkgRequires.util;
|
|
|
128547
128663
|
_static_0(A, "compiler__initCompiler$closure", "initCompiler", 674);
|
|
128548
128664
|
_static_0(A, "compiler__initAsyncCompiler$closure", "initAsyncCompiler", 675);
|
|
128549
128665
|
_instance_0_u(A.CssParser0.prototype, "get$silentComment", "silentComment$0", 22);
|
|
128666
|
+
_instance_1_u(A.DisplayP3ColorSpace0.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128550
128667
|
_instance_1_u(A.EmptyExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 170);
|
|
128551
128668
|
_instance(_ = A._EvaluateVisitor1.prototype, "get$_evaluate0$_interpolationToValue", 0, 1, null, ["call$3$trim$warnForColor", "call$1", "call$2$warnForColor"], ["_evaluate0$_interpolationToValue$3$trim$warnForColor", "_evaluate0$_interpolationToValue$1", "_evaluate0$_interpolationToValue$2$warnForColor"], 452, 0, 0);
|
|
128552
128669
|
_instance_1_u(_, "get$_evaluate0$_expressionNode", "_evaluate0$_expressionNode$1", 254);
|
|
128553
128670
|
_instance_1_u(A.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 170);
|
|
128554
|
-
_static_1(A, "functions0___isUnique$closure", "_isUnique0",
|
|
128671
|
+
_static_1(A, "functions0___isUnique$closure", "_isUnique0", 15);
|
|
128555
128672
|
_static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 676);
|
|
128556
128673
|
_instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
|
|
128557
128674
|
return {color: null};
|
|
@@ -128577,7 +128694,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128577
128694
|
return [null];
|
|
128578
128695
|
}, ["call$3", "call$2"], ["error$3", "error$2"], 175, 0, 0);
|
|
128579
128696
|
_instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
128580
|
-
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128697
|
+
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128581
128698
|
_instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
128582
128699
|
_instance_1_u(A._IsInvisibleVisitor2.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 20);
|
|
128583
128700
|
_instance_1_u(A._IsBogusVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 20);
|
|
@@ -128589,17 +128706,17 @@ self.util = _cliPkgRequires.util;
|
|
|
128589
128706
|
_instance(_, "get$_serialize0$_writeChannel", 0, 1, null, ["call$2", "call$1"], ["_serialize0$_writeChannel$2", "_serialize0$_writeChannel$1"], 276, 0, 0);
|
|
128590
128707
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", 590);
|
|
128591
128708
|
_instance_1_u(_, "get$_serialize0$_requiresSemicolon", "_serialize0$_requiresSemicolon$1", 7);
|
|
128592
|
-
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128709
|
+
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128593
128710
|
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1", 34);
|
|
128594
|
-
_instance_1_u(A.SrgbColorSpace0.prototype, "get$toLinear", "toLinear$1",
|
|
128711
|
+
_instance_1_u(A.SrgbColorSpace0.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128595
128712
|
_instance_1_i(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
|
|
128596
128713
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
|
|
128597
128714
|
_instance(_ = A.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 611, 0, 0);
|
|
128598
128715
|
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 127);
|
|
128599
128716
|
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 127);
|
|
128600
128717
|
_instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0", 613);
|
|
128601
|
-
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128602
|
-
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128718
|
+
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128719
|
+
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128603
128720
|
_instance_1_u(A.UnprefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
128604
128721
|
_static_1(A, "utils3__jsToDartUrl$closure", "jsToDartUrl", 682);
|
|
128605
128722
|
_static_1(A, "utils3__dartToJSUrl$closure", "dartToJSUrl", 192);
|
|
@@ -128641,7 +128758,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128641
128758
|
_static_1(A, "number0__atan$closure", "atan", 53);
|
|
128642
128759
|
_static_1(A, "number0__asin$closure", "asin", 53);
|
|
128643
128760
|
_static_1(A, "number0__acos$closure", "acos", 53);
|
|
128644
|
-
_static_1(A, "utils0__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear",
|
|
128761
|
+
_static_1(A, "utils0__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear", 12);
|
|
128645
128762
|
_static_2(A, "number2__fuzzyLessThan$closure", "fuzzyLessThan0", 48);
|
|
128646
128763
|
_static_2(A, "number2__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals0", 48);
|
|
128647
128764
|
_static_2(A, "number2__fuzzyGreaterThan$closure", "fuzzyGreaterThan0", 48);
|
|
@@ -128656,7 +128773,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128656
128773
|
_static_1(A, "number2__acos$closure", "acos0", 52);
|
|
128657
128774
|
_static_1(A, "sass__main$closure", "main1", 689);
|
|
128658
128775
|
_static_1(A, "utils4__validateUrlScheme$closure", "validateUrlScheme", 86);
|
|
128659
|
-
_static_1(A, "utils2__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear0",
|
|
128776
|
+
_static_1(A, "utils2__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear0", 12);
|
|
128660
128777
|
_static_1(A, "value0__wrapValue$closure", "wrapValue", 460);
|
|
128661
128778
|
})();
|
|
128662
128779
|
(function inheritance() {
|
|
@@ -128788,7 +128905,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128788
128905
|
_inherit(A.SassArgumentList, A.SassList);
|
|
128789
128906
|
_inherit(A.LinearChannel, A.ColorChannel);
|
|
128790
128907
|
_inheritMany(A.GamutMapMethod, [A.ClipGamutMap, A.LocalMindeGamutMap]);
|
|
128791
|
-
_inheritMany(A.ColorSpace, [A.A98RgbColorSpace, A.DisplayP3ColorSpace, A.HslColorSpace, A.HwbColorSpace, A.LabColorSpace, A.LchColorSpace, A.LmsColorSpace, A.OklabColorSpace, A.OklchColorSpace, A.ProphotoRgbColorSpace, A.Rec2020ColorSpace, A.RgbColorSpace, A.SrgbColorSpace, A.SrgbLinearColorSpace, A.XyzD50ColorSpace, A.XyzD65ColorSpace]);
|
|
128908
|
+
_inheritMany(A.ColorSpace, [A.A98RgbColorSpace, A.DisplayP3ColorSpace, A.DisplayP3LinearColorSpace, A.HslColorSpace, A.HwbColorSpace, A.LabColorSpace, A.LchColorSpace, A.LmsColorSpace, A.OklabColorSpace, A.OklchColorSpace, A.ProphotoRgbColorSpace, A.Rec2020ColorSpace, A.RgbColorSpace, A.SrgbColorSpace, A.SrgbLinearColorSpace, A.XyzD50ColorSpace, A.XyzD65ColorSpace]);
|
|
128792
128909
|
_inheritMany(A.SassNumber, [A.ComplexSassNumber, A.SingleUnitSassNumber, A.UnitlessSassNumber]);
|
|
128793
128910
|
_inherit(A._MakeExpressionCalculationSafe, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor);
|
|
128794
128911
|
_inherit(A._FindDependenciesVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor);
|
|
@@ -128799,7 +128916,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128799
128916
|
_inherit(A.SourceSpanWithContext, A.SourceSpanBase);
|
|
128800
128917
|
_inherit(A.StringScannerException, A.SourceSpanFormatException);
|
|
128801
128918
|
_inheritMany(A.StringScanner, [A.LineScanner, A.SpanScanner]);
|
|
128802
|
-
_inheritMany(A.ColorSpace0, [A.A98RgbColorSpace0, A.DisplayP3ColorSpace0, A.HslColorSpace0, A.HwbColorSpace0, A.LabColorSpace0, A.LchColorSpace0, A.LmsColorSpace0, A.OklabColorSpace0, A.OklchColorSpace0, A.ProphotoRgbColorSpace0, A.Rec2020ColorSpace0, A.RgbColorSpace0, A.SrgbColorSpace0, A.SrgbLinearColorSpace0, A.XyzD50ColorSpace0, A.XyzD65ColorSpace0]);
|
|
128919
|
+
_inheritMany(A.ColorSpace0, [A.A98RgbColorSpace0, A.DisplayP3ColorSpace0, A.DisplayP3LinearColorSpace0, A.HslColorSpace0, A.HwbColorSpace0, A.LabColorSpace0, A.LchColorSpace0, A.LmsColorSpace0, A.OklabColorSpace0, A.OklchColorSpace0, A.ProphotoRgbColorSpace0, A.Rec2020ColorSpace0, A.RgbColorSpace0, A.SrgbColorSpace0, A.SrgbLinearColorSpace0, A.XyzD50ColorSpace0, A.XyzD65ColorSpace0]);
|
|
128803
128920
|
_inheritMany(A.Value0, [A.SassList0, A.SassBoolean0, A.SassCalculation0, A.SassColor0, A.SassNumber0, A.SassFunction0, A.SassMap0, A.SassMixin0, A._SassNull0, A.SassString0]);
|
|
128804
128921
|
_inherit(A.SassArgumentList0, A.SassList0);
|
|
128805
128922
|
_inheritMany(A.AsyncImporter0, [A.JSToDartAsyncImporter, A.JSToDartAsyncFileImporter, A.Importer0]);
|
|
@@ -128881,7 +128998,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128881
128998
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
128882
128999
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map", JSObject: "JSObject"},
|
|
128883
129000
|
mangledNames: {},
|
|
128884
|
-
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "bool(String)", "Value(List<Value>)", "String(String)", "bool(CssNode0)", "bool(CssNode)", "bool(Object?)", "int()", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "FileSpan()", "double(double)", "JSClass0()", "SassString(List<Value>)", "SassString0(List<Value0>)", "bool(ComplexSelector0)", "bool(ComplexSelector)", "bool()", "SassColor(List<Value>)", "SassNumber0(List<Value0>)", "SassColor0(List<Value0>)", "SassNumber(List<Value>)", "String()", "SassList(List<Value>)", "SassList0(List<Value0>)", "double(SassColor0)", "Future<~>()", "bool(int?)", "Value()", "~(Object?)", "Null(~())", "SassMap(List<Value>)", "Object?()", "SassMap0(List<Value0>)", "Future<Null>(Future<~>())", "int(SassColor0)", "Value(Value)", "Value?()", "Value0(Value0)", "Value0?()", "Uri(Uri)", "String?()", "double(SassColor)", "bool(num,num)", "Value0()", "bool(int)", "bool(Value0)", "SassNumber0(SassNumber0)", "SassNumber(SassNumber)", "bool(ComplexSelectorComponent0)", "bool(ComplexSelectorComponent)", "Null(Object,StackTrace)", "~(Value)", "Null(@)", "ValueExpression(Value)", "int(SassColor)", "ComplexSelector0(ComplexSelector0)", "@()", "~(Value0)", "ComplexSelector(ComplexSelector)", "ValueExpression0(Value0)", "double(double,double)", "Future<Value0?>()", "bool(ColorChannel0)", "Frame()", "Object(Object)", "Future<Value>()", "Future<Value?>()", "bool(Object)", "bool(Value)", "bool(SelectorList)", "bool(SelectorList0)", "~(Object,StackTrace)", "~(@)", "Future<Value0>()", "Value0?(Statement0)", "bool(Module0<Callable0>)", "Future<Value?>(Statement)", "bool(ColorChannel)", "Stylesheet?()", "@(@)", "~(String)", "Null([Object?])", "~(Object)", "AsyncCallable?()", "~(Value,Value)", "SassRuntimeException(AstNode)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "~(String[Deprecation?])", "~([int?])", "~(String,Value)", "Callable0?()", "~(Module0<Callable0>,bool)", "Value?(Statement)", "Object()", "Future<Value0>(List<Value0>)", "int(Uri)", "bool(Module1<Callable>)", "~(Module1<Callable>,bool)", "Callable?()", "Frame(String)", "Null(_NodeSassColor,num)", "double(SassNumber0)", "bool(Module0<AsyncCallable>)", "~(String,Value0)", "~(String[Deprecation0?])", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Future<Value0?>(Statement0)", "SassRuntimeException0(AstNode0)", "~(Value0,Value0)", "AsyncCallable0?()", "bool(Module1<AsyncCallable0>)", "List<String>()", "double(SassNumber)", "Statement()", "int(_NodeSassColor)", "~(String,Function)", "String(@)", "SassCalculation0(Object)", "Map<ComplexSelector0,Extension0>()", "~(String,@)", "bool(Expression0)", "Statement0()", "String(Expression0)", "+originalUrl(Importer,Uri,Uri)?()", "Null(Module1<AsyncCallable0>,bool)", "~(Expression0)", "bool(_Highlight)", "Uri(String)", "Null(Module0<AsyncCallable>,bool)", "bool(Expression)", "~(~())", "String(Expression)", "String(Object)", "Map<ComplexSelector,Extension>()", "~(String,Object?)", "String(String{color:Object?})", "Map<String,Callable>(Module1<Callable>)", "SelectorList(SelectorList,SelectorList)", "Value0?(Value0)", "int(SourceLocation)", "~(List<Value0>)", "int(ComplexSelector0)", "Uri?()", "Trace(String)", "bool(Queue<List<ComplexSelectorComponent>>)", "double(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "int(String,String)", "String?(String?)", "String?(Object)", "Future<~>?()", "Set<0^>()<Object?>", "String(String[String?])", "~(@,@)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "~(String[~])", "int(Object?)", "Callable?(Module1<Callable>)", "~(Iterable<ExtensionStore0>)", "int(int)", "Version(String)", "Set<0&>(Object)", "~(Object?,Object?)", "0&(String,FileSpan[StackTrace?])", "bool(String?)", "AsyncImporter0(Object?)", "Future<NodeCompileResult>()", "String(FileSpan)", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "SassNumber0(SassNumber0,Object,Object[String?])", "ImmutableList0(SassColor0)", "bool(SassNumber0,String)", "double(Value0)", "String(Value0)", "Uri?/()", "ImmutableList0(SassNumber0)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "AtRootRule(List<Statement>,FileSpan)", "Object(CalculationOperation0)", "JSUrl0(Uri)", "AsyncCallable?(Module0<AsyncCallable>)", "0&(@[@])", "0&(Object[Object?])", "String(SassNumber0)", "AtRule(List<Statement>,FileSpan)", "AstNode0?()", "InterpolationMap0(List<int>)", "bool(SassNumber0)", "String(double)", "Null(_NodeSassMap,int,Object)", "String(+(IfConditionExpression0,String))", "double()", "String(String{color:@})", "Entry(Entry)", "String(+(String,Value0))", "int(ComplexSelector)", "double(double,String)", "Object(_NodeSassMap,int)", "FileLocation(FileSpan)", "AstNode(AstNode)", "SassFunction(List<Value>)", "bool(Object?,Object?)", "SassMixin(List<Value>)", "Future<~>(List<Value>)", "bool(Statement)", "bool(ForwardRule0)", "bool(UseRule0)", "List<CssComment0>()", "Value0?(Value0,num)", "Future<Value>(List<Value>)", "Future<SassNumber0>()", "List<ExtensionStore>()", "double(Value)", "bool(ModifiableCssParentNode)", "bool(ModifiableCssParentNode0)", "List<ExtensionStore0>()", "List<Extension>()", "bool(Import0)", "Future<~>(List<Value0>)", "~([Object?])", "Future<SassNumber>()", "bool(Statement0)", "List<CssComment>()", "SassMixin0(List<Value0>)", "bool(UseRule)", "bool(ForwardRule)", "bool(Queue<List<ComplexSelectorComponent0>>)", "SelectorList0(SelectorList0,SelectorList0)", "Future<String>()", "SelectorList0(Value0)", "List<Extension0>()", "SassFunction0(List<Value0>)", "String(+(String,Value))", "String(+(IfConditionExpression,String))", "~(Object[StackTrace?])", "Map<String,Callable0>(Module0<Callable0>)", "int(@,@)", "AtRule0(List<Statement0>,FileSpan)", "Future<Object>()", "@(String)", "AtRootRule0(List<Statement0>,FileSpan)", "AstNode0(AstNode0)", "InterpolationMap(List<int>)", "AstNode?()", "String(SassNumber)", "Expression0(Expression0)", "StyleRule0(List<Statement0>,FileSpan)", "~(List<Value>)", "~(Iterable<ExtensionStore>)", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "AsyncCallable0?(Module1<AsyncCallable0>)", "String(_NodeException)", "SassNumber0()", "bool(Frame)", "SassNumber()", "Trace()", "bool(Import)", "String(Frame)", "~(int)", "int(Frame)", "SelectorList(Value)", "Expression(Expression)", "~(double?[String?])", "Value0(int)", "~(CssMediaQuery)", "IfConditionExpression(IfConditionExpression)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "~(List<Statement>)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "~(ContentBlock)", "String(Trace)", "Value(Expression)", "UserDefinedCallable<Environment>(ContentBlock)", "Frame(String,String)", "Value?(IfRuleClause)", "CssValue<String>(Interpolation)", "Frame(Frame)", "@(@,String)", "Null(@,@)", "int(int,ComplexSelectorComponent)", "String(CssValue<Combinator>)", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "int(int,SimpleSelector)", "Value?(Value)", "Value0/(List<Value0>)", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "~(Module0<Callable0>)", "Module0<Callable0>()", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "String(int,IfClause)", "Value/()", "Future<Value>(Expression)", "String(Parameter)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "Future<Value?>(IfRuleClause)", "Future<CssValue<String>>(Interpolation)", "bool(ModifiableCssNode)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "Future<Value?>(Value)", "~(Module1<AsyncCallable0>)", "bool(Version)", "Object(String)", "SassList(ComplexSelector)", "Iterable<ComplexSelector>(ComplexSelector)", "Future<Value0?>(Value0)", "bool(@)", "Future<CssValue0<String>>(Interpolation0)", "Future<@>()", "~(Module0<AsyncCallable>)", "int(String?)", "Future<Module0<AsyncCallable>>()", "Future<Value0?>(IfRuleClause0)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "~(Module0<AsyncCallable>,bool)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "SimpleSelector(SimpleSelector)", "~([Future<~>?])", "SingleUnitSassNumber(double)", "bool(String?,String?)", "SassScriptException()", "DateTime(StylesheetNode)", "Future<Value0>(Expression0)", "StringExpression(Interpolation)", "~(BinaryOperator)", "Value0/()", "Value?(Module0<AsyncCallable>)", "~(Expression)", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "WhileRule(List<Statement>,FileSpan)", "SupportsRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "MediaRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "ForRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "EachRule(List<Statement>,FileSpan)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "Declaration(List<Statement>,FileSpan)", "Map<String,Value>(Module0<AsyncCallable>)", "Map<String,AstNode>(Module0<AsyncCallable>)", "StyleRule(List<Statement>,FileSpan)", "UseRule()", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "VariableDeclaration()", "SassColor0(SassColor0)", "SassColor0(ColorSpace0)", "ParameterList()", "0&(List<Value0>)", "Statement?()", "Stylesheet()", "SassColor0(Object,_ConstructionOptions)", "bool(SassColor0,Object)", "SassColor0(SassColor0,String)", "bool(SassColor0[String?])", "SassColor0(SassColor0,_ToGamutOptions)", "double(SassColor0,String[_ChannelOptions?])", "bool(SassColor0,String)", "bool(SassColor0,String[_ChannelOptions?])", "SassColor0(SassColor0,_ConstructionOptions)", "double?(String)", "SassColor0(SassColor0,SassColor0[_InterpolationOptions?])", "String(SassColor0)", "bool(SassColor0)", "NumberExpression()", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "double(num)", "Expression({bracketList:bool,consumeNewlines:bool,singleEquals:bool,until:bool()?})", "double(_NodeSassColor)", "Statement({root:bool})", "CompoundSelector()", "SelectorList()", "AsyncImporter0(JSImporter)", "0&(@)", "List<CssMediaQuery>()", "NodePackageImporter0(Object[String?])", "String(BuiltInCallable)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Iterable<Deprecation0>()", "Version(Object,int,int,int)", "AtRootQuery()", "String(String?)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "Null(JSObject?,JSArray<Object?>)", "~(Object?,List<JSObject>)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "Null(Function,Function)", "Uri(+originalUrl(Importer,Uri,Uri))", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "bool(+originalUrl(Importer,Uri,Uri))", "SassString(String)", "SassString(int)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "SassString(SimpleSelector)", "Object(Value0)", "CssValue0<String>(Interpolation0)", "Value(Object)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "SassNumber(Value)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "SassMap(SassMap)", "SassMap(Value)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "Future<Stylesheet?>()", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "ModifiableBox0<SelectorList0>()", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(List<Value>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "List<Value>(Value)", "~(String,Option)", "~(Object?,Object,Object?)", "+(String,String)(String)", "+originalUrl(Importer0,Uri,Uri)?()", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "0&(List<Value>)", "Null(_NodeSassList,int?[bool?,SassList0?])", "String(Value)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "Value0?(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "~(int,@)", "int(_NodeSassMap)", "SassColor(ColorSpace)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "bool(ModifiableCssNode0)", "SassNumber0(Object,num[Object?])", "SassColor(SassColor)", "int?(SassNumber0)", "Object?(Object?)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "Null(@,StackTrace)", "0&(String,int?)", "~(Symbol0,@)", "bool(PseudoSelector)", "bool(List<Iterable<ComplexSelectorComponent>>)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "String(Parameter0)", "JSExpressionVisitor(JSExpressionVisitorObject)", "JSIfConditionExpressionVisitor(JSIfConditionExpressionVisitorObject)", "JSStatementVisitor(JSStatementVisitorObject)", "JSSimpleSelectorVisitor(JSSimpleSelectorVisitorObject)", "SourceFile(String)", "JSSet(Set<Object?>)", "SourceFile(LazyFileSpan0)", "int(LazyFileSpan0)", "Uri?(LazyFileSpan0)", "String(SourceFile,int[int?])", "FileSpan(SourceFile,int[int?])", "List<int>(SourceFile)", "String?(Interpolation0)", "Object?(Statement0,StatementVisitor<Object?>)", "Object?(Expression0,ExpressionVisitor<Object?>)", "Object?(InterpolatedSelector,InterpolatedSelectorVisitor<Object?>)", "Object?(IfConditionExpression0,IfConditionExpressionVisitor<Object?>)", "ArgumentList0(IncludeRule0)", "ArgumentList0(ContentRule0)", "ArgumentList0(FunctionExpression0)", "ArgumentList0(LegacyIfExpression0)", "ArgumentList0(InterpolatedFunctionExpression0)", "Interpolation0(IfConditionFunction0)", "FileSpan(AstNode0)", "Interpolation0(SupportsCondition)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "String(Object,@,@[@])", "ModifiableBox<SelectorList>()", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "IfConditionExpression0(IfConditionExpression0)", "PseudoSelector(ComplexSelector)", "List<ComplexSelector>(ComplexSelector)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "List<List<Extender>>(List<Extender>)", "~(IfConditionExpression0)", "List<Extender>(PseudoSelector)", "JSUrl0?(FileSpan)", "List<Extender>?(SimpleSelector)", "List<SimpleSelector>(Extender)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "SassString0(int)", "SassString0(String)", "Set<ModifiableBox<SelectorList>>()", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "bool(Extension)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "ParameterList0()", "+(String,ParameterList0)()", "List<WatchEvent>(List<WatchEvent>)", "Declaration0(List<Statement0>,FileSpan)", "Future<~>(String)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "~(+deprecation,message,span(Deprecation?,String,FileSpan))", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "Set<Deprecation>()", "ArgParser()", "~(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?>?)", "Map<String,AstNode>(Module0<Callable0>)", "Map<String,Value>(Module0<Callable0>)", "0^(0^,0^)<num>", "Module0<Callable0>?(Module0<Callable0>)", "Value?(Module0<Callable0>)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "ParserExports()", "Stylesheet0(String,String,String?)", "String?(String)", "Uri(JSUrl0)", "Object(Map<String,Object?>)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "bool(Deprecation)", "~(@,StackTrace)", "Value/(List<Value>)", "Future<~>(List<String>)", "SelectorList?(PseudoSelector)"],
|
|
129001
|
+
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "bool(String)", "Value(List<Value>)", "String(String)", "bool(CssNode0)", "bool(CssNode)", "bool(Object?)", "int()", "SassBoolean(List<Value>)", "double(double)", "SassBoolean0(List<Value0>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "FileSpan()", "JSClass0()", "SassString(List<Value>)", "SassString0(List<Value0>)", "bool(ComplexSelector0)", "bool(ComplexSelector)", "bool()", "SassColor(List<Value>)", "SassNumber0(List<Value0>)", "SassColor0(List<Value0>)", "SassNumber(List<Value>)", "String()", "SassList(List<Value>)", "SassList0(List<Value0>)", "double(SassColor0)", "Future<~>()", "bool(int?)", "Value()", "~(Object?)", "Null(~())", "SassMap(List<Value>)", "Object?()", "SassMap0(List<Value0>)", "Future<Null>(Future<~>())", "int(SassColor0)", "Value(Value)", "Value?()", "Value0(Value0)", "Value0?()", "Uri(Uri)", "String?()", "double(SassColor)", "bool(num,num)", "Value0()", "bool(int)", "bool(Value0)", "SassNumber0(SassNumber0)", "SassNumber(SassNumber)", "bool(ComplexSelectorComponent0)", "bool(ComplexSelectorComponent)", "Null(Object,StackTrace)", "~(Value)", "Null(@)", "ValueExpression(Value)", "int(SassColor)", "ComplexSelector0(ComplexSelector0)", "@()", "~(Value0)", "ComplexSelector(ComplexSelector)", "ValueExpression0(Value0)", "double(double,double)", "Future<Value0?>()", "bool(ColorChannel0)", "Frame()", "Object(Object)", "Future<Value>()", "Future<Value?>()", "bool(Object)", "bool(Value)", "bool(SelectorList)", "bool(SelectorList0)", "~(Object,StackTrace)", "~(@)", "Future<Value0>()", "Value0?(Statement0)", "bool(Module0<Callable0>)", "Future<Value?>(Statement)", "bool(ColorChannel)", "Stylesheet?()", "@(@)", "~(String)", "Null([Object?])", "~(Object)", "AsyncCallable?()", "~(Value,Value)", "SassRuntimeException(AstNode)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "~(String[Deprecation?])", "~([int?])", "~(String,Value)", "Callable0?()", "~(Module0<Callable0>,bool)", "Value?(Statement)", "Object()", "Future<Value0>(List<Value0>)", "int(Uri)", "bool(Module1<Callable>)", "~(Module1<Callable>,bool)", "Callable?()", "Frame(String)", "Null(_NodeSassColor,num)", "double(SassNumber0)", "bool(Module0<AsyncCallable>)", "~(String,Value0)", "~(String[Deprecation0?])", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Future<Value0?>(Statement0)", "SassRuntimeException0(AstNode0)", "~(Value0,Value0)", "AsyncCallable0?()", "bool(Module1<AsyncCallable0>)", "List<String>()", "double(SassNumber)", "Statement()", "int(_NodeSassColor)", "~(String,Function)", "String(@)", "SassCalculation0(Object)", "Map<ComplexSelector0,Extension0>()", "~(String,@)", "bool(Expression0)", "Statement0()", "String(Expression0)", "+originalUrl(Importer,Uri,Uri)?()", "Null(Module1<AsyncCallable0>,bool)", "~(Expression0)", "bool(_Highlight)", "Uri(String)", "Null(Module0<AsyncCallable>,bool)", "bool(Expression)", "~(~())", "String(Expression)", "String(Object)", "Map<ComplexSelector,Extension>()", "~(String,Object?)", "String(String{color:Object?})", "Map<String,Callable>(Module1<Callable>)", "SelectorList(SelectorList,SelectorList)", "Value0?(Value0)", "int(SourceLocation)", "~(List<Value0>)", "int(ComplexSelector0)", "Uri?()", "Trace(String)", "bool(Queue<List<ComplexSelectorComponent>>)", "double(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "int(String,String)", "String?(String?)", "String?(Object)", "Future<~>?()", "Set<0^>()<Object?>", "String(String[String?])", "~(@,@)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "~(String[~])", "int(Object?)", "Callable?(Module1<Callable>)", "~(Iterable<ExtensionStore0>)", "int(int)", "Version(String)", "Set<0&>(Object)", "~(Object?,Object?)", "0&(String,FileSpan[StackTrace?])", "bool(String?)", "AsyncImporter0(Object?)", "Future<NodeCompileResult>()", "String(FileSpan)", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "SassNumber0(SassNumber0,Object,Object[String?])", "ImmutableList0(SassColor0)", "bool(SassNumber0,String)", "double(Value0)", "String(Value0)", "Uri?/()", "ImmutableList0(SassNumber0)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "AtRootRule(List<Statement>,FileSpan)", "Object(CalculationOperation0)", "JSUrl0(Uri)", "AsyncCallable?(Module0<AsyncCallable>)", "0&(@[@])", "0&(Object[Object?])", "String(SassNumber0)", "AtRule(List<Statement>,FileSpan)", "AstNode0?()", "InterpolationMap0(List<int>)", "bool(SassNumber0)", "String(double)", "Null(_NodeSassMap,int,Object)", "String(+(IfConditionExpression0,String))", "double()", "String(String{color:@})", "Entry(Entry)", "String(+(String,Value0))", "int(ComplexSelector)", "double(double,String)", "Object(_NodeSassMap,int)", "FileLocation(FileSpan)", "AstNode(AstNode)", "SassFunction(List<Value>)", "bool(Object?,Object?)", "SassMixin(List<Value>)", "Future<~>(List<Value>)", "bool(Statement)", "bool(ForwardRule0)", "bool(UseRule0)", "List<CssComment0>()", "Value0?(Value0,num)", "Future<Value>(List<Value>)", "Future<SassNumber0>()", "List<ExtensionStore>()", "double(Value)", "bool(ModifiableCssParentNode)", "bool(ModifiableCssParentNode0)", "List<ExtensionStore0>()", "List<Extension>()", "bool(Import0)", "Future<~>(List<Value0>)", "~([Object?])", "Future<SassNumber>()", "bool(Statement0)", "List<CssComment>()", "SassMixin0(List<Value0>)", "bool(UseRule)", "bool(ForwardRule)", "bool(Queue<List<ComplexSelectorComponent0>>)", "SelectorList0(SelectorList0,SelectorList0)", "Future<String>()", "SelectorList0(Value0)", "List<Extension0>()", "SassFunction0(List<Value0>)", "String(+(String,Value))", "String(+(IfConditionExpression,String))", "~(Object[StackTrace?])", "Map<String,Callable0>(Module0<Callable0>)", "int(@,@)", "AtRule0(List<Statement0>,FileSpan)", "Future<Object>()", "@(String)", "AtRootRule0(List<Statement0>,FileSpan)", "AstNode0(AstNode0)", "InterpolationMap(List<int>)", "AstNode?()", "String(SassNumber)", "Expression0(Expression0)", "StyleRule0(List<Statement0>,FileSpan)", "~(List<Value>)", "~(Iterable<ExtensionStore>)", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "AsyncCallable0?(Module1<AsyncCallable0>)", "String(_NodeException)", "SassNumber0()", "bool(Frame)", "SassNumber()", "Trace()", "bool(Import)", "String(Frame)", "~(int)", "int(Frame)", "SelectorList(Value)", "Expression(Expression)", "~(double?[String?])", "Value0(int)", "~(CssMediaQuery)", "IfConditionExpression(IfConditionExpression)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "~(List<Statement>)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "~(ContentBlock)", "String(Trace)", "Value(Expression)", "UserDefinedCallable<Environment>(ContentBlock)", "Frame(String,String)", "Value?(IfRuleClause)", "CssValue<String>(Interpolation)", "Frame(Frame)", "@(@,String)", "Null(@,@)", "int(int,ComplexSelectorComponent)", "String(CssValue<Combinator>)", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "int(int,SimpleSelector)", "Value?(Value)", "Value0/(List<Value0>)", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "~(Module0<Callable0>)", "Module0<Callable0>()", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "String(int,IfClause)", "Value/()", "Future<Value>(Expression)", "String(Parameter)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "Future<Value?>(IfRuleClause)", "Future<CssValue<String>>(Interpolation)", "bool(ModifiableCssNode)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "Future<Value?>(Value)", "~(Module1<AsyncCallable0>)", "bool(Version)", "Object(String)", "SassList(ComplexSelector)", "Iterable<ComplexSelector>(ComplexSelector)", "Future<Value0?>(Value0)", "bool(@)", "Future<CssValue0<String>>(Interpolation0)", "Future<@>()", "~(Module0<AsyncCallable>)", "int(String?)", "Future<Module0<AsyncCallable>>()", "Future<Value0?>(IfRuleClause0)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "~(Module0<AsyncCallable>,bool)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "SimpleSelector(SimpleSelector)", "~([Future<~>?])", "SingleUnitSassNumber(double)", "bool(String?,String?)", "SassScriptException()", "DateTime(StylesheetNode)", "Future<Value0>(Expression0)", "StringExpression(Interpolation)", "~(BinaryOperator)", "Value0/()", "Value?(Module0<AsyncCallable>)", "~(Expression)", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "WhileRule(List<Statement>,FileSpan)", "SupportsRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "MediaRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "ForRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "EachRule(List<Statement>,FileSpan)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "Declaration(List<Statement>,FileSpan)", "Map<String,Value>(Module0<AsyncCallable>)", "Map<String,AstNode>(Module0<AsyncCallable>)", "StyleRule(List<Statement>,FileSpan)", "UseRule()", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "VariableDeclaration()", "SassColor0(SassColor0)", "SassColor0(ColorSpace0)", "ParameterList()", "0&(List<Value0>)", "Statement?()", "Stylesheet()", "SassColor0(Object,_ConstructionOptions)", "bool(SassColor0,Object)", "SassColor0(SassColor0,String)", "bool(SassColor0[String?])", "SassColor0(SassColor0,_ToGamutOptions)", "double(SassColor0,String[_ChannelOptions?])", "bool(SassColor0,String)", "bool(SassColor0,String[_ChannelOptions?])", "SassColor0(SassColor0,_ConstructionOptions)", "double?(String)", "SassColor0(SassColor0,SassColor0[_InterpolationOptions?])", "String(SassColor0)", "bool(SassColor0)", "NumberExpression()", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "double(num)", "Expression({bracketList:bool,consumeNewlines:bool,singleEquals:bool,until:bool()?})", "double(_NodeSassColor)", "Statement({root:bool})", "CompoundSelector()", "SelectorList()", "AsyncImporter0(JSImporter)", "0&(@)", "List<CssMediaQuery>()", "NodePackageImporter0(Object[String?])", "String(BuiltInCallable)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Iterable<Deprecation0>()", "Version(Object,int,int,int)", "AtRootQuery()", "String(String?)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "Null(JSObject?,JSArray<Object?>)", "~(Object?,List<JSObject>)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "Null(Function,Function)", "Uri(+originalUrl(Importer,Uri,Uri))", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "bool(+originalUrl(Importer,Uri,Uri))", "SassString(String)", "SassString(int)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "SassString(SimpleSelector)", "Object(Value0)", "CssValue0<String>(Interpolation0)", "Value(Object)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "SassNumber(Value)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "SassMap(SassMap)", "SassMap(Value)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "Future<Stylesheet?>()", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "ModifiableBox0<SelectorList0>()", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(List<Value>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "List<Value>(Value)", "~(String,Option)", "~(Object?,Object,Object?)", "+(String,String)(String)", "+originalUrl(Importer0,Uri,Uri)?()", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "0&(List<Value>)", "Null(_NodeSassList,int?[bool?,SassList0?])", "String(Value)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "Value0?(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "~(int,@)", "int(_NodeSassMap)", "SassColor(ColorSpace)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "bool(ModifiableCssNode0)", "SassNumber0(Object,num[Object?])", "SassColor(SassColor)", "int?(SassNumber0)", "Object?(Object?)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "Null(@,StackTrace)", "0&(String,int?)", "~(Symbol0,@)", "bool(PseudoSelector)", "bool(List<Iterable<ComplexSelectorComponent>>)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "String(Parameter0)", "JSExpressionVisitor(JSExpressionVisitorObject)", "JSIfConditionExpressionVisitor(JSIfConditionExpressionVisitorObject)", "JSStatementVisitor(JSStatementVisitorObject)", "JSSimpleSelectorVisitor(JSSimpleSelectorVisitorObject)", "SourceFile(String)", "JSSet(Set<Object?>)", "SourceFile(LazyFileSpan0)", "int(LazyFileSpan0)", "Uri?(LazyFileSpan0)", "String(SourceFile,int[int?])", "FileSpan(SourceFile,int[int?])", "List<int>(SourceFile)", "String?(Interpolation0)", "Object?(Statement0,StatementVisitor<Object?>)", "Object?(Expression0,ExpressionVisitor<Object?>)", "Object?(InterpolatedSelector,InterpolatedSelectorVisitor<Object?>)", "Object?(IfConditionExpression0,IfConditionExpressionVisitor<Object?>)", "ArgumentList0(IncludeRule0)", "ArgumentList0(ContentRule0)", "ArgumentList0(FunctionExpression0)", "ArgumentList0(LegacyIfExpression0)", "ArgumentList0(InterpolatedFunctionExpression0)", "Interpolation0(IfConditionFunction0)", "FileSpan(AstNode0)", "Interpolation0(SupportsCondition)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "String(Object,@,@[@])", "ModifiableBox<SelectorList>()", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "IfConditionExpression0(IfConditionExpression0)", "PseudoSelector(ComplexSelector)", "List<ComplexSelector>(ComplexSelector)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "List<List<Extender>>(List<Extender>)", "~(IfConditionExpression0)", "List<Extender>(PseudoSelector)", "JSUrl0?(FileSpan)", "List<Extender>?(SimpleSelector)", "List<SimpleSelector>(Extender)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "SassString0(int)", "SassString0(String)", "Set<ModifiableBox<SelectorList>>()", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "bool(Extension)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "ParameterList0()", "+(String,ParameterList0)()", "List<WatchEvent>(List<WatchEvent>)", "Declaration0(List<Statement0>,FileSpan)", "Future<~>(String)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "~(+deprecation,message,span(Deprecation?,String,FileSpan))", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "Set<Deprecation>()", "ArgParser()", "~(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?>?)", "Map<String,AstNode>(Module0<Callable0>)", "Map<String,Value>(Module0<Callable0>)", "0^(0^,0^)<num>", "Module0<Callable0>?(Module0<Callable0>)", "Value?(Module0<Callable0>)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "ParserExports()", "Stylesheet0(String,String,String?)", "String?(String)", "Uri(JSUrl0)", "Object(Map<String,Object?>)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "bool(Deprecation)", "~(@,StackTrace)", "Value/(List<Value>)", "Future<~>(List<String>)", "SelectorList?(PseudoSelector)"],
|
|
128885
129002
|
interceptorsByTag: null,
|
|
128886
129003
|
leafTags: null,
|
|
128887
129004
|
arrayRti: Symbol("$ti"),
|
|
@@ -128900,7 +129017,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128900
129017
|
"5;named,namedNodes,positional,positionalNodes,separator": types => o => o instanceof A._Record_5_named_namedNodes_positional_positionalNodes_separator && A.pairwiseIsTest(types, o._values)
|
|
128901
129018
|
}
|
|
128902
129019
|
};
|
|
128903
|
-
A._Universe_addRules(init.typeUniverse, JSON.parse('{"PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","Stdin":"LegacyJavaScriptObject","Stdout":"LegacyJavaScriptObject","ReadlineModule":"LegacyJavaScriptObject","ReadlineOptions":"LegacyJavaScriptObject","ReadlineInterface":"LegacyJavaScriptObject","BufferModule":"LegacyJavaScriptObject","BufferConstants":"LegacyJavaScriptObject","Buffer":"LegacyJavaScriptObject","ConsoleModule":"LegacyJavaScriptObject","Console":"LegacyJavaScriptObject","EventEmitter":"LegacyJavaScriptObject","FS":"LegacyJavaScriptObject","FSConstants":"LegacyJavaScriptObject","Realpath":"LegacyJavaScriptObject","RealpathSync":"LegacyJavaScriptObject","FSWatcher":"LegacyJavaScriptObject","ReadStream":"LegacyJavaScriptObject","ReadStreamOptions":"LegacyJavaScriptObject","WriteStream":"LegacyJavaScriptObject","WriteStreamOptions":"LegacyJavaScriptObject","FileOptions":"LegacyJavaScriptObject","StatOptions":"LegacyJavaScriptObject","MkdirOptions":"LegacyJavaScriptObject","RmdirOptions":"LegacyJavaScriptObject","WatchOptions":"LegacyJavaScriptObject","WatchFileOptions":"LegacyJavaScriptObject","Stats":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","Date":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Atomics":"LegacyJavaScriptObject","Modules":"LegacyJavaScriptObject","Module":"LegacyJavaScriptObject","Net":"LegacyJavaScriptObject","Socket":"LegacyJavaScriptObject","NetAddress":"LegacyJavaScriptObject","NetServer":"LegacyJavaScriptObject","NodeJsError":"LegacyJavaScriptObject","JsAssertionError":"LegacyJavaScriptObject","JsRangeError":"LegacyJavaScriptObject","JsReferenceError":"LegacyJavaScriptObject","JsSyntaxError":"LegacyJavaScriptObject","JsTypeError":"LegacyJavaScriptObject","JsSystemError":"LegacyJavaScriptObject","Process":"LegacyJavaScriptObject","CPUUsage":"LegacyJavaScriptObject","Release":"LegacyJavaScriptObject","StreamModule":"LegacyJavaScriptObject","Readable":"LegacyJavaScriptObject","Writable":"LegacyJavaScriptObject","Duplex":"LegacyJavaScriptObject","Transform":"LegacyJavaScriptObject","WritableOptions":"LegacyJavaScriptObject","ReadableOptions":"LegacyJavaScriptObject","Immediate":"LegacyJavaScriptObject","Timeout":"LegacyJavaScriptObject","TTY":"LegacyJavaScriptObject","TTYReadStream":"LegacyJavaScriptObject","TTYWriteStream":"LegacyJavaScriptObject","Util":"LegacyJavaScriptObject","JSArray0":"LegacyJavaScriptObject","Chokidar":"LegacyJavaScriptObject","ChokidarOptions":"LegacyJavaScriptObject","ChokidarWatcher":"LegacyJavaScriptObject","JSFunction":"LegacyJavaScriptObject","ImmutableList":"LegacyJavaScriptObject","ImmutableMap":"LegacyJavaScriptObject","NodeImporterResult":"LegacyJavaScriptObject","RenderContext":"LegacyJavaScriptObject","RenderContextOptions":"LegacyJavaScriptObject","RenderContextResult":"LegacyJavaScriptObject","RenderContextResultStats":"LegacyJavaScriptObject","JSModule":"LegacyJavaScriptObject","JSModuleRequire":"LegacyJavaScriptObject","JSClass":"LegacyJavaScriptObject","JSUrl":"LegacyJavaScriptObject","_PropertyDescriptor":"LegacyJavaScriptObject","_RequireMain":"LegacyJavaScriptObject","JSArray1":"LegacyJavaScriptObject","Chokidar0":"LegacyJavaScriptObject","ChokidarOptions0":"LegacyJavaScriptObject","ChokidarWatcher0":"LegacyJavaScriptObject","_ConstructionOptions":"LegacyJavaScriptObject","_ChannelOptions":"LegacyJavaScriptObject","_ToGamutOptions":"LegacyJavaScriptObject","_InterpolationOptions":"LegacyJavaScriptObject","_Channels":"LegacyJavaScriptObject","_NodeSassColor":"LegacyJavaScriptObject","CompileOptions":"LegacyJavaScriptObject","CompileStringOptions":"LegacyJavaScriptObject","NodeCompileResult":"LegacyJavaScriptObject","Deprecation1":"LegacyJavaScriptObject","_NodeException":"LegacyJavaScriptObject","Exports":"LegacyJavaScriptObject","LoggerNamespace":"LegacyJavaScriptObject","JSExpressionVisitorObject":"LegacyJavaScriptObject","Fiber":"LegacyJavaScriptObject","FiberClass":"LegacyJavaScriptObject","JSFunction0":"LegacyJavaScriptObject","JSIfConditionExpressionVisitorObject":"LegacyJavaScriptObject","ImmutableList0":"LegacyJavaScriptObject","ImmutableMap0":"LegacyJavaScriptObject","JSImporter":"LegacyJavaScriptObject","JSImporterResult":"LegacyJavaScriptObject","NodeImporterResult0":"LegacyJavaScriptObject","_ConstructorOptions":"LegacyJavaScriptObject","_NodeSassList":"LegacyJavaScriptObject","WarnOptions":"LegacyJavaScriptObject","DebugOptions":"LegacyJavaScriptObject","JSLogger":"LegacyJavaScriptObject","_NodeSassMap":"LegacyJavaScriptObject","JSModule0":"LegacyJavaScriptObject","JSModuleRequire0":"LegacyJavaScriptObject","_ConstructorOptions0":"LegacyJavaScriptObject","_NodeSassNumber":"LegacyJavaScriptObject","ParserExports":"LegacyJavaScriptObject","JSClass0":"LegacyJavaScriptObject","RenderContext0":"LegacyJavaScriptObject","RenderContextOptions0":"LegacyJavaScriptObject","RenderContextResult0":"LegacyJavaScriptObject","RenderContextResultStats0":"LegacyJavaScriptObject","RenderOptions":"LegacyJavaScriptObject","RenderResult":"LegacyJavaScriptObject","RenderResultStats":"LegacyJavaScriptObject","_Exports":"LegacyJavaScriptObject","JSSet":"LegacyJavaScriptObject","JSSimpleSelectorVisitorObject":"LegacyJavaScriptObject","JSStatementVisitorObject":"LegacyJavaScriptObject","_ConstructorOptions1":"LegacyJavaScriptObject","_NodeSassString":"LegacyJavaScriptObject","Types":"LegacyJavaScriptObject","JSUrl0":"LegacyJavaScriptObject","_PropertyDescriptor0":"LegacyJavaScriptObject","_RequireMain0":"LegacyJavaScriptObject","NativeArrayBuffer":"NativeByteBuffer","JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"JSObject":[],"Iterable":["1"]},"JSBool":{"bool":[],"TrustedGetRuntimeType":[]},"JSNull":{"Null":[],"TrustedGetRuntimeType":[]},"JavaScriptObject":{"JSObject":[]},"LegacyJavaScriptObject":{"JSObject":[],"Promise":[],"JsSystemError":[],"ImmutableList":[],"_ConstructionOptions":[],"_ChannelOptions":[],"_ToGamutOptions":[],"_InterpolationOptions":[],"_NodeSassColor":[],"CompileOptions":[],"CompileStringOptions":[],"NodeCompileResult":[],"Deprecation1":[],"_NodeException":[],"JSExpressionVisitorObject":[],"Fiber":[],"JSFunction0":[],"JSIfConditionExpressionVisitorObject":[],"ImmutableList0":[],"ImmutableMap0":[],"JSImporter":[],"JSImporterResult":[],"NodeImporterResult0":[],"_ConstructorOptions":[],"_NodeSassList":[],"WarnOptions":[],"DebugOptions":[],"_NodeSassMap":[],"_ConstructorOptions0":[],"_NodeSassNumber":[],"ParserExports":[],"JSClass0":[],"RenderContextOptions0":[],"RenderOptions":[],"RenderResult":[],"JSSet":[],"JSSimpleSelectorVisitorObject":[],"JSStatementVisitorObject":[],"_ConstructorOptions1":[],"_NodeSassString":[],"JSUrl0":[]},"JSArraySafeToStringHook":{"SafeToStringHook":[]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"JSObject":[],"Iterable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSString":{"String":[],"Comparable":["String"],"TrustedGetRuntimeType":[]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","Iterable.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapBase":["3","4"],"Map":["3","4"],"MapBase.K":"3","MapBase.V":"4"},"LateError":{"Error":[]},"CodeUnits":{"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListIterable.E":"2","Iterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"NonNullsIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_KeysOrValues":{"Iterable":["1"],"Iterable.E":"1"},"ConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ConstantStringSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"GeneralConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"LinkedHashMapKeysIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"LinkedHashMapValuesIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"LinkedHashMapEntriesIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"JsIdentityLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"JsConstantLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"JSObject":[],"ByteBuffer":[],"TrustedGetRuntimeType":[]},"NativeTypedData":{"JSObject":[]},"NativeByteData":{"ByteData":[],"JSObject":[],"TrustedGetRuntimeType":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"JSObject":[]},"NativeTypedArrayOfDouble":{"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"EfficientLengthIterable":["double"],"JSObject":[],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"Float32List":[],"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"EfficientLengthIterable":["double"],"JSObject":[],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"Float64List":[],"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"EfficientLengthIterable":["double"],"JSObject":[],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"Int16List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"Int32List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"Int8List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"Uint16List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"Uint32List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"Uint8ClampedList":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"Uint8List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"AsyncError":{"Error":[]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_AsyncCompleter":{"_Completer":["1"]},"_SyncCompleter":{"_Completer":["1"]},"_Future":{"Future":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamImpl":{"Stream":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_LinkedHashSet":{"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableListView":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1"},"ListBase":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapBase":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"Map":["1","2"]},"ListQueue":{"Queue":["1"],"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_JsonMap":{"MapBase":["String","@"],"Map":["String","@"],"MapBase.K":"String","MapBase.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ListIterable.E":"String","Iterable.E":"String"},"AsciiCodec":{"Codec":["String","List<int>"]},"_UnicodeSubsetEncoder":{"Converter":["String","List<int>"]},"AsciiEncoder":{"Converter":["String","List<int>"]},"Base64Codec":{"Codec":["List<int>","String"]},"Base64Encoder":{"Converter":["List<int>","String"]},"Encoding":{"Codec":["String","List<int>"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"]},"Utf8Codec":{"Codec":["String","List<int>"]},"Utf8Encoder":{"Converter":["String","List<int>"]},"Utf8Decoder":{"Converter":["List<int>","String"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"RangeError":[],"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"_PlatformUri":[],"Uri":[]},"_SimpleUri":{"_PlatformUri":[],"Uri":[]},"_DataUri":{"_PlatformUri":[],"Uri":[]},"NullRejectionException":{"Exception":[]},"ArgParserException":{"FormatException":[],"Exception":[]},"ErrorResult":{"Result":["0&"]},"ValueResult":{"Result":["1"]},"_CompleterStream":{"Stream":["1"],"Stream.T":"1"},"_NextRequest":{"_EventRequest":["1"]},"EmptyUnmodifiableSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"QueueList":{"ListBase":["1"],"List":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","QueueList.E":"1"},"_CastQueueList":{"QueueList":["2"],"ListBase":["2"],"List":["2"],"Queue":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","QueueList.E":"2"},"UnionSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView0":{"DelegatingSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapKeySet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_DelegatingIterableBase":{"Iterable":["1"]},"DelegatingSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String?","1"]},"Version":{"VersionRange":[],"Comparable":["VersionRange"]},"VersionRange":{"Comparable":["VersionRange"]},"ModifiableCssAtRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssComment":{"ModifiableCssNode":[],"CssComment":[],"CssNode":[],"AstNode":[]},"ModifiableCssDeclaration":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssImport":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssKeyframeBlock":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssMediaRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssNode":{"CssNode":[],"AstNode":[]},"ModifiableCssParentNode":{"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStyleRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStylesheet":{"ModifiableCssParentNode":[],"CssStylesheet":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssSupportsRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssNode":{"AstNode":[]},"CssParentNode":{"CssNode":[],"AstNode":[]},"CssStylesheet":{"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssValue":{"AstNode":[]},"_FakeAstNode":{"AstNode":[]},"ArgumentList":{"AstNode":[]},"ConfiguredVariable":{"AstNode":[]},"Expression":{"AstNode":[]},"BinaryOperationExpression":{"Expression":[],"AstNode":[]},"BooleanExpression":{"Expression":[],"AstNode":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfConditionExpression":{"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"IfConditionParenthesized":{"IfConditionExpression":[],"AstNode":[]},"IfConditionNegation":{"IfConditionExpression":[],"AstNode":[]},"IfConditionOperation":{"IfConditionExpression":[],"AstNode":[]},"IfConditionFunction":{"IfConditionExpression":[],"AstNode":[]},"IfConditionSass":{"IfConditionExpression":[],"AstNode":[]},"IfConditionRaw":{"IfConditionExpression":[],"AstNode":[]},"InterpolatedFunctionExpression":{"Expression":[],"AstNode":[]},"LegacyIfExpression":{"Expression":[],"AstNode":[]},"ListExpression":{"Expression":[],"AstNode":[]},"MapExpression":{"Expression":[],"AstNode":[]},"NullExpression":{"Expression":[],"AstNode":[]},"NumberExpression":{"Expression":[],"AstNode":[]},"ParenthesizedExpression":{"Expression":[],"AstNode":[]},"SelectorExpression":{"Expression":[],"AstNode":[]},"StringExpression":{"Expression":[],"AstNode":[]},"SupportsExpression":{"Expression":[],"AstNode":[]},"UnaryOperationExpression":{"Expression":[],"AstNode":[]},"ValueExpression":{"Expression":[],"AstNode":[]},"VariableExpression":{"Expression":[],"AstNode":[]},"DynamicImport":{"Import":[],"AstNode":[]},"StaticImport":{"Import":[],"AstNode":[]},"Interpolation":{"AstNode":[]},"Parameter":{"AstNode":[]},"ParameterList":{"AstNode":[]},"Statement":{"AstNode":[]},"AtRootRule":{"Statement":[],"AstNode":[]},"AtRule":{"Statement":[],"AstNode":[]},"CallableDeclaration":{"Statement":[],"AstNode":[]},"ContentBlock":{"Statement":[],"AstNode":[]},"ContentRule":{"Statement":[],"AstNode":[]},"DebugRule":{"Statement":[],"AstNode":[]},"Declaration":{"Statement":[],"AstNode":[]},"EachRule":{"Statement":[],"AstNode":[]},"ErrorRule":{"Statement":[],"AstNode":[]},"ExtendRule":{"Statement":[],"AstNode":[]},"ForRule":{"Statement":[],"AstNode":[]},"ForwardRule":{"Statement":[],"AstNode":[]},"FunctionRule":{"Statement":[],"AstNode":[]},"IfClause":{"IfRuleClause":[]},"ElseClause":{"IfRuleClause":[]},"IfRule":{"Statement":[],"AstNode":[]},"ImportRule":{"Statement":[],"AstNode":[]},"IncludeRule":{"Statement":[],"AstNode":[]},"LoudComment":{"Statement":[],"AstNode":[]},"MediaRule":{"Statement":[],"AstNode":[]},"MixinRule":{"Statement":[],"AstNode":[]},"_HasContentVisitor":{"StatementSearchVisitor":["bool"],"StatementSearchVisitor.T":"bool"},"ParentStatement":{"Statement":[],"AstNode":[]},"ReturnRule":{"Statement":[],"AstNode":[]},"SilentComment":{"Statement":[],"AstNode":[]},"StyleRule":{"Statement":[],"AstNode":[]},"Stylesheet":{"Statement":[],"AstNode":[]},"SupportsRule":{"Statement":[],"AstNode":[]},"UseRule":{"Statement":[],"AstNode":[]},"VariableDeclaration":{"Statement":[],"AstNode":[]},"WarnRule":{"Statement":[],"AstNode":[]},"WhileRule":{"Statement":[],"AstNode":[]},"SupportsAnything":{"AstNode":[]},"SupportsDeclaration":{"AstNode":[]},"SupportsFunction":{"AstNode":[]},"SupportsInterpolation":{"AstNode":[]},"SupportsNegation":{"AstNode":[]},"SupportsOperation":{"AstNode":[]},"Selector":{"AstNode":[]},"AttributeSelector":{"SimpleSelector":[],"AstNode":[]},"ClassSelector":{"SimpleSelector":[],"AstNode":[]},"ComplexSelector":{"AstNode":[]},"CompoundSelector":{"AstNode":[]},"IDSelector":{"SimpleSelector":[],"AstNode":[]},"SelectorList":{"AstNode":[]},"_ParentSelectorVisitor":{"SelectorSearchVisitor":["ParentSelector"],"SelectorSearchVisitor.T":"ParentSelector"},"ParentSelector":{"SimpleSelector":[],"AstNode":[]},"PlaceholderSelector":{"SimpleSelector":[],"AstNode":[]},"PseudoSelector":{"SimpleSelector":[],"AstNode":[]},"SimpleSelector":{"AstNode":[]},"TypeSelector":{"SimpleSelector":[],"AstNode":[]},"UniversalSelector":{"SimpleSelector":[],"AstNode":[]},"_EnvironmentModule0":{"Module0":["AsyncCallable"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable0":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable0":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable0":[],"AsyncCallable":[]},"ExplicitConfiguration":{"Configuration":[]},"_EnvironmentModule":{"Module0":["Callable0"]},"SassRuntimeException":{"Exception":[]},"SassException":{"Exception":[]},"MultiSpanSassException":{"Exception":[]},"MultiSpanSassRuntimeException":{"SassRuntimeException":[],"Exception":[]},"SassFormatException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"MultiSpanSassFormatException":{"MultiSourceSpanFormatException":[],"SassFormatException":[],"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"UsageException":{"Exception":[]},"EmptyExtensionStore":{"ExtensionStore":[]},"MergedExtension":{"Extension":[]},"Importer":{"AsyncImporter":[]},"FilesystemImporter":{"Importer":[],"AsyncImporter":[]},"NodePackageImporter":{"Importer":[],"AsyncImporter":[]},"BuiltInModule":{"Module0":["1"]},"ForwardedModuleView":{"Module0":["1"]},"ShadowedModuleView":{"Module0":["1"]},"LazyFileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"LimitedMapView":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"MergedMapView":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"MultiSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"PrefixedMapView":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_PrefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"PublicMemberMapView":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"UnprefixedMapView":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_UnprefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassCalculation":{"Value":[]},"SassColor":{"Value":[]},"LinearChannel":{"ColorChannel":[]},"A98RgbColorSpace":{"ColorSpace":[]},"DisplayP3ColorSpace":{"ColorSpace":[]},"HslColorSpace":{"ColorSpace":[]},"HwbColorSpace":{"ColorSpace":[]},"LabColorSpace":{"ColorSpace":[]},"LchColorSpace":{"ColorSpace":[]},"LmsColorSpace":{"ColorSpace":[]},"OklabColorSpace":{"ColorSpace":[]},"OklchColorSpace":{"ColorSpace":[]},"ProphotoRgbColorSpace":{"ColorSpace":[]},"Rec2020ColorSpace":{"ColorSpace":[]},"RgbColorSpace":{"ColorSpace":[]},"SrgbColorSpace":{"ColorSpace":[]},"SrgbLinearColorSpace":{"ColorSpace":[]},"XyzD50ColorSpace":{"ColorSpace":[]},"XyzD65ColorSpace":{"ColorSpace":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"Value":[]},"SassMixin":{"Value":[]},"_SassNull":{"Value":[]},"SassNumber":{"Value":[]},"ComplexSassNumber":{"SassNumber":[],"Value":[]},"SingleUnitSassNumber":{"SassNumber":[],"Value":[]},"UnitlessSassNumber":{"SassNumber":[],"Value":[]},"SassString":{"Value":[]},"_EvaluationContext0":{"EvaluationContext":[]},"_EvaluationContext":{"EvaluationContext":[]},"Entry":{"Comparable":["Entry"]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"FileSpan":{"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"MultiSourceSpanException":{"Exception":[]},"MultiSourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"Chain":{"StackTrace":[]},"LazyTrace":{"Trace":[],"StackTrace":[]},"Trace":{"StackTrace":[]},"UnparsedFrame":{"Frame":[]},"StringScannerException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"A98RgbColorSpace0":{"ColorSpace0":[]},"SupportsAnything0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"ArgumentList0":{"SassNode":[],"AstNode0":[]},"SassArgumentList0":{"SassList0":[],"Value0":[]},"JSToDartAsyncImporter":{"AsyncImporter0":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module1":["AsyncCallable0"]},"_EvaluateVisitor2":{"StatementVisitor":["Future<Value0?>"],"ExpressionVisitor":["Future<Value0>"],"IfConditionExpressionVisitor":["Future<Object>"]},"_EvaluationContext2":{"EvaluationContext0":[]},"JSToDartAsyncFileImporter":{"AsyncImporter0":[]},"AtRootRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"InterpolatedAttributeSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"BinaryOperationExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module1":["1"]},"SassCalculation0":{"Value0":[]},"CallableDeclaration0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"LinearChannel0":{"ColorChannel0":[]},"InterpolatedClassSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ColorExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"AsyncCompiler":{"Compiler":[]},"InterpolatedComplexSelector":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"ComplexSassNumber0":{"SassNumber0":[],"Value0":[]},"ComplexSelector0":{"AstNode0":[]},"InterpolatedComplexSelectorComponent":{"SassNode":[],"AstNode0":[]},"InterpolatedCompoundSelector":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"CompoundSelector0":{"AstNode0":[]},"ExplicitConfiguration0":{"Configuration0":[]},"ConfiguredVariable0":{"SassNode":[],"AstNode0":[]},"ContentBlock0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ContentRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"DebugRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssDeclaration0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"Declaration0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"SupportsDeclaration0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"DisplayP3ColorSpace0":{"ColorSpace0":[]},"DynamicImport0":{"Import0":[],"SassNode":[],"AstNode0":[]},"EachRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"EmptyExtensionStore0":{"ExtensionStore0":[]},"_EnvironmentModule1":{"Module1":["Callable"]},"ErrorRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"_EvaluateVisitor1":{"StatementVisitor":["Value0?"],"ExpressionVisitor":["Value0"],"IfConditionExpressionVisitor":["Object"]},"_EvaluationContext1":{"EvaluationContext0":[]},"SassRuntimeException0":{"Exception":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"MultiSpanSassFormatException0":{"MultiSourceSpanFormatException":[],"SassFormatException0":[],"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"Expression0":{"SassNode":[],"AstNode0":[]},"JSExpressionVisitor":{"ExpressionVisitor":["Object?"]},"_MakeExpressionCalculationSafe0":{"ExpressionVisitor":["Expression0"],"IfConditionExpressionVisitor":["IfConditionExpression0"]},"ExtendRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"JSToDartFileImporter":{"Importer0":[],"AsyncImporter0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ForwardedModuleView0":{"Module1":["1"]},"FunctionExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SupportsFunction0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"HslColorSpace0":{"ColorSpace0":[]},"HwbColorSpace0":{"ColorSpace0":[]},"InterpolatedIDSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[],"AstNode0":[]},"IfConditionExpression0":{"SassNode":[],"AstNode0":[]},"IfConditionFunction0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"IfConditionParenthesized0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionNegation0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionOperation0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionSass0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionRaw0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"JSIfConditionExpressionVisitor":{"IfConditionExpressionVisitor":["Object?"]},"IfClause0":{"IfRuleClause0":[]},"ElseClause0":{"IfRuleClause0":[]},"IfRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"InterpolatedFunctionExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"InterpolatedSelector":{"SassNode":[],"AstNode0":[]},"Interpolation0":{"SassNode":[],"AstNode0":[]},"SupportsInterpolation0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"IsCalculationSafeVisitor0":{"ExpressionVisitor":["bool"]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LabColorSpace0":{"ColorSpace0":[]},"LazyFileSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"LchColorSpace0":{"ColorSpace0":[]},"LegacyIfExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"LimitedMapView0":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"ListExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"InterpolatedSelectorList":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"SelectorList0":{"AstNode0":[]},"_ParentSelectorVisitor0":{"SelectorSearchVisitor0":["ParentSelector0"],"SelectorSearchVisitor0.T":"ParentSelector0"},"SassList0":{"Value0":[]},"LmsColorSpace0":{"ColorSpace0":[]},"LoudComment0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"MapExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassMap0":{"Value0":[]},"ModifiableCssMediaRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"MediaRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"MergedExtension0":{"Extension0":[]},"MergedMapView0":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"SassMixin0":{"Value0":[]},"MixinRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"_HasContentVisitor0":{"StatementSearchVisitor0":["bool"],"StatementVisitor":["bool?"],"StatementSearchVisitor0.T":"bool"},"MultiSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SupportsNegation0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"NoOpImporter0":{"Importer0":[],"AsyncImporter0":[]},"_FakeAstNode0":{"AstNode0":[]},"CssNode0":{"AstNode0":[]},"CssParentNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssParentNode0":{"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"NodePackageImporter0":{"Importer0":[],"AsyncImporter0":[]},"NullExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"_SassNull0":{"Value0":[]},"NumberExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassNumber0":{"Value0":[]},"OklabColorSpace0":{"ColorSpace0":[]},"OklchColorSpace0":{"ColorSpace0":[]},"SupportsOperation0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"Parameter0":{"SassNode":[],"AstNode0":[]},"ParameterList0":{"SassNode":[],"AstNode0":[]},"InterpolatedParentSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"ParentSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ParentStatement0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"InterpolatedPlaceholderSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PlainCssCallable0":{"Callable":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_PrefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"ProphotoRgbColorSpace0":{"ColorSpace0":[]},"InterpolatedPseudoSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"PseudoSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PublicMemberMapView0":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"InterpolatedQualifiedName":{"SassNode":[],"AstNode0":[]},"Rec2020ColorSpace0":{"ColorSpace0":[]},"ReturnRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"RgbColorSpace0":{"ColorSpace0":[]},"Selector0":{"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"ShadowedModuleView0":{"Module1":["1"]},"SilentComment0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"InterpolatedSimpleSelector":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"SimpleSelector0":{"AstNode0":[]},"JSSimpleSelectorVisitor":{"InterpolatedSelectorVisitor":["Object?"]},"SingleUnitSassNumber0":{"SassNumber0":[],"Value0":[]},"SourceInterpolationVisitor":{"ExpressionVisitor":["~"],"IfConditionExpressionVisitor":["~"]},"SrgbColorSpace0":{"ColorSpace0":[]},"SrgbLinearColorSpace0":{"ColorSpace0":[]},"Statement0":{"SassNode":[],"AstNode0":[]},"JSStatementVisitor":{"StatementVisitor":["Object?"]},"StaticImport0":{"Import0":[],"SassNode":[],"AstNode0":[]},"StringExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassString0":{"Value0":[]},"ModifiableCssStyleRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"StyleRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"CssStylesheet0":{"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"ModifiableCssStylesheet0":{"ModifiableCssParentNode0":[],"CssStylesheet0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"Stylesheet0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"SupportsExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"JSToDartImporter":{"Importer0":[],"AsyncImporter0":[]},"InterpolatedTypeSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"TypeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnaryOperationExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"UnitlessSassNumber0":{"SassNumber0":[],"Value0":[]},"InterpolatedUniversalSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"UniversalSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnprefixedMapView0":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_UnprefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"UseRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"XyzD50ColorSpace0":{"ColorSpace0":[]},"XyzD65ColorSpace0":{"ColorSpace0":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"]},"CssComment":{"CssNode":[],"AstNode":[]},"Import":{"AstNode":[]},"Callable0":{"AsyncCallable":[]},"Callable":{"AsyncCallable0":[]},"CssComment0":{"CssNode0":[],"AstNode0":[]},"Import0":{"SassNode":[],"AstNode0":[]},"SassNode":{"AstNode0":[]},"SupportsCondition":{"SassNode":[],"AstNode0":[]}}'));
|
|
129020
|
+
A._Universe_addRules(init.typeUniverse, JSON.parse('{"PlainJavaScriptObject":"LegacyJavaScriptObject","UnknownJavaScriptObject":"LegacyJavaScriptObject","JavaScriptFunction":"LegacyJavaScriptObject","Stdin":"LegacyJavaScriptObject","Stdout":"LegacyJavaScriptObject","ReadlineModule":"LegacyJavaScriptObject","ReadlineOptions":"LegacyJavaScriptObject","ReadlineInterface":"LegacyJavaScriptObject","BufferModule":"LegacyJavaScriptObject","BufferConstants":"LegacyJavaScriptObject","Buffer":"LegacyJavaScriptObject","ConsoleModule":"LegacyJavaScriptObject","Console":"LegacyJavaScriptObject","EventEmitter":"LegacyJavaScriptObject","FS":"LegacyJavaScriptObject","FSConstants":"LegacyJavaScriptObject","Realpath":"LegacyJavaScriptObject","RealpathSync":"LegacyJavaScriptObject","FSWatcher":"LegacyJavaScriptObject","ReadStream":"LegacyJavaScriptObject","ReadStreamOptions":"LegacyJavaScriptObject","WriteStream":"LegacyJavaScriptObject","WriteStreamOptions":"LegacyJavaScriptObject","FileOptions":"LegacyJavaScriptObject","StatOptions":"LegacyJavaScriptObject","MkdirOptions":"LegacyJavaScriptObject","RmdirOptions":"LegacyJavaScriptObject","WatchOptions":"LegacyJavaScriptObject","WatchFileOptions":"LegacyJavaScriptObject","Stats":"LegacyJavaScriptObject","Promise":"LegacyJavaScriptObject","Date":"LegacyJavaScriptObject","JsError":"LegacyJavaScriptObject","Atomics":"LegacyJavaScriptObject","Modules":"LegacyJavaScriptObject","Module":"LegacyJavaScriptObject","Net":"LegacyJavaScriptObject","Socket":"LegacyJavaScriptObject","NetAddress":"LegacyJavaScriptObject","NetServer":"LegacyJavaScriptObject","NodeJsError":"LegacyJavaScriptObject","JsAssertionError":"LegacyJavaScriptObject","JsRangeError":"LegacyJavaScriptObject","JsReferenceError":"LegacyJavaScriptObject","JsSyntaxError":"LegacyJavaScriptObject","JsTypeError":"LegacyJavaScriptObject","JsSystemError":"LegacyJavaScriptObject","Process":"LegacyJavaScriptObject","CPUUsage":"LegacyJavaScriptObject","Release":"LegacyJavaScriptObject","StreamModule":"LegacyJavaScriptObject","Readable":"LegacyJavaScriptObject","Writable":"LegacyJavaScriptObject","Duplex":"LegacyJavaScriptObject","Transform":"LegacyJavaScriptObject","WritableOptions":"LegacyJavaScriptObject","ReadableOptions":"LegacyJavaScriptObject","Immediate":"LegacyJavaScriptObject","Timeout":"LegacyJavaScriptObject","TTY":"LegacyJavaScriptObject","TTYReadStream":"LegacyJavaScriptObject","TTYWriteStream":"LegacyJavaScriptObject","Util":"LegacyJavaScriptObject","JSArray0":"LegacyJavaScriptObject","Chokidar":"LegacyJavaScriptObject","ChokidarOptions":"LegacyJavaScriptObject","ChokidarWatcher":"LegacyJavaScriptObject","JSFunction":"LegacyJavaScriptObject","ImmutableList":"LegacyJavaScriptObject","ImmutableMap":"LegacyJavaScriptObject","NodeImporterResult":"LegacyJavaScriptObject","RenderContext":"LegacyJavaScriptObject","RenderContextOptions":"LegacyJavaScriptObject","RenderContextResult":"LegacyJavaScriptObject","RenderContextResultStats":"LegacyJavaScriptObject","JSModule":"LegacyJavaScriptObject","JSModuleRequire":"LegacyJavaScriptObject","JSClass":"LegacyJavaScriptObject","JSUrl":"LegacyJavaScriptObject","_PropertyDescriptor":"LegacyJavaScriptObject","_RequireMain":"LegacyJavaScriptObject","JSArray1":"LegacyJavaScriptObject","Chokidar0":"LegacyJavaScriptObject","ChokidarOptions0":"LegacyJavaScriptObject","ChokidarWatcher0":"LegacyJavaScriptObject","_ConstructionOptions":"LegacyJavaScriptObject","_ChannelOptions":"LegacyJavaScriptObject","_ToGamutOptions":"LegacyJavaScriptObject","_InterpolationOptions":"LegacyJavaScriptObject","_Channels":"LegacyJavaScriptObject","_NodeSassColor":"LegacyJavaScriptObject","CompileOptions":"LegacyJavaScriptObject","CompileStringOptions":"LegacyJavaScriptObject","NodeCompileResult":"LegacyJavaScriptObject","Deprecation1":"LegacyJavaScriptObject","_NodeException":"LegacyJavaScriptObject","Exports":"LegacyJavaScriptObject","LoggerNamespace":"LegacyJavaScriptObject","JSExpressionVisitorObject":"LegacyJavaScriptObject","Fiber":"LegacyJavaScriptObject","FiberClass":"LegacyJavaScriptObject","JSFunction0":"LegacyJavaScriptObject","JSIfConditionExpressionVisitorObject":"LegacyJavaScriptObject","ImmutableList0":"LegacyJavaScriptObject","ImmutableMap0":"LegacyJavaScriptObject","JSImporter":"LegacyJavaScriptObject","JSImporterResult":"LegacyJavaScriptObject","NodeImporterResult0":"LegacyJavaScriptObject","_ConstructorOptions":"LegacyJavaScriptObject","_NodeSassList":"LegacyJavaScriptObject","WarnOptions":"LegacyJavaScriptObject","DebugOptions":"LegacyJavaScriptObject","JSLogger":"LegacyJavaScriptObject","_NodeSassMap":"LegacyJavaScriptObject","JSModule0":"LegacyJavaScriptObject","JSModuleRequire0":"LegacyJavaScriptObject","_ConstructorOptions0":"LegacyJavaScriptObject","_NodeSassNumber":"LegacyJavaScriptObject","ParserExports":"LegacyJavaScriptObject","JSClass0":"LegacyJavaScriptObject","RenderContext0":"LegacyJavaScriptObject","RenderContextOptions0":"LegacyJavaScriptObject","RenderContextResult0":"LegacyJavaScriptObject","RenderContextResultStats0":"LegacyJavaScriptObject","RenderOptions":"LegacyJavaScriptObject","RenderResult":"LegacyJavaScriptObject","RenderResultStats":"LegacyJavaScriptObject","_Exports":"LegacyJavaScriptObject","JSSet":"LegacyJavaScriptObject","JSSimpleSelectorVisitorObject":"LegacyJavaScriptObject","JSStatementVisitorObject":"LegacyJavaScriptObject","_ConstructorOptions1":"LegacyJavaScriptObject","_NodeSassString":"LegacyJavaScriptObject","Types":"LegacyJavaScriptObject","JSUrl0":"LegacyJavaScriptObject","_PropertyDescriptor0":"LegacyJavaScriptObject","_RequireMain0":"LegacyJavaScriptObject","NativeArrayBuffer":"NativeByteBuffer","JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"JSObject":[],"Iterable":["1"]},"JSBool":{"bool":[],"TrustedGetRuntimeType":[]},"JSNull":{"Null":[],"TrustedGetRuntimeType":[]},"JavaScriptObject":{"JSObject":[]},"LegacyJavaScriptObject":{"JSObject":[],"Promise":[],"JsSystemError":[],"ImmutableList":[],"_ConstructionOptions":[],"_ChannelOptions":[],"_ToGamutOptions":[],"_InterpolationOptions":[],"_NodeSassColor":[],"CompileOptions":[],"CompileStringOptions":[],"NodeCompileResult":[],"Deprecation1":[],"_NodeException":[],"JSExpressionVisitorObject":[],"Fiber":[],"JSFunction0":[],"JSIfConditionExpressionVisitorObject":[],"ImmutableList0":[],"ImmutableMap0":[],"JSImporter":[],"JSImporterResult":[],"NodeImporterResult0":[],"_ConstructorOptions":[],"_NodeSassList":[],"WarnOptions":[],"DebugOptions":[],"_NodeSassMap":[],"_ConstructorOptions0":[],"_NodeSassNumber":[],"ParserExports":[],"JSClass0":[],"RenderContextOptions0":[],"RenderOptions":[],"RenderResult":[],"JSSet":[],"JSSimpleSelectorVisitorObject":[],"JSStatementVisitorObject":[],"_ConstructorOptions1":[],"_NodeSassString":[],"JSUrl0":[]},"JSArraySafeToStringHook":{"SafeToStringHook":[]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"JSObject":[],"Iterable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"],"TrustedGetRuntimeType":[]},"JSString":{"String":[],"Comparable":["String"],"TrustedGetRuntimeType":[]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListBase":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","Iterable.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapBase":["3","4"],"Map":["3","4"],"MapBase.K":"3","MapBase.V":"4"},"LateError":{"Error":[]},"CodeUnits":{"ListBase":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListBase.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListIterable.E":"2","Iterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"NonNullsIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_KeysOrValues":{"Iterable":["1"],"Iterable.E":"1"},"ConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ConstantStringSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"GeneralConstantSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"TypeError":[],"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"Closure0Args":{"Function":[]},"Closure2Args":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"LinkedHashMapKeysIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"LinkedHashMapValuesIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"LinkedHashMapEntriesIterable":{"EfficientLengthIterable":["MapEntry<1,2>"],"Iterable":["MapEntry<1,2>"],"Iterable.E":"MapEntry<1,2>"},"JsIdentityLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"JsConstantLinkedHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeByteBuffer":{"JSObject":[],"ByteBuffer":[],"TrustedGetRuntimeType":[]},"NativeTypedData":{"JSObject":[]},"NativeByteData":{"ByteData":[],"JSObject":[],"TrustedGetRuntimeType":[]},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"],"JSObject":[]},"NativeTypedArrayOfDouble":{"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"EfficientLengthIterable":["double"],"JSObject":[],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"Float32List":[],"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"EfficientLengthIterable":["double"],"JSObject":[],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"Float64List":[],"ListBase":["double"],"List":["double"],"JavaScriptIndexingBehavior":["double"],"EfficientLengthIterable":["double"],"JSObject":[],"Iterable":["double"],"TrustedGetRuntimeType":[],"ListBase.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"Int16List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"Int32List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"Int8List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"Uint16List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"Uint32List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"Uint8ClampedList":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"Uint8List":[],"ListBase":["int"],"List":["int"],"JavaScriptIndexingBehavior":["int"],"EfficientLengthIterable":["int"],"JSObject":[],"Iterable":["int"],"TrustedGetRuntimeType":[],"ListBase.E":"int"},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"AsyncError":{"Error":[]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_AsyncCompleter":{"_Completer":["1"]},"_SyncCompleter":{"_Completer":["1"]},"_Future":{"Future":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamImpl":{"Stream":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_MapStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"_LinkedHashSet":{"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["1"],"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableListView":{"ListBase":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1"},"ListBase":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapBase":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"Map":["1","2"]},"ListQueue":{"Queue":["1"],"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_JsonMap":{"MapBase":["String","@"],"Map":["String","@"],"MapBase.K":"String","MapBase.V":"@"},"_JsonMapKeyIterable":{"ListIterable":["String"],"EfficientLengthIterable":["String"],"Iterable":["String"],"ListIterable.E":"String","Iterable.E":"String"},"AsciiCodec":{"Codec":["String","List<int>"]},"_UnicodeSubsetEncoder":{"Converter":["String","List<int>"]},"AsciiEncoder":{"Converter":["String","List<int>"]},"Base64Codec":{"Codec":["List<int>","String"]},"Base64Encoder":{"Converter":["List<int>","String"]},"Encoding":{"Codec":["String","List<int>"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"JsonDecoder":{"Converter":["String","Object?"]},"Utf8Codec":{"Codec":["String","List<int>"]},"Utf8Encoder":{"Converter":["String","List<int>"]},"Utf8Decoder":{"Converter":["List<int>","String"]},"DateTime":{"Comparable":["DateTime"]},"double":{"num":[],"Comparable":["num"]},"Duration":{"Comparable":["Duration"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"RangeError":[],"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"_PlatformUri":[],"Uri":[]},"_SimpleUri":{"_PlatformUri":[],"Uri":[]},"_DataUri":{"_PlatformUri":[],"Uri":[]},"NullRejectionException":{"Exception":[]},"ArgParserException":{"FormatException":[],"Exception":[]},"ErrorResult":{"Result":["0&"]},"ValueResult":{"Result":["1"]},"_CompleterStream":{"Stream":["1"],"Stream.T":"1"},"_NextRequest":{"_EventRequest":["1"]},"EmptyUnmodifiableSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"QueueList":{"ListBase":["1"],"List":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListBase.E":"1","QueueList.E":"1"},"_CastQueueList":{"QueueList":["2"],"ListBase":["2"],"List":["2"],"Queue":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListBase.E":"2","QueueList.E":"2"},"UnionSet":{"SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView0":{"DelegatingSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapKeySet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_DelegatingIterableBase":{"Iterable":["1"]},"DelegatingSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String?","1"]},"Version":{"VersionRange":[],"Comparable":["VersionRange"]},"VersionRange":{"Comparable":["VersionRange"]},"ModifiableCssAtRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssComment":{"ModifiableCssNode":[],"CssComment":[],"CssNode":[],"AstNode":[]},"ModifiableCssDeclaration":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssImport":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssKeyframeBlock":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssMediaRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssNode":{"CssNode":[],"AstNode":[]},"ModifiableCssParentNode":{"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStyleRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStylesheet":{"ModifiableCssParentNode":[],"CssStylesheet":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssSupportsRule":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssNode":{"AstNode":[]},"CssParentNode":{"CssNode":[],"AstNode":[]},"CssStylesheet":{"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssValue":{"AstNode":[]},"_FakeAstNode":{"AstNode":[]},"ArgumentList":{"AstNode":[]},"ConfiguredVariable":{"AstNode":[]},"Expression":{"AstNode":[]},"BinaryOperationExpression":{"Expression":[],"AstNode":[]},"BooleanExpression":{"Expression":[],"AstNode":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfConditionExpression":{"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"IfConditionParenthesized":{"IfConditionExpression":[],"AstNode":[]},"IfConditionNegation":{"IfConditionExpression":[],"AstNode":[]},"IfConditionOperation":{"IfConditionExpression":[],"AstNode":[]},"IfConditionFunction":{"IfConditionExpression":[],"AstNode":[]},"IfConditionSass":{"IfConditionExpression":[],"AstNode":[]},"IfConditionRaw":{"IfConditionExpression":[],"AstNode":[]},"InterpolatedFunctionExpression":{"Expression":[],"AstNode":[]},"LegacyIfExpression":{"Expression":[],"AstNode":[]},"ListExpression":{"Expression":[],"AstNode":[]},"MapExpression":{"Expression":[],"AstNode":[]},"NullExpression":{"Expression":[],"AstNode":[]},"NumberExpression":{"Expression":[],"AstNode":[]},"ParenthesizedExpression":{"Expression":[],"AstNode":[]},"SelectorExpression":{"Expression":[],"AstNode":[]},"StringExpression":{"Expression":[],"AstNode":[]},"SupportsExpression":{"Expression":[],"AstNode":[]},"UnaryOperationExpression":{"Expression":[],"AstNode":[]},"ValueExpression":{"Expression":[],"AstNode":[]},"VariableExpression":{"Expression":[],"AstNode":[]},"DynamicImport":{"Import":[],"AstNode":[]},"StaticImport":{"Import":[],"AstNode":[]},"Interpolation":{"AstNode":[]},"Parameter":{"AstNode":[]},"ParameterList":{"AstNode":[]},"Statement":{"AstNode":[]},"AtRootRule":{"Statement":[],"AstNode":[]},"AtRule":{"Statement":[],"AstNode":[]},"CallableDeclaration":{"Statement":[],"AstNode":[]},"ContentBlock":{"Statement":[],"AstNode":[]},"ContentRule":{"Statement":[],"AstNode":[]},"DebugRule":{"Statement":[],"AstNode":[]},"Declaration":{"Statement":[],"AstNode":[]},"EachRule":{"Statement":[],"AstNode":[]},"ErrorRule":{"Statement":[],"AstNode":[]},"ExtendRule":{"Statement":[],"AstNode":[]},"ForRule":{"Statement":[],"AstNode":[]},"ForwardRule":{"Statement":[],"AstNode":[]},"FunctionRule":{"Statement":[],"AstNode":[]},"IfClause":{"IfRuleClause":[]},"ElseClause":{"IfRuleClause":[]},"IfRule":{"Statement":[],"AstNode":[]},"ImportRule":{"Statement":[],"AstNode":[]},"IncludeRule":{"Statement":[],"AstNode":[]},"LoudComment":{"Statement":[],"AstNode":[]},"MediaRule":{"Statement":[],"AstNode":[]},"MixinRule":{"Statement":[],"AstNode":[]},"_HasContentVisitor":{"StatementSearchVisitor":["bool"],"StatementSearchVisitor.T":"bool"},"ParentStatement":{"Statement":[],"AstNode":[]},"ReturnRule":{"Statement":[],"AstNode":[]},"SilentComment":{"Statement":[],"AstNode":[]},"StyleRule":{"Statement":[],"AstNode":[]},"Stylesheet":{"Statement":[],"AstNode":[]},"SupportsRule":{"Statement":[],"AstNode":[]},"UseRule":{"Statement":[],"AstNode":[]},"VariableDeclaration":{"Statement":[],"AstNode":[]},"WarnRule":{"Statement":[],"AstNode":[]},"WhileRule":{"Statement":[],"AstNode":[]},"SupportsAnything":{"AstNode":[]},"SupportsDeclaration":{"AstNode":[]},"SupportsFunction":{"AstNode":[]},"SupportsInterpolation":{"AstNode":[]},"SupportsNegation":{"AstNode":[]},"SupportsOperation":{"AstNode":[]},"Selector":{"AstNode":[]},"AttributeSelector":{"SimpleSelector":[],"AstNode":[]},"ClassSelector":{"SimpleSelector":[],"AstNode":[]},"ComplexSelector":{"AstNode":[]},"CompoundSelector":{"AstNode":[]},"IDSelector":{"SimpleSelector":[],"AstNode":[]},"SelectorList":{"AstNode":[]},"_ParentSelectorVisitor":{"SelectorSearchVisitor":["ParentSelector"],"SelectorSearchVisitor.T":"ParentSelector"},"ParentSelector":{"SimpleSelector":[],"AstNode":[]},"PlaceholderSelector":{"SimpleSelector":[],"AstNode":[]},"PseudoSelector":{"SimpleSelector":[],"AstNode":[]},"SimpleSelector":{"AstNode":[]},"TypeSelector":{"SimpleSelector":[],"AstNode":[]},"UniversalSelector":{"SimpleSelector":[],"AstNode":[]},"_EnvironmentModule0":{"Module0":["AsyncCallable"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable0":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable0":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable0":[],"AsyncCallable":[]},"ExplicitConfiguration":{"Configuration":[]},"_EnvironmentModule":{"Module0":["Callable0"]},"SassRuntimeException":{"Exception":[]},"SassException":{"Exception":[]},"MultiSpanSassException":{"Exception":[]},"MultiSpanSassRuntimeException":{"SassRuntimeException":[],"Exception":[]},"SassFormatException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"MultiSpanSassFormatException":{"MultiSourceSpanFormatException":[],"SassFormatException":[],"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"UsageException":{"Exception":[]},"EmptyExtensionStore":{"ExtensionStore":[]},"MergedExtension":{"Extension":[]},"Importer":{"AsyncImporter":[]},"FilesystemImporter":{"Importer":[],"AsyncImporter":[]},"NodePackageImporter":{"Importer":[],"AsyncImporter":[]},"BuiltInModule":{"Module0":["1"]},"ForwardedModuleView":{"Module0":["1"]},"ShadowedModuleView":{"Module0":["1"]},"LazyFileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"LimitedMapView":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"MergedMapView":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"MultiSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"PrefixedMapView":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_PrefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"PublicMemberMapView":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"UnprefixedMapView":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_UnprefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassCalculation":{"Value":[]},"SassColor":{"Value":[]},"LinearChannel":{"ColorChannel":[]},"A98RgbColorSpace":{"ColorSpace":[]},"DisplayP3ColorSpace":{"ColorSpace":[]},"DisplayP3LinearColorSpace":{"ColorSpace":[]},"HslColorSpace":{"ColorSpace":[]},"HwbColorSpace":{"ColorSpace":[]},"LabColorSpace":{"ColorSpace":[]},"LchColorSpace":{"ColorSpace":[]},"LmsColorSpace":{"ColorSpace":[]},"OklabColorSpace":{"ColorSpace":[]},"OklchColorSpace":{"ColorSpace":[]},"ProphotoRgbColorSpace":{"ColorSpace":[]},"Rec2020ColorSpace":{"ColorSpace":[]},"RgbColorSpace":{"ColorSpace":[]},"SrgbColorSpace":{"ColorSpace":[]},"SrgbLinearColorSpace":{"ColorSpace":[]},"XyzD50ColorSpace":{"ColorSpace":[]},"XyzD65ColorSpace":{"ColorSpace":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"Value":[]},"SassMixin":{"Value":[]},"_SassNull":{"Value":[]},"SassNumber":{"Value":[]},"ComplexSassNumber":{"SassNumber":[],"Value":[]},"SingleUnitSassNumber":{"SassNumber":[],"Value":[]},"UnitlessSassNumber":{"SassNumber":[],"Value":[]},"SassString":{"Value":[]},"_EvaluationContext0":{"EvaluationContext":[]},"_EvaluationContext":{"EvaluationContext":[]},"Entry":{"Comparable":["Entry"]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation"]},"FileSpan":{"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceLocation":{"Comparable":["SourceLocation"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation"]},"SourceSpan":{"Comparable":["SourceSpan"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"MultiSourceSpanException":{"Exception":[]},"MultiSourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan"]},"Chain":{"StackTrace":[]},"LazyTrace":{"Trace":[],"StackTrace":[]},"Trace":{"StackTrace":[]},"UnparsedFrame":{"Frame":[]},"StringScannerException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"A98RgbColorSpace0":{"ColorSpace0":[]},"SupportsAnything0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"ArgumentList0":{"SassNode":[],"AstNode0":[]},"SassArgumentList0":{"SassList0":[],"Value0":[]},"JSToDartAsyncImporter":{"AsyncImporter0":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module1":["AsyncCallable0"]},"_EvaluateVisitor2":{"StatementVisitor":["Future<Value0?>"],"ExpressionVisitor":["Future<Value0>"],"IfConditionExpressionVisitor":["Future<Object>"]},"_EvaluationContext2":{"EvaluationContext0":[]},"JSToDartAsyncFileImporter":{"AsyncImporter0":[]},"AtRootRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"InterpolatedAttributeSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"BinaryOperationExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module1":["1"]},"SassCalculation0":{"Value0":[]},"CallableDeclaration0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"LinearChannel0":{"ColorChannel0":[]},"InterpolatedClassSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ColorExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"AsyncCompiler":{"Compiler":[]},"InterpolatedComplexSelector":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"ComplexSassNumber0":{"SassNumber0":[],"Value0":[]},"ComplexSelector0":{"AstNode0":[]},"InterpolatedComplexSelectorComponent":{"SassNode":[],"AstNode0":[]},"InterpolatedCompoundSelector":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"CompoundSelector0":{"AstNode0":[]},"ExplicitConfiguration0":{"Configuration0":[]},"ConfiguredVariable0":{"SassNode":[],"AstNode0":[]},"ContentBlock0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ContentRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"DebugRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssDeclaration0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"Declaration0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"SupportsDeclaration0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"DisplayP3ColorSpace0":{"ColorSpace0":[]},"DisplayP3LinearColorSpace0":{"ColorSpace0":[]},"DynamicImport0":{"Import0":[],"SassNode":[],"AstNode0":[]},"EachRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"EmptyExtensionStore0":{"ExtensionStore0":[]},"_EnvironmentModule1":{"Module1":["Callable"]},"ErrorRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"_EvaluateVisitor1":{"StatementVisitor":["Value0?"],"ExpressionVisitor":["Value0"],"IfConditionExpressionVisitor":["Object"]},"_EvaluationContext1":{"EvaluationContext0":[]},"SassRuntimeException0":{"Exception":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"MultiSpanSassFormatException0":{"MultiSourceSpanFormatException":[],"SassFormatException0":[],"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"Expression0":{"SassNode":[],"AstNode0":[]},"JSExpressionVisitor":{"ExpressionVisitor":["Object?"]},"_MakeExpressionCalculationSafe0":{"ExpressionVisitor":["Expression0"],"IfConditionExpressionVisitor":["IfConditionExpression0"]},"ExtendRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"JSToDartFileImporter":{"Importer0":[],"AsyncImporter0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ForwardedModuleView0":{"Module1":["1"]},"FunctionExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SupportsFunction0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"HslColorSpace0":{"ColorSpace0":[]},"HwbColorSpace0":{"ColorSpace0":[]},"InterpolatedIDSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[],"AstNode0":[]},"IfConditionExpression0":{"SassNode":[],"AstNode0":[]},"IfConditionFunction0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"IfConditionParenthesized0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionNegation0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionOperation0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionSass0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"IfConditionRaw0":{"IfConditionExpression0":[],"SassNode":[],"AstNode0":[]},"JSIfConditionExpressionVisitor":{"IfConditionExpressionVisitor":["Object?"]},"IfClause0":{"IfRuleClause0":[]},"ElseClause0":{"IfRuleClause0":[]},"IfRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"InterpolatedFunctionExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"InterpolatedSelector":{"SassNode":[],"AstNode0":[]},"Interpolation0":{"SassNode":[],"AstNode0":[]},"SupportsInterpolation0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"IsCalculationSafeVisitor0":{"ExpressionVisitor":["bool"]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LabColorSpace0":{"ColorSpace0":[]},"LazyFileSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"LchColorSpace0":{"ColorSpace0":[]},"LegacyIfExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"LimitedMapView0":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"ListExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"InterpolatedSelectorList":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"SelectorList0":{"AstNode0":[]},"_ParentSelectorVisitor0":{"SelectorSearchVisitor0":["ParentSelector0"],"SelectorSearchVisitor0.T":"ParentSelector0"},"SassList0":{"Value0":[]},"LmsColorSpace0":{"ColorSpace0":[]},"LoudComment0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"MapExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassMap0":{"Value0":[]},"ModifiableCssMediaRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"MediaRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"MergedExtension0":{"Extension0":[]},"MergedMapView0":{"MapBase":["1","2"],"Map":["1","2"],"MapBase.K":"1","MapBase.V":"2"},"SassMixin0":{"Value0":[]},"MixinRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"_HasContentVisitor0":{"StatementSearchVisitor0":["bool"],"StatementVisitor":["bool?"],"StatementSearchVisitor0.T":"bool"},"MultiSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SupportsNegation0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"NoOpImporter0":{"Importer0":[],"AsyncImporter0":[]},"_FakeAstNode0":{"AstNode0":[]},"CssNode0":{"AstNode0":[]},"CssParentNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssParentNode0":{"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"NodePackageImporter0":{"Importer0":[],"AsyncImporter0":[]},"NullExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"_SassNull0":{"Value0":[]},"NumberExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassNumber0":{"Value0":[]},"OklabColorSpace0":{"ColorSpace0":[]},"OklchColorSpace0":{"ColorSpace0":[]},"SupportsOperation0":{"SupportsCondition":[],"SassNode":[],"AstNode0":[]},"Parameter0":{"SassNode":[],"AstNode0":[]},"ParameterList0":{"SassNode":[],"AstNode0":[]},"InterpolatedParentSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"ParentSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ParentStatement0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"InterpolatedPlaceholderSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PlainCssCallable0":{"Callable":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_PrefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"ProphotoRgbColorSpace0":{"ColorSpace0":[]},"InterpolatedPseudoSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"PseudoSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PublicMemberMapView0":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"InterpolatedQualifiedName":{"SassNode":[],"AstNode0":[]},"Rec2020ColorSpace0":{"ColorSpace0":[]},"ReturnRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"RgbColorSpace0":{"ColorSpace0":[]},"Selector0":{"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"ShadowedModuleView0":{"Module1":["1"]},"SilentComment0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"InterpolatedSimpleSelector":{"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"SimpleSelector0":{"AstNode0":[]},"JSSimpleSelectorVisitor":{"InterpolatedSelectorVisitor":["Object?"]},"SingleUnitSassNumber0":{"SassNumber0":[],"Value0":[]},"SourceInterpolationVisitor":{"ExpressionVisitor":["~"],"IfConditionExpressionVisitor":["~"]},"SrgbColorSpace0":{"ColorSpace0":[]},"SrgbLinearColorSpace0":{"ColorSpace0":[]},"Statement0":{"SassNode":[],"AstNode0":[]},"JSStatementVisitor":{"StatementVisitor":["Object?"]},"StaticImport0":{"Import0":[],"SassNode":[],"AstNode0":[]},"StringExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"SassString0":{"Value0":[]},"ModifiableCssStyleRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"StyleRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"CssStylesheet0":{"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"ModifiableCssStylesheet0":{"ModifiableCssParentNode0":[],"CssStylesheet0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"Stylesheet0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"SupportsExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"JSToDartImporter":{"Importer0":[],"AsyncImporter0":[]},"InterpolatedTypeSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"TypeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnaryOperationExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"UnitlessSassNumber0":{"SassNumber0":[],"Value0":[]},"InterpolatedUniversalSelector":{"InterpolatedSimpleSelector":[],"InterpolatedSelector":[],"SassNode":[],"AstNode0":[]},"UniversalSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnprefixedMapView0":{"MapBase":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_UnprefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"UseRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"SassNode":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"SassNode":[],"AstNode0":[]},"XyzD50ColorSpace0":{"ColorSpace0":[]},"XyzD65ColorSpace0":{"ColorSpace0":[]},"Int8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint8ClampedList":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Int16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint16List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Int32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Uint32List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Float32List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"]},"Float64List":{"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"]},"CssComment":{"CssNode":[],"AstNode":[]},"Import":{"AstNode":[]},"Callable0":{"AsyncCallable":[]},"Callable":{"AsyncCallable0":[]},"CssComment0":{"CssNode0":[],"AstNode0":[]},"Import0":{"SassNode":[],"AstNode0":[]},"SassNode":{"AstNode0":[]},"SupportsCondition":{"SassNode":[],"AstNode0":[]}}'));
|
|
128904
129021
|
A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"WhereIterator":1,"SkipIterator":1,"SkipWhileIterator":1,"EmptyIterator":1,"FollowedByIterator":1,"NonNullsIterator":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"ConstantSet":1,"LinkedHashMapKeyIterator":1,"LinkedHashMapValueIterator":1,"NativeTypedArray":1,"EventSink":1,"_SyncStarIterator":1,"_SyncStreamControllerDispatch":1,"_AsyncStreamControllerDispatch":1,"_AddStreamState":1,"_StreamControllerAddStreamState":1,"_DelayedEvent":1,"_DelayedData":1,"_PendingEvents":1,"_StreamIterator":1,"_ZoneFunction":1,"Queue":1,"UnmodifiableMapBase":2,"_UnmodifiableMapMixin":2,"MapView":2,"_UnmodifiableSetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"_UnmodifiableSetView_SetBase__UnmodifiableSetMixin":1,"_StringSinkConversionSink":1,"Expando":1,"_EventRequest":1,"_EmptyUnmodifiableSet_IterableBase_UnmodifiableSetMixin":1,"DefaultEquality":1,"IterableEquality":1,"ListEquality":1,"_QueueList_Object_ListMixin":1,"_UnionSet_SetBase_UnmodifiableSetMixin":1,"UnmodifiableSetMixin":1,"_UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin":1,"_DelegatingIterableBase":1,"_MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin":1,"ParentStatement":1,"ParentStatement0":1,"ExpressionVisitor":1,"IfConditionExpressionVisitor":1,"InterpolatedSelectorVisitor":1}'));
|
|
128905
129022
|
var string$ = {
|
|
128906
129023
|
x00_____: "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\u03f6\x00\u0404\u03f4 \u03f4\u03f6\u01f6\u01f6\u03f6\u03fc\u01f4\u03ff\u03ff\u0584\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u05d4\u01f4\x00\u01f4\x00\u0504\u05c4\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u0400\x00\u0400\u0200\u03f7\u0200\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u03ff\u0200\u0200\u0200\u03f7\x00",
|
|
@@ -130059,6 +130176,8 @@ self.util = _cliPkgRequires.util;
|
|
|
130059
130176
|
B.Deprecation_zUK = new A.Deprecation("color-functions", "1.79.0", null, 18, "colorFunctions");
|
|
130060
130177
|
B.DisplayP3ColorSpace_MmT = new A.DisplayP3ColorSpace("display-p3", B.List_U47);
|
|
130061
130178
|
B.DisplayP3ColorSpace_MmT0 = new A.DisplayP3ColorSpace0("display-p3", B.List_U470);
|
|
130179
|
+
B.DisplayP3LinearColorSpace_PrP = new A.DisplayP3LinearColorSpace("display-p3-linear", B.List_U47);
|
|
130180
|
+
B.DisplayP3LinearColorSpace_PrP0 = new A.DisplayP3LinearColorSpace0("display-p3-linear", B.List_U470);
|
|
130062
130181
|
B.Duration_0 = new A.Duration(0);
|
|
130063
130182
|
B.ExtendMode_allTargets_2_allTargets = new A.ExtendMode("allTargets", 2, "allTargets");
|
|
130064
130183
|
B.ExtendMode_allTargets_2_allTargets0 = new A.ExtendMode0("allTargets", 2, "allTargets");
|