sass 1.59.2 → 1.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +839 -549
- 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
|
|
|
@@ -115,7 +115,7 @@ self.readline = _cliPkgRequires.readline;
|
|
|
115
115
|
self.immutable = _cliPkgRequires.immutable;
|
|
116
116
|
self.util = _cliPkgRequires.util;
|
|
117
117
|
self.fs = _cliPkgRequires.fs;
|
|
118
|
-
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, deferred-serialization, intern-composite-values), the Dart to JavaScript compiler version: 2.19.
|
|
118
|
+
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, deferred-serialization, intern-composite-values), the Dart to JavaScript compiler version: 2.19.5.
|
|
119
119
|
// The code supports the following hooks:
|
|
120
120
|
// dartPrint(message):
|
|
121
121
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -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.
|
|
21489
|
+
J.set$info$x(self.exports, "dart-sass\t1.60.0\t(Sass Compiler)\t[Dart]\ndart2js\t2.19.5\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.
|
|
22186
|
+
$async$returnValue = "1.60.0 compiled with dart2js 2.19.5";
|
|
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.
|
|
41917
|
+
sassVersion = A.Version_Version$parse("1.60.0");
|
|
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() {
|
|
@@ -50783,7 +50783,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
50783
50783
|
var t2, value, start, ident, lowerCase, calculation, _this = this,
|
|
50784
50784
|
t1 = _this.scanner,
|
|
50785
50785
|
next = t1.peekChar$0();
|
|
50786
|
-
if (next === 43 || next ===
|
|
50786
|
+
if (next === 43 || next === 46 || A.isDigit(next))
|
|
50787
50787
|
return _this._number$0();
|
|
50788
50788
|
else if (next === 36)
|
|
50789
50789
|
return _this._variable$0();
|
|
@@ -50798,15 +50798,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
50798
50798
|
_this.whitespace$0();
|
|
50799
50799
|
t1.expectChar$1(41);
|
|
50800
50800
|
return new A.ParenthesizedExpression(value, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
50801
|
-
} else if (
|
|
50802
|
-
t1.error$1(0, string$.Expectn);
|
|
50803
|
-
else {
|
|
50801
|
+
} else if (_this.lookingAtIdentifier$0()) {
|
|
50804
50802
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
50805
50803
|
ident = _this.identifier$0();
|
|
50806
50804
|
if (t1.scanChar$1(46))
|
|
50807
50805
|
return _this.namespacedExpression$2(ident, start);
|
|
50808
50806
|
if (t1.peekChar$0() !== 40)
|
|
50809
|
-
|
|
50807
|
+
return new A.StringExpression(A.Interpolation$(A._setArrayType([ident], type$.JSArray_Object), t1.spanFrom$1(start)), false);
|
|
50810
50808
|
lowerCase = ident.toLowerCase();
|
|
50811
50809
|
calculation = _this._tryCalculation$2(lowerCase, start);
|
|
50812
50810
|
if (calculation != null)
|
|
@@ -50815,7 +50813,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
50815
50813
|
return new A.IfExpression(_this._argumentInvocation$0(), t1.spanFrom$1(start));
|
|
50816
50814
|
else
|
|
50817
50815
|
return new A.FunctionExpression(null, ident, _this._argumentInvocation$0(), t1.spanFrom$1(start));
|
|
50818
|
-
}
|
|
50816
|
+
} else if (next === 45)
|
|
50817
|
+
return _this._number$0();
|
|
50818
|
+
else
|
|
50819
|
+
t1.error$1(0, string$.Expectn);
|
|
50819
50820
|
},
|
|
50820
50821
|
_containsCalculationInterpolation$0() {
|
|
50821
50822
|
var t2, parens, next, target, t3, _null = null,
|
|
@@ -51750,7 +51751,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51750
51751
|
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
51752
|
return A.Stylesheet$internal(statements, t2.spanFrom$1(new A._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
51752
51753
|
},
|
|
51753
|
-
$signature:
|
|
51754
|
+
$signature: 354
|
|
51754
51755
|
};
|
|
51755
51756
|
A.StylesheetParser_parse__closure.prototype = {
|
|
51756
51757
|
call$0() {
|
|
@@ -51762,7 +51763,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51762
51763
|
}
|
|
51763
51764
|
return t1._statement$1$root(true);
|
|
51764
51765
|
},
|
|
51765
|
-
$signature:
|
|
51766
|
+
$signature: 355
|
|
51766
51767
|
};
|
|
51767
51768
|
A.StylesheetParser_parse__closure0.prototype = {
|
|
51768
51769
|
call$1(declaration) {
|
|
@@ -51770,7 +51771,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51770
51771
|
t2 = declaration.expression;
|
|
51771
51772
|
return A.VariableDeclaration$(t1, new A.NullExpression(t2.get$span(t2)), declaration.span, null, false, true, null);
|
|
51772
51773
|
},
|
|
51773
|
-
$signature:
|
|
51774
|
+
$signature: 360
|
|
51774
51775
|
};
|
|
51775
51776
|
A.StylesheetParser_parseArgumentDeclaration_closure.prototype = {
|
|
51776
51777
|
call$0() {
|
|
@@ -51786,7 +51787,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51786
51787
|
t2.expectChar$1(123);
|
|
51787
51788
|
return $arguments;
|
|
51788
51789
|
},
|
|
51789
|
-
$signature:
|
|
51790
|
+
$signature: 362
|
|
51790
51791
|
};
|
|
51791
51792
|
A.StylesheetParser_parseVariableDeclaration_closure.prototype = {
|
|
51792
51793
|
call$0() {
|
|
@@ -51805,7 +51806,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51805
51806
|
t1.whitespace$0();
|
|
51806
51807
|
return t1._useRule$1(new A._SpanScannerState(t2, t3));
|
|
51807
51808
|
},
|
|
51808
|
-
$signature:
|
|
51809
|
+
$signature: 364
|
|
51809
51810
|
};
|
|
51810
51811
|
A.StylesheetParser__parseSingleProduction_closure.prototype = {
|
|
51811
51812
|
call$0() {
|
|
@@ -51821,13 +51822,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51821
51822
|
call$0() {
|
|
51822
51823
|
return this.$this._statement$0();
|
|
51823
51824
|
},
|
|
51824
|
-
$signature:
|
|
51825
|
+
$signature: 111
|
|
51825
51826
|
};
|
|
51826
51827
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure.prototype = {
|
|
51827
51828
|
call$0() {
|
|
51828
51829
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
51829
51830
|
},
|
|
51830
|
-
$signature:
|
|
51831
|
+
$signature: 25
|
|
51831
51832
|
};
|
|
51832
51833
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure0.prototype = {
|
|
51833
51834
|
call$0() {
|
|
@@ -51839,13 +51840,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51839
51840
|
call$2(children, span) {
|
|
51840
51841
|
return A.Declaration$nested(this.name, children, span, null);
|
|
51841
51842
|
},
|
|
51842
|
-
$signature:
|
|
51843
|
+
$signature: 86
|
|
51843
51844
|
};
|
|
51844
51845
|
A.StylesheetParser__declarationOrBuffer_closure0.prototype = {
|
|
51845
51846
|
call$2(children, span) {
|
|
51846
51847
|
return A.Declaration$nested(this.name, children, span, this._box_0.value);
|
|
51847
51848
|
},
|
|
51848
|
-
$signature:
|
|
51849
|
+
$signature: 86
|
|
51849
51850
|
};
|
|
51850
51851
|
A.StylesheetParser__styleRule_closure.prototype = {
|
|
51851
51852
|
call$2(children, span) {
|
|
@@ -51862,13 +51863,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51862
51863
|
call$2(children, span) {
|
|
51863
51864
|
return A.Declaration$nested(this._box_0.name, children, span, null);
|
|
51864
51865
|
},
|
|
51865
|
-
$signature:
|
|
51866
|
+
$signature: 86
|
|
51866
51867
|
};
|
|
51867
51868
|
A.StylesheetParser__propertyOrVariableDeclaration_closure0.prototype = {
|
|
51868
51869
|
call$2(children, span) {
|
|
51869
51870
|
return A.Declaration$nested(this._box_0.name, children, span, this.value);
|
|
51870
51871
|
},
|
|
51871
|
-
$signature:
|
|
51872
|
+
$signature: 86
|
|
51872
51873
|
};
|
|
51873
51874
|
A.StylesheetParser__atRootRule_closure.prototype = {
|
|
51874
51875
|
call$2(children, span) {
|
|
@@ -51909,7 +51910,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
51909
51910
|
} else
|
|
51910
51911
|
return false;
|
|
51911
51912
|
},
|
|
51912
|
-
$signature:
|
|
51913
|
+
$signature: 28
|
|
51913
51914
|
};
|
|
51914
51915
|
A.StylesheetParser__forRule_closure0.prototype = {
|
|
51915
51916
|
call$2(children, span) {
|
|
@@ -52135,7 +52136,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52135
52136
|
call$0() {
|
|
52136
52137
|
return this.$this.scanner.peekChar$0() === 44;
|
|
52137
52138
|
},
|
|
52138
|
-
$signature:
|
|
52139
|
+
$signature: 28
|
|
52139
52140
|
};
|
|
52140
52141
|
A.StylesheetParser__unicodeRange_closure.prototype = {
|
|
52141
52142
|
call$1(char) {
|
|
@@ -52153,7 +52154,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52153
52154
|
call$0() {
|
|
52154
52155
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
52155
52156
|
},
|
|
52156
|
-
$signature:
|
|
52157
|
+
$signature: 25
|
|
52157
52158
|
};
|
|
52158
52159
|
A.StylesheetParser_trySpecialFunction_closure.prototype = {
|
|
52159
52160
|
call$1(contents) {
|
|
@@ -52169,13 +52170,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52169
52170
|
return t1.peekChar$1(1) !== 61;
|
|
52170
52171
|
return next === 60 || next === 62;
|
|
52171
52172
|
},
|
|
52172
|
-
$signature:
|
|
52173
|
+
$signature: 28
|
|
52173
52174
|
};
|
|
52174
52175
|
A.StylesheetParser__publicIdentifier_closure.prototype = {
|
|
52175
52176
|
call$0() {
|
|
52176
52177
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
52177
52178
|
},
|
|
52178
|
-
$signature:
|
|
52179
|
+
$signature: 25
|
|
52179
52180
|
};
|
|
52180
52181
|
A.StylesheetGraph.prototype = {
|
|
52181
52182
|
modifiedSince$3(url, since, baseImporter) {
|
|
@@ -52471,6 +52472,58 @@ self.fs = _cliPkgRequires.fs;
|
|
|
52471
52472
|
}
|
|
52472
52473
|
};
|
|
52473
52474
|
A.ModifiableBox.prototype = {};
|
|
52475
|
+
A.LazyFileSpan.prototype = {
|
|
52476
|
+
get$span(_) {
|
|
52477
|
+
var t1 = this._lazy_file_span$_span;
|
|
52478
|
+
return t1 == null ? this._lazy_file_span$_span = this._builder.call$0() : t1;
|
|
52479
|
+
},
|
|
52480
|
+
compareTo$1(_, other) {
|
|
52481
|
+
return this.get$span(this).compareTo$1(0, other);
|
|
52482
|
+
},
|
|
52483
|
+
get$context(_) {
|
|
52484
|
+
var t1 = this.get$span(this);
|
|
52485
|
+
return t1.get$context(t1);
|
|
52486
|
+
},
|
|
52487
|
+
get$end(_) {
|
|
52488
|
+
var t1 = this.get$span(this);
|
|
52489
|
+
return t1.get$end(t1);
|
|
52490
|
+
},
|
|
52491
|
+
expand$1(_, other) {
|
|
52492
|
+
return this.get$span(this).expand$1(0, other);
|
|
52493
|
+
},
|
|
52494
|
+
get$file(_) {
|
|
52495
|
+
var t1 = this.get$span(this);
|
|
52496
|
+
return t1.get$file(t1);
|
|
52497
|
+
},
|
|
52498
|
+
highlight$1$color(color) {
|
|
52499
|
+
return this.get$span(this).highlight$1$color(color);
|
|
52500
|
+
},
|
|
52501
|
+
get$length(_) {
|
|
52502
|
+
var t1 = this.get$span(this);
|
|
52503
|
+
return t1.get$length(t1);
|
|
52504
|
+
},
|
|
52505
|
+
message$2$color(_, message, color) {
|
|
52506
|
+
return this.get$span(this).message$2$color(0, message, color);
|
|
52507
|
+
},
|
|
52508
|
+
message$1($receiver, message) {
|
|
52509
|
+
return this.message$2$color($receiver, message, null);
|
|
52510
|
+
},
|
|
52511
|
+
get$sourceUrl(_) {
|
|
52512
|
+
var t1 = this.get$span(this);
|
|
52513
|
+
return t1.get$sourceUrl(t1);
|
|
52514
|
+
},
|
|
52515
|
+
get$start(_) {
|
|
52516
|
+
var t1 = this.get$span(this);
|
|
52517
|
+
return t1.get$start(t1);
|
|
52518
|
+
},
|
|
52519
|
+
get$text() {
|
|
52520
|
+
return this.get$span(this).get$text();
|
|
52521
|
+
},
|
|
52522
|
+
$isComparable: 1,
|
|
52523
|
+
$isFileSpan: 1,
|
|
52524
|
+
$isSourceSpan: 1,
|
|
52525
|
+
$isSourceSpanWithContext: 1
|
|
52526
|
+
};
|
|
52474
52527
|
A.LimitedMapView.prototype = {
|
|
52475
52528
|
get$keys(_) {
|
|
52476
52529
|
return this._limited_map_view$_keys;
|
|
@@ -53093,14 +53146,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
53093
53146
|
return true;
|
|
53094
53147
|
},
|
|
53095
53148
|
accept$1$1(visitor) {
|
|
53096
|
-
|
|
53097
|
-
t1 = visitor._serialize$_buffer;
|
|
53098
|
-
t1.write$1(0, this.name);
|
|
53099
|
-
t1.writeCharCode$1(40);
|
|
53100
|
-
t2 = visitor._style === B.OutputStyle_1 ? "," : ", ";
|
|
53101
|
-
visitor._writeBetween$3(this.$arguments, t2, visitor.get$_writeCalculationValue());
|
|
53102
|
-
t1.writeCharCode$1(41);
|
|
53103
|
-
return null;
|
|
53149
|
+
return visitor.visitCalculation$1(this);
|
|
53104
53150
|
},
|
|
53105
53151
|
accept$1(visitor) {
|
|
53106
53152
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
@@ -54185,7 +54231,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
54185
54231
|
call$1(factor) {
|
|
54186
54232
|
return this.$this._number$_value * factor;
|
|
54187
54233
|
},
|
|
54188
|
-
$signature:
|
|
54234
|
+
$signature: 32
|
|
54189
54235
|
};
|
|
54190
54236
|
A.SingleUnitSassNumber_multiplyUnits_closure.prototype = {
|
|
54191
54237
|
call$1(denominator) {
|
|
@@ -57046,100 +57092,141 @@ self.fs = _cliPkgRequires.fs;
|
|
|
57046
57092
|
_visitCalculationValue$body$_EvaluateVisitor(node, inMinMax) {
|
|
57047
57093
|
var $async$goto = 0,
|
|
57048
57094
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Object),
|
|
57049
|
-
$async$returnValue, $async$self = this, inner, result, t1, $async$temp1;
|
|
57095
|
+
$async$returnValue, $async$self = this, inner, result, t1, text, $async$temp1;
|
|
57050
57096
|
var $async$_async_evaluate$_visitCalculationValue$2$inMinMax = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
57051
57097
|
if ($async$errorCode === 1)
|
|
57052
57098
|
return A._asyncRethrow($async$result, $async$completer);
|
|
57053
57099
|
while (true)
|
|
57054
|
-
|
|
57055
|
-
|
|
57056
|
-
|
|
57057
|
-
|
|
57058
|
-
|
|
57059
|
-
|
|
57060
|
-
|
|
57061
|
-
|
|
57062
|
-
|
|
57063
|
-
|
|
57064
|
-
|
|
57065
|
-
|
|
57066
|
-
|
|
57067
|
-
|
|
57068
|
-
|
|
57069
|
-
|
|
57070
|
-
|
|
57071
|
-
|
|
57072
|
-
|
|
57073
|
-
$async$goto = 1;
|
|
57074
|
-
break;
|
|
57075
|
-
// goto join
|
|
57076
|
-
$async$goto = 4;
|
|
57077
|
-
break;
|
|
57078
|
-
case 5:
|
|
57079
|
-
// else
|
|
57080
|
-
$async$goto = node instanceof A.StringExpression ? 7 : 9;
|
|
57081
|
-
break;
|
|
57082
|
-
case 7:
|
|
57083
|
-
// then
|
|
57084
|
-
$async$temp1 = A;
|
|
57085
|
-
$async$goto = 10;
|
|
57086
|
-
return A._asyncAwait($async$self._async_evaluate$_performInterpolation$1(node.text), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57087
|
-
case 10:
|
|
57088
|
-
// returning from await.
|
|
57089
|
-
$async$returnValue = new $async$temp1.CalculationInterpolation($async$result);
|
|
57090
|
-
// goto return
|
|
57091
|
-
$async$goto = 1;
|
|
57092
|
-
break;
|
|
57093
|
-
// goto join
|
|
57094
|
-
$async$goto = 8;
|
|
57095
|
-
break;
|
|
57096
|
-
case 9:
|
|
57097
|
-
// else
|
|
57098
|
-
$async$goto = node instanceof A.BinaryOperationExpression ? 11 : 13;
|
|
57099
|
-
break;
|
|
57100
|
-
case 11:
|
|
57101
|
-
// then
|
|
57102
|
-
$async$goto = 14;
|
|
57103
|
-
return A._asyncAwait($async$self._addExceptionSpanAsync$1$2(node, new A._EvaluateVisitor__visitCalculationValue_closure0($async$self, node, inMinMax), type$.Object), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57104
|
-
case 14:
|
|
57105
|
-
// returning from await.
|
|
57106
|
-
$async$returnValue = $async$result;
|
|
57107
|
-
// goto return
|
|
57108
|
-
$async$goto = 1;
|
|
57109
|
-
break;
|
|
57110
|
-
// goto join
|
|
57111
|
-
$async$goto = 12;
|
|
57112
|
-
break;
|
|
57113
|
-
case 13:
|
|
57114
|
-
// else
|
|
57115
|
-
$async$goto = 15;
|
|
57116
|
-
return A._asyncAwait(node.accept$1($async$self), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57117
|
-
case 15:
|
|
57118
|
-
// returning from await.
|
|
57119
|
-
result = $async$result;
|
|
57120
|
-
if (result instanceof A.SassNumber || result instanceof A.SassCalculation) {
|
|
57121
|
-
$async$returnValue = result;
|
|
57100
|
+
$async$outer:
|
|
57101
|
+
switch ($async$goto) {
|
|
57102
|
+
case 0:
|
|
57103
|
+
// Function start
|
|
57104
|
+
$async$goto = node instanceof A.ParenthesizedExpression ? 3 : 5;
|
|
57105
|
+
break;
|
|
57106
|
+
case 3:
|
|
57107
|
+
// then
|
|
57108
|
+
inner = node.expression;
|
|
57109
|
+
$async$goto = 6;
|
|
57110
|
+
return A._asyncAwait($async$self._async_evaluate$_visitCalculationValue$2$inMinMax(inner, inMinMax), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57111
|
+
case 6:
|
|
57112
|
+
// returning from await.
|
|
57113
|
+
result = $async$result;
|
|
57114
|
+
if (inner instanceof A.FunctionExpression)
|
|
57115
|
+
t1 = A.stringReplaceAllUnchecked(inner.originalName, "_", "-").toLowerCase() === "var" && result instanceof A.SassString && !result._hasQuotes;
|
|
57116
|
+
else
|
|
57117
|
+
t1 = false;
|
|
57118
|
+
$async$returnValue = t1 ? new A.SassString("(" + result._string$_text + ")", false) : result;
|
|
57122
57119
|
// goto return
|
|
57123
57120
|
$async$goto = 1;
|
|
57124
57121
|
break;
|
|
57125
|
-
|
|
57126
|
-
|
|
57127
|
-
|
|
57122
|
+
// goto join
|
|
57123
|
+
$async$goto = 4;
|
|
57124
|
+
break;
|
|
57125
|
+
case 5:
|
|
57126
|
+
// else
|
|
57127
|
+
$async$goto = node instanceof A.StringExpression ? 7 : 9;
|
|
57128
|
+
break;
|
|
57129
|
+
case 7:
|
|
57130
|
+
// then
|
|
57131
|
+
t1 = node.text;
|
|
57132
|
+
text = t1.get$asPlain();
|
|
57133
|
+
$async$goto = text == null ? 10 : 11;
|
|
57134
|
+
break;
|
|
57135
|
+
case 10:
|
|
57136
|
+
// then
|
|
57137
|
+
$async$temp1 = A;
|
|
57138
|
+
$async$goto = 12;
|
|
57139
|
+
return A._asyncAwait($async$self._async_evaluate$_performInterpolation$1(t1), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57140
|
+
case 12:
|
|
57141
|
+
// returning from await.
|
|
57142
|
+
$async$returnValue = new $async$temp1.CalculationInterpolation($async$result);
|
|
57128
57143
|
// goto return
|
|
57129
57144
|
$async$goto = 1;
|
|
57130
57145
|
break;
|
|
57131
|
-
|
|
57132
|
-
|
|
57133
|
-
|
|
57134
|
-
|
|
57135
|
-
|
|
57136
|
-
|
|
57137
|
-
|
|
57138
|
-
|
|
57139
|
-
|
|
57140
|
-
|
|
57141
|
-
|
|
57142
|
-
|
|
57146
|
+
case 11:
|
|
57147
|
+
// join
|
|
57148
|
+
switch (text.toLowerCase()) {
|
|
57149
|
+
case "pi":
|
|
57150
|
+
$async$returnValue = A.SassNumber_SassNumber(3.141592653589793, null);
|
|
57151
|
+
// goto return
|
|
57152
|
+
$async$goto = 1;
|
|
57153
|
+
break $async$outer;
|
|
57154
|
+
case "e":
|
|
57155
|
+
$async$returnValue = A.SassNumber_SassNumber(2.718281828459045, null);
|
|
57156
|
+
// goto return
|
|
57157
|
+
$async$goto = 1;
|
|
57158
|
+
break $async$outer;
|
|
57159
|
+
case "infinity":
|
|
57160
|
+
$async$returnValue = A.SassNumber_SassNumber(1 / 0, null);
|
|
57161
|
+
// goto return
|
|
57162
|
+
$async$goto = 1;
|
|
57163
|
+
break $async$outer;
|
|
57164
|
+
case "-infinity":
|
|
57165
|
+
$async$returnValue = A.SassNumber_SassNumber(-1 / 0, null);
|
|
57166
|
+
// goto return
|
|
57167
|
+
$async$goto = 1;
|
|
57168
|
+
break $async$outer;
|
|
57169
|
+
case "nan":
|
|
57170
|
+
$async$returnValue = A.SassNumber_SassNumber(0 / 0, null);
|
|
57171
|
+
// goto return
|
|
57172
|
+
$async$goto = 1;
|
|
57173
|
+
break $async$outer;
|
|
57174
|
+
default:
|
|
57175
|
+
$async$returnValue = new A.SassString(text, false);
|
|
57176
|
+
// goto return
|
|
57177
|
+
$async$goto = 1;
|
|
57178
|
+
break $async$outer;
|
|
57179
|
+
}
|
|
57180
|
+
// goto join
|
|
57181
|
+
$async$goto = 8;
|
|
57182
|
+
break;
|
|
57183
|
+
case 9:
|
|
57184
|
+
// else
|
|
57185
|
+
$async$goto = node instanceof A.BinaryOperationExpression ? 13 : 15;
|
|
57186
|
+
break;
|
|
57187
|
+
case 13:
|
|
57188
|
+
// then
|
|
57189
|
+
$async$goto = 16;
|
|
57190
|
+
return A._asyncAwait($async$self._addExceptionSpanAsync$1$2(node, new A._EvaluateVisitor__visitCalculationValue_closure0($async$self, node, inMinMax), type$.Object), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57191
|
+
case 16:
|
|
57192
|
+
// returning from await.
|
|
57193
|
+
$async$returnValue = $async$result;
|
|
57194
|
+
// goto return
|
|
57195
|
+
$async$goto = 1;
|
|
57196
|
+
break;
|
|
57197
|
+
// goto join
|
|
57198
|
+
$async$goto = 14;
|
|
57199
|
+
break;
|
|
57200
|
+
case 15:
|
|
57201
|
+
// else
|
|
57202
|
+
$async$goto = 17;
|
|
57203
|
+
return A._asyncAwait(node.accept$1($async$self), $async$_async_evaluate$_visitCalculationValue$2$inMinMax);
|
|
57204
|
+
case 17:
|
|
57205
|
+
// returning from await.
|
|
57206
|
+
result = $async$result;
|
|
57207
|
+
if (result instanceof A.SassNumber || result instanceof A.SassCalculation) {
|
|
57208
|
+
$async$returnValue = result;
|
|
57209
|
+
// goto return
|
|
57210
|
+
$async$goto = 1;
|
|
57211
|
+
break;
|
|
57212
|
+
}
|
|
57213
|
+
if (result instanceof A.SassString && !result._hasQuotes) {
|
|
57214
|
+
$async$returnValue = result;
|
|
57215
|
+
// goto return
|
|
57216
|
+
$async$goto = 1;
|
|
57217
|
+
break;
|
|
57218
|
+
}
|
|
57219
|
+
throw A.wrapException($async$self._async_evaluate$_exception$2("Value " + result.toString$0(0) + " can't be used in a calculation.", node.get$span(node)));
|
|
57220
|
+
case 14:
|
|
57221
|
+
// join
|
|
57222
|
+
case 8:
|
|
57223
|
+
// join
|
|
57224
|
+
case 4:
|
|
57225
|
+
// join
|
|
57226
|
+
case 1:
|
|
57227
|
+
// return
|
|
57228
|
+
return A._asyncReturn($async$returnValue, $async$completer);
|
|
57229
|
+
}
|
|
57143
57230
|
});
|
|
57144
57231
|
return A._asyncStartSync($async$_async_evaluate$_visitCalculationValue$2$inMinMax, $async$completer);
|
|
57145
57232
|
},
|
|
@@ -59675,7 +59762,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59675
59762
|
});
|
|
59676
59763
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59677
59764
|
},
|
|
59678
|
-
$signature:
|
|
59765
|
+
$signature: 33
|
|
59679
59766
|
};
|
|
59680
59767
|
A._EvaluateVisitor__scopeForAtRoot_closure6.prototype = {
|
|
59681
59768
|
call$1(callback) {
|
|
@@ -59703,13 +59790,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59703
59790
|
});
|
|
59704
59791
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59705
59792
|
},
|
|
59706
|
-
$signature:
|
|
59793
|
+
$signature: 33
|
|
59707
59794
|
};
|
|
59708
59795
|
A._EvaluateVisitor__scopeForAtRoot_closure7.prototype = {
|
|
59709
59796
|
call$1(callback) {
|
|
59710
59797
|
return this.$this._async_evaluate$_withMediaQueries$1$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure0(this.innerScope, callback), type$.Null);
|
|
59711
59798
|
},
|
|
59712
|
-
$signature:
|
|
59799
|
+
$signature: 33
|
|
59713
59800
|
};
|
|
59714
59801
|
A._EvaluateVisitor__scopeForAtRoot__closure0.prototype = {
|
|
59715
59802
|
call$0() {
|
|
@@ -59743,7 +59830,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59743
59830
|
});
|
|
59744
59831
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59745
59832
|
},
|
|
59746
|
-
$signature:
|
|
59833
|
+
$signature: 33
|
|
59747
59834
|
};
|
|
59748
59835
|
A._EvaluateVisitor__scopeForAtRoot_closure9.prototype = {
|
|
59749
59836
|
call$1($parent) {
|
|
@@ -59777,7 +59864,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59777
59864
|
});
|
|
59778
59865
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
59779
59866
|
},
|
|
59780
|
-
$signature:
|
|
59867
|
+
$signature: 33
|
|
59781
59868
|
};
|
|
59782
59869
|
A._EvaluateVisitor_visitContentRule_closure0.prototype = {
|
|
59783
59870
|
call$0() {
|
|
@@ -59917,7 +60004,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59917
60004
|
t1 = _this.$this;
|
|
59918
60005
|
return t1._async_evaluate$_handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure0(t1, _this.setVariables, _this.node));
|
|
59919
60006
|
},
|
|
59920
|
-
$signature:
|
|
60007
|
+
$signature: 72
|
|
59921
60008
|
};
|
|
59922
60009
|
A._EvaluateVisitor_visitEachRule__closure0.prototype = {
|
|
59923
60010
|
call$1(element) {
|
|
@@ -59932,7 +60019,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
59932
60019
|
call$1(child) {
|
|
59933
60020
|
return child.accept$1(this.$this);
|
|
59934
60021
|
},
|
|
59935
|
-
$signature:
|
|
60022
|
+
$signature: 92
|
|
59936
60023
|
};
|
|
59937
60024
|
A._EvaluateVisitor_visitAtRule_closure2.prototype = {
|
|
59938
60025
|
call$1(value) {
|
|
@@ -60170,13 +60257,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60170
60257
|
});
|
|
60171
60258
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60172
60259
|
},
|
|
60173
|
-
$signature:
|
|
60260
|
+
$signature: 72
|
|
60174
60261
|
};
|
|
60175
60262
|
A._EvaluateVisitor_visitForRule__closure0.prototype = {
|
|
60176
60263
|
call$1(child) {
|
|
60177
60264
|
return child.accept$1(this.$this);
|
|
60178
60265
|
},
|
|
60179
|
-
$signature:
|
|
60266
|
+
$signature: 92
|
|
60180
60267
|
};
|
|
60181
60268
|
A._EvaluateVisitor_visitForwardRule_closure1.prototype = {
|
|
60182
60269
|
call$1(module) {
|
|
@@ -60195,13 +60282,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60195
60282
|
var t1 = this.$this;
|
|
60196
60283
|
return t1._async_evaluate$_handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure0(t1));
|
|
60197
60284
|
},
|
|
60198
|
-
$signature:
|
|
60285
|
+
$signature: 72
|
|
60199
60286
|
};
|
|
60200
60287
|
A._EvaluateVisitor_visitIfRule__closure0.prototype = {
|
|
60201
60288
|
call$1(child) {
|
|
60202
60289
|
return child.accept$1(this.$this);
|
|
60203
60290
|
},
|
|
60204
|
-
$signature:
|
|
60291
|
+
$signature: 92
|
|
60205
60292
|
};
|
|
60206
60293
|
A._EvaluateVisitor__visitDynamicImport_closure0.prototype = {
|
|
60207
60294
|
call$0() {
|
|
@@ -60409,7 +60496,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60409
60496
|
call$0() {
|
|
60410
60497
|
return this.node.get$spanWithoutContent();
|
|
60411
60498
|
},
|
|
60412
|
-
$signature:
|
|
60499
|
+
$signature: 25
|
|
60413
60500
|
};
|
|
60414
60501
|
A._EvaluateVisitor_visitIncludeRule_closure6.prototype = {
|
|
60415
60502
|
call$1($content) {
|
|
@@ -60512,13 +60599,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60512
60599
|
call$0() {
|
|
60513
60600
|
return this.statement.accept$1(this.$this);
|
|
60514
60601
|
},
|
|
60515
|
-
$signature:
|
|
60602
|
+
$signature: 72
|
|
60516
60603
|
};
|
|
60517
60604
|
A._EvaluateVisitor_visitMediaRule_closure2.prototype = {
|
|
60518
60605
|
call$1(mediaQueries) {
|
|
60519
60606
|
return this.$this._async_evaluate$_mergeMediaQueries$2(mediaQueries, this.queries);
|
|
60520
60607
|
},
|
|
60521
|
-
$signature:
|
|
60608
|
+
$signature: 91
|
|
60522
60609
|
};
|
|
60523
60610
|
A._EvaluateVisitor_visitMediaRule_closure3.prototype = {
|
|
60524
60611
|
call$0() {
|
|
@@ -60778,7 +60865,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60778
60865
|
call$1(child) {
|
|
60779
60866
|
return type$.CssComment._is(child);
|
|
60780
60867
|
},
|
|
60781
|
-
$signature:
|
|
60868
|
+
$signature: 119
|
|
60782
60869
|
};
|
|
60783
60870
|
A._EvaluateVisitor_visitSupportsRule_closure1.prototype = {
|
|
60784
60871
|
call$0() {
|
|
@@ -60916,7 +61003,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60916
61003
|
call$0() {
|
|
60917
61004
|
return this.node.expression.accept$1(this.$this);
|
|
60918
61005
|
},
|
|
60919
|
-
$signature:
|
|
61006
|
+
$signature: 74
|
|
60920
61007
|
};
|
|
60921
61008
|
A._EvaluateVisitor_visitWhileRule_closure0.prototype = {
|
|
60922
61009
|
call$0() {
|
|
@@ -60969,13 +61056,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
60969
61056
|
});
|
|
60970
61057
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
60971
61058
|
},
|
|
60972
|
-
$signature:
|
|
61059
|
+
$signature: 72
|
|
60973
61060
|
};
|
|
60974
61061
|
A._EvaluateVisitor_visitWhileRule__closure0.prototype = {
|
|
60975
61062
|
call$1(child) {
|
|
60976
61063
|
return child.accept$1(this.$this);
|
|
60977
61064
|
},
|
|
60978
|
-
$signature:
|
|
61065
|
+
$signature: 92
|
|
60979
61066
|
};
|
|
60980
61067
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure0.prototype = {
|
|
60981
61068
|
call$0() {
|
|
@@ -61264,7 +61351,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61264
61351
|
});
|
|
61265
61352
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
61266
61353
|
},
|
|
61267
|
-
$signature:
|
|
61354
|
+
$signature: 74
|
|
61268
61355
|
};
|
|
61269
61356
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0.prototype = {
|
|
61270
61357
|
call$1(expression) {
|
|
@@ -61275,7 +61362,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61275
61362
|
else
|
|
61276
61363
|
return expression.toString$0(0);
|
|
61277
61364
|
},
|
|
61278
|
-
$signature:
|
|
61365
|
+
$signature: 129
|
|
61279
61366
|
};
|
|
61280
61367
|
A._EvaluateVisitor_visitVariableExpression_closure0.prototype = {
|
|
61281
61368
|
call$0() {
|
|
@@ -61301,7 +61388,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61301
61388
|
throw A.wrapException(A.StateError$("Unknown unary operator " + t1.toString$0(0) + "."));
|
|
61302
61389
|
}
|
|
61303
61390
|
},
|
|
61304
|
-
$signature:
|
|
61391
|
+
$signature: 27
|
|
61305
61392
|
};
|
|
61306
61393
|
A._EvaluateVisitor__visitCalculationValue_closure0.prototype = {
|
|
61307
61394
|
call$0() {
|
|
@@ -61360,14 +61447,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61360
61447
|
var t1 = this.node;
|
|
61361
61448
|
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
61362
61449
|
},
|
|
61363
|
-
$signature:
|
|
61450
|
+
$signature: 74
|
|
61364
61451
|
};
|
|
61365
61452
|
A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0.prototype = {
|
|
61366
61453
|
call$0() {
|
|
61367
61454
|
var t1 = this.node;
|
|
61368
61455
|
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this.$function, t1);
|
|
61369
61456
|
},
|
|
61370
|
-
$signature:
|
|
61457
|
+
$signature: 74
|
|
61371
61458
|
};
|
|
61372
61459
|
A._EvaluateVisitor__runUserDefinedCallable_closure0.prototype = {
|
|
61373
61460
|
call$0() {
|
|
@@ -61557,7 +61644,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61557
61644
|
});
|
|
61558
61645
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
61559
61646
|
},
|
|
61560
|
-
$signature:
|
|
61647
|
+
$signature: 74
|
|
61561
61648
|
};
|
|
61562
61649
|
A._EvaluateVisitor__runBuiltInCallable_closure2.prototype = {
|
|
61563
61650
|
call$0() {
|
|
@@ -61782,7 +61869,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
61782
61869
|
call$1(mediaQueries) {
|
|
61783
61870
|
return this.$this._async_evaluate$_mergeMediaQueries$2(mediaQueries, this.node.queries);
|
|
61784
61871
|
},
|
|
61785
|
-
$signature:
|
|
61872
|
+
$signature: 91
|
|
61786
61873
|
};
|
|
61787
61874
|
A._EvaluateVisitor_visitCssMediaRule_closure3.prototype = {
|
|
61788
61875
|
call$0() {
|
|
@@ -62089,7 +62176,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
62089
62176
|
call$0() {
|
|
62090
62177
|
return A.serializeValue(this.value, false, this.quote);
|
|
62091
62178
|
},
|
|
62092
|
-
$signature:
|
|
62179
|
+
$signature: 31
|
|
62093
62180
|
};
|
|
62094
62181
|
A._EvaluateVisitor__expressionNode_closure0.prototype = {
|
|
62095
62182
|
call$0() {
|
|
@@ -62114,7 +62201,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
62114
62201
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
62115
62202
|
return t1 == null ? url : t1;
|
|
62116
62203
|
},
|
|
62117
|
-
$signature:
|
|
62204
|
+
$signature: 96
|
|
62118
62205
|
};
|
|
62119
62206
|
A._EvaluateVisitor__stackTrace_closure0.prototype = {
|
|
62120
62207
|
call$1(tuple) {
|
|
@@ -63318,7 +63405,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
63318
63405
|
}
|
|
63319
63406
|
},
|
|
63320
63407
|
_visitCalculationValue$2$inMinMax(node, inMinMax) {
|
|
63321
|
-
var inner, result, t1, _this = this;
|
|
63408
|
+
var inner, result, t1, text, _this = this, _null = null;
|
|
63322
63409
|
if (node instanceof A.ParenthesizedExpression) {
|
|
63323
63410
|
inner = node.expression;
|
|
63324
63411
|
result = _this._visitCalculationValue$2$inMinMax(inner, inMinMax);
|
|
@@ -63327,9 +63414,26 @@ self.fs = _cliPkgRequires.fs;
|
|
|
63327
63414
|
else
|
|
63328
63415
|
t1 = false;
|
|
63329
63416
|
return t1 ? new A.SassString("(" + result._string$_text + ")", false) : result;
|
|
63330
|
-
} else if (node instanceof A.StringExpression)
|
|
63331
|
-
|
|
63332
|
-
|
|
63417
|
+
} else if (node instanceof A.StringExpression) {
|
|
63418
|
+
t1 = node.text;
|
|
63419
|
+
text = t1.get$asPlain();
|
|
63420
|
+
if (text == null)
|
|
63421
|
+
return new A.CalculationInterpolation(_this._performInterpolation$1(t1));
|
|
63422
|
+
switch (text.toLowerCase()) {
|
|
63423
|
+
case "pi":
|
|
63424
|
+
return A.SassNumber_SassNumber(3.141592653589793, _null);
|
|
63425
|
+
case "e":
|
|
63426
|
+
return A.SassNumber_SassNumber(2.718281828459045, _null);
|
|
63427
|
+
case "infinity":
|
|
63428
|
+
return A.SassNumber_SassNumber(1 / 0, _null);
|
|
63429
|
+
case "-infinity":
|
|
63430
|
+
return A.SassNumber_SassNumber(-1 / 0, _null);
|
|
63431
|
+
case "nan":
|
|
63432
|
+
return A.SassNumber_SassNumber(0 / 0, _null);
|
|
63433
|
+
default:
|
|
63434
|
+
return new A.SassString(text, false);
|
|
63435
|
+
}
|
|
63436
|
+
} else if (node instanceof A.BinaryOperationExpression)
|
|
63333
63437
|
return _this._addExceptionSpan$2(node, new A._EvaluateVisitor__visitCalculationValue_closure(_this, node, inMinMax));
|
|
63334
63438
|
else {
|
|
63335
63439
|
result = node.accept$1(_this);
|
|
@@ -64295,20 +64399,20 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64295
64399
|
t2 = this.expression;
|
|
64296
64400
|
return t1._withFakeStylesheet$3(this.importer, t2, new A._EvaluateVisitor_runExpression__closure(t1, t2));
|
|
64297
64401
|
},
|
|
64298
|
-
$signature:
|
|
64402
|
+
$signature: 27
|
|
64299
64403
|
};
|
|
64300
64404
|
A._EvaluateVisitor_runExpression__closure.prototype = {
|
|
64301
64405
|
call$0() {
|
|
64302
64406
|
var t1 = this.$this;
|
|
64303
64407
|
return t1._addExceptionTrace$1(new A._EvaluateVisitor_runExpression___closure(t1, this.expression));
|
|
64304
64408
|
},
|
|
64305
|
-
$signature:
|
|
64409
|
+
$signature: 27
|
|
64306
64410
|
};
|
|
64307
64411
|
A._EvaluateVisitor_runExpression___closure.prototype = {
|
|
64308
64412
|
call$0() {
|
|
64309
64413
|
return this.expression.accept$1(this.$this);
|
|
64310
64414
|
},
|
|
64311
|
-
$signature:
|
|
64415
|
+
$signature: 27
|
|
64312
64416
|
};
|
|
64313
64417
|
A._EvaluateVisitor_runStatement_closure.prototype = {
|
|
64314
64418
|
call$0() {
|
|
@@ -64432,7 +64536,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64432
64536
|
call$1(module) {
|
|
64433
64537
|
return module.get$transitivelyContainsCss();
|
|
64434
64538
|
},
|
|
64435
|
-
$signature:
|
|
64539
|
+
$signature: 110
|
|
64436
64540
|
};
|
|
64437
64541
|
A._EvaluateVisitor__combineCss_closure0.prototype = {
|
|
64438
64542
|
call$1(target) {
|
|
@@ -64494,7 +64598,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64494
64598
|
t1._environment.scope$1$2$when(callback, this.node.hasDeclarations, type$.void);
|
|
64495
64599
|
t1.__parent = t2;
|
|
64496
64600
|
},
|
|
64497
|
-
$signature:
|
|
64601
|
+
$signature: 29
|
|
64498
64602
|
};
|
|
64499
64603
|
A._EvaluateVisitor__scopeForAtRoot_closure0.prototype = {
|
|
64500
64604
|
call$1(callback) {
|
|
@@ -64504,13 +64608,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64504
64608
|
this.innerScope.call$1(callback);
|
|
64505
64609
|
t1._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
64506
64610
|
},
|
|
64507
|
-
$signature:
|
|
64611
|
+
$signature: 29
|
|
64508
64612
|
};
|
|
64509
64613
|
A._EvaluateVisitor__scopeForAtRoot_closure1.prototype = {
|
|
64510
64614
|
call$1(callback) {
|
|
64511
64615
|
return this.$this._withMediaQueries$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure(this.innerScope, callback));
|
|
64512
64616
|
},
|
|
64513
|
-
$signature:
|
|
64617
|
+
$signature: 29
|
|
64514
64618
|
};
|
|
64515
64619
|
A._EvaluateVisitor__scopeForAtRoot__closure.prototype = {
|
|
64516
64620
|
call$0() {
|
|
@@ -64526,7 +64630,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64526
64630
|
this.innerScope.call$1(callback);
|
|
64527
64631
|
t1._inKeyframes = wasInKeyframes;
|
|
64528
64632
|
},
|
|
64529
|
-
$signature:
|
|
64633
|
+
$signature: 29
|
|
64530
64634
|
};
|
|
64531
64635
|
A._EvaluateVisitor__scopeForAtRoot_closure3.prototype = {
|
|
64532
64636
|
call$1($parent) {
|
|
@@ -64542,7 +64646,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64542
64646
|
this.innerScope.call$1(callback);
|
|
64543
64647
|
t1._inUnknownAtRule = wasInUnknownAtRule;
|
|
64544
64648
|
},
|
|
64545
|
-
$signature:
|
|
64649
|
+
$signature: 29
|
|
64546
64650
|
};
|
|
64547
64651
|
A._EvaluateVisitor_visitContentRule_closure.prototype = {
|
|
64548
64652
|
call$0() {
|
|
@@ -64602,7 +64706,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64602
64706
|
call$1(child) {
|
|
64603
64707
|
return child.accept$1(this.$this);
|
|
64604
64708
|
},
|
|
64605
|
-
$signature:
|
|
64709
|
+
$signature: 97
|
|
64606
64710
|
};
|
|
64607
64711
|
A._EvaluateVisitor_visitAtRule_closure.prototype = {
|
|
64608
64712
|
call$1(value) {
|
|
@@ -64684,7 +64788,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64684
64788
|
call$1(child) {
|
|
64685
64789
|
return child.accept$1(this.$this);
|
|
64686
64790
|
},
|
|
64687
|
-
$signature:
|
|
64791
|
+
$signature: 97
|
|
64688
64792
|
};
|
|
64689
64793
|
A._EvaluateVisitor_visitForwardRule_closure.prototype = {
|
|
64690
64794
|
call$1(module) {
|
|
@@ -64709,7 +64813,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64709
64813
|
call$1(child) {
|
|
64710
64814
|
return child.accept$1(this.$this);
|
|
64711
64815
|
},
|
|
64712
|
-
$signature:
|
|
64816
|
+
$signature: 97
|
|
64713
64817
|
};
|
|
64714
64818
|
A._EvaluateVisitor__visitDynamicImport_closure.prototype = {
|
|
64715
64819
|
call$0() {
|
|
@@ -64857,7 +64961,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64857
64961
|
call$0() {
|
|
64858
64962
|
return this.node.get$spanWithoutContent();
|
|
64859
64963
|
},
|
|
64860
|
-
$signature:
|
|
64964
|
+
$signature: 25
|
|
64861
64965
|
};
|
|
64862
64966
|
A._EvaluateVisitor_visitIncludeRule_closure2.prototype = {
|
|
64863
64967
|
call$1($content) {
|
|
@@ -64907,7 +65011,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64907
65011
|
call$1(mediaQueries) {
|
|
64908
65012
|
return this.$this._mergeMediaQueries$2(mediaQueries, this.queries);
|
|
64909
65013
|
},
|
|
64910
|
-
$signature:
|
|
65014
|
+
$signature: 91
|
|
64911
65015
|
};
|
|
64912
65016
|
A._EvaluateVisitor_visitMediaRule_closure0.prototype = {
|
|
64913
65017
|
call$0() {
|
|
@@ -64992,7 +65096,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
64992
65096
|
call$1(child) {
|
|
64993
65097
|
return type$.CssComment._is(child);
|
|
64994
65098
|
},
|
|
64995
|
-
$signature:
|
|
65099
|
+
$signature: 119
|
|
64996
65100
|
};
|
|
64997
65101
|
A._EvaluateVisitor_visitSupportsRule_closure.prototype = {
|
|
64998
65102
|
call$0() {
|
|
@@ -65054,7 +65158,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65054
65158
|
call$0() {
|
|
65055
65159
|
return this.node.expression.accept$1(this.$this);
|
|
65056
65160
|
},
|
|
65057
|
-
$signature:
|
|
65161
|
+
$signature: 27
|
|
65058
65162
|
};
|
|
65059
65163
|
A._EvaluateVisitor_visitWhileRule_closure.prototype = {
|
|
65060
65164
|
call$0() {
|
|
@@ -65072,7 +65176,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65072
65176
|
call$1(child) {
|
|
65073
65177
|
return child.accept$1(this.$this);
|
|
65074
65178
|
},
|
|
65075
|
-
$signature:
|
|
65179
|
+
$signature: 97
|
|
65076
65180
|
};
|
|
65077
65181
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure.prototype = {
|
|
65078
65182
|
call$0() {
|
|
@@ -65127,7 +65231,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65127
65231
|
throw A.wrapException(A.ArgumentError$("Unknown binary operator " + t3.toString$0(0) + ".", null));
|
|
65128
65232
|
}
|
|
65129
65233
|
},
|
|
65130
|
-
$signature:
|
|
65234
|
+
$signature: 27
|
|
65131
65235
|
};
|
|
65132
65236
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation.prototype = {
|
|
65133
65237
|
call$1(expression) {
|
|
@@ -65138,7 +65242,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65138
65242
|
else
|
|
65139
65243
|
return expression.toString$0(0);
|
|
65140
65244
|
},
|
|
65141
|
-
$signature:
|
|
65245
|
+
$signature: 129
|
|
65142
65246
|
};
|
|
65143
65247
|
A._EvaluateVisitor_visitVariableExpression_closure.prototype = {
|
|
65144
65248
|
call$0() {
|
|
@@ -65164,7 +65268,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65164
65268
|
throw A.wrapException(A.StateError$("Unknown unary operator " + t1.toString$0(0) + "."));
|
|
65165
65269
|
}
|
|
65166
65270
|
},
|
|
65167
|
-
$signature:
|
|
65271
|
+
$signature: 27
|
|
65168
65272
|
};
|
|
65169
65273
|
A._EvaluateVisitor__visitCalculationValue_closure.prototype = {
|
|
65170
65274
|
call$0() {
|
|
@@ -65173,7 +65277,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65173
65277
|
t3 = this.inMinMax;
|
|
65174
65278
|
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
65279
|
},
|
|
65176
|
-
$signature:
|
|
65280
|
+
$signature: 100
|
|
65177
65281
|
};
|
|
65178
65282
|
A._EvaluateVisitor_visitListExpression_closure.prototype = {
|
|
65179
65283
|
call$1(expression) {
|
|
@@ -65193,14 +65297,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65193
65297
|
var t1 = this.node;
|
|
65194
65298
|
return this.$this._runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
65195
65299
|
},
|
|
65196
|
-
$signature:
|
|
65300
|
+
$signature: 27
|
|
65197
65301
|
};
|
|
65198
65302
|
A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure.prototype = {
|
|
65199
65303
|
call$0() {
|
|
65200
65304
|
var t1 = this.node;
|
|
65201
65305
|
return this.$this._runFunctionCallable$3(t1.$arguments, this.$function, t1);
|
|
65202
65306
|
},
|
|
65203
|
-
$signature:
|
|
65307
|
+
$signature: 27
|
|
65204
65308
|
};
|
|
65205
65309
|
A._EvaluateVisitor__runUserDefinedCallable_closure.prototype = {
|
|
65206
65310
|
call$0() {
|
|
@@ -65295,7 +65399,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65295
65399
|
}
|
|
65296
65400
|
throw A.wrapException(t4._evaluate$_exception$2("Function finished without @return.", t1.span));
|
|
65297
65401
|
},
|
|
65298
|
-
$signature:
|
|
65402
|
+
$signature: 27
|
|
65299
65403
|
};
|
|
65300
65404
|
A._EvaluateVisitor__runBuiltInCallable_closure.prototype = {
|
|
65301
65405
|
call$0() {
|
|
@@ -65307,7 +65411,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65307
65411
|
call$0() {
|
|
65308
65412
|
return this.callback.call$1(this.evaluated.positional);
|
|
65309
65413
|
},
|
|
65310
|
-
$signature:
|
|
65414
|
+
$signature: 27
|
|
65311
65415
|
};
|
|
65312
65416
|
A._EvaluateVisitor__runBuiltInCallable_closure1.prototype = {
|
|
65313
65417
|
call$1($name) {
|
|
@@ -65438,7 +65542,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65438
65542
|
call$1(mediaQueries) {
|
|
65439
65543
|
return this.$this._mergeMediaQueries$2(mediaQueries, this.node.queries);
|
|
65440
65544
|
},
|
|
65441
|
-
$signature:
|
|
65545
|
+
$signature: 91
|
|
65442
65546
|
};
|
|
65443
65547
|
A._EvaluateVisitor_visitCssMediaRule_closure0.prototype = {
|
|
65444
65548
|
call$0() {
|
|
@@ -65546,7 +65650,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65546
65650
|
call$0() {
|
|
65547
65651
|
return A.serializeValue(this.value, false, this.quote);
|
|
65548
65652
|
},
|
|
65549
|
-
$signature:
|
|
65653
|
+
$signature: 31
|
|
65550
65654
|
};
|
|
65551
65655
|
A._EvaluateVisitor__expressionNode_closure.prototype = {
|
|
65552
65656
|
call$0() {
|
|
@@ -65571,7 +65675,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65571
65675
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
65572
65676
|
return t1 == null ? url : t1;
|
|
65573
65677
|
},
|
|
65574
|
-
$signature:
|
|
65678
|
+
$signature: 96
|
|
65575
65679
|
};
|
|
65576
65680
|
A._EvaluateVisitor__stackTrace_closure.prototype = {
|
|
65577
65681
|
call$1(tuple) {
|
|
@@ -65974,7 +66078,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65974
66078
|
call$1(item) {
|
|
65975
66079
|
return item.accept$1(this.$this);
|
|
65976
66080
|
},
|
|
65977
|
-
$signature:
|
|
66081
|
+
$signature: 122
|
|
65978
66082
|
};
|
|
65979
66083
|
A.ReplaceExpressionVisitor_visitMapExpression_closure.prototype = {
|
|
65980
66084
|
call$1(pair) {
|
|
@@ -65987,7 +66091,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
65987
66091
|
call$1(expression) {
|
|
65988
66092
|
return expression.accept$1(this.$this);
|
|
65989
66093
|
},
|
|
65990
|
-
$signature:
|
|
66094
|
+
$signature: 122
|
|
65991
66095
|
};
|
|
65992
66096
|
A.ReplaceExpressionVisitor_visitInterpolation_closure.prototype = {
|
|
65993
66097
|
call$1(node) {
|
|
@@ -66325,9 +66429,46 @@ self.fs = _cliPkgRequires.fs;
|
|
|
66325
66429
|
}
|
|
66326
66430
|
}
|
|
66327
66431
|
},
|
|
66432
|
+
visitCalculation$1(value) {
|
|
66433
|
+
var t2, _this = this,
|
|
66434
|
+
t1 = _this._serialize$_buffer;
|
|
66435
|
+
t1.write$1(0, value.name);
|
|
66436
|
+
t1.writeCharCode$1(40);
|
|
66437
|
+
t2 = _this._style === B.OutputStyle_1 ? "," : ", ";
|
|
66438
|
+
_this._writeBetween$3(value.$arguments, t2, _this.get$_writeCalculationValue());
|
|
66439
|
+
t1.writeCharCode$1(41);
|
|
66440
|
+
},
|
|
66328
66441
|
_writeCalculationValue$1(value) {
|
|
66329
|
-
var
|
|
66330
|
-
if (value instanceof A.
|
|
66442
|
+
var t1, t2, unit, left, parenthesizeLeft, operatorWhitespace, right, parenthesizeRight, _this = this;
|
|
66443
|
+
if (value instanceof A.SassNumber && !isFinite(value._number$_value)) {
|
|
66444
|
+
t1 = J.getInterceptor$x(value);
|
|
66445
|
+
if (t1.get$numeratorUnits(value).length > 1 || t1.get$denominatorUnits(value).length !== 0) {
|
|
66446
|
+
if (!_this._inspect)
|
|
66447
|
+
throw A.wrapException(A.SassScriptException$(A.S(value) + " isn't a valid CSS value.", null));
|
|
66448
|
+
_this._writeNumber$1(value._number$_value);
|
|
66449
|
+
_this._serialize$_buffer.write$1(0, value.get$unitString());
|
|
66450
|
+
return;
|
|
66451
|
+
}
|
|
66452
|
+
t2 = value._number$_value;
|
|
66453
|
+
if (t2 === 1 / 0)
|
|
66454
|
+
_this._serialize$_buffer.write$1(0, "infinity");
|
|
66455
|
+
else if (t2 === -1 / 0)
|
|
66456
|
+
_this._serialize$_buffer.write$1(0, "-infinity");
|
|
66457
|
+
else if (isNaN(t2))
|
|
66458
|
+
_this._serialize$_buffer.write$1(0, "NaN");
|
|
66459
|
+
unit = A.IterableExtension_get_firstOrNull(t1.get$numeratorUnits(value));
|
|
66460
|
+
if (unit != null) {
|
|
66461
|
+
t1 = _this._style !== B.OutputStyle_1;
|
|
66462
|
+
if (t1)
|
|
66463
|
+
_this._serialize$_buffer.writeCharCode$1(32);
|
|
66464
|
+
t2 = _this._serialize$_buffer;
|
|
66465
|
+
t2.writeCharCode$1(42);
|
|
66466
|
+
if (t1)
|
|
66467
|
+
t2.writeCharCode$1(32);
|
|
66468
|
+
t2.writeCharCode$1(49);
|
|
66469
|
+
t2.write$1(0, unit);
|
|
66470
|
+
}
|
|
66471
|
+
} else if (value instanceof A.Value)
|
|
66331
66472
|
value.accept$1(_this);
|
|
66332
66473
|
else if (value instanceof A.CalculationInterpolation)
|
|
66333
66474
|
_this._serialize$_buffer.write$1(0, value.value);
|
|
@@ -66352,7 +66493,11 @@ self.fs = _cliPkgRequires.fs;
|
|
|
66352
66493
|
t1.writeCharCode$1(32);
|
|
66353
66494
|
right = value.right;
|
|
66354
66495
|
if (!(right instanceof A.CalculationInterpolation))
|
|
66355
|
-
|
|
66496
|
+
if (!(right instanceof A.CalculationOperation && _this._parenthesizeCalculationRhs$2(t2, right.operator))) {
|
|
66497
|
+
t2 = t2 === B.CalculationOperator_OvN && right instanceof A.SassNumber && !isFinite(right._number$_value) && right.get$hasUnits();
|
|
66498
|
+
parenthesizeRight = t2;
|
|
66499
|
+
} else
|
|
66500
|
+
parenthesizeRight = true;
|
|
66356
66501
|
else
|
|
66357
66502
|
parenthesizeRight = true;
|
|
66358
66503
|
if (parenthesizeRight)
|
|
@@ -66492,7 +66637,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
66492
66637
|
this._serialize$_buffer.writeCharCode$1(41);
|
|
66493
66638
|
},
|
|
66494
66639
|
visitNumber$1(value) {
|
|
66495
|
-
var _this = this,
|
|
66640
|
+
var t1, _this = this,
|
|
66496
66641
|
asSlash = value.asSlash;
|
|
66497
66642
|
if (asSlash != null) {
|
|
66498
66643
|
_this.visitNumber$1(asSlash.item1);
|
|
@@ -66500,7 +66645,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
66500
66645
|
_this.visitNumber$1(asSlash.item2);
|
|
66501
66646
|
return;
|
|
66502
66647
|
}
|
|
66503
|
-
|
|
66648
|
+
t1 = value._number$_value;
|
|
66649
|
+
if (!isFinite(t1)) {
|
|
66650
|
+
_this.visitCalculation$1(new A.SassCalculation("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
|
|
66651
|
+
return;
|
|
66652
|
+
}
|
|
66653
|
+
_this._writeNumber$1(t1);
|
|
66504
66654
|
if (!_this._inspect) {
|
|
66505
66655
|
if (value.get$numeratorUnits(value).length > 1 || value.get$denominatorUnits(value).length !== 0)
|
|
66506
66656
|
throw A.wrapException(A.SassScriptException$(value.toString$0(0) + " isn't a valid CSS value.", null));
|
|
@@ -68614,7 +68764,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68614
68764
|
line = t1 > 1 ? A.int_parse(lineAndColumn[1], _null) : _null;
|
|
68615
68765
|
return new A.Frame(uri, line, t1 > 2 ? A.int_parse(lineAndColumn[2], _null) : _null, member);
|
|
68616
68766
|
},
|
|
68617
|
-
$signature:
|
|
68767
|
+
$signature: 73
|
|
68618
68768
|
};
|
|
68619
68769
|
A.Frame_Frame$parseV8_closure.prototype = {
|
|
68620
68770
|
call$0() {
|
|
@@ -68640,7 +68790,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68640
68790
|
return t1.call$2(t2, _s4_);
|
|
68641
68791
|
}
|
|
68642
68792
|
},
|
|
68643
|
-
$signature:
|
|
68793
|
+
$signature: 73
|
|
68644
68794
|
};
|
|
68645
68795
|
A.Frame_Frame$parseV8_closure_parseLocation.prototype = {
|
|
68646
68796
|
call$2($location, member) {
|
|
@@ -68688,7 +68838,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68688
68838
|
line = A.int_parse(t1, _null);
|
|
68689
68839
|
return new A.Frame(uri, line, _null, member.length === 0 || member === "anonymous" ? "<fn>" : member);
|
|
68690
68840
|
},
|
|
68691
|
-
$signature:
|
|
68841
|
+
$signature: 73
|
|
68692
68842
|
};
|
|
68693
68843
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
68694
68844
|
call$0() {
|
|
@@ -68735,7 +68885,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68735
68885
|
}
|
|
68736
68886
|
return new A.Frame(uri, line, column, member);
|
|
68737
68887
|
},
|
|
68738
|
-
$signature:
|
|
68888
|
+
$signature: 73
|
|
68739
68889
|
};
|
|
68740
68890
|
A.Frame_Frame$parseFriendly_closure.prototype = {
|
|
68741
68891
|
call$0() {
|
|
@@ -68775,7 +68925,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
68775
68925
|
}
|
|
68776
68926
|
return new A.Frame(uri, line, column, t1[4]);
|
|
68777
68927
|
},
|
|
68778
|
-
$signature:
|
|
68928
|
+
$signature: 73
|
|
68779
68929
|
};
|
|
68780
68930
|
A.LazyTrace.prototype = {
|
|
68781
68931
|
get$_lazy_trace$_trace() {
|
|
@@ -69659,7 +69809,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
69659
69809
|
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
69810
|
return jsClass;
|
|
69661
69811
|
},
|
|
69662
|
-
$signature:
|
|
69812
|
+
$signature: 26
|
|
69663
69813
|
};
|
|
69664
69814
|
A.argumentListClass__closure.prototype = {
|
|
69665
69815
|
call$4($self, contents, keywords, separator) {
|
|
@@ -69830,7 +69980,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
69830
69980
|
});
|
|
69831
69981
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
69832
69982
|
},
|
|
69833
|
-
$signature:
|
|
69983
|
+
$signature: 99
|
|
69834
69984
|
};
|
|
69835
69985
|
A._compileStylesheet_closure2.prototype = {
|
|
69836
69986
|
call$1(url) {
|
|
@@ -73255,100 +73405,141 @@ self.fs = _cliPkgRequires.fs;
|
|
|
73255
73405
|
_visitCalculationValue$body$_EvaluateVisitor0(node, inMinMax) {
|
|
73256
73406
|
var $async$goto = 0,
|
|
73257
73407
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Object),
|
|
73258
|
-
$async$returnValue, $async$self = this, inner, result, t1, $async$temp1;
|
|
73408
|
+
$async$returnValue, $async$self = this, inner, result, t1, text, $async$temp1;
|
|
73259
73409
|
var $async$_async_evaluate0$_visitCalculationValue$2$inMinMax = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
73260
73410
|
if ($async$errorCode === 1)
|
|
73261
73411
|
return A._asyncRethrow($async$result, $async$completer);
|
|
73262
73412
|
while (true)
|
|
73263
|
-
|
|
73264
|
-
|
|
73265
|
-
|
|
73266
|
-
|
|
73267
|
-
|
|
73268
|
-
|
|
73269
|
-
|
|
73270
|
-
|
|
73271
|
-
|
|
73272
|
-
|
|
73273
|
-
|
|
73274
|
-
|
|
73275
|
-
|
|
73276
|
-
|
|
73277
|
-
|
|
73278
|
-
|
|
73279
|
-
|
|
73280
|
-
|
|
73281
|
-
|
|
73282
|
-
$async$goto = 1;
|
|
73283
|
-
break;
|
|
73284
|
-
// goto join
|
|
73285
|
-
$async$goto = 4;
|
|
73286
|
-
break;
|
|
73287
|
-
case 5:
|
|
73288
|
-
// else
|
|
73289
|
-
$async$goto = node instanceof A.StringExpression0 ? 7 : 9;
|
|
73290
|
-
break;
|
|
73291
|
-
case 7:
|
|
73292
|
-
// then
|
|
73293
|
-
$async$temp1 = A;
|
|
73294
|
-
$async$goto = 10;
|
|
73295
|
-
return A._asyncAwait($async$self._async_evaluate0$_performInterpolation$1(node.text), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73296
|
-
case 10:
|
|
73297
|
-
// returning from await.
|
|
73298
|
-
$async$returnValue = new $async$temp1.CalculationInterpolation0($async$result);
|
|
73299
|
-
// goto return
|
|
73300
|
-
$async$goto = 1;
|
|
73301
|
-
break;
|
|
73302
|
-
// goto join
|
|
73303
|
-
$async$goto = 8;
|
|
73304
|
-
break;
|
|
73305
|
-
case 9:
|
|
73306
|
-
// else
|
|
73307
|
-
$async$goto = node instanceof A.BinaryOperationExpression0 ? 11 : 13;
|
|
73308
|
-
break;
|
|
73309
|
-
case 11:
|
|
73310
|
-
// then
|
|
73311
|
-
$async$goto = 14;
|
|
73312
|
-
return A._asyncAwait($async$self._async_evaluate0$_addExceptionSpanAsync$1$2(node, new A._EvaluateVisitor__visitCalculationValue_closure2($async$self, node, inMinMax), type$.Object), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73313
|
-
case 14:
|
|
73314
|
-
// returning from await.
|
|
73315
|
-
$async$returnValue = $async$result;
|
|
73316
|
-
// goto return
|
|
73317
|
-
$async$goto = 1;
|
|
73318
|
-
break;
|
|
73319
|
-
// goto join
|
|
73320
|
-
$async$goto = 12;
|
|
73321
|
-
break;
|
|
73322
|
-
case 13:
|
|
73323
|
-
// else
|
|
73324
|
-
$async$goto = 15;
|
|
73325
|
-
return A._asyncAwait(node.accept$1($async$self), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73326
|
-
case 15:
|
|
73327
|
-
// returning from await.
|
|
73328
|
-
result = $async$result;
|
|
73329
|
-
if (result instanceof A.SassNumber0 || result instanceof A.SassCalculation0) {
|
|
73330
|
-
$async$returnValue = result;
|
|
73413
|
+
$async$outer:
|
|
73414
|
+
switch ($async$goto) {
|
|
73415
|
+
case 0:
|
|
73416
|
+
// Function start
|
|
73417
|
+
$async$goto = node instanceof A.ParenthesizedExpression0 ? 3 : 5;
|
|
73418
|
+
break;
|
|
73419
|
+
case 3:
|
|
73420
|
+
// then
|
|
73421
|
+
inner = node.expression;
|
|
73422
|
+
$async$goto = 6;
|
|
73423
|
+
return A._asyncAwait($async$self._async_evaluate0$_visitCalculationValue$2$inMinMax(inner, inMinMax), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73424
|
+
case 6:
|
|
73425
|
+
// returning from await.
|
|
73426
|
+
result = $async$result;
|
|
73427
|
+
if (inner instanceof A.FunctionExpression0)
|
|
73428
|
+
t1 = A.stringReplaceAllUnchecked(inner.originalName, "_", "-").toLowerCase() === "var" && result instanceof A.SassString0 && !result._string0$_hasQuotes;
|
|
73429
|
+
else
|
|
73430
|
+
t1 = false;
|
|
73431
|
+
$async$returnValue = t1 ? new A.SassString0("(" + result._string0$_text + ")", false) : result;
|
|
73331
73432
|
// goto return
|
|
73332
73433
|
$async$goto = 1;
|
|
73333
73434
|
break;
|
|
73334
|
-
|
|
73335
|
-
|
|
73336
|
-
|
|
73435
|
+
// goto join
|
|
73436
|
+
$async$goto = 4;
|
|
73437
|
+
break;
|
|
73438
|
+
case 5:
|
|
73439
|
+
// else
|
|
73440
|
+
$async$goto = node instanceof A.StringExpression0 ? 7 : 9;
|
|
73441
|
+
break;
|
|
73442
|
+
case 7:
|
|
73443
|
+
// then
|
|
73444
|
+
t1 = node.text;
|
|
73445
|
+
text = t1.get$asPlain();
|
|
73446
|
+
$async$goto = text == null ? 10 : 11;
|
|
73447
|
+
break;
|
|
73448
|
+
case 10:
|
|
73449
|
+
// then
|
|
73450
|
+
$async$temp1 = A;
|
|
73451
|
+
$async$goto = 12;
|
|
73452
|
+
return A._asyncAwait($async$self._async_evaluate0$_performInterpolation$1(t1), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73453
|
+
case 12:
|
|
73454
|
+
// returning from await.
|
|
73455
|
+
$async$returnValue = new $async$temp1.CalculationInterpolation0($async$result);
|
|
73337
73456
|
// goto return
|
|
73338
73457
|
$async$goto = 1;
|
|
73339
73458
|
break;
|
|
73340
|
-
|
|
73341
|
-
|
|
73342
|
-
|
|
73343
|
-
|
|
73344
|
-
|
|
73345
|
-
|
|
73346
|
-
|
|
73347
|
-
|
|
73348
|
-
|
|
73349
|
-
|
|
73350
|
-
|
|
73351
|
-
|
|
73459
|
+
case 11:
|
|
73460
|
+
// join
|
|
73461
|
+
switch (text.toLowerCase()) {
|
|
73462
|
+
case "pi":
|
|
73463
|
+
$async$returnValue = A.SassNumber_SassNumber0(3.141592653589793, null);
|
|
73464
|
+
// goto return
|
|
73465
|
+
$async$goto = 1;
|
|
73466
|
+
break $async$outer;
|
|
73467
|
+
case "e":
|
|
73468
|
+
$async$returnValue = A.SassNumber_SassNumber0(2.718281828459045, null);
|
|
73469
|
+
// goto return
|
|
73470
|
+
$async$goto = 1;
|
|
73471
|
+
break $async$outer;
|
|
73472
|
+
case "infinity":
|
|
73473
|
+
$async$returnValue = A.SassNumber_SassNumber0(1 / 0, null);
|
|
73474
|
+
// goto return
|
|
73475
|
+
$async$goto = 1;
|
|
73476
|
+
break $async$outer;
|
|
73477
|
+
case "-infinity":
|
|
73478
|
+
$async$returnValue = A.SassNumber_SassNumber0(-1 / 0, null);
|
|
73479
|
+
// goto return
|
|
73480
|
+
$async$goto = 1;
|
|
73481
|
+
break $async$outer;
|
|
73482
|
+
case "nan":
|
|
73483
|
+
$async$returnValue = A.SassNumber_SassNumber0(0 / 0, null);
|
|
73484
|
+
// goto return
|
|
73485
|
+
$async$goto = 1;
|
|
73486
|
+
break $async$outer;
|
|
73487
|
+
default:
|
|
73488
|
+
$async$returnValue = new A.SassString0(text, false);
|
|
73489
|
+
// goto return
|
|
73490
|
+
$async$goto = 1;
|
|
73491
|
+
break $async$outer;
|
|
73492
|
+
}
|
|
73493
|
+
// goto join
|
|
73494
|
+
$async$goto = 8;
|
|
73495
|
+
break;
|
|
73496
|
+
case 9:
|
|
73497
|
+
// else
|
|
73498
|
+
$async$goto = node instanceof A.BinaryOperationExpression0 ? 13 : 15;
|
|
73499
|
+
break;
|
|
73500
|
+
case 13:
|
|
73501
|
+
// then
|
|
73502
|
+
$async$goto = 16;
|
|
73503
|
+
return A._asyncAwait($async$self._async_evaluate0$_addExceptionSpanAsync$1$2(node, new A._EvaluateVisitor__visitCalculationValue_closure2($async$self, node, inMinMax), type$.Object), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73504
|
+
case 16:
|
|
73505
|
+
// returning from await.
|
|
73506
|
+
$async$returnValue = $async$result;
|
|
73507
|
+
// goto return
|
|
73508
|
+
$async$goto = 1;
|
|
73509
|
+
break;
|
|
73510
|
+
// goto join
|
|
73511
|
+
$async$goto = 14;
|
|
73512
|
+
break;
|
|
73513
|
+
case 15:
|
|
73514
|
+
// else
|
|
73515
|
+
$async$goto = 17;
|
|
73516
|
+
return A._asyncAwait(node.accept$1($async$self), $async$_async_evaluate0$_visitCalculationValue$2$inMinMax);
|
|
73517
|
+
case 17:
|
|
73518
|
+
// returning from await.
|
|
73519
|
+
result = $async$result;
|
|
73520
|
+
if (result instanceof A.SassNumber0 || result instanceof A.SassCalculation0) {
|
|
73521
|
+
$async$returnValue = result;
|
|
73522
|
+
// goto return
|
|
73523
|
+
$async$goto = 1;
|
|
73524
|
+
break;
|
|
73525
|
+
}
|
|
73526
|
+
if (result instanceof A.SassString0 && !result._string0$_hasQuotes) {
|
|
73527
|
+
$async$returnValue = result;
|
|
73528
|
+
// goto return
|
|
73529
|
+
$async$goto = 1;
|
|
73530
|
+
break;
|
|
73531
|
+
}
|
|
73532
|
+
throw A.wrapException($async$self._async_evaluate0$_exception$2("Value " + result.toString$0(0) + " can't be used in a calculation.", node.get$span(node)));
|
|
73533
|
+
case 14:
|
|
73534
|
+
// join
|
|
73535
|
+
case 8:
|
|
73536
|
+
// join
|
|
73537
|
+
case 4:
|
|
73538
|
+
// join
|
|
73539
|
+
case 1:
|
|
73540
|
+
// return
|
|
73541
|
+
return A._asyncReturn($async$returnValue, $async$completer);
|
|
73542
|
+
}
|
|
73352
73543
|
});
|
|
73353
73544
|
return A._asyncStartSync($async$_async_evaluate0$_visitCalculationValue$2$inMinMax, $async$completer);
|
|
73354
73545
|
},
|
|
@@ -75466,7 +75657,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75466
75657
|
});
|
|
75467
75658
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75468
75659
|
},
|
|
75469
|
-
$signature:
|
|
75660
|
+
$signature: 99
|
|
75470
75661
|
};
|
|
75471
75662
|
A._EvaluateVisitor_closure38.prototype = {
|
|
75472
75663
|
call$1($arguments) {
|
|
@@ -75660,7 +75851,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75660
75851
|
call$1(previousLoad) {
|
|
75661
75852
|
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
75853
|
},
|
|
75663
|
-
$signature:
|
|
75854
|
+
$signature: 87
|
|
75664
75855
|
};
|
|
75665
75856
|
A._EvaluateVisitor__loadModule__closure6.prototype = {
|
|
75666
75857
|
call$0() {
|
|
@@ -75883,7 +76074,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75883
76074
|
});
|
|
75884
76075
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75885
76076
|
},
|
|
75886
|
-
$signature:
|
|
76077
|
+
$signature: 33
|
|
75887
76078
|
};
|
|
75888
76079
|
A._EvaluateVisitor__scopeForAtRoot_closure18.prototype = {
|
|
75889
76080
|
call$1(callback) {
|
|
@@ -75911,13 +76102,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75911
76102
|
});
|
|
75912
76103
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75913
76104
|
},
|
|
75914
|
-
$signature:
|
|
76105
|
+
$signature: 33
|
|
75915
76106
|
};
|
|
75916
76107
|
A._EvaluateVisitor__scopeForAtRoot_closure19.prototype = {
|
|
75917
76108
|
call$1(callback) {
|
|
75918
76109
|
return this.$this._async_evaluate0$_withMediaQueries$1$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure2(this.innerScope, callback), type$.Null);
|
|
75919
76110
|
},
|
|
75920
|
-
$signature:
|
|
76111
|
+
$signature: 33
|
|
75921
76112
|
};
|
|
75922
76113
|
A._EvaluateVisitor__scopeForAtRoot__closure2.prototype = {
|
|
75923
76114
|
call$0() {
|
|
@@ -75951,7 +76142,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75951
76142
|
});
|
|
75952
76143
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75953
76144
|
},
|
|
75954
|
-
$signature:
|
|
76145
|
+
$signature: 33
|
|
75955
76146
|
};
|
|
75956
76147
|
A._EvaluateVisitor__scopeForAtRoot_closure21.prototype = {
|
|
75957
76148
|
call$1($parent) {
|
|
@@ -75985,7 +76176,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
75985
76176
|
});
|
|
75986
76177
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
75987
76178
|
},
|
|
75988
|
-
$signature:
|
|
76179
|
+
$signature: 33
|
|
75989
76180
|
};
|
|
75990
76181
|
A._EvaluateVisitor_visitContentRule_closure2.prototype = {
|
|
75991
76182
|
call$0() {
|
|
@@ -76125,7 +76316,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76125
76316
|
t1 = _this.$this;
|
|
76126
76317
|
return t1._async_evaluate0$_handleReturn$2(_this.list.get$asList(), new A._EvaluateVisitor_visitEachRule__closure2(t1, _this.setVariables, _this.node));
|
|
76127
76318
|
},
|
|
76128
|
-
$signature:
|
|
76319
|
+
$signature: 69
|
|
76129
76320
|
};
|
|
76130
76321
|
A._EvaluateVisitor_visitEachRule__closure2.prototype = {
|
|
76131
76322
|
call$1(element) {
|
|
@@ -76378,7 +76569,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76378
76569
|
});
|
|
76379
76570
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
76380
76571
|
},
|
|
76381
|
-
$signature:
|
|
76572
|
+
$signature: 69
|
|
76382
76573
|
};
|
|
76383
76574
|
A._EvaluateVisitor_visitForRule__closure2.prototype = {
|
|
76384
76575
|
call$1(child) {
|
|
@@ -76390,20 +76581,20 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76390
76581
|
call$1(module) {
|
|
76391
76582
|
this.$this._async_evaluate0$_environment.forwardModule$2(module, this.node);
|
|
76392
76583
|
},
|
|
76393
|
-
$signature:
|
|
76584
|
+
$signature: 124
|
|
76394
76585
|
};
|
|
76395
76586
|
A._EvaluateVisitor_visitForwardRule_closure6.prototype = {
|
|
76396
76587
|
call$1(module) {
|
|
76397
76588
|
this.$this._async_evaluate0$_environment.forwardModule$2(module, this.node);
|
|
76398
76589
|
},
|
|
76399
|
-
$signature:
|
|
76590
|
+
$signature: 124
|
|
76400
76591
|
};
|
|
76401
76592
|
A._EvaluateVisitor_visitIfRule_closure2.prototype = {
|
|
76402
76593
|
call$0() {
|
|
76403
76594
|
var t1 = this.$this;
|
|
76404
76595
|
return t1._async_evaluate0$_handleReturn$2(this._box_0.clause.children, new A._EvaluateVisitor_visitIfRule__closure2(t1));
|
|
76405
76596
|
},
|
|
76406
|
-
$signature:
|
|
76597
|
+
$signature: 69
|
|
76407
76598
|
};
|
|
76408
76599
|
A._EvaluateVisitor_visitIfRule__closure2.prototype = {
|
|
76409
76600
|
call$1(child) {
|
|
@@ -76531,7 +76722,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76531
76722
|
call$1(previousLoad) {
|
|
76532
76723
|
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
76724
|
},
|
|
76534
|
-
$signature:
|
|
76725
|
+
$signature: 87
|
|
76535
76726
|
};
|
|
76536
76727
|
A._EvaluateVisitor__visitDynamicImport__closure12.prototype = {
|
|
76537
76728
|
call$1(rule) {
|
|
@@ -76616,7 +76807,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76616
76807
|
call$0() {
|
|
76617
76808
|
return this.node.get$spanWithoutContent();
|
|
76618
76809
|
},
|
|
76619
|
-
$signature:
|
|
76810
|
+
$signature: 25
|
|
76620
76811
|
};
|
|
76621
76812
|
A._EvaluateVisitor_visitIncludeRule_closure14.prototype = {
|
|
76622
76813
|
call$1($content) {
|
|
@@ -76719,7 +76910,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
76719
76910
|
call$0() {
|
|
76720
76911
|
return this.statement.accept$1(this.$this);
|
|
76721
76912
|
},
|
|
76722
|
-
$signature:
|
|
76913
|
+
$signature: 69
|
|
76723
76914
|
};
|
|
76724
76915
|
A._EvaluateVisitor_visitMediaRule_closure8.prototype = {
|
|
76725
76916
|
call$1(mediaQueries) {
|
|
@@ -77117,7 +77308,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77117
77308
|
var t1 = this.node;
|
|
77118
77309
|
this.$this._async_evaluate0$_environment.addModule$3$namespace(module, t1, t1.namespace);
|
|
77119
77310
|
},
|
|
77120
|
-
$signature:
|
|
77311
|
+
$signature: 124
|
|
77121
77312
|
};
|
|
77122
77313
|
A._EvaluateVisitor_visitWarnRule_closure2.prototype = {
|
|
77123
77314
|
call$0() {
|
|
@@ -77176,7 +77367,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77176
77367
|
});
|
|
77177
77368
|
return A._asyncStartSync($async$call$0, $async$completer);
|
|
77178
77369
|
},
|
|
77179
|
-
$signature:
|
|
77370
|
+
$signature: 69
|
|
77180
77371
|
};
|
|
77181
77372
|
A._EvaluateVisitor_visitWhileRule__closure2.prototype = {
|
|
77182
77373
|
call$1(child) {
|
|
@@ -77482,7 +77673,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77482
77673
|
else
|
|
77483
77674
|
return expression.toString$0(0);
|
|
77484
77675
|
},
|
|
77485
|
-
$signature:
|
|
77676
|
+
$signature: 117
|
|
77486
77677
|
};
|
|
77487
77678
|
A._EvaluateVisitor_visitVariableExpression_closure2.prototype = {
|
|
77488
77679
|
call$0() {
|
|
@@ -77803,7 +77994,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77803
77994
|
_this.named.$indexSet(0, key, _this.$this._async_evaluate0$_withoutSlash$2(value, t1));
|
|
77804
77995
|
_this.namedNodes.$indexSet(0, key, t1);
|
|
77805
77996
|
},
|
|
77806
|
-
$signature:
|
|
77997
|
+
$signature: 76
|
|
77807
77998
|
};
|
|
77808
77999
|
A._EvaluateVisitor__evaluateArguments_closure14.prototype = {
|
|
77809
78000
|
call$1(value) {
|
|
@@ -77831,7 +78022,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
77831
78022
|
t1 = _this.restArgs;
|
|
77832
78023
|
_this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._async_evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
|
|
77833
78024
|
},
|
|
77834
|
-
$signature:
|
|
78025
|
+
$signature: 76
|
|
77835
78026
|
};
|
|
77836
78027
|
A._EvaluateVisitor__evaluateMacroArguments_closure14.prototype = {
|
|
77837
78028
|
call$1(value) {
|
|
@@ -78296,7 +78487,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78296
78487
|
call$0() {
|
|
78297
78488
|
return A.serializeValue0(this.value, false, this.quote);
|
|
78298
78489
|
},
|
|
78299
|
-
$signature:
|
|
78490
|
+
$signature: 31
|
|
78300
78491
|
};
|
|
78301
78492
|
A._EvaluateVisitor__expressionNode_closure2.prototype = {
|
|
78302
78493
|
call$0() {
|
|
@@ -78321,7 +78512,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78321
78512
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
78322
78513
|
return t1 == null ? url : t1;
|
|
78323
78514
|
},
|
|
78324
|
-
$signature:
|
|
78515
|
+
$signature: 96
|
|
78325
78516
|
};
|
|
78326
78517
|
A._EvaluateVisitor__stackTrace_closure2.prototype = {
|
|
78327
78518
|
call$1(tuple) {
|
|
@@ -78777,7 +78968,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
78777
78968
|
call$1(url) {
|
|
78778
78969
|
return url.get$path(url).length;
|
|
78779
78970
|
},
|
|
78780
|
-
$signature:
|
|
78971
|
+
$signature: 89
|
|
78781
78972
|
};
|
|
78782
78973
|
A.AtRootQueryParser0.prototype = {
|
|
78783
78974
|
parse$0() {
|
|
@@ -79004,7 +79195,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79004
79195
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
79005
79196
|
return jsClass;
|
|
79006
79197
|
},
|
|
79007
|
-
$signature:
|
|
79198
|
+
$signature: 26
|
|
79008
79199
|
};
|
|
79009
79200
|
A.legacyBooleanClass__closure.prototype = {
|
|
79010
79201
|
call$2(_, __) {
|
|
@@ -79033,7 +79224,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79033
79224
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassBoolean_true0.constructor), jsClass);
|
|
79034
79225
|
return jsClass;
|
|
79035
79226
|
},
|
|
79036
|
-
$signature:
|
|
79227
|
+
$signature: 26
|
|
79037
79228
|
};
|
|
79038
79229
|
A.booleanClass__closure.prototype = {
|
|
79039
79230
|
call$2($self, _) {
|
|
@@ -79183,21 +79374,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79183
79374
|
A.CalculationExpression__verify0(arg);
|
|
79184
79375
|
return arg;
|
|
79185
79376
|
},
|
|
79186
|
-
$signature:
|
|
79377
|
+
$signature: 105
|
|
79187
79378
|
};
|
|
79188
79379
|
A.SassCalculation0.prototype = {
|
|
79189
79380
|
get$isSpecialNumber() {
|
|
79190
79381
|
return true;
|
|
79191
79382
|
},
|
|
79192
79383
|
accept$1$1(visitor) {
|
|
79193
|
-
|
|
79194
|
-
t1 = visitor._serialize0$_buffer;
|
|
79195
|
-
t1.write$1(0, this.name);
|
|
79196
|
-
t1.writeCharCode$1(40);
|
|
79197
|
-
t2 = visitor._serialize0$_style === B.OutputStyle_10 ? "," : ", ";
|
|
79198
|
-
visitor._serialize0$_writeBetween$3(this.$arguments, t2, visitor.get$_serialize0$_writeCalculationValue());
|
|
79199
|
-
t1.writeCharCode$1(41);
|
|
79200
|
-
return null;
|
|
79384
|
+
return visitor.visitCalculation$1(this);
|
|
79201
79385
|
},
|
|
79202
79386
|
accept$1(visitor) {
|
|
79203
79387
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
@@ -79972,28 +80156,28 @@ self.fs = _cliPkgRequires.fs;
|
|
|
79972
80156
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79973
80157
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$red(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
79974
80158
|
},
|
|
79975
|
-
$signature:
|
|
80159
|
+
$signature: 98
|
|
79976
80160
|
};
|
|
79977
80161
|
A.legacyColorClass_closure5.prototype = {
|
|
79978
80162
|
call$2(thisArg, value) {
|
|
79979
80163
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79980
80164
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$green(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
79981
80165
|
},
|
|
79982
|
-
$signature:
|
|
80166
|
+
$signature: 98
|
|
79983
80167
|
};
|
|
79984
80168
|
A.legacyColorClass_closure6.prototype = {
|
|
79985
80169
|
call$2(thisArg, value) {
|
|
79986
80170
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79987
80171
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$blue(A.fuzzyRound0(B.JSNumber_methods.clamp$2(value, 0, 255))));
|
|
79988
80172
|
},
|
|
79989
|
-
$signature:
|
|
80173
|
+
$signature: 98
|
|
79990
80174
|
};
|
|
79991
80175
|
A.legacyColorClass_closure7.prototype = {
|
|
79992
80176
|
call$2(thisArg, value) {
|
|
79993
80177
|
var t1 = J.getInterceptor$x(thisArg);
|
|
79994
80178
|
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).changeRgb$1$alpha(B.JSNumber_methods.clamp$2(value, 0, 1)));
|
|
79995
80179
|
},
|
|
79996
|
-
$signature:
|
|
80180
|
+
$signature: 98
|
|
79997
80181
|
};
|
|
79998
80182
|
A.colorClass_closure.prototype = {
|
|
79999
80183
|
call$0() {
|
|
@@ -80004,7 +80188,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80004
80188
|
A.JSClassExtension_injectSuperclass(t1._as(A.SassColor$rgb0(0, 0, 0, null).constructor), jsClass);
|
|
80005
80189
|
return jsClass;
|
|
80006
80190
|
},
|
|
80007
|
-
$signature:
|
|
80191
|
+
$signature: 26
|
|
80008
80192
|
};
|
|
80009
80193
|
A.colorClass__closure.prototype = {
|
|
80010
80194
|
call$2($self, color) {
|
|
@@ -80576,7 +80760,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80576
80760
|
t1.push(callable._readLocal$0());
|
|
80577
80761
|
}
|
|
80578
80762
|
},
|
|
80579
|
-
$signature:
|
|
80763
|
+
$signature: 134
|
|
80580
80764
|
};
|
|
80581
80765
|
A._parseFunctions__closure2.prototype = {
|
|
80582
80766
|
call$1($arguments) {
|
|
@@ -80635,7 +80819,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
80635
80819
|
});
|
|
80636
80820
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
80637
80821
|
},
|
|
80638
|
-
$signature:
|
|
80822
|
+
$signature: 99
|
|
80639
80823
|
};
|
|
80640
80824
|
A._compileStylesheet_closure1.prototype = {
|
|
80641
80825
|
call$1(url) {
|
|
@@ -83007,7 +83191,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
83007
83191
|
}
|
|
83008
83192
|
},
|
|
83009
83193
|
_evaluate0$_visitCalculationValue$2$inMinMax(node, inMinMax) {
|
|
83010
|
-
var inner, result, t1, _this = this;
|
|
83194
|
+
var inner, result, t1, text, _this = this, _null = null;
|
|
83011
83195
|
if (node instanceof A.ParenthesizedExpression0) {
|
|
83012
83196
|
inner = node.expression;
|
|
83013
83197
|
result = _this._evaluate0$_visitCalculationValue$2$inMinMax(inner, inMinMax);
|
|
@@ -83016,9 +83200,26 @@ self.fs = _cliPkgRequires.fs;
|
|
|
83016
83200
|
else
|
|
83017
83201
|
t1 = false;
|
|
83018
83202
|
return t1 ? new A.SassString0("(" + result._string0$_text + ")", false) : result;
|
|
83019
|
-
} else if (node instanceof A.StringExpression0)
|
|
83020
|
-
|
|
83021
|
-
|
|
83203
|
+
} else if (node instanceof A.StringExpression0) {
|
|
83204
|
+
t1 = node.text;
|
|
83205
|
+
text = t1.get$asPlain();
|
|
83206
|
+
if (text == null)
|
|
83207
|
+
return new A.CalculationInterpolation0(_this._evaluate0$_performInterpolation$1(t1));
|
|
83208
|
+
switch (text.toLowerCase()) {
|
|
83209
|
+
case "pi":
|
|
83210
|
+
return A.SassNumber_SassNumber0(3.141592653589793, _null);
|
|
83211
|
+
case "e":
|
|
83212
|
+
return A.SassNumber_SassNumber0(2.718281828459045, _null);
|
|
83213
|
+
case "infinity":
|
|
83214
|
+
return A.SassNumber_SassNumber0(1 / 0, _null);
|
|
83215
|
+
case "-infinity":
|
|
83216
|
+
return A.SassNumber_SassNumber0(-1 / 0, _null);
|
|
83217
|
+
case "nan":
|
|
83218
|
+
return A.SassNumber_SassNumber0(0 / 0, _null);
|
|
83219
|
+
default:
|
|
83220
|
+
return new A.SassString0(text, false);
|
|
83221
|
+
}
|
|
83222
|
+
} else if (node instanceof A.BinaryOperationExpression0)
|
|
83022
83223
|
return _this._evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor__visitCalculationValue_closure1(_this, node, inMinMax));
|
|
83023
83224
|
else {
|
|
83024
83225
|
result = node.accept$1(_this);
|
|
@@ -83870,7 +84071,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
83870
84071
|
t2 = t2 == null ? null : t2._string0$_text;
|
|
83871
84072
|
return this.$this._evaluate0$_getFunction$2$namespace(t1, t2);
|
|
83872
84073
|
},
|
|
83873
|
-
$signature:
|
|
84074
|
+
$signature: 104
|
|
83874
84075
|
};
|
|
83875
84076
|
A._EvaluateVisitor_closure27.prototype = {
|
|
83876
84077
|
call$1($arguments) {
|
|
@@ -84016,7 +84217,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84016
84217
|
call$1(previousLoad) {
|
|
84017
84218
|
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
84219
|
},
|
|
84019
|
-
$signature:
|
|
84220
|
+
$signature: 87
|
|
84020
84221
|
};
|
|
84021
84222
|
A._EvaluateVisitor__loadModule__closure4.prototype = {
|
|
84022
84223
|
call$0() {
|
|
@@ -84140,7 +84341,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84140
84341
|
t1._evaluate0$_environment.scope$1$2$when(callback, this.node.hasDeclarations, type$.void);
|
|
84141
84342
|
t1._evaluate0$__parent = t2;
|
|
84142
84343
|
},
|
|
84143
|
-
$signature:
|
|
84344
|
+
$signature: 29
|
|
84144
84345
|
};
|
|
84145
84346
|
A._EvaluateVisitor__scopeForAtRoot_closure12.prototype = {
|
|
84146
84347
|
call$1(callback) {
|
|
@@ -84150,13 +84351,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84150
84351
|
this.innerScope.call$1(callback);
|
|
84151
84352
|
t1._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
|
|
84152
84353
|
},
|
|
84153
|
-
$signature:
|
|
84354
|
+
$signature: 29
|
|
84154
84355
|
};
|
|
84155
84356
|
A._EvaluateVisitor__scopeForAtRoot_closure13.prototype = {
|
|
84156
84357
|
call$1(callback) {
|
|
84157
84358
|
return this.$this._evaluate0$_withMediaQueries$3(null, null, new A._EvaluateVisitor__scopeForAtRoot__closure1(this.innerScope, callback));
|
|
84158
84359
|
},
|
|
84159
|
-
$signature:
|
|
84360
|
+
$signature: 29
|
|
84160
84361
|
};
|
|
84161
84362
|
A._EvaluateVisitor__scopeForAtRoot__closure1.prototype = {
|
|
84162
84363
|
call$0() {
|
|
@@ -84172,7 +84373,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84172
84373
|
this.innerScope.call$1(callback);
|
|
84173
84374
|
t1._evaluate0$_inKeyframes = wasInKeyframes;
|
|
84174
84375
|
},
|
|
84175
|
-
$signature:
|
|
84376
|
+
$signature: 29
|
|
84176
84377
|
};
|
|
84177
84378
|
A._EvaluateVisitor__scopeForAtRoot_closure15.prototype = {
|
|
84178
84379
|
call$1($parent) {
|
|
@@ -84188,7 +84389,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84188
84389
|
this.innerScope.call$1(callback);
|
|
84189
84390
|
t1._evaluate0$_inUnknownAtRule = wasInUnknownAtRule;
|
|
84190
84391
|
},
|
|
84191
|
-
$signature:
|
|
84392
|
+
$signature: 29
|
|
84192
84393
|
};
|
|
84193
84394
|
A._EvaluateVisitor_visitContentRule_closure1.prototype = {
|
|
84194
84395
|
call$0() {
|
|
@@ -84248,7 +84449,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84248
84449
|
call$1(child) {
|
|
84249
84450
|
return child.accept$1(this.$this);
|
|
84250
84451
|
},
|
|
84251
|
-
$signature:
|
|
84452
|
+
$signature: 85
|
|
84252
84453
|
};
|
|
84253
84454
|
A._EvaluateVisitor_visitAtRule_closure5.prototype = {
|
|
84254
84455
|
call$1(value) {
|
|
@@ -84330,7 +84531,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84330
84531
|
call$1(child) {
|
|
84331
84532
|
return child.accept$1(this.$this);
|
|
84332
84533
|
},
|
|
84333
|
-
$signature:
|
|
84534
|
+
$signature: 85
|
|
84334
84535
|
};
|
|
84335
84536
|
A._EvaluateVisitor_visitForwardRule_closure3.prototype = {
|
|
84336
84537
|
call$1(module) {
|
|
@@ -84355,7 +84556,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84355
84556
|
call$1(child) {
|
|
84356
84557
|
return child.accept$1(this.$this);
|
|
84357
84558
|
},
|
|
84358
|
-
$signature:
|
|
84559
|
+
$signature: 85
|
|
84359
84560
|
};
|
|
84360
84561
|
A._EvaluateVisitor__visitDynamicImport_closure1.prototype = {
|
|
84361
84562
|
call$0() {
|
|
@@ -84434,7 +84635,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84434
84635
|
call$1(previousLoad) {
|
|
84435
84636
|
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
84637
|
},
|
|
84437
|
-
$signature:
|
|
84638
|
+
$signature: 87
|
|
84438
84639
|
};
|
|
84439
84640
|
A._EvaluateVisitor__visitDynamicImport__closure8.prototype = {
|
|
84440
84641
|
call$1(rule) {
|
|
@@ -84496,13 +84697,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84496
84697
|
var t1 = this.node;
|
|
84497
84698
|
return this.$this._evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
84498
84699
|
},
|
|
84499
|
-
$signature:
|
|
84700
|
+
$signature: 104
|
|
84500
84701
|
};
|
|
84501
84702
|
A._EvaluateVisitor_visitIncludeRule_closure8.prototype = {
|
|
84502
84703
|
call$0() {
|
|
84503
84704
|
return this.node.get$spanWithoutContent();
|
|
84504
84705
|
},
|
|
84505
|
-
$signature:
|
|
84706
|
+
$signature: 25
|
|
84506
84707
|
};
|
|
84507
84708
|
A._EvaluateVisitor_visitIncludeRule_closure10.prototype = {
|
|
84508
84709
|
call$1($content) {
|
|
@@ -84717,7 +84918,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84717
84918
|
call$1(child) {
|
|
84718
84919
|
return child.accept$1(this.$this);
|
|
84719
84920
|
},
|
|
84720
|
-
$signature:
|
|
84921
|
+
$signature: 85
|
|
84721
84922
|
};
|
|
84722
84923
|
A._EvaluateVisitor_visitBinaryOperationExpression_closure1.prototype = {
|
|
84723
84924
|
call$0() {
|
|
@@ -84783,7 +84984,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84783
84984
|
else
|
|
84784
84985
|
return expression.toString$0(0);
|
|
84785
84986
|
},
|
|
84786
|
-
$signature:
|
|
84987
|
+
$signature: 117
|
|
84787
84988
|
};
|
|
84788
84989
|
A._EvaluateVisitor_visitVariableExpression_closure1.prototype = {
|
|
84789
84990
|
call$0() {
|
|
@@ -84818,7 +85019,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84818
85019
|
t3 = this.inMinMax;
|
|
84819
85020
|
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
85021
|
},
|
|
84821
|
-
$signature:
|
|
85022
|
+
$signature: 100
|
|
84822
85023
|
};
|
|
84823
85024
|
A._EvaluateVisitor_visitListExpression_closure1.prototype = {
|
|
84824
85025
|
call$1(expression) {
|
|
@@ -84831,7 +85032,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84831
85032
|
var t1 = this.node;
|
|
84832
85033
|
return this.$this._evaluate0$_getFunction$2$namespace(A.stringReplaceAllUnchecked(t1.originalName, "_", "-"), t1.namespace);
|
|
84833
85034
|
},
|
|
84834
|
-
$signature:
|
|
85035
|
+
$signature: 104
|
|
84835
85036
|
};
|
|
84836
85037
|
A._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
|
|
84837
85038
|
call$0() {
|
|
@@ -84979,7 +85180,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
84979
85180
|
_this.named.$indexSet(0, key, _this.$this._evaluate0$_withoutSlash$2(value, t1));
|
|
84980
85181
|
_this.namedNodes.$indexSet(0, key, t1);
|
|
84981
85182
|
},
|
|
84982
|
-
$signature:
|
|
85183
|
+
$signature: 76
|
|
84983
85184
|
};
|
|
84984
85185
|
A._EvaluateVisitor__evaluateArguments_closure10.prototype = {
|
|
84985
85186
|
call$1(value) {
|
|
@@ -85007,7 +85208,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85007
85208
|
t1 = _this.restArgs;
|
|
85008
85209
|
_this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
|
|
85009
85210
|
},
|
|
85010
|
-
$signature:
|
|
85211
|
+
$signature: 76
|
|
85011
85212
|
};
|
|
85012
85213
|
A._EvaluateVisitor__evaluateMacroArguments_closure10.prototype = {
|
|
85013
85214
|
call$1(value) {
|
|
@@ -85191,7 +85392,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85191
85392
|
call$0() {
|
|
85192
85393
|
return A.serializeValue0(this.value, false, this.quote);
|
|
85193
85394
|
},
|
|
85194
|
-
$signature:
|
|
85395
|
+
$signature: 31
|
|
85195
85396
|
};
|
|
85196
85397
|
A._EvaluateVisitor__expressionNode_closure1.prototype = {
|
|
85197
85398
|
call$0() {
|
|
@@ -85216,7 +85417,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85216
85417
|
t1 = t1 == null ? null : t1.humanize$1(url);
|
|
85217
85418
|
return t1 == null ? url : t1;
|
|
85218
85419
|
},
|
|
85219
|
-
$signature:
|
|
85420
|
+
$signature: 96
|
|
85220
85421
|
};
|
|
85221
85422
|
A._EvaluateVisitor__stackTrace_closure1.prototype = {
|
|
85222
85423
|
call$1(tuple) {
|
|
@@ -85396,7 +85597,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
85396
85597
|
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
85598
|
return jsClass;
|
|
85398
85599
|
},
|
|
85399
|
-
$signature:
|
|
85600
|
+
$signature: 26
|
|
85400
85601
|
};
|
|
85401
85602
|
A.exceptionClass__closure.prototype = {
|
|
85402
85603
|
call$1(exception) {
|
|
@@ -86295,7 +86496,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86295
86496
|
call$0() {
|
|
86296
86497
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
86297
86498
|
},
|
|
86298
|
-
$signature:
|
|
86499
|
+
$signature: 116
|
|
86299
86500
|
};
|
|
86300
86501
|
A.ExtensionStore_addExtension_closure3.prototype = {
|
|
86301
86502
|
call$0() {
|
|
@@ -86319,7 +86520,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86319
86520
|
call$0() {
|
|
86320
86521
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
86321
86522
|
},
|
|
86322
|
-
$signature:
|
|
86523
|
+
$signature: 116
|
|
86323
86524
|
};
|
|
86324
86525
|
A.ExtensionStore_addExtensions_closure1.prototype = {
|
|
86325
86526
|
call$2(target, newSources) {
|
|
@@ -86386,7 +86587,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86386
86587
|
call$0() {
|
|
86387
86588
|
return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
86388
86589
|
},
|
|
86389
|
-
$signature:
|
|
86590
|
+
$signature: 116
|
|
86390
86591
|
};
|
|
86391
86592
|
A.ExtensionStore_addExtensions_closure2.prototype = {
|
|
86392
86593
|
call$1(newExtensions) {
|
|
@@ -86814,7 +87015,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
86814
87015
|
A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null)).constructor), jsClass);
|
|
86815
87016
|
return jsClass;
|
|
86816
87017
|
},
|
|
86817
|
-
$signature:
|
|
87018
|
+
$signature: 26
|
|
86818
87019
|
};
|
|
86819
87020
|
A.functionClass__closure.prototype = {
|
|
86820
87021
|
call$3($self, signature, callback) {
|
|
@@ -87575,7 +87776,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87575
87776
|
call$1(url) {
|
|
87576
87777
|
return url.get$path(url).length;
|
|
87577
87778
|
},
|
|
87578
|
-
$signature:
|
|
87779
|
+
$signature: 89
|
|
87579
87780
|
};
|
|
87580
87781
|
A.ImportRule0.prototype = {
|
|
87581
87782
|
accept$1$1(visitor) {
|
|
@@ -87922,7 +88123,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
87922
88123
|
throw exception;
|
|
87923
88124
|
}
|
|
87924
88125
|
},
|
|
87925
|
-
$signature:
|
|
88126
|
+
$signature: 31
|
|
87926
88127
|
};
|
|
87927
88128
|
A._realCasePath_helper__closure0.prototype = {
|
|
87928
88129
|
call$1(realPath) {
|
|
@@ -88012,6 +88213,58 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88012
88213
|
},
|
|
88013
88214
|
$signature: 131
|
|
88014
88215
|
};
|
|
88216
|
+
A.LazyFileSpan0.prototype = {
|
|
88217
|
+
get$span(_) {
|
|
88218
|
+
var t1 = this._lazy_file_span0$_span;
|
|
88219
|
+
return t1 == null ? this._lazy_file_span0$_span = this._lazy_file_span0$_builder.call$0() : t1;
|
|
88220
|
+
},
|
|
88221
|
+
compareTo$1(_, other) {
|
|
88222
|
+
return this.get$span(this).compareTo$1(0, other);
|
|
88223
|
+
},
|
|
88224
|
+
get$context(_) {
|
|
88225
|
+
var t1 = this.get$span(this);
|
|
88226
|
+
return t1.get$context(t1);
|
|
88227
|
+
},
|
|
88228
|
+
get$end(_) {
|
|
88229
|
+
var t1 = this.get$span(this);
|
|
88230
|
+
return t1.get$end(t1);
|
|
88231
|
+
},
|
|
88232
|
+
expand$1(_, other) {
|
|
88233
|
+
return this.get$span(this).expand$1(0, other);
|
|
88234
|
+
},
|
|
88235
|
+
get$file(_) {
|
|
88236
|
+
var t1 = this.get$span(this);
|
|
88237
|
+
return t1.get$file(t1);
|
|
88238
|
+
},
|
|
88239
|
+
highlight$1$color(color) {
|
|
88240
|
+
return this.get$span(this).highlight$1$color(color);
|
|
88241
|
+
},
|
|
88242
|
+
get$length(_) {
|
|
88243
|
+
var t1 = this.get$span(this);
|
|
88244
|
+
return t1.get$length(t1);
|
|
88245
|
+
},
|
|
88246
|
+
message$2$color(_, message, color) {
|
|
88247
|
+
return this.get$span(this).message$2$color(0, message, color);
|
|
88248
|
+
},
|
|
88249
|
+
message$1($receiver, message) {
|
|
88250
|
+
return this.message$2$color($receiver, message, null);
|
|
88251
|
+
},
|
|
88252
|
+
get$sourceUrl(_) {
|
|
88253
|
+
var t1 = this.get$span(this);
|
|
88254
|
+
return t1.get$sourceUrl(t1);
|
|
88255
|
+
},
|
|
88256
|
+
get$start(_) {
|
|
88257
|
+
var t1 = this.get$span(this);
|
|
88258
|
+
return t1.get$start(t1);
|
|
88259
|
+
},
|
|
88260
|
+
get$text() {
|
|
88261
|
+
return this.get$span(this).get$text();
|
|
88262
|
+
},
|
|
88263
|
+
$isComparable: 1,
|
|
88264
|
+
$isFileSpan: 1,
|
|
88265
|
+
$isSourceSpan: 1,
|
|
88266
|
+
$isSourceSpanWithContext: 1
|
|
88267
|
+
};
|
|
88015
88268
|
A.render_closure.prototype = {
|
|
88016
88269
|
call$0() {
|
|
88017
88270
|
var error, exception;
|
|
@@ -88062,7 +88315,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88062
88315
|
t1.push(A.AsyncCallable_AsyncCallable$fromSignature(B.JSString_methods.trimLeft$0(signature), new A._parseFunctions__closure1(callback, context), false));
|
|
88063
88316
|
}
|
|
88064
88317
|
},
|
|
88065
|
-
$signature:
|
|
88318
|
+
$signature: 134
|
|
88066
88319
|
};
|
|
88067
88320
|
A._parseFunctions__closure.prototype = {
|
|
88068
88321
|
call$1($arguments) {
|
|
@@ -88101,7 +88354,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88101
88354
|
call$0() {
|
|
88102
88355
|
return J.yield$0$x(this.fiber);
|
|
88103
88356
|
},
|
|
88104
|
-
$signature:
|
|
88357
|
+
$signature: 100
|
|
88105
88358
|
};
|
|
88106
88359
|
A._parseFunctions__closure0.prototype = {
|
|
88107
88360
|
call$1($arguments) {
|
|
@@ -88157,7 +88410,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88157
88410
|
});
|
|
88158
88411
|
return A._asyncStartSync($async$call$1, $async$completer);
|
|
88159
88412
|
},
|
|
88160
|
-
$signature:
|
|
88413
|
+
$signature: 99
|
|
88161
88414
|
};
|
|
88162
88415
|
A._parseFunctions___closure.prototype = {
|
|
88163
88416
|
call$1(result) {
|
|
@@ -88213,7 +88466,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88213
88466
|
call$0() {
|
|
88214
88467
|
return J.yield$0$x(this.fiber);
|
|
88215
88468
|
},
|
|
88216
|
-
$signature:
|
|
88469
|
+
$signature: 100
|
|
88217
88470
|
};
|
|
88218
88471
|
A.LimitedMapView0.prototype = {
|
|
88219
88472
|
get$keys(_) {
|
|
@@ -88301,7 +88554,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88301
88554
|
call$1(element) {
|
|
88302
88555
|
return this.$this._list3$_elementNeedsParens$1(element) ? "(" + element.toString$0(0) + ")" : element.toString$0(0);
|
|
88303
88556
|
},
|
|
88304
|
-
$signature:
|
|
88557
|
+
$signature: 117
|
|
88305
88558
|
};
|
|
88306
88559
|
A._length_closure2.prototype = {
|
|
88307
88560
|
call$1($arguments) {
|
|
@@ -88784,7 +89037,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
88784
89037
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassList_nj9.constructor), jsClass);
|
|
88785
89038
|
return jsClass;
|
|
88786
89039
|
},
|
|
88787
|
-
$signature:
|
|
89040
|
+
$signature: 26
|
|
88788
89041
|
};
|
|
88789
89042
|
A.listClass__closure.prototype = {
|
|
88790
89043
|
call$3($self, contentsOrOptions, options) {
|
|
@@ -89273,7 +89526,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89273
89526
|
A.JSClassExtension_injectSuperclass(t1._as(B.SassMap_Map_empty0.constructor), jsClass);
|
|
89274
89527
|
return jsClass;
|
|
89275
89528
|
},
|
|
89276
|
-
$signature:
|
|
89529
|
+
$signature: 26
|
|
89277
89530
|
};
|
|
89278
89531
|
A.mapClass__closure.prototype = {
|
|
89279
89532
|
call$2($self, contents) {
|
|
@@ -89380,7 +89633,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89380
89633
|
call$1(value) {
|
|
89381
89634
|
return B.JSNumber_methods.ceil$0(value);
|
|
89382
89635
|
},
|
|
89383
|
-
$signature:
|
|
89636
|
+
$signature: 32
|
|
89384
89637
|
};
|
|
89385
89638
|
A._clamp_closure0.prototype = {
|
|
89386
89639
|
call$1($arguments) {
|
|
@@ -89404,7 +89657,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89404
89657
|
call$1(value) {
|
|
89405
89658
|
return B.JSNumber_methods.floor$0(value);
|
|
89406
89659
|
},
|
|
89407
|
-
$signature:
|
|
89660
|
+
$signature: 32
|
|
89408
89661
|
};
|
|
89409
89662
|
A._max_closure0.prototype = {
|
|
89410
89663
|
call$1($arguments) {
|
|
@@ -89438,13 +89691,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
89438
89691
|
call$1(number) {
|
|
89439
89692
|
return B.JSNumber_methods.round$0(number);
|
|
89440
89693
|
},
|
|
89441
|
-
$signature:
|
|
89694
|
+
$signature: 32
|
|
89442
89695
|
};
|
|
89443
89696
|
A._abs_closure0.prototype = {
|
|
89444
89697
|
call$1(value) {
|
|
89445
89698
|
return Math.abs(value);
|
|
89446
89699
|
},
|
|
89447
|
-
$signature:
|
|
89700
|
+
$signature: 32
|
|
89448
89701
|
};
|
|
89449
89702
|
A._hypot_closure0.prototype = {
|
|
89450
89703
|
call$1($arguments) {
|
|
@@ -90254,7 +90507,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90254
90507
|
call$0() {
|
|
90255
90508
|
return J.readFileSync$2$x(A.fs(), this.path, this.encoding);
|
|
90256
90509
|
},
|
|
90257
|
-
$signature:
|
|
90510
|
+
$signature: 94
|
|
90258
90511
|
};
|
|
90259
90512
|
A.fileExists_closure0.prototype = {
|
|
90260
90513
|
call$0() {
|
|
@@ -90273,7 +90526,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90273
90526
|
throw exception;
|
|
90274
90527
|
}
|
|
90275
90528
|
},
|
|
90276
|
-
$signature:
|
|
90529
|
+
$signature: 28
|
|
90277
90530
|
};
|
|
90278
90531
|
A.dirExists_closure0.prototype = {
|
|
90279
90532
|
call$0() {
|
|
@@ -90292,7 +90545,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90292
90545
|
throw exception;
|
|
90293
90546
|
}
|
|
90294
90547
|
},
|
|
90295
|
-
$signature:
|
|
90548
|
+
$signature: 28
|
|
90296
90549
|
};
|
|
90297
90550
|
A.listDir_closure0.prototype = {
|
|
90298
90551
|
call$0() {
|
|
@@ -90308,7 +90561,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90308
90561
|
call$1(child) {
|
|
90309
90562
|
return A.join(this.path, A._asString(child), null);
|
|
90310
90563
|
},
|
|
90311
|
-
$signature:
|
|
90564
|
+
$signature: 75
|
|
90312
90565
|
};
|
|
90313
90566
|
A.listDir__closure2.prototype = {
|
|
90314
90567
|
call$1(child) {
|
|
@@ -90456,7 +90709,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90456
90709
|
A.JSClassExtension_injectSuperclass(t1._as(B.C__SassNull0.constructor), jsClass);
|
|
90457
90710
|
return jsClass;
|
|
90458
90711
|
},
|
|
90459
|
-
$signature:
|
|
90712
|
+
$signature: 26
|
|
90460
90713
|
};
|
|
90461
90714
|
A.legacyNullClass__closure.prototype = {
|
|
90462
90715
|
call$2(_, __) {
|
|
@@ -90587,7 +90840,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
90587
90840
|
A.JSClassExtension_injectSuperclass(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(A.SassNumber_SassNumber0(0, null).constructor))).constructor), jsClass);
|
|
90588
90841
|
return jsClass;
|
|
90589
90842
|
},
|
|
90590
|
-
$signature:
|
|
90843
|
+
$signature: 26
|
|
90591
90844
|
};
|
|
90592
90845
|
A.numberClass__closure.prototype = {
|
|
90593
90846
|
call$3($self, value, unitOrOptions) {
|
|
@@ -91970,10 +92223,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
91970
92223
|
return t1.substring$1(0, start);
|
|
91971
92224
|
},
|
|
91972
92225
|
spanFrom$1(state) {
|
|
91973
|
-
var span = this.scanner.spanFrom$1(state)
|
|
91974
|
-
|
|
91975
|
-
|
|
91976
|
-
return
|
|
92226
|
+
var span = this.scanner.spanFrom$1(state);
|
|
92227
|
+
if (this._parser0$_interpolationMap != null)
|
|
92228
|
+
return new A.LazyFileSpan0(new A.Parser_spanFrom_closure0(this, span));
|
|
92229
|
+
return span;
|
|
91977
92230
|
},
|
|
91978
92231
|
error$3(_, message, span, trace) {
|
|
91979
92232
|
var exception = new A.StringScannerException(this.scanner.string, message, span);
|
|
@@ -92103,7 +92356,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92103
92356
|
t1.scanner.expectDone$0();
|
|
92104
92357
|
return result;
|
|
92105
92358
|
},
|
|
92106
|
-
$signature:
|
|
92359
|
+
$signature: 31
|
|
92107
92360
|
};
|
|
92108
92361
|
A.Parser_scanIdentChar_matches0.prototype = {
|
|
92109
92362
|
call$1(actual) {
|
|
@@ -92112,6 +92365,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92112
92365
|
},
|
|
92113
92366
|
$signature: 49
|
|
92114
92367
|
};
|
|
92368
|
+
A.Parser_spanFrom_closure0.prototype = {
|
|
92369
|
+
call$0() {
|
|
92370
|
+
return this.$this._parser0$_interpolationMap.mapSpan$1(this.span);
|
|
92371
|
+
},
|
|
92372
|
+
$signature: 25
|
|
92373
|
+
};
|
|
92115
92374
|
A.PlaceholderSelector0.prototype = {
|
|
92116
92375
|
accept$1$1(visitor) {
|
|
92117
92376
|
return visitor.visitPlaceholderSelector$1(this);
|
|
@@ -92489,7 +92748,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92489
92748
|
call$1(item) {
|
|
92490
92749
|
return item.accept$1(this.$this);
|
|
92491
92750
|
},
|
|
92492
|
-
$signature:
|
|
92751
|
+
$signature: 105
|
|
92493
92752
|
};
|
|
92494
92753
|
A.ReplaceExpressionVisitor_visitMapExpression_closure0.prototype = {
|
|
92495
92754
|
call$1(pair) {
|
|
@@ -92502,7 +92761,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
92502
92761
|
call$1(expression) {
|
|
92503
92762
|
return expression.accept$1(this.$this);
|
|
92504
92763
|
},
|
|
92505
|
-
$signature:
|
|
92764
|
+
$signature: 105
|
|
92506
92765
|
};
|
|
92507
92766
|
A.ReplaceExpressionVisitor_visitInterpolation_closure0.prototype = {
|
|
92508
92767
|
call$1(node) {
|
|
@@ -93000,13 +93259,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93000
93259
|
call$1(_) {
|
|
93001
93260
|
return A._translateReturnValue(this.main.call$0());
|
|
93002
93261
|
},
|
|
93003
|
-
$signature:
|
|
93262
|
+
$signature: 101
|
|
93004
93263
|
};
|
|
93005
93264
|
A._wrapMain_closure0.prototype = {
|
|
93006
93265
|
call$1(args) {
|
|
93007
93266
|
return A._translateReturnValue(this.main.call$1(A.List_List$from(type$.List_dynamic._as(args), true, type$.String)));
|
|
93008
93267
|
},
|
|
93009
|
-
$signature:
|
|
93268
|
+
$signature: 101
|
|
93010
93269
|
};
|
|
93011
93270
|
A.ScssParser0.prototype = {
|
|
93012
93271
|
get$indented() {
|
|
@@ -93491,7 +93750,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93491
93750
|
return A.SelectorList$0(components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
93492
93751
|
},
|
|
93493
93752
|
_selector$_complexSelector$1$lineBreak(lineBreak) {
|
|
93494
|
-
var t4, t5,
|
|
93753
|
+
var t4, t5, lastCompound, initialCombinators, next, t6, result, _this = this,
|
|
93495
93754
|
t1 = _this.scanner,
|
|
93496
93755
|
t2 = t1._string_scanner$_position,
|
|
93497
93756
|
componentStart = new A._SpanScannerState(t1, t2),
|
|
@@ -93499,60 +93758,38 @@ self.fs = _cliPkgRequires.fs;
|
|
|
93499
93758
|
combinators = A._setArrayType([], t3),
|
|
93500
93759
|
components = A._setArrayType([], type$.JSArray_ComplexSelectorComponent_2);
|
|
93501
93760
|
$label0$1:
|
|
93502
|
-
for (t4 = B.Set_2Vk2._map, t5 = type$.CssValue_Combinator_2,
|
|
93761
|
+
for (t4 = B.Set_2Vk2._map, t5 = type$.CssValue_Combinator_2, lastCompound = null, initialCombinators = null; true;) {
|
|
93503
93762
|
_this.whitespace$0();
|
|
93504
93763
|
next = t1.peekChar$0();
|
|
93505
93764
|
switch (next) {
|
|
93506
93765
|
case 43:
|
|
93507
|
-
|
|
93766
|
+
t6 = t1._string_scanner$_position;
|
|
93508
93767
|
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));
|
|
93768
|
+
combinators.push(new A.CssValue0(B.Combinator_4QF0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
93515
93769
|
break;
|
|
93516
93770
|
case 62:
|
|
93517
|
-
|
|
93771
|
+
t6 = t1._string_scanner$_position;
|
|
93518
93772
|
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));
|
|
93773
|
+
combinators.push(new A.CssValue0(B.Combinator_Cht0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
93525
93774
|
break;
|
|
93526
93775
|
case 126:
|
|
93527
|
-
|
|
93776
|
+
t6 = t1._string_scanner$_position;
|
|
93528
93777
|
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));
|
|
93778
|
+
combinators.push(new A.CssValue0(B.Combinator_Htt0, _this.spanFrom$1(new A._SpanScannerState(t1, t6)), t5));
|
|
93535
93779
|
break;
|
|
93536
93780
|
default:
|
|
93537
93781
|
if (next != null)
|
|
93538
|
-
|
|
93782
|
+
t6 = !t4.containsKey$1(next) && !_this.lookingAtIdentifier$0();
|
|
93539
93783
|
else
|
|
93540
|
-
|
|
93541
|
-
if (
|
|
93784
|
+
t6 = true;
|
|
93785
|
+
if (t6)
|
|
93542
93786
|
break $label0$1;
|
|
93543
93787
|
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;
|
|
93788
|
+
t6 = _this.spanFrom$1(componentStart);
|
|
93552
93789
|
result = A.List_List$from(combinators, false, t5);
|
|
93553
93790
|
result.fixed$length = Array;
|
|
93554
93791
|
result.immutable$list = Array;
|
|
93555
|
-
components.push(new A.ComplexSelectorComponent0(lastCompound, result,
|
|
93792
|
+
components.push(new A.ComplexSelectorComponent0(lastCompound, result, t6));
|
|
93556
93793
|
} else if (combinators.length !== 0) {
|
|
93557
93794
|
componentStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
93558
93795
|
initialCombinators = combinators;
|
|
@@ -94171,9 +94408,46 @@ self.fs = _cliPkgRequires.fs;
|
|
|
94171
94408
|
}
|
|
94172
94409
|
}
|
|
94173
94410
|
},
|
|
94411
|
+
visitCalculation$1(value) {
|
|
94412
|
+
var t2, _this = this,
|
|
94413
|
+
t1 = _this._serialize0$_buffer;
|
|
94414
|
+
t1.write$1(0, value.name);
|
|
94415
|
+
t1.writeCharCode$1(40);
|
|
94416
|
+
t2 = _this._serialize0$_style === B.OutputStyle_10 ? "," : ", ";
|
|
94417
|
+
_this._serialize0$_writeBetween$3(value.$arguments, t2, _this.get$_serialize0$_writeCalculationValue());
|
|
94418
|
+
t1.writeCharCode$1(41);
|
|
94419
|
+
},
|
|
94174
94420
|
_serialize0$_writeCalculationValue$1(value) {
|
|
94175
|
-
var
|
|
94176
|
-
if (value instanceof A.
|
|
94421
|
+
var t1, t2, unit, left, parenthesizeLeft, operatorWhitespace, right, parenthesizeRight, _this = this;
|
|
94422
|
+
if (value instanceof A.SassNumber0 && !isFinite(value._number1$_value)) {
|
|
94423
|
+
t1 = J.getInterceptor$x(value);
|
|
94424
|
+
if (t1.get$numeratorUnits(value).length > 1 || t1.get$denominatorUnits(value).length !== 0) {
|
|
94425
|
+
if (!_this._serialize0$_inspect)
|
|
94426
|
+
throw A.wrapException(A.SassScriptException$0(A.S(value) + " isn't a valid CSS value.", null));
|
|
94427
|
+
_this._serialize0$_writeNumber$1(value._number1$_value);
|
|
94428
|
+
_this._serialize0$_buffer.write$1(0, value.get$unitString());
|
|
94429
|
+
return;
|
|
94430
|
+
}
|
|
94431
|
+
t2 = value._number1$_value;
|
|
94432
|
+
if (t2 === 1 / 0)
|
|
94433
|
+
_this._serialize0$_buffer.write$1(0, "infinity");
|
|
94434
|
+
else if (t2 === -1 / 0)
|
|
94435
|
+
_this._serialize0$_buffer.write$1(0, "-infinity");
|
|
94436
|
+
else if (isNaN(t2))
|
|
94437
|
+
_this._serialize0$_buffer.write$1(0, "NaN");
|
|
94438
|
+
unit = A.IterableExtension_get_firstOrNull(t1.get$numeratorUnits(value));
|
|
94439
|
+
if (unit != null) {
|
|
94440
|
+
t1 = _this._serialize0$_style !== B.OutputStyle_10;
|
|
94441
|
+
if (t1)
|
|
94442
|
+
_this._serialize0$_buffer.writeCharCode$1(32);
|
|
94443
|
+
t2 = _this._serialize0$_buffer;
|
|
94444
|
+
t2.writeCharCode$1(42);
|
|
94445
|
+
if (t1)
|
|
94446
|
+
t2.writeCharCode$1(32);
|
|
94447
|
+
t2.writeCharCode$1(49);
|
|
94448
|
+
t2.write$1(0, unit);
|
|
94449
|
+
}
|
|
94450
|
+
} else if (value instanceof A.Value0)
|
|
94177
94451
|
value.accept$1(_this);
|
|
94178
94452
|
else if (value instanceof A.CalculationInterpolation0)
|
|
94179
94453
|
_this._serialize0$_buffer.write$1(0, value.value);
|
|
@@ -94198,7 +94472,11 @@ self.fs = _cliPkgRequires.fs;
|
|
|
94198
94472
|
t1.writeCharCode$1(32);
|
|
94199
94473
|
right = value.right;
|
|
94200
94474
|
if (!(right instanceof A.CalculationInterpolation0))
|
|
94201
|
-
|
|
94475
|
+
if (!(right instanceof A.CalculationOperation0 && _this._serialize0$_parenthesizeCalculationRhs$2(t2, right.operator))) {
|
|
94476
|
+
t2 = t2 === B.CalculationOperator_OvN0 && right instanceof A.SassNumber0 && !isFinite(right._number1$_value) && right.get$hasUnits();
|
|
94477
|
+
parenthesizeRight = t2;
|
|
94478
|
+
} else
|
|
94479
|
+
parenthesizeRight = true;
|
|
94202
94480
|
else
|
|
94203
94481
|
parenthesizeRight = true;
|
|
94204
94482
|
if (parenthesizeRight)
|
|
@@ -94338,7 +94616,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
94338
94616
|
this._serialize0$_buffer.writeCharCode$1(41);
|
|
94339
94617
|
},
|
|
94340
94618
|
visitNumber$1(value) {
|
|
94341
|
-
var _this = this,
|
|
94619
|
+
var t1, _this = this,
|
|
94342
94620
|
asSlash = value.asSlash;
|
|
94343
94621
|
if (asSlash != null) {
|
|
94344
94622
|
_this.visitNumber$1(asSlash.item1);
|
|
@@ -94346,7 +94624,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
94346
94624
|
_this.visitNumber$1(asSlash.item2);
|
|
94347
94625
|
return;
|
|
94348
94626
|
}
|
|
94349
|
-
|
|
94627
|
+
t1 = value._number1$_value;
|
|
94628
|
+
if (!isFinite(t1)) {
|
|
94629
|
+
_this.visitCalculation$1(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([value], type$.JSArray_Object), type$.Object)));
|
|
94630
|
+
return;
|
|
94631
|
+
}
|
|
94632
|
+
_this._serialize0$_writeNumber$1(t1);
|
|
94350
94633
|
if (!_this._serialize0$_inspect) {
|
|
94351
94634
|
if (value.get$numeratorUnits(value).length > 1 || value.get$denominatorUnits(value).length !== 0)
|
|
94352
94635
|
throw A.wrapException(A.SassScriptException$0(value.toString$0(0) + " isn't a valid CSS value.", null));
|
|
@@ -95396,7 +95679,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
95396
95679
|
call$1(factor) {
|
|
95397
95680
|
return this.$this._number1$_value * factor;
|
|
95398
95681
|
},
|
|
95399
|
-
$signature:
|
|
95682
|
+
$signature: 32
|
|
95400
95683
|
};
|
|
95401
95684
|
A.SingleUnitSassNumber_multiplyUnits_closure1.prototype = {
|
|
95402
95685
|
call$1(denominator) {
|
|
@@ -95996,7 +96279,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
95996
96279
|
A.JSClassExtension_injectSuperclass(t1._as(t2.constructor), jsClass);
|
|
95997
96280
|
return jsClass;
|
|
95998
96281
|
},
|
|
95999
|
-
$signature:
|
|
96282
|
+
$signature: 26
|
|
96000
96283
|
};
|
|
96001
96284
|
A.stringClass__closure.prototype = {
|
|
96002
96285
|
call$3($self, textOrOptions, options) {
|
|
@@ -98529,7 +98812,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
98529
98812
|
var t2, value, start, ident, lowerCase, calculation, _this = this,
|
|
98530
98813
|
t1 = _this.scanner,
|
|
98531
98814
|
next = t1.peekChar$0();
|
|
98532
|
-
if (next === 43 || next ===
|
|
98815
|
+
if (next === 43 || next === 46 || A.isDigit0(next))
|
|
98533
98816
|
return _this._stylesheet0$_number$0();
|
|
98534
98817
|
else if (next === 36)
|
|
98535
98818
|
return _this._stylesheet0$_variable$0();
|
|
@@ -98544,15 +98827,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
98544
98827
|
_this.whitespace$0();
|
|
98545
98828
|
t1.expectChar$1(41);
|
|
98546
98829
|
return new A.ParenthesizedExpression0(value, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
98547
|
-
} else if (
|
|
98548
|
-
t1.error$1(0, string$.Expectn);
|
|
98549
|
-
else {
|
|
98830
|
+
} else if (_this.lookingAtIdentifier$0()) {
|
|
98550
98831
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position);
|
|
98551
98832
|
ident = _this.identifier$0();
|
|
98552
98833
|
if (t1.scanChar$1(46))
|
|
98553
98834
|
return _this.namespacedExpression$2(ident, start);
|
|
98554
98835
|
if (t1.peekChar$0() !== 40)
|
|
98555
|
-
|
|
98836
|
+
return new A.StringExpression0(A.Interpolation$0(A._setArrayType([ident], type$.JSArray_Object), t1.spanFrom$1(start)), false);
|
|
98556
98837
|
lowerCase = ident.toLowerCase();
|
|
98557
98838
|
calculation = _this._stylesheet0$_tryCalculation$2(lowerCase, start);
|
|
98558
98839
|
if (calculation != null)
|
|
@@ -98561,7 +98842,10 @@ self.fs = _cliPkgRequires.fs;
|
|
|
98561
98842
|
return new A.IfExpression0(_this._stylesheet0$_argumentInvocation$0(), t1.spanFrom$1(start));
|
|
98562
98843
|
else
|
|
98563
98844
|
return new A.FunctionExpression0(null, ident, _this._stylesheet0$_argumentInvocation$0(), t1.spanFrom$1(start));
|
|
98564
|
-
}
|
|
98845
|
+
} else if (next === 45)
|
|
98846
|
+
return _this._stylesheet0$_number$0();
|
|
98847
|
+
else
|
|
98848
|
+
t1.error$1(0, string$.Expectn);
|
|
98565
98849
|
},
|
|
98566
98850
|
_stylesheet0$_containsCalculationInterpolation$0() {
|
|
98567
98851
|
var t2, parens, next, target, t3, _null = null,
|
|
@@ -99566,13 +99850,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99566
99850
|
call$0() {
|
|
99567
99851
|
return this.$this._stylesheet0$_statement$0();
|
|
99568
99852
|
},
|
|
99569
|
-
$signature:
|
|
99853
|
+
$signature: 115
|
|
99570
99854
|
};
|
|
99571
99855
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure1.prototype = {
|
|
99572
99856
|
call$0() {
|
|
99573
99857
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99574
99858
|
},
|
|
99575
|
-
$signature:
|
|
99859
|
+
$signature: 25
|
|
99576
99860
|
};
|
|
99577
99861
|
A.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
99578
99862
|
call$0() {
|
|
@@ -99654,7 +99938,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99654
99938
|
} else
|
|
99655
99939
|
return false;
|
|
99656
99940
|
},
|
|
99657
|
-
$signature:
|
|
99941
|
+
$signature: 28
|
|
99658
99942
|
};
|
|
99659
99943
|
A.StylesheetParser__forRule_closure2.prototype = {
|
|
99660
99944
|
call$2(children, span) {
|
|
@@ -99880,7 +100164,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99880
100164
|
call$0() {
|
|
99881
100165
|
return this.$this.scanner.peekChar$0() === 44;
|
|
99882
100166
|
},
|
|
99883
|
-
$signature:
|
|
100167
|
+
$signature: 28
|
|
99884
100168
|
};
|
|
99885
100169
|
A.StylesheetParser__unicodeRange_closure1.prototype = {
|
|
99886
100170
|
call$1(char) {
|
|
@@ -99898,7 +100182,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99898
100182
|
call$0() {
|
|
99899
100183
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99900
100184
|
},
|
|
99901
|
-
$signature:
|
|
100185
|
+
$signature: 25
|
|
99902
100186
|
};
|
|
99903
100187
|
A.StylesheetParser_trySpecialFunction_closure0.prototype = {
|
|
99904
100188
|
call$1(contents) {
|
|
@@ -99914,13 +100198,13 @@ self.fs = _cliPkgRequires.fs;
|
|
|
99914
100198
|
return t1.peekChar$1(1) !== 61;
|
|
99915
100199
|
return next === 60 || next === 62;
|
|
99916
100200
|
},
|
|
99917
|
-
$signature:
|
|
100201
|
+
$signature: 28
|
|
99918
100202
|
};
|
|
99919
100203
|
A.StylesheetParser__publicIdentifier_closure0.prototype = {
|
|
99920
100204
|
call$0() {
|
|
99921
100205
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
99922
100206
|
},
|
|
99923
|
-
$signature:
|
|
100207
|
+
$signature: 25
|
|
99924
100208
|
};
|
|
99925
100209
|
A.Stylesheet0.prototype = {
|
|
99926
100210
|
Stylesheet$internal$3$plainCss0(children, span, plainCss) {
|
|
@@ -100454,7 +100738,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100454
100738
|
call$1(result) {
|
|
100455
100739
|
return this.resolve.call$1(result);
|
|
100456
100740
|
},
|
|
100457
|
-
$signature:
|
|
100741
|
+
$signature: 30
|
|
100458
100742
|
};
|
|
100459
100743
|
A.futureToPromise__closure1.prototype = {
|
|
100460
100744
|
call$2(error, stackTrace) {
|
|
@@ -100468,7 +100752,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100468
100752
|
this.map.$indexSet(0, key, value);
|
|
100469
100753
|
return value;
|
|
100470
100754
|
},
|
|
100471
|
-
$signature:
|
|
100755
|
+
$signature: 134
|
|
100472
100756
|
};
|
|
100473
100757
|
A.indent_closure0.prototype = {
|
|
100474
100758
|
call$1(line) {
|
|
@@ -100569,7 +100853,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
100569
100853
|
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
100854
|
return jsClass;
|
|
100571
100855
|
},
|
|
100572
|
-
$signature:
|
|
100856
|
+
$signature: 26
|
|
100573
100857
|
};
|
|
100574
100858
|
A.valueClass__closure.prototype = {
|
|
100575
100859
|
call$1($self) {
|
|
@@ -101105,7 +101389,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101105
101389
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 9);
|
|
101106
101390
|
_instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 9);
|
|
101107
101391
|
_instance_1_u(A.CastMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101108
|
-
_static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode",
|
|
101392
|
+
_static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 102);
|
|
101109
101393
|
_instance_1_u(A.ConstantStringMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101110
101394
|
_instance_1_u(A.GeneralConstantMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101111
101395
|
_instance_1_u(A.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101147,12 +101431,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101147
101431
|
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 248, 0, 0);
|
|
101148
101432
|
_instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 62);
|
|
101149
101433
|
var _;
|
|
101150
|
-
_instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1",
|
|
101434
|
+
_instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 30);
|
|
101151
101435
|
_instance(_, "get$addError", 0, 1, function() {
|
|
101152
101436
|
return [null];
|
|
101153
101437
|
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 247, 0, 0);
|
|
101154
101438
|
_instance_0_i(_, "get$close", "close$0", 549);
|
|
101155
|
-
_instance_1_u(_, "get$_async$_add", "_async$_add$1",
|
|
101439
|
+
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 30);
|
|
101156
101440
|
_instance_2_u(_, "get$_addError", "_addError$2", 62);
|
|
101157
101441
|
_instance_0_u(_, "get$_close", "_close$0", 0);
|
|
101158
101442
|
_instance_0_u(_ = A._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
@@ -101161,16 +101445,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101161
101445
|
_instance_0_i(_, "get$resume", "resume$0", 0);
|
|
101162
101446
|
_instance_0_u(_, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101163
101447
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
101164
|
-
_instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1",
|
|
101448
|
+
_instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 30);
|
|
101165
101449
|
_instance_2_u(_, "get$_onError", "_onError$2", 62);
|
|
101166
101450
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 0);
|
|
101167
101451
|
_instance_0_u(_ = A._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
101168
101452
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
101169
|
-
_instance_1_u(_, "get$_handleData", "_handleData$1",
|
|
101453
|
+
_instance_1_u(_, "get$_handleData", "_handleData$1", 30);
|
|
101170
101454
|
_instance_2_u(_, "get$_handleError", "_handleError$2", 280);
|
|
101171
101455
|
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 0);
|
|
101172
101456
|
_static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 249);
|
|
101173
|
-
_static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode",
|
|
101457
|
+
_static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 102);
|
|
101174
101458
|
_static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 246);
|
|
101175
101459
|
_instance_1_u(A._HashMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101176
101460
|
_instance_1_u(A._LinkedCustomHashMap.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101181,16 +101465,16 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101181
101465
|
_instance_1_u(A.MapMixin.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101182
101466
|
_instance_1_u(A.MapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101183
101467
|
_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",
|
|
101468
|
+
_static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 101);
|
|
101469
|
+
_static_1(A, "core__identityHashCode$closure", "identityHashCode", 102);
|
|
101186
101470
|
_static_2(A, "core__identical$closure", "identical", 249);
|
|
101187
101471
|
_static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 5);
|
|
101188
101472
|
_instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 9);
|
|
101189
|
-
_instance_1_i(A.StringBuffer.prototype, "get$write", "write$1",
|
|
101473
|
+
_instance_1_i(A.StringBuffer.prototype, "get$write", "write$1", 30);
|
|
101190
101474
|
_static(A, "math0__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) {
|
|
101191
101475
|
return A.max(a, b, type$.num);
|
|
101192
101476
|
}], 585, 1);
|
|
101193
|
-
_instance_1_u(_ = A.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1",
|
|
101477
|
+
_instance_1_u(_ = A.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 30);
|
|
101194
101478
|
_instance(_, "get$setError", 0, 1, function() {
|
|
101195
101479
|
return [null];
|
|
101196
101480
|
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 247, 0, 0);
|
|
@@ -101207,7 +101491,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101207
101491
|
_instance_1_u(A._IsInvisibleVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101208
101492
|
_instance_1_u(A._IsBogusVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101209
101493
|
_instance_1_u(A._IsUselessVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 15);
|
|
101210
|
-
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1",
|
|
101494
|
+
_instance_1_u(A.SelectorList.prototype, "get$isSuperselector", "isSuperselector$1", 68);
|
|
101211
101495
|
_instance_1_u(A.PseudoSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
101212
101496
|
_instance_1_u(A.SimpleSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
101213
101497
|
_instance_1_u(A.TypeSelector.prototype, "get$isSuperselector", "isSuperselector$1", 13);
|
|
@@ -101219,21 +101503,24 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101219
101503
|
_static_1(A, "color0___transparentize$closure", "_transparentize", 24);
|
|
101220
101504
|
_instance_0_u(_ = A.Parser.prototype, "get$whitespace", "whitespace$0", 0);
|
|
101221
101505
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
101222
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
101506
|
+
_instance_0_u(_, "get$string", "string$0", 31);
|
|
101223
101507
|
_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"],
|
|
101508
|
+
_instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 351, 0, 0);
|
|
101509
|
+
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 111);
|
|
101510
|
+
_instance_0_u(_, "get$_functionChild", "_functionChild$0", 111);
|
|
101511
|
+
_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);
|
|
101512
|
+
_instance(A.LazyFileSpan.prototype, "get$message", 1, 1, function() {
|
|
101513
|
+
return {color: null};
|
|
101514
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101228
101515
|
_instance_1_u(A.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101229
101516
|
_instance_1_u(A.MergedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101230
101517
|
_instance(A.MultiSpan.prototype, "get$message", 1, 1, function() {
|
|
101231
101518
|
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",
|
|
101519
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101520
|
+
_instance_1_i(A.NoSourceMapBuffer.prototype, "get$write", "write$1", 30);
|
|
101234
101521
|
_instance_1_u(A.PrefixedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101235
101522
|
_instance_1_u(A.PublicMemberMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101236
|
-
_instance_1_i(A.SourceMapBuffer.prototype, "get$write", "write$1",
|
|
101523
|
+
_instance_1_i(A.SourceMapBuffer.prototype, "get$write", "write$1", 30);
|
|
101237
101524
|
_instance_1_u(A.UnprefixedMapView.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101238
101525
|
_static_1(A, "utils__isPublic$closure", "isPublic", 8);
|
|
101239
101526
|
_static_1(A, "calculation_SassCalculation__simplify$closure", "SassCalculation__simplify", 90);
|
|
@@ -101246,12 +101533,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101246
101533
|
_instance_1_u(_ = A.SelectorSearchVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", "SelectorSearchVisitor.T?(ComplexSelector)");
|
|
101247
101534
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", "SelectorSearchVisitor.T?(SelectorList)");
|
|
101248
101535
|
_instance_1_u(_ = A._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1", 274);
|
|
101249
|
-
_instance_1_u(_, "get$_writeCalculationValue", "_writeCalculationValue$1",
|
|
101536
|
+
_instance_1_u(_, "get$_writeCalculationValue", "_writeCalculationValue$1", 123);
|
|
101250
101537
|
_instance_1_u(_ = A.StatementSearchVisitor.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor.T?(ContentBlock)");
|
|
101251
101538
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor.T?(List<Statement>)");
|
|
101252
101539
|
_instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
|
|
101253
101540
|
return {color: null};
|
|
101254
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
101541
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101255
101542
|
_static_1(A, "frame_Frame___parseVM_tearOff$closure", "Frame___parseVM_tearOff", 83);
|
|
101256
101543
|
_static_1(A, "frame_Frame___parseV8_tearOff$closure", "Frame___parseV8_tearOff", 83);
|
|
101257
101544
|
_static_1(A, "frame_Frame___parseFirefox_tearOff$closure", "Frame___parseFirefox_tearOff", 83);
|
|
@@ -101297,6 +101584,9 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101297
101584
|
_instance_1_u(A.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 204);
|
|
101298
101585
|
_static_1(A, "functions0___isUnique$closure", "_isUnique0", 14);
|
|
101299
101586
|
_static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 595);
|
|
101587
|
+
_instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
|
|
101588
|
+
return {color: null};
|
|
101589
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101300
101590
|
_static_2(A, "legacy__render$closure", "render", 596);
|
|
101301
101591
|
_static_1(A, "legacy__renderSync$closure", "renderSync", 597);
|
|
101302
101592
|
_instance_1_u(A.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101304,11 +101594,11 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101304
101594
|
_instance_1_u(A.MergedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101305
101595
|
_instance(A.MultiSpan0.prototype, "get$message", 1, 1, function() {
|
|
101306
101596
|
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",
|
|
101597
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 71, 0, 0);
|
|
101598
|
+
_instance_1_i(A.NoSourceMapBuffer0.prototype, "get$write", "write$1", 30);
|
|
101309
101599
|
_instance_0_u(_ = A.Parser1.prototype, "get$whitespace", "whitespace$0", 0);
|
|
101310
101600
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
101311
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
101601
|
+
_instance_0_u(_, "get$string", "string$0", 31);
|
|
101312
101602
|
_instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
101313
101603
|
_instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101314
101604
|
_instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101320,14 +101610,14 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101320
101610
|
_instance_1_u(_ = A.SelectorSearchVisitor0.prototype, "get$visitComplexSelector", "visitComplexSelector$1", "SelectorSearchVisitor0.T?(ComplexSelector0)");
|
|
101321
101611
|
_instance_1_u(_, "get$visitSelectorList", "visitSelectorList$1", "SelectorSearchVisitor0.T?(SelectorList0)");
|
|
101322
101612
|
_instance_1_u(_ = A._SerializeVisitor0.prototype, "get$_serialize0$_visitMediaQuery", "_serialize0$_visitMediaQuery$1", 515);
|
|
101323
|
-
_instance_1_u(_, "get$_serialize0$_writeCalculationValue", "_serialize0$_writeCalculationValue$1",
|
|
101613
|
+
_instance_1_u(_, "get$_serialize0$_writeCalculationValue", "_serialize0$_writeCalculationValue$1", 123);
|
|
101324
101614
|
_instance_1_u(A.SimpleSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101325
|
-
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1",
|
|
101615
|
+
_instance_1_i(A.SourceMapBuffer0.prototype, "get$write", "write$1", 30);
|
|
101326
101616
|
_instance_1_u(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
|
|
101327
101617
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
|
|
101328
101618
|
_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",
|
|
101619
|
+
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 115);
|
|
101620
|
+
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 115);
|
|
101331
101621
|
_instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101332
101622
|
_instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
|
|
101333
101623
|
_instance_1_u(A.UnprefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
|
|
@@ -101349,7 +101639,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101349
101639
|
}, function(part1, part2, part3, part4, part5) {
|
|
101350
101640
|
return A.absolute(part1, part2, part3, part4, part5, null, null, null, null, null, null, null, null, null, null);
|
|
101351
101641
|
}], 601, 0);
|
|
101352
|
-
_static_1(A, "path__prettyUri$closure", "prettyUri",
|
|
101642
|
+
_static_1(A, "path__prettyUri$closure", "prettyUri", 75);
|
|
101353
101643
|
_static_1(A, "character__isWhitespace$closure", "isWhitespace", 34);
|
|
101354
101644
|
_static_1(A, "character__isNewline$closure", "isNewline", 34);
|
|
101355
101645
|
_static_1(A, "character__isHex$closure", "isHex", 34);
|
|
@@ -101374,7 +101664,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101374
101664
|
_inherit = hunkHelpers.inherit,
|
|
101375
101665
|
_inheritMany = hunkHelpers.inheritMany;
|
|
101376
101666
|
_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]);
|
|
101667
|
+
_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
101668
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JSArray, J.JSNumber, J.JSString, A.NativeTypedData]);
|
|
101379
101669
|
_inherit(J.LegacyJavaScriptObject, J.JavaScriptObject);
|
|
101380
101670
|
_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 +101683,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101393
101683
|
_inherit(A.ListBase, A._ListBase_Object_ListMixin);
|
|
101394
101684
|
_inherit(A.UnmodifiableListBase, A.ListBase);
|
|
101395
101685
|
_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]);
|
|
101686
|
+
_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
101687
|
_inheritMany(A.EfficientLengthIterable, [A.ListIterable, A.EmptyIterable, A.LinkedHashMapKeyIterable, A._HashMapKeyIterable, A._MapBaseValueIterable]);
|
|
101398
101688
|
_inheritMany(A.ListIterable, [A.SubListIterable, A.MappedListIterable, A.ReversedListIterable, A.ListQueue, A._GeneratorIterable]);
|
|
101399
101689
|
_inherit(A.EfficientLengthMappedIterable, A.MappedIterable);
|
|
@@ -101575,12 +101865,12 @@ self.fs = _cliPkgRequires.fs;
|
|
|
101575
101865
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
101576
101866
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"},
|
|
101577
101867
|
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>)"],
|
|
101868
|
+
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
101869
|
interceptorsByTag: null,
|
|
101580
101870
|
leafTags: null,
|
|
101581
101871
|
arrayRti: Symbol("$ti")
|
|
101582
101872
|
};
|
|
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":[]}}'));
|
|
101873
|
+
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
101874
|
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
101875
|
var string$ = {
|
|
101586
101876
|
x0a_BUG_: "\n\nBUG: This should include a source span!",
|