sass 1.99.0 → 1.100.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 +297 -240
- 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.0.
|
|
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.100.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.12.0\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.100.0 compiled with dart2js 3.12.0";
|
|
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.100.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));
|
|
@@ -58168,7 +58206,7 @@ self.util = _cliPkgRequires.util;
|
|
|
58168
58206
|
A._RequireMain.prototype = {};
|
|
58169
58207
|
A.LoggerWithDeprecationType.prototype = {
|
|
58170
58208
|
warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
|
|
58171
|
-
this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.
|
|
58209
|
+
this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.Deprecation_gGh : null, span, trace);
|
|
58172
58210
|
},
|
|
58173
58211
|
warn$1(_, message) {
|
|
58174
58212
|
return this.warn$4$deprecation$span$trace(0, message, false, null, null);
|
|
@@ -58229,7 +58267,7 @@ self.util = _cliPkgRequires.util;
|
|
|
58229
58267
|
t4 = t1._collection$_current;
|
|
58230
58268
|
if (t4 == null)
|
|
58231
58269
|
t4 = t2._as(t4);
|
|
58232
|
-
if (B.
|
|
58270
|
+
if (B.Deprecation_gGh === t4) {
|
|
58233
58271
|
_this.internalWarn$4$deprecation$span$trace(string$.User_a, _null, _null, _null);
|
|
58234
58272
|
continue;
|
|
58235
58273
|
}
|
|
@@ -58337,7 +58375,7 @@ self.util = _cliPkgRequires.util;
|
|
|
58337
58375
|
var t3,
|
|
58338
58376
|
result = new A.StringBuffer(""),
|
|
58339
58377
|
t1 = deprecation != null,
|
|
58340
|
-
showDeprecation = t1 && deprecation !== B.
|
|
58378
|
+
showDeprecation = t1 && deprecation !== B.Deprecation_gGh,
|
|
58341
58379
|
t2 = this.color;
|
|
58342
58380
|
if (t2) {
|
|
58343
58381
|
t3 = result._contents = "\x1b[33m\x1b[1m";
|
|
@@ -60594,7 +60632,7 @@ self.util = _cliPkgRequires.util;
|
|
|
60594
60632
|
return A.SelectorList$(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
60595
60633
|
},
|
|
60596
60634
|
_complexSelector$1$lineBreak(lineBreak) {
|
|
60597
|
-
var t4, lastCompound, initialCombinators, _0_0,
|
|
60635
|
+
var t4, t5, lastCompound, initialCombinators, beforeWhitespace, t6, _0_0, t7, t8, result, nextCompound, _this = this,
|
|
60598
60636
|
_s18_ = "expected selector.",
|
|
60599
60637
|
t1 = _this.scanner,
|
|
60600
60638
|
t2 = t1._string_scanner$_position,
|
|
@@ -60602,30 +60640,32 @@ self.util = _cliPkgRequires.util;
|
|
|
60602
60640
|
t3 = type$.JSArray_CssValue_Combinator,
|
|
60603
60641
|
combinators = A._setArrayType([], t3),
|
|
60604
60642
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent);
|
|
60605
|
-
for (t4 = type$.CssValue_Combinator, lastCompound = null, initialCombinators = null;;) {
|
|
60643
|
+
for (t4 = type$.CssValue_Combinator, t5 = _this._selector$_logger, lastCompound = null, initialCombinators = null;;) {
|
|
60644
|
+
beforeWhitespace = t1._string_scanner$_position;
|
|
60606
60645
|
_this.whitespace$1$consumeNewlines(true);
|
|
60646
|
+
t6 = t1._string_scanner$_position === beforeWhitespace;
|
|
60607
60647
|
_0_0 = t1.peekChar$0();
|
|
60608
60648
|
if (43 === _0_0) {
|
|
60609
|
-
|
|
60649
|
+
t6 = t1._string_scanner$_position;
|
|
60610
60650
|
t1.readChar$0();
|
|
60611
|
-
combinators.push(new A.CssValue(B.Combinator_sHB, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
60651
|
+
combinators.push(new A.CssValue(B.Combinator_sHB, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
60612
60652
|
continue;
|
|
60613
60653
|
}
|
|
60614
60654
|
if (62 === _0_0) {
|
|
60615
|
-
|
|
60655
|
+
t6 = t1._string_scanner$_position;
|
|
60616
60656
|
t1.readChar$0();
|
|
60617
|
-
combinators.push(new A.CssValue(B.Combinator_iUF, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
60657
|
+
combinators.push(new A.CssValue(B.Combinator_iUF, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
60618
60658
|
continue;
|
|
60619
60659
|
}
|
|
60620
60660
|
if (126 === _0_0) {
|
|
60621
|
-
|
|
60661
|
+
t6 = t1._string_scanner$_position;
|
|
60622
60662
|
t1.readChar$0();
|
|
60623
|
-
combinators.push(new A.CssValue(B.Combinator_98W, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
60663
|
+
combinators.push(new A.CssValue(B.Combinator_98W, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
60624
60664
|
continue;
|
|
60625
60665
|
}
|
|
60626
60666
|
if (_0_0 == null)
|
|
60627
60667
|
break;
|
|
60628
|
-
|
|
60668
|
+
t7 = true;
|
|
60629
60669
|
if (91 !== _0_0)
|
|
60630
60670
|
if (46 !== _0_0)
|
|
60631
60671
|
if (35 !== _0_0)
|
|
@@ -60634,21 +60674,25 @@ self.util = _cliPkgRequires.util;
|
|
|
60634
60674
|
if (38 !== _0_0)
|
|
60635
60675
|
if (42 !== _0_0)
|
|
60636
60676
|
if (124 !== _0_0)
|
|
60637
|
-
|
|
60638
|
-
if (
|
|
60639
|
-
|
|
60640
|
-
|
|
60677
|
+
t7 = _this.lookingAtIdentifier$0();
|
|
60678
|
+
if (t7) {
|
|
60679
|
+
t7 = lastCompound != null;
|
|
60680
|
+
if (t7) {
|
|
60681
|
+
t8 = _this.spanFrom$1(componentStart);
|
|
60641
60682
|
result = A.List_List$from(combinators, false, t4);
|
|
60642
60683
|
result.$flags = 3;
|
|
60643
|
-
components.push(new A.ComplexSelectorComponent(lastCompound, result,
|
|
60684
|
+
components.push(new A.ComplexSelectorComponent(lastCompound, result, t8));
|
|
60644
60685
|
} else if (combinators.length !== 0) {
|
|
60645
60686
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
60646
60687
|
initialCombinators = combinators;
|
|
60647
60688
|
}
|
|
60648
|
-
|
|
60689
|
+
nextCompound = _this._compoundSelector$0();
|
|
60690
|
+
if (t7 && combinators.length === 0 && t6)
|
|
60691
|
+
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
60692
|
combinators = A._setArrayType([], t3);
|
|
60650
60693
|
if (t1.peekChar$0() === 38)
|
|
60651
60694
|
t1.error$1(0, string$.x22x26__ma);
|
|
60695
|
+
lastCompound = nextCompound;
|
|
60652
60696
|
continue;
|
|
60653
60697
|
}
|
|
60654
60698
|
break;
|
|
@@ -70046,7 +70090,7 @@ self.util = _cliPkgRequires.util;
|
|
|
70046
70090
|
_0_0 = $async$result;
|
|
70047
70091
|
targetText = _0_0._0;
|
|
70048
70092
|
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) {
|
|
70093
|
+
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
70094
|
complex = t1[_i];
|
|
70051
70095
|
compound = complex.get$singleCompound();
|
|
70052
70096
|
if (compound == null)
|
|
@@ -71117,7 +71161,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71117
71161
|
break;
|
|
71118
71162
|
case 5:
|
|
71119
71163
|
// join
|
|
71120
|
-
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
|
|
71164
|
+
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
71165
|
_1_0 = $async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
|
|
71122
71166
|
$label0$0: {
|
|
71123
71167
|
if (_1_0 == null) {
|
|
@@ -78635,8 +78679,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78635
78679
|
t2 = t2 == null ? null : t2.get$span(t2);
|
|
78636
78680
|
}
|
|
78637
78681
|
t1._async_evaluate$_warn$3(message, t2 == null ? this._async_evaluate$_defaultWarnNodeWithSpan.span : t2, deprecation);
|
|
78638
|
-
}
|
|
78639
|
-
$isEvaluationContext: 1
|
|
78682
|
+
}
|
|
78640
78683
|
};
|
|
78641
78684
|
A._CloneCssVisitor.prototype = {
|
|
78642
78685
|
visitCssAtRule$1(node) {
|
|
@@ -79144,7 +79187,7 @@ self.util = _cliPkgRequires.util;
|
|
|
79144
79187
|
_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
79188
|
}
|
|
79146
79189
|
_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) {
|
|
79190
|
+
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
79191
|
complex = t1[_i];
|
|
79149
79192
|
compound = complex.get$singleCompound();
|
|
79150
79193
|
if (compound == null)
|
|
@@ -79571,7 +79614,7 @@ self.util = _cliPkgRequires.util;
|
|
|
79571
79614
|
_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
79615
|
return _null;
|
|
79573
79616
|
}
|
|
79574
|
-
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
79617
|
+
parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._logger, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
|
|
79575
79618
|
_1_0 = _this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot;
|
|
79576
79619
|
$label0$0: {
|
|
79577
79620
|
if (_1_0 == null) {
|
|
@@ -83066,8 +83109,7 @@ self.util = _cliPkgRequires.util;
|
|
|
83066
83109
|
t2 = t2.get$span(t2);
|
|
83067
83110
|
}
|
|
83068
83111
|
t1._warn$3(message, t2, deprecation);
|
|
83069
|
-
}
|
|
83070
|
-
$isEvaluationContext: 1
|
|
83112
|
+
}
|
|
83071
83113
|
};
|
|
83072
83114
|
A.EveryCssVisitor.prototype = {
|
|
83073
83115
|
visitCssAtRule$1(node) {
|
|
@@ -89703,7 +89745,7 @@ self.util = _cliPkgRequires.util;
|
|
|
89703
89745
|
_0_0 = $async$result;
|
|
89704
89746
|
targetText = _0_0._0;
|
|
89705
89747
|
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) {
|
|
89748
|
+
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
89749
|
complex = t1[_i];
|
|
89708
89750
|
compound = complex.get$singleCompound();
|
|
89709
89751
|
if (compound == null)
|
|
@@ -90856,7 +90898,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90856
90898
|
break;
|
|
90857
90899
|
case 5:
|
|
90858
90900
|
// join
|
|
90859
|
-
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
|
|
90901
|
+
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
90902
|
_1_0 = $async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
|
|
90861
90903
|
$label0$0: {
|
|
90862
90904
|
if (_1_0 == null) {
|
|
@@ -98378,8 +98420,7 @@ self.util = _cliPkgRequires.util;
|
|
|
98378
98420
|
t2 = t2 == null ? null : t2.get$span(t2);
|
|
98379
98421
|
}
|
|
98380
98422
|
t1._async_evaluate0$_warn$3(message, t2 == null ? this._async_evaluate0$_defaultWarnNodeWithSpan.span : t2, deprecation);
|
|
98381
|
-
}
|
|
98382
|
-
$isEvaluationContext0: 1
|
|
98423
|
+
}
|
|
98383
98424
|
};
|
|
98384
98425
|
A.JSToDartAsyncFileImporter.prototype = {
|
|
98385
98426
|
canonicalize$1(_, url) {
|
|
@@ -103240,7 +103281,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103240
103281
|
t4 = t1._collection$_current;
|
|
103241
103282
|
if (t4 == null)
|
|
103242
103283
|
t4 = t2._as(t4);
|
|
103243
|
-
if (B.
|
|
103284
|
+
if (B.Deprecation_dlf === t4) {
|
|
103244
103285
|
_this.internalWarn$4$deprecation$span$trace(string$.User_a, _null, _null, _null);
|
|
103245
103286
|
continue;
|
|
103246
103287
|
}
|
|
@@ -104899,7 +104940,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104899
104940
|
_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
104941
|
}
|
|
104901
104942
|
_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) {
|
|
104943
|
+
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
104944
|
complex = t1[_i];
|
|
104904
104945
|
compound = complex.get$singleCompound();
|
|
104905
104946
|
if (compound == null)
|
|
@@ -105360,7 +105401,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105360
105401
|
_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
105402
|
return _null;
|
|
105362
105403
|
}
|
|
105363
|
-
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
105404
|
+
parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_logger, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
|
|
105364
105405
|
_1_0 = _this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
|
|
105365
105406
|
$label0$0: {
|
|
105366
105407
|
if (_1_0 == null) {
|
|
@@ -108813,8 +108854,13 @@ self.util = _cliPkgRequires.util;
|
|
|
108813
108854
|
t2 = t2 == null ? null : t2.get$span(t2);
|
|
108814
108855
|
}
|
|
108815
108856
|
t1._evaluate0$_warn$3(message, t2 == null ? this._evaluate0$_defaultWarnNodeWithSpan.span : t2, deprecation);
|
|
108816
|
-
}
|
|
108817
|
-
|
|
108857
|
+
}
|
|
108858
|
+
};
|
|
108859
|
+
A.EvaluationContext0.prototype = {};
|
|
108860
|
+
A._EvaluationContextLogger0.prototype = {
|
|
108861
|
+
internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
|
|
108862
|
+
this._evaluation_context0$_context.warn$2(0, message, deprecation);
|
|
108863
|
+
}
|
|
108818
108864
|
};
|
|
108819
108865
|
A.EveryCssVisitor0.prototype = {
|
|
108820
108866
|
visitCssAtRule$1(node) {
|
|
@@ -120035,13 +120081,13 @@ self.util = _cliPkgRequires.util;
|
|
|
120035
120081
|
parseCompoundSelector$0() {
|
|
120036
120082
|
return this.wrapSpanFormatException$1(new A.SelectorParser_parseCompoundSelector_closure0(this));
|
|
120037
120083
|
},
|
|
120038
|
-
|
|
120084
|
+
_selector0$_selectorList$0() {
|
|
120039
120085
|
var t4, t5, lineBreak, _this = this,
|
|
120040
120086
|
t1 = _this.scanner,
|
|
120041
120087
|
t2 = t1._string_scanner$_position,
|
|
120042
120088
|
t3 = t1._sourceFile,
|
|
120043
120089
|
previousLine = t3.getLine$1(t2),
|
|
120044
|
-
components = A._setArrayType([_this.
|
|
120090
|
+
components = A._setArrayType([_this._selector0$_complexSelector$0()], type$.JSArray_ComplexSelector_2);
|
|
120045
120091
|
_this.whitespace$1$consumeNewlines(true);
|
|
120046
120092
|
for (t4 = t1.string.length; t1.scanChar$1(44);) {
|
|
120047
120093
|
_this.whitespace$1$consumeNewlines(true);
|
|
@@ -120053,12 +120099,12 @@ self.util = _cliPkgRequires.util;
|
|
|
120053
120099
|
lineBreak = t3.getLine$1(t5) !== previousLine;
|
|
120054
120100
|
if (lineBreak)
|
|
120055
120101
|
previousLine = t3.getLine$1(t1._string_scanner$_position);
|
|
120056
|
-
components.push(_this.
|
|
120102
|
+
components.push(_this._selector0$_complexSelector$1$lineBreak(lineBreak));
|
|
120057
120103
|
}
|
|
120058
120104
|
return A.SelectorList$0(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
120059
120105
|
},
|
|
120060
|
-
|
|
120061
|
-
var t4, lastCompound, initialCombinators, _0_0,
|
|
120106
|
+
_selector0$_complexSelector$1$lineBreak(lineBreak) {
|
|
120107
|
+
var t4, t5, lastCompound, initialCombinators, beforeWhitespace, t6, _0_0, t7, t8, result, nextCompound, _this = this,
|
|
120062
120108
|
_s18_ = "expected selector.",
|
|
120063
120109
|
t1 = _this.scanner,
|
|
120064
120110
|
t2 = t1._string_scanner$_position,
|
|
@@ -120066,30 +120112,32 @@ self.util = _cliPkgRequires.util;
|
|
|
120066
120112
|
t3 = type$.JSArray_CssValue_Combinator_2,
|
|
120067
120113
|
combinators = A._setArrayType([], t3),
|
|
120068
120114
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent_2);
|
|
120069
|
-
for (t4 = type$.CssValue_Combinator_2, lastCompound = null, initialCombinators = null;;) {
|
|
120115
|
+
for (t4 = type$.CssValue_Combinator_2, t5 = _this._selector0$_logger, lastCompound = null, initialCombinators = null;;) {
|
|
120116
|
+
beforeWhitespace = t1._string_scanner$_position;
|
|
120070
120117
|
_this.whitespace$1$consumeNewlines(true);
|
|
120118
|
+
t6 = t1._string_scanner$_position === beforeWhitespace;
|
|
120071
120119
|
_0_0 = t1.peekChar$0();
|
|
120072
120120
|
if (43 === _0_0) {
|
|
120073
|
-
|
|
120121
|
+
t6 = t1._string_scanner$_position;
|
|
120074
120122
|
t1.readChar$0();
|
|
120075
|
-
combinators.push(new A.CssValue0(B.Combinator_sHB0, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
120123
|
+
combinators.push(new A.CssValue0(B.Combinator_sHB0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
120076
120124
|
continue;
|
|
120077
120125
|
}
|
|
120078
120126
|
if (62 === _0_0) {
|
|
120079
|
-
|
|
120127
|
+
t6 = t1._string_scanner$_position;
|
|
120080
120128
|
t1.readChar$0();
|
|
120081
|
-
combinators.push(new A.CssValue0(B.Combinator_iUF0, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
120129
|
+
combinators.push(new A.CssValue0(B.Combinator_iUF0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
120082
120130
|
continue;
|
|
120083
120131
|
}
|
|
120084
120132
|
if (126 === _0_0) {
|
|
120085
|
-
|
|
120133
|
+
t6 = t1._string_scanner$_position;
|
|
120086
120134
|
t1.readChar$0();
|
|
120087
|
-
combinators.push(new A.CssValue0(B.Combinator_98W0, _this.spanFrom$1(new A._SpanScannerState(t1,
|
|
120135
|
+
combinators.push(new A.CssValue0(B.Combinator_98W0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t4));
|
|
120088
120136
|
continue;
|
|
120089
120137
|
}
|
|
120090
120138
|
if (_0_0 == null)
|
|
120091
120139
|
break;
|
|
120092
|
-
|
|
120140
|
+
t7 = true;
|
|
120093
120141
|
if (91 !== _0_0)
|
|
120094
120142
|
if (46 !== _0_0)
|
|
120095
120143
|
if (35 !== _0_0)
|
|
@@ -120098,27 +120146,31 @@ self.util = _cliPkgRequires.util;
|
|
|
120098
120146
|
if (38 !== _0_0)
|
|
120099
120147
|
if (42 !== _0_0)
|
|
120100
120148
|
if (124 !== _0_0)
|
|
120101
|
-
|
|
120102
|
-
if (
|
|
120103
|
-
|
|
120104
|
-
|
|
120149
|
+
t7 = _this.lookingAtIdentifier$0();
|
|
120150
|
+
if (t7) {
|
|
120151
|
+
t7 = lastCompound != null;
|
|
120152
|
+
if (t7) {
|
|
120153
|
+
t8 = _this.spanFrom$1(componentStart);
|
|
120105
120154
|
result = A.List_List$from(combinators, false, t4);
|
|
120106
120155
|
result.$flags = 3;
|
|
120107
|
-
components.push(new A.ComplexSelectorComponent0(lastCompound, result,
|
|
120156
|
+
components.push(new A.ComplexSelectorComponent0(lastCompound, result, t8));
|
|
120108
120157
|
} else if (combinators.length !== 0) {
|
|
120109
120158
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
120110
120159
|
initialCombinators = combinators;
|
|
120111
120160
|
}
|
|
120112
|
-
|
|
120161
|
+
nextCompound = _this._selector0$_compoundSelector$0();
|
|
120162
|
+
if (t7 && combinators.length === 0 && t6)
|
|
120163
|
+
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
120164
|
combinators = A._setArrayType([], t3);
|
|
120114
120165
|
if (t1.peekChar$0() === 38)
|
|
120115
120166
|
t1.error$1(0, string$.x22x26__ma);
|
|
120167
|
+
lastCompound = nextCompound;
|
|
120116
120168
|
continue;
|
|
120117
120169
|
}
|
|
120118
120170
|
break;
|
|
120119
120171
|
}
|
|
120120
120172
|
t3 = combinators.length !== 0;
|
|
120121
|
-
if (t3 && _this.
|
|
120173
|
+
if (t3 && _this._selector0$_plainCss)
|
|
120122
120174
|
t1.error$1(0, _s18_);
|
|
120123
120175
|
else if (lastCompound != null) {
|
|
120124
120176
|
t3 = _this.spanFrom$1(componentStart);
|
|
@@ -120130,27 +120182,27 @@ self.util = _cliPkgRequires.util;
|
|
|
120130
120182
|
t3 = initialCombinators == null ? B.List_empty17 : initialCombinators;
|
|
120131
120183
|
return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
120132
120184
|
},
|
|
120133
|
-
|
|
120134
|
-
return this.
|
|
120185
|
+
_selector0$_complexSelector$0() {
|
|
120186
|
+
return this._selector0$_complexSelector$1$lineBreak(false);
|
|
120135
120187
|
},
|
|
120136
|
-
|
|
120188
|
+
_selector0$_compoundSelector$0() {
|
|
120137
120189
|
var t3, _this = this,
|
|
120138
120190
|
t1 = _this.scanner,
|
|
120139
120191
|
t2 = t1._string_scanner$_position,
|
|
120140
|
-
components = A._setArrayType([_this.
|
|
120141
|
-
for (t3 = _this.
|
|
120142
|
-
components.push(_this.
|
|
120192
|
+
components = A._setArrayType([_this._selector0$_simpleSelector$0()], type$.JSArray_SimpleSelector_2);
|
|
120193
|
+
for (t3 = _this._selector0$_plainCss; _this._selector0$_isSimpleSelectorStart$1(t1.peekChar$0());)
|
|
120194
|
+
components.push(_this._selector0$_simpleSelector$1$allowParent(t3));
|
|
120143
120195
|
return A.CompoundSelector$0(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
120144
120196
|
},
|
|
120145
|
-
|
|
120197
|
+
_selector0$_simpleSelector$1$allowParent(allowParent) {
|
|
120146
120198
|
var t2, $name, text, t3, suffix, _this = this,
|
|
120147
120199
|
t1 = _this.scanner,
|
|
120148
120200
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
120149
120201
|
if (allowParent == null)
|
|
120150
|
-
allowParent = _this.
|
|
120202
|
+
allowParent = _this._selector0$_allowParent;
|
|
120151
120203
|
switch (t1.peekChar$0()) {
|
|
120152
120204
|
case 91:
|
|
120153
|
-
return _this.
|
|
120205
|
+
return _this._selector0$_attributeSelector$0();
|
|
120154
120206
|
case 46:
|
|
120155
120207
|
t2 = t1._string_scanner$_position;
|
|
120156
120208
|
t1.expectChar$1(46);
|
|
@@ -120164,11 +120216,11 @@ self.util = _cliPkgRequires.util;
|
|
|
120164
120216
|
t1.expectChar$1(37);
|
|
120165
120217
|
$name = _this.identifier$0();
|
|
120166
120218
|
t2 = _this.spanFrom$1(new A._SpanScannerState(t1, t2));
|
|
120167
|
-
if (_this.
|
|
120219
|
+
if (_this._selector0$_plainCss)
|
|
120168
120220
|
_this.error$2(0, string$.Placeh, _this.spanFrom$1(start));
|
|
120169
120221
|
return new A.PlaceholderSelector0($name, t2);
|
|
120170
120222
|
case 58:
|
|
120171
|
-
return _this.
|
|
120223
|
+
return _this._selector0$_pseudoSelector$0();
|
|
120172
120224
|
case 38:
|
|
120173
120225
|
t2 = t1._string_scanner$_position;
|
|
120174
120226
|
t1.expectChar$1(38);
|
|
@@ -120181,30 +120233,30 @@ self.util = _cliPkgRequires.util;
|
|
|
120181
120233
|
suffix = t3.charCodeAt(0) == 0 ? t3 : t3;
|
|
120182
120234
|
} else
|
|
120183
120235
|
suffix = null;
|
|
120184
|
-
if (_this.
|
|
120236
|
+
if (_this._selector0$_plainCss && suffix != null)
|
|
120185
120237
|
t1.error$3$length$position(0, string$.Parent, t1._string_scanner$_position - t2, t2);
|
|
120186
120238
|
t1 = _this.spanFrom$1(new A._SpanScannerState(t1, t2));
|
|
120187
120239
|
if (!allowParent)
|
|
120188
120240
|
_this.error$2(0, "Parent selectors aren't allowed here.", _this.spanFrom$1(start));
|
|
120189
120241
|
return new A.ParentSelector0(suffix, t1);
|
|
120190
120242
|
default:
|
|
120191
|
-
return _this.
|
|
120243
|
+
return _this._selector0$_typeOrUniversalSelector$0();
|
|
120192
120244
|
}
|
|
120193
120245
|
},
|
|
120194
|
-
|
|
120195
|
-
return this.
|
|
120246
|
+
_selector0$_simpleSelector$0() {
|
|
120247
|
+
return this._selector0$_simpleSelector$1$allowParent(null);
|
|
120196
120248
|
},
|
|
120197
|
-
|
|
120249
|
+
_selector0$_attributeSelector$0() {
|
|
120198
120250
|
var $name, operator, next, value, modifier, _this = this, _null = null,
|
|
120199
120251
|
t1 = _this.scanner,
|
|
120200
120252
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
120201
120253
|
t1.expectChar$1(91);
|
|
120202
120254
|
_this.whitespace$1$consumeNewlines(true);
|
|
120203
|
-
$name = _this.
|
|
120255
|
+
$name = _this._selector0$_attributeName$0();
|
|
120204
120256
|
_this.whitespace$1$consumeNewlines(true);
|
|
120205
120257
|
if (t1.scanChar$1(93))
|
|
120206
120258
|
return new A.AttributeSelector0($name, _null, _null, _null, _this.spanFrom$1(start));
|
|
120207
|
-
operator = _this.
|
|
120259
|
+
operator = _this._selector0$_attributeOperator$0();
|
|
120208
120260
|
_this.whitespace$1$consumeNewlines(true);
|
|
120209
120261
|
next = t1.peekChar$0();
|
|
120210
120262
|
value = next === 39 || next === 34 ? _this.string$0() : _this.identifier$0();
|
|
@@ -120214,7 +120266,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120214
120266
|
t1.expectChar$1(93);
|
|
120215
120267
|
return new A.AttributeSelector0($name, operator, value, modifier, _this.spanFrom$1(start));
|
|
120216
120268
|
},
|
|
120217
|
-
|
|
120269
|
+
_selector0$_attributeName$0() {
|
|
120218
120270
|
var nameOrNamespace, _this = this,
|
|
120219
120271
|
t1 = _this.scanner;
|
|
120220
120272
|
if (t1.scanChar$1(42)) {
|
|
@@ -120229,7 +120281,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120229
120281
|
t1.readChar$0();
|
|
120230
120282
|
return new A.QualifiedName0(_this.identifier$0(), nameOrNamespace);
|
|
120231
120283
|
},
|
|
120232
|
-
|
|
120284
|
+
_selector0$_attributeOperator$0() {
|
|
120233
120285
|
var t1 = this.scanner,
|
|
120234
120286
|
start = t1._string_scanner$_position;
|
|
120235
120287
|
switch (t1.readChar$0()) {
|
|
@@ -120254,7 +120306,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120254
120306
|
t1.error$2$position(0, 'Expected "]".', start);
|
|
120255
120307
|
}
|
|
120256
120308
|
},
|
|
120257
|
-
|
|
120309
|
+
_selector0$_pseudoSelector$0() {
|
|
120258
120310
|
var element, $name, unvendored, argument, selector, t2, _this = this, _null = null,
|
|
120259
120311
|
t1 = _this.scanner,
|
|
120260
120312
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
@@ -120269,27 +120321,27 @@ self.util = _cliPkgRequires.util;
|
|
|
120269
120321
|
selector = _null;
|
|
120270
120322
|
if (element)
|
|
120271
120323
|
if ($.selectorPseudoElements0.contains$1(0, unvendored))
|
|
120272
|
-
selector = _this.
|
|
120324
|
+
selector = _this._selector0$_selectorList$0();
|
|
120273
120325
|
else
|
|
120274
120326
|
argument = _this.declarationValue$1$allowEmpty(true);
|
|
120275
120327
|
else if ($.selectorPseudoClasses0.contains$1(0, unvendored))
|
|
120276
|
-
selector = _this.
|
|
120328
|
+
selector = _this._selector0$_selectorList$0();
|
|
120277
120329
|
else if (unvendored === "nth-child" || unvendored === "nth-last-child") {
|
|
120278
|
-
argument = _this.
|
|
120330
|
+
argument = _this._selector0$_aNPlusB$0();
|
|
120279
120331
|
_this.whitespace$1$consumeNewlines(true);
|
|
120280
120332
|
t2 = t1.peekChar$1(-1);
|
|
120281
120333
|
if ((t2 === 32 || t2 === 9 || t2 === 10 || t2 === 13 || t2 === 12) && t1.peekChar$0() !== 41) {
|
|
120282
120334
|
_this.expectIdentifier$1("of");
|
|
120283
120335
|
argument += " of";
|
|
120284
120336
|
_this.whitespace$1$consumeNewlines(true);
|
|
120285
|
-
selector = _this.
|
|
120337
|
+
selector = _this._selector0$_selectorList$0();
|
|
120286
120338
|
}
|
|
120287
120339
|
} else
|
|
120288
120340
|
argument = B.JSString_methods.trimRight$0(_this.declarationValue$1$allowEmpty(true));
|
|
120289
120341
|
t1.expectChar$1(41);
|
|
120290
120342
|
return A.PseudoSelector$0($name, _this.spanFrom$1(start), argument, element, selector);
|
|
120291
120343
|
},
|
|
120292
|
-
|
|
120344
|
+
_selector0$_aNPlusB$0() {
|
|
120293
120345
|
var t1, _0_0, t2, $self, next, _this = this;
|
|
120294
120346
|
$label0$0: {
|
|
120295
120347
|
t1 = _this.scanner;
|
|
@@ -120335,7 +120387,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120335
120387
|
} while ($self != null && $self >= 48 && $self <= 57);
|
|
120336
120388
|
return t2.charCodeAt(0) == 0 ? t2 : t2;
|
|
120337
120389
|
},
|
|
120338
|
-
|
|
120390
|
+
_selector0$_typeOrUniversalSelector$0() {
|
|
120339
120391
|
var nameOrNamespace, _this = this,
|
|
120340
120392
|
t1 = _this.scanner,
|
|
120341
120393
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
@@ -120353,7 +120405,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120353
120405
|
else
|
|
120354
120406
|
return new A.TypeSelector0(new A.QualifiedName0(_this.identifier$0(), nameOrNamespace), _this.spanFrom$1(start));
|
|
120355
120407
|
},
|
|
120356
|
-
|
|
120408
|
+
_selector0$_isSimpleSelectorStart$1(character) {
|
|
120357
120409
|
var t1;
|
|
120358
120410
|
$label0$0: {
|
|
120359
120411
|
if (42 === character || 91 === character || 46 === character || 35 === character || 37 === character || 58 === character) {
|
|
@@ -120361,7 +120413,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120361
120413
|
break $label0$0;
|
|
120362
120414
|
}
|
|
120363
120415
|
if (38 === character) {
|
|
120364
|
-
t1 = this.
|
|
120416
|
+
t1 = this._selector0$_plainCss;
|
|
120365
120417
|
break $label0$0;
|
|
120366
120418
|
}
|
|
120367
120419
|
t1 = false;
|
|
@@ -120373,7 +120425,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120373
120425
|
A.SelectorParser_parse_closure0.prototype = {
|
|
120374
120426
|
call$0() {
|
|
120375
120427
|
var t1 = this.$this,
|
|
120376
|
-
selector = t1.
|
|
120428
|
+
selector = t1._selector0$_selectorList$0();
|
|
120377
120429
|
t1 = t1.scanner;
|
|
120378
120430
|
if (t1._string_scanner$_position !== t1.string.length)
|
|
120379
120431
|
t1.error$1(0, "expected selector.");
|
|
@@ -120384,7 +120436,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120384
120436
|
A.SelectorParser_parseCompoundSelector_closure0.prototype = {
|
|
120385
120437
|
call$0() {
|
|
120386
120438
|
var t1 = this.$this,
|
|
120387
|
-
compound = t1.
|
|
120439
|
+
compound = t1._selector0$_compoundSelector$0();
|
|
120388
120440
|
t1 = t1.scanner;
|
|
120389
120441
|
if (t1._string_scanner$_position !== t1.string.length)
|
|
120390
120442
|
t1.error$1(0, "expected selector.");
|
|
@@ -123513,7 +123565,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123513
123565
|
var t3,
|
|
123514
123566
|
result = new A.StringBuffer(""),
|
|
123515
123567
|
t1 = deprecation != null,
|
|
123516
|
-
showDeprecation = t1 && deprecation !== B.
|
|
123568
|
+
showDeprecation = t1 && deprecation !== B.Deprecation_dlf,
|
|
123517
123569
|
t2 = this.color;
|
|
123518
123570
|
if (t2) {
|
|
123519
123571
|
t3 = result._contents = "\x1b[33m\x1b[1m";
|
|
@@ -130156,7 +130208,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130156
130208
|
_static(A, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 664, 0);
|
|
130157
130209
|
_static(A, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 665, 0);
|
|
130158
130210
|
_static(A, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 666, 0);
|
|
130159
|
-
_static_1(A, "async___printToZone$closure", "
|
|
130211
|
+
_static_1(A, "async___printToZone$closure", "_printToZone0", 90);
|
|
130160
130212
|
_static(A, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 667, 0);
|
|
130161
130213
|
_instance(A._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
130162
130214
|
return [null];
|
|
@@ -130446,7 +130498,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130446
130498
|
_inherit = hunkHelpers.inherit,
|
|
130447
130499
|
_inheritMany = hunkHelpers.inheritMany;
|
|
130448
130500
|
_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.
|
|
130501
|
+
_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
130502
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JavaScriptBigInt, J.JavaScriptSymbol, J.JSNumber, J.JSString]);
|
|
130451
130503
|
_inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData]);
|
|
130452
130504
|
_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 +130606,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130554
130606
|
_inheritMany(A.SimpleSelector, [A.AttributeSelector, A.ClassSelector, A.IDSelector, A.ParentSelector, A.PlaceholderSelector, A.PseudoSelector, A.TypeSelector, A.UniversalSelector]);
|
|
130555
130607
|
_inherit(A._ParentSelectorVisitor, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor);
|
|
130556
130608
|
_inherit(A.ExplicitConfiguration, A.Configuration);
|
|
130609
|
+
_inheritMany(A.LoggerWithDeprecationType, [A._EvaluationContextLogger, A.DefaultLogger, A.DeprecationProcessingLogger, A.StderrLogger]);
|
|
130557
130610
|
_inheritMany(A.SourceSpanException, [A.SassException, A.SourceSpanFormatException, A.MultiSourceSpanException, A.SassException0]);
|
|
130558
130611
|
_inheritMany(A.SassException, [A.MultiSpanSassException, A.SassRuntimeException, A.SassFormatException]);
|
|
130559
130612
|
_inheritMany(A.MultiSpanSassException, [A.MultiSpanSassRuntimeException, A.MultiSpanSassFormatException]);
|
|
@@ -130561,7 +130614,6 @@ self.util = _cliPkgRequires.util;
|
|
|
130561
130614
|
_inherit(A.MergedExtension, A.Extension);
|
|
130562
130615
|
_inherit(A.Importer, A.AsyncImporter);
|
|
130563
130616
|
_inheritMany(A.Importer, [A.FilesystemImporter, A.NoOpImporter, A.NodePackageImporter]);
|
|
130564
|
-
_inheritMany(A.LoggerWithDeprecationType, [A.DefaultLogger, A.DeprecationProcessingLogger, A.StderrLogger]);
|
|
130565
130617
|
_inheritMany(A.Parser, [A.AtRootQueryParser, A.StylesheetParser, A.KeyframeSelectorParser, A.MediaQueryParser, A.SelectorParser]);
|
|
130566
130618
|
_inheritMany(A.StylesheetParser, [A.ScssParser, A.SassParser]);
|
|
130567
130619
|
_inherit(A.CssParser, A.ScssParser);
|
|
@@ -130572,6 +130624,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130572
130624
|
_inheritMany(A.GamutMapMethod, [A.ClipGamutMap, A.LocalMindeGamutMap]);
|
|
130573
130625
|
_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
130626
|
_inheritMany(A.SassNumber, [A.ComplexSassNumber, A.SingleUnitSassNumber, A.UnitlessSassNumber]);
|
|
130627
|
+
_inheritMany(A.EvaluationContext, [A._EvaluationContext0, A._EvaluationContext]);
|
|
130575
130628
|
_inherit(A._MakeExpressionCalculationSafe, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor);
|
|
130576
130629
|
_inherit(A._FindDependenciesVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor);
|
|
130577
130630
|
_inherit(A.SingleMapping, A.Mapping);
|
|
@@ -130585,6 +130638,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130585
130638
|
_inheritMany(A.Value0, [A.SassList0, A.SassBoolean0, A.SassCalculation0, A.SassColor0, A.SassNumber0, A.SassFunction0, A.SassMap0, A.SassMixin0, A._SassNull0, A.SassString0]);
|
|
130586
130639
|
_inherit(A.SassArgumentList0, A.SassList0);
|
|
130587
130640
|
_inheritMany(A.AsyncImporter0, [A.JSToDartAsyncImporter, A.JSToDartAsyncFileImporter, A.Importer0]);
|
|
130641
|
+
_inheritMany(A.EvaluationContext0, [A._EvaluationContext2, A._EvaluationContext1]);
|
|
130588
130642
|
_inheritMany(A.Parser1, [A.AtRootQueryParser0, A.StylesheetParser0, A.KeyframeSelectorParser0, A.MediaQueryParser0, A.SelectorParser0]);
|
|
130589
130643
|
_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
130644
|
_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 +130660,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130606
130660
|
_inheritMany(A.CallableDeclaration0, [A.ContentBlock0, A.FunctionRule0, A.MixinRule0]);
|
|
130607
130661
|
_inheritMany(A.StylesheetParser0, [A.ScssParser0, A.SassParser0]);
|
|
130608
130662
|
_inherit(A.CssParser0, A.ScssParser0);
|
|
130609
|
-
_inheritMany(A.LoggerWithDeprecationType0, [A.DefaultLogger0, A.DeprecationProcessingLogger0, A.JSToDartLogger, A.StderrLogger0]);
|
|
130663
|
+
_inheritMany(A.LoggerWithDeprecationType0, [A.DefaultLogger0, A.DeprecationProcessingLogger0, A._EvaluationContextLogger0, A.JSToDartLogger, A.StderrLogger0]);
|
|
130610
130664
|
_inherit(A._NodeException, A.JsError);
|
|
130611
130665
|
_inheritMany(A.SassException0, [A.MultiSpanSassException0, A.SassRuntimeException0, A.SassFormatException0]);
|
|
130612
130666
|
_inheritMany(A.MultiSpanSassException0, [A.MultiSpanSassRuntimeException0, A.MultiSpanSassFormatException0]);
|
|
@@ -130682,12 +130736,13 @@ self.util = _cliPkgRequires.util;
|
|
|
130682
130736
|
"5;named,namedNodes,positional,positionalNodes,separator": types => o => o instanceof A._Record_5_named_namedNodes_positional_positionalNodes_separator && A.pairwiseIsTest(types, o._values)
|
|
130683
130737
|
}
|
|
130684
130738
|
};
|
|
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":[]}}'));
|
|
130739
|
+
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
130740
|
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
130741
|
var string$ = {
|
|
130688
130742
|
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
130743
|
x0a_BUG_: "\n\nBUG: This should include a source span!",
|
|
130690
130744
|
x0a_Morex20: "\n\nMore info and automated migrator: https://sass-lang.com/d/slash-div",
|
|
130745
|
+
x0a_Morex3aa: "\n\nMore info: https://sass-lang.com/d/adjacent-compounds",
|
|
130691
130746
|
x0a_Morex3ac: "\n\nMore info: https://sass-lang.com/d/color-functions",
|
|
130692
130747
|
x0a_Morex3af: "\n\nMore info: https://sass-lang.com/d/function-units",
|
|
130693
130748
|
x0a_See_: "\n\nSee https://sass-lang.com/d/function-units",
|
|
@@ -130775,6 +130830,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130775
130830
|
A_pkg_q: "A pkg: URL must not have a query or fragment.",
|
|
130776
130831
|
A_top_: "A top-level selector may not contain a parent selector with a suffix.",
|
|
130777
130832
|
ABCDEF: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
|
|
130833
|
+
Adjace: "Adjacent compound selectors must be separated by whitespace. This will be an error in Dart Sass 2.0.0. Suggestion:\n\n",
|
|
130778
130834
|
An_impa: "An importer may not have a findFileUrl method as well as canonicalize and load methods.",
|
|
130779
130835
|
An_impu: "An importer must have either canonicalize and load methods, or a findFileUrl method.",
|
|
130780
130836
|
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 +131055,6 @@ self.util = _cliPkgRequires.util;
|
|
|
130999
131055
|
Deprecation_3: findType("Deprecation0"),
|
|
131000
131056
|
EfficientLengthIterable_dynamic: findType("EfficientLengthIterable<@>"),
|
|
131001
131057
|
Error: findType("Error"),
|
|
131002
|
-
EvaluationContext: findType("EvaluationContext"),
|
|
131003
|
-
EvaluationContext_2: findType("EvaluationContext0"),
|
|
131004
131058
|
Exception: findType("Exception"),
|
|
131005
131059
|
Expression: findType("Expression"),
|
|
131006
131060
|
Expression_2: findType("Expression0"),
|
|
@@ -131804,7 +131858,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131804
131858
|
B.Deprecation_0rM = new A.Deprecation("bogus-combinators", "1.54.0", null, 7, "bogusCombinators");
|
|
131805
131859
|
B.Deprecation_2Ja = new A.Deprecation0("function-name", "1.98.0", "Uppercase reserved function names.", null, 27, "functionName");
|
|
131806
131860
|
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
131861
|
B.Deprecation_6BW = new A.Deprecation("import", "1.80.0", null, 20, "import");
|
|
131809
131862
|
B.Deprecation_7Bn = new A.Deprecation("color-module-compat", "1.23.0", null, 5, "colorModuleCompat");
|
|
131810
131863
|
B.Deprecation_7TE = new A.Deprecation("function-units", "1.56.0", null, 9, "functionUnits");
|
|
@@ -131825,15 +131878,19 @@ self.util = _cliPkgRequires.util;
|
|
|
131825
131878
|
B.Deprecation_PY0 = new A.Deprecation("feature-exists", "1.78.0", null, 16, "featureExists");
|
|
131826
131879
|
B.Deprecation_PmQ = new A.Deprecation("moz-document", "1.7.2", null, 2, "mozDocument");
|
|
131827
131880
|
B.Deprecation_SGB = new A.Deprecation0("global-builtin", "1.80.0", "Global built-in functions that are available in sass: modules.", null, 21, "globalBuiltin");
|
|
131881
|
+
B.Deprecation_Szt = new A.Deprecation0("calc-interp", null, null, null, 30, "calcInterp");
|
|
131828
131882
|
B.Deprecation_Usi = new A.Deprecation("abs-percent", "1.65.0", null, 12, "absPercent");
|
|
131883
|
+
B.Deprecation_V8h = new A.Deprecation("adjacent-compounds", "1.100.0", null, 28, "adjacentCompounds");
|
|
131829
131884
|
B.Deprecation_VUl = new A.Deprecation0("elseif", "1.3.2", "@elseif.", null, 1, "elseif");
|
|
131830
131885
|
B.Deprecation_Vc9 = new A.Deprecation0("relative-canonical", "1.14.2", "Imports using relative canonical URLs.", null, 3, "relativeCanonical");
|
|
131831
131886
|
B.Deprecation_WW3 = new A.Deprecation("global-builtin", "1.80.0", null, 21, "globalBuiltin");
|
|
131832
131887
|
B.Deprecation_alT = new A.Deprecation0("color-4-api", "1.79.0", "Certain uses of built-in sass:color functions.", null, 17, "color4Api");
|
|
131833
131888
|
B.Deprecation_c4i = new A.Deprecation("call-string", "0.0.0", null, 0, "callString");
|
|
131889
|
+
B.Deprecation_dlf = new A.Deprecation0("user-authored", null, null, null, 29, "userAuthored");
|
|
131890
|
+
B.Deprecation_gGh = new A.Deprecation("user-authored", null, null, 29, "userAuthored");
|
|
131834
131891
|
B.Deprecation_hJG = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", null, 18, "colorFunctions");
|
|
131835
131892
|
B.Deprecation_jGw = new A.Deprecation("new-global", "1.17.2", null, 4, "newGlobal");
|
|
131836
|
-
B.
|
|
131893
|
+
B.Deprecation_ldS = new A.Deprecation0("adjacent-compounds", "1.100.0", "Adjacent compound selectors like `[class]a`.", null, 28, "adjacentCompounds");
|
|
131837
131894
|
B.Deprecation_lkJ = new A.Deprecation0("with-private", "1.92.0", "Configuring private variables in @use, @forward, or load-css().", null, 25, "withPrivate");
|
|
131838
131895
|
B.Deprecation_mXO = new A.Deprecation("with-private", "1.92.0", null, 25, "withPrivate");
|
|
131839
131896
|
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 +131903,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131846
131903
|
B.Deprecation_qka = new A.Deprecation0("if-function", "1.95.0", "The Sass if($condition, $if-true, $if-false) function.", null, 26, "ifFunction");
|
|
131847
131904
|
B.Deprecation_r8S = new A.Deprecation("compile-string-relative-url", "1.88.0", null, 23, "compileStringRelativeUrl");
|
|
131848
131905
|
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
131906
|
B.Deprecation_v81 = new A.Deprecation0("slash-div", "1.33.0", "/ operator for division.", null, 6, "slashDiv");
|
|
131851
131907
|
B.Deprecation_w3M = new A.Deprecation0("abs-percent", "1.65.0", "Passing percentages to the Sass abs() function.", null, 12, "absPercent");
|
|
131852
131908
|
B.Deprecation_y9Y = new A.Deprecation0("compile-string-relative-url", "1.88.0", "Passing a relative url to compileString().", null, 23, "compileStringRelativeUrl");
|
|
@@ -131927,10 +131983,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131927
131983
|
B.ListSeparator_undecided_null_3_undecided0 = new A.ListSeparator0("undecided", null, 3, "undecided");
|
|
131928
131984
|
B.ListSeparator_z0K = new A.ListSeparator("comma", ",", 1, "comma");
|
|
131929
131985
|
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
131986
|
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
131987
|
B.Set_V30th = new A.ConstantStringSet(B.Object_84Z, 49, type$.ConstantStringSet_String);
|
|
131936
131988
|
B.Object_a6W = {deg: 0, grad: 1, rad: 2, turn: 3};
|
|
@@ -131942,7 +131994,19 @@ self.util = _cliPkgRequires.util;
|
|
|
131942
131994
|
B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
|
|
131943
131995
|
B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
|
|
131944
131996
|
B.List_BFg = makeConstList([B.Set_V30th, B.Set_5FBBb, B.Set_cXesm, B.Set_1Tayw, B.Set_w2NC6], A.findType("JSArray<Set<String>>"));
|
|
131997
|
+
B.Deprecation_uqF = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "1.94.0", 14, "cssFunctionMixin");
|
|
131998
|
+
B.Deprecation_Fpx = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", "1.92.0", 15, "mixedDecls");
|
|
131999
|
+
B.Deprecation_Byo = new A.Deprecation0("type-function", "1.86.0", 'Functions named "type".', "1.92.0", 22, "typeFunction");
|
|
132000
|
+
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
132001
|
B.List_UqK = makeConstList([B.CalculationOperator_dpX0, B.CalculationOperator_KrC0, B.CalculationOperator_LPB0, B.CalculationOperator_wFL0], A.findType("JSArray<CalculationOperator0>"));
|
|
132002
|
+
B.Deprecation_NNd = new A.Deprecation("null-alpha", "1.62.3", null, 11, "nullAlpha");
|
|
132003
|
+
B.Deprecation_ov6 = new A.Deprecation("css-function-mixin", "1.76.0", "1.94.0", 14, "cssFunctionMixin");
|
|
132004
|
+
B.Deprecation_Uqa = new A.Deprecation("mixed-decls", "1.77.7", "1.92.0", 15, "mixedDecls");
|
|
132005
|
+
B.Deprecation_mme = new A.Deprecation("color-4-api", "1.79.0", null, 17, "color4Api");
|
|
132006
|
+
B.Deprecation_cfK = new A.Deprecation("legacy-js-api", "1.79.0", null, 19, "legacyJsApi");
|
|
132007
|
+
B.Deprecation_ST9 = new A.Deprecation("type-function", "1.86.0", "1.92.0", 22, "typeFunction");
|
|
132008
|
+
B.Deprecation_qDQ = new A.Deprecation("calc-interp", null, null, 30, "calcInterp");
|
|
132009
|
+
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
132010
|
B.List_empty29 = makeConstList([], type$.JSArray_AsyncCallable_2);
|
|
131947
132011
|
B.List_empty31 = makeConstList([], type$.JSArray_AsyncImporter);
|
|
131948
132012
|
B.List_empty1 = makeConstList([], type$.JSArray_ComplexSelector);
|
|
@@ -131978,14 +132042,6 @@ self.util = _cliPkgRequires.util;
|
|
|
131978
132042
|
B.List_empty13 = makeConstList([], type$.JSArray_nullable_FileSpan);
|
|
131979
132043
|
B.List_mRc = makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30], A.findType("JSArray<HueInterpolationMethod0>"));
|
|
131980
132044
|
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
132045
|
B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
|
|
131990
132046
|
B.LinearChannel_ZmQ = new A.LinearChannel(0, 1, false, false, false, "medium", false, null);
|
|
131991
132047
|
B.LinearChannel_yJH = new A.LinearChannel(0, 1, false, false, false, "short", false, null);
|
|
@@ -132214,7 +132270,7 @@ self.util = _cliPkgRequires.util;
|
|
|
132214
132270
|
(function staticFields() {
|
|
132215
132271
|
$._JS_INTEROP_INTERCEPTOR_TAG = null;
|
|
132216
132272
|
$._toStringVisiting = A._setArrayType([], type$.JSArray_Object);
|
|
132217
|
-
$.
|
|
132273
|
+
$._printToZone = null;
|
|
132218
132274
|
$.Primitives__identityHashCodeProperty = null;
|
|
132219
132275
|
$.BoundClosure__receiverFieldNameCache = null;
|
|
132220
132276
|
$.BoundClosure__interceptorFieldNameCache = null;
|
|
@@ -132262,6 +132318,7 @@ self.util = _cliPkgRequires.util;
|
|
|
132262
132318
|
var _lazyFinal = hunkHelpers.lazyFinal,
|
|
132263
132319
|
_lazy = hunkHelpers.lazy;
|
|
132264
132320
|
_lazyFinal($, "DART_CLOSURE_PROPERTY_NAME", "$get$DART_CLOSURE_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartClosure"));
|
|
132321
|
+
_lazyFinal($, "DART_CLOSURE_DART_JSINTEROP_PROPERTY_NAME", "$get$DART_CLOSURE_DART_JSINTEROP_PROPERTY_NAME", () => A.getIsolateAffinityTag("_$dart_dartClosure_dartJSInterop"));
|
|
132265
132322
|
_lazyFinal($, "nullFuture", "$get$nullFuture", () => B.C__RootZone.run$1$1(0, new A.nullFuture_closure(), A.findType("Future<~>")));
|
|
132266
132323
|
_lazyFinal($, "_safeToStringHooks", "$get$_safeToStringHooks", () => A._setArrayType([new J.JSArraySafeToStringHook()], A.findType("JSArray<SafeToStringHook>")));
|
|
132267
132324
|
_lazyFinal($, "TypeErrorDecoder_noSuchMethodPattern", "$get$TypeErrorDecoder_noSuchMethodPattern", () => A.TypeErrorDecoder_extractPattern(A.TypeErrorDecoder_provokeCallErrorOn({
|
|
@@ -132790,9 +132847,9 @@ self.util = _cliPkgRequires.util;
|
|
|
132790
132847
|
_lazyFinal($, "deprecations", "$get$deprecations", () => {
|
|
132791
132848
|
var _i, deprecation, t2,
|
|
132792
132849
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
|
|
132793
|
-
for (_i = 0; _i <
|
|
132794
|
-
deprecation = B.
|
|
132795
|
-
if (deprecation !== B.
|
|
132850
|
+
for (_i = 0; _i < 31; ++_i) {
|
|
132851
|
+
deprecation = B.List_JA2[_i];
|
|
132852
|
+
if (deprecation !== B.Deprecation_Szt) {
|
|
132796
132853
|
t2 = deprecation.id;
|
|
132797
132854
|
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
132855
|
}
|