sass 1.99.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +321 -246
- package/types/deprecations.d.ts +8 -1
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.
|
|
133
|
+
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.12.2.
|
|
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]
|
|
@@ -5484,12 +5484,12 @@ self.util = _cliPkgRequires.util;
|
|
|
5484
5484
|
_rootPrint($self, $parent, zone, line) {
|
|
5485
5485
|
A.printString(line);
|
|
5486
5486
|
},
|
|
5487
|
-
|
|
5487
|
+
_printToZone0(line) {
|
|
5488
5488
|
$.Zone__current.print$1(line);
|
|
5489
5489
|
},
|
|
5490
5490
|
_rootFork($self, $parent, zone, specification, zoneValues) {
|
|
5491
5491
|
var valueMap, t1, handleUncaughtError;
|
|
5492
|
-
$.
|
|
5492
|
+
$._printToZone = A.async___printToZone$closure();
|
|
5493
5493
|
if (specification == null)
|
|
5494
5494
|
specification = B._ZoneSpecification_Ipa;
|
|
5495
5495
|
if (zoneValues == null)
|
|
@@ -6884,7 +6884,7 @@ self.util = _cliPkgRequires.util;
|
|
|
6884
6884
|
},
|
|
6885
6885
|
print(object) {
|
|
6886
6886
|
var line = A.S(object),
|
|
6887
|
-
toZone = $.
|
|
6887
|
+
toZone = $._printToZone;
|
|
6888
6888
|
if (toZone == null)
|
|
6889
6889
|
A.printString(line);
|
|
6890
6890
|
else
|
|
@@ -10029,8 +10029,8 @@ self.util = _cliPkgRequires.util;
|
|
|
10029
10029
|
A.throwExpression(A.ArgumentError$("components may not be empty.", null));
|
|
10030
10030
|
return new A.SelectorList(t1, span);
|
|
10031
10031
|
},
|
|
10032
|
-
SelectorList_SelectorList$parse(contents, allowParent, interpolationMap, plainCss) {
|
|
10033
|
-
return
|
|
10032
|
+
SelectorList_SelectorList$parse(contents, allowParent, interpolationMap, logger, plainCss) {
|
|
10033
|
+
return A.SelectorParser$(contents, allowParent, interpolationMap, logger, plainCss, null).parse$0(0);
|
|
10034
10034
|
},
|
|
10035
10035
|
SelectorList: function SelectorList(t0, t1) {
|
|
10036
10036
|
this.components = t0;
|
|
@@ -10604,13 +10604,13 @@ self.util = _cliPkgRequires.util;
|
|
|
10604
10604
|
this.assignmentNode = t2;
|
|
10605
10605
|
},
|
|
10606
10606
|
Deprecation_fromId(id) {
|
|
10607
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
10607
|
+
return A.IterableExtension_firstWhereOrNull(B.List_bLL, new A.Deprecation_fromId_closure(id));
|
|
10608
10608
|
},
|
|
10609
10609
|
Deprecation_forVersion(version) {
|
|
10610
10610
|
var t2, _i, deprecation, $self, t3,
|
|
10611
10611
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
|
|
10612
|
-
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i <
|
|
10613
|
-
deprecation = B.
|
|
10612
|
+
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 31; ++_i) {
|
|
10613
|
+
deprecation = B.List_bLL[_i];
|
|
10614
10614
|
$self = deprecation._deprecatedIn;
|
|
10615
10615
|
t3 = $self == null ? null : A.Version___parse_tearOff($self);
|
|
10616
10616
|
t3 = t3 == null ? null : t2.call$1(t3);
|
|
@@ -10794,6 +10794,51 @@ self.util = _cliPkgRequires.util;
|
|
|
10794
10794
|
_EnvironmentModule_couldHaveBeenConfigured_closure: function _EnvironmentModule_couldHaveBeenConfigured_closure(t0) {
|
|
10795
10795
|
this.variables = t0;
|
|
10796
10796
|
},
|
|
10797
|
+
EvaluationContext_currentOrNull() {
|
|
10798
|
+
var t1,
|
|
10799
|
+
_0_0 = $.Zone__current.$index(0, B.Symbol__evaluationContext);
|
|
10800
|
+
$label0$0: {
|
|
10801
|
+
if (_0_0 instanceof A.EvaluationContext) {
|
|
10802
|
+
t1 = _0_0;
|
|
10803
|
+
break $label0$0;
|
|
10804
|
+
}
|
|
10805
|
+
t1 = null;
|
|
10806
|
+
break $label0$0;
|
|
10807
|
+
}
|
|
10808
|
+
return t1;
|
|
10809
|
+
},
|
|
10810
|
+
warn(message) {
|
|
10811
|
+
var t1, _null = null,
|
|
10812
|
+
_0_0 = A.EvaluationContext_currentOrNull();
|
|
10813
|
+
$label0$0: {
|
|
10814
|
+
if (_0_0 != null) {
|
|
10815
|
+
t1 = _0_0.warn$2(0, message, _null);
|
|
10816
|
+
break $label0$0;
|
|
10817
|
+
}
|
|
10818
|
+
B.C_DefaultLogger.internalWarn$4$deprecation$span$trace(message, _null, _null, _null);
|
|
10819
|
+
t1 = _null;
|
|
10820
|
+
break $label0$0;
|
|
10821
|
+
}
|
|
10822
|
+
return t1;
|
|
10823
|
+
},
|
|
10824
|
+
warnForDeprecation(message, deprecation) {
|
|
10825
|
+
var t1,
|
|
10826
|
+
_0_0 = A.EvaluationContext_currentOrNull();
|
|
10827
|
+
$label0$0: {
|
|
10828
|
+
if (_0_0 != null) {
|
|
10829
|
+
t1 = _0_0.warn$2(0, message, deprecation);
|
|
10830
|
+
break $label0$0;
|
|
10831
|
+
}
|
|
10832
|
+
t1 = A.WarnForDeprecation_warnForDeprecation(B.C_DefaultLogger, deprecation, message, null, null);
|
|
10833
|
+
break $label0$0;
|
|
10834
|
+
}
|
|
10835
|
+
return t1;
|
|
10836
|
+
},
|
|
10837
|
+
EvaluationContext: function EvaluationContext() {
|
|
10838
|
+
},
|
|
10839
|
+
_EvaluationContextLogger: function _EvaluationContextLogger(t0) {
|
|
10840
|
+
this._evaluation_context$_context = t0;
|
|
10841
|
+
},
|
|
10797
10842
|
SassException$(message, span, loadedUrls) {
|
|
10798
10843
|
return new A.SassException(loadedUrls == null ? B.Set_empty : A.Set_Set$unmodifiable(loadedUrls, type$.Uri), message, span);
|
|
10799
10844
|
},
|
|
@@ -11427,7 +11472,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11427
11472
|
t8 = node0.span;
|
|
11428
11473
|
t9 = node0.namespace;
|
|
11429
11474
|
line0 = t7._visitor.runExpression$2(t7._importer, new A.VariableExpression(t9, t6, t8)).toString$0(0);
|
|
11430
|
-
toZone = $.
|
|
11475
|
+
toZone = $._printToZone;
|
|
11431
11476
|
if (toZone == null)
|
|
11432
11477
|
A.printString(line0);
|
|
11433
11478
|
else
|
|
@@ -11444,7 +11489,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11444
11489
|
t6 = evaluator;
|
|
11445
11490
|
t7 = node1;
|
|
11446
11491
|
line0 = t6._visitor.runExpression$2(t6._importer, t7).toString$0(0);
|
|
11447
|
-
toZone = $.
|
|
11492
|
+
toZone = $._printToZone;
|
|
11448
11493
|
if (toZone == null)
|
|
11449
11494
|
A.printString(line0);
|
|
11450
11495
|
else
|
|
@@ -14991,7 +15036,7 @@ self.util = _cliPkgRequires.util;
|
|
|
14991
15036
|
return _call(f, arg1, arg2, arguments.length);
|
|
14992
15037
|
};
|
|
14993
15038
|
}(A._callDartFunctionFast2, t1);
|
|
14994
|
-
result[$.$get$
|
|
15039
|
+
result[$.$get$DART_CLOSURE_DART_JSINTEROP_PROPERTY_NAME()] = t1;
|
|
14995
15040
|
return A.promiseToFuture(_this.subscribe(path, result), type$.JSObject);
|
|
14996
15041
|
},
|
|
14997
15042
|
ParcelWatcher_subscribe_closure: function ParcelWatcher_subscribe_closure(t0) {
|
|
@@ -15246,12 +15291,16 @@ self.util = _cliPkgRequires.util;
|
|
|
15246
15291
|
_.scanner = t3;
|
|
15247
15292
|
_._interpolationMap = t4;
|
|
15248
15293
|
},
|
|
15249
|
-
SelectorParser
|
|
15294
|
+
SelectorParser$(contents, allowParent, interpolationMap, logger, plainCss, url) {
|
|
15295
|
+
return new A.SelectorParser(allowParent, plainCss, logger, A.SpanScanner$(contents, url), interpolationMap);
|
|
15296
|
+
},
|
|
15297
|
+
SelectorParser: function SelectorParser(t0, t1, t2, t3, t4) {
|
|
15250
15298
|
var _ = this;
|
|
15251
15299
|
_._allowParent = t0;
|
|
15252
15300
|
_._plainCss = t1;
|
|
15253
|
-
_.
|
|
15254
|
-
_.
|
|
15301
|
+
_._selector$_logger = t2;
|
|
15302
|
+
_.scanner = t3;
|
|
15303
|
+
_._interpolationMap = t4;
|
|
15255
15304
|
},
|
|
15256
15305
|
SelectorParser_parse_closure: function SelectorParser_parse_closure(t0) {
|
|
15257
15306
|
this.$this = t0;
|
|
@@ -16020,7 +16069,10 @@ self.util = _cliPkgRequires.util;
|
|
|
16020
16069
|
var error, stackTrace, t1, exception,
|
|
16021
16070
|
string = _this._selectorString$1($name);
|
|
16022
16071
|
try {
|
|
16023
|
-
t1 = A.
|
|
16072
|
+
t1 = A.EvaluationContext_currentOrNull();
|
|
16073
|
+
if (t1 == null)
|
|
16074
|
+
t1 = A.throwExpression(A.StateError$(string$.No_Sass));
|
|
16075
|
+
t1 = A.SelectorList_SelectorList$parse(string, allowParent, null, new A._EvaluationContextLogger(t1), false);
|
|
16024
16076
|
return t1;
|
|
16025
16077
|
} catch (exception) {
|
|
16026
16078
|
t1 = A.unwrapException(exception);
|
|
@@ -16038,7 +16090,10 @@ self.util = _cliPkgRequires.util;
|
|
|
16038
16090
|
allowParent = false,
|
|
16039
16091
|
string = _this._selectorString$1($name);
|
|
16040
16092
|
try {
|
|
16041
|
-
t1 =
|
|
16093
|
+
t1 = A.EvaluationContext_currentOrNull();
|
|
16094
|
+
if (t1 == null)
|
|
16095
|
+
t1 = A.throwExpression(A.StateError$(string$.No_Sass));
|
|
16096
|
+
t1 = A.SelectorParser$(string, allowParent, null, new A._EvaluationContextLogger(t1), false, null).parseCompoundSelector$0();
|
|
16042
16097
|
return t1;
|
|
16043
16098
|
} catch (exception) {
|
|
16044
16099
|
t1 = A.unwrapException(exception);
|
|
@@ -25861,13 +25916,13 @@ self.util = _cliPkgRequires.util;
|
|
|
25861
25916
|
DefaultLogger0: function DefaultLogger0() {
|
|
25862
25917
|
},
|
|
25863
25918
|
Deprecation_fromId0(id) {
|
|
25864
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
25919
|
+
return A.IterableExtension_firstWhereOrNull(B.List_JA2, new A.Deprecation_fromId_closure0(id));
|
|
25865
25920
|
},
|
|
25866
25921
|
Deprecation_forVersion0(version) {
|
|
25867
25922
|
var t2, _i, deprecation, $self, t3,
|
|
25868
25923
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
|
|
25869
|
-
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i <
|
|
25870
|
-
deprecation = B.
|
|
25924
|
+
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 31; ++_i) {
|
|
25925
|
+
deprecation = B.List_JA2[_i];
|
|
25871
25926
|
$self = deprecation._deprecation$_deprecatedIn;
|
|
25872
25927
|
t3 = $self == null ? null : A.Version___parse_tearOff($self);
|
|
25873
25928
|
t3 = t3 == null ? null : t2.call$1(t3);
|
|
@@ -26819,6 +26874,65 @@ self.util = _cliPkgRequires.util;
|
|
|
26819
26874
|
this._evaluate0$_visitor = t0;
|
|
26820
26875
|
this._evaluate0$_defaultWarnNodeWithSpan = t1;
|
|
26821
26876
|
},
|
|
26877
|
+
EvaluationContext_currentOrNull0() {
|
|
26878
|
+
var t1,
|
|
26879
|
+
_0_0 = $.Zone__current.$index(0, B.Symbol__evaluationContext);
|
|
26880
|
+
$label0$0: {
|
|
26881
|
+
if (_0_0 instanceof A.EvaluationContext0) {
|
|
26882
|
+
t1 = _0_0;
|
|
26883
|
+
break $label0$0;
|
|
26884
|
+
}
|
|
26885
|
+
t1 = null;
|
|
26886
|
+
break $label0$0;
|
|
26887
|
+
}
|
|
26888
|
+
return t1;
|
|
26889
|
+
},
|
|
26890
|
+
EvaluationContext__currentOrNull() {
|
|
26891
|
+
var _0_0 = $.Zone__current.$index(0, B.Symbol__evaluationContext);
|
|
26892
|
+
if (_0_0 instanceof A.EvaluationContext0)
|
|
26893
|
+
return _0_0;
|
|
26894
|
+
else
|
|
26895
|
+
return null;
|
|
26896
|
+
},
|
|
26897
|
+
warn0(message) {
|
|
26898
|
+
var t1, _null = null,
|
|
26899
|
+
_0_0 = A.EvaluationContext_currentOrNull0();
|
|
26900
|
+
$label0$0: {
|
|
26901
|
+
if (_0_0 != null) {
|
|
26902
|
+
t1 = _0_0.warn$2(0, message, _null);
|
|
26903
|
+
break $label0$0;
|
|
26904
|
+
}
|
|
26905
|
+
B.C_DefaultLogger0.internalWarn$4$deprecation$span$trace(message, _null, _null, _null);
|
|
26906
|
+
t1 = _null;
|
|
26907
|
+
break $label0$0;
|
|
26908
|
+
}
|
|
26909
|
+
return t1;
|
|
26910
|
+
},
|
|
26911
|
+
warnForDeprecation0(message, deprecation) {
|
|
26912
|
+
var t1,
|
|
26913
|
+
_0_0 = A.EvaluationContext_currentOrNull0();
|
|
26914
|
+
$label0$0: {
|
|
26915
|
+
if (_0_0 != null) {
|
|
26916
|
+
t1 = _0_0.warn$2(0, message, deprecation);
|
|
26917
|
+
break $label0$0;
|
|
26918
|
+
}
|
|
26919
|
+
t1 = A.WarnForDeprecation_warnForDeprecation0(B.C_DefaultLogger0, deprecation, message, null, null);
|
|
26920
|
+
break $label0$0;
|
|
26921
|
+
}
|
|
26922
|
+
return t1;
|
|
26923
|
+
},
|
|
26924
|
+
warnForDeprecationFromApi(message, deprecation) {
|
|
26925
|
+
var _0_0 = A.EvaluationContext__currentOrNull();
|
|
26926
|
+
if (_0_0 != null)
|
|
26927
|
+
_0_0.warn$2(0, message, deprecation);
|
|
26928
|
+
else
|
|
26929
|
+
A.WarnForDeprecation_warnForDeprecation0(B.C_DefaultLogger0, deprecation, message, null, null);
|
|
26930
|
+
},
|
|
26931
|
+
EvaluationContext0: function EvaluationContext0() {
|
|
26932
|
+
},
|
|
26933
|
+
_EvaluationContextLogger0: function _EvaluationContextLogger0(t0) {
|
|
26934
|
+
this._evaluation_context0$_context = t0;
|
|
26935
|
+
},
|
|
26822
26936
|
EveryCssVisitor0: function EveryCssVisitor0() {
|
|
26823
26937
|
},
|
|
26824
26938
|
EveryCssVisitor_visitCssAtRule_closure0: function EveryCssVisitor_visitCssAtRule_closure0(t0) {
|
|
@@ -29003,7 +29117,7 @@ self.util = _cliPkgRequires.util;
|
|
|
29003
29117
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
29004
29118
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
29005
29119
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
29006
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
29120
|
+
J.set$info$x(self.exports, "dart-sass\t1.101.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.12.2\t(Dart Compiler)\t[Dart]");
|
|
29007
29121
|
A.updateCanonicalizeContextPrototype();
|
|
29008
29122
|
A.updateSourceSpanPrototype();
|
|
29009
29123
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -29698,8 +29812,8 @@ self.util = _cliPkgRequires.util;
|
|
|
29698
29812
|
A.throwExpression(A.ArgumentError$("components may not be empty.", null));
|
|
29699
29813
|
return new A.SelectorList0(t1, span);
|
|
29700
29814
|
},
|
|
29701
|
-
SelectorList_SelectorList$parse0(contents, allowParent, interpolationMap, plainCss) {
|
|
29702
|
-
return
|
|
29815
|
+
SelectorList_SelectorList$parse0(contents, allowParent, interpolationMap, logger, plainCss) {
|
|
29816
|
+
return A.SelectorParser$0(contents, allowParent, interpolationMap, logger, plainCss, null).parse$0(0);
|
|
29703
29817
|
},
|
|
29704
29818
|
SelectorList0: function SelectorList0(t0, t1) {
|
|
29705
29819
|
this.components = t0;
|
|
@@ -31167,12 +31281,16 @@ self.util = _cliPkgRequires.util;
|
|
|
31167
31281
|
},
|
|
31168
31282
|
_parse_closure0: function _parse_closure0() {
|
|
31169
31283
|
},
|
|
31170
|
-
|
|
31284
|
+
SelectorParser$0(contents, allowParent, interpolationMap, logger, plainCss, url) {
|
|
31285
|
+
return new A.SelectorParser0(allowParent, plainCss, logger, A.SpanScanner$(contents, url), interpolationMap);
|
|
31286
|
+
},
|
|
31287
|
+
SelectorParser0: function SelectorParser0(t0, t1, t2, t3, t4) {
|
|
31171
31288
|
var _ = this;
|
|
31172
|
-
_.
|
|
31173
|
-
_.
|
|
31174
|
-
_.
|
|
31175
|
-
_.
|
|
31289
|
+
_._selector0$_allowParent = t0;
|
|
31290
|
+
_._selector0$_plainCss = t1;
|
|
31291
|
+
_._selector0$_logger = t2;
|
|
31292
|
+
_.scanner = t3;
|
|
31293
|
+
_._parser1$_interpolationMap = t4;
|
|
31176
31294
|
},
|
|
31177
31295
|
SelectorParser_parse_closure0: function SelectorParser_parse_closure0(t0) {
|
|
31178
31296
|
this.$this = t0;
|
|
@@ -32950,7 +33068,10 @@ self.util = _cliPkgRequires.util;
|
|
|
32950
33068
|
var error, stackTrace, t1, exception,
|
|
32951
33069
|
string = _this._value$_selectorString$1($name);
|
|
32952
33070
|
try {
|
|
32953
|
-
t1 = A.
|
|
33071
|
+
t1 = A.EvaluationContext_currentOrNull0();
|
|
33072
|
+
if (t1 == null)
|
|
33073
|
+
t1 = A.throwExpression(A.StateError$(string$.No_Sass));
|
|
33074
|
+
t1 = A.SelectorList_SelectorList$parse0(string, allowParent, null, new A._EvaluationContextLogger0(t1), false);
|
|
32954
33075
|
return t1;
|
|
32955
33076
|
} catch (exception) {
|
|
32956
33077
|
t1 = A.unwrapException(exception);
|
|
@@ -32968,7 +33089,10 @@ self.util = _cliPkgRequires.util;
|
|
|
32968
33089
|
allowParent = false,
|
|
32969
33090
|
string = _this._value$_selectorString$1($name);
|
|
32970
33091
|
try {
|
|
32971
|
-
t1 =
|
|
33092
|
+
t1 = A.EvaluationContext_currentOrNull0();
|
|
33093
|
+
if (t1 == null)
|
|
33094
|
+
t1 = A.throwExpression(A.StateError$(string$.No_Sass));
|
|
33095
|
+
t1 = A.SelectorParser$0(string, allowParent, null, new A._EvaluationContextLogger0(t1), false, null).parseCompoundSelector$0();
|
|
32972
33096
|
return t1;
|
|
32973
33097
|
} catch (exception) {
|
|
32974
33098
|
t1 = A.unwrapException(exception);
|
|
@@ -33297,46 +33421,6 @@ self.util = _cliPkgRequires.util;
|
|
|
33297
33421
|
});
|
|
33298
33422
|
return A._asyncStartSync($async$main0, $async$completer);
|
|
33299
33423
|
},
|
|
33300
|
-
EvaluationContext_currentOrNull() {
|
|
33301
|
-
var t1,
|
|
33302
|
-
_0_0 = $.Zone__current.$index(0, B.Symbol__evaluationContext);
|
|
33303
|
-
$label0$0: {
|
|
33304
|
-
if (type$.EvaluationContext._is(_0_0)) {
|
|
33305
|
-
t1 = _0_0;
|
|
33306
|
-
break $label0$0;
|
|
33307
|
-
}
|
|
33308
|
-
t1 = null;
|
|
33309
|
-
break $label0$0;
|
|
33310
|
-
}
|
|
33311
|
-
return t1;
|
|
33312
|
-
},
|
|
33313
|
-
warn(message) {
|
|
33314
|
-
var t1, _null = null,
|
|
33315
|
-
_0_0 = A.EvaluationContext_currentOrNull();
|
|
33316
|
-
$label0$0: {
|
|
33317
|
-
if (_0_0 != null) {
|
|
33318
|
-
t1 = _0_0.warn$2(0, message, _null);
|
|
33319
|
-
break $label0$0;
|
|
33320
|
-
}
|
|
33321
|
-
B.C_DefaultLogger.internalWarn$4$deprecation$span$trace(message, _null, _null, _null);
|
|
33322
|
-
t1 = _null;
|
|
33323
|
-
break $label0$0;
|
|
33324
|
-
}
|
|
33325
|
-
return t1;
|
|
33326
|
-
},
|
|
33327
|
-
warnForDeprecation(message, deprecation) {
|
|
33328
|
-
var t1,
|
|
33329
|
-
_0_0 = A.EvaluationContext_currentOrNull();
|
|
33330
|
-
$label0$0: {
|
|
33331
|
-
if (_0_0 != null) {
|
|
33332
|
-
t1 = _0_0.warn$2(0, message, deprecation);
|
|
33333
|
-
break $label0$0;
|
|
33334
|
-
}
|
|
33335
|
-
t1 = A.WarnForDeprecation_warnForDeprecation(B.C_DefaultLogger, deprecation, message, null, null);
|
|
33336
|
-
break $label0$0;
|
|
33337
|
-
}
|
|
33338
|
-
return t1;
|
|
33339
|
-
},
|
|
33340
33424
|
compileStylesheets(options, graph, sourcesToDestinations, ifModified) {
|
|
33341
33425
|
var $async$goto = 0,
|
|
33342
33426
|
$async$completer = A._makeAsyncAwaitCompleter(type$.bool),
|
|
@@ -33912,60 +33996,6 @@ self.util = _cliPkgRequires.util;
|
|
|
33912
33996
|
upperCase1 = (character1 & 4294967263) >>> 0;
|
|
33913
33997
|
return upperCase1 >= 65 && upperCase1 <= 90;
|
|
33914
33998
|
},
|
|
33915
|
-
EvaluationContext_currentOrNull0() {
|
|
33916
|
-
var t1,
|
|
33917
|
-
_0_0 = $.Zone__current.$index(0, B.Symbol__evaluationContext);
|
|
33918
|
-
$label0$0: {
|
|
33919
|
-
if (type$.EvaluationContext_2._is(_0_0)) {
|
|
33920
|
-
t1 = _0_0;
|
|
33921
|
-
break $label0$0;
|
|
33922
|
-
}
|
|
33923
|
-
t1 = null;
|
|
33924
|
-
break $label0$0;
|
|
33925
|
-
}
|
|
33926
|
-
return t1;
|
|
33927
|
-
},
|
|
33928
|
-
EvaluationContext__currentOrNull() {
|
|
33929
|
-
var _0_0 = $.Zone__current.$index(0, B.Symbol__evaluationContext);
|
|
33930
|
-
if (type$.EvaluationContext_2._is(_0_0))
|
|
33931
|
-
return _0_0;
|
|
33932
|
-
else
|
|
33933
|
-
return null;
|
|
33934
|
-
},
|
|
33935
|
-
warn0(message) {
|
|
33936
|
-
var t1, _null = null,
|
|
33937
|
-
_0_0 = A.EvaluationContext_currentOrNull0();
|
|
33938
|
-
$label0$0: {
|
|
33939
|
-
if (_0_0 != null) {
|
|
33940
|
-
t1 = _0_0.warn$2(0, message, _null);
|
|
33941
|
-
break $label0$0;
|
|
33942
|
-
}
|
|
33943
|
-
B.C_DefaultLogger0.internalWarn$4$deprecation$span$trace(message, _null, _null, _null);
|
|
33944
|
-
t1 = _null;
|
|
33945
|
-
break $label0$0;
|
|
33946
|
-
}
|
|
33947
|
-
return t1;
|
|
33948
|
-
},
|
|
33949
|
-
warnForDeprecation0(message, deprecation) {
|
|
33950
|
-
var t1,
|
|
33951
|
-
_0_0 = A.EvaluationContext_currentOrNull0();
|
|
33952
|
-
$label0$0: {
|
|
33953
|
-
if (_0_0 != null) {
|
|
33954
|
-
t1 = _0_0.warn$2(0, message, deprecation);
|
|
33955
|
-
break $label0$0;
|
|
33956
|
-
}
|
|
33957
|
-
t1 = A.WarnForDeprecation_warnForDeprecation0(B.C_DefaultLogger0, deprecation, message, null, null);
|
|
33958
|
-
break $label0$0;
|
|
33959
|
-
}
|
|
33960
|
-
return t1;
|
|
33961
|
-
},
|
|
33962
|
-
warnForDeprecationFromApi(message, deprecation) {
|
|
33963
|
-
var _0_0 = A.EvaluationContext__currentOrNull();
|
|
33964
|
-
if (_0_0 != null)
|
|
33965
|
-
_0_0.warn$2(0, message, deprecation);
|
|
33966
|
-
else
|
|
33967
|
-
A.WarnForDeprecation_warnForDeprecation0(B.C_DefaultLogger0, deprecation, message, null, null);
|
|
33968
|
-
},
|
|
33969
33999
|
IterableExtension_search0(_this, callback) {
|
|
33970
34000
|
var t1, _0_0;
|
|
33971
34001
|
for (t1 = J.get$iterator$ax(_this); t1.moveNext$0();) {
|
|
@@ -34283,7 +34313,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34283
34313
|
switch ($async$goto) {
|
|
34284
34314
|
case 0:
|
|
34285
34315
|
// Function start
|
|
34286
|
-
$async$returnValue = "1.
|
|
34316
|
+
$async$returnValue = "1.101.0 compiled with dart2js 3.12.2";
|
|
34287
34317
|
// goto return
|
|
34288
34318
|
$async$goto = 1;
|
|
34289
34319
|
break;
|
|
@@ -35331,6 +35361,8 @@ self.util = _cliPkgRequires.util;
|
|
|
35331
35361
|
J.JavaScriptFunction.prototype = {
|
|
35332
35362
|
toString$0(receiver) {
|
|
35333
35363
|
var dartClosure = receiver[$.$get$DART_CLOSURE_PROPERTY_NAME()];
|
|
35364
|
+
if (dartClosure == null)
|
|
35365
|
+
dartClosure = receiver[$.$get$DART_CLOSURE_DART_JSINTEROP_PROPERTY_NAME()];
|
|
35334
35366
|
if (dartClosure == null)
|
|
35335
35367
|
return this.super$LegacyJavaScriptObject$toString(receiver);
|
|
35336
35368
|
return "JavaScript function for " + A.S(J.toString$0$(dartClosure));
|
|
@@ -44971,7 +45003,7 @@ self.util = _cliPkgRequires.util;
|
|
|
44971
45003
|
t6 = J.get$isTTY$x(self.process.stdin);
|
|
44972
45004
|
if (!(t6 == null ? false : t6)) {
|
|
44973
45005
|
line0 = t3.prompt + A.S(line);
|
|
44974
|
-
toZone = $.
|
|
45006
|
+
toZone = $._printToZone;
|
|
44975
45007
|
if (toZone == null)
|
|
44976
45008
|
A.printString(line0);
|
|
44977
45009
|
else
|
|
@@ -52271,6 +52303,12 @@ self.util = _cliPkgRequires.util;
|
|
|
52271
52303
|
},
|
|
52272
52304
|
$signature: 95
|
|
52273
52305
|
};
|
|
52306
|
+
A.EvaluationContext.prototype = {};
|
|
52307
|
+
A._EvaluationContextLogger.prototype = {
|
|
52308
|
+
internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
|
|
52309
|
+
this._evaluation_context$_context.warn$2(0, message, deprecation);
|
|
52310
|
+
}
|
|
52311
|
+
};
|
|
52274
52312
|
A.SassException.prototype = {
|
|
52275
52313
|
get$trace(_) {
|
|
52276
52314
|
return A.Trace$(A._setArrayType([A.frameForSpan(A.SourceSpanException.prototype.get$span.call(this, 0), "root stylesheet", null)], type$.JSArray_Frame), null);
|
|
@@ -52858,7 +52896,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52858
52896
|
}
|
|
52859
52897
|
try {
|
|
52860
52898
|
argVersion = A.Version_Version$parse(id);
|
|
52861
|
-
sassVersion = A.Version_Version$parse("1.
|
|
52899
|
+
sassVersion = A.Version_Version$parse("1.101.0");
|
|
52862
52900
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52863
52901
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52864
52902
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -57003,7 +57041,7 @@ self.util = _cliPkgRequires.util;
|
|
|
57003
57041
|
_1_0 = _this._resolvePackageExports$4(packageRoot, subpath, packageManifest, packageName);
|
|
57004
57042
|
if (_1_0 != null)
|
|
57005
57043
|
if (B.Set_FTDN4.contains$1(0, A.ParsedPath_ParsedPath$parse(_1_0, t5)._splitExtension$1(1)[1]))
|
|
57006
|
-
return t4.toUri$1(t4.canonicalize$1(0, _1_0));
|
|
57044
|
+
return t4.toUri$1(t4.canonicalize$1(0, _this._resolveImportOnly$1(_1_0)));
|
|
57007
57045
|
else {
|
|
57008
57046
|
t1 = subpath == null ? "root" : subpath;
|
|
57009
57047
|
throw A.wrapException("The export for '" + t1 + "' in '" + A.S(packageName) + "' resolved to '" + _1_0 + string$.x27x2c_whi);
|
|
@@ -57041,7 +57079,7 @@ self.util = _cliPkgRequires.util;
|
|
|
57041
57079
|
t1 = false;
|
|
57042
57080
|
}
|
|
57043
57081
|
if (t1)
|
|
57044
|
-
return A.join(packageRoot, sassValue, _null);
|
|
57082
|
+
return this._resolveImportOnly$1(A.join(packageRoot, sassValue, _null));
|
|
57045
57083
|
else {
|
|
57046
57084
|
_1_0 = packageManifest.$index(0, "style");
|
|
57047
57085
|
if (typeof _1_0 == "string") {
|
|
@@ -57052,7 +57090,7 @@ self.util = _cliPkgRequires.util;
|
|
|
57052
57090
|
t1 = false;
|
|
57053
57091
|
}
|
|
57054
57092
|
if (t1)
|
|
57055
|
-
return A.join(packageRoot, styleValue, _null);
|
|
57093
|
+
return this._resolveImportOnly$1(A.join(packageRoot, styleValue, _null));
|
|
57056
57094
|
}
|
|
57057
57095
|
return A.resolveImportPath(A.join(packageRoot, "index", _null));
|
|
57058
57096
|
},
|
|
@@ -57104,6 +57142,15 @@ self.util = _cliPkgRequires.util;
|
|
|
57104
57142
|
}
|
|
57105
57143
|
return t1;
|
|
57106
57144
|
},
|
|
57145
|
+
_resolveImportOnly$1(path) {
|
|
57146
|
+
var t1, extension, importOnly;
|
|
57147
|
+
if (!A.fromImport())
|
|
57148
|
+
return path;
|
|
57149
|
+
t1 = $.$get$context();
|
|
57150
|
+
extension = A.ParsedPath_ParsedPath$parse(path, t1.style)._splitExtension$1(1)[1];
|
|
57151
|
+
importOnly = t1.withoutExtension$1(path) + ".import" + extension;
|
|
57152
|
+
return A.fileExists(importOnly) ? importOnly : path;
|
|
57153
|
+
},
|
|
57107
57154
|
_compareExpansionKeys$2(keyA, keyB) {
|
|
57108
57155
|
var t1 = B.JSString_methods.contains$1(keyA, "*"),
|
|
57109
57156
|
baseLengthA = t1 ? B.JSString_methods.indexOf$1(keyA, "*") + 1 : keyA.length,
|
|
@@ -58168,7 +58215,7 @@ self.util = _cliPkgRequires.util;
|
|
|
58168
58215
|
A._RequireMain.prototype = {};
|
|
58169
58216
|
A.LoggerWithDeprecationType.prototype = {
|
|
58170
58217
|
warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
|
|
58171
|
-
this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.
|
|
58218
|
+
this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.Deprecation_gGh : null, span, trace);
|
|
58172
58219
|
},
|
|
58173
58220
|
warn$1(_, message) {
|
|
58174
58221
|
return this.warn$4$deprecation$span$trace(0, message, false, null, null);
|
|
@@ -58229,7 +58276,7 @@ self.util = _cliPkgRequires.util;
|
|
|
58229
58276
|
t4 = t1._collection$_current;
|
|
58230
58277
|
if (t4 == null)
|
|
58231
58278
|
t4 = t2._as(t4);
|
|
58232
|
-
if (B.
|
|
58279
|
+
if (B.Deprecation_gGh === t4) {
|
|
58233
58280
|
_this.internalWarn$4$deprecation$span$trace(string$.User_a, _null, _null, _null);
|
|
58234
58281
|
continue;
|
|
58235
58282
|
}
|
|
@@ -58337,7 +58384,7 @@ self.util = _cliPkgRequires.util;
|
|
|
58337
58384
|
var t3,
|
|
58338
58385
|
result = new A.StringBuffer(""),
|
|
58339
58386
|
t1 = deprecation != null,
|
|
58340
|
-
showDeprecation = t1 && deprecation !== B.
|
|
58387
|
+
showDeprecation = t1 && deprecation !== B.Deprecation_gGh,
|
|
58341
58388
|
t2 = this.color;
|
|
58342
58389
|
if (t2) {
|
|
58343
58390
|
t3 = result._contents = "\x1b[33m\x1b[1m";
|
|
@@ -60594,7 +60641,7 @@ self.util = _cliPkgRequires.util;
|
|
|
60594
60641
|
return A.SelectorList$(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
60595
60642
|
},
|
|
60596
60643
|
_complexSelector$1$lineBreak(lineBreak) {
|
|
60597
|
-
var t4, lastCompound, initialCombinators, _0_0,
|
|
60644
|
+
var t4, t5, lastCompound, initialCombinators, beforeWhitespace, t6, _0_0, t7, t8, result, nextCompound, _this = this,
|
|
60598
60645
|
_s18_ = "expected selector.",
|
|
60599
60646
|
t1 = _this.scanner,
|
|
60600
60647
|
t2 = t1._string_scanner$_position,
|
|
@@ -60602,30 +60649,32 @@ self.util = _cliPkgRequires.util;
|
|
|
60602
60649
|
t3 = type$.JSArray_CssValue_Combinator,
|
|
60603
60650
|
combinators = A._setArrayType([], t3),
|
|
60604
60651
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent);
|
|
60605
|
-
for (t4 = type$.CssValue_Combinator, lastCompound = null, initialCombinators = null;;) {
|
|
60652
|
+
for (t4 = type$.CssValue_Combinator, t5 = _this._selector$_logger, lastCompound = null, initialCombinators = null;;) {
|
|
60653
|
+
beforeWhitespace = t1._string_scanner$_position;
|
|
60606
60654
|
_this.whitespace$1$consumeNewlines(true);
|
|
60655
|
+
t6 = t1._string_scanner$_position === beforeWhitespace;
|
|
60607
60656
|
_0_0 = t1.peekChar$0();
|
|
60608
60657
|
if (43 === _0_0) {
|
|
60609
|
-
|
|
60658
|
+
t6 = t1._string_scanner$_position;
|
|
60610
60659
|
t1.readChar$0();
|
|
60611
|
-
combinators.push(new A.CssValue(B.Combinator_sHB, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
60660
|
+
combinators.push(new A.CssValue(B.Combinator_sHB, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
60612
60661
|
continue;
|
|
60613
60662
|
}
|
|
60614
60663
|
if (62 === _0_0) {
|
|
60615
|
-
|
|
60664
|
+
t6 = t1._string_scanner$_position;
|
|
60616
60665
|
t1.readChar$0();
|
|
60617
|
-
combinators.push(new A.CssValue(B.Combinator_iUF, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
60666
|
+
combinators.push(new A.CssValue(B.Combinator_iUF, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
60618
60667
|
continue;
|
|
60619
60668
|
}
|
|
60620
60669
|
if (126 === _0_0) {
|
|
60621
|
-
|
|
60670
|
+
t6 = t1._string_scanner$_position;
|
|
60622
60671
|
t1.readChar$0();
|
|
60623
|
-
combinators.push(new A.CssValue(B.Combinator_98W, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
60672
|
+
combinators.push(new A.CssValue(B.Combinator_98W, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
60624
60673
|
continue;
|
|
60625
60674
|
}
|
|
60626
60675
|
if (_0_0 == null)
|
|
60627
60676
|
break;
|
|
60628
|
-
|
|
60677
|
+
t7 = true;
|
|
60629
60678
|
if (91 !== _0_0)
|
|
60630
60679
|
if (46 !== _0_0)
|
|
60631
60680
|
if (35 !== _0_0)
|
|
@@ -60634,21 +60683,25 @@ self.util = _cliPkgRequires.util;
|
|
|
60634
60683
|
if (38 !== _0_0)
|
|
60635
60684
|
if (42 !== _0_0)
|
|
60636
60685
|
if (124 !== _0_0)
|
|
60637
|
-
|
|
60638
|
-
if (
|
|
60639
|
-
|
|
60640
|
-
|
|
60686
|
+
t7 = _this.lookingAtIdentifier$0();
|
|
60687
|
+
if (t7) {
|
|
60688
|
+
t7 = lastCompound != null;
|
|
60689
|
+
if (t7) {
|
|
60690
|
+
t8 = _this.spanFrom$1(componentStart);
|
|
60641
60691
|
result = A.List_List$from(combinators, false, t4);
|
|
60642
60692
|
result.$flags = 3;
|
|
60643
|
-
components.push(new A.ComplexSelectorComponent(lastCompound, result,
|
|
60693
|
+
components.push(new A.ComplexSelectorComponent(lastCompound, result, t8));
|
|
60644
60694
|
} else if (combinators.length !== 0) {
|
|
60645
60695
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
60646
60696
|
initialCombinators = combinators;
|
|
60647
60697
|
}
|
|
60648
|
-
|
|
60698
|
+
nextCompound = _this._compoundSelector$0();
|
|
60699
|
+
if (t7 && combinators.length === 0 && t6)
|
|
60700
|
+
A.WarnForDeprecation_warnForDeprecation(t5, B.Deprecation_V8h, string$.Adjace + lastCompound.toString$0(0) + " " + nextCompound.toString$0(0) + string$.x0a_Morex3aa, lastCompound.span.expand$1(0, nextCompound.span), null);
|
|
60649
60701
|
combinators = A._setArrayType([], t3);
|
|
60650
60702
|
if (t1.peekChar$0() === 38)
|
|
60651
60703
|
t1.error$1(0, string$.x22x26__ma);
|
|
60704
|
+
lastCompound = nextCompound;
|
|
60652
60705
|
continue;
|
|
60653
60706
|
}
|
|
60654
60707
|
break;
|
|
@@ -70046,7 +70099,7 @@ self.util = _cliPkgRequires.util;
|
|
|
70046
70099
|
_0_0 = $async$result;
|
|
70047
70100
|
targetText = _0_0._0;
|
|
70048
70101
|
targetMap = _0_0._1;
|
|
70049
|
-
for (t1 = A.SelectorList_SelectorList$parse(A.trimAscii(targetText, true), false, targetMap, false).components, t2 = t1.length, t3 = styleRule._style_rule$_selector._box$_inner, _i = 0; _i < t2; ++_i) {
|
|
70102
|
+
for (t1 = A.SelectorList_SelectorList$parse(A.trimAscii(targetText, true), false, targetMap, $async$self._async_evaluate$_logger, false).components, t2 = t1.length, t3 = styleRule._style_rule$_selector._box$_inner, _i = 0; _i < t2; ++_i) {
|
|
70050
70103
|
complex = t1[_i];
|
|
70051
70104
|
compound = complex.get$singleCompound();
|
|
70052
70105
|
if (compound == null)
|
|
@@ -71117,7 +71170,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71117
71170
|
break;
|
|
71118
71171
|
case 5:
|
|
71119
71172
|
// join
|
|
71120
|
-
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
|
|
71173
|
+
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, $async$self._async_evaluate$_logger, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
|
|
71121
71174
|
_1_0 = $async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
71122
71175
|
$label0$0: {
|
|
71123
71176
|
if (_1_0 == null) {
|
|
@@ -78635,8 +78688,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78635
78688
|
t2 = t2 == null ? null : t2.get$span(t2);
|
|
78636
78689
|
}
|
|
78637
78690
|
t1._async_evaluate$_warn$3(message, t2 == null ? this._async_evaluate$_defaultWarnNodeWithSpan.span : t2, deprecation);
|
|
78638
|
-
}
|
|
78639
|
-
$isEvaluationContext: 1
|
|
78691
|
+
}
|
|
78640
78692
|
};
|
|
78641
78693
|
A._CloneCssVisitor.prototype = {
|
|
78642
78694
|
visitCssAtRule$1(node) {
|
|
@@ -79144,7 +79196,7 @@ self.util = _cliPkgRequires.util;
|
|
|
79144
79196
|
_this._warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan(A.SpanExtensions_trimRight(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_0rM);
|
|
79145
79197
|
}
|
|
79146
79198
|
_0_0 = _this._performInterpolationWithMap$2$warnForColor(node.selector, true);
|
|
79147
|
-
for (t1 = A.SelectorList_SelectorList$parse(A.trimAscii(_0_0._0, true), false, _0_0._1, false).components, t2 = t1.length, t3 = styleRule._style_rule$_selector._box$_inner, _i = 0; _i < t2; ++_i) {
|
|
79199
|
+
for (t1 = A.SelectorList_SelectorList$parse(A.trimAscii(_0_0._0, true), false, _0_0._1, _this._logger, false).components, t2 = t1.length, t3 = styleRule._style_rule$_selector._box$_inner, _i = 0; _i < t2; ++_i) {
|
|
79148
79200
|
complex = t1[_i];
|
|
79149
79201
|
compound = complex.get$singleCompound();
|
|
79150
79202
|
if (compound == null)
|
|
@@ -79571,7 +79623,7 @@ self.util = _cliPkgRequires.util;
|
|
|
79571
79623
|
_this._withParent$2$4$scopeWhen$through(A.ModifiableCssKeyframeBlock$(new A.CssValue(A.List_List$unmodifiable(new A.KeyframeSelectorParser(A.SpanScanner$(selectorText, _null), selectorMap).parse$0(0), type$.String), t1.span, type$.CssValue_List_String), node.span), new A._EvaluateVisitor_visitStyleRule_closure(_this, node), node.hasDeclarations, new A._EvaluateVisitor_visitStyleRule_closure0(), type$.ModifiableCssKeyframeBlock, type$.Null);
|
|
79572
79624
|
return _null;
|
|
79573
79625
|
}
|
|
79574
|
-
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
79626
|
+
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._logger, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
79575
79627
|
_1_0 = _this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot;
|
|
79576
79628
|
$label0$0: {
|
|
79577
79629
|
if (_1_0 == null) {
|
|
@@ -83066,8 +83118,7 @@ self.util = _cliPkgRequires.util;
|
|
|
83066
83118
|
t2 = t2.get$span(t2);
|
|
83067
83119
|
}
|
|
83068
83120
|
t1._warn$3(message, t2, deprecation);
|
|
83069
|
-
}
|
|
83070
|
-
$isEvaluationContext: 1
|
|
83121
|
+
}
|
|
83071
83122
|
};
|
|
83072
83123
|
A.EveryCssVisitor.prototype = {
|
|
83073
83124
|
visitCssAtRule$1(node) {
|
|
@@ -89703,7 +89754,7 @@ self.util = _cliPkgRequires.util;
|
|
|
89703
89754
|
_0_0 = $async$result;
|
|
89704
89755
|
targetText = _0_0._0;
|
|
89705
89756
|
targetMap = _0_0._1;
|
|
89706
|
-
for (t1 = A.SelectorList_SelectorList$parse0(A.trimAscii0(targetText, true), false, targetMap, false).components, t2 = t1.length, t3 = styleRule._style_rule0$_selector._box0$_inner, _i = 0; _i < t2; ++_i) {
|
|
89757
|
+
for (t1 = A.SelectorList_SelectorList$parse0(A.trimAscii0(targetText, true), false, targetMap, $async$self._async_evaluate0$_logger, false).components, t2 = t1.length, t3 = styleRule._style_rule0$_selector._box0$_inner, _i = 0; _i < t2; ++_i) {
|
|
89707
89758
|
complex = t1[_i];
|
|
89708
89759
|
compound = complex.get$singleCompound();
|
|
89709
89760
|
if (compound == null)
|
|
@@ -90856,7 +90907,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90856
90907
|
break;
|
|
90857
90908
|
case 5:
|
|
90858
90909
|
// join
|
|
90859
|
-
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
|
|
90910
|
+
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, $async$self._async_evaluate0$_logger, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
|
|
90860
90911
|
_1_0 = $async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
90861
90912
|
$label0$0: {
|
|
90862
90913
|
if (_1_0 == null) {
|
|
@@ -98378,8 +98429,7 @@ self.util = _cliPkgRequires.util;
|
|
|
98378
98429
|
t2 = t2 == null ? null : t2.get$span(t2);
|
|
98379
98430
|
}
|
|
98380
98431
|
t1._async_evaluate0$_warn$3(message, t2 == null ? this._async_evaluate0$_defaultWarnNodeWithSpan.span : t2, deprecation);
|
|
98381
|
-
}
|
|
98382
|
-
$isEvaluationContext0: 1
|
|
98432
|
+
}
|
|
98383
98433
|
};
|
|
98384
98434
|
A.JSToDartAsyncFileImporter.prototype = {
|
|
98385
98435
|
canonicalize$1(_, url) {
|
|
@@ -103240,7 +103290,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103240
103290
|
t4 = t1._collection$_current;
|
|
103241
103291
|
if (t4 == null)
|
|
103242
103292
|
t4 = t2._as(t4);
|
|
103243
|
-
if (B.
|
|
103293
|
+
if (B.Deprecation_dlf === t4) {
|
|
103244
103294
|
_this.internalWarn$4$deprecation$span$trace(string$.User_a, _null, _null, _null);
|
|
103245
103295
|
continue;
|
|
103246
103296
|
}
|
|
@@ -104899,7 +104949,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104899
104949
|
_this._evaluate0$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan0(A.SpanExtensions_trimRight0(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_2PR);
|
|
104900
104950
|
}
|
|
104901
104951
|
_0_0 = _this._evaluate0$_performInterpolationWithMap$2$warnForColor(node.selector, true);
|
|
104902
|
-
for (t1 = A.SelectorList_SelectorList$parse0(A.trimAscii0(_0_0._0, true), false, _0_0._1, false).components, t2 = t1.length, t3 = styleRule._style_rule0$_selector._box0$_inner, _i = 0; _i < t2; ++_i) {
|
|
104952
|
+
for (t1 = A.SelectorList_SelectorList$parse0(A.trimAscii0(_0_0._0, true), false, _0_0._1, _this._evaluate0$_logger, false).components, t2 = t1.length, t3 = styleRule._style_rule0$_selector._box0$_inner, _i = 0; _i < t2; ++_i) {
|
|
104903
104953
|
complex = t1[_i];
|
|
104904
104954
|
compound = complex.get$singleCompound();
|
|
104905
104955
|
if (compound == null)
|
|
@@ -105360,7 +105410,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105360
105410
|
_this._evaluate0$_withParent$2$4$scopeWhen$through(A.ModifiableCssKeyframeBlock$0(new A.CssValue0(A.List_List$unmodifiable(new A.KeyframeSelectorParser0(A.SpanScanner$(selectorText, _null), selectorMap).parse$0(0), type$.String), t1.span, type$.CssValue_List_String_2), node.span), new A._EvaluateVisitor_visitStyleRule_closure7(_this, node), node.hasDeclarations, new A._EvaluateVisitor_visitStyleRule_closure8(), type$.ModifiableCssKeyframeBlock_2, type$.Null);
|
|
105361
105411
|
return _null;
|
|
105362
105412
|
}
|
|
105363
|
-
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
105413
|
+
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_logger, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
105364
105414
|
_1_0 = _this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
105365
105415
|
$label0$0: {
|
|
105366
105416
|
if (_1_0 == null) {
|
|
@@ -108813,8 +108863,13 @@ self.util = _cliPkgRequires.util;
|
|
|
108813
108863
|
t2 = t2 == null ? null : t2.get$span(t2);
|
|
108814
108864
|
}
|
|
108815
108865
|
t1._evaluate0$_warn$3(message, t2 == null ? this._evaluate0$_defaultWarnNodeWithSpan.span : t2, deprecation);
|
|
108816
|
-
}
|
|
108817
|
-
|
|
108866
|
+
}
|
|
108867
|
+
};
|
|
108868
|
+
A.EvaluationContext0.prototype = {};
|
|
108869
|
+
A._EvaluationContextLogger0.prototype = {
|
|
108870
|
+
internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
|
|
108871
|
+
this._evaluation_context0$_context.warn$2(0, message, deprecation);
|
|
108872
|
+
}
|
|
108818
108873
|
};
|
|
108819
108874
|
A.EveryCssVisitor0.prototype = {
|
|
108820
108875
|
visitCssAtRule$1(node) {
|
|
@@ -115631,7 +115686,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115631
115686
|
_1_0 = _this._node_package$_resolvePackageExports$4(packageRoot, subpath, packageManifest, packageName);
|
|
115632
115687
|
if (_1_0 != null)
|
|
115633
115688
|
if (B.Set_FTDN4.contains$1(0, A.ParsedPath_ParsedPath$parse(_1_0, t5)._splitExtension$1(1)[1]))
|
|
115634
|
-
return t4.toUri$1(t4.canonicalize$1(0, _1_0));
|
|
115689
|
+
return t4.toUri$1(t4.canonicalize$1(0, _this._node_package$_resolveImportOnly$1(_1_0)));
|
|
115635
115690
|
else {
|
|
115636
115691
|
t1 = subpath == null ? "root" : subpath;
|
|
115637
115692
|
throw A.wrapException("The export for '" + t1 + "' in '" + A.S(packageName) + "' resolved to '" + _1_0 + string$.x27x2c_whi);
|
|
@@ -115669,7 +115724,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115669
115724
|
t1 = false;
|
|
115670
115725
|
}
|
|
115671
115726
|
if (t1)
|
|
115672
|
-
return A.join(packageRoot, sassValue, _null);
|
|
115727
|
+
return this._node_package$_resolveImportOnly$1(A.join(packageRoot, sassValue, _null));
|
|
115673
115728
|
else {
|
|
115674
115729
|
_1_0 = packageManifest.$index(0, "style");
|
|
115675
115730
|
if (typeof _1_0 == "string") {
|
|
@@ -115680,7 +115735,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115680
115735
|
t1 = false;
|
|
115681
115736
|
}
|
|
115682
115737
|
if (t1)
|
|
115683
|
-
return A.join(packageRoot, styleValue, _null);
|
|
115738
|
+
return this._node_package$_resolveImportOnly$1(A.join(packageRoot, styleValue, _null));
|
|
115684
115739
|
}
|
|
115685
115740
|
return A.resolveImportPath0(A.join(packageRoot, "index", _null));
|
|
115686
115741
|
},
|
|
@@ -115732,6 +115787,15 @@ self.util = _cliPkgRequires.util;
|
|
|
115732
115787
|
}
|
|
115733
115788
|
return t1;
|
|
115734
115789
|
},
|
|
115790
|
+
_node_package$_resolveImportOnly$1(path) {
|
|
115791
|
+
var t1, extension, importOnly;
|
|
115792
|
+
if (!A.fromImport0())
|
|
115793
|
+
return path;
|
|
115794
|
+
t1 = $.$get$context();
|
|
115795
|
+
extension = A.ParsedPath_ParsedPath$parse(path, t1.style)._splitExtension$1(1)[1];
|
|
115796
|
+
importOnly = t1.withoutExtension$1(path) + ".import" + extension;
|
|
115797
|
+
return A.fileExists0(importOnly) ? importOnly : path;
|
|
115798
|
+
},
|
|
115735
115799
|
_node_package$_compareExpansionKeys$2(keyA, keyB) {
|
|
115736
115800
|
var t1 = B.JSString_methods.contains$1(keyA, "*"),
|
|
115737
115801
|
baseLengthA = t1 ? B.JSString_methods.indexOf$1(keyA, "*") + 1 : keyA.length,
|
|
@@ -120035,13 +120099,13 @@ self.util = _cliPkgRequires.util;
|
|
|
120035
120099
|
parseCompoundSelector$0() {
|
|
120036
120100
|
return this.wrapSpanFormatException$1(new A.SelectorParser_parseCompoundSelector_closure0(this));
|
|
120037
120101
|
},
|
|
120038
|
-
|
|
120102
|
+
_selector0$_selectorList$0() {
|
|
120039
120103
|
var t4, t5, lineBreak, _this = this,
|
|
120040
120104
|
t1 = _this.scanner,
|
|
120041
120105
|
t2 = t1._string_scanner$_position,
|
|
120042
120106
|
t3 = t1._sourceFile,
|
|
120043
120107
|
previousLine = t3.getLine$1(t2),
|
|
120044
|
-
components = A._setArrayType([_this.
|
|
120108
|
+
components = A._setArrayType([_this._selector0$_complexSelector$0()], type$.JSArray_ComplexSelector_2);
|
|
120045
120109
|
_this.whitespace$1$consumeNewlines(true);
|
|
120046
120110
|
for (t4 = t1.string.length; t1.scanChar$1(44);) {
|
|
120047
120111
|
_this.whitespace$1$consumeNewlines(true);
|
|
@@ -120053,12 +120117,12 @@ self.util = _cliPkgRequires.util;
|
|
|
120053
120117
|
lineBreak = t3.getLine$1(t5) !== previousLine;
|
|
120054
120118
|
if (lineBreak)
|
|
120055
120119
|
previousLine = t3.getLine$1(t1._string_scanner$_position);
|
|
120056
|
-
components.push(_this.
|
|
120120
|
+
components.push(_this._selector0$_complexSelector$1$lineBreak(lineBreak));
|
|
120057
120121
|
}
|
|
120058
120122
|
return A.SelectorList$0(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
120059
120123
|
},
|
|
120060
|
-
|
|
120061
|
-
var t4, lastCompound, initialCombinators, _0_0,
|
|
120124
|
+
_selector0$_complexSelector$1$lineBreak(lineBreak) {
|
|
120125
|
+
var t4, t5, lastCompound, initialCombinators, beforeWhitespace, t6, _0_0, t7, t8, result, nextCompound, _this = this,
|
|
120062
120126
|
_s18_ = "expected selector.",
|
|
120063
120127
|
t1 = _this.scanner,
|
|
120064
120128
|
t2 = t1._string_scanner$_position,
|
|
@@ -120066,30 +120130,32 @@ self.util = _cliPkgRequires.util;
|
|
|
120066
120130
|
t3 = type$.JSArray_CssValue_Combinator_2,
|
|
120067
120131
|
combinators = A._setArrayType([], t3),
|
|
120068
120132
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent_2);
|
|
120069
|
-
for (t4 = type$.CssValue_Combinator_2, lastCompound = null, initialCombinators = null;;) {
|
|
120133
|
+
for (t4 = type$.CssValue_Combinator_2, t5 = _this._selector0$_logger, lastCompound = null, initialCombinators = null;;) {
|
|
120134
|
+
beforeWhitespace = t1._string_scanner$_position;
|
|
120070
120135
|
_this.whitespace$1$consumeNewlines(true);
|
|
120136
|
+
t6 = t1._string_scanner$_position === beforeWhitespace;
|
|
120071
120137
|
_0_0 = t1.peekChar$0();
|
|
120072
120138
|
if (43 === _0_0) {
|
|
120073
|
-
|
|
120139
|
+
t6 = t1._string_scanner$_position;
|
|
120074
120140
|
t1.readChar$0();
|
|
120075
|
-
combinators.push(new A.CssValue0(B.Combinator_sHB0, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
120141
|
+
combinators.push(new A.CssValue0(B.Combinator_sHB0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
120076
120142
|
continue;
|
|
120077
120143
|
}
|
|
120078
120144
|
if (62 === _0_0) {
|
|
120079
|
-
|
|
120145
|
+
t6 = t1._string_scanner$_position;
|
|
120080
120146
|
t1.readChar$0();
|
|
120081
|
-
combinators.push(new A.CssValue0(B.Combinator_iUF0, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
120147
|
+
combinators.push(new A.CssValue0(B.Combinator_iUF0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
120082
120148
|
continue;
|
|
120083
120149
|
}
|
|
120084
120150
|
if (126 === _0_0) {
|
|
120085
|
-
|
|
120151
|
+
t6 = t1._string_scanner$_position;
|
|
120086
120152
|
t1.readChar$0();
|
|
120087
|
-
combinators.push(new A.CssValue0(B.Combinator_98W0, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
120153
|
+
combinators.push(new A.CssValue0(B.Combinator_98W0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
120088
120154
|
continue;
|
|
120089
120155
|
}
|
|
120090
120156
|
if (_0_0 == null)
|
|
120091
120157
|
break;
|
|
120092
|
-
|
|
120158
|
+
t7 = true;
|
|
120093
120159
|
if (91 !== _0_0)
|
|
120094
120160
|
if (46 !== _0_0)
|
|
120095
120161
|
if (35 !== _0_0)
|
|
@@ -120098,27 +120164,31 @@ self.util = _cliPkgRequires.util;
|
|
|
120098
120164
|
if (38 !== _0_0)
|
|
120099
120165
|
if (42 !== _0_0)
|
|
120100
120166
|
if (124 !== _0_0)
|
|
120101
|
-
|
|
120102
|
-
if (
|
|
120103
|
-
|
|
120104
|
-
|
|
120167
|
+
t7 = _this.lookingAtIdentifier$0();
|
|
120168
|
+
if (t7) {
|
|
120169
|
+
t7 = lastCompound != null;
|
|
120170
|
+
if (t7) {
|
|
120171
|
+
t8 = _this.spanFrom$1(componentStart);
|
|
120105
120172
|
result = A.List_List$from(combinators, false, t4);
|
|
120106
120173
|
result.$flags = 3;
|
|
120107
|
-
components.push(new A.ComplexSelectorComponent0(lastCompound, result,
|
|
120174
|
+
components.push(new A.ComplexSelectorComponent0(lastCompound, result, t8));
|
|
120108
120175
|
} else if (combinators.length !== 0) {
|
|
120109
120176
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
120110
120177
|
initialCombinators = combinators;
|
|
120111
120178
|
}
|
|
120112
|
-
|
|
120179
|
+
nextCompound = _this._selector0$_compoundSelector$0();
|
|
120180
|
+
if (t7 && combinators.length === 0 && t6)
|
|
120181
|
+
A.WarnForDeprecation_warnForDeprecation0(t5, B.Deprecation_ldS, string$.Adjace + lastCompound.toString$0(0) + " " + nextCompound.toString$0(0) + string$.x0a_Morex3aa, lastCompound.span.expand$1(0, nextCompound.span), null);
|
|
120113
120182
|
combinators = A._setArrayType([], t3);
|
|
120114
120183
|
if (t1.peekChar$0() === 38)
|
|
120115
120184
|
t1.error$1(0, string$.x22x26__ma);
|
|
120185
|
+
lastCompound = nextCompound;
|
|
120116
120186
|
continue;
|
|
120117
120187
|
}
|
|
120118
120188
|
break;
|
|
120119
120189
|
}
|
|
120120
120190
|
t3 = combinators.length !== 0;
|
|
120121
|
-
if (t3 && _this.
|
|
120191
|
+
if (t3 && _this._selector0$_plainCss)
|
|
120122
120192
|
t1.error$1(0, _s18_);
|
|
120123
120193
|
else if (lastCompound != null) {
|
|
120124
120194
|
t3 = _this.spanFrom$1(componentStart);
|
|
@@ -120130,27 +120200,27 @@ self.util = _cliPkgRequires.util;
|
|
|
120130
120200
|
t3 = initialCombinators == null ? B.List_empty17 : initialCombinators;
|
|
120131
120201
|
return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
120132
120202
|
},
|
|
120133
|
-
|
|
120134
|
-
return this.
|
|
120203
|
+
_selector0$_complexSelector$0() {
|
|
120204
|
+
return this._selector0$_complexSelector$1$lineBreak(false);
|
|
120135
120205
|
},
|
|
120136
|
-
|
|
120206
|
+
_selector0$_compoundSelector$0() {
|
|
120137
120207
|
var t3, _this = this,
|
|
120138
120208
|
t1 = _this.scanner,
|
|
120139
120209
|
t2 = t1._string_scanner$_position,
|
|
120140
|
-
components = A._setArrayType([_this.
|
|
120141
|
-
for (t3 = _this.
|
|
120142
|
-
components.push(_this.
|
|
120210
|
+
components = A._setArrayType([_this._selector0$_simpleSelector$0()], type$.JSArray_SimpleSelector_2);
|
|
120211
|
+
for (t3 = _this._selector0$_plainCss; _this._selector0$_isSimpleSelectorStart$1(t1.peekChar$0());)
|
|
120212
|
+
components.push(_this._selector0$_simpleSelector$1$allowParent(t3));
|
|
120143
120213
|
return A.CompoundSelector$0(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
120144
120214
|
},
|
|
120145
|
-
|
|
120215
|
+
_selector0$_simpleSelector$1$allowParent(allowParent) {
|
|
120146
120216
|
var t2, $name, text, t3, suffix, _this = this,
|
|
120147
120217
|
t1 = _this.scanner,
|
|
120148
120218
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
120149
120219
|
if (allowParent == null)
|
|
120150
|
-
allowParent = _this.
|
|
120220
|
+
allowParent = _this._selector0$_allowParent;
|
|
120151
120221
|
switch (t1.peekChar$0()) {
|
|
120152
120222
|
case 91:
|
|
120153
|
-
return _this.
|
|
120223
|
+
return _this._selector0$_attributeSelector$0();
|
|
120154
120224
|
case 46:
|
|
120155
120225
|
t2 = t1._string_scanner$_position;
|
|
120156
120226
|
t1.expectChar$1(46);
|
|
@@ -120164,11 +120234,11 @@ self.util = _cliPkgRequires.util;
|
|
|
120164
120234
|
t1.expectChar$1(37);
|
|
120165
120235
|
$name = _this.identifier$0();
|
|
120166
120236
|
t2 = _this.spanFrom$1(new A._SpanScannerState(t1, t2));
|
|
120167
|
-
if (_this.
|
|
120237
|
+
if (_this._selector0$_plainCss)
|
|
120168
120238
|
_this.error$2(0, string$.Placeh, _this.spanFrom$1(start));
|
|
120169
120239
|
return new A.PlaceholderSelector0($name, t2);
|
|
120170
120240
|
case 58:
|
|
120171
|
-
return _this.
|
|
120241
|
+
return _this._selector0$_pseudoSelector$0();
|
|
120172
120242
|
case 38:
|
|
120173
120243
|
t2 = t1._string_scanner$_position;
|
|
120174
120244
|
t1.expectChar$1(38);
|
|
@@ -120181,30 +120251,30 @@ self.util = _cliPkgRequires.util;
|
|
|
120181
120251
|
suffix = t3.charCodeAt(0) == 0 ? t3 : t3;
|
|
120182
120252
|
} else
|
|
120183
120253
|
suffix = null;
|
|
120184
|
-
if (_this.
|
|
120254
|
+
if (_this._selector0$_plainCss && suffix != null)
|
|
120185
120255
|
t1.error$3$length$position(0, string$.Parent, t1._string_scanner$_position - t2, t2);
|
|
120186
120256
|
t1 = _this.spanFrom$1(new A._SpanScannerState(t1, t2));
|
|
120187
120257
|
if (!allowParent)
|
|
120188
120258
|
_this.error$2(0, "Parent selectors aren't allowed here.", _this.spanFrom$1(start));
|
|
120189
120259
|
return new A.ParentSelector0(suffix, t1);
|
|
120190
120260
|
default:
|
|
120191
|
-
return _this.
|
|
120261
|
+
return _this._selector0$_typeOrUniversalSelector$0();
|
|
120192
120262
|
}
|
|
120193
120263
|
},
|
|
120194
|
-
|
|
120195
|
-
return this.
|
|
120264
|
+
_selector0$_simpleSelector$0() {
|
|
120265
|
+
return this._selector0$_simpleSelector$1$allowParent(null);
|
|
120196
120266
|
},
|
|
120197
|
-
|
|
120267
|
+
_selector0$_attributeSelector$0() {
|
|
120198
120268
|
var $name, operator, next, value, modifier, _this = this, _null = null,
|
|
120199
120269
|
t1 = _this.scanner,
|
|
120200
120270
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
120201
120271
|
t1.expectChar$1(91);
|
|
120202
120272
|
_this.whitespace$1$consumeNewlines(true);
|
|
120203
|
-
$name = _this.
|
|
120273
|
+
$name = _this._selector0$_attributeName$0();
|
|
120204
120274
|
_this.whitespace$1$consumeNewlines(true);
|
|
120205
120275
|
if (t1.scanChar$1(93))
|
|
120206
120276
|
return new A.AttributeSelector0($name, _null, _null, _null, _this.spanFrom$1(start));
|
|
120207
|
-
operator = _this.
|
|
120277
|
+
operator = _this._selector0$_attributeOperator$0();
|
|
120208
120278
|
_this.whitespace$1$consumeNewlines(true);
|
|
120209
120279
|
next = t1.peekChar$0();
|
|
120210
120280
|
value = next === 39 || next === 34 ? _this.string$0() : _this.identifier$0();
|
|
@@ -120214,7 +120284,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120214
120284
|
t1.expectChar$1(93);
|
|
120215
120285
|
return new A.AttributeSelector0($name, operator, value, modifier, _this.spanFrom$1(start));
|
|
120216
120286
|
},
|
|
120217
|
-
|
|
120287
|
+
_selector0$_attributeName$0() {
|
|
120218
120288
|
var nameOrNamespace, _this = this,
|
|
120219
120289
|
t1 = _this.scanner;
|
|
120220
120290
|
if (t1.scanChar$1(42)) {
|
|
@@ -120229,7 +120299,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120229
120299
|
t1.readChar$0();
|
|
120230
120300
|
return new A.QualifiedName0(_this.identifier$0(), nameOrNamespace);
|
|
120231
120301
|
},
|
|
120232
|
-
|
|
120302
|
+
_selector0$_attributeOperator$0() {
|
|
120233
120303
|
var t1 = this.scanner,
|
|
120234
120304
|
start = t1._string_scanner$_position;
|
|
120235
120305
|
switch (t1.readChar$0()) {
|
|
@@ -120254,7 +120324,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120254
120324
|
t1.error$2$position(0, 'Expected "]".', start);
|
|
120255
120325
|
}
|
|
120256
120326
|
},
|
|
120257
|
-
|
|
120327
|
+
_selector0$_pseudoSelector$0() {
|
|
120258
120328
|
var element, $name, unvendored, argument, selector, t2, _this = this, _null = null,
|
|
120259
120329
|
t1 = _this.scanner,
|
|
120260
120330
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
@@ -120269,27 +120339,27 @@ self.util = _cliPkgRequires.util;
|
|
|
120269
120339
|
selector = _null;
|
|
120270
120340
|
if (element)
|
|
120271
120341
|
if ($.selectorPseudoElements0.contains$1(0, unvendored))
|
|
120272
|
-
selector = _this.
|
|
120342
|
+
selector = _this._selector0$_selectorList$0();
|
|
120273
120343
|
else
|
|
120274
120344
|
argument = _this.declarationValue$1$allowEmpty(true);
|
|
120275
120345
|
else if ($.selectorPseudoClasses0.contains$1(0, unvendored))
|
|
120276
|
-
selector = _this.
|
|
120346
|
+
selector = _this._selector0$_selectorList$0();
|
|
120277
120347
|
else if (unvendored === "nth-child" || unvendored === "nth-last-child") {
|
|
120278
|
-
argument = _this.
|
|
120348
|
+
argument = _this._selector0$_aNPlusB$0();
|
|
120279
120349
|
_this.whitespace$1$consumeNewlines(true);
|
|
120280
120350
|
t2 = t1.peekChar$1(-1);
|
|
120281
120351
|
if ((t2 === 32 || t2 === 9 || t2 === 10 || t2 === 13 || t2 === 12) && t1.peekChar$0() !== 41) {
|
|
120282
120352
|
_this.expectIdentifier$1("of");
|
|
120283
120353
|
argument += " of";
|
|
120284
120354
|
_this.whitespace$1$consumeNewlines(true);
|
|
120285
|
-
selector = _this.
|
|
120355
|
+
selector = _this._selector0$_selectorList$0();
|
|
120286
120356
|
}
|
|
120287
120357
|
} else
|
|
120288
120358
|
argument = B.JSString_methods.trimRight$0(_this.declarationValue$1$allowEmpty(true));
|
|
120289
120359
|
t1.expectChar$1(41);
|
|
120290
120360
|
return A.PseudoSelector$0($name, _this.spanFrom$1(start), argument, element, selector);
|
|
120291
120361
|
},
|
|
120292
|
-
|
|
120362
|
+
_selector0$_aNPlusB$0() {
|
|
120293
120363
|
var t1, _0_0, t2, $self, next, _this = this;
|
|
120294
120364
|
$label0$0: {
|
|
120295
120365
|
t1 = _this.scanner;
|
|
@@ -120335,7 +120405,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120335
120405
|
} while ($self != null && $self >= 48 && $self <= 57);
|
|
120336
120406
|
return t2.charCodeAt(0) == 0 ? t2 : t2;
|
|
120337
120407
|
},
|
|
120338
|
-
|
|
120408
|
+
_selector0$_typeOrUniversalSelector$0() {
|
|
120339
120409
|
var nameOrNamespace, _this = this,
|
|
120340
120410
|
t1 = _this.scanner,
|
|
120341
120411
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
@@ -120353,7 +120423,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120353
120423
|
else
|
|
120354
120424
|
return new A.TypeSelector0(new A.QualifiedName0(_this.identifier$0(), nameOrNamespace), _this.spanFrom$1(start));
|
|
120355
120425
|
},
|
|
120356
|
-
|
|
120426
|
+
_selector0$_isSimpleSelectorStart$1(character) {
|
|
120357
120427
|
var t1;
|
|
120358
120428
|
$label0$0: {
|
|
120359
120429
|
if (42 === character || 91 === character || 46 === character || 35 === character || 37 === character || 58 === character) {
|
|
@@ -120361,7 +120431,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120361
120431
|
break $label0$0;
|
|
120362
120432
|
}
|
|
120363
120433
|
if (38 === character) {
|
|
120364
|
-
t1 = this.
|
|
120434
|
+
t1 = this._selector0$_plainCss;
|
|
120365
120435
|
break $label0$0;
|
|
120366
120436
|
}
|
|
120367
120437
|
t1 = false;
|
|
@@ -120373,7 +120443,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120373
120443
|
A.SelectorParser_parse_closure0.prototype = {
|
|
120374
120444
|
call$0() {
|
|
120375
120445
|
var t1 = this.$this,
|
|
120376
|
-
selector = t1.
|
|
120446
|
+
selector = t1._selector0$_selectorList$0();
|
|
120377
120447
|
t1 = t1.scanner;
|
|
120378
120448
|
if (t1._string_scanner$_position !== t1.string.length)
|
|
120379
120449
|
t1.error$1(0, "expected selector.");
|
|
@@ -120384,7 +120454,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120384
120454
|
A.SelectorParser_parseCompoundSelector_closure0.prototype = {
|
|
120385
120455
|
call$0() {
|
|
120386
120456
|
var t1 = this.$this,
|
|
120387
|
-
compound = t1.
|
|
120457
|
+
compound = t1._selector0$_compoundSelector$0();
|
|
120388
120458
|
t1 = t1.scanner;
|
|
120389
120459
|
if (t1._string_scanner$_position !== t1.string.length)
|
|
120390
120460
|
t1.error$1(0, "expected selector.");
|
|
@@ -123513,7 +123583,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123513
123583
|
var t3,
|
|
123514
123584
|
result = new A.StringBuffer(""),
|
|
123515
123585
|
t1 = deprecation != null,
|
|
123516
|
-
showDeprecation = t1 && deprecation !== B.
|
|
123586
|
+
showDeprecation = t1 && deprecation !== B.Deprecation_dlf,
|
|
123517
123587
|
t2 = this.color;
|
|
123518
123588
|
if (t2) {
|
|
123519
123589
|
t3 = result._contents = "\x1b[33m\x1b[1m";
|
|
@@ -130156,7 +130226,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130156
130226
|
_static(A, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 664, 0);
|
|
130157
130227
|
_static(A, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 665, 0);
|
|
130158
130228
|
_static(A, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 666, 0);
|
|
130159
|
-
_static_1(A, "async___printToZone$closure", "
|
|
130229
|
+
_static_1(A, "async___printToZone$closure", "_printToZone0", 90);
|
|
130160
130230
|
_static(A, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 667, 0);
|
|
130161
130231
|
_instance(A._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
130162
130232
|
return [null];
|
|
@@ -130446,7 +130516,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130446
130516
|
_inherit = hunkHelpers.inherit,
|
|
130447
130517
|
_inheritMany = hunkHelpers.inheritMany;
|
|
130448
130518
|
_inherit(A.Object, null);
|
|
130449
|
-
_inheritMany(A.Object, [A.JS_CONST, J.Interceptor, A.SafeToStringHook, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapBase, A.Error, A.ListBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.NonNullsIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.LinkedHashMapValueIterator, A.LinkedHashMapEntryIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._Zone, A._ZoneDelegate, A._ZoneSpecification, A._HashMapKeyIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A._UnmodifiableSetMixin, A.Codec, A.Converter, A._Base64Encoder, A.ByteConversionSink, A._JsonStringifier, A.StringConversionSink, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A._Enum, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.NullRejectionException, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.Version, A.VersionRange, A.CssMediaQuery, A.MediaQuerySuccessfulMergeResult, A.CssNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.ArgumentList, A.AtRootQuery, A.ConfiguredVariable, A.Expression, A.IfConditionExpression, A.DynamicImport, A.StaticImport, A.Interpolation, A.Parameter, A.ParameterList, A.Statement, A.IfRuleClause, A.__HasContentVisitor_Object_StatementSearchVisitor, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.ComplexSelectorComponent, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ImportCache, A.AsyncImporter, A.CanonicalizeContext, A.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.
|
|
130519
|
+
_inheritMany(A.Object, [A.JS_CONST, J.Interceptor, A.SafeToStringHook, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapBase, A.Error, A.ListBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.NonNullsIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.LinkedHashMapValueIterator, A.LinkedHashMapEntryIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._Zone, A._ZoneDelegate, A._ZoneSpecification, A._HashMapKeyIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A._UnmodifiableSetMixin, A.Codec, A.Converter, A._Base64Encoder, A.ByteConversionSink, A._JsonStringifier, A.StringConversionSink, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A._Enum, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.NullRejectionException, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.Version, A.VersionRange, A.CssMediaQuery, A.MediaQuerySuccessfulMergeResult, A.CssNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.ArgumentList, A.AtRootQuery, A.ConfiguredVariable, A.Expression, A.IfConditionExpression, A.DynamicImport, A.StaticImport, A.Interpolation, A.Parameter, A.ParameterList, A.Statement, A.IfRuleClause, A.__HasContentVisitor_Object_StatementSearchVisitor, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.ComplexSelectorComponent, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.EvaluationContext, A.LoggerWithDeprecationType, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ImportCache, A.AsyncImporter, A.CanonicalizeContext, A.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A._QuietLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Box, A.ModifiableBox, A.LazyFileSpan, A.MultiDirWatcher, A.MultiSpan, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A._ColorFormatEnum, A.SpanColorFormat, A.ColorChannel, A.GamutMapMethod, A.InterpolationMethod, A.ColorSpace, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.IsCalculationSafeVisitor, A.IsPlainCssVisitor, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.StatementSearchVisitor, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.WatchEvent, A.ChangeType, A.ColorSpace0, A.AnySelectorVisitor0, A.SupportsAnything0, A.ArgumentList0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A.EvaluationContext0, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.Statement0, A.CssNode0, A.InterpolatedSelector, A.Selector0, A.Expression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationOperation0, A.CalculationInterpolation, A.CanonicalizeContext0, A.ColorChannel0, A.GamutMapMethod0, A._CloneCssVisitor0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.Compiler, A.InterpolatedComplexSelectorComponent, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.SupportsDeclaration0, A.LoggerWithDeprecationType0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A._EvaluateVisitor1, A._ImportedCssVisitor1, A.EveryCssVisitor0, A.SassScriptException0, A.JSExpressionVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardedModuleView0, A.SupportsFunction0, A.IfConditionExpression0, A.JSIfConditionExpressionVisitor, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.InterpolationMethod0, A.IsCalculationSafeVisitor0, A.IsPlainCssVisitor0, A.FileSystemException0, A.LazyFileSpan0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.CssMediaQuery0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.SupportsOperation0, A.Parameter0, A.ParameterList0, A.PlainCssCallable0, A.InterpolatedQualifiedName, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.ShadowedModuleView0, A.JSSimpleSelectorVisitor, A.SourceInterpolationVisitor, A.SourceMapBuffer0, A.JSStatementVisitor, A.StatementSearchVisitor0, A.StaticImport0, A.UserDefinedCallable0, A.CssValue0]);
|
|
130450
130520
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JavaScriptBigInt, J.JavaScriptSymbol, J.JSNumber, J.JSString]);
|
|
130451
130521
|
_inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData]);
|
|
130452
130522
|
_inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.Stdin, A.Stdout, A.ReadlineModule, A.ReadlineOptions, A.ReadlineInterface, A.BufferModule, A.BufferConstants, A.Buffer, A.ConsoleModule, A.Console, A.EventEmitter, A.FS, A.FSConstants, A.Realpath, A.RealpathSync, A.FSWatcher, A.ReadStream, A.ReadStreamOptions, A.WriteStream, A.WriteStreamOptions, A.FileOptions, A.StatOptions, A.MkdirOptions, A.RmdirOptions, A.WatchOptions, A.WatchFileOptions, A.Stats, A.Promise, A.Date, A.JsError, A.Atomics, A.Modules, A.Module, A.Net, A.Socket, A.NetAddress, A.NetServer, A.NodeJsError, A.Process, A.CPUUsage, A.Release, A.StreamModule, A.Readable, A.Writable, A.Duplex, A.Transform, A.WritableOptions, A.ReadableOptions, A.Immediate, A.Timeout, A.TTY, A.Util, A.JSArray0, A.Chokidar, A.ChokidarOptions, A.ChokidarWatcher, A.JSFunction, A.ImmutableList, A.ImmutableMap, A.NodeImporterResult, A.RenderContext, A.RenderContextOptions, A.RenderContextResult, A.RenderContextResultStats, A.JSModule, A.JSModuleRequire, A.JSClass, A.JSUrl, A._PropertyDescriptor, A._RequireMain, A.JSArray1, A.Chokidar0, A.ChokidarOptions0, A.ChokidarWatcher0, A._Channels, A._ChannelOptions, A._ToGamutOptions, A._InterpolationOptions, A._NodeSassColor, A.CompileOptions, A.NodeCompileResult, A.Deprecation1, A.Exports, A.LoggerNamespace, A.JSExpressionVisitorObject, A.FiberClass, A.Fiber, A.JSFunction0, A.JSIfConditionExpressionVisitorObject, A.ImmutableList0, A.ImmutableMap0, A.JSImporter, A.JSImporterResult, A.NodeImporterResult0, A._ConstructorOptions, A._NodeSassList, A.JSLogger, A.WarnOptions, A.DebugOptions, A._NodeSassMap, A.JSModule0, A.JSModuleRequire0, A._ConstructorOptions0, A._NodeSassNumber, A.ParserExports, A.JSClass0, A.RenderContext0, A.RenderContextOptions0, A.RenderContextResult0, A.RenderContextResultStats0, A.RenderOptions, A.RenderResult, A.RenderResultStats, A._Exports, A.JSSet, A.JSSimpleSelectorVisitorObject, A.JSStatementVisitorObject, A._ConstructorOptions1, A._NodeSassString, A.Types, A.JSUrl0, A._PropertyDescriptor0, A._RequireMain0]);
|
|
@@ -130554,6 +130624,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130554
130624
|
_inheritMany(A.SimpleSelector, [A.AttributeSelector, A.ClassSelector, A.IDSelector, A.ParentSelector, A.PlaceholderSelector, A.PseudoSelector, A.TypeSelector, A.UniversalSelector]);
|
|
130555
130625
|
_inherit(A._ParentSelectorVisitor, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor);
|
|
130556
130626
|
_inherit(A.ExplicitConfiguration, A.Configuration);
|
|
130627
|
+
_inheritMany(A.LoggerWithDeprecationType, [A._EvaluationContextLogger, A.DefaultLogger, A.DeprecationProcessingLogger, A.StderrLogger]);
|
|
130557
130628
|
_inheritMany(A.SourceSpanException, [A.SassException, A.SourceSpanFormatException, A.MultiSourceSpanException, A.SassException0]);
|
|
130558
130629
|
_inheritMany(A.SassException, [A.MultiSpanSassException, A.SassRuntimeException, A.SassFormatException]);
|
|
130559
130630
|
_inheritMany(A.MultiSpanSassException, [A.MultiSpanSassRuntimeException, A.MultiSpanSassFormatException]);
|
|
@@ -130561,7 +130632,6 @@ self.util = _cliPkgRequires.util;
|
|
|
130561
130632
|
_inherit(A.MergedExtension, A.Extension);
|
|
130562
130633
|
_inherit(A.Importer, A.AsyncImporter);
|
|
130563
130634
|
_inheritMany(A.Importer, [A.FilesystemImporter, A.NoOpImporter, A.NodePackageImporter]);
|
|
130564
|
-
_inheritMany(A.LoggerWithDeprecationType, [A.DefaultLogger, A.DeprecationProcessingLogger, A.StderrLogger]);
|
|
130565
130635
|
_inheritMany(A.Parser, [A.AtRootQueryParser, A.StylesheetParser, A.KeyframeSelectorParser, A.MediaQueryParser, A.SelectorParser]);
|
|
130566
130636
|
_inheritMany(A.StylesheetParser, [A.ScssParser, A.SassParser]);
|
|
130567
130637
|
_inherit(A.CssParser, A.ScssParser);
|
|
@@ -130572,6 +130642,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130572
130642
|
_inheritMany(A.GamutMapMethod, [A.ClipGamutMap, A.LocalMindeGamutMap]);
|
|
130573
130643
|
_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]);
|
|
130574
130644
|
_inheritMany(A.SassNumber, [A.ComplexSassNumber, A.SingleUnitSassNumber, A.UnitlessSassNumber]);
|
|
130645
|
+
_inheritMany(A.EvaluationContext, [A._EvaluationContext0, A._EvaluationContext]);
|
|
130575
130646
|
_inherit(A._MakeExpressionCalculationSafe, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor);
|
|
130576
130647
|
_inherit(A._FindDependenciesVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor);
|
|
130577
130648
|
_inherit(A.SingleMapping, A.Mapping);
|
|
@@ -130585,6 +130656,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130585
130656
|
_inheritMany(A.Value0, [A.SassList0, A.SassBoolean0, A.SassCalculation0, A.SassColor0, A.SassNumber0, A.SassFunction0, A.SassMap0, A.SassMixin0, A._SassNull0, A.SassString0]);
|
|
130586
130657
|
_inherit(A.SassArgumentList0, A.SassList0);
|
|
130587
130658
|
_inheritMany(A.AsyncImporter0, [A.JSToDartAsyncImporter, A.JSToDartAsyncFileImporter, A.Importer0]);
|
|
130659
|
+
_inheritMany(A.EvaluationContext0, [A._EvaluationContext2, A._EvaluationContext1]);
|
|
130588
130660
|
_inheritMany(A.Parser1, [A.AtRootQueryParser0, A.StylesheetParser0, A.KeyframeSelectorParser0, A.MediaQueryParser0, A.SelectorParser0]);
|
|
130589
130661
|
_inheritMany(A.Statement0, [A.ParentStatement0, A.ContentRule0, A.DebugRule0, A.ErrorRule0, A.ExtendRule0, A.ForwardRule0, A.IfRule0, A.ImportRule0, A.IncludeRule0, A.LoudComment0, A.ReturnRule0, A.SilentComment0, A.UseRule0, A.VariableDeclaration0, A.WarnRule0]);
|
|
130590
130662
|
_inheritMany(A.ParentStatement0, [A.AtRootRule0, A.AtRule0, A.CallableDeclaration0, A.Declaration0, A.EachRule0, A.ForRule0, A.MediaRule0, A.StyleRule0, A.Stylesheet0, A.SupportsRule0, A.WhileRule0]);
|
|
@@ -130606,7 +130678,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130606
130678
|
_inheritMany(A.CallableDeclaration0, [A.ContentBlock0, A.FunctionRule0, A.MixinRule0]);
|
|
130607
130679
|
_inheritMany(A.StylesheetParser0, [A.ScssParser0, A.SassParser0]);
|
|
130608
130680
|
_inherit(A.CssParser0, A.ScssParser0);
|
|
130609
|
-
_inheritMany(A.LoggerWithDeprecationType0, [A.DefaultLogger0, A.DeprecationProcessingLogger0, A.JSToDartLogger, A.StderrLogger0]);
|
|
130681
|
+
_inheritMany(A.LoggerWithDeprecationType0, [A.DefaultLogger0, A.DeprecationProcessingLogger0, A._EvaluationContextLogger0, A.JSToDartLogger, A.StderrLogger0]);
|
|
130610
130682
|
_inherit(A._NodeException, A.JsError);
|
|
130611
130683
|
_inheritMany(A.SassException0, [A.MultiSpanSassException0, A.SassRuntimeException0, A.SassFormatException0]);
|
|
130612
130684
|
_inheritMany(A.MultiSpanSassException0, [A.MultiSpanSassRuntimeException0, A.MultiSpanSassFormatException0]);
|
|
@@ -130682,12 +130754,13 @@ self.util = _cliPkgRequires.util;
|
|
|
130682
130754
|
"5;named,namedNodes,positional,positionalNodes,separator": types => o => o instanceof A._Record_5_named_namedNodes_positional_positionalNodes_separator && A.pairwiseIsTest(types, o._values)
|
|
130683
130755
|
}
|
|
130684
130756
|
};
|
|
130685
|
-
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"],"MapView":["1","2"],"_UnmodifiableMapMixin":["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"},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_ZoneSpecification":{"ZoneSpecification":[]},"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"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"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":{"MapView":["String?","1"],"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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_PrefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"PublicMemberMapView":{"MapBase":["String","1"],"_UnmodifiableMapMixin":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"UnprefixedMapView":{"MapBase":["String","1"],"_UnmodifiableMapMixin":["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"]},"IsPlainCssVisitor0":{"ExpressionVisitor":["bool"],"IfConditionExpressionVisitor":["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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["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":[]}}'));
|
|
130757
|
+
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"],"MapView":["1","2"],"_UnmodifiableMapMixin":["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"},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_ZoneSpecification":{"ZoneSpecification":[]},"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"],"_UnmodifiableMapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"MapView":["1","2"],"_UnmodifiableMapMixin":["1","2"],"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":{"MapView":["String?","1"],"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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"_PrefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"PublicMemberMapView":{"MapBase":["String","1"],"_UnmodifiableMapMixin":["String","1"],"Map":["String","1"],"MapBase.K":"String","MapBase.V":"1"},"UnprefixedMapView":{"MapBase":["String","1"],"_UnmodifiableMapMixin":["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":[]},"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>"]},"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"]},"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"]},"IsPlainCssVisitor0":{"ExpressionVisitor":["bool"],"IfConditionExpressionVisitor":["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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["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"],"_UnmodifiableMapMixin":["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":[]}}'));
|
|
130686
130758
|
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,"_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}'));
|
|
130687
130759
|
var string$ = {
|
|
130688
130760
|
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",
|
|
130689
130761
|
x0a_BUG_: "\n\nBUG: This should include a source span!",
|
|
130690
130762
|
x0a_Morex20: "\n\nMore info and automated migrator: https://sass-lang.com/d/slash-div",
|
|
130763
|
+
x0a_Morex3aa: "\n\nMore info: https://sass-lang.com/d/adjacent-compounds",
|
|
130691
130764
|
x0a_Morex3ac: "\n\nMore info: https://sass-lang.com/d/color-functions",
|
|
130692
130765
|
x0a_Morex3af: "\n\nMore info: https://sass-lang.com/d/function-units",
|
|
130693
130766
|
x0a_See_: "\n\nSee https://sass-lang.com/d/function-units",
|
|
@@ -130775,6 +130848,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130775
130848
|
A_pkg_q: "A pkg: URL must not have a query or fragment.",
|
|
130776
130849
|
A_top_: "A top-level selector may not contain a parent selector with a suffix.",
|
|
130777
130850
|
ABCDEF: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
|
|
130851
|
+
Adjace: "Adjacent compound selectors must be separated by whitespace. This will be an error in Dart Sass 2.0.0. Suggestion:\n\n",
|
|
130778
130852
|
An_impa: "An importer may not have a findFileUrl method as well as canonicalize and load methods.",
|
|
130779
130853
|
An_impu: "An importer must have either canonicalize and load methods, or a findFileUrl method.",
|
|
130780
130854
|
As_of_R: "As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.\n\nRecommendation: add `",
|
|
@@ -130999,8 +131073,6 @@ self.util = _cliPkgRequires.util;
|
|
|
130999
131073
|
Deprecation_3: findType("Deprecation0"),
|
|
131000
131074
|
EfficientLengthIterable_dynamic: findType("EfficientLengthIterable<@>"),
|
|
131001
131075
|
Error: findType("Error"),
|
|
131002
|
-
EvaluationContext: findType("EvaluationContext"),
|
|
131003
|
-
EvaluationContext_2: findType("EvaluationContext0"),
|
|
131004
131076
|
Exception: findType("Exception"),
|
|
131005
131077
|
Expression: findType("Expression"),
|
|
131006
131078
|
Expression_2: findType("Expression0"),
|
|
@@ -131804,7 +131876,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131804
131876
|
B.Deprecation_0rM = new A.Deprecation("bogus-combinators", "1.54.0", null, 7, "bogusCombinators");
|
|
131805
131877
|
B.Deprecation_2Ja = new A.Deprecation0("function-name", "1.98.0", "Uppercase reserved function names.", null, 27, "functionName");
|
|
131806
131878
|
B.Deprecation_2PR = new A.Deprecation0("bogus-combinators", "1.54.0", "Leading, trailing, and repeated combinators.", null, 7, "bogusCombinators");
|
|
131807
|
-
B.Deprecation_5Ka = new A.Deprecation("user-authored", null, null, 28, "userAuthored");
|
|
131808
131879
|
B.Deprecation_6BW = new A.Deprecation("import", "1.80.0", null, 20, "import");
|
|
131809
131880
|
B.Deprecation_7Bn = new A.Deprecation("color-module-compat", "1.23.0", null, 5, "colorModuleCompat");
|
|
131810
131881
|
B.Deprecation_7TE = new A.Deprecation("function-units", "1.56.0", null, 9, "functionUnits");
|
|
@@ -131825,15 +131896,19 @@ self.util = _cliPkgRequires.util;
|
|
|
131825
131896
|
B.Deprecation_PY0 = new A.Deprecation("feature-exists", "1.78.0", null, 16, "featureExists");
|
|
131826
131897
|
B.Deprecation_PmQ = new A.Deprecation("moz-document", "1.7.2", null, 2, "mozDocument");
|
|
131827
131898
|
B.Deprecation_SGB = new A.Deprecation0("global-builtin", "1.80.0", "Global built-in functions that are available in sass: modules.", null, 21, "globalBuiltin");
|
|
131899
|
+
B.Deprecation_Szt = new A.Deprecation0("calc-interp", null, null, null, 30, "calcInterp");
|
|
131828
131900
|
B.Deprecation_Usi = new A.Deprecation("abs-percent", "1.65.0", null, 12, "absPercent");
|
|
131901
|
+
B.Deprecation_V8h = new A.Deprecation("adjacent-compounds", "1.100.0", null, 28, "adjacentCompounds");
|
|
131829
131902
|
B.Deprecation_VUl = new A.Deprecation0("elseif", "1.3.2", "@elseif.", null, 1, "elseif");
|
|
131830
131903
|
B.Deprecation_Vc9 = new A.Deprecation0("relative-canonical", "1.14.2", "Imports using relative canonical URLs.", null, 3, "relativeCanonical");
|
|
131831
131904
|
B.Deprecation_WW3 = new A.Deprecation("global-builtin", "1.80.0", null, 21, "globalBuiltin");
|
|
131832
131905
|
B.Deprecation_alT = new A.Deprecation0("color-4-api", "1.79.0", "Certain uses of built-in sass:color functions.", null, 17, "color4Api");
|
|
131833
131906
|
B.Deprecation_c4i = new A.Deprecation("call-string", "0.0.0", null, 0, "callString");
|
|
131907
|
+
B.Deprecation_dlf = new A.Deprecation0("user-authored", null, null, null, 29, "userAuthored");
|
|
131908
|
+
B.Deprecation_gGh = new A.Deprecation("user-authored", null, null, 29, "userAuthored");
|
|
131834
131909
|
B.Deprecation_hJG = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", null, 18, "colorFunctions");
|
|
131835
131910
|
B.Deprecation_jGw = new A.Deprecation("new-global", "1.17.2", null, 4, "newGlobal");
|
|
131836
|
-
B.
|
|
131911
|
+
B.Deprecation_ldS = new A.Deprecation0("adjacent-compounds", "1.100.0", "Adjacent compound selectors like `[class]a`.", null, 28, "adjacentCompounds");
|
|
131837
131912
|
B.Deprecation_lkJ = new A.Deprecation0("with-private", "1.92.0", "Configuring private variables in @use, @forward, or load-css().", null, 25, "withPrivate");
|
|
131838
131913
|
B.Deprecation_mXO = new A.Deprecation("with-private", "1.92.0", null, 25, "withPrivate");
|
|
131839
131914
|
B.Deprecation_mqF = new A.Deprecation0("color-module-compat", "1.23.0", "Using color module functions in place of plain CSS functions.", null, 5, "colorModuleCompat");
|
|
@@ -131846,7 +131921,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131846
131921
|
B.Deprecation_qka = new A.Deprecation0("if-function", "1.95.0", "The Sass if($condition, $if-true, $if-false) function.", null, 26, "ifFunction");
|
|
131847
131922
|
B.Deprecation_r8S = new A.Deprecation("compile-string-relative-url", "1.88.0", null, 23, "compileStringRelativeUrl");
|
|
131848
131923
|
B.Deprecation_uJ0 = new A.Deprecation("fs-importer-cwd", "1.73.0", null, 13, "fsImporterCwd");
|
|
131849
|
-
B.Deprecation_uZO = new A.Deprecation0("calc-interp", null, null, null, 29, "calcInterp");
|
|
131850
131924
|
B.Deprecation_v81 = new A.Deprecation0("slash-div", "1.33.0", "/ operator for division.", null, 6, "slashDiv");
|
|
131851
131925
|
B.Deprecation_w3M = new A.Deprecation0("abs-percent", "1.65.0", "Passing percentages to the Sass abs() function.", null, 12, "absPercent");
|
|
131852
131926
|
B.Deprecation_y9Y = new A.Deprecation0("compile-string-relative-url", "1.88.0", "Passing a relative url to compileString().", null, 23, "compileStringRelativeUrl");
|
|
@@ -131927,10 +132001,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131927
132001
|
B.ListSeparator_undecided_null_3_undecided0 = new A.ListSeparator0("undecided", null, 3, "undecided");
|
|
131928
132002
|
B.ListSeparator_z0K = new A.ListSeparator("comma", ",", 1, "comma");
|
|
131929
132003
|
B.ListSeparator_z0K0 = new A.ListSeparator0("comma", ",", 1, "comma");
|
|
131930
|
-
B.Deprecation_uqF = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "1.94.0", 14, "cssFunctionMixin");
|
|
131931
|
-
B.Deprecation_Fpx = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", "1.92.0", 15, "mixedDecls");
|
|
131932
|
-
B.Deprecation_Byo = new A.Deprecation0("type-function", "1.86.0", 'Functions named "type".', "1.92.0", 22, "typeFunction");
|
|
131933
|
-
B.List_0vi = makeConstList([B.Deprecation_LIY, B.Deprecation_VUl, B.Deprecation_Gmv, B.Deprecation_Vc9, B.Deprecation_pwd, B.Deprecation_mqF, B.Deprecation_v81, B.Deprecation_2PR, B.Deprecation_Kh7, B.Deprecation_PHd, B.Deprecation_DVV, B.Deprecation_ox0, B.Deprecation_w3M, B.Deprecation_LUk, B.Deprecation_uqF, B.Deprecation_Fpx, B.Deprecation_p2t, B.Deprecation_alT, B.Deprecation_hJG, B.Deprecation_PGp, B.Deprecation_L3L, B.Deprecation_SGB, B.Deprecation_Byo, B.Deprecation_y9Y, B.Deprecation_Jgi, B.Deprecation_lkJ, B.Deprecation_qka, B.Deprecation_2Ja, B.Deprecation_kGe, B.Deprecation_uZO], A.findType("JSArray<Deprecation0>"));
|
|
131934
132004
|
B.Object_84Z = {em: 0, rem: 1, ex: 2, rex: 3, cap: 4, rcap: 5, ch: 6, rch: 7, ic: 8, ric: 9, lh: 10, rlh: 11, vw: 12, lvw: 13, svw: 14, dvw: 15, vh: 16, lvh: 17, svh: 18, dvh: 19, vi: 20, lvi: 21, svi: 22, dvi: 23, vb: 24, lvb: 25, svb: 26, dvb: 27, vmin: 28, lvmin: 29, svmin: 30, dvmin: 31, vmax: 32, lvmax: 33, svmax: 34, dvmax: 35, cqw: 36, cqh: 37, cqi: 38, cqb: 39, cqmin: 40, cqmax: 41, cm: 42, mm: 43, q: 44, in: 45, pt: 46, pc: 47, px: 48};
|
|
131935
132005
|
B.Set_V30th = new A.ConstantStringSet(B.Object_84Z, 49, type$.ConstantStringSet_String);
|
|
131936
132006
|
B.Object_a6W = {deg: 0, grad: 1, rad: 2, turn: 3};
|
|
@@ -131942,7 +132012,19 @@ self.util = _cliPkgRequires.util;
|
|
|
131942
132012
|
B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
|
|
131943
132013
|
B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
|
|
131944
132014
|
B.List_BFg = makeConstList([B.Set_V30th, B.Set_5FBBb, B.Set_cXesm, B.Set_1Tayw, B.Set_w2NC6], A.findType("JSArray<Set<String>>"));
|
|
132015
|
+
B.Deprecation_uqF = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "1.94.0", 14, "cssFunctionMixin");
|
|
132016
|
+
B.Deprecation_Fpx = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", "1.92.0", 15, "mixedDecls");
|
|
132017
|
+
B.Deprecation_Byo = new A.Deprecation0("type-function", "1.86.0", 'Functions named "type".', "1.92.0", 22, "typeFunction");
|
|
132018
|
+
B.List_JA2 = makeConstList([B.Deprecation_LIY, B.Deprecation_VUl, B.Deprecation_Gmv, B.Deprecation_Vc9, B.Deprecation_pwd, B.Deprecation_mqF, B.Deprecation_v81, B.Deprecation_2PR, B.Deprecation_Kh7, B.Deprecation_PHd, B.Deprecation_DVV, B.Deprecation_ox0, B.Deprecation_w3M, B.Deprecation_LUk, B.Deprecation_uqF, B.Deprecation_Fpx, B.Deprecation_p2t, B.Deprecation_alT, B.Deprecation_hJG, B.Deprecation_PGp, B.Deprecation_L3L, B.Deprecation_SGB, B.Deprecation_Byo, B.Deprecation_y9Y, B.Deprecation_Jgi, B.Deprecation_lkJ, B.Deprecation_qka, B.Deprecation_2Ja, B.Deprecation_ldS, B.Deprecation_dlf, B.Deprecation_Szt], A.findType("JSArray<Deprecation0>"));
|
|
131945
132019
|
B.List_UqK = makeConstList([B.CalculationOperator_dpX0, B.CalculationOperator_KrC0, B.CalculationOperator_LPB0, B.CalculationOperator_wFL0], A.findType("JSArray<CalculationOperator0>"));
|
|
132020
|
+
B.Deprecation_NNd = new A.Deprecation("null-alpha", "1.62.3", null, 11, "nullAlpha");
|
|
132021
|
+
B.Deprecation_ov6 = new A.Deprecation("css-function-mixin", "1.76.0", "1.94.0", 14, "cssFunctionMixin");
|
|
132022
|
+
B.Deprecation_Uqa = new A.Deprecation("mixed-decls", "1.77.7", "1.92.0", 15, "mixedDecls");
|
|
132023
|
+
B.Deprecation_mme = new A.Deprecation("color-4-api", "1.79.0", null, 17, "color4Api");
|
|
132024
|
+
B.Deprecation_cfK = new A.Deprecation("legacy-js-api", "1.79.0", null, 19, "legacyJsApi");
|
|
132025
|
+
B.Deprecation_ST9 = new A.Deprecation("type-function", "1.86.0", "1.92.0", 22, "typeFunction");
|
|
132026
|
+
B.Deprecation_qDQ = new A.Deprecation("calc-interp", null, null, 30, "calcInterp");
|
|
132027
|
+
B.List_bLL = makeConstList([B.Deprecation_c4i, B.Deprecation_HUu, B.Deprecation_PmQ, B.Deprecation_IqB, B.Deprecation_jGw, B.Deprecation_7Bn, B.Deprecation_qZ1, B.Deprecation_0rM, B.Deprecation_K9u, B.Deprecation_7TE, B.Deprecation_nRC, B.Deprecation_NNd, B.Deprecation_Usi, B.Deprecation_uJ0, B.Deprecation_ov6, B.Deprecation_Uqa, B.Deprecation_PY0, B.Deprecation_mme, B.Deprecation_zUK, B.Deprecation_cfK, B.Deprecation_6BW, B.Deprecation_WW3, B.Deprecation_ST9, B.Deprecation_r8S, B.Deprecation_8Zg, B.Deprecation_mXO, B.Deprecation_qPD, B.Deprecation_H4k, B.Deprecation_V8h, B.Deprecation_gGh, B.Deprecation_qDQ], A.findType("JSArray<Deprecation>"));
|
|
131946
132028
|
B.List_empty29 = makeConstList([], type$.JSArray_AsyncCallable_2);
|
|
131947
132029
|
B.List_empty31 = makeConstList([], type$.JSArray_AsyncImporter);
|
|
131948
132030
|
B.List_empty1 = makeConstList([], type$.JSArray_ComplexSelector);
|
|
@@ -131978,14 +132060,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131978
132060
|
B.List_empty13 = makeConstList([], type$.JSArray_nullable_FileSpan);
|
|
131979
132061
|
B.List_mRc = makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30], A.findType("JSArray<HueInterpolationMethod0>"));
|
|
131980
132062
|
B.List_null = makeConstList([null], type$.JSArray_nullable_FileSpan);
|
|
131981
|
-
B.Deprecation_NNd = new A.Deprecation("null-alpha", "1.62.3", null, 11, "nullAlpha");
|
|
131982
|
-
B.Deprecation_ov6 = new A.Deprecation("css-function-mixin", "1.76.0", "1.94.0", 14, "cssFunctionMixin");
|
|
131983
|
-
B.Deprecation_Uqa = new A.Deprecation("mixed-decls", "1.77.7", "1.92.0", 15, "mixedDecls");
|
|
131984
|
-
B.Deprecation_mme = new A.Deprecation("color-4-api", "1.79.0", null, 17, "color4Api");
|
|
131985
|
-
B.Deprecation_cfK = new A.Deprecation("legacy-js-api", "1.79.0", null, 19, "legacyJsApi");
|
|
131986
|
-
B.Deprecation_ST9 = new A.Deprecation("type-function", "1.86.0", "1.92.0", 22, "typeFunction");
|
|
131987
|
-
B.Deprecation_wGX = new A.Deprecation("calc-interp", null, null, 29, "calcInterp");
|
|
131988
|
-
B.List_u1I = makeConstList([B.Deprecation_c4i, B.Deprecation_HUu, B.Deprecation_PmQ, B.Deprecation_IqB, B.Deprecation_jGw, B.Deprecation_7Bn, B.Deprecation_qZ1, B.Deprecation_0rM, B.Deprecation_K9u, B.Deprecation_7TE, B.Deprecation_nRC, B.Deprecation_NNd, B.Deprecation_Usi, B.Deprecation_uJ0, B.Deprecation_ov6, B.Deprecation_Uqa, B.Deprecation_PY0, B.Deprecation_mme, B.Deprecation_zUK, B.Deprecation_cfK, B.Deprecation_6BW, B.Deprecation_WW3, B.Deprecation_ST9, B.Deprecation_r8S, B.Deprecation_8Zg, B.Deprecation_mXO, B.Deprecation_qPD, B.Deprecation_H4k, B.Deprecation_5Ka, B.Deprecation_wGX], A.findType("JSArray<Deprecation>"));
|
|
131989
132063
|
B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
|
|
131990
132064
|
B.LinearChannel_ZmQ = new A.LinearChannel(0, 1, false, false, false, "medium", false, null);
|
|
131991
132065
|
B.LinearChannel_yJH = new A.LinearChannel(0, 1, false, false, false, "short", false, null);
|
|
@@ -132214,7 +132288,7 @@ self.util = _cliPkgRequires.util;
|
|
|
132214
132288
|
(function staticFields() {
|
|
132215
132289
|
$._JS_INTEROP_INTERCEPTOR_TAG = null;
|
|
132216
132290
|
$._toStringVisiting = A._setArrayType([], type$.JSArray_Object);
|
|
132217
|
-
$.
|
|
132291
|
+
$._printToZone = null;
|
|
132218
132292
|
$.Primitives__identityHashCodeProperty = null;
|
|
132219
132293
|
$.BoundClosure__receiverFieldNameCache = null;
|
|
132220
132294
|
$.BoundClosure__interceptorFieldNameCache = null;
|
|
@@ -132262,6 +132336,7 @@ self.util = _cliPkgRequires.util;
|
|
|
132262
132336
|
var _lazyFinal = hunkHelpers.lazyFinal,
|
|
132263
132337
|
_lazy = hunkHelpers.lazy;
|
|
132264
132338
|
_lazyFinal($, "DART_CLOSURE_PROPERTY_NAME", "$get$DART_CLOSURE_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartClosure"));
|
|
132339
|
+
_lazyFinal($, "DART_CLOSURE_DART_JSINTEROP_PROPERTY_NAME", "$get$DART_CLOSURE_DART_JSINTEROP_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartClosure_dartJSInterop"));
|
|
132265
132340
|
_lazyFinal($, "nullFuture", "$get$nullFuture", () => B.C__RootZone.run$1$1(0, new A.nullFuture_closure(), A.findType("Future<~>")));
|
|
132266
132341
|
_lazyFinal($, "_safeToStringHooks", "$get$_safeToStringHooks", () => A._setArrayType([new J.JSArraySafeToStringHook()], A.findType("JSArray<SafeToStringHook>")));
|
|
132267
132342
|
_lazyFinal($, "TypeErrorDecoder_noSuchMethodPattern", "$get$TypeErrorDecoder_noSuchMethodPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn({
|
|
@@ -132790,9 +132865,9 @@ self.util = _cliPkgRequires.util;
|
|
|
132790
132865
|
_lazyFinal($, "deprecations", "$get$deprecations", () => {
|
|
132791
132866
|
var _i, deprecation, t2,
|
|
132792
132867
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
|
|
132793
|
-
for (_i = 0; _i <
|
|
132794
|
-
deprecation = B.
|
|
132795
|
-
if (deprecation !== B.
|
|
132868
|
+
for (_i = 0; _i < 31; ++_i) {
|
|
132869
|
+
deprecation = B.List_JA2[_i];
|
|
132870
|
+
if (deprecation !== B.Deprecation_Szt) {
|
|
132796
132871
|
t2 = deprecation.id;
|
|
132797
132872
|
t1.$indexSet(0, t2, {id: t2, status: new A.deprecations_closure(deprecation).call$0(), description: deprecation.description, deprecatedIn: deprecation.get$deprecatedIn(0), obsoleteIn: deprecation.get$obsoleteIn(0)});
|
|
132798
132873
|
}
|