sass 1.59.1 → 1.59.3
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 +428 -334
- package/sass.default.js +1 -1
package/sass.dart.js
CHANGED
|
@@ -16,7 +16,7 @@ self.scheduleImmediate = typeof setImmediate !== "undefined"
|
|
|
16
16
|
// CommonJS globals.
|
|
17
17
|
if (typeof require !== "undefined") {
|
|
18
18
|
}
|
|
19
|
-
self.exports = _cliPkgExportParam
|
|
19
|
+
self.exports = _cliPkgExportParam || exports;
|
|
20
20
|
|
|
21
21
|
// Node.js specific exports, check to see if they exist & or polyfilled
|
|
22
22
|
|
|
@@ -12039,6 +12039,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
12039
12039
|
this.caseSensitive = t0;
|
|
12040
12040
|
this.char = t1;
|
|
12041
12041
|
},
|
|
12042
|
+
Parser_spanFrom_closure: function Parser_spanFrom_closure(t0, t1) {
|
|
12043
|
+
this.$this = t0;
|
|
12044
|
+
this.span = t1;
|
|
12045
|
+
},
|
|
12042
12046
|
SassParser: function SassParser(t0, t1, t2, t3) {
|
|
12043
12047
|
var _ = this;
|
|
12044
12048
|
_._currentIndentation = 0;
|
|
@@ -12352,6 +12356,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
12352
12356
|
this.value = t0;
|
|
12353
12357
|
this.$ti = t1;
|
|
12354
12358
|
},
|
|
12359
|
+
LazyFileSpan: function LazyFileSpan(t0) {
|
|
12360
|
+
this._builder = t0;
|
|
12361
|
+
this._lazy_file_span$_span = null;
|
|
12362
|
+
},
|
|
12355
12363
|
LimitedMapView$blocklist(_map, blocklist, $K, $V) {
|
|
12356
12364
|
var t2, key,
|
|
12357
12365
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty($K);
|
|
@@ -20430,6 +20438,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
20430
20438
|
KeyframeSelectorParser_parse_closure0: function KeyframeSelectorParser_parse_closure0(t0) {
|
|
20431
20439
|
this.$this = t0;
|
|
20432
20440
|
},
|
|
20441
|
+
LazyFileSpan0: function LazyFileSpan0(t0) {
|
|
20442
|
+
this._lazy_file_span0$_builder = t0;
|
|
20443
|
+
this._lazy_file_span0$_span = null;
|
|
20444
|
+
},
|
|
20433
20445
|
render(options, callback) {
|
|
20434
20446
|
var fiber = J.get$fiber$x(options);
|
|
20435
20447
|
if (fiber != null)
|
|
@@ -21474,7 +21486,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
21474
21486
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21475
21487
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21476
21488
|
J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
|
|
21477
|
-
J.set$info$x(self.exports, "dart-sass\t1.59.
|
|
21489
|
+
J.set$info$x(self.exports, "dart-sass\t1.59.3\t(Sass Compiler)\t[Dart]\ndart2js\t2.19.4\t(Dart Compiler)\t[Dart]");
|
|
21478
21490
|
A.updateSourceSpanPrototype();
|
|
21479
21491
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21480
21492
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -21777,6 +21789,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
21777
21789
|
this.caseSensitive = t0;
|
|
21778
21790
|
this.char = t1;
|
|
21779
21791
|
},
|
|
21792
|
+
Parser_spanFrom_closure0: function Parser_spanFrom_closure0(t0, t1) {
|
|
21793
|
+
this.$this = t0;
|
|
21794
|
+
this.span = t1;
|
|
21795
|
+
},
|
|
21780
21796
|
PlaceholderSelector0: function PlaceholderSelector0(t0, t1) {
|
|
21781
21797
|
this.name = t0;
|
|
21782
21798
|
this.span = t1;
|
|
@@ -22167,7 +22183,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
22167
22183
|
switch ($async$goto) {
|
|
22168
22184
|
case 0:
|
|
22169
22185
|
// Function start
|
|
22170
|
-
$async$returnValue = "1.59.
|
|
22186
|
+
$async$returnValue = "1.59.3 compiled with dart2js 2.19.4";
|
|
22171
22187
|
// goto return
|
|
22172
22188
|
$async$goto = 1;
|
|
22173
22189
|
break;
|
|
@@ -28388,7 +28404,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
28388
28404
|
call$1(o) {
|
|
28389
28405
|
return this.getTag(o);
|
|
28390
28406
|
},
|
|
28391
|
-
$signature:
|
|
28407
|
+
$signature: 101
|
|
28392
28408
|
};
|
|
28393
28409
|
A.initHooks_closure0.prototype = {
|
|
28394
28410
|
call$2(o, tag) {
|
|
@@ -28758,7 +28774,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
28758
28774
|
t2 = this.span;
|
|
28759
28775
|
t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2);
|
|
28760
28776
|
},
|
|
28761
|
-
$signature:
|
|
28777
|
+
$signature: 29
|
|
28762
28778
|
};
|
|
28763
28779
|
A._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = {
|
|
28764
28780
|
call$0() {
|
|
@@ -31908,7 +31924,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
31908
31924
|
}
|
|
31909
31925
|
return null;
|
|
31910
31926
|
},
|
|
31911
|
-
$signature:
|
|
31927
|
+
$signature: 94
|
|
31912
31928
|
};
|
|
31913
31929
|
A.Utf8Decoder__decoderNonfatal_closure.prototype = {
|
|
31914
31930
|
call$0() {
|
|
@@ -31920,7 +31936,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
31920
31936
|
}
|
|
31921
31937
|
return null;
|
|
31922
31938
|
},
|
|
31923
|
-
$signature:
|
|
31939
|
+
$signature: 94
|
|
31924
31940
|
};
|
|
31925
31941
|
A.AsciiCodec.prototype = {
|
|
31926
31942
|
encode$1(source) {
|
|
@@ -32617,7 +32633,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
32617
32633
|
t1._contents += A.Error_safeToString(value);
|
|
32618
32634
|
t2.comma = ", ";
|
|
32619
32635
|
},
|
|
32620
|
-
$signature:
|
|
32636
|
+
$signature: 346
|
|
32621
32637
|
};
|
|
32622
32638
|
A.DateTime.prototype = {
|
|
32623
32639
|
$eq(_, other) {
|
|
@@ -33176,7 +33192,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
33176
33192
|
call$2(msg, position) {
|
|
33177
33193
|
throw A.wrapException(A.FormatException$("Illegal IPv4 address, " + msg, this.host, position));
|
|
33178
33194
|
},
|
|
33179
|
-
$signature:
|
|
33195
|
+
$signature: 352
|
|
33180
33196
|
};
|
|
33181
33197
|
A.Uri_parseIPv6Address_error.prototype = {
|
|
33182
33198
|
call$2(msg, position) {
|
|
@@ -34403,7 +34419,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
34403
34419
|
call$1(value) {
|
|
34404
34420
|
return '"' + A.S(value) + '"';
|
|
34405
34421
|
},
|
|
34406
|
-
$signature:
|
|
34422
|
+
$signature: 75
|
|
34407
34423
|
};
|
|
34408
34424
|
A._Usage__buildAllowedList_closure.prototype = {
|
|
34409
34425
|
call$1(value) {
|
|
@@ -36729,7 +36745,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
36729
36745
|
call$1(sibling) {
|
|
36730
36746
|
return !sibling.accept$1(B._IsInvisibleVisitor_true_false);
|
|
36731
36747
|
},
|
|
36732
|
-
$signature:
|
|
36748
|
+
$signature: 119
|
|
36733
36749
|
};
|
|
36734
36750
|
A.ModifiableCssParentNode.prototype = {
|
|
36735
36751
|
get$isChildless() {
|
|
@@ -37186,7 +37202,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
37186
37202
|
A.CalculationExpression__verify(arg);
|
|
37187
37203
|
return arg;
|
|
37188
37204
|
},
|
|
37189
|
-
$signature:
|
|
37205
|
+
$signature: 122
|
|
37190
37206
|
};
|
|
37191
37207
|
A.ColorExpression.prototype = {
|
|
37192
37208
|
accept$1$1(visitor) {
|
|
@@ -37318,7 +37334,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
37318
37334
|
call$1(element) {
|
|
37319
37335
|
return this.$this._list0$_elementNeedsParens$1(element) ? "(" + element.toString$0(0) + ")" : element.toString$0(0);
|
|
37320
37336
|
},
|
|
37321
|
-
$signature:
|
|
37337
|
+
$signature: 129
|
|
37322
37338
|
};
|
|
37323
37339
|
A.MapExpression.prototype = {
|
|
37324
37340
|
accept$1$1(visitor) {
|
|
@@ -40416,7 +40432,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
40416
40432
|
call$1(url) {
|
|
40417
40433
|
return url.get$path(url).length;
|
|
40418
40434
|
},
|
|
40419
|
-
$signature:
|
|
40435
|
+
$signature: 89
|
|
40420
40436
|
};
|
|
40421
40437
|
A.AsyncBuiltInCallable.prototype = {
|
|
40422
40438
|
callbackFor$2(positional, names) {
|
|
@@ -41139,21 +41155,21 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41139
41155
|
var t1 = module.get$variables();
|
|
41140
41156
|
return t1.get$keys(t1);
|
|
41141
41157
|
},
|
|
41142
|
-
$signature:
|
|
41158
|
+
$signature: 114
|
|
41143
41159
|
};
|
|
41144
41160
|
A.Environment_importForwards_closure0.prototype = {
|
|
41145
41161
|
call$1(module) {
|
|
41146
41162
|
var t1 = module.get$functions(module);
|
|
41147
41163
|
return t1.get$keys(t1);
|
|
41148
41164
|
},
|
|
41149
|
-
$signature:
|
|
41165
|
+
$signature: 114
|
|
41150
41166
|
};
|
|
41151
41167
|
A.Environment_importForwards_closure1.prototype = {
|
|
41152
41168
|
call$1(module) {
|
|
41153
41169
|
var t1 = module.get$mixins();
|
|
41154
41170
|
return t1.get$keys(t1);
|
|
41155
41171
|
},
|
|
41156
|
-
$signature:
|
|
41172
|
+
$signature: 114
|
|
41157
41173
|
};
|
|
41158
41174
|
A.Environment__getVariableFromGlobalModule_closure.prototype = {
|
|
41159
41175
|
call$1(module) {
|
|
@@ -41211,7 +41227,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41211
41227
|
call$1(entry) {
|
|
41212
41228
|
return A.NullableExtension_andThen(this.callback.call$1(entry.key), new A.Environment__fromOneModule__closure(entry, this.T));
|
|
41213
41229
|
},
|
|
41214
|
-
$signature:
|
|
41230
|
+
$signature: 363
|
|
41215
41231
|
};
|
|
41216
41232
|
A.Environment__fromOneModule__closure.prototype = {
|
|
41217
41233
|
call$1(_) {
|
|
@@ -41322,13 +41338,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41322
41338
|
call$1(module) {
|
|
41323
41339
|
return module.get$transitivelyContainsCss();
|
|
41324
41340
|
},
|
|
41325
|
-
$signature:
|
|
41341
|
+
$signature: 110
|
|
41326
41342
|
};
|
|
41327
41343
|
A._EnvironmentModule__EnvironmentModule_closure4.prototype = {
|
|
41328
41344
|
call$1(module) {
|
|
41329
41345
|
return module.get$transitivelyContainsExtensions();
|
|
41330
41346
|
},
|
|
41331
|
-
$signature:
|
|
41347
|
+
$signature: 110
|
|
41332
41348
|
};
|
|
41333
41349
|
A.SassException.prototype = {
|
|
41334
41350
|
get$trace(_) {
|
|
@@ -41878,7 +41894,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41878
41894
|
}
|
|
41879
41895
|
return true;
|
|
41880
41896
|
},
|
|
41881
|
-
$signature:
|
|
41897
|
+
$signature: 28
|
|
41882
41898
|
};
|
|
41883
41899
|
A.ExecutableOptions_emitErrorCss_closure.prototype = {
|
|
41884
41900
|
call$1(destination) {
|
|
@@ -41898,7 +41914,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41898
41914
|
else
|
|
41899
41915
|
try {
|
|
41900
41916
|
argVersion = A.Version_Version$parse(id);
|
|
41901
|
-
sassVersion = A.Version_Version$parse("1.59.
|
|
41917
|
+
sassVersion = A.Version_Version$parse("1.59.3");
|
|
41902
41918
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
41903
41919
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
41904
41920
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -43231,7 +43247,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43231
43247
|
call$0() {
|
|
43232
43248
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
|
|
43233
43249
|
},
|
|
43234
|
-
$signature:
|
|
43250
|
+
$signature: 125
|
|
43235
43251
|
};
|
|
43236
43252
|
A.ExtensionStore_addExtension_closure0.prototype = {
|
|
43237
43253
|
call$0() {
|
|
@@ -43255,7 +43271,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43255
43271
|
call$0() {
|
|
43256
43272
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
|
|
43257
43273
|
},
|
|
43258
|
-
$signature:
|
|
43274
|
+
$signature: 125
|
|
43259
43275
|
};
|
|
43260
43276
|
A.ExtensionStore_addExtensions_closure.prototype = {
|
|
43261
43277
|
call$2(target, newSources) {
|
|
@@ -43322,7 +43338,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43322
43338
|
call$0() {
|
|
43323
43339
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
|
|
43324
43340
|
},
|
|
43325
|
-
$signature:
|
|
43341
|
+
$signature: 125
|
|
43326
43342
|
};
|
|
43327
43343
|
A.ExtensionStore_addExtensions_closure0.prototype = {
|
|
43328
43344
|
call$1(newExtensions) {
|
|
@@ -43644,7 +43660,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43644
43660
|
call$1(selector2) {
|
|
43645
43661
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
43646
43662
|
},
|
|
43647
|
-
$signature:
|
|
43663
|
+
$signature: 68
|
|
43648
43664
|
};
|
|
43649
43665
|
A._selectorPseudoIsSuperselector_closure0.prototype = {
|
|
43650
43666
|
call$1(complex1) {
|
|
@@ -43669,13 +43685,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43669
43685
|
call$1(selector2) {
|
|
43670
43686
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
43671
43687
|
},
|
|
43672
|
-
$signature:
|
|
43688
|
+
$signature: 68
|
|
43673
43689
|
};
|
|
43674
43690
|
A._selectorPseudoIsSuperselector_closure2.prototype = {
|
|
43675
43691
|
call$1(selector2) {
|
|
43676
43692
|
return A.listIsSuperselector(this.selector1.components, selector2.components);
|
|
43677
43693
|
},
|
|
43678
|
-
$signature:
|
|
43694
|
+
$signature: 68
|
|
43679
43695
|
};
|
|
43680
43696
|
A._selectorPseudoIsSuperselector_closure3.prototype = {
|
|
43681
43697
|
call$1(complex) {
|
|
@@ -43731,7 +43747,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
43731
43747
|
var t1 = B.C_ListEquality.equals$2(0, this.selector1.components, selector2.components);
|
|
43732
43748
|
return t1;
|
|
43733
43749
|
},
|
|
43734
|
-
$signature:
|
|
43750
|
+
$signature: 68
|
|
43735
43751
|
};
|
|
43736
43752
|
A._selectorPseudoIsSuperselector_closure5.prototype = {
|
|
43737
43753
|
call$1(pseudo2) {
|
|
@@ -44314,7 +44330,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44314
44330
|
call$1(hue) {
|
|
44315
44331
|
return A._angleValue(hue, "hue");
|
|
44316
44332
|
},
|
|
44317
|
-
$signature:
|
|
44333
|
+
$signature: 88
|
|
44318
44334
|
};
|
|
44319
44335
|
A._updateComponents_closure0.prototype = {
|
|
44320
44336
|
call$1($name) {
|
|
@@ -44362,19 +44378,19 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44362
44378
|
call$1(alpha) {
|
|
44363
44379
|
return A._percentageOrUnitless(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
44364
44380
|
},
|
|
44365
|
-
$signature:
|
|
44381
|
+
$signature: 88
|
|
44366
44382
|
};
|
|
44367
44383
|
A._hsl_closure.prototype = {
|
|
44368
44384
|
call$1(alpha) {
|
|
44369
44385
|
return A._percentageOrUnitless(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
44370
44386
|
},
|
|
44371
|
-
$signature:
|
|
44387
|
+
$signature: 88
|
|
44372
44388
|
};
|
|
44373
44389
|
A._hwb_closure.prototype = {
|
|
44374
44390
|
call$1(alpha) {
|
|
44375
44391
|
return A._percentageOrUnitless(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
44376
44392
|
},
|
|
44377
|
-
$signature:
|
|
44393
|
+
$signature: 88
|
|
44378
44394
|
};
|
|
44379
44395
|
A._parseChannels_closure.prototype = {
|
|
44380
44396
|
call$1(value) {
|
|
@@ -44762,7 +44778,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44762
44778
|
call$1(value) {
|
|
44763
44779
|
return B.JSNumber_methods.ceil$0(value);
|
|
44764
44780
|
},
|
|
44765
|
-
$signature:
|
|
44781
|
+
$signature: 32
|
|
44766
44782
|
};
|
|
44767
44783
|
A._clamp_closure.prototype = {
|
|
44768
44784
|
call$1($arguments) {
|
|
@@ -44786,7 +44802,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44786
44802
|
call$1(value) {
|
|
44787
44803
|
return B.JSNumber_methods.floor$0(value);
|
|
44788
44804
|
},
|
|
44789
|
-
$signature:
|
|
44805
|
+
$signature: 32
|
|
44790
44806
|
};
|
|
44791
44807
|
A._max_closure.prototype = {
|
|
44792
44808
|
call$1($arguments) {
|
|
@@ -44820,13 +44836,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
44820
44836
|
call$1(number) {
|
|
44821
44837
|
return B.JSNumber_methods.round$0(number);
|
|
44822
44838
|
},
|
|
44823
|
-
$signature:
|
|
44839
|
+
$signature: 32
|
|
44824
44840
|
};
|
|
44825
44841
|
A._abs_closure.prototype = {
|
|
44826
44842
|
call$1(value) {
|
|
44827
44843
|
return Math.abs(value);
|
|
44828
44844
|
},
|
|
44829
|
-
$signature:
|
|
44845
|
+
$signature: 32
|
|
44830
44846
|
};
|
|
44831
44847
|
A._hypot_closure.prototype = {
|
|
44832
44848
|
call$1($arguments) {
|
|
@@ -45535,7 +45551,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45535
45551
|
call$1(url) {
|
|
45536
45552
|
return url.get$path(url).length;
|
|
45537
45553
|
},
|
|
45538
|
-
$signature:
|
|
45554
|
+
$signature: 89
|
|
45539
45555
|
};
|
|
45540
45556
|
A.Importer.prototype = {
|
|
45541
45557
|
modificationTime$1(url) {
|
|
@@ -45853,7 +45869,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45853
45869
|
throw exception;
|
|
45854
45870
|
}
|
|
45855
45871
|
},
|
|
45856
|
-
$signature:
|
|
45872
|
+
$signature: 31
|
|
45857
45873
|
};
|
|
45858
45874
|
A._realCasePath_helper__closure.prototype = {
|
|
45859
45875
|
call$1(realPath) {
|
|
@@ -45882,7 +45898,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45882
45898
|
call$0() {
|
|
45883
45899
|
return J.readFileSync$2$x(A.fs(), this.path, this.encoding);
|
|
45884
45900
|
},
|
|
45885
|
-
$signature:
|
|
45901
|
+
$signature: 94
|
|
45886
45902
|
};
|
|
45887
45903
|
A.writeFile_closure.prototype = {
|
|
45888
45904
|
call$0() {
|
|
@@ -45966,7 +45982,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45966
45982
|
throw exception;
|
|
45967
45983
|
}
|
|
45968
45984
|
},
|
|
45969
|
-
$signature:
|
|
45985
|
+
$signature: 28
|
|
45970
45986
|
};
|
|
45971
45987
|
A.dirExists_closure.prototype = {
|
|
45972
45988
|
call$0() {
|
|
@@ -45985,7 +46001,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
45985
46001
|
throw exception;
|
|
45986
46002
|
}
|
|
45987
46003
|
},
|
|
45988
|
-
$signature:
|
|
46004
|
+
$signature: 28
|
|
45989
46005
|
};
|
|
45990
46006
|
A.ensureDir_closure.prototype = {
|
|
45991
46007
|
call$0() {
|
|
@@ -46020,7 +46036,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
46020
46036
|
call$1(child) {
|
|
46021
46037
|
return A.join(this.path, A._asString(child), null);
|
|
46022
46038
|
},
|
|
46023
|
-
$signature:
|
|
46039
|
+
$signature: 75
|
|
46024
46040
|
};
|
|
46025
46041
|
A.listDir__closure0.prototype = {
|
|
46026
46042
|
call$1(child) {
|
|
@@ -46098,7 +46114,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
46098
46114
|
var t1 = this._box_0.controller;
|
|
46099
46115
|
return t1 == null ? null : t1.addError$1(error);
|
|
46100
46116
|
},
|
|
46101
|
-
$signature:
|
|
46117
|
+
$signature: 123
|
|
46102
46118
|
};
|
|
46103
46119
|
A.watchDir_closure3.prototype = {
|
|
46104
46120
|
call$0() {
|
|
@@ -47321,10 +47337,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
47321
47337
|
return t1.substring$1(0, start);
|
|
47322
47338
|
},
|
|
47323
47339
|
spanFrom$1(state) {
|
|
47324
|
-
var span = this.scanner.spanFrom$1(state)
|
|
47325
|
-
|
|
47326
|
-
|
|
47327
|
-
return
|
|
47340
|
+
var span = this.scanner.spanFrom$1(state);
|
|
47341
|
+
if (this._interpolationMap != null)
|
|
47342
|
+
return new A.LazyFileSpan(new A.Parser_spanFrom_closure(this, span));
|
|
47343
|
+
return span;
|
|
47328
47344
|
},
|
|
47329
47345
|
error$3(_, message, span, trace) {
|
|
47330
47346
|
var exception = new A.StringScannerException(this.scanner.string, message, span);
|
|
@@ -47454,7 +47470,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
47454
47470
|
t1.scanner.expectDone$0();
|
|
47455
47471
|
return result;
|
|
47456
47472
|
},
|
|
47457
|
-
$signature:
|
|
47473
|
+
$signature: 31
|
|
47458
47474
|
};
|
|
47459
47475
|
A.Parser_scanIdentChar_matches.prototype = {
|
|
47460
47476
|
call$1(actual) {
|
|
@@ -47463,6 +47479,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
47463
47479
|
},
|
|
47464
47480
|
$signature: 49
|
|
47465
47481
|
};
|
|
47482
|
+
A.Parser_spanFrom_closure.prototype = {
|
|
47483
|
+
call$0() {
|
|
47484
|
+
return this.$this._interpolationMap.mapSpan$1(this.span);
|
|
47485
|
+
},
|
|
47486
|
+
$signature: 25
|
|
47487
|
+
};
|
|
47466
47488
|
A.SassParser.prototype = {
|
|
47467
47489
|
get$currentIndentation() {
|
|
47468
47490
|
return this._currentIndentation;
|
|
@@ -48131,7 +48153,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48131
48153
|
return A.SelectorList$(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
48132
48154
|
},
|
|
48133
48155
|
_complexSelector$1$lineBreak(lineBreak) {
|
|
48134
|
-
var t4, t5,
|
|
48156
|
+
var t4, t5, lastCompound, initialCombinators, next, t6, result, _this = this,
|
|
48135
48157
|
t1 = _this.scanner,
|
|
48136
48158
|
t2 = t1._string_scanner$_position,
|
|
48137
48159
|
componentStart = new A._SpanScannerState(t1, t2),
|
|
@@ -48139,60 +48161,38 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48139
48161
|
combinators = A._setArrayType([], t3),
|
|
48140
48162
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent);
|
|
48141
48163
|
$label0$1:
|
|
48142
|
-
for (t4 = B.Set_2Vk2._map, t5 = type$.CssValue_Combinator,
|
|
48164
|
+
for (t4 = B.Set_2Vk2._map, t5 = type$.CssValue_Combinator, lastCompound = null, initialCombinators = null; true;) {
|
|
48143
48165
|
_this.whitespace$0();
|
|
48144
48166
|
next = t1.peekChar$0();
|
|
48145
48167
|
switch (next) {
|
|
48146
48168
|
case 43:
|
|
48147
|
-
|
|
48169
|
+
t6 = t1._string_scanner$_position;
|
|
48148
48170
|
t1.readChar$0();
|
|
48149
|
-
|
|
48150
|
-
t8 = t1._sourceFile;
|
|
48151
|
-
span = new A._FileSpan(t8, t7, endPosition);
|
|
48152
|
-
span._FileSpan$3(t8, t7, endPosition);
|
|
48153
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
48154
|
-
combinators.push(new A.CssValue(B.Combinator_4QF, t7 == null ? span : t7, t5));
|
|
48171
|
+
combinators.push(new A.CssValue(B.Combinator_4QF, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
48155
48172
|
break;
|
|
48156
48173
|
case 62:
|
|
48157
|
-
|
|
48174
|
+
t6 = t1._string_scanner$_position;
|
|
48158
48175
|
t1.readChar$0();
|
|
48159
|
-
|
|
48160
|
-
t8 = t1._sourceFile;
|
|
48161
|
-
span = new A._FileSpan(t8, t7, endPosition);
|
|
48162
|
-
span._FileSpan$3(t8, t7, endPosition);
|
|
48163
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
48164
|
-
combinators.push(new A.CssValue(B.Combinator_Cht, t7 == null ? span : t7, t5));
|
|
48176
|
+
combinators.push(new A.CssValue(B.Combinator_Cht, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
48165
48177
|
break;
|
|
48166
48178
|
case 126:
|
|
48167
|
-
|
|
48179
|
+
t6 = t1._string_scanner$_position;
|
|
48168
48180
|
t1.readChar$0();
|
|
48169
|
-
|
|
48170
|
-
t8 = t1._sourceFile;
|
|
48171
|
-
span = new A._FileSpan(t8, t7, endPosition);
|
|
48172
|
-
span._FileSpan$3(t8, t7, endPosition);
|
|
48173
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
48174
|
-
combinators.push(new A.CssValue(B.Combinator_Htt, t7 == null ? span : t7, t5));
|
|
48181
|
+
combinators.push(new A.CssValue(B.Combinator_Htt, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
48175
48182
|
break;
|
|
48176
48183
|
default:
|
|
48177
48184
|
if (next != null)
|
|
48178
|
-
|
|
48185
|
+
t6 = !t4.containsKey$1(next) && !_this.lookingAtIdentifier$0();
|
|
48179
48186
|
else
|
|
48180
|
-
|
|
48181
|
-
if (
|
|
48187
|
+
t6 = true;
|
|
48188
|
+
if (t6)
|
|
48182
48189
|
break $label0$1;
|
|
48183
48190
|
if (lastCompound != null) {
|
|
48184
|
-
|
|
48185
|
-
t7 = t1._sourceFile;
|
|
48186
|
-
t8 = componentStart.position;
|
|
48187
|
-
span = new A._FileSpan(t7, t8, endPosition);
|
|
48188
|
-
span._FileSpan$3(t7, t8, endPosition);
|
|
48189
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
48190
|
-
if (t7 == null)
|
|
48191
|
-
t7 = span;
|
|
48191
|
+
t6 = _this.spanFrom$1(componentStart);
|
|
48192
48192
|
result = A.List_List$from(combinators, false, t5);
|
|
48193
48193
|
result.fixed$length = Array;
|
|
48194
48194
|
result.immutable$list = Array;
|
|
48195
|
-
components.push(new A.ComplexSelectorComponent(lastCompound, result,
|
|
48195
|
+
components.push(new A.ComplexSelectorComponent(lastCompound, result, t6));
|
|
48196
48196
|
} else if (combinators.length !== 0) {
|
|
48197
48197
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
48198
48198
|
initialCombinators = combinators;
|
|
@@ -48468,7 +48468,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48468
48468
|
t1.error$1(0, "expected selector.");
|
|
48469
48469
|
return selector;
|
|
48470
48470
|
},
|
|
48471
|
-
$signature:
|
|
48471
|
+
$signature: 349
|
|
48472
48472
|
};
|
|
48473
48473
|
A.SelectorParser_parseCompoundSelector_closure.prototype = {
|
|
48474
48474
|
call$0() {
|
|
@@ -48479,7 +48479,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
48479
48479
|
t1.error$1(0, "expected selector.");
|
|
48480
48480
|
return compound;
|
|
48481
48481
|
},
|
|
48482
|
-
$signature:
|
|
48482
|
+
$signature: 350
|
|
48483
48483
|
};
|
|
48484
48484
|
A.StylesheetParser.prototype = {
|
|
48485
48485
|
parse$0() {
|
|
@@ -51750,7 +51750,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51750
51750
|
B.JSArray_methods.addAll$1(statements, A.MappedIterable_MappedIterable(t4, new A.StylesheetParser_parse__closure0(), A._instanceType(t4)._eval$1("Iterable.E"), type$.Statement));
|
|
51751
51751
|
return A.Stylesheet$internal(statements, t2.spanFrom$1(new A._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
51752
51752
|
},
|
|
51753
|
-
$signature:
|
|
51753
|
+
$signature: 354
|
|
51754
51754
|
};
|
|
51755
51755
|
A.StylesheetParser_parse__closure.prototype = {
|
|
51756
51756
|
call$0() {
|
|
@@ -51762,7 +51762,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51762
51762
|
}
|
|
51763
51763
|
return t1._statement$1$root(true);
|
|
51764
51764
|
},
|
|
51765
|
-
$signature:
|
|
51765
|
+
$signature: 355
|
|
51766
51766
|
};
|
|
51767
51767
|
A.StylesheetParser_parse__closure0.prototype = {
|
|
51768
51768
|
call$1(declaration) {
|
|
@@ -51770,7 +51770,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51770
51770
|
t2 = declaration.expression;
|
|
51771
51771
|
return A.VariableDeclaration$(t1, new A.NullExpression(t2.get$span(t2)), declaration.span, null, false, true, null);
|
|
51772
51772
|
},
|
|
51773
|
-
$signature:
|
|
51773
|
+
$signature: 360
|
|
51774
51774
|
};
|
|
51775
51775
|
A.StylesheetParser_parseArgumentDeclaration_closure.prototype = {
|
|
51776
51776
|
call$0() {
|
|
@@ -51786,7 +51786,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51786
51786
|
t2.expectChar$1(123);
|
|
51787
51787
|
return $arguments;
|
|
51788
51788
|
},
|
|
51789
|
-
$signature:
|
|
51789
|
+
$signature: 362
|
|
51790
51790
|
};
|
|
51791
51791
|
A.StylesheetParser_parseVariableDeclaration_closure.prototype = {
|
|
51792
51792
|
call$0() {
|
|
@@ -51805,7 +51805,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51805
51805
|
t1.whitespace$0();
|
|
51806
51806
|
return t1._useRule$1(new A._SpanScannerState(t2, t3));
|
|
51807
51807
|
},
|
|
51808
|
-
$signature:
|
|
51808
|
+
$signature: 364
|
|
51809
51809
|
};
|
|
51810
51810
|
A.StylesheetParser__parseSingleProduction_closure.prototype = {
|
|
51811
51811
|
call$0() {
|
|
@@ -51821,13 +51821,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51821
51821
|
call$0() {
|
|
51822
51822
|
return this.$this._statement$0();
|
|
51823
51823
|
},
|
|
51824
|
-
$signature:
|
|
51824
|
+
$signature: 111
|
|
51825
51825
|
};
|
|
51826
51826
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure.prototype = {
|
|
51827
51827
|
call$0() {
|
|
51828
51828
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
51829
51829
|
},
|
|
51830
|
-
$signature:
|
|
51830
|
+
$signature: 25
|
|
51831
51831
|
};
|
|
51832
51832
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure0.prototype = {
|
|
51833
51833
|
call$0() {
|
|
@@ -51839,13 +51839,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51839
51839
|
call$2(children, span) {
|
|
51840
51840
|
return A.Declaration$nested(this.name, children, span, null);
|
|
51841
51841
|
},
|
|
51842
|
-
$signature:
|
|
51842
|
+
$signature: 86
|
|
51843
51843
|
};
|
|
51844
51844
|
A.StylesheetParser__declarationOrBuffer_closure0.prototype = {
|
|
51845
51845
|
call$2(children, span) {
|
|
51846
51846
|
return A.Declaration$nested(this.name, children, span, this._box_0.value);
|
|
51847
51847
|
},
|
|
51848
|
-
$signature:
|
|
51848
|
+
$signature: 86
|
|
51849
51849
|
};
|
|
51850
51850
|
A.StylesheetParser__styleRule_closure.prototype = {
|
|
51851
51851
|
call$2(children, span) {
|
|
@@ -51862,13 +51862,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51862
51862
|
call$2(children, span) {
|
|
51863
51863
|
return A.Declaration$nested(this._box_0.name, children, span, null);
|
|
51864
51864
|
},
|
|
51865
|
-
$signature:
|
|
51865
|
+
$signature: 86
|
|
51866
51866
|
};
|
|
51867
51867
|
A.StylesheetParser__propertyOrVariableDeclaration_closure0.prototype = {
|
|
51868
51868
|
call$2(children, span) {
|
|
51869
51869
|
return A.Declaration$nested(this._box_0.name, children, span, this.value);
|
|
51870
51870
|
},
|
|
51871
|
-
$signature:
|
|
51871
|
+
$signature: 86
|
|
51872
51872
|
};
|
|
51873
51873
|
A.StylesheetParser__atRootRule_closure.prototype = {
|
|
51874
51874
|
call$2(children, span) {
|
|
@@ -51909,7 +51909,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51909
51909
|
} else
|
|
51910
51910
|
return false;
|
|
51911
51911
|
},
|
|
51912
|
-
$signature:
|
|
51912
|
+
$signature: 28
|
|
51913
51913
|
};
|
|
51914
51914
|
A.StylesheetParser__forRule_closure0.prototype = {
|
|
51915
51915
|
call$2(children, span) {
|
|
@@ -52135,7 +52135,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52135
52135
|
call$0() {
|
|
52136
52136
|
return this.$this.scanner.peekChar$0() === 44;
|
|
52137
52137
|
},
|
|
52138
|
-
$signature:
|
|
52138
|
+
$signature: 28
|
|
52139
52139
|
};
|
|
52140
52140
|
A.StylesheetParser__unicodeRange_closure.prototype = {
|
|
52141
52141
|
call$1(char) {
|
|
@@ -52153,7 +52153,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52153
52153
|
call$0() {
|
|
52154
52154
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
52155
52155
|
},
|
|
52156
|
-
$signature:
|
|
52156
|
+
$signature: 25
|
|
52157
52157
|
};
|
|
52158
52158
|
A.StylesheetParser_trySpecialFunction_closure.prototype = {
|
|
52159
52159
|
call$1(contents) {
|
|
@@ -52169,13 +52169,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52169
52169
|
return t1.peekChar$1(1) !== 61;
|
|
52170
52170
|
return next === 60 || next === 62;
|
|
52171
52171
|
},
|
|
52172
|
-
$signature:
|
|
52172
|
+
$signature: 28
|
|
52173
52173
|
};
|
|
52174
52174
|
A.StylesheetParser__publicIdentifier_closure.prototype = {
|
|
52175
52175
|
call$0() {
|
|
52176
52176
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
52177
52177
|
},
|
|
52178
|
-
$signature:
|
|
52178
|
+
$signature: 25
|
|
52179
52179
|
};
|
|
52180
52180
|
A.StylesheetGraph.prototype = {
|
|
52181
52181
|
modifiedSince$3(url, since, baseImporter) {
|
|
@@ -52471,6 +52471,58 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52471
52471
|
}
|
|
52472
52472
|
};
|
|
52473
52473
|
A.ModifiableBox.prototype = {};
|
|
52474
|
+
A.LazyFileSpan.prototype = {
|
|
52475
|
+
get$span(_) {
|
|
52476
|
+
var t1 = this._lazy_file_span$_span;
|
|
52477
|
+
return t1 == null ? this._lazy_file_span$_span = this._builder.call$0() : t1;
|
|
52478
|
+
},
|
|
52479
|
+
compareTo$1(_, other) {
|
|
52480
|
+
return this.get$span(this).compareTo$1(0, other);
|
|
52481
|
+
},
|
|
52482
|
+
get$context(_) {
|
|
52483
|
+
var t1 = this.get$span(this);
|
|
52484
|
+
return t1.get$context(t1);
|
|
52485
|
+
},
|
|
52486
|
+
get$end(_) {
|
|
52487
|
+
var t1 = this.get$span(this);
|
|
52488
|
+
return t1.get$end(t1);
|
|
52489
|
+
},
|
|
52490
|
+
expand$1(_, other) {
|
|
52491
|
+
return this.get$span(this).expand$1(0, other);
|
|
52492
|
+
},
|
|
52493
|
+
get$file(_) {
|
|
52494
|
+
var t1 = this.get$span(this);
|
|
52495
|
+
return t1.get$file(t1);
|
|
52496
|
+
},
|
|
52497
|
+
highlight$1$color(color) {
|
|
52498
|
+
return this.get$span(this).highlight$1$color(color);
|
|
52499
|
+
},
|
|
52500
|
+
get$length(_) {
|
|
52501
|
+
var t1 = this.get$span(this);
|
|
52502
|
+
return t1.get$length(t1);
|
|
52503
|
+
},
|
|
52504
|
+
message$2$color(_, message, color) {
|
|
52505
|
+
return this.get$span(this).message$2$color(0, message, color);
|
|
52506
|
+
},
|
|
52507
|
+
message$1($receiver, message) {
|
|
52508
|
+
return this.message$2$color($receiver, message, null);
|
|
52509
|
+
},
|
|
52510
|
+
get$sourceUrl(_) {
|
|
52511
|
+
var t1 = this.get$span(this);
|
|
52512
|
+
return t1.get$sourceUrl(t1);
|
|
52513
|
+
},
|
|
52514
|
+
get$start(_) {
|
|
52515
|
+
var t1 = this.get$span(this);
|
|
52516
|
+
return t1.get$start(t1);
|
|
52517
|
+
},
|
|
52518
|
+
get$text() {
|
|
52519
|
+
return this.get$span(this).get$text();
|
|
52520
|
+
},
|
|
52521
|
+
$isComparable: 1,
|
|
52522
|
+
$isFileSpan: 1,
|
|
52523
|
+
$isSourceSpan: 1,
|
|
52524
|
+
$isSourceSpanWithContext: 1
|
|
52525
|
+
};
|
|
52474
52526
|
A.LimitedMapView.prototype = {
|
|
52475
52527
|
get$keys(_) {
|
|
52476
52528
|
return this._limited_map_view$_keys;
|
|
@@ -54185,7 +54237,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
54185
54237
|
call$1(factor) {
|
|
54186
54238
|
return this.$this._number$_value * factor;
|
|
54187
54239
|
},
|
|
54188
|
-
$signature:
|
|
54240
|
+
$signature: 32
|
|
54189
54241
|
};
|
|
54190
54242
|
A.SingleUnitSassNumber_multiplyUnits_closure.prototype = {
|
|
54191
54243
|
call$1(denominator) {
|
|
@@ -59675,7 +59727,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59675
59727
|
});
|
|
59676
59728
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59677
59729
|
},
|
|
59678
|
-
$signature:
|
|
59730
|
+
$signature: 33
|
|
59679
59731
|
};
|
|
59680
59732
|
A._EvaluateVisitor__scopeForAtRoot_closure6.prototype = {
|
|
59681
59733
|
call$1(callback) {
|
|
@@ -59703,13 +59755,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59703
59755
|
});
|
|
59704
59756
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59705
59757
|
},
|
|
59706
|
-
$signature:
|
|
59758
|
+
$signature: 33
|
|
59707
59759
|
};
|
|
59708
59760
|
A._EvaluateVisitor__scopeForAtRoot_closure7.prototype = {
|
|
59709
59761
|
call$1(callback) {
|
|
59710
59762
|
return this.$this._async_evaluate$_withMediaQueries$1$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure0(this.innerScope, callback), type$.Null);
|
|
59711
59763
|
},
|
|
59712
|
-
$signature:
|
|
59764
|
+
$signature: 33
|
|
59713
59765
|
};
|
|
59714
59766
|
A._EvaluateVisitor__scopeForAtRoot__closure0.prototype = {
|
|
59715
59767
|
call$0() {
|
|
@@ -59743,7 +59795,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59743
59795
|
});
|
|
59744
59796
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59745
59797
|
},
|
|
59746
|
-
$signature:
|
|
59798
|
+
$signature: 33
|
|
59747
59799
|
};
|
|
59748
59800
|
A._EvaluateVisitor__scopeForAtRoot_closure9.prototype = {
|
|
59749
59801
|
call$1($parent) {
|
|
@@ -59777,7 +59829,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59777
59829
|
});
|
|
59778
59830
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59779
59831
|
},
|
|
59780
|
-
$signature:
|
|
59832
|
+
$signature: 33
|
|
59781
59833
|
};
|
|
59782
59834
|
A._EvaluateVisitor_visitContentRule_closure0.prototype = {
|
|
59783
59835
|
call$0() {
|
|
@@ -59917,7 +59969,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59917
59969
|
t1 = _this.$this;
|
|
59918
59970
|
return t1._async_evaluate$_handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure0(t1, _this.setVariables, _this.node));
|
|
59919
59971
|
},
|
|
59920
|
-
$signature:
|
|
59972
|
+
$signature: 72
|
|
59921
59973
|
};
|
|
59922
59974
|
A._EvaluateVisitor_visitEachRule__closure0.prototype = {
|
|
59923
59975
|
call$1(element) {
|
|
@@ -59932,7 +59984,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59932
59984
|
call$1(child) {
|
|
59933
59985
|
return child.accept$1(this.$this);
|
|
59934
59986
|
},
|
|
59935
|
-
$signature:
|
|
59987
|
+
$signature: 92
|
|
59936
59988
|
};
|
|
59937
59989
|
A._EvaluateVisitor_visitAtRule_closure2.prototype = {
|
|
59938
59990
|
call$1(value) {
|
|
@@ -60170,13 +60222,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60170
60222
|
});
|
|
60171
60223
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60172
60224
|
},
|
|
60173
|
-
$signature:
|
|
60225
|
+
$signature: 72
|
|
60174
60226
|
};
|
|
60175
60227
|
A._EvaluateVisitor_visitForRule__closure0.prototype = {
|
|
60176
60228
|
call$1(child) {
|
|
60177
60229
|
return child.accept$1(this.$this);
|
|
60178
60230
|
},
|
|
60179
|
-
$signature:
|
|
60231
|
+
$signature: 92
|
|
60180
60232
|
};
|
|
60181
60233
|
A._EvaluateVisitor_visitForwardRule_closure1.prototype = {
|
|
60182
60234
|
call$1(module) {
|
|
@@ -60195,13 +60247,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60195
60247
|
var t1 = this.$this;
|
|
60196
60248
|
return t1._async_evaluate$_handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure0(t1));
|
|
60197
60249
|
},
|
|
60198
|
-
$signature:
|
|
60250
|
+
$signature: 72
|
|
60199
60251
|
};
|
|
60200
60252
|
A._EvaluateVisitor_visitIfRule__closure0.prototype = {
|
|
60201
60253
|
call$1(child) {
|
|
60202
60254
|
return child.accept$1(this.$this);
|
|
60203
60255
|
},
|
|
60204
|
-
$signature:
|
|
60256
|
+
$signature: 92
|
|
60205
60257
|
};
|
|
60206
60258
|
A._EvaluateVisitor__visitDynamicImport_closure0.prototype = {
|
|
60207
60259
|
call$0() {
|
|
@@ -60409,7 +60461,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60409
60461
|
call$0() {
|
|
60410
60462
|
return this.node.get$spanWithoutContent();
|
|
60411
60463
|
},
|
|
60412
|
-
$signature:
|
|
60464
|
+
$signature: 25
|
|
60413
60465
|
};
|
|
60414
60466
|
A._EvaluateVisitor_visitIncludeRule_closure6.prototype = {
|
|
60415
60467
|
call$1($content) {
|
|
@@ -60512,13 +60564,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60512
60564
|
call$0() {
|
|
60513
60565
|
return this.statement.accept$1(this.$this);
|
|
60514
60566
|
},
|
|
60515
|
-
$signature:
|
|
60567
|
+
$signature: 72
|
|
60516
60568
|
};
|
|
60517
60569
|
A._EvaluateVisitor_visitMediaRule_closure2.prototype = {
|
|
60518
60570
|
call$1(mediaQueries) {
|
|
60519
60571
|
return this.$this._async_evaluate$_mergeMediaQueries$2(mediaQueries, this.queries);
|
|
60520
60572
|
},
|
|
60521
|
-
$signature:
|
|
60573
|
+
$signature: 91
|
|
60522
60574
|
};
|
|
60523
60575
|
A._EvaluateVisitor_visitMediaRule_closure3.prototype = {
|
|
60524
60576
|
call$0() {
|
|
@@ -60778,7 +60830,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60778
60830
|
call$1(child) {
|
|
60779
60831
|
return type$.CssComment._is(child);
|
|
60780
60832
|
},
|
|
60781
|
-
$signature:
|
|
60833
|
+
$signature: 119
|
|
60782
60834
|
};
|
|
60783
60835
|
A._EvaluateVisitor_visitSupportsRule_closure1.prototype = {
|
|
60784
60836
|
call$0() {
|
|
@@ -60916,7 +60968,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60916
60968
|
call$0() {
|
|
60917
60969
|
return this.node.expression.accept$1(this.$this);
|
|
60918
60970
|
},
|
|
60919
|
-
$signature:
|
|
60971
|
+
$signature: 74
|
|
60920
60972
|
};
|
|
60921
60973
|
A._EvaluateVisitor_visitWhileRule_closure0.prototype = {
|
|
60922
60974
|
call$0() {
|
|
@@ -60969,13 +61021,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60969
61021
|
});
|
|
60970
61022
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60971
61023
|
},
|
|
60972
|
-
$signature:
|
|
61024
|
+
$signature: 72
|
|
60973
61025
|
};
|
|
60974
61026
|
A._EvaluateVisitor_visitWhileRule__closure0.prototype = {
|
|
60975
61027
|
call$1(child) {
|
|
60976
61028
|
return child.accept$1(this.$this);
|
|
60977
61029
|
},
|
|
60978
|
-
$signature:
|
|
61030
|
+
$signature: 92
|
|
60979
61031
|
};
|
|
60980
61032
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure0.prototype = {
|
|
60981
61033
|
call$0() {
|
|
@@ -61264,7 +61316,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61264
61316
|
});
|
|
61265
61317
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
61266
61318
|
},
|
|
61267
|
-
$signature:
|
|
61319
|
+
$signature: 74
|
|
61268
61320
|
};
|
|
61269
61321
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0.prototype = {
|
|
61270
61322
|
call$1(expression) {
|
|
@@ -61275,7 +61327,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61275
61327
|
else
|
|
61276
61328
|
return expression.toString$0(0);
|
|
61277
61329
|
},
|
|
61278
|
-
$signature:
|
|
61330
|
+
$signature: 129
|
|
61279
61331
|
};
|
|
61280
61332
|
A._EvaluateVisitor_visitVariableExpression_closure0.prototype = {
|
|
61281
61333
|
call$0() {
|
|
@@ -61301,7 +61353,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61301
61353
|
throw A.wrapException(A.StateError$("Unknown unary operator " + t1.toString$0(0) + "."));
|
|
61302
61354
|
}
|
|
61303
61355
|
},
|
|
61304
|
-
$signature:
|
|
61356
|
+
$signature: 27
|
|
61305
61357
|
};
|
|
61306
61358
|
A._EvaluateVisitor__visitCalculationValue_closure0.prototype = {
|
|
61307
61359
|
call$0() {
|
|
@@ -61360,14 +61412,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61360
61412
|
var t1 = this.node;
|
|
61361
61413
|
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
61362
61414
|
},
|
|
61363
|
-
$signature:
|
|
61415
|
+
$signature: 74
|
|
61364
61416
|
};
|
|
61365
61417
|
A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0.prototype = {
|
|
61366
61418
|
call$0() {
|
|
61367
61419
|
var t1 = this.node;
|
|
61368
61420
|
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this.$function, t1);
|
|
61369
61421
|
},
|
|
61370
|
-
$signature:
|
|
61422
|
+
$signature: 74
|
|
61371
61423
|
};
|
|
61372
61424
|
A._EvaluateVisitor__runUserDefinedCallable_closure0.prototype = {
|
|
61373
61425
|
call$0() {
|
|
@@ -61557,7 +61609,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61557
61609
|
});
|
|
61558
61610
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
61559
61611
|
},
|
|
61560
|
-
$signature:
|
|
61612
|
+
$signature: 74
|
|
61561
61613
|
};
|
|
61562
61614
|
A._EvaluateVisitor__runBuiltInCallable_closure2.prototype = {
|
|
61563
61615
|
call$0() {
|
|
@@ -61782,7 +61834,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61782
61834
|
call$1(mediaQueries) {
|
|
61783
61835
|
return this.$this._async_evaluate$_mergeMediaQueries$2(mediaQueries, this.node.queries);
|
|
61784
61836
|
},
|
|
61785
|
-
$signature:
|
|
61837
|
+
$signature: 91
|
|
61786
61838
|
};
|
|
61787
61839
|
A._EvaluateVisitor_visitCssMediaRule_closure3.prototype = {
|
|
61788
61840
|
call$0() {
|
|
@@ -62089,7 +62141,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
62089
62141
|
call$0() {
|
|
62090
62142
|
return A.serializeValue(this.value, false, this.quote);
|
|
62091
62143
|
},
|
|
62092
|
-
$signature:
|
|
62144
|
+
$signature: 31
|
|
62093
62145
|
};
|
|
62094
62146
|
A._EvaluateVisitor__expressionNode_closure0.prototype = {
|
|
62095
62147
|
call$0() {
|
|
@@ -62114,7 +62166,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
62114
62166
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
62115
62167
|
return t1 == null ? url : t1;
|
|
62116
62168
|
},
|
|
62117
|
-
$signature:
|
|
62169
|
+
$signature: 96
|
|
62118
62170
|
};
|
|
62119
62171
|
A._EvaluateVisitor__stackTrace_closure0.prototype = {
|
|
62120
62172
|
call$1(tuple) {
|
|
@@ -64295,20 +64347,20 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64295
64347
|
t2 = this.expression;
|
|
64296
64348
|
return t1._withFakeStylesheet$3(this.importer, t2, new A._EvaluateVisitor_runExpression__closure(t1, t2));
|
|
64297
64349
|
},
|
|
64298
|
-
$signature:
|
|
64350
|
+
$signature: 27
|
|
64299
64351
|
};
|
|
64300
64352
|
A._EvaluateVisitor_runExpression__closure.prototype = {
|
|
64301
64353
|
call$0() {
|
|
64302
64354
|
var t1 = this.$this;
|
|
64303
64355
|
return t1._addExceptionTrace$1(new A._EvaluateVisitor_runExpression___closure(t1, this.expression));
|
|
64304
64356
|
},
|
|
64305
|
-
$signature:
|
|
64357
|
+
$signature: 27
|
|
64306
64358
|
};
|
|
64307
64359
|
A._EvaluateVisitor_runExpression___closure.prototype = {
|
|
64308
64360
|
call$0() {
|
|
64309
64361
|
return this.expression.accept$1(this.$this);
|
|
64310
64362
|
},
|
|
64311
|
-
$signature:
|
|
64363
|
+
$signature: 27
|
|
64312
64364
|
};
|
|
64313
64365
|
A._EvaluateVisitor_runStatement_closure.prototype = {
|
|
64314
64366
|
call$0() {
|
|
@@ -64432,7 +64484,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64432
64484
|
call$1(module) {
|
|
64433
64485
|
return module.get$transitivelyContainsCss();
|
|
64434
64486
|
},
|
|
64435
|
-
$signature:
|
|
64487
|
+
$signature: 110
|
|
64436
64488
|
};
|
|
64437
64489
|
A._EvaluateVisitor__combineCss_closure0.prototype = {
|
|
64438
64490
|
call$1(target) {
|
|
@@ -64494,7 +64546,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64494
64546
|
t1._environment.scope$1$2$when(callback, this.node.hasDeclarations, type$.void);
|
|
64495
64547
|
t1.__parent = t2;
|
|
64496
64548
|
},
|
|
64497
|
-
$signature:
|
|
64549
|
+
$signature: 29
|
|
64498
64550
|
};
|
|
64499
64551
|
A._EvaluateVisitor__scopeForAtRoot_closure0.prototype = {
|
|
64500
64552
|
call$1(callback) {
|
|
@@ -64504,13 +64556,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64504
64556
|
this.innerScope.call$1(callback);
|
|
64505
64557
|
t1._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
64506
64558
|
},
|
|
64507
|
-
$signature:
|
|
64559
|
+
$signature: 29
|
|
64508
64560
|
};
|
|
64509
64561
|
A._EvaluateVisitor__scopeForAtRoot_closure1.prototype = {
|
|
64510
64562
|
call$1(callback) {
|
|
64511
64563
|
return this.$this._withMediaQueries$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure(this.innerScope, callback));
|
|
64512
64564
|
},
|
|
64513
|
-
$signature:
|
|
64565
|
+
$signature: 29
|
|
64514
64566
|
};
|
|
64515
64567
|
A._EvaluateVisitor__scopeForAtRoot__closure.prototype = {
|
|
64516
64568
|
call$0() {
|
|
@@ -64526,7 +64578,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64526
64578
|
this.innerScope.call$1(callback);
|
|
64527
64579
|
t1._inKeyframes = wasInKeyframes;
|
|
64528
64580
|
},
|
|
64529
|
-
$signature:
|
|
64581
|
+
$signature: 29
|
|
64530
64582
|
};
|
|
64531
64583
|
A._EvaluateVisitor__scopeForAtRoot_closure3.prototype = {
|
|
64532
64584
|
call$1($parent) {
|
|
@@ -64542,7 +64594,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64542
64594
|
this.innerScope.call$1(callback);
|
|
64543
64595
|
t1._inUnknownAtRule = wasInUnknownAtRule;
|
|
64544
64596
|
},
|
|
64545
|
-
$signature:
|
|
64597
|
+
$signature: 29
|
|
64546
64598
|
};
|
|
64547
64599
|
A._EvaluateVisitor_visitContentRule_closure.prototype = {
|
|
64548
64600
|
call$0() {
|
|
@@ -64602,7 +64654,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64602
64654
|
call$1(child) {
|
|
64603
64655
|
return child.accept$1(this.$this);
|
|
64604
64656
|
},
|
|
64605
|
-
$signature:
|
|
64657
|
+
$signature: 97
|
|
64606
64658
|
};
|
|
64607
64659
|
A._EvaluateVisitor_visitAtRule_closure.prototype = {
|
|
64608
64660
|
call$1(value) {
|
|
@@ -64684,7 +64736,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64684
64736
|
call$1(child) {
|
|
64685
64737
|
return child.accept$1(this.$this);
|
|
64686
64738
|
},
|
|
64687
|
-
$signature:
|
|
64739
|
+
$signature: 97
|
|
64688
64740
|
};
|
|
64689
64741
|
A._EvaluateVisitor_visitForwardRule_closure.prototype = {
|
|
64690
64742
|
call$1(module) {
|
|
@@ -64709,7 +64761,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64709
64761
|
call$1(child) {
|
|
64710
64762
|
return child.accept$1(this.$this);
|
|
64711
64763
|
},
|
|
64712
|
-
$signature:
|
|
64764
|
+
$signature: 97
|
|
64713
64765
|
};
|
|
64714
64766
|
A._EvaluateVisitor__visitDynamicImport_closure.prototype = {
|
|
64715
64767
|
call$0() {
|
|
@@ -64857,7 +64909,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64857
64909
|
call$0() {
|
|
64858
64910
|
return this.node.get$spanWithoutContent();
|
|
64859
64911
|
},
|
|
64860
|
-
$signature:
|
|
64912
|
+
$signature: 25
|
|
64861
64913
|
};
|
|
64862
64914
|
A._EvaluateVisitor_visitIncludeRule_closure2.prototype = {
|
|
64863
64915
|
call$1($content) {
|
|
@@ -64907,7 +64959,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64907
64959
|
call$1(mediaQueries) {
|
|
64908
64960
|
return this.$this._mergeMediaQueries$2(mediaQueries, this.queries);
|
|
64909
64961
|
},
|
|
64910
|
-
$signature:
|
|
64962
|
+
$signature: 91
|
|
64911
64963
|
};
|
|
64912
64964
|
A._EvaluateVisitor_visitMediaRule_closure0.prototype = {
|
|
64913
64965
|
call$0() {
|
|
@@ -64992,7 +65044,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64992
65044
|
call$1(child) {
|
|
64993
65045
|
return type$.CssComment._is(child);
|
|
64994
65046
|
},
|
|
64995
|
-
$signature:
|
|
65047
|
+
$signature: 119
|
|
64996
65048
|
};
|
|
64997
65049
|
A._EvaluateVisitor_visitSupportsRule_closure.prototype = {
|
|
64998
65050
|
call$0() {
|
|
@@ -65054,7 +65106,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65054
65106
|
call$0() {
|
|
65055
65107
|
return this.node.expression.accept$1(this.$this);
|
|
65056
65108
|
},
|
|
65057
|
-
$signature:
|
|
65109
|
+
$signature: 27
|
|
65058
65110
|
};
|
|
65059
65111
|
A._EvaluateVisitor_visitWhileRule_closure.prototype = {
|
|
65060
65112
|
call$0() {
|
|
@@ -65072,7 +65124,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65072
65124
|
call$1(child) {
|
|
65073
65125
|
return child.accept$1(this.$this);
|
|
65074
65126
|
},
|
|
65075
|
-
$signature:
|
|
65127
|
+
$signature: 97
|
|
65076
65128
|
};
|
|
65077
65129
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure.prototype = {
|
|
65078
65130
|
call$0() {
|
|
@@ -65127,7 +65179,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65127
65179
|
throw A.wrapException(A.ArgumentError$("Unknown binary operator " + t3.toString$0(0) + ".", null));
|
|
65128
65180
|
}
|
|
65129
65181
|
},
|
|
65130
|
-
$signature:
|
|
65182
|
+
$signature: 27
|
|
65131
65183
|
};
|
|
65132
65184
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation.prototype = {
|
|
65133
65185
|
call$1(expression) {
|
|
@@ -65138,7 +65190,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65138
65190
|
else
|
|
65139
65191
|
return expression.toString$0(0);
|
|
65140
65192
|
},
|
|
65141
|
-
$signature:
|
|
65193
|
+
$signature: 129
|
|
65142
65194
|
};
|
|
65143
65195
|
A._EvaluateVisitor_visitVariableExpression_closure.prototype = {
|
|
65144
65196
|
call$0() {
|
|
@@ -65164,7 +65216,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65164
65216
|
throw A.wrapException(A.StateError$("Unknown unary operator " + t1.toString$0(0) + "."));
|
|
65165
65217
|
}
|
|
65166
65218
|
},
|
|
65167
|
-
$signature:
|
|
65219
|
+
$signature: 27
|
|
65168
65220
|
};
|
|
65169
65221
|
A._EvaluateVisitor__visitCalculationValue_closure.prototype = {
|
|
65170
65222
|
call$0() {
|
|
@@ -65173,7 +65225,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65173
65225
|
t3 = this.inMinMax;
|
|
65174
65226
|
return A.SassCalculation_operateInternal(t1._binaryOperatorToCalculationOperator$1(t2.operator), t1._visitCalculationValue$2$inMinMax(t2.left, t3), t1._visitCalculationValue$2$inMinMax(t2.right, t3), t3, !t1._inSupportsDeclaration);
|
|
65175
65227
|
},
|
|
65176
|
-
$signature:
|
|
65228
|
+
$signature: 100
|
|
65177
65229
|
};
|
|
65178
65230
|
A._EvaluateVisitor_visitListExpression_closure.prototype = {
|
|
65179
65231
|
call$1(expression) {
|
|
@@ -65193,14 +65245,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65193
65245
|
var t1 = this.node;
|
|
65194
65246
|
return this.$this._runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
65195
65247
|
},
|
|
65196
|
-
$signature:
|
|
65248
|
+
$signature: 27
|
|
65197
65249
|
};
|
|
65198
65250
|
A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure.prototype = {
|
|
65199
65251
|
call$0() {
|
|
65200
65252
|
var t1 = this.node;
|
|
65201
65253
|
return this.$this._runFunctionCallable$3(t1.$arguments, this.$function, t1);
|
|
65202
65254
|
},
|
|
65203
|
-
$signature:
|
|
65255
|
+
$signature: 27
|
|
65204
65256
|
};
|
|
65205
65257
|
A._EvaluateVisitor__runUserDefinedCallable_closure.prototype = {
|
|
65206
65258
|
call$0() {
|
|
@@ -65295,7 +65347,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65295
65347
|
}
|
|
65296
65348
|
throw A.wrapException(t4._evaluate$_exception$2("Function finished without @return.", t1.span));
|
|
65297
65349
|
},
|
|
65298
|
-
$signature:
|
|
65350
|
+
$signature: 27
|
|
65299
65351
|
};
|
|
65300
65352
|
A._EvaluateVisitor__runBuiltInCallable_closure.prototype = {
|
|
65301
65353
|
call$0() {
|
|
@@ -65307,7 +65359,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65307
65359
|
call$0() {
|
|
65308
65360
|
return this.callback.call$1(this.evaluated.positional);
|
|
65309
65361
|
},
|
|
65310
|
-
$signature:
|
|
65362
|
+
$signature: 27
|
|
65311
65363
|
};
|
|
65312
65364
|
A._EvaluateVisitor__runBuiltInCallable_closure1.prototype = {
|
|
65313
65365
|
call$1($name) {
|
|
@@ -65438,7 +65490,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65438
65490
|
call$1(mediaQueries) {
|
|
65439
65491
|
return this.$this._mergeMediaQueries$2(mediaQueries, this.node.queries);
|
|
65440
65492
|
},
|
|
65441
|
-
$signature:
|
|
65493
|
+
$signature: 91
|
|
65442
65494
|
};
|
|
65443
65495
|
A._EvaluateVisitor_visitCssMediaRule_closure0.prototype = {
|
|
65444
65496
|
call$0() {
|
|
@@ -65546,7 +65598,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65546
65598
|
call$0() {
|
|
65547
65599
|
return A.serializeValue(this.value, false, this.quote);
|
|
65548
65600
|
},
|
|
65549
|
-
$signature:
|
|
65601
|
+
$signature: 31
|
|
65550
65602
|
};
|
|
65551
65603
|
A._EvaluateVisitor__expressionNode_closure.prototype = {
|
|
65552
65604
|
call$0() {
|
|
@@ -65571,7 +65623,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65571
65623
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
65572
65624
|
return t1 == null ? url : t1;
|
|
65573
65625
|
},
|
|
65574
|
-
$signature:
|
|
65626
|
+
$signature: 96
|
|
65575
65627
|
};
|
|
65576
65628
|
A._EvaluateVisitor__stackTrace_closure.prototype = {
|
|
65577
65629
|
call$1(tuple) {
|
|
@@ -65974,7 +66026,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65974
66026
|
call$1(item) {
|
|
65975
66027
|
return item.accept$1(this.$this);
|
|
65976
66028
|
},
|
|
65977
|
-
$signature:
|
|
66029
|
+
$signature: 122
|
|
65978
66030
|
};
|
|
65979
66031
|
A.ReplaceExpressionVisitor_visitMapExpression_closure.prototype = {
|
|
65980
66032
|
call$1(pair) {
|
|
@@ -65987,7 +66039,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65987
66039
|
call$1(expression) {
|
|
65988
66040
|
return expression.accept$1(this.$this);
|
|
65989
66041
|
},
|
|
65990
|
-
$signature:
|
|
66042
|
+
$signature: 122
|
|
65991
66043
|
};
|
|
65992
66044
|
A.ReplaceExpressionVisitor_visitInterpolation_closure.prototype = {
|
|
65993
66045
|
call$1(node) {
|
|
@@ -68614,7 +68666,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68614
68666
|
line = t1 > 1 ? A.int_parse(lineAndColumn[1], _null) : _null;
|
|
68615
68667
|
return new A.Frame(uri, line, t1 > 2 ? A.int_parse(lineAndColumn[2], _null) : _null, member);
|
|
68616
68668
|
},
|
|
68617
|
-
$signature:
|
|
68669
|
+
$signature: 73
|
|
68618
68670
|
};
|
|
68619
68671
|
A.Frame_Frame$parseV8_closure.prototype = {
|
|
68620
68672
|
call$0() {
|
|
@@ -68640,7 +68692,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68640
68692
|
return t1.call$2(t2, _s4_);
|
|
68641
68693
|
}
|
|
68642
68694
|
},
|
|
68643
|
-
$signature:
|
|
68695
|
+
$signature: 73
|
|
68644
68696
|
};
|
|
68645
68697
|
A.Frame_Frame$parseV8_closure_parseLocation.prototype = {
|
|
68646
68698
|
call$2($location, member) {
|
|
@@ -68688,7 +68740,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68688
68740
|
line = A.int_parse(t1, _null);
|
|
68689
68741
|
return new A.Frame(uri, line, _null, member.length === 0 || member === "anonymous" ? "<fn>" : member);
|
|
68690
68742
|
},
|
|
68691
|
-
$signature:
|
|
68743
|
+
$signature: 73
|
|
68692
68744
|
};
|
|
68693
68745
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
68694
68746
|
call$0() {
|
|
@@ -68735,7 +68787,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68735
68787
|
}
|
|
68736
68788
|
return new A.Frame(uri, line, column, member);
|
|
68737
68789
|
},
|
|
68738
|
-
$signature:
|
|
68790
|
+
$signature: 73
|
|
68739
68791
|
};
|
|
68740
68792
|
A.Frame_Frame$parseFriendly_closure.prototype = {
|
|
68741
68793
|
call$0() {
|
|
@@ -68775,7 +68827,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68775
68827
|
}
|
|
68776
68828
|
return new A.Frame(uri, line, column, t1[4]);
|
|
68777
68829
|
},
|
|
68778
|
-
$signature:
|
|
68830
|
+
$signature: 73
|
|
68779
68831
|
};
|
|
68780
68832
|
A.LazyTrace.prototype = {
|
|
68781
68833
|
get$_lazy_trace$_trace() {
|
|
@@ -69659,7 +69711,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
69659
69711
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassArgumentList$0(A._setArrayType([], type$.JSArray_Value_2), A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Value_2), B.ListSeparator_undecided_null_undecided0).constructor), jsClass);
|
|
69660
69712
|
return jsClass;
|
|
69661
69713
|
},
|
|
69662
|
-
$signature:
|
|
69714
|
+
$signature: 26
|
|
69663
69715
|
};
|
|
69664
69716
|
A.argumentListClass__closure.prototype = {
|
|
69665
69717
|
call$4($self, contents, keywords, separator) {
|
|
@@ -69830,7 +69882,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
69830
69882
|
});
|
|
69831
69883
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
69832
69884
|
},
|
|
69833
|
-
$signature:
|
|
69885
|
+
$signature: 99
|
|
69834
69886
|
};
|
|
69835
69887
|
A._compileStylesheet_closure2.prototype = {
|
|
69836
69888
|
call$1(url) {
|
|
@@ -75466,7 +75518,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75466
75518
|
});
|
|
75467
75519
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75468
75520
|
},
|
|
75469
|
-
$signature:
|
|
75521
|
+
$signature: 99
|
|
75470
75522
|
};
|
|
75471
75523
|
A._EvaluateVisitor_closure38.prototype = {
|
|
75472
75524
|
call$1($arguments) {
|
|
@@ -75660,7 +75712,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75660
75712
|
call$1(previousLoad) {
|
|
75661
75713
|
return this.$this._async_evaluate0$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
75662
75714
|
},
|
|
75663
|
-
$signature:
|
|
75715
|
+
$signature: 87
|
|
75664
75716
|
};
|
|
75665
75717
|
A._EvaluateVisitor__loadModule__closure6.prototype = {
|
|
75666
75718
|
call$0() {
|
|
@@ -75883,7 +75935,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75883
75935
|
});
|
|
75884
75936
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75885
75937
|
},
|
|
75886
|
-
$signature:
|
|
75938
|
+
$signature: 33
|
|
75887
75939
|
};
|
|
75888
75940
|
A._EvaluateVisitor__scopeForAtRoot_closure18.prototype = {
|
|
75889
75941
|
call$1(callback) {
|
|
@@ -75911,13 +75963,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75911
75963
|
});
|
|
75912
75964
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75913
75965
|
},
|
|
75914
|
-
$signature:
|
|
75966
|
+
$signature: 33
|
|
75915
75967
|
};
|
|
75916
75968
|
A._EvaluateVisitor__scopeForAtRoot_closure19.prototype = {
|
|
75917
75969
|
call$1(callback) {
|
|
75918
75970
|
return this.$this._async_evaluate0$_withMediaQueries$1$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure2(this.innerScope, callback), type$.Null);
|
|
75919
75971
|
},
|
|
75920
|
-
$signature:
|
|
75972
|
+
$signature: 33
|
|
75921
75973
|
};
|
|
75922
75974
|
A._EvaluateVisitor__scopeForAtRoot__closure2.prototype = {
|
|
75923
75975
|
call$0() {
|
|
@@ -75951,7 +76003,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75951
76003
|
});
|
|
75952
76004
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75953
76005
|
},
|
|
75954
|
-
$signature:
|
|
76006
|
+
$signature: 33
|
|
75955
76007
|
};
|
|
75956
76008
|
A._EvaluateVisitor__scopeForAtRoot_closure21.prototype = {
|
|
75957
76009
|
call$1($parent) {
|
|
@@ -75985,7 +76037,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75985
76037
|
});
|
|
75986
76038
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75987
76039
|
},
|
|
75988
|
-
$signature:
|
|
76040
|
+
$signature: 33
|
|
75989
76041
|
};
|
|
75990
76042
|
A._EvaluateVisitor_visitContentRule_closure2.prototype = {
|
|
75991
76043
|
call$0() {
|
|
@@ -76125,7 +76177,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76125
76177
|
t1 = _this.$this;
|
|
76126
76178
|
return t1._async_evaluate0$_handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure2(t1, _this.setVariables, _this.node));
|
|
76127
76179
|
},
|
|
76128
|
-
$signature:
|
|
76180
|
+
$signature: 69
|
|
76129
76181
|
};
|
|
76130
76182
|
A._EvaluateVisitor_visitEachRule__closure2.prototype = {
|
|
76131
76183
|
call$1(element) {
|
|
@@ -76378,7 +76430,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76378
76430
|
});
|
|
76379
76431
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76380
76432
|
},
|
|
76381
|
-
$signature:
|
|
76433
|
+
$signature: 69
|
|
76382
76434
|
};
|
|
76383
76435
|
A._EvaluateVisitor_visitForRule__closure2.prototype = {
|
|
76384
76436
|
call$1(child) {
|
|
@@ -76390,20 +76442,20 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76390
76442
|
call$1(module) {
|
|
76391
76443
|
this.$this._async_evaluate0$_environment.forwardModule$2(module, this.node);
|
|
76392
76444
|
},
|
|
76393
|
-
$signature:
|
|
76445
|
+
$signature: 124
|
|
76394
76446
|
};
|
|
76395
76447
|
A._EvaluateVisitor_visitForwardRule_closure6.prototype = {
|
|
76396
76448
|
call$1(module) {
|
|
76397
76449
|
this.$this._async_evaluate0$_environment.forwardModule$2(module, this.node);
|
|
76398
76450
|
},
|
|
76399
|
-
$signature:
|
|
76451
|
+
$signature: 124
|
|
76400
76452
|
};
|
|
76401
76453
|
A._EvaluateVisitor_visitIfRule_closure2.prototype = {
|
|
76402
76454
|
call$0() {
|
|
76403
76455
|
var t1 = this.$this;
|
|
76404
76456
|
return t1._async_evaluate0$_handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure2(t1));
|
|
76405
76457
|
},
|
|
76406
|
-
$signature:
|
|
76458
|
+
$signature: 69
|
|
76407
76459
|
};
|
|
76408
76460
|
A._EvaluateVisitor_visitIfRule__closure2.prototype = {
|
|
76409
76461
|
call$1(child) {
|
|
@@ -76531,7 +76583,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76531
76583
|
call$1(previousLoad) {
|
|
76532
76584
|
return this.$this._async_evaluate0$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
76533
76585
|
},
|
|
76534
|
-
$signature:
|
|
76586
|
+
$signature: 87
|
|
76535
76587
|
};
|
|
76536
76588
|
A._EvaluateVisitor__visitDynamicImport__closure12.prototype = {
|
|
76537
76589
|
call$1(rule) {
|
|
@@ -76616,7 +76668,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76616
76668
|
call$0() {
|
|
76617
76669
|
return this.node.get$spanWithoutContent();
|
|
76618
76670
|
},
|
|
76619
|
-
$signature:
|
|
76671
|
+
$signature: 25
|
|
76620
76672
|
};
|
|
76621
76673
|
A._EvaluateVisitor_visitIncludeRule_closure14.prototype = {
|
|
76622
76674
|
call$1($content) {
|
|
@@ -76719,7 +76771,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76719
76771
|
call$0() {
|
|
76720
76772
|
return this.statement.accept$1(this.$this);
|
|
76721
76773
|
},
|
|
76722
|
-
$signature:
|
|
76774
|
+
$signature: 69
|
|
76723
76775
|
};
|
|
76724
76776
|
A._EvaluateVisitor_visitMediaRule_closure8.prototype = {
|
|
76725
76777
|
call$1(mediaQueries) {
|
|
@@ -77117,7 +77169,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77117
77169
|
var t1 = this.node;
|
|
77118
77170
|
this.$this._async_evaluate0$_environment.addModule$3$namespace(module, t1, t1.namespace);
|
|
77119
77171
|
},
|
|
77120
|
-
$signature:
|
|
77172
|
+
$signature: 124
|
|
77121
77173
|
};
|
|
77122
77174
|
A._EvaluateVisitor_visitWarnRule_closure2.prototype = {
|
|
77123
77175
|
call$0() {
|
|
@@ -77176,7 +77228,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77176
77228
|
});
|
|
77177
77229
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
77178
77230
|
},
|
|
77179
|
-
$signature:
|
|
77231
|
+
$signature: 69
|
|
77180
77232
|
};
|
|
77181
77233
|
A._EvaluateVisitor_visitWhileRule__closure2.prototype = {
|
|
77182
77234
|
call$1(child) {
|
|
@@ -77482,7 +77534,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77482
77534
|
else
|
|
77483
77535
|
return expression.toString$0(0);
|
|
77484
77536
|
},
|
|
77485
|
-
$signature:
|
|
77537
|
+
$signature: 117
|
|
77486
77538
|
};
|
|
77487
77539
|
A._EvaluateVisitor_visitVariableExpression_closure2.prototype = {
|
|
77488
77540
|
call$0() {
|
|
@@ -77803,7 +77855,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77803
77855
|
_this.named.$indexSet(0, key, _this.$this._async_evaluate0$_withoutSlash$2(value, t1));
|
|
77804
77856
|
_this.namedNodes.$indexSet(0, key, t1);
|
|
77805
77857
|
},
|
|
77806
|
-
$signature:
|
|
77858
|
+
$signature: 76
|
|
77807
77859
|
};
|
|
77808
77860
|
A._EvaluateVisitor__evaluateArguments_closure14.prototype = {
|
|
77809
77861
|
call$1(value) {
|
|
@@ -77831,7 +77883,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77831
77883
|
t1 = _this.restArgs;
|
|
77832
77884
|
_this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._async_evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
|
|
77833
77885
|
},
|
|
77834
|
-
$signature:
|
|
77886
|
+
$signature: 76
|
|
77835
77887
|
};
|
|
77836
77888
|
A._EvaluateVisitor__evaluateMacroArguments_closure14.prototype = {
|
|
77837
77889
|
call$1(value) {
|
|
@@ -78296,7 +78348,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78296
78348
|
call$0() {
|
|
78297
78349
|
return A.serializeValue0(this.value, false, this.quote);
|
|
78298
78350
|
},
|
|
78299
|
-
$signature:
|
|
78351
|
+
$signature: 31
|
|
78300
78352
|
};
|
|
78301
78353
|
A._EvaluateVisitor__expressionNode_closure2.prototype = {
|
|
78302
78354
|
call$0() {
|
|
@@ -78321,7 +78373,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78321
78373
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
78322
78374
|
return t1 == null ? url : t1;
|
|
78323
78375
|
},
|
|
78324
|
-
$signature:
|
|
78376
|
+
$signature: 96
|
|
78325
78377
|
};
|
|
78326
78378
|
A._EvaluateVisitor__stackTrace_closure2.prototype = {
|
|
78327
78379
|
call$1(tuple) {
|
|
@@ -78777,7 +78829,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78777
78829
|
call$1(url) {
|
|
78778
78830
|
return url.get$path(url).length;
|
|
78779
78831
|
},
|
|
78780
|
-
$signature:
|
|
78832
|
+
$signature: 89
|
|
78781
78833
|
};
|
|
78782
78834
|
A.AtRootQueryParser0.prototype = {
|
|
78783
78835
|
parse$0() {
|
|
@@ -79004,7 +79056,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79004
79056
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
79005
79057
|
return jsClass;
|
|
79006
79058
|
},
|
|
79007
|
-
$signature:
|
|
79059
|
+
$signature: 26
|
|
79008
79060
|
};
|
|
79009
79061
|
A.legacyBooleanClass__closure.prototype = {
|
|
79010
79062
|
call$2(_, __) {
|
|
@@ -79033,7 +79085,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79033
79085
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
79034
79086
|
return jsClass;
|
|
79035
79087
|
},
|
|
79036
|
-
$signature:
|
|
79088
|
+
$signature: 26
|
|
79037
79089
|
};
|
|
79038
79090
|
A.booleanClass__closure.prototype = {
|
|
79039
79091
|
call$2($self, _) {
|
|
@@ -79183,7 +79235,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79183
79235
|
A.CalculationExpression__verify0(arg);
|
|
79184
79236
|
return arg;
|
|
79185
79237
|
},
|
|
79186
|
-
$signature:
|
|
79238
|
+
$signature: 105
|
|
79187
79239
|
};
|
|
79188
79240
|
A.SassCalculation0.prototype = {
|
|
79189
79241
|
get$isSpecialNumber() {
|
|
@@ -79972,28 +80024,28 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79972
80024
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79973
80025
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$red(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
79974
80026
|
},
|
|
79975
|
-
$signature:
|
|
80027
|
+
$signature: 98
|
|
79976
80028
|
};
|
|
79977
80029
|
A.legacyColorClass_closure5.prototype = {
|
|
79978
80030
|
call$2(thisArg, value) {
|
|
79979
80031
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79980
80032
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$green(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
79981
80033
|
},
|
|
79982
|
-
$signature:
|
|
80034
|
+
$signature: 98
|
|
79983
80035
|
};
|
|
79984
80036
|
A.legacyColorClass_closure6.prototype = {
|
|
79985
80037
|
call$2(thisArg, value) {
|
|
79986
80038
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79987
80039
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$blue(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
79988
80040
|
},
|
|
79989
|
-
$signature:
|
|
80041
|
+
$signature: 98
|
|
79990
80042
|
};
|
|
79991
80043
|
A.legacyColorClass_closure7.prototype = {
|
|
79992
80044
|
call$2(thisArg, value) {
|
|
79993
80045
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79994
80046
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$alpha(B.JSNumber_methods.clamp$2(value, 0, 1)));
|
|
79995
80047
|
},
|
|
79996
|
-
$signature:
|
|
80048
|
+
$signature: 98
|
|
79997
80049
|
};
|
|
79998
80050
|
A.colorClass_closure.prototype = {
|
|
79999
80051
|
call$0() {
|
|
@@ -80004,7 +80056,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80004
80056
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassColor$rgb0(0, 0, 0, null).constructor), jsClass);
|
|
80005
80057
|
return jsClass;
|
|
80006
80058
|
},
|
|
80007
|
-
$signature:
|
|
80059
|
+
$signature: 26
|
|
80008
80060
|
};
|
|
80009
80061
|
A.colorClass__closure.prototype = {
|
|
80010
80062
|
call$2($self, color) {
|
|
@@ -80576,7 +80628,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80576
80628
|
t1.push(callable._readLocal$0());
|
|
80577
80629
|
}
|
|
80578
80630
|
},
|
|
80579
|
-
$signature:
|
|
80631
|
+
$signature: 134
|
|
80580
80632
|
};
|
|
80581
80633
|
A._parseFunctions__closure2.prototype = {
|
|
80582
80634
|
call$1($arguments) {
|
|
@@ -80635,7 +80687,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80635
80687
|
});
|
|
80636
80688
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
80637
80689
|
},
|
|
80638
|
-
$signature:
|
|
80690
|
+
$signature: 99
|
|
80639
80691
|
};
|
|
80640
80692
|
A._compileStylesheet_closure1.prototype = {
|
|
80641
80693
|
call$1(url) {
|
|
@@ -83870,7 +83922,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
83870
83922
|
t2 = t2 == null ? null : t2._string0$_text;
|
|
83871
83923
|
return this.$this._evaluate0$_getFunction$2$namespace(t1, t2);
|
|
83872
83924
|
},
|
|
83873
|
-
$signature:
|
|
83925
|
+
$signature: 104
|
|
83874
83926
|
};
|
|
83875
83927
|
A._EvaluateVisitor_closure27.prototype = {
|
|
83876
83928
|
call$1($arguments) {
|
|
@@ -84016,7 +84068,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84016
84068
|
call$1(previousLoad) {
|
|
84017
84069
|
return this.$this._evaluate0$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
84018
84070
|
},
|
|
84019
|
-
$signature:
|
|
84071
|
+
$signature: 87
|
|
84020
84072
|
};
|
|
84021
84073
|
A._EvaluateVisitor__loadModule__closure4.prototype = {
|
|
84022
84074
|
call$0() {
|
|
@@ -84140,7 +84192,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84140
84192
|
t1._evaluate0$_environment.scope$1$2$when(callback, this.node.hasDeclarations, type$.void);
|
|
84141
84193
|
t1._evaluate0$__parent = t2;
|
|
84142
84194
|
},
|
|
84143
|
-
$signature:
|
|
84195
|
+
$signature: 29
|
|
84144
84196
|
};
|
|
84145
84197
|
A._EvaluateVisitor__scopeForAtRoot_closure12.prototype = {
|
|
84146
84198
|
call$1(callback) {
|
|
@@ -84150,13 +84202,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84150
84202
|
this.innerScope.call$1(callback);
|
|
84151
84203
|
t1._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
84152
84204
|
},
|
|
84153
|
-
$signature:
|
|
84205
|
+
$signature: 29
|
|
84154
84206
|
};
|
|
84155
84207
|
A._EvaluateVisitor__scopeForAtRoot_closure13.prototype = {
|
|
84156
84208
|
call$1(callback) {
|
|
84157
84209
|
return this.$this._evaluate0$_withMediaQueries$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure1(this.innerScope, callback));
|
|
84158
84210
|
},
|
|
84159
|
-
$signature:
|
|
84211
|
+
$signature: 29
|
|
84160
84212
|
};
|
|
84161
84213
|
A._EvaluateVisitor__scopeForAtRoot__closure1.prototype = {
|
|
84162
84214
|
call$0() {
|
|
@@ -84172,7 +84224,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84172
84224
|
this.innerScope.call$1(callback);
|
|
84173
84225
|
t1._evaluate0$_inKeyframes = wasInKeyframes;
|
|
84174
84226
|
},
|
|
84175
|
-
$signature:
|
|
84227
|
+
$signature: 29
|
|
84176
84228
|
};
|
|
84177
84229
|
A._EvaluateVisitor__scopeForAtRoot_closure15.prototype = {
|
|
84178
84230
|
call$1($parent) {
|
|
@@ -84188,7 +84240,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84188
84240
|
this.innerScope.call$1(callback);
|
|
84189
84241
|
t1._evaluate0$_inUnknownAtRule = wasInUnknownAtRule;
|
|
84190
84242
|
},
|
|
84191
|
-
$signature:
|
|
84243
|
+
$signature: 29
|
|
84192
84244
|
};
|
|
84193
84245
|
A._EvaluateVisitor_visitContentRule_closure1.prototype = {
|
|
84194
84246
|
call$0() {
|
|
@@ -84248,7 +84300,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84248
84300
|
call$1(child) {
|
|
84249
84301
|
return child.accept$1(this.$this);
|
|
84250
84302
|
},
|
|
84251
|
-
$signature:
|
|
84303
|
+
$signature: 85
|
|
84252
84304
|
};
|
|
84253
84305
|
A._EvaluateVisitor_visitAtRule_closure5.prototype = {
|
|
84254
84306
|
call$1(value) {
|
|
@@ -84330,7 +84382,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84330
84382
|
call$1(child) {
|
|
84331
84383
|
return child.accept$1(this.$this);
|
|
84332
84384
|
},
|
|
84333
|
-
$signature:
|
|
84385
|
+
$signature: 85
|
|
84334
84386
|
};
|
|
84335
84387
|
A._EvaluateVisitor_visitForwardRule_closure3.prototype = {
|
|
84336
84388
|
call$1(module) {
|
|
@@ -84355,7 +84407,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84355
84407
|
call$1(child) {
|
|
84356
84408
|
return child.accept$1(this.$this);
|
|
84357
84409
|
},
|
|
84358
|
-
$signature:
|
|
84410
|
+
$signature: 85
|
|
84359
84411
|
};
|
|
84360
84412
|
A._EvaluateVisitor__visitDynamicImport_closure1.prototype = {
|
|
84361
84413
|
call$0() {
|
|
@@ -84434,7 +84486,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84434
84486
|
call$1(previousLoad) {
|
|
84435
84487
|
return this.$this._evaluate0$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
|
|
84436
84488
|
},
|
|
84437
|
-
$signature:
|
|
84489
|
+
$signature: 87
|
|
84438
84490
|
};
|
|
84439
84491
|
A._EvaluateVisitor__visitDynamicImport__closure8.prototype = {
|
|
84440
84492
|
call$1(rule) {
|
|
@@ -84496,13 +84548,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84496
84548
|
var t1 = this.node;
|
|
84497
84549
|
return this.$this._evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
84498
84550
|
},
|
|
84499
|
-
$signature:
|
|
84551
|
+
$signature: 104
|
|
84500
84552
|
};
|
|
84501
84553
|
A._EvaluateVisitor_visitIncludeRule_closure8.prototype = {
|
|
84502
84554
|
call$0() {
|
|
84503
84555
|
return this.node.get$spanWithoutContent();
|
|
84504
84556
|
},
|
|
84505
|
-
$signature:
|
|
84557
|
+
$signature: 25
|
|
84506
84558
|
};
|
|
84507
84559
|
A._EvaluateVisitor_visitIncludeRule_closure10.prototype = {
|
|
84508
84560
|
call$1($content) {
|
|
@@ -84717,7 +84769,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84717
84769
|
call$1(child) {
|
|
84718
84770
|
return child.accept$1(this.$this);
|
|
84719
84771
|
},
|
|
84720
|
-
$signature:
|
|
84772
|
+
$signature: 85
|
|
84721
84773
|
};
|
|
84722
84774
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure1.prototype = {
|
|
84723
84775
|
call$0() {
|
|
@@ -84783,7 +84835,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84783
84835
|
else
|
|
84784
84836
|
return expression.toString$0(0);
|
|
84785
84837
|
},
|
|
84786
|
-
$signature:
|
|
84838
|
+
$signature: 117
|
|
84787
84839
|
};
|
|
84788
84840
|
A._EvaluateVisitor_visitVariableExpression_closure1.prototype = {
|
|
84789
84841
|
call$0() {
|
|
@@ -84818,7 +84870,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84818
84870
|
t3 = this.inMinMax;
|
|
84819
84871
|
return A.SassCalculation_operateInternal0(t1._evaluate0$_binaryOperatorToCalculationOperator$1(t2.operator), t1._evaluate0$_visitCalculationValue$2$inMinMax(t2.left, t3), t1._evaluate0$_visitCalculationValue$2$inMinMax(t2.right, t3), t3, !t1._evaluate0$_inSupportsDeclaration);
|
|
84820
84872
|
},
|
|
84821
|
-
$signature:
|
|
84873
|
+
$signature: 100
|
|
84822
84874
|
};
|
|
84823
84875
|
A._EvaluateVisitor_visitListExpression_closure1.prototype = {
|
|
84824
84876
|
call$1(expression) {
|
|
@@ -84831,7 +84883,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84831
84883
|
var t1 = this.node;
|
|
84832
84884
|
return this.$this._evaluate0$_getFunction$2$namespace(A.stringReplaceAllUnchecked(t1.originalName, "_", "-"), t1.namespace);
|
|
84833
84885
|
},
|
|
84834
|
-
$signature:
|
|
84886
|
+
$signature: 104
|
|
84835
84887
|
};
|
|
84836
84888
|
A._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
|
|
84837
84889
|
call$0() {
|
|
@@ -84979,7 +85031,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84979
85031
|
_this.named.$indexSet(0, key, _this.$this._evaluate0$_withoutSlash$2(value, t1));
|
|
84980
85032
|
_this.namedNodes.$indexSet(0, key, t1);
|
|
84981
85033
|
},
|
|
84982
|
-
$signature:
|
|
85034
|
+
$signature: 76
|
|
84983
85035
|
};
|
|
84984
85036
|
A._EvaluateVisitor__evaluateArguments_closure10.prototype = {
|
|
84985
85037
|
call$1(value) {
|
|
@@ -85007,7 +85059,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85007
85059
|
t1 = _this.restArgs;
|
|
85008
85060
|
_this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
|
|
85009
85061
|
},
|
|
85010
|
-
$signature:
|
|
85062
|
+
$signature: 76
|
|
85011
85063
|
};
|
|
85012
85064
|
A._EvaluateVisitor__evaluateMacroArguments_closure10.prototype = {
|
|
85013
85065
|
call$1(value) {
|
|
@@ -85191,7 +85243,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85191
85243
|
call$0() {
|
|
85192
85244
|
return A.serializeValue0(this.value, false, this.quote);
|
|
85193
85245
|
},
|
|
85194
|
-
$signature:
|
|
85246
|
+
$signature: 31
|
|
85195
85247
|
};
|
|
85196
85248
|
A._EvaluateVisitor__expressionNode_closure1.prototype = {
|
|
85197
85249
|
call$0() {
|
|
@@ -85216,7 +85268,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85216
85268
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
85217
85269
|
return t1 == null ? url : t1;
|
|
85218
85270
|
},
|
|
85219
|
-
$signature:
|
|
85271
|
+
$signature: 96
|
|
85220
85272
|
};
|
|
85221
85273
|
A._EvaluateVisitor__stackTrace_closure1.prototype = {
|
|
85222
85274
|
call$1(tuple) {
|
|
@@ -85396,7 +85448,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85396
85448
|
A.LinkedHashMap_LinkedHashMap$_literal(["sassMessage", new A.exceptionClass__closure(), "sassStack", new A.exceptionClass__closure0(), "span", new A.exceptionClass__closure1()], type$.String, type$.Function).forEach$1(0, A.JSClassExtension_get_defineGetter(jsClass));
|
|
85397
85449
|
return jsClass;
|
|
85398
85450
|
},
|
|
85399
|
-
$signature:
|
|
85451
|
+
$signature: 26
|
|
85400
85452
|
};
|
|
85401
85453
|
A.exceptionClass__closure.prototype = {
|
|
85402
85454
|
call$1(exception) {
|
|
@@ -86295,7 +86347,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86295
86347
|
call$0() {
|
|
86296
86348
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
86297
86349
|
},
|
|
86298
|
-
$signature:
|
|
86350
|
+
$signature: 116
|
|
86299
86351
|
};
|
|
86300
86352
|
A.ExtensionStore_addExtension_closure3.prototype = {
|
|
86301
86353
|
call$0() {
|
|
@@ -86319,7 +86371,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86319
86371
|
call$0() {
|
|
86320
86372
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
86321
86373
|
},
|
|
86322
|
-
$signature:
|
|
86374
|
+
$signature: 116
|
|
86323
86375
|
};
|
|
86324
86376
|
A.ExtensionStore_addExtensions_closure1.prototype = {
|
|
86325
86377
|
call$2(target, newSources) {
|
|
@@ -86386,7 +86438,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86386
86438
|
call$0() {
|
|
86387
86439
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
86388
86440
|
},
|
|
86389
|
-
$signature:
|
|
86441
|
+
$signature: 116
|
|
86390
86442
|
};
|
|
86391
86443
|
A.ExtensionStore_addExtensions_closure2.prototype = {
|
|
86392
86444
|
call$1(newExtensions) {
|
|
@@ -86814,7 +86866,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86814
86866
|
A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null)).constructor), jsClass);
|
|
86815
86867
|
return jsClass;
|
|
86816
86868
|
},
|
|
86817
|
-
$signature:
|
|
86869
|
+
$signature: 26
|
|
86818
86870
|
};
|
|
86819
86871
|
A.functionClass__closure.prototype = {
|
|
86820
86872
|
call$3($self, signature, callback) {
|
|
@@ -87575,7 +87627,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87575
87627
|
call$1(url) {
|
|
87576
87628
|
return url.get$path(url).length;
|
|
87577
87629
|
},
|
|
87578
|
-
$signature:
|
|
87630
|
+
$signature: 89
|
|
87579
87631
|
};
|
|
87580
87632
|
A.ImportRule0.prototype = {
|
|
87581
87633
|
accept$1$1(visitor) {
|
|
@@ -87922,7 +87974,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87922
87974
|
throw exception;
|
|
87923
87975
|
}
|
|
87924
87976
|
},
|
|
87925
|
-
$signature:
|
|
87977
|
+
$signature: 31
|
|
87926
87978
|
};
|
|
87927
87979
|
A._realCasePath_helper__closure0.prototype = {
|
|
87928
87980
|
call$1(realPath) {
|
|
@@ -88012,6 +88064,58 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88012
88064
|
},
|
|
88013
88065
|
$signature: 131
|
|
88014
88066
|
};
|
|
88067
|
+
A.LazyFileSpan0.prototype = {
|
|
88068
|
+
get$span(_) {
|
|
88069
|
+
var t1 = this._lazy_file_span0$_span;
|
|
88070
|
+
return t1 == null ? this._lazy_file_span0$_span = this._lazy_file_span0$_builder.call$0() : t1;
|
|
88071
|
+
},
|
|
88072
|
+
compareTo$1(_, other) {
|
|
88073
|
+
return this.get$span(this).compareTo$1(0, other);
|
|
88074
|
+
},
|
|
88075
|
+
get$context(_) {
|
|
88076
|
+
var t1 = this.get$span(this);
|
|
88077
|
+
return t1.get$context(t1);
|
|
88078
|
+
},
|
|
88079
|
+
get$end(_) {
|
|
88080
|
+
var t1 = this.get$span(this);
|
|
88081
|
+
return t1.get$end(t1);
|
|
88082
|
+
},
|
|
88083
|
+
expand$1(_, other) {
|
|
88084
|
+
return this.get$span(this).expand$1(0, other);
|
|
88085
|
+
},
|
|
88086
|
+
get$file(_) {
|
|
88087
|
+
var t1 = this.get$span(this);
|
|
88088
|
+
return t1.get$file(t1);
|
|
88089
|
+
},
|
|
88090
|
+
highlight$1$color(color) {
|
|
88091
|
+
return this.get$span(this).highlight$1$color(color);
|
|
88092
|
+
},
|
|
88093
|
+
get$length(_) {
|
|
88094
|
+
var t1 = this.get$span(this);
|
|
88095
|
+
return t1.get$length(t1);
|
|
88096
|
+
},
|
|
88097
|
+
message$2$color(_, message, color) {
|
|
88098
|
+
return this.get$span(this).message$2$color(0, message, color);
|
|
88099
|
+
},
|
|
88100
|
+
message$1($receiver, message) {
|
|
88101
|
+
return this.message$2$color($receiver, message, null);
|
|
88102
|
+
},
|
|
88103
|
+
get$sourceUrl(_) {
|
|
88104
|
+
var t1 = this.get$span(this);
|
|
88105
|
+
return t1.get$sourceUrl(t1);
|
|
88106
|
+
},
|
|
88107
|
+
get$start(_) {
|
|
88108
|
+
var t1 = this.get$span(this);
|
|
88109
|
+
return t1.get$start(t1);
|
|
88110
|
+
},
|
|
88111
|
+
get$text() {
|
|
88112
|
+
return this.get$span(this).get$text();
|
|
88113
|
+
},
|
|
88114
|
+
$isComparable: 1,
|
|
88115
|
+
$isFileSpan: 1,
|
|
88116
|
+
$isSourceSpan: 1,
|
|
88117
|
+
$isSourceSpanWithContext: 1
|
|
88118
|
+
};
|
|
88015
88119
|
A.render_closure.prototype = {
|
|
88016
88120
|
call$0() {
|
|
88017
88121
|
var error, exception;
|
|
@@ -88062,7 +88166,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88062
88166
|
t1.push(A.AsyncCallable_AsyncCallable$fromSignature(B.JSString_methods.trimLeft$0(signature), new A._parseFunctions__closure1(callback, context), false));
|
|
88063
88167
|
}
|
|
88064
88168
|
},
|
|
88065
|
-
$signature:
|
|
88169
|
+
$signature: 134
|
|
88066
88170
|
};
|
|
88067
88171
|
A._parseFunctions__closure.prototype = {
|
|
88068
88172
|
call$1($arguments) {
|
|
@@ -88101,7 +88205,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88101
88205
|
call$0() {
|
|
88102
88206
|
return J.yield$0$x(this.fiber);
|
|
88103
88207
|
},
|
|
88104
|
-
$signature:
|
|
88208
|
+
$signature: 100
|
|
88105
88209
|
};
|
|
88106
88210
|
A._parseFunctions__closure0.prototype = {
|
|
88107
88211
|
call$1($arguments) {
|
|
@@ -88157,7 +88261,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88157
88261
|
});
|
|
88158
88262
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
88159
88263
|
},
|
|
88160
|
-
$signature:
|
|
88264
|
+
$signature: 99
|
|
88161
88265
|
};
|
|
88162
88266
|
A._parseFunctions___closure.prototype = {
|
|
88163
88267
|
call$1(result) {
|
|
@@ -88213,7 +88317,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88213
88317
|
call$0() {
|
|
88214
88318
|
return J.yield$0$x(this.fiber);
|
|
88215
88319
|
},
|
|
88216
|
-
$signature:
|
|
88320
|
+
$signature: 100
|
|
88217
88321
|
};
|
|
88218
88322
|
A.LimitedMapView0.prototype = {
|
|
88219
88323
|
get$keys(_) {
|
|
@@ -88301,7 +88405,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88301
88405
|
call$1(element) {
|
|
88302
88406
|
return this.$this._list3$_elementNeedsParens$1(element) ? "(" + element.toString$0(0) + ")" : element.toString$0(0);
|
|
88303
88407
|
},
|
|
88304
|
-
$signature:
|
|
88408
|
+
$signature: 117
|
|
88305
88409
|
};
|
|
88306
88410
|
A._length_closure2.prototype = {
|
|
88307
88411
|
call$1($arguments) {
|
|
@@ -88784,7 +88888,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88784
88888
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassList_nj9.constructor), jsClass);
|
|
88785
88889
|
return jsClass;
|
|
88786
88890
|
},
|
|
88787
|
-
$signature:
|
|
88891
|
+
$signature: 26
|
|
88788
88892
|
};
|
|
88789
88893
|
A.listClass__closure.prototype = {
|
|
88790
88894
|
call$3($self, contentsOrOptions, options) {
|
|
@@ -89273,7 +89377,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89273
89377
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassMap_Map_empty0.constructor), jsClass);
|
|
89274
89378
|
return jsClass;
|
|
89275
89379
|
},
|
|
89276
|
-
$signature:
|
|
89380
|
+
$signature: 26
|
|
89277
89381
|
};
|
|
89278
89382
|
A.mapClass__closure.prototype = {
|
|
89279
89383
|
call$2($self, contents) {
|
|
@@ -89380,7 +89484,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89380
89484
|
call$1(value) {
|
|
89381
89485
|
return B.JSNumber_methods.ceil$0(value);
|
|
89382
89486
|
},
|
|
89383
|
-
$signature:
|
|
89487
|
+
$signature: 32
|
|
89384
89488
|
};
|
|
89385
89489
|
A._clamp_closure0.prototype = {
|
|
89386
89490
|
call$1($arguments) {
|
|
@@ -89404,7 +89508,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89404
89508
|
call$1(value) {
|
|
89405
89509
|
return B.JSNumber_methods.floor$0(value);
|
|
89406
89510
|
},
|
|
89407
|
-
$signature:
|
|
89511
|
+
$signature: 32
|
|
89408
89512
|
};
|
|
89409
89513
|
A._max_closure0.prototype = {
|
|
89410
89514
|
call$1($arguments) {
|
|
@@ -89438,13 +89542,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89438
89542
|
call$1(number) {
|
|
89439
89543
|
return B.JSNumber_methods.round$0(number);
|
|
89440
89544
|
},
|
|
89441
|
-
$signature:
|
|
89545
|
+
$signature: 32
|
|
89442
89546
|
};
|
|
89443
89547
|
A._abs_closure0.prototype = {
|
|
89444
89548
|
call$1(value) {
|
|
89445
89549
|
return Math.abs(value);
|
|
89446
89550
|
},
|
|
89447
|
-
$signature:
|
|
89551
|
+
$signature: 32
|
|
89448
89552
|
};
|
|
89449
89553
|
A._hypot_closure0.prototype = {
|
|
89450
89554
|
call$1($arguments) {
|
|
@@ -90254,7 +90358,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90254
90358
|
call$0() {
|
|
90255
90359
|
return J.readFileSync$2$x(A.fs(), this.path, this.encoding);
|
|
90256
90360
|
},
|
|
90257
|
-
$signature:
|
|
90361
|
+
$signature: 94
|
|
90258
90362
|
};
|
|
90259
90363
|
A.fileExists_closure0.prototype = {
|
|
90260
90364
|
call$0() {
|
|
@@ -90273,7 +90377,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90273
90377
|
throw exception;
|
|
90274
90378
|
}
|
|
90275
90379
|
},
|
|
90276
|
-
$signature:
|
|
90380
|
+
$signature: 28
|
|
90277
90381
|
};
|
|
90278
90382
|
A.dirExists_closure0.prototype = {
|
|
90279
90383
|
call$0() {
|
|
@@ -90292,7 +90396,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90292
90396
|
throw exception;
|
|
90293
90397
|
}
|
|
90294
90398
|
},
|
|
90295
|
-
$signature:
|
|
90399
|
+
$signature: 28
|
|
90296
90400
|
};
|
|
90297
90401
|
A.listDir_closure0.prototype = {
|
|
90298
90402
|
call$0() {
|
|
@@ -90308,7 +90412,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90308
90412
|
call$1(child) {
|
|
90309
90413
|
return A.join(this.path, A._asString(child), null);
|
|
90310
90414
|
},
|
|
90311
|
-
$signature:
|
|
90415
|
+
$signature: 75
|
|
90312
90416
|
};
|
|
90313
90417
|
A.listDir__closure2.prototype = {
|
|
90314
90418
|
call$1(child) {
|
|
@@ -90456,7 +90560,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90456
90560
|
A.JSClassExtension_injectSuperclass(t1._as(B.C__SassNull0.constructor), jsClass);
|
|
90457
90561
|
return jsClass;
|
|
90458
90562
|
},
|
|
90459
|
-
$signature:
|
|
90563
|
+
$signature: 26
|
|
90460
90564
|
};
|
|
90461
90565
|
A.legacyNullClass__closure.prototype = {
|
|
90462
90566
|
call$2(_, __) {
|
|
@@ -90587,7 +90691,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90587
90691
|
A.JSClassExtension_injectSuperclass(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(A.SassNumber_SassNumber0(0, null).constructor))).constructor), jsClass);
|
|
90588
90692
|
return jsClass;
|
|
90589
90693
|
},
|
|
90590
|
-
$signature:
|
|
90694
|
+
$signature: 26
|
|
90591
90695
|
};
|
|
90592
90696
|
A.numberClass__closure.prototype = {
|
|
90593
90697
|
call$3($self, value, unitOrOptions) {
|
|
@@ -91970,10 +92074,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
91970
92074
|
return t1.substring$1(0, start);
|
|
91971
92075
|
},
|
|
91972
92076
|
spanFrom$1(state) {
|
|
91973
|
-
var span = this.scanner.spanFrom$1(state)
|
|
91974
|
-
|
|
91975
|
-
|
|
91976
|
-
return
|
|
92077
|
+
var span = this.scanner.spanFrom$1(state);
|
|
92078
|
+
if (this._parser0$_interpolationMap != null)
|
|
92079
|
+
return new A.LazyFileSpan0(new A.Parser_spanFrom_closure0(this, span));
|
|
92080
|
+
return span;
|
|
91977
92081
|
},
|
|
91978
92082
|
error$3(_, message, span, trace) {
|
|
91979
92083
|
var exception = new A.StringScannerException(this.scanner.string, message, span);
|
|
@@ -92103,7 +92207,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92103
92207
|
t1.scanner.expectDone$0();
|
|
92104
92208
|
return result;
|
|
92105
92209
|
},
|
|
92106
|
-
$signature:
|
|
92210
|
+
$signature: 31
|
|
92107
92211
|
};
|
|
92108
92212
|
A.Parser_scanIdentChar_matches0.prototype = {
|
|
92109
92213
|
call$1(actual) {
|
|
@@ -92112,6 +92216,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92112
92216
|
},
|
|
92113
92217
|
$signature: 49
|
|
92114
92218
|
};
|
|
92219
|
+
A.Parser_spanFrom_closure0.prototype = {
|
|
92220
|
+
call$0() {
|
|
92221
|
+
return this.$this._parser0$_interpolationMap.mapSpan$1(this.span);
|
|
92222
|
+
},
|
|
92223
|
+
$signature: 25
|
|
92224
|
+
};
|
|
92115
92225
|
A.PlaceholderSelector0.prototype = {
|
|
92116
92226
|
accept$1$1(visitor) {
|
|
92117
92227
|
return visitor.visitPlaceholderSelector$1(this);
|
|
@@ -92489,7 +92599,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92489
92599
|
call$1(item) {
|
|
92490
92600
|
return item.accept$1(this.$this);
|
|
92491
92601
|
},
|
|
92492
|
-
$signature:
|
|
92602
|
+
$signature: 105
|
|
92493
92603
|
};
|
|
92494
92604
|
A.ReplaceExpressionVisitor_visitMapExpression_closure0.prototype = {
|
|
92495
92605
|
call$1(pair) {
|
|
@@ -92502,7 +92612,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92502
92612
|
call$1(expression) {
|
|
92503
92613
|
return expression.accept$1(this.$this);
|
|
92504
92614
|
},
|
|
92505
|
-
$signature:
|
|
92615
|
+
$signature: 105
|
|
92506
92616
|
};
|
|
92507
92617
|
A.ReplaceExpressionVisitor_visitInterpolation_closure0.prototype = {
|
|
92508
92618
|
call$1(node) {
|
|
@@ -93000,13 +93110,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93000
93110
|
call$1(_) {
|
|
93001
93111
|
return A._translateReturnValue(this.main.call$0());
|
|
93002
93112
|
},
|
|
93003
|
-
$signature:
|
|
93113
|
+
$signature: 101
|
|
93004
93114
|
};
|
|
93005
93115
|
A._wrapMain_closure0.prototype = {
|
|
93006
93116
|
call$1(args) {
|
|
93007
93117
|
return A._translateReturnValue(this.main.call$1(A.List_List$from(type$.List_dynamic._as(args), true, type$.String)));
|
|
93008
93118
|
},
|
|
93009
|
-
$signature:
|
|
93119
|
+
$signature: 101
|
|
93010
93120
|
};
|
|
93011
93121
|
A.ScssParser0.prototype = {
|
|
93012
93122
|
get$indented() {
|
|
@@ -93491,7 +93601,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93491
93601
|
return A.SelectorList$0(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
93492
93602
|
},
|
|
93493
93603
|
_selector$_complexSelector$1$lineBreak(lineBreak) {
|
|
93494
|
-
var t4, t5,
|
|
93604
|
+
var t4, t5, lastCompound, initialCombinators, next, t6, result, _this = this,
|
|
93495
93605
|
t1 = _this.scanner,
|
|
93496
93606
|
t2 = t1._string_scanner$_position,
|
|
93497
93607
|
componentStart = new A._SpanScannerState(t1, t2),
|
|
@@ -93499,60 +93609,38 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93499
93609
|
combinators = A._setArrayType([], t3),
|
|
93500
93610
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent_2);
|
|
93501
93611
|
$label0$1:
|
|
93502
|
-
for (t4 = B.Set_2Vk2._map, t5 = type$.CssValue_Combinator_2,
|
|
93612
|
+
for (t4 = B.Set_2Vk2._map, t5 = type$.CssValue_Combinator_2, lastCompound = null, initialCombinators = null; true;) {
|
|
93503
93613
|
_this.whitespace$0();
|
|
93504
93614
|
next = t1.peekChar$0();
|
|
93505
93615
|
switch (next) {
|
|
93506
93616
|
case 43:
|
|
93507
|
-
|
|
93617
|
+
t6 = t1._string_scanner$_position;
|
|
93508
93618
|
t1.readChar$0();
|
|
93509
|
-
|
|
93510
|
-
t8 = t1._sourceFile;
|
|
93511
|
-
span = new A._FileSpan(t8, t7, endPosition);
|
|
93512
|
-
span._FileSpan$3(t8, t7, endPosition);
|
|
93513
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
93514
|
-
combinators.push(new A.CssValue0(B.Combinator_4QF0, t7 == null ? span : t7, t5));
|
|
93619
|
+
combinators.push(new A.CssValue0(B.Combinator_4QF0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
93515
93620
|
break;
|
|
93516
93621
|
case 62:
|
|
93517
|
-
|
|
93622
|
+
t6 = t1._string_scanner$_position;
|
|
93518
93623
|
t1.readChar$0();
|
|
93519
|
-
|
|
93520
|
-
t8 = t1._sourceFile;
|
|
93521
|
-
span = new A._FileSpan(t8, t7, endPosition);
|
|
93522
|
-
span._FileSpan$3(t8, t7, endPosition);
|
|
93523
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
93524
|
-
combinators.push(new A.CssValue0(B.Combinator_Cht0, t7 == null ? span : t7, t5));
|
|
93624
|
+
combinators.push(new A.CssValue0(B.Combinator_Cht0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
93525
93625
|
break;
|
|
93526
93626
|
case 126:
|
|
93527
|
-
|
|
93627
|
+
t6 = t1._string_scanner$_position;
|
|
93528
93628
|
t1.readChar$0();
|
|
93529
|
-
|
|
93530
|
-
t8 = t1._sourceFile;
|
|
93531
|
-
span = new A._FileSpan(t8, t7, endPosition);
|
|
93532
|
-
span._FileSpan$3(t8, t7, endPosition);
|
|
93533
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
93534
|
-
combinators.push(new A.CssValue0(B.Combinator_Htt0, t7 == null ? span : t7, t5));
|
|
93629
|
+
combinators.push(new A.CssValue0(B.Combinator_Htt0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
93535
93630
|
break;
|
|
93536
93631
|
default:
|
|
93537
93632
|
if (next != null)
|
|
93538
|
-
|
|
93633
|
+
t6 = !t4.containsKey$1(next) && !_this.lookingAtIdentifier$0();
|
|
93539
93634
|
else
|
|
93540
|
-
|
|
93541
|
-
if (
|
|
93635
|
+
t6 = true;
|
|
93636
|
+
if (t6)
|
|
93542
93637
|
break $label0$1;
|
|
93543
93638
|
if (lastCompound != null) {
|
|
93544
|
-
|
|
93545
|
-
t7 = t1._sourceFile;
|
|
93546
|
-
t8 = componentStart.position;
|
|
93547
|
-
span = new A._FileSpan(t7, t8, endPosition);
|
|
93548
|
-
span._FileSpan$3(t7, t8, endPosition);
|
|
93549
|
-
t7 = t6 == null ? _null : t6.mapSpan$1(span);
|
|
93550
|
-
if (t7 == null)
|
|
93551
|
-
t7 = span;
|
|
93639
|
+
t6 = _this.spanFrom$1(componentStart);
|
|
93552
93640
|
result = A.List_List$from(combinators, false, t5);
|
|
93553
93641
|
result.fixed$length = Array;
|
|
93554
93642
|
result.immutable$list = Array;
|
|
93555
|
-
components.push(new A.ComplexSelectorComponent0(lastCompound, result,
|
|
93643
|
+
components.push(new A.ComplexSelectorComponent0(lastCompound, result, t6));
|
|
93556
93644
|
} else if (combinators.length !== 0) {
|
|
93557
93645
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
93558
93646
|
initialCombinators = combinators;
|
|
@@ -95396,7 +95484,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
95396
95484
|
call$1(factor) {
|
|
95397
95485
|
return this.$this._number1$_value * factor;
|
|
95398
95486
|
},
|
|
95399
|
-
$signature:
|
|
95487
|
+
$signature: 32
|
|
95400
95488
|
};
|
|
95401
95489
|
A.SingleUnitSassNumber_multiplyUnits_closure1.prototype = {
|
|
95402
95490
|
call$1(denominator) {
|
|
@@ -95996,7 +96084,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
95996
96084
|
A.JSClassExtension_injectSuperclass(t1._as(t2.constructor), jsClass);
|
|
95997
96085
|
return jsClass;
|
|
95998
96086
|
},
|
|
95999
|
-
$signature:
|
|
96087
|
+
$signature: 26
|
|
96000
96088
|
};
|
|
96001
96089
|
A.stringClass__closure.prototype = {
|
|
96002
96090
|
call$3($self, textOrOptions, options) {
|
|
@@ -99566,13 +99654,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99566
99654
|
call$0() {
|
|
99567
99655
|
return this.$this._stylesheet0$_statement$0();
|
|
99568
99656
|
},
|
|
99569
|
-
$signature:
|
|
99657
|
+
$signature: 115
|
|
99570
99658
|
};
|
|
99571
99659
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure1.prototype = {
|
|
99572
99660
|
call$0() {
|
|
99573
99661
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99574
99662
|
},
|
|
99575
|
-
$signature:
|
|
99663
|
+
$signature: 25
|
|
99576
99664
|
};
|
|
99577
99665
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
99578
99666
|
call$0() {
|
|
@@ -99654,7 +99742,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99654
99742
|
} else
|
|
99655
99743
|
return false;
|
|
99656
99744
|
},
|
|
99657
|
-
$signature:
|
|
99745
|
+
$signature: 28
|
|
99658
99746
|
};
|
|
99659
99747
|
A.StylesheetParser__forRule_closure2.prototype = {
|
|
99660
99748
|
call$2(children, span) {
|
|
@@ -99880,7 +99968,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99880
99968
|
call$0() {
|
|
99881
99969
|
return this.$this.scanner.peekChar$0() === 44;
|
|
99882
99970
|
},
|
|
99883
|
-
$signature:
|
|
99971
|
+
$signature: 28
|
|
99884
99972
|
};
|
|
99885
99973
|
A.StylesheetParser__unicodeRange_closure1.prototype = {
|
|
99886
99974
|
call$1(char) {
|
|
@@ -99898,7 +99986,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99898
99986
|
call$0() {
|
|
99899
99987
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99900
99988
|
},
|
|
99901
|
-
$signature:
|
|
99989
|
+
$signature: 25
|
|
99902
99990
|
};
|
|
99903
99991
|
A.StylesheetParser_trySpecialFunction_closure0.prototype = {
|
|
99904
99992
|
call$1(contents) {
|
|
@@ -99914,13 +100002,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99914
100002
|
return t1.peekChar$1(1) !== 61;
|
|
99915
100003
|
return next === 60 || next === 62;
|
|
99916
100004
|
},
|
|
99917
|
-
$signature:
|
|
100005
|
+
$signature: 28
|
|
99918
100006
|
};
|
|
99919
100007
|
A.StylesheetParser__publicIdentifier_closure0.prototype = {
|
|
99920
100008
|
call$0() {
|
|
99921
100009
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99922
100010
|
},
|
|
99923
|
-
$signature:
|
|
100011
|
+
$signature: 25
|
|
99924
100012
|
};
|
|
99925
100013
|
A.Stylesheet0.prototype = {
|
|
99926
100014
|
Stylesheet$internal$3$plainCss0(children, span, plainCss) {
|
|
@@ -100454,7 +100542,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100454
100542
|
call$1(result) {
|
|
100455
100543
|
return this.resolve.call$1(result);
|
|
100456
100544
|
},
|
|
100457
|
-
$signature:
|
|
100545
|
+
$signature: 30
|
|
100458
100546
|
};
|
|
100459
100547
|
A.futureToPromise__closure1.prototype = {
|
|
100460
100548
|
call$2(error, stackTrace) {
|
|
@@ -100468,7 +100556,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100468
100556
|
this.map.$indexSet(0, key, value);
|
|
100469
100557
|
return value;
|
|
100470
100558
|
},
|
|
100471
|
-
$signature:
|
|
100559
|
+
$signature: 134
|
|
100472
100560
|
};
|
|
100473
100561
|
A.indent_closure0.prototype = {
|
|
100474
100562
|
call$1(line) {
|
|
@@ -100569,7 +100657,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100569
100657
|
A.LinkedHashMap_LinkedHashMap$_literal(["sassIndexToListIndex", new A.valueClass__closure5(), "get", new A.valueClass__closure6(), "assertBoolean", new A.valueClass__closure7(), "assertColor", new A.valueClass__closure8(), "assertFunction", new A.valueClass__closure9(), "assertMap", new A.valueClass__closure10(), "assertNumber", new A.valueClass__closure11(), "assertString", new A.valueClass__closure12(), "tryMap", new A.valueClass__closure13(), "equals", new A.valueClass__closure14(), "hashCode", new A.valueClass__closure15(), "toString", new A.valueClass__closure16()], t1, t2).forEach$1(0, A.JSClassExtension_get_defineMethod(jsClass));
|
|
100570
100658
|
return jsClass;
|
|
100571
100659
|
},
|
|
100572
|
-
$signature:
|
|
100660
|
+
$signature: 26
|
|
100573
100661
|
};
|
|
100574
100662
|
A.valueClass__closure.prototype = {
|
|
100575
100663
|
call$1($self) {
|
|
@@ -101105,7 +101193,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101105
101193
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 9);
|
|
101106
101194
|
_instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 9);
|
|
101107
101195
|
_instance_1_u(A.CastMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101108
|
-
_static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode",
|
|
101196
|
+
_static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 102);
|
|
101109
101197
|
_instance_1_u(A.ConstantStringMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101110
101198
|
_instance_1_u(A.GeneralConstantMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101111
101199
|
_instance_1_u(A.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101147,12 +101235,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101147
101235
|
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 248, 0, 0);
|
|
101148
101236
|
_instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 62);
|
|
101149
101237
|
var _;
|
|
101150
|
-
_instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1",
|
|
101238
|
+
_instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 30);
|
|
101151
101239
|
_instance(_, "get$addError", 0, 1, function() {
|
|
101152
101240
|
return [null];
|
|
101153
101241
|
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 247, 0, 0);
|
|
101154
101242
|
_instance_0_i(_, "get$close", "close$0", 549);
|
|
101155
|
-
_instance_1_u(_, "get$_async$_add", "_async$_add$1",
|
|
101243
|
+
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 30);
|
|
101156
101244
|
_instance_2_u(_, "get$_addError", "_addError$2", 62);
|
|
101157
101245
|
_instance_0_u(_, "get$_close", "_close$0", 0);
|
|
101158
101246
|
_instance_0_u(_ = A._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
@@ -101161,16 +101249,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101161
101249
|
_instance_0_i(_, "get$resume", "resume$0", 0);
|
|
101162
101250
|
_instance_0_u(_, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101163
101251
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
101164
|
-
_instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1",
|
|
101252
|
+
_instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 30);
|
|
101165
101253
|
_instance_2_u(_, "get$_onError", "_onError$2", 62);
|
|
101166
101254
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 0);
|
|
101167
101255
|
_instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101168
101256
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
101169
|
-
_instance_1_u(_, "get$_handleData", "_handleData$1",
|
|
101257
|
+
_instance_1_u(_, "get$_handleData", "_handleData$1", 30);
|
|
101170
101258
|
_instance_2_u(_, "get$_handleError", "_handleError$2", 280);
|
|
101171
101259
|
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 0);
|
|
101172
101260
|
_static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 249);
|
|
101173
|
-
_static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode",
|
|
101261
|
+
_static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 102);
|
|
101174
101262
|
_static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 246);
|
|
101175
101263
|
_instance_1_u(A._HashMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101176
101264
|
_instance_1_u(A._LinkedCustomHashMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101181,16 +101269,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101181
101269
|
_instance_1_u(A.MapMixin.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101182
101270
|
_instance_1_u(A.MapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101183
101271
|
_instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 9);
|
|
101184
|
-
_static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable",
|
|
101185
|
-
_static_1(A, "core__identityHashCode$closure", "identityHashCode",
|
|
101272
|
+
_static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 101);
|
|
101273
|
+
_static_1(A, "core__identityHashCode$closure", "identityHashCode", 102);
|
|
101186
101274
|
_static_2(A, "core__identical$closure", "identical", 249);
|
|
101187
101275
|
_static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 5);
|
|
101188
101276
|
_instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 9);
|
|
101189
|
-
_instance_1_i(A.StringBuffer.prototype, "get$write", "write$1",
|
|
101277
|
+
_instance_1_i(A.StringBuffer.prototype, "get$write", "write$1", 30);
|
|
101190
101278
|
_static(A, "math0__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) {
|
|
101191
101279
|
return A.max(a, b, type$.num);
|
|
101192
101280
|
}], 585, 1);
|
|
101193
|
-
_instance_1_u(_ = A.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1",
|
|
101281
|
+
_instance_1_u(_ = A.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 30);
|
|
101194
101282
|
_instance(_, "get$setError", 0, 1, function() {
|
|
101195
101283
|
return [null];
|
|
101196
101284
|
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 247, 0, 0);
|
|
@@ -101207,7 +101295,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101207
101295
|
_instance_1_u(A._IsInvisibleVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101208
101296
|
_instance_1_u(A._IsBogusVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101209
101297
|
_instance_1_u(A._IsUselessVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101210
|
-
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
101298
|
+
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1", 68);
|
|
101211
101299
|
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
101212
101300
|
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
101213
101301
|
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
@@ -101219,21 +101307,24 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101219
101307
|
_static_1(A, "color0___transparentize$closure", "_transparentize", 24);
|
|
101220
101308
|
_instance_0_u(_ = A.Parser.prototype, "get$whitespace", "whitespace$0", 0);
|
|
101221
101309
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
101222
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
101310
|
+
_instance_0_u(_, "get$string", "string$0", 31);
|
|
101223
101311
|
_instance_0_u(A.SassParser.prototype, "get$loudComment", "loudComment$0", 0);
|
|
101224
|
-
_instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"],
|
|
101225
|
-
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0",
|
|
101226
|
-
_instance_0_u(_, "get$_functionChild", "_functionChild$0",
|
|
101227
|
-
_instance(_, "get$_expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$until"], ["_expression$3$bracketList$singleEquals$until", "_expression$0", "_expression$2$singleEquals$until", "_expression$1$bracketList", "_expression$1$until"],
|
|
101312
|
+
_instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 351, 0, 0);
|
|
101313
|
+
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 111);
|
|
101314
|
+
_instance_0_u(_, "get$_functionChild", "_functionChild$0", 111);
|
|
101315
|
+
_instance(_, "get$_expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$until"], ["_expression$3$bracketList$singleEquals$until", "_expression$0", "_expression$2$singleEquals$until", "_expression$1$bracketList", "_expression$1$until"], 353, 0, 0);
|
|
101316
|
+
_instance(A.LazyFileSpan.prototype, "get$message", 1, 1, function() {
|
|
101317
|
+
return {color: null};
|
|
101318
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101228
101319
|
_instance_1_u(A.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101229
101320
|
_instance_1_u(A.MergedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101230
101321
|
_instance(A.MultiSpan.prototype, "get$message", 1, 1, function() {
|
|
101231
101322
|
return {color: null};
|
|
101232
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
101233
|
-
_instance_1_i(A.NoSourceMapBuffer.prototype, "get$write", "write$1",
|
|
101323
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101324
|
+
_instance_1_i(A.NoSourceMapBuffer.prototype, "get$write", "write$1", 30);
|
|
101234
101325
|
_instance_1_u(A.PrefixedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101235
101326
|
_instance_1_u(A.PublicMemberMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101236
|
-
_instance_1_i(A.SourceMapBuffer.prototype, "get$write", "write$1",
|
|
101327
|
+
_instance_1_i(A.SourceMapBuffer.prototype, "get$write", "write$1", 30);
|
|
101237
101328
|
_instance_1_u(A.UnprefixedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101238
101329
|
_static_1(A, "utils__isPublic$closure", "isPublic", 8);
|
|
101239
101330
|
_static_1(A, "calculation_SassCalculation__simplify$closure", "SassCalculation__simplify", 90);
|
|
@@ -101246,12 +101337,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101246
101337
|
_instance_1_u(_ = A.SelectorSearchVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", "SelectorSearchVisitor.T?(ComplexSelector)");
|
|
101247
101338
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", "SelectorSearchVisitor.T?(SelectorList)");
|
|
101248
101339
|
_instance_1_u(_ = A._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1", 274);
|
|
101249
|
-
_instance_1_u(_, "get$_writeCalculationValue", "_writeCalculationValue$1",
|
|
101340
|
+
_instance_1_u(_, "get$_writeCalculationValue", "_writeCalculationValue$1", 123);
|
|
101250
101341
|
_instance_1_u(_ = A.StatementSearchVisitor.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor.T?(ContentBlock)");
|
|
101251
101342
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor.T?(List<Statement>)");
|
|
101252
101343
|
_instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
|
|
101253
101344
|
return {color: null};
|
|
101254
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
101345
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101255
101346
|
_static_1(A, "frame_Frame___parseVM_tearOff$closure", "Frame___parseVM_tearOff", 83);
|
|
101256
101347
|
_static_1(A, "frame_Frame___parseV8_tearOff$closure", "Frame___parseV8_tearOff", 83);
|
|
101257
101348
|
_static_1(A, "frame_Frame___parseFirefox_tearOff$closure", "Frame___parseFirefox_tearOff", 83);
|
|
@@ -101297,6 +101388,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101297
101388
|
_instance_1_u(A.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 204);
|
|
101298
101389
|
_static_1(A, "functions0___isUnique$closure", "_isUnique0", 14);
|
|
101299
101390
|
_static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 595);
|
|
101391
|
+
_instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
|
|
101392
|
+
return {color: null};
|
|
101393
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101300
101394
|
_static_2(A, "legacy__render$closure", "render", 596);
|
|
101301
101395
|
_static_1(A, "legacy__renderSync$closure", "renderSync", 597);
|
|
101302
101396
|
_instance_1_u(A.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101304,11 +101398,11 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101304
101398
|
_instance_1_u(A.MergedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101305
101399
|
_instance(A.MultiSpan0.prototype, "get$message", 1, 1, function() {
|
|
101306
101400
|
return {color: null};
|
|
101307
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
101308
|
-
_instance_1_i(A.NoSourceMapBuffer0.prototype, "get$write", "write$1",
|
|
101401
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101402
|
+
_instance_1_i(A.NoSourceMapBuffer0.prototype, "get$write", "write$1", 30);
|
|
101309
101403
|
_instance_0_u(_ = A.Parser1.prototype, "get$whitespace", "whitespace$0", 0);
|
|
101310
101404
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
101311
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
101405
|
+
_instance_0_u(_, "get$string", "string$0", 31);
|
|
101312
101406
|
_instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101313
101407
|
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101314
101408
|
_instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101320,14 +101414,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101320
101414
|
_instance_1_u(_ = A.SelectorSearchVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", "SelectorSearchVisitor0.T?(ComplexSelector0)");
|
|
101321
101415
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", "SelectorSearchVisitor0.T?(SelectorList0)");
|
|
101322
101416
|
_instance_1_u(_ = A._SerializeVisitor0.prototype, "get$_serialize0$_visitMediaQuery", "_serialize0$_visitMediaQuery$1", 515);
|
|
101323
|
-
_instance_1_u(_, "get$_serialize0$_writeCalculationValue", "_serialize0$_writeCalculationValue$1",
|
|
101417
|
+
_instance_1_u(_, "get$_serialize0$_writeCalculationValue", "_serialize0$_writeCalculationValue$1", 123);
|
|
101324
101418
|
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101325
|
-
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1",
|
|
101419
|
+
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1", 30);
|
|
101326
101420
|
_instance_1_u(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
|
|
101327
101421
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
|
|
101328
101422
|
_instance(_ = A.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 532, 0, 0);
|
|
101329
|
-
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0",
|
|
101330
|
-
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0",
|
|
101423
|
+
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 115);
|
|
101424
|
+
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 115);
|
|
101331
101425
|
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101332
101426
|
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101333
101427
|
_instance_1_u(A.UnprefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101349,7 +101443,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101349
101443
|
}, function(part1, part2, part3, part4, part5) {
|
|
101350
101444
|
return A.absolute(part1, part2, part3, part4, part5, null, null, null, null, null, null, null, null, null, null);
|
|
101351
101445
|
}], 601, 0);
|
|
101352
|
-
_static_1(A, "path__prettyUri$closure", "prettyUri",
|
|
101446
|
+
_static_1(A, "path__prettyUri$closure", "prettyUri", 75);
|
|
101353
101447
|
_static_1(A, "character__isWhitespace$closure", "isWhitespace", 34);
|
|
101354
101448
|
_static_1(A, "character__isNewline$closure", "isNewline", 34);
|
|
101355
101449
|
_static_1(A, "character__isHex$closure", "isHex", 34);
|
|
@@ -101374,7 +101468,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101374
101468
|
_inherit = hunkHelpers.inherit,
|
|
101375
101469
|
_inheritMany = hunkHelpers.inheritMany;
|
|
101376
101470
|
_inherit(A.Object, null);
|
|
101377
|
-
_inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapMixin, A.Error, A._ListBase_Object_ListMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A.Codec, A._Base64Encoder, A.ChunkedConversionSink, A._JsonStringifier, A.StringConversionSinkMixin, 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._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, 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._SingletonCssMediaQueryMergeResult, A.MediaQuerySuccessfulMergeResult, A.AstNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.Argument, A.ArgumentDeclaration, A.ArgumentInvocation, A.AtRootQuery, A.ConfiguredVariable, A.BinaryOperationExpression, A.BooleanExpression, A.CalculationExpression, A.ColorExpression, A.FunctionExpression, A.IfExpression, A.InterpolatedFunctionExpression, A.ListExpression, A.MapExpression, A.NullExpression, A.NumberExpression, A.ParenthesizedExpression, A.SelectorExpression, A.StringExpression, A.SupportsExpression, A.UnaryOperationExpression, A.ValueExpression, A.VariableExpression, A.DynamicImport, A.StaticImport, A.Interpolation, A.ParentStatement, A.ContentRule, A.DebugRule, A.ErrorRule, A.ExtendRule, A.ForwardRule, A.IfRule, A.IfRuleClause, A.ImportRule, A.IncludeRule, A.LoudComment, A.__HasContentVisitor_Object_StatementSearchVisitor, A.ReturnRule, A.SilentComment, A.UseRule, A.VariableDeclaration, A.WarnRule, 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.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.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.Stderr, A._QuietLogger, A.DeprecationHandlingLogger, A.StderrLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Box, A.ModifiableBox, A.MultiDirWatcher, A.MultiSpan, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A.CalculationInterpolation, A._ColorFormatEnum, A.SpanColorFormat, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A.EvaluateResult, A._EvaluationContext0, A._ArgumentResults0, A._LoadedStylesheet0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A._ArgumentResults, A._LoadedStylesheet, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.DependencyReport, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.SerializeResult, 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.Tuple2, A.Tuple3, A.Tuple4, A.WatchEvent, A.ChangeType, A.AnySelectorVisitor0, A.SupportsAnything0, A.Argument0, A.ArgumentDeclaration0, A.ArgumentInvocation0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A.EvaluateResult0, A._EvaluationContext2, A._ArgumentResults2, A._LoadedStylesheet2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.ParentStatement0, A.AstNode0, A.Selector0, A.BinaryOperationExpression0, A.BooleanExpression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationExpression0, A.CalculationOperation0, A.CalculationInterpolation0, A._CloneCssVisitor0, A.ColorExpression0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.ContentRule0, A.DebugRule0, A.SupportsDeclaration0, A.DeprecationHandlingLogger0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A.ErrorRule0, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A._ArgumentResults1, A._LoadedStylesheet1, A.EveryCssVisitor0, A.SassScriptException0, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.ExtendRule0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardRule0, A.ForwardedModuleView0, A.FunctionExpression0, A.SupportsFunction0, A.IfExpression0, A.IfRule0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.ImportRule0, A.IncludeRule0, A.InterpolatedFunctionExpression0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.ListExpression0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A._QuietLogger0, A.LoudComment0, A.MapExpression0, A.CssMediaQuery0, A._SingletonCssMediaQueryMergeResult0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.FileSystemException0, A.Stderr0, A.NodeToDartLogger, A.NullExpression0, A.NumberExpression0, A.SupportsOperation0, A.ParenthesizedExpression0, A.PlainCssCallable0, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.ReturnRule0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.SelectorExpression0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.SerializeResult0, A.ShadowedModuleView0, A.SilentComment0, A.SourceMapBuffer0, A.StatementSearchVisitor0, A.StaticImport0, A.StderrLogger0, A.StringExpression0, A.SupportsExpression0, A.UnaryOperationExpression0, A.UseRule0, A.UserDefinedCallable0, A.CssValue0, A.ValueExpression0, A.VariableExpression0, A.VariableDeclaration0, A.WarnRule0]);
|
|
101471
|
+
_inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapMixin, A.Error, A._ListBase_Object_ListMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A.Codec, A._Base64Encoder, A.ChunkedConversionSink, A._JsonStringifier, A.StringConversionSinkMixin, 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._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, 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._SingletonCssMediaQueryMergeResult, A.MediaQuerySuccessfulMergeResult, A.AstNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.Argument, A.ArgumentDeclaration, A.ArgumentInvocation, A.AtRootQuery, A.ConfiguredVariable, A.BinaryOperationExpression, A.BooleanExpression, A.CalculationExpression, A.ColorExpression, A.FunctionExpression, A.IfExpression, A.InterpolatedFunctionExpression, A.ListExpression, A.MapExpression, A.NullExpression, A.NumberExpression, A.ParenthesizedExpression, A.SelectorExpression, A.StringExpression, A.SupportsExpression, A.UnaryOperationExpression, A.ValueExpression, A.VariableExpression, A.DynamicImport, A.StaticImport, A.Interpolation, A.ParentStatement, A.ContentRule, A.DebugRule, A.ErrorRule, A.ExtendRule, A.ForwardRule, A.IfRule, A.IfRuleClause, A.ImportRule, A.IncludeRule, A.LoudComment, A.__HasContentVisitor_Object_StatementSearchVisitor, A.ReturnRule, A.SilentComment, A.UseRule, A.VariableDeclaration, A.WarnRule, 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.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.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.Stderr, A._QuietLogger, A.DeprecationHandlingLogger, A.StderrLogger, 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.CalculationInterpolation, A._ColorFormatEnum, A.SpanColorFormat, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A.EvaluateResult, A._EvaluationContext0, A._ArgumentResults0, A._LoadedStylesheet0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A._ArgumentResults, A._LoadedStylesheet, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.DependencyReport, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.SerializeResult, 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.Tuple2, A.Tuple3, A.Tuple4, A.WatchEvent, A.ChangeType, A.AnySelectorVisitor0, A.SupportsAnything0, A.Argument0, A.ArgumentDeclaration0, A.ArgumentInvocation0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A.EvaluateResult0, A._EvaluationContext2, A._ArgumentResults2, A._LoadedStylesheet2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.ParentStatement0, A.AstNode0, A.Selector0, A.BinaryOperationExpression0, A.BooleanExpression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationExpression0, A.CalculationOperation0, A.CalculationInterpolation0, A._CloneCssVisitor0, A.ColorExpression0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.ContentRule0, A.DebugRule0, A.SupportsDeclaration0, A.DeprecationHandlingLogger0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A.ErrorRule0, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A._ArgumentResults1, A._LoadedStylesheet1, A.EveryCssVisitor0, A.SassScriptException0, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.ExtendRule0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardRule0, A.ForwardedModuleView0, A.FunctionExpression0, A.SupportsFunction0, A.IfExpression0, A.IfRule0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.ImportRule0, A.IncludeRule0, A.InterpolatedFunctionExpression0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.LazyFileSpan0, A.ListExpression0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A._QuietLogger0, A.LoudComment0, A.MapExpression0, A.CssMediaQuery0, A._SingletonCssMediaQueryMergeResult0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.FileSystemException0, A.Stderr0, A.NodeToDartLogger, A.NullExpression0, A.NumberExpression0, A.SupportsOperation0, A.ParenthesizedExpression0, A.PlainCssCallable0, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.ReturnRule0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.SelectorExpression0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.SerializeResult0, A.ShadowedModuleView0, A.SilentComment0, A.SourceMapBuffer0, A.StatementSearchVisitor0, A.StaticImport0, A.StderrLogger0, A.StringExpression0, A.SupportsExpression0, A.UnaryOperationExpression0, A.UseRule0, A.UserDefinedCallable0, A.CssValue0, A.ValueExpression0, A.VariableExpression0, A.VariableDeclaration0, A.WarnRule0]);
|
|
101378
101472
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JSArray, J.JSNumber, J.JSString, A.NativeTypedData]);
|
|
101379
101473
|
_inherit(J.LegacyJavaScriptObject, J.JavaScriptObject);
|
|
101380
101474
|
_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.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.Module1, 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.NodeImporterResult, A.RenderContext, A.RenderContextOptions, A.RenderContextResult, A.RenderContextResultStats, A.JSClass, A.JSUrl, A._PropertyDescriptor, A.JSArray1, A.Chokidar0, A.ChokidarOptions0, A.ChokidarWatcher0, A._NodeSassColor, A._Channels, A.CompileOptions, A.NodeCompileResult, A.Exports, A.LoggerNamespace, A.FiberClass, A.Fiber, A.JSFunction0, A.ImmutableList, A.ImmutableMap, A.NodeImporter0, A.CanonicalizeOptions, A.NodeImporterResult0, A.NodeImporterResult1, A._NodeSassList, A._ConstructorOptions, A.NodeLogger, A.WarnOptions, A.DebugOptions, A._NodeSassMap, A._NodeSassNumber, A._ConstructorOptions0, A.JSClass0, A.RenderContext0, A.RenderContextOptions0, A.RenderContextResult0, A.RenderContextResultStats0, A.RenderOptions, A.RenderResult, A.RenderResultStats, A._Exports, A._NodeSassString, A._ConstructorOptions1, A.Types, A.JSUrl0, A._PropertyDescriptor0]);
|
|
@@ -101393,7 +101487,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101393
101487
|
_inherit(A.ListBase, A._ListBase_Object_ListMixin);
|
|
101394
101488
|
_inherit(A.UnmodifiableListBase, A.ListBase);
|
|
101395
101489
|
_inheritMany(A.UnmodifiableListBase, [A.CodeUnits, A.UnmodifiableListView]);
|
|
101396
|
-
_inheritMany(A.Closure0Args, [A.nullFuture_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_length_closure0, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A.Parser__setOption_closure, A.StreamGroup_add_closure, A.StreamGroup_add_closure0, A.StreamGroup__listenToStream_closure, A.StreamQueue__ensureListening_closure0, A.ReplAdapter_runAsync_closure, A.ParsedPath__splitExtension_closure0, A.PseudoSelector_specificity_closure, A.AsyncEnvironment_setVariable_closure, A.AsyncEnvironment_setVariable_closure1, A.AsyncImportCache_canonicalize_closure, A.AsyncImportCache_canonicalize_closure0, A.AsyncImportCache__canonicalize_closure, A.AsyncImportCache_importCanonical_closure, A.Environment_setVariable_closure, A.Environment_setVariable_closure1, A.ExecutableOptions__parser_closure, A.ExecutableOptions_interactive_closure, A.ExecutableOptions_fatalDeprecations_closure, A.ExtensionStore__registerSelector_closure, A.ExtensionStore_addExtension_closure, A.ExtensionStore_addExtension_closure0, A.ExtensionStore_addExtension_closure1, A.ExtensionStore__extendExistingExtensions_closure, A.ExtensionStore__extendExistingExtensions_closure0, A.ExtensionStore_addExtensions___closure, A.ImportCache_canonicalize_closure, A.ImportCache_canonicalize_closure0, A.ImportCache__canonicalize_closure, A.ImportCache_importCanonical_closure, A.resolveImportPath_closure, A.resolveImportPath_closure0, A._tryPathAsDirectory_closure, A._realCasePath_helper_closure, A._readFile_closure, A.writeFile_closure, A.deleteFile_closure, A.fileExists_closure, A.dirExists_closure, A.ensureDir_closure, A.listDir_closure, A.modificationTime_closure, A.watchDir_closure3, A.watchDir__closure, A.AtRootQueryParser_parse_closure, A.KeyframeSelectorParser_parse_closure, A.MediaQueryParser_parse_closure, A.Parser__parseIdentifier_closure, A.SassParser_children_closure, A.SelectorParser_parse_closure, A.SelectorParser_parseCompoundSelector_closure, A.StylesheetParser_parse_closure, A.StylesheetParser_parse__closure, A.StylesheetParser_parseArgumentDeclaration_closure, A.StylesheetParser_parseVariableDeclaration_closure, A.StylesheetParser_parseUseRule_closure, A.StylesheetParser__parseSingleProduction_closure, A.StylesheetParser__statement_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure0, A.StylesheetParser__forRule_closure, A.StylesheetParser__memberList_closure, A.StylesheetParser__expression_resetState, A.StylesheetParser__expression_resolveOneOperation, A.StylesheetParser__expression_resolveOperations, A.StylesheetParser__expression_resolveSpaceExpressions, A.StylesheetParser_expressionUntilComma_closure, A.StylesheetParser_namespacedExpression_closure, A.StylesheetParser__expressionUntilComparison_closure, A.StylesheetParser__publicIdentifier_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, A.StylesheetGraph__add_closure, A.StylesheetGraph_addCanonical_closure, A.StylesheetGraph_reload_closure, A.StylesheetGraph__nodeFor_closure, A.StylesheetGraph__nodeFor_closure0, A.SassNumber__coerceOrConvertValue_compatibilityException, A.SassNumber__coerceOrConvertValue_closure0, A.SassNumber__coerceOrConvertValue_closure2, A.SassNumber_multiplyUnits_closure0, A.SassNumber_multiplyUnits_closure2, A.SingleUnitSassNumber_multiplyUnits_closure0, A._EvaluateVisitor__closure4, A._EvaluateVisitor_run_closure0, A._EvaluateVisitor_run__closure0, A._EvaluateVisitor__loadModule_closure1, A._EvaluateVisitor__loadModule_closure2, A._EvaluateVisitor__loadModule__closure2, A._EvaluateVisitor__execute_closure0, A._EvaluateVisitor__extendModules_closure2, A._EvaluateVisitor_visitAtRootRule_closure1, A._EvaluateVisitor_visitAtRootRule_closure2, A._EvaluateVisitor__scopeForAtRoot__closure0, A._EvaluateVisitor_visitContentRule_closure0, A._EvaluateVisitor_visitDeclaration_closure2, A._EvaluateVisitor_visitEachRule_closure4, A._EvaluateVisitor_visitAtRule_closure3, A._EvaluateVisitor_visitAtRule__closure0, A._EvaluateVisitor_visitForRule_closure4, A._EvaluateVisitor_visitForRule_closure5, A._EvaluateVisitor_visitForRule_closure6, A._EvaluateVisitor_visitForRule_closure7, A._EvaluateVisitor_visitForRule_closure8, A._EvaluateVisitor_visitIfRule_closure0, A._EvaluateVisitor__visitDynamicImport_closure0, A._EvaluateVisitor__visitDynamicImport__closure6, A._EvaluateVisitor_visitIncludeRule_closure3, A._EvaluateVisitor_visitIncludeRule_closure4, A._EvaluateVisitor_visitIncludeRule_closure5, A._EvaluateVisitor_visitIncludeRule__closure0, A._EvaluateVisitor_visitIncludeRule___closure0, A._EvaluateVisitor_visitIncludeRule____closure0, A._EvaluateVisitor_visitMediaRule_closure3, A._EvaluateVisitor_visitMediaRule__closure0, A._EvaluateVisitor_visitMediaRule___closure0, A._EvaluateVisitor_visitStyleRule_closure4, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule__closure0, A._EvaluateVisitor_visitSupportsRule_closure1, A._EvaluateVisitor_visitSupportsRule__closure0, A._EvaluateVisitor_visitVariableDeclaration_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure3, A._EvaluateVisitor_visitVariableDeclaration_closure4, A._EvaluateVisitor_visitWarnRule_closure0, A._EvaluateVisitor_visitWhileRule_closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure0, A._EvaluateVisitor_visitVariableExpression_closure0, A._EvaluateVisitor_visitUnaryOperationExpression_closure0, A._EvaluateVisitor__visitCalculationValue_closure0, A._EvaluateVisitor_visitFunctionExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure2, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable_closure0, A._EvaluateVisitor__runUserDefinedCallable__closure0, A._EvaluateVisitor__runUserDefinedCallable___closure0, A._EvaluateVisitor__runFunctionCallable_closure0, A._EvaluateVisitor__runBuiltInCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure3, A._EvaluateVisitor__verifyArguments_closure0, A._EvaluateVisitor_visitCssAtRule_closure1, A._EvaluateVisitor_visitCssKeyframeBlock_closure1, A._EvaluateVisitor_visitCssMediaRule_closure3, A._EvaluateVisitor_visitCssMediaRule__closure0, A._EvaluateVisitor_visitCssMediaRule___closure0, A._EvaluateVisitor_visitCssStyleRule_closure1, A._EvaluateVisitor_visitCssStyleRule__closure0, A._EvaluateVisitor_visitCssSupportsRule_closure1, A._EvaluateVisitor_visitCssSupportsRule__closure0, A._EvaluateVisitor__serialize_closure0, A._EvaluateVisitor__expressionNode_closure0, A._EvaluateVisitor__closure1, A._EvaluateVisitor_run_closure, A._EvaluateVisitor_run__closure, A._EvaluateVisitor_runExpression_closure, A._EvaluateVisitor_runExpression__closure, A._EvaluateVisitor_runExpression___closure, A._EvaluateVisitor_runStatement_closure, A._EvaluateVisitor_runStatement__closure, A._EvaluateVisitor_runStatement___closure, A._EvaluateVisitor__loadModule_closure, A._EvaluateVisitor__loadModule_closure0, A._EvaluateVisitor__loadModule__closure0, A._EvaluateVisitor__execute_closure, A._EvaluateVisitor__extendModules_closure0, A._EvaluateVisitor_visitAtRootRule_closure, A._EvaluateVisitor_visitAtRootRule_closure0, A._EvaluateVisitor__scopeForAtRoot__closure, A._EvaluateVisitor_visitContentRule_closure, A._EvaluateVisitor_visitDeclaration_closure0, A._EvaluateVisitor_visitEachRule_closure1, A._EvaluateVisitor_visitAtRule_closure0, A._EvaluateVisitor_visitAtRule__closure, A._EvaluateVisitor_visitForRule_closure, A._EvaluateVisitor_visitForRule_closure0, A._EvaluateVisitor_visitForRule_closure1, A._EvaluateVisitor_visitForRule_closure2, A._EvaluateVisitor_visitForRule_closure3, A._EvaluateVisitor_visitIfRule_closure, A._EvaluateVisitor__visitDynamicImport_closure, A._EvaluateVisitor__visitDynamicImport__closure2, A._EvaluateVisitor_visitIncludeRule_closure, A._EvaluateVisitor_visitIncludeRule_closure0, A._EvaluateVisitor_visitIncludeRule_closure1, A._EvaluateVisitor_visitIncludeRule__closure, A._EvaluateVisitor_visitIncludeRule___closure, A._EvaluateVisitor_visitIncludeRule____closure, A._EvaluateVisitor_visitMediaRule_closure0, A._EvaluateVisitor_visitMediaRule__closure, A._EvaluateVisitor_visitMediaRule___closure, A._EvaluateVisitor_visitStyleRule_closure, A._EvaluateVisitor_visitStyleRule_closure1, A._EvaluateVisitor_visitStyleRule__closure, A._EvaluateVisitor_visitSupportsRule_closure, A._EvaluateVisitor_visitSupportsRule__closure, A._EvaluateVisitor_visitVariableDeclaration_closure, A._EvaluateVisitor_visitVariableDeclaration_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure1, A._EvaluateVisitor_visitWarnRule_closure, A._EvaluateVisitor_visitWhileRule_closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure, A._EvaluateVisitor_visitVariableExpression_closure, A._EvaluateVisitor_visitUnaryOperationExpression_closure, A._EvaluateVisitor__visitCalculationValue_closure, A._EvaluateVisitor_visitFunctionExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure0, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure, A._EvaluateVisitor__runUserDefinedCallable_closure, A._EvaluateVisitor__runUserDefinedCallable__closure, A._EvaluateVisitor__runUserDefinedCallable___closure, A._EvaluateVisitor__runFunctionCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure0, A._EvaluateVisitor__verifyArguments_closure, A._EvaluateVisitor_visitCssAtRule_closure, A._EvaluateVisitor_visitCssKeyframeBlock_closure, A._EvaluateVisitor_visitCssMediaRule_closure0, A._EvaluateVisitor_visitCssMediaRule__closure, A._EvaluateVisitor_visitCssMediaRule___closure, A._EvaluateVisitor_visitCssStyleRule_closure, A._EvaluateVisitor_visitCssStyleRule__closure, A._EvaluateVisitor_visitCssSupportsRule_closure, A._EvaluateVisitor_visitCssSupportsRule__closure, A._EvaluateVisitor__serialize_closure, A._EvaluateVisitor__expressionNode_closure, A._SerializeVisitor_visitCssComment_closure, A._SerializeVisitor_visitCssAtRule_closure, A._SerializeVisitor_visitCssMediaRule_closure, A._SerializeVisitor_visitCssImport_closure, A._SerializeVisitor_visitCssImport__closure, A._SerializeVisitor_visitCssKeyframeBlock_closure, A._SerializeVisitor_visitCssStyleRule_closure, A._SerializeVisitor_visitCssSupportsRule_closure, A._SerializeVisitor_visitCssDeclaration_closure, A._SerializeVisitor_visitCssDeclaration_closure0, A._SerializeVisitor__write_closure, A._SerializeVisitor__visitChildren_closure, A._SerializeVisitor__visitChildren_closure0, A.SingleMapping_SingleMapping$fromEntries_closure, A.SingleMapping_SingleMapping$fromEntries_closure0, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeLabel_closure, A.Highlighter__writeLabel_closure0, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.LazyTrace_terse_closure, A.Trace_Trace$from_closure, A.TransformByHandlers_transformByHandlers_closure, A.TransformByHandlers_transformByHandlers__closure0, A.TransformByHandlers_transformByHandlers__closure2, A.RateLimit__debounceAggregate_closure_emit, A.RateLimit__debounceAggregate__closure, A.argumentListClass_closure, A.AsyncEnvironment_setVariable_closure2, A.AsyncEnvironment_setVariable_closure4, A._EvaluateVisitor__closure10, A._EvaluateVisitor_run_closure2, A._EvaluateVisitor_run__closure2, A._EvaluateVisitor__loadModule_closure5, A._EvaluateVisitor__loadModule_closure6, A._EvaluateVisitor__loadModule__closure6, A._EvaluateVisitor__execute_closure2, A._EvaluateVisitor__extendModules_closure6, A._EvaluateVisitor_visitAtRootRule_closure5, A._EvaluateVisitor_visitAtRootRule_closure6, A._EvaluateVisitor__scopeForAtRoot__closure2, A._EvaluateVisitor_visitContentRule_closure2, A._EvaluateVisitor_visitDeclaration_closure6, A._EvaluateVisitor_visitEachRule_closure10, A._EvaluateVisitor_visitAtRule_closure9, A._EvaluateVisitor_visitAtRule__closure2, A._EvaluateVisitor_visitForRule_closure14, A._EvaluateVisitor_visitForRule_closure15, A._EvaluateVisitor_visitForRule_closure16, A._EvaluateVisitor_visitForRule_closure17, A._EvaluateVisitor_visitForRule_closure18, A._EvaluateVisitor_visitIfRule_closure2, A._EvaluateVisitor__visitDynamicImport_closure2, A._EvaluateVisitor__visitDynamicImport__closure14, A._EvaluateVisitor_visitIncludeRule_closure11, A._EvaluateVisitor_visitIncludeRule_closure12, A._EvaluateVisitor_visitIncludeRule_closure13, A._EvaluateVisitor_visitIncludeRule__closure2, A._EvaluateVisitor_visitIncludeRule___closure2, A._EvaluateVisitor_visitIncludeRule____closure2, A._EvaluateVisitor_visitMediaRule_closure9, A._EvaluateVisitor_visitMediaRule__closure2, A._EvaluateVisitor_visitMediaRule___closure2, A._EvaluateVisitor_visitStyleRule_closure14, A._EvaluateVisitor_visitStyleRule_closure16, A._EvaluateVisitor_visitStyleRule__closure2, A._EvaluateVisitor_visitSupportsRule_closure5, A._EvaluateVisitor_visitSupportsRule__closure2, A._EvaluateVisitor_visitVariableDeclaration_closure8, A._EvaluateVisitor_visitVariableDeclaration_closure9, A._EvaluateVisitor_visitVariableDeclaration_closure10, A._EvaluateVisitor_visitWarnRule_closure2, A._EvaluateVisitor_visitWhileRule_closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure2, A._EvaluateVisitor_visitVariableExpression_closure2, A._EvaluateVisitor_visitUnaryOperationExpression_closure2, A._EvaluateVisitor__visitCalculationValue_closure2, A._EvaluateVisitor_visitFunctionExpression_closure5, A._EvaluateVisitor_visitFunctionExpression_closure6, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable_closure2, A._EvaluateVisitor__runUserDefinedCallable__closure2, A._EvaluateVisitor__runUserDefinedCallable___closure2, A._EvaluateVisitor__runFunctionCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure8, A._EvaluateVisitor__runBuiltInCallable_closure9, A._EvaluateVisitor__verifyArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure5, A._EvaluateVisitor_visitCssKeyframeBlock_closure5, A._EvaluateVisitor_visitCssMediaRule_closure9, A._EvaluateVisitor_visitCssMediaRule__closure2, A._EvaluateVisitor_visitCssMediaRule___closure2, A._EvaluateVisitor_visitCssStyleRule_closure5, A._EvaluateVisitor_visitCssStyleRule__closure2, A._EvaluateVisitor_visitCssSupportsRule_closure5, A._EvaluateVisitor_visitCssSupportsRule__closure2, A._EvaluateVisitor__serialize_closure2, A._EvaluateVisitor__expressionNode_closure2, A.AsyncImportCache_canonicalize_closure1, A.AsyncImportCache_canonicalize_closure2, A.AsyncImportCache__canonicalize_closure0, A.AsyncImportCache_importCanonical_closure0, A.AtRootQueryParser_parse_closure0, A.legacyBooleanClass_closure, A.booleanClass_closure, A.colorClass_closure, A.compileAsync_closure, A.compileStringAsync_closure, A.Environment_setVariable_closure2, A.Environment_setVariable_closure4, A._EvaluateVisitor__closure7, A._EvaluateVisitor_run_closure1, A._EvaluateVisitor_run__closure1, A._EvaluateVisitor__loadModule_closure3, A._EvaluateVisitor__loadModule_closure4, A._EvaluateVisitor__loadModule__closure4, A._EvaluateVisitor__execute_closure1, A._EvaluateVisitor__extendModules_closure4, A._EvaluateVisitor_visitAtRootRule_closure3, A._EvaluateVisitor_visitAtRootRule_closure4, A._EvaluateVisitor__scopeForAtRoot__closure1, A._EvaluateVisitor_visitContentRule_closure1, A._EvaluateVisitor_visitDeclaration_closure4, A._EvaluateVisitor_visitEachRule_closure7, A._EvaluateVisitor_visitAtRule_closure6, A._EvaluateVisitor_visitAtRule__closure1, A._EvaluateVisitor_visitForRule_closure9, A._EvaluateVisitor_visitForRule_closure10, A._EvaluateVisitor_visitForRule_closure11, A._EvaluateVisitor_visitForRule_closure12, A._EvaluateVisitor_visitForRule_closure13, A._EvaluateVisitor_visitIfRule_closure1, A._EvaluateVisitor__visitDynamicImport_closure1, A._EvaluateVisitor__visitDynamicImport__closure10, A._EvaluateVisitor_visitIncludeRule_closure7, A._EvaluateVisitor_visitIncludeRule_closure8, A._EvaluateVisitor_visitIncludeRule_closure9, A._EvaluateVisitor_visitIncludeRule__closure1, A._EvaluateVisitor_visitIncludeRule___closure1, A._EvaluateVisitor_visitIncludeRule____closure1, A._EvaluateVisitor_visitMediaRule_closure6, A._EvaluateVisitor_visitMediaRule__closure1, A._EvaluateVisitor_visitMediaRule___closure1, A._EvaluateVisitor_visitStyleRule_closure9, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule__closure1, A._EvaluateVisitor_visitSupportsRule_closure3, A._EvaluateVisitor_visitSupportsRule__closure1, A._EvaluateVisitor_visitVariableDeclaration_closure5, A._EvaluateVisitor_visitVariableDeclaration_closure6, A._EvaluateVisitor_visitVariableDeclaration_closure7, A._EvaluateVisitor_visitWarnRule_closure1, A._EvaluateVisitor_visitWhileRule_closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure1, A._EvaluateVisitor_visitVariableExpression_closure1, A._EvaluateVisitor_visitUnaryOperationExpression_closure1, A._EvaluateVisitor__visitCalculationValue_closure1, A._EvaluateVisitor_visitFunctionExpression_closure3, A._EvaluateVisitor_visitFunctionExpression_closure4, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable_closure1, A._EvaluateVisitor__runUserDefinedCallable__closure1, A._EvaluateVisitor__runUserDefinedCallable___closure1, A._EvaluateVisitor__runFunctionCallable_closure1, A._EvaluateVisitor__runBuiltInCallable_closure5, A._EvaluateVisitor__runBuiltInCallable_closure6, A._EvaluateVisitor__verifyArguments_closure1, A._EvaluateVisitor_visitCssAtRule_closure3, A._EvaluateVisitor_visitCssKeyframeBlock_closure3, A._EvaluateVisitor_visitCssMediaRule_closure6, A._EvaluateVisitor_visitCssMediaRule__closure1, A._EvaluateVisitor_visitCssMediaRule___closure1, A._EvaluateVisitor_visitCssStyleRule_closure3, A._EvaluateVisitor_visitCssStyleRule__closure1, A._EvaluateVisitor_visitCssSupportsRule_closure3, A._EvaluateVisitor_visitCssSupportsRule__closure1, A._EvaluateVisitor__serialize_closure1, A._EvaluateVisitor__expressionNode_closure1, A.exceptionClass_closure, A.ExtensionStore__registerSelector_closure0, A.ExtensionStore_addExtension_closure2, A.ExtensionStore_addExtension_closure3, A.ExtensionStore_addExtension_closure4, A.ExtensionStore__extendExistingExtensions_closure1, A.ExtensionStore__extendExistingExtensions_closure2, A.ExtensionStore_addExtensions___closure0, A.functionClass_closure, A.NodeImporter__tryPath_closure, A.ImportCache_canonicalize_closure1, A.ImportCache_canonicalize_closure2, A.ImportCache__canonicalize_closure0, A.ImportCache_importCanonical_closure0, A._realCasePath_helper_closure0, A.KeyframeSelectorParser_parse_closure0, A.render_closure, A._parseFunctions____closure, A._parseFunctions___closure1, A._parseImporter____closure, A._parseImporter___closure0, A.listClass_closure, A.mapClass_closure, A.MediaQueryParser_parse_closure0, A._readFile_closure0, A.fileExists_closure0, A.dirExists_closure0, A.listDir_closure0, A.NodeToDartLogger_warn_closure, A.NodeToDartLogger_debug_closure, A.legacyNullClass_closure, A.numberClass_closure, A.SassNumber__coerceOrConvertValue_compatibilityException0, A.SassNumber__coerceOrConvertValue_closure4, A.SassNumber__coerceOrConvertValue_closure6, A.SassNumber_multiplyUnits_closure4, A.SassNumber_multiplyUnits_closure6, A.Parser__parseIdentifier_closure0, A.PseudoSelector_specificity_closure0, A.main_closure, A.SassParser_children_closure0, A.SelectorParser_parse_closure0, A.SelectorParser_parseCompoundSelector_closure0, A._SerializeVisitor_visitCssComment_closure0, A._SerializeVisitor_visitCssAtRule_closure0, A._SerializeVisitor_visitCssMediaRule_closure0, A._SerializeVisitor_visitCssImport_closure0, A._SerializeVisitor_visitCssImport__closure0, A._SerializeVisitor_visitCssKeyframeBlock_closure0, A._SerializeVisitor_visitCssStyleRule_closure0, A._SerializeVisitor_visitCssSupportsRule_closure0, A._SerializeVisitor_visitCssDeclaration_closure1, A._SerializeVisitor_visitCssDeclaration_closure2, A._SerializeVisitor__write_closure0, A._SerializeVisitor__visitChildren_closure1, A._SerializeVisitor__visitChildren_closure2, A.SingleUnitSassNumber_multiplyUnits_closure2, A.stringClass_closure, A.StylesheetParser_parse_closure0, A.StylesheetParser_parse__closure1, A.StylesheetParser_parseArgumentDeclaration_closure0, A.StylesheetParser__parseSingleProduction_closure0, A.StylesheetParser_parseSignature_closure, A.StylesheetParser__statement_closure0, A.StylesheetParser_variableDeclarationWithoutNamespace_closure1, A.StylesheetParser_variableDeclarationWithoutNamespace_closure2, A.StylesheetParser__forRule_closure1, A.StylesheetParser__memberList_closure0, A.StylesheetParser__expression_resetState0, A.StylesheetParser__expression_resolveOneOperation0, A.StylesheetParser__expression_resolveOperations0, A.StylesheetParser__expression_resolveSpaceExpressions0, A.StylesheetParser_expressionUntilComma_closure0, A.StylesheetParser_namespacedExpression_closure0, A.StylesheetParser__expressionUntilComparison_closure0, A.StylesheetParser__publicIdentifier_closure0, A.resolveImportPath_closure1, A.resolveImportPath_closure2, A._tryPathAsDirectory_closure0, A.valueClass_closure]);
|
|
101490
|
+
_inheritMany(A.Closure0Args, [A.nullFuture_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_length_closure0, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A.Parser__setOption_closure, A.StreamGroup_add_closure, A.StreamGroup_add_closure0, A.StreamGroup__listenToStream_closure, A.StreamQueue__ensureListening_closure0, A.ReplAdapter_runAsync_closure, A.ParsedPath__splitExtension_closure0, A.PseudoSelector_specificity_closure, A.AsyncEnvironment_setVariable_closure, A.AsyncEnvironment_setVariable_closure1, A.AsyncImportCache_canonicalize_closure, A.AsyncImportCache_canonicalize_closure0, A.AsyncImportCache__canonicalize_closure, A.AsyncImportCache_importCanonical_closure, A.Environment_setVariable_closure, A.Environment_setVariable_closure1, A.ExecutableOptions__parser_closure, A.ExecutableOptions_interactive_closure, A.ExecutableOptions_fatalDeprecations_closure, A.ExtensionStore__registerSelector_closure, A.ExtensionStore_addExtension_closure, A.ExtensionStore_addExtension_closure0, A.ExtensionStore_addExtension_closure1, A.ExtensionStore__extendExistingExtensions_closure, A.ExtensionStore__extendExistingExtensions_closure0, A.ExtensionStore_addExtensions___closure, A.ImportCache_canonicalize_closure, A.ImportCache_canonicalize_closure0, A.ImportCache__canonicalize_closure, A.ImportCache_importCanonical_closure, A.resolveImportPath_closure, A.resolveImportPath_closure0, A._tryPathAsDirectory_closure, A._realCasePath_helper_closure, A._readFile_closure, A.writeFile_closure, A.deleteFile_closure, A.fileExists_closure, A.dirExists_closure, A.ensureDir_closure, A.listDir_closure, A.modificationTime_closure, A.watchDir_closure3, A.watchDir__closure, A.AtRootQueryParser_parse_closure, A.KeyframeSelectorParser_parse_closure, A.MediaQueryParser_parse_closure, A.Parser__parseIdentifier_closure, A.Parser_spanFrom_closure, A.SassParser_children_closure, A.SelectorParser_parse_closure, A.SelectorParser_parseCompoundSelector_closure, A.StylesheetParser_parse_closure, A.StylesheetParser_parse__closure, A.StylesheetParser_parseArgumentDeclaration_closure, A.StylesheetParser_parseVariableDeclaration_closure, A.StylesheetParser_parseUseRule_closure, A.StylesheetParser__parseSingleProduction_closure, A.StylesheetParser__statement_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure0, A.StylesheetParser__forRule_closure, A.StylesheetParser__memberList_closure, A.StylesheetParser__expression_resetState, A.StylesheetParser__expression_resolveOneOperation, A.StylesheetParser__expression_resolveOperations, A.StylesheetParser__expression_resolveSpaceExpressions, A.StylesheetParser_expressionUntilComma_closure, A.StylesheetParser_namespacedExpression_closure, A.StylesheetParser__expressionUntilComparison_closure, A.StylesheetParser__publicIdentifier_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, A.StylesheetGraph__add_closure, A.StylesheetGraph_addCanonical_closure, A.StylesheetGraph_reload_closure, A.StylesheetGraph__nodeFor_closure, A.StylesheetGraph__nodeFor_closure0, A.SassNumber__coerceOrConvertValue_compatibilityException, A.SassNumber__coerceOrConvertValue_closure0, A.SassNumber__coerceOrConvertValue_closure2, A.SassNumber_multiplyUnits_closure0, A.SassNumber_multiplyUnits_closure2, A.SingleUnitSassNumber_multiplyUnits_closure0, A._EvaluateVisitor__closure4, A._EvaluateVisitor_run_closure0, A._EvaluateVisitor_run__closure0, A._EvaluateVisitor__loadModule_closure1, A._EvaluateVisitor__loadModule_closure2, A._EvaluateVisitor__loadModule__closure2, A._EvaluateVisitor__execute_closure0, A._EvaluateVisitor__extendModules_closure2, A._EvaluateVisitor_visitAtRootRule_closure1, A._EvaluateVisitor_visitAtRootRule_closure2, A._EvaluateVisitor__scopeForAtRoot__closure0, A._EvaluateVisitor_visitContentRule_closure0, A._EvaluateVisitor_visitDeclaration_closure2, A._EvaluateVisitor_visitEachRule_closure4, A._EvaluateVisitor_visitAtRule_closure3, A._EvaluateVisitor_visitAtRule__closure0, A._EvaluateVisitor_visitForRule_closure4, A._EvaluateVisitor_visitForRule_closure5, A._EvaluateVisitor_visitForRule_closure6, A._EvaluateVisitor_visitForRule_closure7, A._EvaluateVisitor_visitForRule_closure8, A._EvaluateVisitor_visitIfRule_closure0, A._EvaluateVisitor__visitDynamicImport_closure0, A._EvaluateVisitor__visitDynamicImport__closure6, A._EvaluateVisitor_visitIncludeRule_closure3, A._EvaluateVisitor_visitIncludeRule_closure4, A._EvaluateVisitor_visitIncludeRule_closure5, A._EvaluateVisitor_visitIncludeRule__closure0, A._EvaluateVisitor_visitIncludeRule___closure0, A._EvaluateVisitor_visitIncludeRule____closure0, A._EvaluateVisitor_visitMediaRule_closure3, A._EvaluateVisitor_visitMediaRule__closure0, A._EvaluateVisitor_visitMediaRule___closure0, A._EvaluateVisitor_visitStyleRule_closure4, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule__closure0, A._EvaluateVisitor_visitSupportsRule_closure1, A._EvaluateVisitor_visitSupportsRule__closure0, A._EvaluateVisitor_visitVariableDeclaration_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure3, A._EvaluateVisitor_visitVariableDeclaration_closure4, A._EvaluateVisitor_visitWarnRule_closure0, A._EvaluateVisitor_visitWhileRule_closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure0, A._EvaluateVisitor_visitVariableExpression_closure0, A._EvaluateVisitor_visitUnaryOperationExpression_closure0, A._EvaluateVisitor__visitCalculationValue_closure0, A._EvaluateVisitor_visitFunctionExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure2, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable_closure0, A._EvaluateVisitor__runUserDefinedCallable__closure0, A._EvaluateVisitor__runUserDefinedCallable___closure0, A._EvaluateVisitor__runFunctionCallable_closure0, A._EvaluateVisitor__runBuiltInCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure3, A._EvaluateVisitor__verifyArguments_closure0, A._EvaluateVisitor_visitCssAtRule_closure1, A._EvaluateVisitor_visitCssKeyframeBlock_closure1, A._EvaluateVisitor_visitCssMediaRule_closure3, A._EvaluateVisitor_visitCssMediaRule__closure0, A._EvaluateVisitor_visitCssMediaRule___closure0, A._EvaluateVisitor_visitCssStyleRule_closure1, A._EvaluateVisitor_visitCssStyleRule__closure0, A._EvaluateVisitor_visitCssSupportsRule_closure1, A._EvaluateVisitor_visitCssSupportsRule__closure0, A._EvaluateVisitor__serialize_closure0, A._EvaluateVisitor__expressionNode_closure0, A._EvaluateVisitor__closure1, A._EvaluateVisitor_run_closure, A._EvaluateVisitor_run__closure, A._EvaluateVisitor_runExpression_closure, A._EvaluateVisitor_runExpression__closure, A._EvaluateVisitor_runExpression___closure, A._EvaluateVisitor_runStatement_closure, A._EvaluateVisitor_runStatement__closure, A._EvaluateVisitor_runStatement___closure, A._EvaluateVisitor__loadModule_closure, A._EvaluateVisitor__loadModule_closure0, A._EvaluateVisitor__loadModule__closure0, A._EvaluateVisitor__execute_closure, A._EvaluateVisitor__extendModules_closure0, A._EvaluateVisitor_visitAtRootRule_closure, A._EvaluateVisitor_visitAtRootRule_closure0, A._EvaluateVisitor__scopeForAtRoot__closure, A._EvaluateVisitor_visitContentRule_closure, A._EvaluateVisitor_visitDeclaration_closure0, A._EvaluateVisitor_visitEachRule_closure1, A._EvaluateVisitor_visitAtRule_closure0, A._EvaluateVisitor_visitAtRule__closure, A._EvaluateVisitor_visitForRule_closure, A._EvaluateVisitor_visitForRule_closure0, A._EvaluateVisitor_visitForRule_closure1, A._EvaluateVisitor_visitForRule_closure2, A._EvaluateVisitor_visitForRule_closure3, A._EvaluateVisitor_visitIfRule_closure, A._EvaluateVisitor__visitDynamicImport_closure, A._EvaluateVisitor__visitDynamicImport__closure2, A._EvaluateVisitor_visitIncludeRule_closure, A._EvaluateVisitor_visitIncludeRule_closure0, A._EvaluateVisitor_visitIncludeRule_closure1, A._EvaluateVisitor_visitIncludeRule__closure, A._EvaluateVisitor_visitIncludeRule___closure, A._EvaluateVisitor_visitIncludeRule____closure, A._EvaluateVisitor_visitMediaRule_closure0, A._EvaluateVisitor_visitMediaRule__closure, A._EvaluateVisitor_visitMediaRule___closure, A._EvaluateVisitor_visitStyleRule_closure, A._EvaluateVisitor_visitStyleRule_closure1, A._EvaluateVisitor_visitStyleRule__closure, A._EvaluateVisitor_visitSupportsRule_closure, A._EvaluateVisitor_visitSupportsRule__closure, A._EvaluateVisitor_visitVariableDeclaration_closure, A._EvaluateVisitor_visitVariableDeclaration_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure1, A._EvaluateVisitor_visitWarnRule_closure, A._EvaluateVisitor_visitWhileRule_closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure, A._EvaluateVisitor_visitVariableExpression_closure, A._EvaluateVisitor_visitUnaryOperationExpression_closure, A._EvaluateVisitor__visitCalculationValue_closure, A._EvaluateVisitor_visitFunctionExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure0, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure, A._EvaluateVisitor__runUserDefinedCallable_closure, A._EvaluateVisitor__runUserDefinedCallable__closure, A._EvaluateVisitor__runUserDefinedCallable___closure, A._EvaluateVisitor__runFunctionCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure0, A._EvaluateVisitor__verifyArguments_closure, A._EvaluateVisitor_visitCssAtRule_closure, A._EvaluateVisitor_visitCssKeyframeBlock_closure, A._EvaluateVisitor_visitCssMediaRule_closure0, A._EvaluateVisitor_visitCssMediaRule__closure, A._EvaluateVisitor_visitCssMediaRule___closure, A._EvaluateVisitor_visitCssStyleRule_closure, A._EvaluateVisitor_visitCssStyleRule__closure, A._EvaluateVisitor_visitCssSupportsRule_closure, A._EvaluateVisitor_visitCssSupportsRule__closure, A._EvaluateVisitor__serialize_closure, A._EvaluateVisitor__expressionNode_closure, A._SerializeVisitor_visitCssComment_closure, A._SerializeVisitor_visitCssAtRule_closure, A._SerializeVisitor_visitCssMediaRule_closure, A._SerializeVisitor_visitCssImport_closure, A._SerializeVisitor_visitCssImport__closure, A._SerializeVisitor_visitCssKeyframeBlock_closure, A._SerializeVisitor_visitCssStyleRule_closure, A._SerializeVisitor_visitCssSupportsRule_closure, A._SerializeVisitor_visitCssDeclaration_closure, A._SerializeVisitor_visitCssDeclaration_closure0, A._SerializeVisitor__write_closure, A._SerializeVisitor__visitChildren_closure, A._SerializeVisitor__visitChildren_closure0, A.SingleMapping_SingleMapping$fromEntries_closure, A.SingleMapping_SingleMapping$fromEntries_closure0, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeLabel_closure, A.Highlighter__writeLabel_closure0, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.LazyTrace_terse_closure, A.Trace_Trace$from_closure, A.TransformByHandlers_transformByHandlers_closure, A.TransformByHandlers_transformByHandlers__closure0, A.TransformByHandlers_transformByHandlers__closure2, A.RateLimit__debounceAggregate_closure_emit, A.RateLimit__debounceAggregate__closure, A.argumentListClass_closure, A.AsyncEnvironment_setVariable_closure2, A.AsyncEnvironment_setVariable_closure4, A._EvaluateVisitor__closure10, A._EvaluateVisitor_run_closure2, A._EvaluateVisitor_run__closure2, A._EvaluateVisitor__loadModule_closure5, A._EvaluateVisitor__loadModule_closure6, A._EvaluateVisitor__loadModule__closure6, A._EvaluateVisitor__execute_closure2, A._EvaluateVisitor__extendModules_closure6, A._EvaluateVisitor_visitAtRootRule_closure5, A._EvaluateVisitor_visitAtRootRule_closure6, A._EvaluateVisitor__scopeForAtRoot__closure2, A._EvaluateVisitor_visitContentRule_closure2, A._EvaluateVisitor_visitDeclaration_closure6, A._EvaluateVisitor_visitEachRule_closure10, A._EvaluateVisitor_visitAtRule_closure9, A._EvaluateVisitor_visitAtRule__closure2, A._EvaluateVisitor_visitForRule_closure14, A._EvaluateVisitor_visitForRule_closure15, A._EvaluateVisitor_visitForRule_closure16, A._EvaluateVisitor_visitForRule_closure17, A._EvaluateVisitor_visitForRule_closure18, A._EvaluateVisitor_visitIfRule_closure2, A._EvaluateVisitor__visitDynamicImport_closure2, A._EvaluateVisitor__visitDynamicImport__closure14, A._EvaluateVisitor_visitIncludeRule_closure11, A._EvaluateVisitor_visitIncludeRule_closure12, A._EvaluateVisitor_visitIncludeRule_closure13, A._EvaluateVisitor_visitIncludeRule__closure2, A._EvaluateVisitor_visitIncludeRule___closure2, A._EvaluateVisitor_visitIncludeRule____closure2, A._EvaluateVisitor_visitMediaRule_closure9, A._EvaluateVisitor_visitMediaRule__closure2, A._EvaluateVisitor_visitMediaRule___closure2, A._EvaluateVisitor_visitStyleRule_closure14, A._EvaluateVisitor_visitStyleRule_closure16, A._EvaluateVisitor_visitStyleRule__closure2, A._EvaluateVisitor_visitSupportsRule_closure5, A._EvaluateVisitor_visitSupportsRule__closure2, A._EvaluateVisitor_visitVariableDeclaration_closure8, A._EvaluateVisitor_visitVariableDeclaration_closure9, A._EvaluateVisitor_visitVariableDeclaration_closure10, A._EvaluateVisitor_visitWarnRule_closure2, A._EvaluateVisitor_visitWhileRule_closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure2, A._EvaluateVisitor_visitVariableExpression_closure2, A._EvaluateVisitor_visitUnaryOperationExpression_closure2, A._EvaluateVisitor__visitCalculationValue_closure2, A._EvaluateVisitor_visitFunctionExpression_closure5, A._EvaluateVisitor_visitFunctionExpression_closure6, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable_closure2, A._EvaluateVisitor__runUserDefinedCallable__closure2, A._EvaluateVisitor__runUserDefinedCallable___closure2, A._EvaluateVisitor__runFunctionCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure8, A._EvaluateVisitor__runBuiltInCallable_closure9, A._EvaluateVisitor__verifyArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure5, A._EvaluateVisitor_visitCssKeyframeBlock_closure5, A._EvaluateVisitor_visitCssMediaRule_closure9, A._EvaluateVisitor_visitCssMediaRule__closure2, A._EvaluateVisitor_visitCssMediaRule___closure2, A._EvaluateVisitor_visitCssStyleRule_closure5, A._EvaluateVisitor_visitCssStyleRule__closure2, A._EvaluateVisitor_visitCssSupportsRule_closure5, A._EvaluateVisitor_visitCssSupportsRule__closure2, A._EvaluateVisitor__serialize_closure2, A._EvaluateVisitor__expressionNode_closure2, A.AsyncImportCache_canonicalize_closure1, A.AsyncImportCache_canonicalize_closure2, A.AsyncImportCache__canonicalize_closure0, A.AsyncImportCache_importCanonical_closure0, A.AtRootQueryParser_parse_closure0, A.legacyBooleanClass_closure, A.booleanClass_closure, A.colorClass_closure, A.compileAsync_closure, A.compileStringAsync_closure, A.Environment_setVariable_closure2, A.Environment_setVariable_closure4, A._EvaluateVisitor__closure7, A._EvaluateVisitor_run_closure1, A._EvaluateVisitor_run__closure1, A._EvaluateVisitor__loadModule_closure3, A._EvaluateVisitor__loadModule_closure4, A._EvaluateVisitor__loadModule__closure4, A._EvaluateVisitor__execute_closure1, A._EvaluateVisitor__extendModules_closure4, A._EvaluateVisitor_visitAtRootRule_closure3, A._EvaluateVisitor_visitAtRootRule_closure4, A._EvaluateVisitor__scopeForAtRoot__closure1, A._EvaluateVisitor_visitContentRule_closure1, A._EvaluateVisitor_visitDeclaration_closure4, A._EvaluateVisitor_visitEachRule_closure7, A._EvaluateVisitor_visitAtRule_closure6, A._EvaluateVisitor_visitAtRule__closure1, A._EvaluateVisitor_visitForRule_closure9, A._EvaluateVisitor_visitForRule_closure10, A._EvaluateVisitor_visitForRule_closure11, A._EvaluateVisitor_visitForRule_closure12, A._EvaluateVisitor_visitForRule_closure13, A._EvaluateVisitor_visitIfRule_closure1, A._EvaluateVisitor__visitDynamicImport_closure1, A._EvaluateVisitor__visitDynamicImport__closure10, A._EvaluateVisitor_visitIncludeRule_closure7, A._EvaluateVisitor_visitIncludeRule_closure8, A._EvaluateVisitor_visitIncludeRule_closure9, A._EvaluateVisitor_visitIncludeRule__closure1, A._EvaluateVisitor_visitIncludeRule___closure1, A._EvaluateVisitor_visitIncludeRule____closure1, A._EvaluateVisitor_visitMediaRule_closure6, A._EvaluateVisitor_visitMediaRule__closure1, A._EvaluateVisitor_visitMediaRule___closure1, A._EvaluateVisitor_visitStyleRule_closure9, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule__closure1, A._EvaluateVisitor_visitSupportsRule_closure3, A._EvaluateVisitor_visitSupportsRule__closure1, A._EvaluateVisitor_visitVariableDeclaration_closure5, A._EvaluateVisitor_visitVariableDeclaration_closure6, A._EvaluateVisitor_visitVariableDeclaration_closure7, A._EvaluateVisitor_visitWarnRule_closure1, A._EvaluateVisitor_visitWhileRule_closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure1, A._EvaluateVisitor_visitVariableExpression_closure1, A._EvaluateVisitor_visitUnaryOperationExpression_closure1, A._EvaluateVisitor__visitCalculationValue_closure1, A._EvaluateVisitor_visitFunctionExpression_closure3, A._EvaluateVisitor_visitFunctionExpression_closure4, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable_closure1, A._EvaluateVisitor__runUserDefinedCallable__closure1, A._EvaluateVisitor__runUserDefinedCallable___closure1, A._EvaluateVisitor__runFunctionCallable_closure1, A._EvaluateVisitor__runBuiltInCallable_closure5, A._EvaluateVisitor__runBuiltInCallable_closure6, A._EvaluateVisitor__verifyArguments_closure1, A._EvaluateVisitor_visitCssAtRule_closure3, A._EvaluateVisitor_visitCssKeyframeBlock_closure3, A._EvaluateVisitor_visitCssMediaRule_closure6, A._EvaluateVisitor_visitCssMediaRule__closure1, A._EvaluateVisitor_visitCssMediaRule___closure1, A._EvaluateVisitor_visitCssStyleRule_closure3, A._EvaluateVisitor_visitCssStyleRule__closure1, A._EvaluateVisitor_visitCssSupportsRule_closure3, A._EvaluateVisitor_visitCssSupportsRule__closure1, A._EvaluateVisitor__serialize_closure1, A._EvaluateVisitor__expressionNode_closure1, A.exceptionClass_closure, A.ExtensionStore__registerSelector_closure0, A.ExtensionStore_addExtension_closure2, A.ExtensionStore_addExtension_closure3, A.ExtensionStore_addExtension_closure4, A.ExtensionStore__extendExistingExtensions_closure1, A.ExtensionStore__extendExistingExtensions_closure2, A.ExtensionStore_addExtensions___closure0, A.functionClass_closure, A.NodeImporter__tryPath_closure, A.ImportCache_canonicalize_closure1, A.ImportCache_canonicalize_closure2, A.ImportCache__canonicalize_closure0, A.ImportCache_importCanonical_closure0, A._realCasePath_helper_closure0, A.KeyframeSelectorParser_parse_closure0, A.render_closure, A._parseFunctions____closure, A._parseFunctions___closure1, A._parseImporter____closure, A._parseImporter___closure0, A.listClass_closure, A.mapClass_closure, A.MediaQueryParser_parse_closure0, A._readFile_closure0, A.fileExists_closure0, A.dirExists_closure0, A.listDir_closure0, A.NodeToDartLogger_warn_closure, A.NodeToDartLogger_debug_closure, A.legacyNullClass_closure, A.numberClass_closure, A.SassNumber__coerceOrConvertValue_compatibilityException0, A.SassNumber__coerceOrConvertValue_closure4, A.SassNumber__coerceOrConvertValue_closure6, A.SassNumber_multiplyUnits_closure4, A.SassNumber_multiplyUnits_closure6, A.Parser__parseIdentifier_closure0, A.Parser_spanFrom_closure0, A.PseudoSelector_specificity_closure0, A.main_closure, A.SassParser_children_closure0, A.SelectorParser_parse_closure0, A.SelectorParser_parseCompoundSelector_closure0, A._SerializeVisitor_visitCssComment_closure0, A._SerializeVisitor_visitCssAtRule_closure0, A._SerializeVisitor_visitCssMediaRule_closure0, A._SerializeVisitor_visitCssImport_closure0, A._SerializeVisitor_visitCssImport__closure0, A._SerializeVisitor_visitCssKeyframeBlock_closure0, A._SerializeVisitor_visitCssStyleRule_closure0, A._SerializeVisitor_visitCssSupportsRule_closure0, A._SerializeVisitor_visitCssDeclaration_closure1, A._SerializeVisitor_visitCssDeclaration_closure2, A._SerializeVisitor__write_closure0, A._SerializeVisitor__visitChildren_closure1, A._SerializeVisitor__visitChildren_closure2, A.SingleUnitSassNumber_multiplyUnits_closure2, A.stringClass_closure, A.StylesheetParser_parse_closure0, A.StylesheetParser_parse__closure1, A.StylesheetParser_parseArgumentDeclaration_closure0, A.StylesheetParser__parseSingleProduction_closure0, A.StylesheetParser_parseSignature_closure, A.StylesheetParser__statement_closure0, A.StylesheetParser_variableDeclarationWithoutNamespace_closure1, A.StylesheetParser_variableDeclarationWithoutNamespace_closure2, A.StylesheetParser__forRule_closure1, A.StylesheetParser__memberList_closure0, A.StylesheetParser__expression_resetState0, A.StylesheetParser__expression_resolveOneOperation0, A.StylesheetParser__expression_resolveOperations0, A.StylesheetParser__expression_resolveSpaceExpressions0, A.StylesheetParser_expressionUntilComma_closure0, A.StylesheetParser_namespacedExpression_closure0, A.StylesheetParser__expressionUntilComparison_closure0, A.StylesheetParser__publicIdentifier_closure0, A.resolveImportPath_closure1, A.resolveImportPath_closure2, A._tryPathAsDirectory_closure0, A.valueClass_closure]);
|
|
101397
101491
|
_inheritMany(A.EfficientLengthIterable, [A.ListIterable, A.EmptyIterable, A.LinkedHashMapKeyIterable, A._HashMapKeyIterable, A._MapBaseValueIterable]);
|
|
101398
101492
|
_inheritMany(A.ListIterable, [A.SubListIterable, A.MappedListIterable, A.ReversedListIterable, A.ListQueue, A._GeneratorIterable]);
|
|
101399
101493
|
_inherit(A.EfficientLengthMappedIterable, A.MappedIterable);
|
|
@@ -101575,12 +101669,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101575
101669
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
101576
101670
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"},
|
|
101577
101671
|
mangledNames: {},
|
|
101578
|
-
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "String(String)", "bool(CssNode0)", "bool(CssNode)", "bool(String)", "bool(Object?)", "SassNumber0(List<Value0>)", "SassNumber(List<Value>)", "int()", "bool(SimpleSelector)", "bool(SimpleSelector0)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "SassString0(List<Value0>)", "SassString(List<Value>)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "JSClass0()", "Value()", "bool()", "Null(~())", "~(Object?)", "String()", "double(double)", "Future<Null>(Future<~>())", "FileSpan()", "bool(int?)", "Future<~>()", "Value(Value)", "SassMap(List<Value>)", "Value0(Value0)", "Value?()", "Value0?()", "SassMap0(List<Value0>)", "bool(num,num)", "String?()", "Value0()", "bool(Value0)", "bool(ComplexSelectorComponent0)", "bool(ComplexSelectorComponent)", "~(Value0)", "bool(int)", "ValueExpression0(Value0)", "~(Value,Value)", "~(Value0,Value0)", "double(double,double)", "~(Value)", "double(SassColor0)", "ValueExpression(Value)", "~(Module<Callable>)", "Null(@)", "bool(SelectorList0)", "bool(Value)", "ComplexSelector0(ComplexSelector0)", "~(Object,StackTrace)", "String(Object)", "Future<Value0>()", "~(Module0<Callable0>)", "bool(Object)", "Null(Object,StackTrace)", "Future<Value0?>()", "bool(SelectorList)", "ComplexSelector(ComplexSelector)", "Future<Value?>()", "Frame()", "Future<Value>()", "String(@)", "int(Uri)", "Value0?(Statement0)", "Tuple3<Importer,Uri,Uri>?()", "Declaration0(List<Statement0>,FileSpan)", "Stylesheet?()", "Null([Object?])", "double(Value0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Frame(String)", "Future<Value0?>(Statement0)", "Declaration(List<Statement>,FileSpan)", "SassRuntimeException0(AstNode0)", "double(Value)", "Object()", "List<CssMediaQuery>?(List<CssMediaQuery>)", "Object(Object)", "Future<Value?>(Statement)", "@()", "~(String,Value)", "~(String,Value0)", "SassRuntimeException(AstNode)", "Future<Value0>(List<Value0>)", "Uri(Uri)", "Value?(Statement)", "@(@)", "Null(_NodeSassColor,num)", "int(Object?)", "String(String{color:@})", "AsyncCallable0?()", "Statement()", "bool(Module<Callable>)", "Callable?()", "bool(Module0<AsyncCallable0>)", "Iterable<String>(Module0<AsyncCallable0>)", "AsyncCallable?()", "Expression0(Expression0)", "Statement0()", "Iterable<String>(Module0<Callable0>)", "bool(@)", "String(Expression)", "Iterable<String>(Module<Callable>)", "String(Expression0)", "~(Object)", "bool(Module<AsyncCallable>)", "Map<ComplexSelector0,Extension0>()", "Null(Module<AsyncCallable>)", "int(SassColor0)", "bool(ModifiableCssNode)", "Null(Module0<AsyncCallable0>)", "~(String,Object?)", "Expression(Expression)", "bool(ModifiableCssNode0)", "bool(_Highlight)", "~(String)", "Map<ComplexSelector,Extension>()", "~(~())", "List<String>()", "~(@)", "int(_NodeSassColor)", "Callable0?()", "Iterable<String>(Module<AsyncCallable>)", "bool(Module0<Callable0>)", "Iterable<String>(@)", "SassNumber()", "AstNode?()", "Future<String>(Object?)", "Future<Object>()", "int(Frame)", "String(Frame)", "bool(ForwardRule)", "Trace()", "bool(Frame)", "bool(UseRule)", "Future<SassNumber>()", "bool(ModifiableCssParentNode)", "List<ExtensionStore>()", "~(Module<AsyncCallable>)", "SassFunction(List<Value>)", "AsyncCallable0?(Module0<AsyncCallable0>)", "MapKeySet<Module0<AsyncCallable0>>(Map<Module0<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "AstNode(AstNode)", "AstNode0(AstNode0)", "double(double,String)", "int(double)", "SassFunction0(List<Value0>)", "Entry(Entry)", "AtRule(List<Statement>,FileSpan)", "~(Module0<AsyncCallable0>)", "AtRootRule(List<Statement>,FileSpan)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "Trace(String)", "VariableDeclaration()", "int(int)", "~(String[~])", "Future<SassNumber0>()", "DateTime()", "bool(UseRule0)", "bool(ForwardRule0)", "String(SassNumber)", "Iterable<String>(String)", "Iterable<String>()", "Uri(String)", "Uri?()", "SelectorList(SelectorList,SelectorList)", "SelectorList(Value)", "int(int,double?)", "double(double,double?,num)", "AstNode0?()", "String(SassNumber0)", "Frame(Tuple2<String,AstNode0>)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "0&(@[@])", "double?(String,num{assertPercent:bool,checkPercent:bool,checkUnitless:bool})", "String(int)", "bool(Queue<Object?>)", "List<Extension>()", "~(Iterable<ExtensionStore>)", "Map<String,Callable>(Module<Callable>)", "MapKeySet<Module<Callable>>(Map<Module<Callable>,AstNode>)", "String(Value0)", "Callable?(Module<Callable>)", "Future<Value>(List<Value>)", "Uri?/()", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "~(Iterable<ExtensionStore0>)", "AsyncCallable?(Module<AsyncCallable>)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode0>)", "Map<String,Callable0>(Module0<Callable0>)", "MapKeySet<Module<AsyncCallable>>(Map<Module<AsyncCallable>,AstNode>)", "int(ComplexSelector)", "bool(Import)", "Value0?(Value0)", "Frame(Tuple2<String,AstNode>)", "SassNumber0()", "String(_NodeException)", "bool(String?)", "List<Extension0>()", "Future<~>?()", "~(Uint8List,String,int)", "bool(Statement0)", "bool(Import0)", "Tuple3<Importer0,Uri,Uri>?()", "~(Object?,Object?)", "Value0(int)", "@(Value0,num)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "double(SassNumber0,SassNumber0[String?,String?])", "int(ComplexSelector0)", "~(String,Function)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "String(FileSpan)", "int(SourceLocation)", "~(@,@)", "Set<0^>()<Object?>", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "~(Object[StackTrace?])", "~([Object?])", "bool(Object?,Object?)", "~(String,@)", "bool(Statement)", "SupportsRule(List<Statement>,FileSpan)", "int(int,SimpleSelector)", "Object?(Object?)", "~([Future<~>?])", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "SassList(ComplexSelector)", "~(List<Value>)", "Iterable<ComplexSelector>(ComplexSelector)", "EvaluateResult()", "Module<Callable>()", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "~(String,Option)", "CssValue<String>(Interpolation)", "SimpleSelector(SimpleSelector)", "UserDefinedCallable<Environment>(ContentBlock)", "String(Value)", "Value(Expression)", "~(List<Statement>)", "Tuple2<Expression,Expression>(Tuple2<Expression,Expression>)", "0&(List<Value>)", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "~(@,StackTrace)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "List<Value>(Value)", "String(Trace)", "bool(List<Value>)", "@(@,String)", "Frame(String,String)", "Null(@,StackTrace)", "Value?(Module<AsyncCallable>)", "Frame(Frame)", "SassMap(Value)", "SassMap(SassMap)", "Module<AsyncCallable>?(Module<AsyncCallable>)", "String(Argument0)", "_Future<@>(@)", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap(SassArgumentList0)", "SassNumber(Value)", "Value(Object)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "Null(Function,Function)", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "SassString(SimpleSelector)", "SassString(int)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "SassString(String)", "Map<String,Value>(Module<AsyncCallable>)", "Map<String,AstNode>(Module<AsyncCallable>)", "String(String?)", "bool(Tuple3<Importer,Uri,Uri>)", "Future<~>(List<Value0>)", "Uri(Tuple3<Importer,Uri,Uri>)", "Null(@,@)", "Future<EvaluateResult0>()", "Future<Module0<AsyncCallable0>>()", "bool(String?,String?)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "int(String?)", "Future<Stylesheet?>()", "Future<CssValue0<Value0>>(Expression0)", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "Future<Value0?>(Value0)", "Object(String)", "Future<CssValue0<String>>(Interpolation0)", "bool(Version)", "~(int,@)", "String(MapEntry<String,ConfiguredValue>)", "bool(Deprecation)", "String(Argument)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "Value?(Module<Callable>)", "Module<Callable>?(Module<Callable>)", "AtRootQuery()", "String(BuiltInCallable)", "List<CssMediaQuery>()", "SelectorList()", "Future<Value0>(Expression0)", "Value0/()", "CompoundSelector()", "Statement({root:bool})", "~(Symbol0,@)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Stylesheet()", "Statement?()", "VariableDeclaration(VariableDeclaration)", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "AtRootQuery0()", "ArgumentDeclaration()", "0&(Object[Object?])", "~(String,int)", "UseRule()", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "Map<String,Value>(Module<Callable>)", "StyleRule(List<Statement>,FileSpan)", "Map<String,AstNode>(Module<Callable>)", "EachRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "0&(List<Value0>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "ForRule(List<Statement>,FileSpan)", "double(_NodeSassColor)", "ContentBlock(List<Statement>,FileSpan)", "SassColor0(Object,_Channels)", "SassColor0(SassColor0,_Channels)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "String(Tuple2<Expression,Expression>)", "~(String,int?)", "AsyncImporter0(NodeImporter0)", "0&(@)", "WhileRule(List<Statement>,FileSpan)", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "~(Expression)", "~(BinaryOperator)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "ArgParser()", "StringExpression(Interpolation)", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "DateTime(StylesheetNode)", "~(Uri,StylesheetNode?)", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "String(int,IfClause)", "Object(Value0)", "Set<Deprecation>()", "EvaluateResult0()", "Module0<Callable0>()", "Module0<Callable0>(Module0<Callable0>)", "CssValue0<Value0>(Expression0)", "Future<~>(String)", "SassScriptException()", "CssValue0<String>(Interpolation0)", "List<WatchEvent>(List<WatchEvent>)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "int(int,int)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "SingleUnitSassNumber(double)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "~(ComplexSelector0,Extension0)", "Null(Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>)", "Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>?(List<Extension0>)", "~(Set<ModifiableBox0<SelectorList0>>)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "bool(Extension)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "Set<ModifiableBox<SelectorList>>()", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "@(String)", "Future<~>(List<Value>)", "~(Object?,Object,Object?)", "Tuple2<String,String>(String)", "Uint8List(@,@)", "Stylesheet0?()", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Future<EvaluateResult>()", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Future<Module<AsyncCallable>>()", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassList0(Object[Object?,_ConstructorOptions?])", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "String(Tuple2<Expression0,Expression0>)", "SassMap0(Value0)", "SassMap0(SassMap0)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "Module<AsyncCallable>(Module<AsyncCallable>)", "int(_NodeSassMap)", "~(ComplexSelector,Extension)", "SassMap0(Object[ImmutableMap?])", "ImmutableMap(SassMap0)", "@(SassMap0,Object)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassNumber0(Object,num[Object?])", "double(SassNumber0)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "int?(SassNumber0)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "Future<CssValue<Value>>(Expression)", "~(Set<ModifiableBox<SelectorList>>)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Future<Value?>(Value)", "List<SimpleSelector>(Extender)", "SassScriptException0()", "Future<CssValue<String>>(Interpolation)", "String(Object,@,@[@])", "List<Extender>?(SimpleSelector)", "Tuple2<Expression0,Expression0>(Tuple2<Expression0,Expression0>)", "~(String,StackTrace?)", "List<Extender>(PseudoSelector)", "List<List<Extender>>(List<Extender>)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "List<ComplexSelector>(ComplexSelector)", "JSUrl0?(FileSpan)", "PseudoSelector(ComplexSelector)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "SassString0(int)", "SassString0(String)", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Statement0({root:bool})", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "StyleRule0(List<Statement0>,FileSpan)", "bool(Queue<List<ComplexSelectorComponent>>)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "Future<@>()", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "bool(List<Iterable<ComplexSelectorComponent>>)", "Future<Value>(Expression)", "Value/()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "bool(PseudoSelector)", "0^(0^,0^)<num>", "SelectorList?(PseudoSelector)", "int(int,ComplexSelectorComponent)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Future<~>(List<String>)", "Uri(JSUrl0)", "JSUrl0(Uri)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(CssValue<Combinator>)", "int(num)", "~(List<Value0>)"],
|
|
101672
|
+
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "String(String)", "bool(CssNode0)", "bool(CssNode)", "bool(String)", "bool(Object?)", "SassNumber0(List<Value0>)", "SassNumber(List<Value>)", "int()", "bool(SimpleSelector)", "bool(SimpleSelector0)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "SassString0(List<Value0>)", "SassString(List<Value>)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "FileSpan()", "JSClass0()", "Value()", "bool()", "Null(~())", "~(Object?)", "String()", "double(double)", "Future<Null>(Future<~>())", "bool(int?)", "Future<~>()", "Value(Value)", "SassMap(List<Value>)", "Value0(Value0)", "Value?()", "Value0?()", "SassMap0(List<Value0>)", "bool(num,num)", "String?()", "Value0()", "bool(Value0)", "bool(ComplexSelectorComponent0)", "bool(ComplexSelectorComponent)", "~(Value0)", "bool(int)", "ValueExpression0(Value0)", "~(Value,Value)", "~(Value0,Value0)", "double(double,double)", "~(Value)", "double(SassColor0)", "ValueExpression(Value)", "~(Module<Callable>)", "Null(@)", "bool(SelectorList0)", "bool(Value)", "ComplexSelector0(ComplexSelector0)", "~(Object,StackTrace)", "String(Object)", "Future<Value0>()", "~(Module0<Callable0>)", "bool(Object)", "Null(Object,StackTrace)", "bool(SelectorList)", "Future<Value0?>()", "ComplexSelector(ComplexSelector)", "String(String{color:@})", "Future<Value?>()", "Frame()", "Future<Value>()", "String(@)", "~(String,Value0)", "Tuple3<Importer,Uri,Uri>?()", "Declaration0(List<Statement0>,FileSpan)", "Stylesheet?()", "Null([Object?])", "double(Value0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Frame(String)", "Future<Value0?>(Statement0)", "Value0?(Statement0)", "Declaration(List<Statement>,FileSpan)", "SassRuntimeException0(AstNode0)", "double(Value)", "int(Uri)", "Object(Object)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "Future<Value?>(Statement)", "~(String,Value)", "@()", "SassRuntimeException(AstNode)", "Uri(Uri)", "Value?(Statement)", "Null(_NodeSassColor,num)", "Future<Value0>(List<Value0>)", "Object()", "@(@)", "int(Object?)", "AsyncCallable0?()", "Callable0?()", "Expression0(Expression0)", "Callable?()", "bool(Module0<AsyncCallable0>)", "Iterable<String>(Module0<AsyncCallable0>)", "AsyncCallable?()", "bool(Module<Callable>)", "Statement()", "Iterable<String>(Module0<Callable0>)", "bool(@)", "Iterable<String>(Module<Callable>)", "Statement0()", "Map<ComplexSelector0,Extension0>()", "String(Expression0)", "bool(Module<AsyncCallable>)", "bool(ModifiableCssNode)", "Null(Module<AsyncCallable>)", "int(SassColor0)", "Expression(Expression)", "~(Object)", "Null(Module0<AsyncCallable0>)", "Map<ComplexSelector,Extension>()", "bool(ModifiableCssNode0)", "bool(_Highlight)", "~(String)", "String(Expression)", "~(~())", "List<String>()", "~(@)", "int(_NodeSassColor)", "~(String,Object?)", "Iterable<String>(Module<AsyncCallable>)", "bool(Module0<Callable0>)", "Iterable<String>(@)", "SassNumber()", "AstNode?()", "Future<String>(Object?)", "Future<Object>()", "int(Frame)", "String(Frame)", "bool(ForwardRule)", "Trace()", "bool(Frame)", "bool(UseRule)", "Future<SassNumber>()", "bool(ModifiableCssParentNode)", "List<ExtensionStore>()", "~(Module<AsyncCallable>)", "SassFunction(List<Value>)", "AsyncCallable0?(Module0<AsyncCallable0>)", "MapKeySet<Module0<AsyncCallable0>>(Map<Module0<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "AstNode(AstNode)", "AstNode0(AstNode0)", "double(double,String)", "int(double)", "SassFunction0(List<Value0>)", "Entry(Entry)", "AtRule(List<Statement>,FileSpan)", "~(Module0<AsyncCallable0>)", "AtRootRule(List<Statement>,FileSpan)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "Trace(String)", "VariableDeclaration()", "int(int)", "~(String[~])", "Future<SassNumber0>()", "DateTime()", "bool(UseRule0)", "bool(ForwardRule0)", "String(SassNumber)", "Iterable<String>(String)", "Iterable<String>()", "Uri(String)", "Uri?()", "SelectorList(SelectorList,SelectorList)", "SelectorList(Value)", "int(int,double?)", "double(double,double?,num)", "AstNode0?()", "String(SassNumber0)", "Frame(Tuple2<String,AstNode0>)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "0&(@[@])", "double?(String,num{assertPercent:bool,checkPercent:bool,checkUnitless:bool})", "String(int)", "bool(Queue<Object?>)", "List<Extension>()", "~(Iterable<ExtensionStore>)", "Map<String,Callable>(Module<Callable>)", "MapKeySet<Module<Callable>>(Map<Module<Callable>,AstNode>)", "String(Value0)", "Callable?(Module<Callable>)", "Future<Value>(List<Value>)", "Uri?/()", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "~(Iterable<ExtensionStore0>)", "AsyncCallable?(Module<AsyncCallable>)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode0>)", "Map<String,Callable0>(Module0<Callable0>)", "MapKeySet<Module<AsyncCallable>>(Map<Module<AsyncCallable>,AstNode>)", "int(ComplexSelector)", "bool(Import)", "Value0?(Value0)", "Frame(Tuple2<String,AstNode>)", "SassNumber0()", "String(_NodeException)", "bool(String?)", "List<Extension0>()", "Future<~>?()", "~(Uint8List,String,int)", "bool(Statement0)", "bool(Import0)", "Tuple3<Importer0,Uri,Uri>?()", "~(Object?,Object?)", "Value0(int)", "@(Value0,num)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "double(SassNumber0,SassNumber0[String?,String?])", "int(ComplexSelector0)", "~(String,Function)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "String(FileSpan)", "int(SourceLocation)", "~(@,@)", "Set<0^>()<Object?>", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "~(Object[StackTrace?])", "~([Object?])", "bool(Object?,Object?)", "~(String,@)", "bool(Statement)", "SupportsRule(List<Statement>,FileSpan)", "int(int,SimpleSelector)", "Object?(Object?)", "~([Future<~>?])", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "SassList(ComplexSelector)", "~(List<Value>)", "Iterable<ComplexSelector>(ComplexSelector)", "EvaluateResult()", "Module<Callable>()", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "~(String,Option)", "CssValue<String>(Interpolation)", "SimpleSelector(SimpleSelector)", "UserDefinedCallable<Environment>(ContentBlock)", "String(Value)", "Value(Expression)", "~(List<Statement>)", "Tuple2<Expression,Expression>(Tuple2<Expression,Expression>)", "0&(List<Value>)", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "~(@,StackTrace)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "List<Value>(Value)", "String(Trace)", "bool(List<Value>)", "@(@,String)", "Frame(String,String)", "Null(@,StackTrace)", "Value?(Module<AsyncCallable>)", "Frame(Frame)", "SassMap(Value)", "SassMap(SassMap)", "Module<AsyncCallable>?(Module<AsyncCallable>)", "String(Argument0)", "_Future<@>(@)", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap(SassArgumentList0)", "SassNumber(Value)", "Value(Object)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "Null(Function,Function)", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "SassString(SimpleSelector)", "SassString(int)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "SassString(String)", "Map<String,Value>(Module<AsyncCallable>)", "Map<String,AstNode>(Module<AsyncCallable>)", "String(String?)", "bool(Tuple3<Importer,Uri,Uri>)", "Future<~>(List<Value0>)", "Uri(Tuple3<Importer,Uri,Uri>)", "Null(@,@)", "Future<EvaluateResult0>()", "Future<Module0<AsyncCallable0>>()", "bool(String?,String?)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "int(String?)", "Future<Stylesheet?>()", "Future<CssValue0<Value0>>(Expression0)", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "Future<Value0?>(Value0)", "Object(String)", "Future<CssValue0<String>>(Interpolation0)", "bool(Version)", "~(int,@)", "String(MapEntry<String,ConfiguredValue>)", "bool(Deprecation)", "String(Argument)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "Value?(Module<Callable>)", "Module<Callable>?(Module<Callable>)", "AtRootQuery()", "String(BuiltInCallable)", "List<CssMediaQuery>()", "~(Symbol0,@)", "Future<Value0>(Expression0)", "Value0/()", "SelectorList()", "CompoundSelector()", "Statement({root:bool})", "~(String,int)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Stylesheet()", "Statement?()", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "AtRootQuery0()", "VariableDeclaration(VariableDeclaration)", "0&(Object[Object?])", "ArgumentDeclaration()", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "UseRule()", "Map<String,Value>(Module<Callable>)", "StyleRule(List<Statement>,FileSpan)", "Map<String,AstNode>(Module<Callable>)", "EachRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "0&(List<Value0>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "ForRule(List<Statement>,FileSpan)", "double(_NodeSassColor)", "ContentBlock(List<Statement>,FileSpan)", "SassColor0(Object,_Channels)", "SassColor0(SassColor0,_Channels)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "String(Tuple2<Expression,Expression>)", "~(String,int?)", "AsyncImporter0(NodeImporter0)", "0&(@)", "WhileRule(List<Statement>,FileSpan)", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "~(Expression)", "~(BinaryOperator)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "ArgParser()", "StringExpression(Interpolation)", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "DateTime(StylesheetNode)", "~(Uri,StylesheetNode?)", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "String(int,IfClause)", "Object(Value0)", "Set<Deprecation>()", "EvaluateResult0()", "Module0<Callable0>()", "Module0<Callable0>(Module0<Callable0>)", "CssValue0<Value0>(Expression0)", "Future<~>(String)", "SassScriptException()", "CssValue0<String>(Interpolation0)", "List<WatchEvent>(List<WatchEvent>)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "int(int,int)", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "SingleUnitSassNumber(double)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "~(ComplexSelector0,Extension0)", "Null(Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>)", "Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>?(List<Extension0>)", "~(Set<ModifiableBox0<SelectorList0>>)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "bool(Extension)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "Set<ModifiableBox<SelectorList>>()", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "@(String)", "Future<~>(List<Value>)", "~(Object?,Object,Object?)", "Tuple2<String,String>(String)", "Uint8List(@,@)", "Stylesheet0?()", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Future<EvaluateResult>()", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Future<Module<AsyncCallable>>()", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassList0(Object[Object?,_ConstructorOptions?])", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "String(Tuple2<Expression0,Expression0>)", "SassMap0(Value0)", "SassMap0(SassMap0)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "Module<AsyncCallable>(Module<AsyncCallable>)", "int(_NodeSassMap)", "~(ComplexSelector,Extension)", "SassMap0(Object[ImmutableMap?])", "ImmutableMap(SassMap0)", "@(SassMap0,Object)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassNumber0(Object,num[Object?])", "double(SassNumber0)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "int?(SassNumber0)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "Future<CssValue<Value>>(Expression)", "~(Set<ModifiableBox<SelectorList>>)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Future<Value?>(Value)", "List<SimpleSelector>(Extender)", "SassScriptException0()", "Future<CssValue<String>>(Interpolation)", "String(Object,@,@[@])", "List<Extender>?(SimpleSelector)", "Tuple2<Expression0,Expression0>(Tuple2<Expression0,Expression0>)", "~(String,StackTrace?)", "List<Extender>(PseudoSelector)", "List<List<Extender>>(List<Extender>)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "List<ComplexSelector>(ComplexSelector)", "JSUrl0?(FileSpan)", "PseudoSelector(ComplexSelector)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "SassString0(int)", "SassString0(String)", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Statement0({root:bool})", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "StyleRule0(List<Statement0>,FileSpan)", "bool(Queue<List<ComplexSelectorComponent>>)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "Future<@>()", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "bool(List<Iterable<ComplexSelectorComponent>>)", "Future<Value>(Expression)", "Value/()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "bool(PseudoSelector)", "0^(0^,0^)<num>", "SelectorList?(PseudoSelector)", "int(int,ComplexSelectorComponent)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Future<~>(List<String>)", "Uri(JSUrl0)", "JSUrl0(Uri)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(CssValue<Combinator>)", "int(num)", "~(List<Value0>)"],
|
|
101579
101673
|
interceptorsByTag: null,
|
|
101580
101674
|
leafTags: null,
|
|
101581
101675
|
arrayRti: Symbol("$ti")
|
|
101582
101676
|
};
|
|
101583
|
-
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","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","Module1":"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","NodeImporterResult":"LegacyJavaScriptObject","RenderContext":"LegacyJavaScriptObject","RenderContextOptions":"LegacyJavaScriptObject","RenderContextResult":"LegacyJavaScriptObject","RenderContextResultStats":"LegacyJavaScriptObject","JSClass":"LegacyJavaScriptObject","JSUrl":"LegacyJavaScriptObject","_PropertyDescriptor":"LegacyJavaScriptObject","JSArray1":"LegacyJavaScriptObject","Chokidar0":"LegacyJavaScriptObject","ChokidarOptions0":"LegacyJavaScriptObject","ChokidarWatcher0":"LegacyJavaScriptObject","_NodeSassColor":"LegacyJavaScriptObject","_Channels":"LegacyJavaScriptObject","CompileOptions":"LegacyJavaScriptObject","CompileStringOptions":"LegacyJavaScriptObject","NodeCompileResult":"LegacyJavaScriptObject","_NodeException":"LegacyJavaScriptObject","Exports":"LegacyJavaScriptObject","LoggerNamespace":"LegacyJavaScriptObject","Fiber":"LegacyJavaScriptObject","FiberClass":"LegacyJavaScriptObject","JSFunction0":"LegacyJavaScriptObject","ImmutableList":"LegacyJavaScriptObject","ImmutableMap":"LegacyJavaScriptObject","NodeImporter0":"LegacyJavaScriptObject","CanonicalizeOptions":"LegacyJavaScriptObject","NodeImporterResult0":"LegacyJavaScriptObject","NodeImporterResult1":"LegacyJavaScriptObject","_NodeSassList":"LegacyJavaScriptObject","_ConstructorOptions":"LegacyJavaScriptObject","WarnOptions":"LegacyJavaScriptObject","DebugOptions":"LegacyJavaScriptObject","NodeLogger":"LegacyJavaScriptObject","_NodeSassMap":"LegacyJavaScriptObject","_NodeSassNumber":"LegacyJavaScriptObject","_ConstructorOptions0":"LegacyJavaScriptObject","JSClass0":"LegacyJavaScriptObject","RenderContext0":"LegacyJavaScriptObject","RenderContextOptions0":"LegacyJavaScriptObject","RenderContextResult0":"LegacyJavaScriptObject","RenderContextResultStats0":"LegacyJavaScriptObject","RenderOptions":"LegacyJavaScriptObject","RenderResult":"LegacyJavaScriptObject","RenderResultStats":"LegacyJavaScriptObject","_Exports":"LegacyJavaScriptObject","_NodeSassString":"LegacyJavaScriptObject","_ConstructorOptions1":"LegacyJavaScriptObject","Types":"LegacyJavaScriptObject","JSUrl0":"LegacyJavaScriptObject","_PropertyDescriptor0":"LegacyJavaScriptObject","NativeFloat32List":"NativeTypedArrayOfDouble","JSBool":{"bool":[]},"JSNull":{"Null":[]},"LegacyJavaScriptObject":{"Promise":[],"JsSystemError":[],"_NodeSassColor":[],"_Channels":[],"CompileOptions":[],"CompileStringOptions":[],"NodeCompileResult":[],"_NodeException":[],"Fiber":[],"JSFunction0":[],"ImmutableList":[],"ImmutableMap":[],"NodeImporter0":[],"NodeImporterResult0":[],"NodeImporterResult1":[],"_NodeSassList":[],"_ConstructorOptions":[],"WarnOptions":[],"DebugOptions":[],"_NodeSassMap":[],"_NodeSassNumber":[],"_ConstructorOptions0":[],"JSClass0":[],"RenderContextOptions0":[],"RenderOptions":[],"RenderResult":[],"_NodeSassString":[],"_ConstructorOptions1":[],"JSUrl0":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"]},"_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":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListMixin.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.V":"4","MapMixin.K":"3"},"LateError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.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"],"Iterable.E":"2","ListIterable.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"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"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":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"AsyncError":{"Error":[]},"_Future":{"Future":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_AsyncCompleter":{"_Completer":["1"]},"_SyncCompleter":{"_Completer":["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"},"_ExpandStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"Map":["1","2"]},"ListQueue":{"ListIterable":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"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"]},"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":[]},"NullThrownError":{"TypeError":[],"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"RangeError":[],"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"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":{"ListMixin":["1"],"List":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1","QueueList.E":"1"},"_CastQueueList":{"QueueList":["2"],"ListMixin":["2"],"List":["2"],"Queue":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","QueueList.E":"2"},"UnionSet":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView":{"DelegatingSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapKeySet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_DelegatingIterableBase":{"Iterable":["1"]},"DelegatingSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String?","1"]},"PosixStyle":{"InternalStyle":[]},"UrlStyle":{"InternalStyle":[]},"WindowsStyle":{"InternalStyle":[]},"Version":{"VersionRange":[],"Comparable":["VersionRange"]},"VersionRange":{"Comparable":["VersionRange"]},"ModifiableCssAtRule":{"ModifiableCssParentNode":[],"CssAtRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssComment":{"ModifiableCssNode":[],"CssComment":[],"CssNode":[],"AstNode":[]},"ModifiableCssDeclaration":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssImport":{"ModifiableCssNode":[],"CssImport":[],"CssNode":[],"AstNode":[]},"ModifiableCssKeyframeBlock":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssMediaRule":{"ModifiableCssParentNode":[],"CssMediaRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssNode":{"CssNode":[],"AstNode":[]},"ModifiableCssParentNode":{"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStyleRule":{"ModifiableCssParentNode":[],"CssStyleRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStylesheet":{"ModifiableCssParentNode":[],"CssStylesheet":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssSupportsRule":{"ModifiableCssParentNode":[],"CssSupportsRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssNode":{"AstNode":[]},"CssParentNode":{"CssNode":[],"AstNode":[]},"CssStylesheet":{"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssValue":{"AstNode":[]},"_FakeAstNode":{"AstNode":[]},"Argument":{"AstNode":[]},"ArgumentDeclaration":{"AstNode":[]},"ArgumentInvocation":{"AstNode":[]},"ConfiguredVariable":{"AstNode":[]},"BinaryOperationExpression":{"Expression":[],"AstNode":[]},"BooleanExpression":{"Expression":[],"AstNode":[]},"CalculationExpression":{"Expression":[],"AstNode":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"InterpolatedFunctionExpression":{"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":[]},"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":[]},"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":{"Module":["AsyncCallable"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable":[],"AsyncCallable":[]},"ExplicitConfiguration":{"Configuration":[]},"_EnvironmentModule":{"Module":["Callable"]},"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":[]},"BuiltInModule":{"Module":["1"]},"ForwardedModuleView":{"Module":["1"]},"ShadowedModuleView":{"Module":["1"]},"LimitedMapView":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"MergedMapView":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"MultiSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"PrefixedMapView":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_PrefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"PublicMemberMapView":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"UnprefixedMapView":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_UnprefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassCalculation":{"Value":[]},"SassColor":{"Value":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"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":[]},"SupportsAnything0":{"AstNode0":[]},"Argument0":{"AstNode0":[]},"ArgumentDeclaration0":{"AstNode0":[]},"ArgumentInvocation0":{"AstNode0":[]},"SassArgumentList0":{"SassList0":[],"Value0":[]},"NodeToDartAsyncImporter":{"AsyncImporter0":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module0":["AsyncCallable0"]},"_EvaluationContext2":{"EvaluationContext0":[]},"NodeToDartAsyncFileImporter":{"AsyncImporter0":[]},"AtRootRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"CssAtRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"BinaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable0":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module0":["1"]},"CalculationExpression0":{"Expression0":[],"AstNode0":[]},"SassCalculation0":{"Value0":[]},"CallableDeclaration0":{"Statement0":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ColorExpression0":{"Expression0":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"ComplexSassNumber0":{"SassNumber0":[],"Value0":[]},"ComplexSelector0":{"AstNode0":[]},"CompoundSelector0":{"AstNode0":[]},"ExplicitConfiguration0":{"Configuration0":[]},"ConfiguredVariable0":{"AstNode0":[]},"ContentBlock0":{"Statement0":[],"AstNode0":[]},"ContentRule0":{"Statement0":[],"AstNode0":[]},"DebugRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssDeclaration0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"Declaration0":{"Statement0":[],"AstNode0":[]},"SupportsDeclaration0":{"AstNode0":[]},"DynamicImport0":{"Import0":[],"AstNode0":[]},"EachRule0":{"Statement0":[],"AstNode0":[]},"EmptyExtensionStore0":{"ExtensionStore0":[]},"_EnvironmentModule1":{"Module0":["Callable0"]},"ErrorRule0":{"Statement0":[],"AstNode0":[]},"_EvaluationContext1":{"EvaluationContext0":[]},"SassRuntimeException0":{"Exception":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"MultiSpanSassFormatException0":{"MultiSourceSpanFormatException":[],"SassFormatException0":[],"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"ExtendRule0":{"Statement0":[],"AstNode0":[]},"NodeToDartFileImporter":{"Importer0":[],"AsyncImporter0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"AstNode0":[]},"ForwardedModuleView0":{"Module0":["1"]},"FunctionExpression0":{"Expression0":[],"AstNode0":[]},"SupportsFunction0":{"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[],"AstNode0":[]},"IfExpression0":{"Expression0":[],"AstNode0":[]},"IfRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssImport0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"AstNode0":[]},"InterpolatedFunctionExpression0":{"Expression0":[],"AstNode0":[]},"Interpolation0":{"AstNode0":[]},"SupportsInterpolation0":{"AstNode0":[]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LimitedMapView0":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"ListExpression0":{"Expression0":[],"AstNode0":[]},"SelectorList0":{"AstNode0":[]},"_ParentSelectorVisitor0":{"SelectorSearchVisitor0":["ParentSelector0"],"SelectorSearchVisitor0.T":"ParentSelector0"},"SassList0":{"Value0":[]},"LoudComment0":{"Statement0":[],"AstNode0":[]},"MapExpression0":{"Expression0":[],"AstNode0":[]},"SassMap0":{"Value0":[]},"ModifiableCssMediaRule0":{"ModifiableCssParentNode0":[],"CssMediaRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"MediaRule0":{"Statement0":[],"AstNode0":[]},"MergedExtension0":{"Extension0":[]},"MergedMapView0":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"MixinRule0":{"Statement0":[],"AstNode0":[]},"_HasContentVisitor0":{"StatementSearchVisitor0":["bool"],"StatementSearchVisitor0.T":"bool"},"MultiSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SupportsNegation0":{"AstNode0":[]},"NoOpImporter":{"Importer0":[],"AsyncImporter0":[]},"_FakeAstNode0":{"AstNode0":[]},"CssNode0":{"AstNode0":[]},"CssParentNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssParentNode0":{"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"NullExpression0":{"Expression0":[],"AstNode0":[]},"_SassNull0":{"Value0":[]},"NumberExpression0":{"Expression0":[],"AstNode0":[]},"SassNumber0":{"Value0":[]},"SupportsOperation0":{"AstNode0":[]},"ParentSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ParentStatement0":{"Statement0":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PlainCssCallable0":{"Callable0":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_PrefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"PseudoSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PublicMemberMapView0":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"ReturnRule0":{"Statement0":[],"AstNode0":[]},"Selector0":{"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"AstNode0":[]},"ShadowedModuleView0":{"Module0":["1"]},"SilentComment0":{"Statement0":[],"AstNode0":[]},"SimpleSelector0":{"AstNode0":[]},"SingleUnitSassNumber0":{"SassNumber0":[],"Value0":[]},"StaticImport0":{"Import0":[],"AstNode0":[]},"StringExpression0":{"Expression0":[],"AstNode0":[]},"SassString0":{"Value0":[]},"ModifiableCssStyleRule0":{"ModifiableCssParentNode0":[],"CssStyleRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"StyleRule0":{"Statement0":[],"AstNode0":[]},"CssStylesheet0":{"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"ModifiableCssStylesheet0":{"ModifiableCssParentNode0":[],"CssStylesheet0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"Stylesheet0":{"Statement0":[],"AstNode0":[]},"SupportsExpression0":{"Expression0":[],"AstNode0":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"CssSupportsRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"AstNode0":[]},"NodeToDartImporter":{"Importer0":[],"AsyncImporter0":[]},"TypeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"UnitlessSassNumber0":{"SassNumber0":[],"Value0":[]},"UniversalSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnprefixedMapView0":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_UnprefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"UseRule0":{"Statement0":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable0":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"AstNode0":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Expression":{"AstNode":[]},"Import":{"AstNode":[]},"Statement":{"AstNode":[]},"Callable":{"AsyncCallable":[]},"Callable0":{"AsyncCallable0":[]},"Expression0":{"AstNode0":[]},"Import0":{"AstNode0":[]},"Statement0":{"AstNode0":[]}}'));
|
|
101677
|
+
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","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","Module1":"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","NodeImporterResult":"LegacyJavaScriptObject","RenderContext":"LegacyJavaScriptObject","RenderContextOptions":"LegacyJavaScriptObject","RenderContextResult":"LegacyJavaScriptObject","RenderContextResultStats":"LegacyJavaScriptObject","JSClass":"LegacyJavaScriptObject","JSUrl":"LegacyJavaScriptObject","_PropertyDescriptor":"LegacyJavaScriptObject","JSArray1":"LegacyJavaScriptObject","Chokidar0":"LegacyJavaScriptObject","ChokidarOptions0":"LegacyJavaScriptObject","ChokidarWatcher0":"LegacyJavaScriptObject","_NodeSassColor":"LegacyJavaScriptObject","_Channels":"LegacyJavaScriptObject","CompileOptions":"LegacyJavaScriptObject","CompileStringOptions":"LegacyJavaScriptObject","NodeCompileResult":"LegacyJavaScriptObject","_NodeException":"LegacyJavaScriptObject","Exports":"LegacyJavaScriptObject","LoggerNamespace":"LegacyJavaScriptObject","Fiber":"LegacyJavaScriptObject","FiberClass":"LegacyJavaScriptObject","JSFunction0":"LegacyJavaScriptObject","ImmutableList":"LegacyJavaScriptObject","ImmutableMap":"LegacyJavaScriptObject","NodeImporter0":"LegacyJavaScriptObject","CanonicalizeOptions":"LegacyJavaScriptObject","NodeImporterResult0":"LegacyJavaScriptObject","NodeImporterResult1":"LegacyJavaScriptObject","_NodeSassList":"LegacyJavaScriptObject","_ConstructorOptions":"LegacyJavaScriptObject","WarnOptions":"LegacyJavaScriptObject","DebugOptions":"LegacyJavaScriptObject","NodeLogger":"LegacyJavaScriptObject","_NodeSassMap":"LegacyJavaScriptObject","_NodeSassNumber":"LegacyJavaScriptObject","_ConstructorOptions0":"LegacyJavaScriptObject","JSClass0":"LegacyJavaScriptObject","RenderContext0":"LegacyJavaScriptObject","RenderContextOptions0":"LegacyJavaScriptObject","RenderContextResult0":"LegacyJavaScriptObject","RenderContextResultStats0":"LegacyJavaScriptObject","RenderOptions":"LegacyJavaScriptObject","RenderResult":"LegacyJavaScriptObject","RenderResultStats":"LegacyJavaScriptObject","_Exports":"LegacyJavaScriptObject","_NodeSassString":"LegacyJavaScriptObject","_ConstructorOptions1":"LegacyJavaScriptObject","Types":"LegacyJavaScriptObject","JSUrl0":"LegacyJavaScriptObject","_PropertyDescriptor0":"LegacyJavaScriptObject","NativeFloat32List":"NativeTypedArrayOfDouble","JSBool":{"bool":[]},"JSNull":{"Null":[]},"LegacyJavaScriptObject":{"Promise":[],"JsSystemError":[],"_NodeSassColor":[],"_Channels":[],"CompileOptions":[],"CompileStringOptions":[],"NodeCompileResult":[],"_NodeException":[],"Fiber":[],"JSFunction0":[],"ImmutableList":[],"ImmutableMap":[],"NodeImporter0":[],"NodeImporterResult0":[],"NodeImporterResult1":[],"_NodeSassList":[],"_ConstructorOptions":[],"WarnOptions":[],"DebugOptions":[],"_NodeSassMap":[],"_NodeSassNumber":[],"_ConstructorOptions0":[],"JSClass0":[],"RenderContextOptions0":[],"RenderOptions":[],"RenderResult":[],"_NodeSassString":[],"_ConstructorOptions1":[],"JSUrl0":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSNumNotInt":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"]},"_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":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListMixin.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastMap":{"MapMixin":["3","4"],"Map":["3","4"],"MapMixin.V":"4","MapMixin.K":"3"},"LateError":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.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"],"Iterable.E":"2","ListIterable.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"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"GeneralConstantMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"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":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Type":{"Type":[]},"_Error":{"Error":[]},"_TypeError":{"TypeError":[],"Error":[]},"AsyncError":{"Error":[]},"_Future":{"Future":["1"]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_AsyncCompleter":{"_Completer":["1"]},"_SyncCompleter":{"_Completer":["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"},"_ExpandStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_IdentityHashMap":{"_HashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"_LinkedHashSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"Map":["1","2"]},"ListQueue":{"ListIterable":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_SetBase":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"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"]},"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":[]},"NullThrownError":{"TypeError":[],"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"RangeError":[],"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1","ListIterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"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":{"ListMixin":["1"],"List":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1","QueueList.E":"1"},"_CastQueueList":{"QueueList":["2"],"ListMixin":["2"],"List":["2"],"Queue":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListMixin.E":"2","QueueList.E":"2"},"UnionSet":{"SetMixin":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableSetView":{"DelegatingSet":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapKeySet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_DelegatingIterableBase":{"Iterable":["1"]},"DelegatingSet":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String?","1"]},"PosixStyle":{"InternalStyle":[]},"UrlStyle":{"InternalStyle":[]},"WindowsStyle":{"InternalStyle":[]},"Version":{"VersionRange":[],"Comparable":["VersionRange"]},"VersionRange":{"Comparable":["VersionRange"]},"ModifiableCssAtRule":{"ModifiableCssParentNode":[],"CssAtRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssComment":{"ModifiableCssNode":[],"CssComment":[],"CssNode":[],"AstNode":[]},"ModifiableCssDeclaration":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssImport":{"ModifiableCssNode":[],"CssImport":[],"CssNode":[],"AstNode":[]},"ModifiableCssKeyframeBlock":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssMediaRule":{"ModifiableCssParentNode":[],"CssMediaRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssNode":{"CssNode":[],"AstNode":[]},"ModifiableCssParentNode":{"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStyleRule":{"ModifiableCssParentNode":[],"CssStyleRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStylesheet":{"ModifiableCssParentNode":[],"CssStylesheet":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssSupportsRule":{"ModifiableCssParentNode":[],"CssSupportsRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssNode":{"AstNode":[]},"CssParentNode":{"CssNode":[],"AstNode":[]},"CssStylesheet":{"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssValue":{"AstNode":[]},"_FakeAstNode":{"AstNode":[]},"Argument":{"AstNode":[]},"ArgumentDeclaration":{"AstNode":[]},"ArgumentInvocation":{"AstNode":[]},"ConfiguredVariable":{"AstNode":[]},"BinaryOperationExpression":{"Expression":[],"AstNode":[]},"BooleanExpression":{"Expression":[],"AstNode":[]},"CalculationExpression":{"Expression":[],"AstNode":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"InterpolatedFunctionExpression":{"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":[]},"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":[]},"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":{"Module":["AsyncCallable"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable":[],"AsyncCallable":[]},"ExplicitConfiguration":{"Configuration":[]},"_EnvironmentModule":{"Module":["Callable"]},"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":[]},"BuiltInModule":{"Module":["1"]},"ForwardedModuleView":{"Module":["1"]},"ShadowedModuleView":{"Module":["1"]},"LazyFileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"LimitedMapView":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"MergedMapView":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"MultiSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"PrefixedMapView":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_PrefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"PublicMemberMapView":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"UnprefixedMapView":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_UnprefixedKeys":{"Iterable":["String"],"Iterable.E":"String"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassCalculation":{"Value":[]},"SassColor":{"Value":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"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":[]},"SupportsAnything0":{"AstNode0":[]},"Argument0":{"AstNode0":[]},"ArgumentDeclaration0":{"AstNode0":[]},"ArgumentInvocation0":{"AstNode0":[]},"SassArgumentList0":{"SassList0":[],"Value0":[]},"NodeToDartAsyncImporter":{"AsyncImporter0":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module0":["AsyncCallable0"]},"_EvaluationContext2":{"EvaluationContext0":[]},"NodeToDartAsyncFileImporter":{"AsyncImporter0":[]},"AtRootRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"CssAtRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"BinaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable0":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module0":["1"]},"CalculationExpression0":{"Expression0":[],"AstNode0":[]},"SassCalculation0":{"Value0":[]},"CallableDeclaration0":{"Statement0":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ColorExpression0":{"Expression0":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"ComplexSassNumber0":{"SassNumber0":[],"Value0":[]},"ComplexSelector0":{"AstNode0":[]},"CompoundSelector0":{"AstNode0":[]},"ExplicitConfiguration0":{"Configuration0":[]},"ConfiguredVariable0":{"AstNode0":[]},"ContentBlock0":{"Statement0":[],"AstNode0":[]},"ContentRule0":{"Statement0":[],"AstNode0":[]},"DebugRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssDeclaration0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"Declaration0":{"Statement0":[],"AstNode0":[]},"SupportsDeclaration0":{"AstNode0":[]},"DynamicImport0":{"Import0":[],"AstNode0":[]},"EachRule0":{"Statement0":[],"AstNode0":[]},"EmptyExtensionStore0":{"ExtensionStore0":[]},"_EnvironmentModule1":{"Module0":["Callable0"]},"ErrorRule0":{"Statement0":[],"AstNode0":[]},"_EvaluationContext1":{"EvaluationContext0":[]},"SassRuntimeException0":{"Exception":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"MultiSpanSassFormatException0":{"MultiSourceSpanFormatException":[],"SassFormatException0":[],"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"ExtendRule0":{"Statement0":[],"AstNode0":[]},"NodeToDartFileImporter":{"Importer0":[],"AsyncImporter0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"AstNode0":[]},"ForwardedModuleView0":{"Module0":["1"]},"FunctionExpression0":{"Expression0":[],"AstNode0":[]},"SupportsFunction0":{"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[],"AstNode0":[]},"IfExpression0":{"Expression0":[],"AstNode0":[]},"IfRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssImport0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"AstNode0":[]},"InterpolatedFunctionExpression0":{"Expression0":[],"AstNode0":[]},"Interpolation0":{"AstNode0":[]},"SupportsInterpolation0":{"AstNode0":[]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LazyFileSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"LimitedMapView0":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"ListExpression0":{"Expression0":[],"AstNode0":[]},"SelectorList0":{"AstNode0":[]},"_ParentSelectorVisitor0":{"SelectorSearchVisitor0":["ParentSelector0"],"SelectorSearchVisitor0.T":"ParentSelector0"},"SassList0":{"Value0":[]},"LoudComment0":{"Statement0":[],"AstNode0":[]},"MapExpression0":{"Expression0":[],"AstNode0":[]},"SassMap0":{"Value0":[]},"ModifiableCssMediaRule0":{"ModifiableCssParentNode0":[],"CssMediaRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"MediaRule0":{"Statement0":[],"AstNode0":[]},"MergedExtension0":{"Extension0":[]},"MergedMapView0":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.V":"2","MapMixin.K":"1"},"MixinRule0":{"Statement0":[],"AstNode0":[]},"_HasContentVisitor0":{"StatementSearchVisitor0":["bool"],"StatementSearchVisitor0.T":"bool"},"MultiSpan0":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan"]},"SupportsNegation0":{"AstNode0":[]},"NoOpImporter":{"Importer0":[],"AsyncImporter0":[]},"_FakeAstNode0":{"AstNode0":[]},"CssNode0":{"AstNode0":[]},"CssParentNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssParentNode0":{"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"NullExpression0":{"Expression0":[],"AstNode0":[]},"_SassNull0":{"Value0":[]},"NumberExpression0":{"Expression0":[],"AstNode0":[]},"SassNumber0":{"Value0":[]},"SupportsOperation0":{"AstNode0":[]},"ParentSelector0":{"SimpleSelector0":[],"AstNode0":[]},"ParentStatement0":{"Statement0":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PlainCssCallable0":{"Callable0":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_PrefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"PseudoSelector0":{"SimpleSelector0":[],"AstNode0":[]},"PublicMemberMapView0":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"ReturnRule0":{"Statement0":[],"AstNode0":[]},"Selector0":{"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"AstNode0":[]},"ShadowedModuleView0":{"Module0":["1"]},"SilentComment0":{"Statement0":[],"AstNode0":[]},"SimpleSelector0":{"AstNode0":[]},"SingleUnitSassNumber0":{"SassNumber0":[],"Value0":[]},"StaticImport0":{"Import0":[],"AstNode0":[]},"StringExpression0":{"Expression0":[],"AstNode0":[]},"SassString0":{"Value0":[]},"ModifiableCssStyleRule0":{"ModifiableCssParentNode0":[],"CssStyleRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"StyleRule0":{"Statement0":[],"AstNode0":[]},"CssStylesheet0":{"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"ModifiableCssStylesheet0":{"ModifiableCssParentNode0":[],"CssStylesheet0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"Stylesheet0":{"Statement0":[],"AstNode0":[]},"SupportsExpression0":{"Expression0":[],"AstNode0":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"CssSupportsRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"AstNode0":[]},"NodeToDartImporter":{"Importer0":[],"AsyncImporter0":[]},"TypeSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"UnitlessSassNumber0":{"SassNumber0":[],"Value0":[]},"UniversalSelector0":{"SimpleSelector0":[],"AstNode0":[]},"UnprefixedMapView0":{"MapMixin":["String","1"],"Map":["String","1"],"MapMixin.V":"1","MapMixin.K":"String"},"_UnprefixedKeys0":{"Iterable":["String"],"Iterable.E":"String"},"UseRule0":{"Statement0":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable0":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"AstNode0":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Expression":{"AstNode":[]},"Import":{"AstNode":[]},"Statement":{"AstNode":[]},"Callable":{"AsyncCallable":[]},"Callable0":{"AsyncCallable0":[]},"Expression0":{"AstNode0":[]},"Import0":{"AstNode0":[]},"Statement0":{"AstNode0":[]}}'));
|
|
101584
101678
|
A._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"ArrayIterator":1,"ListIterator":1,"MappedIterator":2,"WhereIterator":1,"ExpandIterator":2,"TakeIterator":1,"SkipIterator":1,"SkipWhileIterator":1,"EmptyIterator":1,"FollowedByIterator":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"LinkedHashMapKeyIterator":1,"NativeTypedArray":1,"EventSink":1,"_SyncStarIterator":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_AsyncStreamControllerDispatch":1,"_AddStreamState":1,"_StreamControllerAddStreamState":1,"_DelayedEvent":1,"_DelayedData":1,"_PendingEvents":1,"_StreamIterator":1,"_ZoneFunction":1,"Queue":1,"_HashMapKeyIterator":1,"_LinkedHashSetIterator":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"_MapBaseValueIterator":2,"_UnmodifiableMapMixin":2,"MapView":2,"_ListQueueIterator":1,"SetBase":1,"_UnmodifiableSetMixin":1,"_ListBase_Object_ListMixin":1,"_SetBase_Object_SetMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"__SetBase_Object_SetMixin":1,"__UnmodifiableSet__SetBase__UnmodifiableSetMixin":1,"ChunkedConversionSink":1,"_StringSinkConversionSink":1,"Iterator":1,"Expando":1,"_EventRequest":1,"_EmptyUnmodifiableSet_IterableBase_UnmodifiableSetMixin":1,"DefaultEquality":1,"IterableEquality":1,"ListEquality":1,"MapEquality":2,"_QueueList_Object_ListMixin":1,"_UnionSet_SetBase_UnmodifiableSetMixin":1,"UnmodifiableSetMixin":1,"_UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin":1,"_DelegatingIterableBase":1,"_MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin":1,"ParentStatement":1,"ParentStatement0":1}'));
|
|
101585
101679
|
var string$ = {
|
|
101586
101680
|
x0a_BUG_: "\n\nBUG: This should include a source span!",
|