sass 1.96.0 → 1.97.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +449 -208
- package/types/value/color.d.ts +1 -0
package/sass.dart.js
CHANGED
|
@@ -130,7 +130,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
130
130
|
self.nodeModule = _cliPkgRequires.nodeModule;
|
|
131
131
|
self.stream = _cliPkgRequires.stream;
|
|
132
132
|
self.util = _cliPkgRequires.util;
|
|
133
|
-
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.10.
|
|
133
|
+
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.10.6.
|
|
134
134
|
// The code supports the following hooks:
|
|
135
135
|
// dartPrint(message):
|
|
136
136
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -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.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.6\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.1 compiled with dart2js 3.10.6";
|
|
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.1");
|
|
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) {
|
|
@@ -71377,7 +71452,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71377
71452
|
visitIfExpression$body$_EvaluateVisitor(_, node) {
|
|
71378
71453
|
var $async$goto = 0,
|
|
71379
71454
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Value),
|
|
71380
|
-
$async$returnValue, $async$self = this, t1, t2, t3, t4, results, _i,
|
|
71455
|
+
$async$returnValue, $async$self = this, t1, t2, t3, t4, t5, t6, results, _i, t7, condition, expression, t8, result, _1_2, $async$temp1, $async$temp2, $async$temp3;
|
|
71381
71456
|
var $async$visitIfExpression$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
71382
71457
|
if ($async$errorCode === 1)
|
|
71383
71458
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -71385,7 +71460,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71385
71460
|
switch ($async$goto) {
|
|
71386
71461
|
case 0:
|
|
71387
71462
|
// Function start
|
|
71388
|
-
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$.JSArray_Record_2_String_and_Value, results = null, _i = 0;
|
|
71463
|
+
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$._Future_Value, t5 = type$.Future_Value, t6 = type$.JSArray_Record_2_String_and_Value, results = null, _i = 0;
|
|
71389
71464
|
case 3:
|
|
71390
71465
|
// for condition
|
|
71391
71466
|
if (!(_i < t2)) {
|
|
@@ -71393,50 +71468,96 @@ self.util = _cliPkgRequires.util;
|
|
|
71393
71468
|
$async$goto = 5;
|
|
71394
71469
|
break;
|
|
71395
71470
|
}
|
|
71396
|
-
|
|
71397
|
-
condition =
|
|
71398
|
-
|
|
71399
|
-
|
|
71400
|
-
|
|
71401
|
-
|
|
71402
|
-
|
|
71403
|
-
|
|
71471
|
+
t7 = t1[_i];
|
|
71472
|
+
condition = t7._0;
|
|
71473
|
+
expression = t7._1;
|
|
71474
|
+
t7 = condition == null ? null : condition.accept$1($async$self);
|
|
71475
|
+
if (!(t7 instanceof A._Future)) {
|
|
71476
|
+
t8 = new A._Future($.Zone__current, t3);
|
|
71477
|
+
t8._state = 8;
|
|
71478
|
+
t8._resultOrListeners = t7;
|
|
71479
|
+
t7 = t8;
|
|
71404
71480
|
}
|
|
71405
71481
|
$async$goto = 6;
|
|
71406
|
-
return A._asyncAwait(
|
|
71482
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
71407
71483
|
case 6:
|
|
71408
71484
|
// returning from await.
|
|
71409
71485
|
result = $async$result;
|
|
71410
71486
|
if (result == null)
|
|
71411
71487
|
result = true;
|
|
71412
|
-
|
|
71413
|
-
|
|
71488
|
+
t7 = typeof result == "string";
|
|
71489
|
+
condition = t7 ? result : null;
|
|
71490
|
+
$async$goto = t7 ? 7 : 8;
|
|
71491
|
+
break;
|
|
71414
71492
|
case 7:
|
|
71415
|
-
//
|
|
71416
|
-
|
|
71417
|
-
|
|
71418
|
-
|
|
71419
|
-
if (t5) {
|
|
71420
|
-
|
|
71421
|
-
|
|
71422
|
-
|
|
71423
|
-
|
|
71424
|
-
$async$goto = 4;
|
|
71425
|
-
break;
|
|
71493
|
+
// then
|
|
71494
|
+
if (results == null)
|
|
71495
|
+
results = A._setArrayType([], t6);
|
|
71496
|
+
t7 = expression.accept$1($async$self);
|
|
71497
|
+
if (!t5._is(t7)) {
|
|
71498
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
71499
|
+
t8._state = 8;
|
|
71500
|
+
t8._resultOrListeners = t7;
|
|
71501
|
+
t7 = t8;
|
|
71426
71502
|
}
|
|
71503
|
+
$async$temp1 = results;
|
|
71504
|
+
$async$temp2 = A;
|
|
71505
|
+
$async$temp3 = condition;
|
|
71506
|
+
$async$goto = 9;
|
|
71507
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
71508
|
+
case 9:
|
|
71509
|
+
// returning from await.
|
|
71510
|
+
$async$temp1.push(new $async$temp2._Record_2($async$temp3, $async$result));
|
|
71511
|
+
// goto for update
|
|
71512
|
+
$async$goto = 4;
|
|
71513
|
+
break;
|
|
71514
|
+
case 8:
|
|
71515
|
+
// join
|
|
71427
71516
|
_1_2 = true === result;
|
|
71428
|
-
|
|
71429
|
-
|
|
71430
|
-
|
|
71431
|
-
|
|
71432
|
-
|
|
71517
|
+
$async$goto = _1_2 && results != null ? 10 : 11;
|
|
71518
|
+
break;
|
|
71519
|
+
case 10:
|
|
71520
|
+
// then
|
|
71521
|
+
t7 = expression.accept$1($async$self);
|
|
71522
|
+
if (!t5._is(t7)) {
|
|
71523
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
71524
|
+
t8._state = 8;
|
|
71525
|
+
t8._resultOrListeners = t7;
|
|
71526
|
+
t7 = t8;
|
|
71433
71527
|
}
|
|
71434
|
-
|
|
71435
|
-
|
|
71436
|
-
|
|
71437
|
-
|
|
71438
|
-
|
|
71528
|
+
$async$temp1 = results;
|
|
71529
|
+
$async$temp2 = A;
|
|
71530
|
+
$async$goto = 12;
|
|
71531
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
71532
|
+
case 12:
|
|
71533
|
+
// returning from await.
|
|
71534
|
+
$async$temp1.push(new $async$temp2._Record_2("else", $async$result));
|
|
71535
|
+
// goto for update
|
|
71536
|
+
$async$goto = 4;
|
|
71537
|
+
break;
|
|
71538
|
+
case 11:
|
|
71539
|
+
// join
|
|
71540
|
+
$async$goto = _1_2 ? 13 : 14;
|
|
71541
|
+
break;
|
|
71542
|
+
case 13:
|
|
71543
|
+
// then
|
|
71544
|
+
t1 = expression.accept$1($async$self);
|
|
71545
|
+
if (!t5._is(t1)) {
|
|
71546
|
+
t2 = new A._Future($.Zone__current, t4);
|
|
71547
|
+
t2._state = 8;
|
|
71548
|
+
t2._resultOrListeners = t1;
|
|
71549
|
+
t1 = t2;
|
|
71439
71550
|
}
|
|
71551
|
+
$async$goto = 15;
|
|
71552
|
+
return A._asyncAwait(t1, $async$visitIfExpression$1);
|
|
71553
|
+
case 15:
|
|
71554
|
+
// returning from await.
|
|
71555
|
+
$async$returnValue = $async$result;
|
|
71556
|
+
// goto return
|
|
71557
|
+
$async$goto = 1;
|
|
71558
|
+
break;
|
|
71559
|
+
case 14:
|
|
71560
|
+
// join
|
|
71440
71561
|
case 4:
|
|
71441
71562
|
// for update
|
|
71442
71563
|
++_i;
|
|
@@ -75006,7 +75127,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75006
75127
|
call$1(target) {
|
|
75007
75128
|
return !this.selectors.contains$1(0, target);
|
|
75008
75129
|
},
|
|
75009
|
-
$signature:
|
|
75130
|
+
$signature: 14
|
|
75010
75131
|
};
|
|
75011
75132
|
A._EvaluateVisitor__combineCss_visitModule0.prototype = {
|
|
75012
75133
|
call$1(module) {
|
|
@@ -75038,7 +75159,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75038
75159
|
call$1(target) {
|
|
75039
75160
|
return !this.originalSelectors.contains$1(0, target);
|
|
75040
75161
|
},
|
|
75041
|
-
$signature:
|
|
75162
|
+
$signature: 14
|
|
75042
75163
|
};
|
|
75043
75164
|
A._EvaluateVisitor__extendModules_closure2.prototype = {
|
|
75044
75165
|
call$0() {
|
|
@@ -76026,7 +76147,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76026
76147
|
call$0() {
|
|
76027
76148
|
return this.node.get$spanWithoutContent();
|
|
76028
76149
|
},
|
|
76029
|
-
$signature:
|
|
76150
|
+
$signature: 16
|
|
76030
76151
|
};
|
|
76031
76152
|
A._EvaluateVisitor_visitMediaRule_closure2.prototype = {
|
|
76032
76153
|
call$1(mediaQueries) {
|
|
@@ -79025,29 +79146,29 @@ self.util = _cliPkgRequires.util;
|
|
|
79025
79146
|
return node.value ? B.SassBoolean_true : B.SassBoolean_false;
|
|
79026
79147
|
},
|
|
79027
79148
|
visitIfExpression$1(_, node) {
|
|
79028
|
-
var t1, t2, t3, results, _i, t4, condition, result,
|
|
79149
|
+
var t1, t2, t3, results, _i, t4, condition, expression, result, _1_2, _this = this;
|
|
79029
79150
|
for (t1 = node.branches, t2 = t1.length, t3 = type$.JSArray_Record_2_String_and_Value, results = null, _i = 0; _i < t2; ++_i) {
|
|
79030
79151
|
t4 = t1[_i];
|
|
79031
79152
|
condition = t4._0;
|
|
79032
|
-
|
|
79153
|
+
expression = t4._1;
|
|
79154
|
+
result = condition == null ? null : condition.accept$1(_this);
|
|
79033
79155
|
if (result == null)
|
|
79034
79156
|
result = true;
|
|
79035
|
-
value = t4._1.accept$1(this);
|
|
79036
79157
|
t4 = typeof result == "string";
|
|
79037
79158
|
condition = t4 ? result : null;
|
|
79038
79159
|
if (t4) {
|
|
79039
79160
|
if (results == null)
|
|
79040
79161
|
results = A._setArrayType([], t3);
|
|
79041
|
-
results.push(new A._Record_2(condition,
|
|
79162
|
+
results.push(new A._Record_2(condition, expression.accept$1(_this)));
|
|
79042
79163
|
continue;
|
|
79043
79164
|
}
|
|
79044
79165
|
_1_2 = true === result;
|
|
79045
79166
|
if (_1_2 && results != null) {
|
|
79046
|
-
results.push(new A._Record_2("else",
|
|
79167
|
+
results.push(new A._Record_2("else", expression.accept$1(_this)));
|
|
79047
79168
|
continue;
|
|
79048
79169
|
}
|
|
79049
79170
|
if (_1_2)
|
|
79050
|
-
return
|
|
79171
|
+
return expression.accept$1(_this);
|
|
79051
79172
|
}
|
|
79052
79173
|
if (results == null)
|
|
79053
79174
|
return B.C__SassNull;
|
|
@@ -80797,7 +80918,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80797
80918
|
call$1(target) {
|
|
80798
80919
|
return !this.selectors.contains$1(0, target);
|
|
80799
80920
|
},
|
|
80800
|
-
$signature:
|
|
80921
|
+
$signature: 14
|
|
80801
80922
|
};
|
|
80802
80923
|
A._EvaluateVisitor__combineCss_visitModule.prototype = {
|
|
80803
80924
|
call$1(module) {
|
|
@@ -80829,7 +80950,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80829
80950
|
call$1(target) {
|
|
80830
80951
|
return !this.originalSelectors.contains$1(0, target);
|
|
80831
80952
|
},
|
|
80832
|
-
$signature:
|
|
80953
|
+
$signature: 14
|
|
80833
80954
|
};
|
|
80834
80955
|
A._EvaluateVisitor__extendModules_closure0.prototype = {
|
|
80835
80956
|
call$0() {
|
|
@@ -81286,7 +81407,7 @@ self.util = _cliPkgRequires.util;
|
|
|
81286
81407
|
call$0() {
|
|
81287
81408
|
return this.node.get$spanWithoutContent();
|
|
81288
81409
|
},
|
|
81289
|
-
$signature:
|
|
81410
|
+
$signature: 16
|
|
81290
81411
|
};
|
|
81291
81412
|
A._EvaluateVisitor_visitMediaRule_closure.prototype = {
|
|
81292
81413
|
call$1(mediaQueries) {
|
|
@@ -86627,7 +86748,7 @@ self.util = _cliPkgRequires.util;
|
|
|
86627
86748
|
t1 = $.$get$linearA98RgbToLinearSrgb0();
|
|
86628
86749
|
break $label0$0;
|
|
86629
86750
|
}
|
|
86630
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
86751
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
86631
86752
|
t1 = $.$get$linearA98RgbToLinearDisplayP30();
|
|
86632
86753
|
break $label0$0;
|
|
86633
86754
|
}
|
|
@@ -86703,7 +86824,7 @@ self.util = _cliPkgRequires.util;
|
|
|
86703
86824
|
call$1(simple) {
|
|
86704
86825
|
return simple.accept$1(this.$this);
|
|
86705
86826
|
},
|
|
86706
|
-
$signature:
|
|
86827
|
+
$signature: 15
|
|
86707
86828
|
};
|
|
86708
86829
|
A.SupportsAnything0.prototype = {
|
|
86709
86830
|
toInterpolation$0() {
|
|
@@ -90505,7 +90626,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90505
90626
|
visitIfExpression$body$_EvaluateVisitor0(_, node) {
|
|
90506
90627
|
var $async$goto = 0,
|
|
90507
90628
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Value_2),
|
|
90508
|
-
$async$returnValue, $async$self = this, t1, t2, t3, t4, results, _i,
|
|
90629
|
+
$async$returnValue, $async$self = this, t1, t2, t3, t4, t5, t6, results, _i, t7, condition, expression, t8, result, _1_2, $async$temp1, $async$temp2, $async$temp3;
|
|
90509
90630
|
var $async$visitIfExpression$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
90510
90631
|
if ($async$errorCode === 1)
|
|
90511
90632
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -90513,7 +90634,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90513
90634
|
switch ($async$goto) {
|
|
90514
90635
|
case 0:
|
|
90515
90636
|
// Function start
|
|
90516
|
-
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$.JSArray_Record_2_String_and_Value_2, results = null, _i = 0;
|
|
90637
|
+
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$._Future_Value_2, t5 = type$.Future_Value_2, t6 = type$.JSArray_Record_2_String_and_Value_2, results = null, _i = 0;
|
|
90517
90638
|
case 3:
|
|
90518
90639
|
// for condition
|
|
90519
90640
|
if (!(_i < t2)) {
|
|
@@ -90521,50 +90642,96 @@ self.util = _cliPkgRequires.util;
|
|
|
90521
90642
|
$async$goto = 5;
|
|
90522
90643
|
break;
|
|
90523
90644
|
}
|
|
90524
|
-
|
|
90525
|
-
condition =
|
|
90526
|
-
|
|
90527
|
-
|
|
90528
|
-
|
|
90529
|
-
|
|
90530
|
-
|
|
90531
|
-
|
|
90645
|
+
t7 = t1[_i];
|
|
90646
|
+
condition = t7._0;
|
|
90647
|
+
expression = t7._1;
|
|
90648
|
+
t7 = condition == null ? null : condition.accept$1($async$self);
|
|
90649
|
+
if (!(t7 instanceof A._Future)) {
|
|
90650
|
+
t8 = new A._Future($.Zone__current, t3);
|
|
90651
|
+
t8._state = 8;
|
|
90652
|
+
t8._resultOrListeners = t7;
|
|
90653
|
+
t7 = t8;
|
|
90532
90654
|
}
|
|
90533
90655
|
$async$goto = 6;
|
|
90534
|
-
return A._asyncAwait(
|
|
90656
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
90535
90657
|
case 6:
|
|
90536
90658
|
// returning from await.
|
|
90537
90659
|
result = $async$result;
|
|
90538
90660
|
if (result == null)
|
|
90539
90661
|
result = true;
|
|
90540
|
-
|
|
90541
|
-
|
|
90662
|
+
t7 = typeof result == "string";
|
|
90663
|
+
condition = t7 ? result : null;
|
|
90664
|
+
$async$goto = t7 ? 7 : 8;
|
|
90665
|
+
break;
|
|
90542
90666
|
case 7:
|
|
90543
|
-
//
|
|
90544
|
-
|
|
90545
|
-
|
|
90546
|
-
|
|
90547
|
-
if (t5) {
|
|
90548
|
-
|
|
90549
|
-
|
|
90550
|
-
|
|
90551
|
-
|
|
90552
|
-
$async$goto = 4;
|
|
90553
|
-
break;
|
|
90667
|
+
// then
|
|
90668
|
+
if (results == null)
|
|
90669
|
+
results = A._setArrayType([], t6);
|
|
90670
|
+
t7 = expression.accept$1($async$self);
|
|
90671
|
+
if (!t5._is(t7)) {
|
|
90672
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
90673
|
+
t8._state = 8;
|
|
90674
|
+
t8._resultOrListeners = t7;
|
|
90675
|
+
t7 = t8;
|
|
90554
90676
|
}
|
|
90677
|
+
$async$temp1 = results;
|
|
90678
|
+
$async$temp2 = A;
|
|
90679
|
+
$async$temp3 = condition;
|
|
90680
|
+
$async$goto = 9;
|
|
90681
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
90682
|
+
case 9:
|
|
90683
|
+
// returning from await.
|
|
90684
|
+
$async$temp1.push(new $async$temp2._Record_2($async$temp3, $async$result));
|
|
90685
|
+
// goto for update
|
|
90686
|
+
$async$goto = 4;
|
|
90687
|
+
break;
|
|
90688
|
+
case 8:
|
|
90689
|
+
// join
|
|
90555
90690
|
_1_2 = true === result;
|
|
90556
|
-
|
|
90557
|
-
|
|
90558
|
-
|
|
90559
|
-
|
|
90560
|
-
|
|
90691
|
+
$async$goto = _1_2 && results != null ? 10 : 11;
|
|
90692
|
+
break;
|
|
90693
|
+
case 10:
|
|
90694
|
+
// then
|
|
90695
|
+
t7 = expression.accept$1($async$self);
|
|
90696
|
+
if (!t5._is(t7)) {
|
|
90697
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
90698
|
+
t8._state = 8;
|
|
90699
|
+
t8._resultOrListeners = t7;
|
|
90700
|
+
t7 = t8;
|
|
90561
90701
|
}
|
|
90562
|
-
|
|
90563
|
-
|
|
90564
|
-
|
|
90565
|
-
|
|
90566
|
-
|
|
90702
|
+
$async$temp1 = results;
|
|
90703
|
+
$async$temp2 = A;
|
|
90704
|
+
$async$goto = 12;
|
|
90705
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
90706
|
+
case 12:
|
|
90707
|
+
// returning from await.
|
|
90708
|
+
$async$temp1.push(new $async$temp2._Record_2("else", $async$result));
|
|
90709
|
+
// goto for update
|
|
90710
|
+
$async$goto = 4;
|
|
90711
|
+
break;
|
|
90712
|
+
case 11:
|
|
90713
|
+
// join
|
|
90714
|
+
$async$goto = _1_2 ? 13 : 14;
|
|
90715
|
+
break;
|
|
90716
|
+
case 13:
|
|
90717
|
+
// then
|
|
90718
|
+
t1 = expression.accept$1($async$self);
|
|
90719
|
+
if (!t5._is(t1)) {
|
|
90720
|
+
t2 = new A._Future($.Zone__current, t4);
|
|
90721
|
+
t2._state = 8;
|
|
90722
|
+
t2._resultOrListeners = t1;
|
|
90723
|
+
t1 = t2;
|
|
90567
90724
|
}
|
|
90725
|
+
$async$goto = 15;
|
|
90726
|
+
return A._asyncAwait(t1, $async$visitIfExpression$1);
|
|
90727
|
+
case 15:
|
|
90728
|
+
// returning from await.
|
|
90729
|
+
$async$returnValue = $async$result;
|
|
90730
|
+
// goto return
|
|
90731
|
+
$async$goto = 1;
|
|
90732
|
+
break;
|
|
90733
|
+
case 14:
|
|
90734
|
+
// join
|
|
90568
90735
|
case 4:
|
|
90569
90736
|
// for update
|
|
90570
90737
|
++_i;
|
|
@@ -93568,7 +93735,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93568
93735
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
93569
93736
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93570
93737
|
},
|
|
93571
|
-
$signature:
|
|
93738
|
+
$signature: 13
|
|
93572
93739
|
};
|
|
93573
93740
|
A._EvaluateVisitor_closure39.prototype = {
|
|
93574
93741
|
call$1($arguments) {
|
|
@@ -93576,7 +93743,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93576
93743
|
t1 = this.$this._async_evaluate0$_environment;
|
|
93577
93744
|
return t1.getVariable$1(A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-")) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93578
93745
|
},
|
|
93579
|
-
$signature:
|
|
93746
|
+
$signature: 13
|
|
93580
93747
|
};
|
|
93581
93748
|
A._EvaluateVisitor_closure40.prototype = {
|
|
93582
93749
|
call$1($arguments) {
|
|
@@ -93591,7 +93758,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93591
93758
|
t4 = A.stringReplaceAllUnchecked(t3, "_", "-");
|
|
93592
93759
|
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;
|
|
93593
93760
|
},
|
|
93594
|
-
$signature:
|
|
93761
|
+
$signature: 13
|
|
93595
93762
|
};
|
|
93596
93763
|
A._EvaluateVisitor_closure41.prototype = {
|
|
93597
93764
|
call$1($arguments) {
|
|
@@ -93604,7 +93771,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93604
93771
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
93605
93772
|
return t1.getMixin$2$namespace(t2, module == null ? null : module._string0$_text) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93606
93773
|
},
|
|
93607
|
-
$signature:
|
|
93774
|
+
$signature: 13
|
|
93608
93775
|
};
|
|
93609
93776
|
A._EvaluateVisitor_closure42.prototype = {
|
|
93610
93777
|
call$1($arguments) {
|
|
@@ -93613,7 +93780,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93613
93780
|
throw A.wrapException(A.SassScriptException$0(string$.conten, null));
|
|
93614
93781
|
return t1._async_environment0$_content != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
93615
93782
|
},
|
|
93616
|
-
$signature:
|
|
93783
|
+
$signature: 13
|
|
93617
93784
|
};
|
|
93618
93785
|
A._EvaluateVisitor_closure43.prototype = {
|
|
93619
93786
|
call$1($arguments) {
|
|
@@ -94138,7 +94305,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94138
94305
|
call$1(target) {
|
|
94139
94306
|
return !this.selectors.contains$1(0, target);
|
|
94140
94307
|
},
|
|
94141
|
-
$signature:
|
|
94308
|
+
$signature: 15
|
|
94142
94309
|
};
|
|
94143
94310
|
A._EvaluateVisitor__combineCss_visitModule2.prototype = {
|
|
94144
94311
|
call$1(module) {
|
|
@@ -94170,7 +94337,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94170
94337
|
call$1(target) {
|
|
94171
94338
|
return !this.originalSelectors.contains$1(0, target);
|
|
94172
94339
|
},
|
|
94173
|
-
$signature:
|
|
94340
|
+
$signature: 15
|
|
94174
94341
|
};
|
|
94175
94342
|
A._EvaluateVisitor__extendModules_closure6.prototype = {
|
|
94176
94343
|
call$0() {
|
|
@@ -95158,7 +95325,7 @@ self.util = _cliPkgRequires.util;
|
|
|
95158
95325
|
call$0() {
|
|
95159
95326
|
return this.node.get$spanWithoutContent();
|
|
95160
95327
|
},
|
|
95161
|
-
$signature:
|
|
95328
|
+
$signature: 16
|
|
95162
95329
|
};
|
|
95163
95330
|
A._EvaluateVisitor_visitMediaRule_closure8.prototype = {
|
|
95164
95331
|
call$1(mediaQueries) {
|
|
@@ -99041,21 +99208,21 @@ self.util = _cliPkgRequires.util;
|
|
|
99041
99208
|
call$1($arguments) {
|
|
99042
99209
|
return J.$index$asx($arguments, 0).assertColor$1("color")._color0$_space.get$isLegacyInternal() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99043
99210
|
},
|
|
99044
|
-
$signature:
|
|
99211
|
+
$signature: 13
|
|
99045
99212
|
};
|
|
99046
99213
|
A.module_closure45.prototype = {
|
|
99047
99214
|
call$1($arguments) {
|
|
99048
99215
|
var t1 = J.getInterceptor$asx($arguments);
|
|
99049
99216
|
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;
|
|
99050
99217
|
},
|
|
99051
|
-
$signature:
|
|
99218
|
+
$signature: 13
|
|
99052
99219
|
};
|
|
99053
99220
|
A.module_closure46.prototype = {
|
|
99054
99221
|
call$1($arguments) {
|
|
99055
99222
|
var t1 = J.getInterceptor$asx($arguments);
|
|
99056
99223
|
return A._colorInSpace0(t1.$index($arguments, 0), t1.$index($arguments, 1), true).get$isInGamut() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99057
99224
|
},
|
|
99058
|
-
$signature:
|
|
99225
|
+
$signature: 13
|
|
99059
99226
|
};
|
|
99060
99227
|
A.module_closure47.prototype = {
|
|
99061
99228
|
call$1($arguments) {
|
|
@@ -99149,7 +99316,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99149
99316
|
t1 = J.$eq$(t1.call$1(color1), t1.call$1(color2));
|
|
99150
99317
|
return t1 ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
99151
99318
|
},
|
|
99152
|
-
$signature:
|
|
99319
|
+
$signature: 13
|
|
99153
99320
|
};
|
|
99154
99321
|
A.module_closure_toXyzNoMissing0.prototype = {
|
|
99155
99322
|
call$1(color) {
|
|
@@ -99214,7 +99381,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99214
99381
|
var t1 = J.getInterceptor$asx($arguments);
|
|
99215
99382
|
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;
|
|
99216
99383
|
},
|
|
99217
|
-
$signature:
|
|
99384
|
+
$signature: 13
|
|
99218
99385
|
};
|
|
99219
99386
|
A._mix_closure0.prototype = {
|
|
99220
99387
|
call$1($arguments) {
|
|
@@ -99326,7 +99493,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99326
99493
|
call$1(alpha) {
|
|
99327
99494
|
return isNaN(alpha) ? 0 : B.JSNumber_methods.clamp$2(alpha, 0, 1);
|
|
99328
99495
|
},
|
|
99329
|
-
$signature:
|
|
99496
|
+
$signature: 12
|
|
99330
99497
|
};
|
|
99331
99498
|
A._functionString_closure0.prototype = {
|
|
99332
99499
|
call$1(argument) {
|
|
@@ -99534,6 +99701,13 @@ self.util = _cliPkgRequires.util;
|
|
|
99534
99701
|
t4 = t1.get$blue(options);
|
|
99535
99702
|
t1 = t1.get$alpha(options);
|
|
99536
99703
|
return A.SassColor$_forSpace0(B.DisplayP3ColorSpace_MmT0, t2, t3, t4, A._asBool($.$get$_isUndefined().call$1(t1)) ? 1 : t1, _null);
|
|
99704
|
+
case B.DisplayP3LinearColorSpace_PrP0:
|
|
99705
|
+
t1 = J.getInterceptor$x(options);
|
|
99706
|
+
t2 = t1.get$red(options);
|
|
99707
|
+
t3 = t1.get$green(options);
|
|
99708
|
+
t4 = t1.get$blue(options);
|
|
99709
|
+
t1 = t1.get$alpha(options);
|
|
99710
|
+
return A.SassColor$_forSpace0(B.DisplayP3LinearColorSpace_PrP0, t2, t3, t4, A._asBool($.$get$_isUndefined().call$1(t1)) ? 1 : t1, _null);
|
|
99537
99711
|
case B.A98RgbColorSpace_lf20:
|
|
99538
99712
|
t1 = J.getInterceptor$x(options);
|
|
99539
99713
|
t2 = t1.get$red(options);
|
|
@@ -99805,6 +99979,10 @@ self.util = _cliPkgRequires.util;
|
|
|
99805
99979
|
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);
|
|
99806
99980
|
break $label0$2;
|
|
99807
99981
|
}
|
|
99982
|
+
if (B.DisplayP3LinearColorSpace_PrP0 === space) {
|
|
99983
|
+
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);
|
|
99984
|
+
break $label0$2;
|
|
99985
|
+
}
|
|
99808
99986
|
if (B.ProphotoRgbColorSpace_BDz0 === space) {
|
|
99809
99987
|
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);
|
|
99810
99988
|
break $label0$2;
|
|
@@ -100571,7 +100749,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100571
100749
|
call$1(alpha) {
|
|
100572
100750
|
return A.fuzzyAssertRange0(alpha, 0, 1, "alpha");
|
|
100573
100751
|
},
|
|
100574
|
-
$signature:
|
|
100752
|
+
$signature: 12
|
|
100575
100753
|
};
|
|
100576
100754
|
A._ColorFormatEnum0.prototype = {
|
|
100577
100755
|
toString$0(_) {
|
|
@@ -101357,7 +101535,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101357
101535
|
call$1(component) {
|
|
101358
101536
|
return component.get$hasComplicatedSuperselectorSemantics();
|
|
101359
101537
|
},
|
|
101360
|
-
$signature:
|
|
101538
|
+
$signature: 15
|
|
101361
101539
|
};
|
|
101362
101540
|
A.Configuration0.prototype = {
|
|
101363
101541
|
throughForward$1($forward) {
|
|
@@ -102073,6 +102251,15 @@ self.util = _cliPkgRequires.util;
|
|
|
102073
102251
|
get$isBoundedInternal() {
|
|
102074
102252
|
return true;
|
|
102075
102253
|
},
|
|
102254
|
+
convert$5(dest, red, green, blue, alpha) {
|
|
102255
|
+
var t1;
|
|
102256
|
+
if (dest === B.DisplayP3LinearColorSpace_PrP0) {
|
|
102257
|
+
t1 = this.get$toLinear();
|
|
102258
|
+
t1 = A.SassColor_SassColor$forSpaceInternal0(dest, A.NullableExtension_andThen0(red, t1), A.NullableExtension_andThen0(green, t1), A.NullableExtension_andThen0(blue, t1), alpha);
|
|
102259
|
+
} else
|
|
102260
|
+
t1 = this.super$ColorSpace$convertLinear0(dest, red, green, blue, alpha, false, false, false, false, false);
|
|
102261
|
+
return t1;
|
|
102262
|
+
},
|
|
102076
102263
|
toLinear$1(channel) {
|
|
102077
102264
|
return A.srgbAndDisplayP3ToLinear0(channel);
|
|
102078
102265
|
},
|
|
@@ -102116,6 +102303,56 @@ self.util = _cliPkgRequires.util;
|
|
|
102116
102303
|
return t1;
|
|
102117
102304
|
}
|
|
102118
102305
|
};
|
|
102306
|
+
A.DisplayP3LinearColorSpace0.prototype = {
|
|
102307
|
+
get$isBoundedInternal() {
|
|
102308
|
+
return true;
|
|
102309
|
+
},
|
|
102310
|
+
convert$5(dest, red, green, blue, alpha) {
|
|
102311
|
+
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);
|
|
102312
|
+
},
|
|
102313
|
+
toLinear$1(channel) {
|
|
102314
|
+
return channel;
|
|
102315
|
+
},
|
|
102316
|
+
fromLinear$1(channel) {
|
|
102317
|
+
return channel;
|
|
102318
|
+
},
|
|
102319
|
+
transformationMatrix$1(dest) {
|
|
102320
|
+
var t1;
|
|
102321
|
+
$label0$0: {
|
|
102322
|
+
if (B.SrgbLinearColorSpace_kUj0 === dest || B.SrgbColorSpace_thf0 === dest || B.RgbColorSpace_i0P0 === dest) {
|
|
102323
|
+
t1 = $.$get$linearDisplayP3ToLinearSrgb0();
|
|
102324
|
+
break $label0$0;
|
|
102325
|
+
}
|
|
102326
|
+
if (B.A98RgbColorSpace_lf20 === dest) {
|
|
102327
|
+
t1 = $.$get$linearDisplayP3ToLinearA98Rgb0();
|
|
102328
|
+
break $label0$0;
|
|
102329
|
+
}
|
|
102330
|
+
if (B.ProphotoRgbColorSpace_BDz0 === dest) {
|
|
102331
|
+
t1 = $.$get$linearDisplayP3ToLinearProphotoRgb0();
|
|
102332
|
+
break $label0$0;
|
|
102333
|
+
}
|
|
102334
|
+
if (B.Rec2020ColorSpace_6oo0 === dest) {
|
|
102335
|
+
t1 = $.$get$linearDisplayP3ToLinearRec20200();
|
|
102336
|
+
break $label0$0;
|
|
102337
|
+
}
|
|
102338
|
+
if (B.XyzD65ColorSpace_WiJ0 === dest) {
|
|
102339
|
+
t1 = $.$get$linearDisplayP3ToXyzD650();
|
|
102340
|
+
break $label0$0;
|
|
102341
|
+
}
|
|
102342
|
+
if (B.XyzD50ColorSpace_2OB0 === dest) {
|
|
102343
|
+
t1 = $.$get$linearDisplayP3ToXyzD500();
|
|
102344
|
+
break $label0$0;
|
|
102345
|
+
}
|
|
102346
|
+
if (B.LmsColorSpace_Os30 === dest) {
|
|
102347
|
+
t1 = $.$get$linearDisplayP3ToLms0();
|
|
102348
|
+
break $label0$0;
|
|
102349
|
+
}
|
|
102350
|
+
t1 = this.super$ColorSpace$transformationMatrix0(dest);
|
|
102351
|
+
break $label0$0;
|
|
102352
|
+
}
|
|
102353
|
+
return t1;
|
|
102354
|
+
}
|
|
102355
|
+
};
|
|
102119
102356
|
A.DynamicImport0.prototype = {
|
|
102120
102357
|
toString$0(_) {
|
|
102121
102358
|
return A.StringExpression_quoteText0(this.urlString);
|
|
@@ -104112,29 +104349,29 @@ self.util = _cliPkgRequires.util;
|
|
|
104112
104349
|
return node.value ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
104113
104350
|
},
|
|
104114
104351
|
visitIfExpression$1(_, node) {
|
|
104115
|
-
var t1, t2, t3, results, _i, t4, condition, result,
|
|
104352
|
+
var t1, t2, t3, results, _i, t4, condition, expression, result, _1_2, _this = this;
|
|
104116
104353
|
for (t1 = node.branches, t2 = t1.length, t3 = type$.JSArray_Record_2_String_and_Value_2, results = null, _i = 0; _i < t2; ++_i) {
|
|
104117
104354
|
t4 = t1[_i];
|
|
104118
104355
|
condition = t4._0;
|
|
104119
|
-
|
|
104356
|
+
expression = t4._1;
|
|
104357
|
+
result = condition == null ? null : condition.accept$1(_this);
|
|
104120
104358
|
if (result == null)
|
|
104121
104359
|
result = true;
|
|
104122
|
-
value = t4._1.accept$1(this);
|
|
104123
104360
|
t4 = typeof result == "string";
|
|
104124
104361
|
condition = t4 ? result : null;
|
|
104125
104362
|
if (t4) {
|
|
104126
104363
|
if (results == null)
|
|
104127
104364
|
results = A._setArrayType([], t3);
|
|
104128
|
-
results.push(new A._Record_2(condition,
|
|
104365
|
+
results.push(new A._Record_2(condition, expression.accept$1(_this)));
|
|
104129
104366
|
continue;
|
|
104130
104367
|
}
|
|
104131
104368
|
_1_2 = true === result;
|
|
104132
104369
|
if (_1_2 && results != null) {
|
|
104133
|
-
results.push(new A._Record_2("else",
|
|
104370
|
+
results.push(new A._Record_2("else", expression.accept$1(_this)));
|
|
104134
104371
|
continue;
|
|
104135
104372
|
}
|
|
104136
104373
|
if (_1_2)
|
|
104137
|
-
return
|
|
104374
|
+
return expression.accept$1(_this);
|
|
104138
104375
|
}
|
|
104139
104376
|
if (results == null)
|
|
104140
104377
|
return B.C__SassNull0;
|
|
@@ -105436,7 +105673,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105436
105673
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
105437
105674
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105438
105675
|
},
|
|
105439
|
-
$signature:
|
|
105676
|
+
$signature: 13
|
|
105440
105677
|
};
|
|
105441
105678
|
A._EvaluateVisitor_closure26.prototype = {
|
|
105442
105679
|
call$1($arguments) {
|
|
@@ -105444,7 +105681,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105444
105681
|
t1 = this.$this._evaluate0$_environment;
|
|
105445
105682
|
return t1.getVariable$1(A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-")) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105446
105683
|
},
|
|
105447
|
-
$signature:
|
|
105684
|
+
$signature: 13
|
|
105448
105685
|
};
|
|
105449
105686
|
A._EvaluateVisitor_closure27.prototype = {
|
|
105450
105687
|
call$1($arguments) {
|
|
@@ -105459,7 +105696,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105459
105696
|
t4 = A.stringReplaceAllUnchecked(t3, "_", "-");
|
|
105460
105697
|
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;
|
|
105461
105698
|
},
|
|
105462
|
-
$signature:
|
|
105699
|
+
$signature: 13
|
|
105463
105700
|
};
|
|
105464
105701
|
A._EvaluateVisitor_closure28.prototype = {
|
|
105465
105702
|
call$1($arguments) {
|
|
@@ -105472,7 +105709,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105472
105709
|
t2 = A.stringReplaceAllUnchecked(variable._string0$_text, "_", "-");
|
|
105473
105710
|
return t1.getMixin$2$namespace(t2, module == null ? null : module._string0$_text) != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105474
105711
|
},
|
|
105475
|
-
$signature:
|
|
105712
|
+
$signature: 13
|
|
105476
105713
|
};
|
|
105477
105714
|
A._EvaluateVisitor_closure29.prototype = {
|
|
105478
105715
|
call$1($arguments) {
|
|
@@ -105481,7 +105718,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105481
105718
|
throw A.wrapException(A.SassScriptException$0(string$.conten, null));
|
|
105482
105719
|
return t1._environment0$_content != null ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
105483
105720
|
},
|
|
105484
|
-
$signature:
|
|
105721
|
+
$signature: 13
|
|
105485
105722
|
};
|
|
105486
105723
|
A._EvaluateVisitor_closure30.prototype = {
|
|
105487
105724
|
call$1($arguments) {
|
|
@@ -105846,7 +106083,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105846
106083
|
call$1(target) {
|
|
105847
106084
|
return !this.selectors.contains$1(0, target);
|
|
105848
106085
|
},
|
|
105849
|
-
$signature:
|
|
106086
|
+
$signature: 15
|
|
105850
106087
|
};
|
|
105851
106088
|
A._EvaluateVisitor__combineCss_visitModule1.prototype = {
|
|
105852
106089
|
call$1(module) {
|
|
@@ -105878,7 +106115,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105878
106115
|
call$1(target) {
|
|
105879
106116
|
return !this.originalSelectors.contains$1(0, target);
|
|
105880
106117
|
},
|
|
105881
|
-
$signature:
|
|
106118
|
+
$signature: 15
|
|
105882
106119
|
};
|
|
105883
106120
|
A._EvaluateVisitor__extendModules_closure4.prototype = {
|
|
105884
106121
|
call$0() {
|
|
@@ -106335,7 +106572,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106335
106572
|
call$0() {
|
|
106336
106573
|
return this.node.get$spanWithoutContent();
|
|
106337
106574
|
},
|
|
106338
|
-
$signature:
|
|
106575
|
+
$signature: 16
|
|
106339
106576
|
};
|
|
106340
106577
|
A._EvaluateVisitor_visitMediaRule_closure5.prototype = {
|
|
106341
106578
|
call$1(mediaQueries) {
|
|
@@ -109021,7 +109258,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109021
109258
|
t1 = true;
|
|
109022
109259
|
return t1 && this.uniqueSelectors.contains$1(0, simple);
|
|
109023
109260
|
},
|
|
109024
|
-
$signature:
|
|
109261
|
+
$signature: 15
|
|
109025
109262
|
};
|
|
109026
109263
|
A.paths_closure0.prototype = {
|
|
109027
109264
|
call$2(paths, choice) {
|
|
@@ -109094,7 +109331,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109094
109331
|
call$1(simple1) {
|
|
109095
109332
|
return B.JSArray_methods.any$1(this.compound2.components, simple1.get$isSuperselector());
|
|
109096
109333
|
},
|
|
109097
|
-
$signature:
|
|
109334
|
+
$signature: 15
|
|
109098
109335
|
};
|
|
109099
109336
|
A._selectorPseudoIsSuperselector_closure6.prototype = {
|
|
109100
109337
|
call$1(selector2) {
|
|
@@ -109169,7 +109406,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109169
109406
|
}
|
|
109170
109407
|
return t1;
|
|
109171
109408
|
},
|
|
109172
|
-
$signature:
|
|
109409
|
+
$signature: 15
|
|
109173
109410
|
};
|
|
109174
109411
|
A._selectorPseudoIsSuperselector___closure1.prototype = {
|
|
109175
109412
|
call$1(simple1) {
|
|
@@ -109181,7 +109418,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109181
109418
|
t1 = false;
|
|
109182
109419
|
return t1;
|
|
109183
109420
|
},
|
|
109184
|
-
$signature:
|
|
109421
|
+
$signature: 15
|
|
109185
109422
|
};
|
|
109186
109423
|
A._selectorPseudoIsSuperselector___closure2.prototype = {
|
|
109187
109424
|
call$1(simple1) {
|
|
@@ -109192,7 +109429,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109192
109429
|
t1 = false;
|
|
109193
109430
|
return t1;
|
|
109194
109431
|
},
|
|
109195
|
-
$signature:
|
|
109432
|
+
$signature: 15
|
|
109196
109433
|
};
|
|
109197
109434
|
A._selectorPseudoIsSuperselector_closure11.prototype = {
|
|
109198
109435
|
call$1(selector2) {
|
|
@@ -109216,7 +109453,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109216
109453
|
return false;
|
|
109217
109454
|
return A.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
109218
109455
|
},
|
|
109219
|
-
$signature:
|
|
109456
|
+
$signature: 15
|
|
109220
109457
|
};
|
|
109221
109458
|
A._selectorPseudoArgs_closure1.prototype = {
|
|
109222
109459
|
call$1(pseudo) {
|
|
@@ -109294,7 +109531,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109294
109531
|
call$1(hue) {
|
|
109295
109532
|
return A.hueToRgb0(0, 1, hue) * this.factor + this._box_0.scaledWhiteness;
|
|
109296
109533
|
},
|
|
109297
|
-
$signature:
|
|
109534
|
+
$signature: 12
|
|
109298
109535
|
};
|
|
109299
109536
|
A.InterpolatedIDSelector.prototype = {
|
|
109300
109537
|
get$span(_) {
|
|
@@ -109347,7 +109584,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109347
109584
|
t1 = false;
|
|
109348
109585
|
return t1;
|
|
109349
109586
|
},
|
|
109350
|
-
$signature:
|
|
109587
|
+
$signature: 15
|
|
109351
109588
|
};
|
|
109352
109589
|
A.IfExpression0.prototype = {
|
|
109353
109590
|
accept$1$1(visitor) {
|
|
@@ -109462,7 +109699,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109462
109699
|
call$0() {
|
|
109463
109700
|
return this.$this.get$span(0);
|
|
109464
109701
|
},
|
|
109465
|
-
$signature:
|
|
109702
|
+
$signature: 16
|
|
109466
109703
|
};
|
|
109467
109704
|
A.IfConditionFunction0.prototype = {
|
|
109468
109705
|
get$isArbitrarySubstitution() {
|
|
@@ -111677,7 +111914,7 @@ self.util = _cliPkgRequires.util;
|
|
|
111677
111914
|
call$1($arguments) {
|
|
111678
111915
|
return J.$index$asx($arguments, 0).get$hasBrackets() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
111679
111916
|
},
|
|
111680
|
-
$signature:
|
|
111917
|
+
$signature: 13
|
|
111681
111918
|
};
|
|
111682
111919
|
A._slash_closure0.prototype = {
|
|
111683
111920
|
call$1($arguments) {
|
|
@@ -111895,7 +112132,7 @@ self.util = _cliPkgRequires.util;
|
|
|
111895
112132
|
selector = simple.selector;
|
|
111896
112133
|
return selector != null && selector.accept$1(B.C__ParentSelectorVisitor0) != null;
|
|
111897
112134
|
},
|
|
111898
|
-
$signature:
|
|
112135
|
+
$signature: 15
|
|
111899
112136
|
};
|
|
111900
112137
|
A.SelectorList__nestWithinCompound_closure3.prototype = {
|
|
111901
112138
|
call$1(simple) {
|
|
@@ -112239,7 +112476,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112239
112476
|
t1 = $.$get$lmsToLinearProphotoRgb0();
|
|
112240
112477
|
break $label0$0;
|
|
112241
112478
|
}
|
|
112242
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
112479
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
112243
112480
|
t1 = $.$get$lmsToLinearDisplayP30();
|
|
112244
112481
|
break $label0$0;
|
|
112245
112482
|
}
|
|
@@ -112562,7 +112799,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112562
112799
|
}
|
|
112563
112800
|
return map._map0$_contents.containsKey$1(B.JSArray_methods.get$last(t2)) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
112564
112801
|
},
|
|
112565
|
-
$signature:
|
|
112802
|
+
$signature: 13
|
|
112566
112803
|
};
|
|
112567
112804
|
A._modify_modifyNestedMap0.prototype = {
|
|
112568
112805
|
call$1(map) {
|
|
@@ -112833,13 +113070,13 @@ self.util = _cliPkgRequires.util;
|
|
|
112833
113070
|
call$1(value) {
|
|
112834
113071
|
return Math.abs(value);
|
|
112835
113072
|
},
|
|
112836
|
-
$signature:
|
|
113073
|
+
$signature: 12
|
|
112837
113074
|
};
|
|
112838
113075
|
A._ceil_closure0.prototype = {
|
|
112839
113076
|
call$1(value) {
|
|
112840
113077
|
return B.JSNumber_methods.ceil$0(value);
|
|
112841
113078
|
},
|
|
112842
|
-
$signature:
|
|
113079
|
+
$signature: 12
|
|
112843
113080
|
};
|
|
112844
113081
|
A._clamp_closure0.prototype = {
|
|
112845
113082
|
call$1($arguments) {
|
|
@@ -112863,7 +113100,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112863
113100
|
call$1(value) {
|
|
112864
113101
|
return B.JSNumber_methods.floor$0(value);
|
|
112865
113102
|
},
|
|
112866
|
-
$signature:
|
|
113103
|
+
$signature: 12
|
|
112867
113104
|
};
|
|
112868
113105
|
A._max_closure0.prototype = {
|
|
112869
113106
|
call$1($arguments) {
|
|
@@ -112897,7 +113134,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112897
113134
|
call$1(number) {
|
|
112898
113135
|
return B.JSNumber_methods.round$0(number);
|
|
112899
113136
|
},
|
|
112900
|
-
$signature:
|
|
113137
|
+
$signature: 12
|
|
112901
113138
|
};
|
|
112902
113139
|
A._hypot_closure0.prototype = {
|
|
112903
113140
|
call$1($arguments) {
|
|
@@ -112964,13 +113201,13 @@ self.util = _cliPkgRequires.util;
|
|
|
112964
113201
|
var t1 = J.getInterceptor$asx($arguments);
|
|
112965
113202
|
return t1.$index($arguments, 0).assertNumber$1("number1").isComparableTo$1(t1.$index($arguments, 1).assertNumber$1("number2")) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
112966
113203
|
},
|
|
112967
|
-
$signature:
|
|
113204
|
+
$signature: 13
|
|
112968
113205
|
};
|
|
112969
113206
|
A._isUnitless_closure0.prototype = {
|
|
112970
113207
|
call$1($arguments) {
|
|
112971
113208
|
return !J.$index$asx($arguments, 0).assertNumber$1("number").get$hasUnits() ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
112972
113209
|
},
|
|
112973
|
-
$signature:
|
|
113210
|
+
$signature: 13
|
|
112974
113211
|
};
|
|
112975
113212
|
A._unit_closure0.prototype = {
|
|
112976
113213
|
call$1($arguments) {
|
|
@@ -113380,7 +113617,7 @@ self.util = _cliPkgRequires.util;
|
|
|
113380
113617
|
A.warnForDeprecation0(string$.The_fe, B.Deprecation_p2t);
|
|
113381
113618
|
return $._features0.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature")._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
113382
113619
|
},
|
|
113383
|
-
$signature:
|
|
113620
|
+
$signature: 13
|
|
113384
113621
|
};
|
|
113385
113622
|
A._shared_closure4.prototype = {
|
|
113386
113623
|
call$1($arguments) {
|
|
@@ -113523,7 +113760,7 @@ self.util = _cliPkgRequires.util;
|
|
|
113523
113760
|
}
|
|
113524
113761
|
return t1 ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
113525
113762
|
},
|
|
113526
|
-
$signature:
|
|
113763
|
+
$signature: 13
|
|
113527
113764
|
};
|
|
113528
113765
|
A.mixinClass_closure.prototype = {
|
|
113529
113766
|
call$0() {
|
|
@@ -115743,7 +115980,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115743
115980
|
call$0() {
|
|
115744
115981
|
return $.$get$bogusSpan0();
|
|
115745
115982
|
},
|
|
115746
|
-
$signature:
|
|
115983
|
+
$signature: 16
|
|
115747
115984
|
};
|
|
115748
115985
|
A._updateLazyFileSpanPrototype_closure0.prototype = {
|
|
115749
115986
|
call$1(span) {
|
|
@@ -116657,7 +116894,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116657
116894
|
t1 = type$.InterpolationMap_2._as(t1);
|
|
116658
116895
|
return t1.mapSpan$1(this.span);
|
|
116659
116896
|
},
|
|
116660
|
-
$signature:
|
|
116897
|
+
$signature: 16
|
|
116661
116898
|
};
|
|
116662
116899
|
A.Parser_spanFromPosition_closure0.prototype = {
|
|
116663
116900
|
call$0() {
|
|
@@ -116666,7 +116903,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116666
116903
|
t1 = type$.InterpolationMap_2._as(t1);
|
|
116667
116904
|
return t1.mapSpan$1(this.span);
|
|
116668
116905
|
},
|
|
116669
|
-
$signature:
|
|
116906
|
+
$signature: 16
|
|
116670
116907
|
};
|
|
116671
116908
|
A.InterpolatedPlaceholderSelector.prototype = {
|
|
116672
116909
|
get$span(_) {
|
|
@@ -116784,7 +117021,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116784
117021
|
t1 = $.$get$linearProphotoRgbToLinearA98Rgb0();
|
|
116785
117022
|
break $label0$0;
|
|
116786
117023
|
}
|
|
116787
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
117024
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
116788
117025
|
t1 = $.$get$linearProphotoRgbToLinearDisplayP30();
|
|
116789
117026
|
break $label0$0;
|
|
116790
117027
|
}
|
|
@@ -116988,7 +117225,7 @@ self.util = _cliPkgRequires.util;
|
|
|
116988
117225
|
t1 = false;
|
|
116989
117226
|
return t1;
|
|
116990
117227
|
},
|
|
116991
|
-
$signature:
|
|
117228
|
+
$signature: 15
|
|
116992
117229
|
};
|
|
116993
117230
|
A.PublicMemberMapView0.prototype = {
|
|
116994
117231
|
get$keys(_) {
|
|
@@ -117063,7 +117300,7 @@ self.util = _cliPkgRequires.util;
|
|
|
117063
117300
|
t1 = $.$get$linearRec2020ToLinearA98Rgb0();
|
|
117064
117301
|
break $label0$0;
|
|
117065
117302
|
}
|
|
117066
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
117303
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
117067
117304
|
t1 = $.$get$linearRec2020ToLinearDisplayP30();
|
|
117068
117305
|
break $label0$0;
|
|
117069
117306
|
}
|
|
@@ -118282,7 +118519,7 @@ self.util = _cliPkgRequires.util;
|
|
|
118282
118519
|
selector2.assertNotBogus$1$name("sub");
|
|
118283
118520
|
return A.listIsSuperselector0(selector1.components, selector2.components) ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
118284
118521
|
},
|
|
118285
|
-
$signature:
|
|
118522
|
+
$signature: 13
|
|
118286
118523
|
};
|
|
118287
118524
|
A._simpleSelectors_closure0.prototype = {
|
|
118288
118525
|
call$1($arguments) {
|
|
@@ -120647,7 +120884,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120647
120884
|
call$1(simple) {
|
|
120648
120885
|
return this.$this.isSuperselector$1(simple);
|
|
120649
120886
|
},
|
|
120650
|
-
$signature:
|
|
120887
|
+
$signature: 15
|
|
120651
120888
|
};
|
|
120652
120889
|
A.JSSimpleSelectorVisitor.prototype = {
|
|
120653
120890
|
visitSelectorList$1(_) {
|
|
@@ -120795,7 +121032,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120795
121032
|
call$1(factor) {
|
|
120796
121033
|
return this.$this._number1$_value * factor;
|
|
120797
121034
|
},
|
|
120798
|
-
$signature:
|
|
121035
|
+
$signature: 12
|
|
120799
121036
|
};
|
|
120800
121037
|
A.SingleUnitSassNumber_multiplyUnits_closure1.prototype = {
|
|
120801
121038
|
call$1(denominator) {
|
|
@@ -121261,7 +121498,7 @@ self.util = _cliPkgRequires.util;
|
|
|
121261
121498
|
call$0() {
|
|
121262
121499
|
return this.span;
|
|
121263
121500
|
},
|
|
121264
|
-
$signature:
|
|
121501
|
+
$signature: 16
|
|
121265
121502
|
};
|
|
121266
121503
|
A.updateSourceSpanPrototype_closure0.prototype = {
|
|
121267
121504
|
call$1(span) {
|
|
@@ -121464,7 +121701,7 @@ self.util = _cliPkgRequires.util;
|
|
|
121464
121701
|
transformationMatrix$1(dest) {
|
|
121465
121702
|
var t1;
|
|
121466
121703
|
$label0$0: {
|
|
121467
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
121704
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
121468
121705
|
t1 = $.$get$linearSrgbToLinearDisplayP30();
|
|
121469
121706
|
break $label0$0;
|
|
121470
121707
|
}
|
|
@@ -121523,7 +121760,7 @@ self.util = _cliPkgRequires.util;
|
|
|
121523
121760
|
transformationMatrix$1(dest) {
|
|
121524
121761
|
var t1;
|
|
121525
121762
|
$label0$0: {
|
|
121526
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
121763
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
121527
121764
|
t1 = $.$get$linearSrgbToLinearDisplayP30();
|
|
121528
121765
|
break $label0$0;
|
|
121529
121766
|
}
|
|
@@ -126432,13 +126669,13 @@ self.util = _cliPkgRequires.util;
|
|
|
126432
126669
|
call$0() {
|
|
126433
126670
|
return this.$this.spanFrom$1(this.start);
|
|
126434
126671
|
},
|
|
126435
|
-
$signature:
|
|
126672
|
+
$signature: 16
|
|
126436
126673
|
};
|
|
126437
126674
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
126438
126675
|
call$0() {
|
|
126439
126676
|
return this.declaration.span;
|
|
126440
126677
|
},
|
|
126441
|
-
$signature:
|
|
126678
|
+
$signature: 16
|
|
126442
126679
|
};
|
|
126443
126680
|
A.StylesheetParser__declarationOrBuffer_closure3.prototype = {
|
|
126444
126681
|
call$0() {
|
|
@@ -126810,7 +127047,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126810
127047
|
call$0() {
|
|
126811
127048
|
return this.$this.spanFrom$1(this.start);
|
|
126812
127049
|
},
|
|
126813
|
-
$signature:
|
|
127050
|
+
$signature: 16
|
|
126814
127051
|
};
|
|
126815
127052
|
A.StylesheetParser_trySpecialFunction_closure0.prototype = {
|
|
126816
127053
|
call$1(contents) {
|
|
@@ -126848,7 +127085,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126848
127085
|
call$0() {
|
|
126849
127086
|
return this.$this.spanFrom$1(this.start);
|
|
126850
127087
|
},
|
|
126851
|
-
$signature:
|
|
127088
|
+
$signature: 16
|
|
126852
127089
|
};
|
|
126853
127090
|
A.Stylesheet0.prototype = {
|
|
126854
127091
|
Stylesheet$internal$5$globalVariables$plainCss0(children, span, parseTimeWarnings, globalVariables, plainCss) {
|
|
@@ -128109,7 +128346,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128109
128346
|
t1 = $.$get$xyzD50ToLinearProphotoRgb0();
|
|
128110
128347
|
break $label0$0;
|
|
128111
128348
|
}
|
|
128112
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
128349
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
128113
128350
|
t1 = $.$get$xyzD50ToLinearDisplayP30();
|
|
128114
128351
|
break $label0$0;
|
|
128115
128352
|
}
|
|
@@ -128156,7 +128393,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128156
128393
|
t1 = $.$get$xyzD65ToLinearProphotoRgb0();
|
|
128157
128394
|
break $label0$0;
|
|
128158
128395
|
}
|
|
128159
|
-
if (B.DisplayP3ColorSpace_MmT0 === dest) {
|
|
128396
|
+
if (B.DisplayP3ColorSpace_MmT0 === dest || B.DisplayP3LinearColorSpace_PrP0 === dest) {
|
|
128160
128397
|
t1 = $.$get$xyzD65ToLinearDisplayP30();
|
|
128161
128398
|
break $label0$0;
|
|
128162
128399
|
}
|
|
@@ -128417,13 +128654,13 @@ self.util = _cliPkgRequires.util;
|
|
|
128417
128654
|
_instance_1_u(A._IsBogusVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 21);
|
|
128418
128655
|
_instance_1_u(A._IsUselessVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 21);
|
|
128419
128656
|
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1", 75);
|
|
128420
|
-
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128421
|
-
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128422
|
-
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128423
|
-
_instance_1_u(A.UniversalSelector.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128657
|
+
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128658
|
+
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128659
|
+
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128660
|
+
_instance_1_u(A.UniversalSelector.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
128424
128661
|
_instance_1_u(A.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 261);
|
|
128425
128662
|
_instance_1_u(A.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 261);
|
|
128426
|
-
_static_1(A, "functions___isUnique$closure", "_isUnique",
|
|
128663
|
+
_static_1(A, "functions___isUnique$closure", "_isUnique", 14);
|
|
128427
128664
|
_instance_2_u(A.NodePackageImporter.prototype, "get$_compareExpansionKeys", "_compareExpansionKeys$2", 153);
|
|
128428
128665
|
_instance_0_u(A.CssParser.prototype, "get$silentComment", "silentComment$0", 22);
|
|
128429
128666
|
_instance_0_u(_ = A.Parser.prototype, "get$silentComment", "silentComment$0", 22);
|
|
@@ -128453,7 +128690,8 @@ self.util = _cliPkgRequires.util;
|
|
|
128453
128690
|
_static_1(A, "utils__isPublic$closure", "isPublic", 4);
|
|
128454
128691
|
_static_1(A, "calculation_SassCalculation__simplify$closure", "SassCalculation__simplify", 70);
|
|
128455
128692
|
_instance_1_u(A.ColorChannel.prototype, "get$isAnalogous", "isAnalogous$1", 83);
|
|
128456
|
-
_instance_1_u(A.
|
|
128693
|
+
_instance_1_u(A.DisplayP3ColorSpace.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128694
|
+
_instance_1_u(A.SrgbColorSpace.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128457
128695
|
_instance_1_u(A.AnySelectorVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 21);
|
|
128458
128696
|
_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);
|
|
128459
128697
|
_instance_1_u(_, "get$_async_evaluate$_expressionNode", "_async_evaluate$_expressionNode$1", 212);
|
|
@@ -128517,11 +128755,12 @@ self.util = _cliPkgRequires.util;
|
|
|
128517
128755
|
_static_0(A, "compiler__initCompiler$closure", "initCompiler", 674);
|
|
128518
128756
|
_static_0(A, "compiler__initAsyncCompiler$closure", "initAsyncCompiler", 675);
|
|
128519
128757
|
_instance_0_u(A.CssParser0.prototype, "get$silentComment", "silentComment$0", 22);
|
|
128758
|
+
_instance_1_u(A.DisplayP3ColorSpace0.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128520
128759
|
_instance_1_u(A.EmptyExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 170);
|
|
128521
128760
|
_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);
|
|
128522
128761
|
_instance_1_u(_, "get$_evaluate0$_expressionNode", "_evaluate0$_expressionNode$1", 254);
|
|
128523
128762
|
_instance_1_u(A.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 170);
|
|
128524
|
-
_static_1(A, "functions0___isUnique$closure", "_isUnique0",
|
|
128763
|
+
_static_1(A, "functions0___isUnique$closure", "_isUnique0", 15);
|
|
128525
128764
|
_static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 676);
|
|
128526
128765
|
_instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
|
|
128527
128766
|
return {color: null};
|
|
@@ -128547,7 +128786,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128547
128786
|
return [null];
|
|
128548
128787
|
}, ["call$3", "call$2"], ["error$3", "error$2"], 175, 0, 0);
|
|
128549
128788
|
_instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
128550
|
-
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128789
|
+
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128551
128790
|
_instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
128552
128791
|
_instance_1_u(A._IsInvisibleVisitor2.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 20);
|
|
128553
128792
|
_instance_1_u(A._IsBogusVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 20);
|
|
@@ -128559,17 +128798,17 @@ self.util = _cliPkgRequires.util;
|
|
|
128559
128798
|
_instance(_, "get$_serialize0$_writeChannel", 0, 1, null, ["call$2", "call$1"], ["_serialize0$_writeChannel$2", "_serialize0$_writeChannel$1"], 276, 0, 0);
|
|
128560
128799
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", 590);
|
|
128561
128800
|
_instance_1_u(_, "get$_serialize0$_requiresSemicolon", "_serialize0$_requiresSemicolon$1", 7);
|
|
128562
|
-
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128801
|
+
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128563
128802
|
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1", 34);
|
|
128564
|
-
_instance_1_u(A.SrgbColorSpace0.prototype, "get$toLinear", "toLinear$1",
|
|
128803
|
+
_instance_1_u(A.SrgbColorSpace0.prototype, "get$toLinear", "toLinear$1", 12);
|
|
128565
128804
|
_instance_1_i(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
|
|
128566
128805
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
|
|
128567
128806
|
_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);
|
|
128568
128807
|
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 127);
|
|
128569
128808
|
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 127);
|
|
128570
128809
|
_instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0", 613);
|
|
128571
|
-
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128572
|
-
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
128810
|
+
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128811
|
+
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 15);
|
|
128573
128812
|
_instance_1_u(A.UnprefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
128574
128813
|
_static_1(A, "utils3__jsToDartUrl$closure", "jsToDartUrl", 682);
|
|
128575
128814
|
_static_1(A, "utils3__dartToJSUrl$closure", "dartToJSUrl", 192);
|
|
@@ -128611,7 +128850,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128611
128850
|
_static_1(A, "number0__atan$closure", "atan", 53);
|
|
128612
128851
|
_static_1(A, "number0__asin$closure", "asin", 53);
|
|
128613
128852
|
_static_1(A, "number0__acos$closure", "acos", 53);
|
|
128614
|
-
_static_1(A, "utils0__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear",
|
|
128853
|
+
_static_1(A, "utils0__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear", 12);
|
|
128615
128854
|
_static_2(A, "number2__fuzzyLessThan$closure", "fuzzyLessThan0", 48);
|
|
128616
128855
|
_static_2(A, "number2__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals0", 48);
|
|
128617
128856
|
_static_2(A, "number2__fuzzyGreaterThan$closure", "fuzzyGreaterThan0", 48);
|
|
@@ -128626,7 +128865,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128626
128865
|
_static_1(A, "number2__acos$closure", "acos0", 52);
|
|
128627
128866
|
_static_1(A, "sass__main$closure", "main1", 689);
|
|
128628
128867
|
_static_1(A, "utils4__validateUrlScheme$closure", "validateUrlScheme", 86);
|
|
128629
|
-
_static_1(A, "utils2__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear0",
|
|
128868
|
+
_static_1(A, "utils2__srgbAndDisplayP3FromLinear$closure", "srgbAndDisplayP3FromLinear0", 12);
|
|
128630
128869
|
_static_1(A, "value0__wrapValue$closure", "wrapValue", 460);
|
|
128631
128870
|
})();
|
|
128632
128871
|
(function inheritance() {
|
|
@@ -128758,7 +128997,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128758
128997
|
_inherit(A.SassArgumentList, A.SassList);
|
|
128759
128998
|
_inherit(A.LinearChannel, A.ColorChannel);
|
|
128760
128999
|
_inheritMany(A.GamutMapMethod, [A.ClipGamutMap, A.LocalMindeGamutMap]);
|
|
128761
|
-
_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]);
|
|
129000
|
+
_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]);
|
|
128762
129001
|
_inheritMany(A.SassNumber, [A.ComplexSassNumber, A.SingleUnitSassNumber, A.UnitlessSassNumber]);
|
|
128763
129002
|
_inherit(A._MakeExpressionCalculationSafe, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor);
|
|
128764
129003
|
_inherit(A._FindDependenciesVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor);
|
|
@@ -128769,7 +129008,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128769
129008
|
_inherit(A.SourceSpanWithContext, A.SourceSpanBase);
|
|
128770
129009
|
_inherit(A.StringScannerException, A.SourceSpanFormatException);
|
|
128771
129010
|
_inheritMany(A.StringScanner, [A.LineScanner, A.SpanScanner]);
|
|
128772
|
-
_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]);
|
|
129011
|
+
_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]);
|
|
128773
129012
|
_inheritMany(A.Value0, [A.SassList0, A.SassBoolean0, A.SassCalculation0, A.SassColor0, A.SassNumber0, A.SassFunction0, A.SassMap0, A.SassMixin0, A._SassNull0, A.SassString0]);
|
|
128774
129013
|
_inherit(A.SassArgumentList0, A.SassList0);
|
|
128775
129014
|
_inheritMany(A.AsyncImporter0, [A.JSToDartAsyncImporter, A.JSToDartAsyncFileImporter, A.Importer0]);
|
|
@@ -128851,7 +129090,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128851
129090
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
128852
129091
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map", JSObject: "JSObject"},
|
|
128853
129092
|
mangledNames: {},
|
|
128854
|
-
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)"],
|
|
129093
|
+
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)"],
|
|
128855
129094
|
interceptorsByTag: null,
|
|
128856
129095
|
leafTags: null,
|
|
128857
129096
|
arrayRti: Symbol("$ti"),
|
|
@@ -128870,7 +129109,7 @@ self.util = _cliPkgRequires.util;
|
|
|
128870
129109
|
"5;named,namedNodes,positional,positionalNodes,separator": types => o => o instanceof A._Record_5_named_namedNodes_positional_positionalNodes_separator && A.pairwiseIsTest(types, o._values)
|
|
128871
129110
|
}
|
|
128872
129111
|
};
|
|
128873
|
-
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":[]}}'));
|
|
129112
|
+
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":[]}}'));
|
|
128874
129113
|
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}'));
|
|
128875
129114
|
var string$ = {
|
|
128876
129115
|
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",
|
|
@@ -130029,6 +130268,8 @@ self.util = _cliPkgRequires.util;
|
|
|
130029
130268
|
B.Deprecation_zUK = new A.Deprecation("color-functions", "1.79.0", null, 18, "colorFunctions");
|
|
130030
130269
|
B.DisplayP3ColorSpace_MmT = new A.DisplayP3ColorSpace("display-p3", B.List_U47);
|
|
130031
130270
|
B.DisplayP3ColorSpace_MmT0 = new A.DisplayP3ColorSpace0("display-p3", B.List_U470);
|
|
130271
|
+
B.DisplayP3LinearColorSpace_PrP = new A.DisplayP3LinearColorSpace("display-p3-linear", B.List_U47);
|
|
130272
|
+
B.DisplayP3LinearColorSpace_PrP0 = new A.DisplayP3LinearColorSpace0("display-p3-linear", B.List_U470);
|
|
130032
130273
|
B.Duration_0 = new A.Duration(0);
|
|
130033
130274
|
B.ExtendMode_allTargets_2_allTargets = new A.ExtendMode("allTargets", 2, "allTargets");
|
|
130034
130275
|
B.ExtendMode_allTargets_2_allTargets0 = new A.ExtendMode0("allTargets", 2, "allTargets");
|