sass 1.32.6 → 1.32.7
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 +1234 -652
package/sass.dart.js
CHANGED
|
@@ -7746,6 +7746,9 @@ self.fs = require("fs");
|
|
|
7746
7746
|
this.namespace = t0;
|
|
7747
7747
|
}, NoSourceMapBuffer0: function NoSourceMapBuffer0(t0) {
|
|
7748
7748
|
this._no_source_map_buffer0$_buffer = t0;
|
|
7749
|
+
}, UnitlessSassNumber: function UnitlessSassNumber(t0, t1) {
|
|
7750
|
+
this.value = t0;
|
|
7751
|
+
this.asSlash = t1;
|
|
7749
7752
|
},
|
|
7750
7753
|
serialize: function(node, charset, indentWidth, inspect, lineFeed, sourceMap, style, useSpaces) {
|
|
7751
7754
|
var t1, css, t2, prefix, t3,
|
|
@@ -8026,6 +8029,10 @@ self.fs = require("fs");
|
|
|
8026
8029
|
this.css = t0;
|
|
8027
8030
|
this.sourceMap = t1;
|
|
8028
8031
|
},
|
|
8032
|
+
UnitlessSassNumber0: function UnitlessSassNumber0(t0, t1) {
|
|
8033
|
+
this.value = t0;
|
|
8034
|
+
this.asSlash = t1;
|
|
8035
|
+
},
|
|
8029
8036
|
UniversalSelector0: function UniversalSelector0(t0) {
|
|
8030
8037
|
this.namespace = t0;
|
|
8031
8038
|
},
|
|
@@ -11559,6 +11566,19 @@ self.fs = require("fs");
|
|
|
11559
11566
|
_.scanner = t1;
|
|
11560
11567
|
_.logger = t2;
|
|
11561
11568
|
},
|
|
11569
|
+
SingleUnitSassNumber: function SingleUnitSassNumber(t0, t1, t2) {
|
|
11570
|
+
this._unit = t0;
|
|
11571
|
+
this.value = t1;
|
|
11572
|
+
this.asSlash = t2;
|
|
11573
|
+
},
|
|
11574
|
+
SingleUnitSassNumber_multiplyUnits_closure: function SingleUnitSassNumber_multiplyUnits_closure(t0, t1) {
|
|
11575
|
+
this._box_0 = t0;
|
|
11576
|
+
this.$this = t1;
|
|
11577
|
+
},
|
|
11578
|
+
SingleUnitSassNumber_multiplyUnits_closure0: function SingleUnitSassNumber_multiplyUnits_closure0(t0, t1) {
|
|
11579
|
+
this._box_0 = t0;
|
|
11580
|
+
this.$this = t1;
|
|
11581
|
+
},
|
|
11562
11582
|
Entry: function Entry(t0, t1, t2) {
|
|
11563
11583
|
this.source = t0;
|
|
11564
11584
|
this.target = t1;
|
|
@@ -11684,6 +11704,19 @@ self.fs = require("fs");
|
|
|
11684
11704
|
_.scanner = t1;
|
|
11685
11705
|
_.logger = t2;
|
|
11686
11706
|
},
|
|
11707
|
+
SingleUnitSassNumber0: function SingleUnitSassNumber0(t0, t1, t2) {
|
|
11708
|
+
this._single_unit$_unit = t0;
|
|
11709
|
+
this.value = t1;
|
|
11710
|
+
this.asSlash = t2;
|
|
11711
|
+
},
|
|
11712
|
+
SingleUnitSassNumber_multiplyUnits_closure1: function SingleUnitSassNumber_multiplyUnits_closure1(t0, t1) {
|
|
11713
|
+
this._box_0 = t0;
|
|
11714
|
+
this.$this = t1;
|
|
11715
|
+
},
|
|
11716
|
+
SingleUnitSassNumber_multiplyUnits_closure2: function SingleUnitSassNumber_multiplyUnits_closure2(t0, t1) {
|
|
11717
|
+
this._box_0 = t0;
|
|
11718
|
+
this.$this = t1;
|
|
11719
|
+
},
|
|
11687
11720
|
encodeVlq: function(value) {
|
|
11688
11721
|
var res, signBit, digit, t1;
|
|
11689
11722
|
if (value < $.$get$MIN_INT32() || value > $.$get$MAX_INT32())
|
|
@@ -15258,7 +15291,7 @@ self.fs = require("fs");
|
|
|
15258
15291
|
switch ($async$goto) {
|
|
15259
15292
|
case 0:
|
|
15260
15293
|
// Function start
|
|
15261
|
-
$async$returnValue = "1.32.
|
|
15294
|
+
$async$returnValue = "1.32.7 compiled with dart2js 2.10.5";
|
|
15262
15295
|
// goto return
|
|
15263
15296
|
$async$goto = 1;
|
|
15264
15297
|
break;
|
|
@@ -18281,22 +18314,22 @@ self.fs = require("fs");
|
|
|
18281
18314
|
return K.SassColor$hsl(hue.value, t1, t2, t3);
|
|
18282
18315
|
},
|
|
18283
18316
|
_checkAngle: function(angle, $name) {
|
|
18284
|
-
var t2, t3, actualUnit,
|
|
18285
|
-
_s31_ = "To preserve current behavior: $"
|
|
18286
|
-
|
|
18287
|
-
if (!(t1.length !== 0 || angle.denominatorUnits.length !== 0) || angle.hasUnit$1("deg"))
|
|
18317
|
+
var t1, t2, t3, actualUnit,
|
|
18318
|
+
_s31_ = "To preserve current behavior: $";
|
|
18319
|
+
if (!angle.get$hasUnits() || angle.hasUnit$1("deg"))
|
|
18288
18320
|
return;
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18321
|
+
t1 = "$" + H.S($name) + ": Passing a unit other than deg (" + angle.toString$0(0);
|
|
18322
|
+
t1 + ") is deprecated.\n";
|
|
18323
|
+
t1 += ") is deprecated.\n\n";
|
|
18292
18324
|
if (angle.compatibleWithUnit$1("deg")) {
|
|
18325
|
+
t2 = "You're passing " + angle.toString$0(0) + string$.x2c_whici;
|
|
18293
18326
|
t3 = type$.JSArray_legacy_String;
|
|
18294
|
-
t3 =
|
|
18295
|
-
actualUnit =
|
|
18327
|
+
t3 = t1 + (t2 + new L.SingleUnitSassNumber("deg", angle.value, null).toString$0(0) + ".\n") + (string$.Soon__ + angle.coerce$2(H.setRuntimeTypeInfo(["deg"], t3), H.setRuntimeTypeInfo([], t3)).toString$0(0) + ".\n") + "\n";
|
|
18328
|
+
actualUnit = J.get$first$ax(angle.get$numeratorUnits());
|
|
18296
18329
|
t3 = t3 + (_s31_ + H.S($name) + " * 1deg/1" + H.S(actualUnit) + "\n") + ("To migrate to new behavior: 0deg + $" + H.S($name) + "\n") + "\n";
|
|
18297
18330
|
t1 = t3;
|
|
18298
18331
|
} else
|
|
18299
|
-
t1 =
|
|
18332
|
+
t1 = t1 + (_s31_ + H.S($name) + K._removeUnits(angle) + "\n") + "\n";
|
|
18300
18333
|
t1 += "See https://sass-lang.com/d/color-units";
|
|
18301
18334
|
N.warn(t1.charCodeAt(0) == 0 ? t1 : t1, true);
|
|
18302
18335
|
},
|
|
@@ -18306,9 +18339,8 @@ self.fs = require("fs");
|
|
|
18306
18339
|
N.warn("$" + $name + ": Passing a number without unit % (" + number.toString$0(0) + string$.x29x20is_d + $name + K._removeUnits(number) + " * 1%", true);
|
|
18307
18340
|
},
|
|
18308
18341
|
_removeUnits: function(number) {
|
|
18309
|
-
var t1 = number.denominatorUnits
|
|
18310
|
-
|
|
18311
|
-
return new H.MappedListIterable(t1, new K._removeUnits_closure(), H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$0(0) + new H.MappedListIterable(t2, new K._removeUnits_closure0(), H._arrayInstanceType(t2)._eval$1("MappedListIterable<1,String*>")).join$0(0);
|
|
18342
|
+
var t1 = number.get$denominatorUnits();
|
|
18343
|
+
return new H.MappedListIterable(t1, new K._removeUnits_closure(), H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$0(0) + J.map$1$1$ax(number.get$numeratorUnits(), new K._removeUnits_closure0(), type$.legacy_String).join$0(0);
|
|
18312
18344
|
},
|
|
18313
18345
|
_hwb: function($arguments) {
|
|
18314
18346
|
var t2, t3,
|
|
@@ -18386,7 +18418,7 @@ self.fs = require("fs");
|
|
|
18386
18418
|
},
|
|
18387
18419
|
_percentageOrUnitless: function(number, max, $name) {
|
|
18388
18420
|
var value;
|
|
18389
|
-
if (!
|
|
18421
|
+
if (!number.get$hasUnits())
|
|
18390
18422
|
value = number.value;
|
|
18391
18423
|
else if (number.hasUnit$1("%"))
|
|
18392
18424
|
value = max * number.value / 100;
|
|
@@ -18854,22 +18886,22 @@ self.fs = require("fs");
|
|
|
18854
18886
|
return K.SassColor$hsl0(hue.value, t1, t2, t3);
|
|
18855
18887
|
},
|
|
18856
18888
|
_checkAngle0: function(angle, $name) {
|
|
18857
|
-
var t2, t3, actualUnit,
|
|
18858
|
-
_s31_ = "To preserve current behavior: $"
|
|
18859
|
-
|
|
18860
|
-
if (!(t1.length !== 0 || angle.denominatorUnits.length !== 0) || angle.hasUnit$1("deg"))
|
|
18889
|
+
var t1, t2, t3, actualUnit,
|
|
18890
|
+
_s31_ = "To preserve current behavior: $";
|
|
18891
|
+
if (!angle.get$hasUnits() || angle.hasUnit$1("deg"))
|
|
18861
18892
|
return;
|
|
18862
|
-
|
|
18863
|
-
|
|
18864
|
-
|
|
18893
|
+
t1 = "$" + H.S($name) + ": Passing a unit other than deg (" + angle.toString$0(0);
|
|
18894
|
+
t1 + ") is deprecated.\n";
|
|
18895
|
+
t1 += ") is deprecated.\n\n";
|
|
18865
18896
|
if (angle.compatibleWithUnit$1("deg")) {
|
|
18897
|
+
t2 = "You're passing " + angle.toString$0(0) + string$.x2c_whici;
|
|
18866
18898
|
t3 = type$.JSArray_legacy_String;
|
|
18867
|
-
t3 =
|
|
18868
|
-
actualUnit =
|
|
18899
|
+
t3 = t1 + (t2 + new L.SingleUnitSassNumber0("deg", angle.value, null).toString$0(0) + ".\n") + (string$.Soon__ + angle.coerce$2(H.setRuntimeTypeInfo(["deg"], t3), H.setRuntimeTypeInfo([], t3)).toString$0(0) + ".\n") + "\n";
|
|
18900
|
+
actualUnit = J.get$first$ax(angle.get$numeratorUnits());
|
|
18869
18901
|
t3 = t3 + (_s31_ + H.S($name) + " * 1deg/1" + H.S(actualUnit) + "\n") + ("To migrate to new behavior: 0deg + $" + H.S($name) + "\n") + "\n";
|
|
18870
18902
|
t1 = t3;
|
|
18871
18903
|
} else
|
|
18872
|
-
t1 =
|
|
18904
|
+
t1 = t1 + (_s31_ + H.S($name) + K._removeUnits0(angle) + "\n") + "\n";
|
|
18873
18905
|
t1 += "See https://sass-lang.com/d/color-units";
|
|
18874
18906
|
N.warn0(t1.charCodeAt(0) == 0 ? t1 : t1, true);
|
|
18875
18907
|
},
|
|
@@ -18879,9 +18911,8 @@ self.fs = require("fs");
|
|
|
18879
18911
|
N.warn0("$" + $name + ": Passing a number without unit % (" + number.toString$0(0) + string$.x29x20is_d + $name + K._removeUnits0(number) + " * 1%", true);
|
|
18880
18912
|
},
|
|
18881
18913
|
_removeUnits0: function(number) {
|
|
18882
|
-
var t1 = number.denominatorUnits
|
|
18883
|
-
|
|
18884
|
-
return new H.MappedListIterable(t1, new K._removeUnits_closure1(), H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$0(0) + new H.MappedListIterable(t2, new K._removeUnits_closure2(), H._arrayInstanceType(t2)._eval$1("MappedListIterable<1,String*>")).join$0(0);
|
|
18914
|
+
var t1 = number.get$denominatorUnits();
|
|
18915
|
+
return new H.MappedListIterable(t1, new K._removeUnits_closure1(), H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>")).join$0(0) + J.map$1$1$ax(number.get$numeratorUnits(), new K._removeUnits_closure2(), type$.legacy_String).join$0(0);
|
|
18885
18916
|
},
|
|
18886
18917
|
_hwb0: function($arguments) {
|
|
18887
18918
|
var t2, t3,
|
|
@@ -18959,7 +18990,7 @@ self.fs = require("fs");
|
|
|
18959
18990
|
},
|
|
18960
18991
|
_percentageOrUnitless0: function(number, max, $name) {
|
|
18961
18992
|
var value;
|
|
18962
|
-
if (!
|
|
18993
|
+
if (!number.get$hasUnits())
|
|
18963
18994
|
value = number.value;
|
|
18964
18995
|
else if (number.hasUnit$1("%"))
|
|
18965
18996
|
value = max * number.value / 100;
|
|
@@ -20745,7 +20776,7 @@ self.fs = require("fs");
|
|
|
20745
20776
|
new Uint8Array(0);
|
|
20746
20777
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
20747
20778
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
20748
|
-
J.set$info$x(self.exports, "dart-sass\t1.32.
|
|
20779
|
+
J.set$info$x(self.exports, "dart-sass\t1.32.7\t(Sass Compiler)\t[Dart]\ndart2js\t2.10.5\t(Dart Compiler)\t[Dart]");
|
|
20749
20780
|
J.set$types$x(self.exports, {Boolean: $.$get$booleanConstructor(), Color: $.$get$colorConstructor(), List: $.$get$listConstructor(), Map: $.$get$mapConstructor(), Null: $.$get$nullConstructor(), Number: $.$get$numberConstructor(), String: $.$get$stringConstructor(), Error: self.Error});
|
|
20750
20781
|
J.set$NULL$x(self.exports, C.C_SassNull);
|
|
20751
20782
|
J.set$TRUE$x(self.exports, C.SassBoolean_true);
|
|
@@ -21336,21 +21367,26 @@ self.fs = require("fs");
|
|
|
21336
21367
|
SelectorParser_parseCompoundSelector_closure: function SelectorParser_parseCompoundSelector_closure(t0) {
|
|
21337
21368
|
this.$this = t0;
|
|
21338
21369
|
},
|
|
21339
|
-
|
|
21340
|
-
|
|
21341
|
-
t1 = t1 == null ? C.List_empty : P.List_List$unmodifiable(t1, type$.legacy_String);
|
|
21342
|
-
return new T.SassNumber(value, t1, C.List_empty, null);
|
|
21370
|
+
SassNumber_SassNumber: function(value, unit) {
|
|
21371
|
+
return unit == null ? new N.UnitlessSassNumber(value, null) : new L.SingleUnitSassNumber(unit, value, null);
|
|
21343
21372
|
},
|
|
21344
|
-
|
|
21345
|
-
var
|
|
21346
|
-
|
|
21373
|
+
SassNumber_SassNumber$withUnits: function(value, denominatorUnits, numeratorUnits) {
|
|
21374
|
+
var t2, t3,
|
|
21375
|
+
t1 = J.getInterceptor$asx(numeratorUnits),
|
|
21376
|
+
emptyNumerator = t1.get$isEmpty(numeratorUnits),
|
|
21377
|
+
emptyDenominator = denominatorUnits == null || J.get$isEmpty$asx(denominatorUnits);
|
|
21378
|
+
if (emptyNumerator && emptyDenominator)
|
|
21379
|
+
return new N.UnitlessSassNumber(value, null);
|
|
21380
|
+
if (emptyDenominator && t1.get$length(numeratorUnits) === 1)
|
|
21381
|
+
return new L.SingleUnitSassNumber(t1.$index(numeratorUnits, 0), value, null);
|
|
21382
|
+
else {
|
|
21383
|
+
t1 = emptyNumerator ? C.List_empty : P.List_List$unmodifiable(numeratorUnits, type$.legacy_String);
|
|
21384
|
+
t2 = emptyDenominator ? C.List_empty : P.List_List$unmodifiable(denominatorUnits, type$.legacy_String);
|
|
21385
|
+
t3 = type$.legacy_String;
|
|
21386
|
+
return new S.ComplexSassNumber(P.List_List$unmodifiable(t1, t3), P.List_List$unmodifiable(t2, t3), value, null);
|
|
21387
|
+
}
|
|
21347
21388
|
},
|
|
21348
|
-
SassNumber: function SassNumber(
|
|
21349
|
-
var _ = this;
|
|
21350
|
-
_.value = t0;
|
|
21351
|
-
_.numeratorUnits = t1;
|
|
21352
|
-
_.denominatorUnits = t2;
|
|
21353
|
-
_.asSlash = t3;
|
|
21389
|
+
SassNumber: function SassNumber() {
|
|
21354
21390
|
},
|
|
21355
21391
|
SassNumber__coerceOrConvertValue__compatibilityException: function SassNumber__coerceOrConvertValue__compatibilityException(t0, t1, t2, t3, t4, t5, t6) {
|
|
21356
21392
|
var _ = this;
|
|
@@ -21378,27 +21414,25 @@ self.fs = require("fs");
|
|
|
21378
21414
|
SassNumber__coerceOrConvertValue_closure2: function SassNumber__coerceOrConvertValue_closure2(t0) {
|
|
21379
21415
|
this._compatibilityException = t0;
|
|
21380
21416
|
},
|
|
21381
|
-
SassNumber_modulo_closure: function SassNumber_modulo_closure() {
|
|
21382
|
-
},
|
|
21383
21417
|
SassNumber_plus_closure: function SassNumber_plus_closure() {
|
|
21384
21418
|
},
|
|
21385
21419
|
SassNumber_minus_closure: function SassNumber_minus_closure() {
|
|
21386
21420
|
},
|
|
21387
|
-
|
|
21421
|
+
SassNumber_multiplyUnits_closure: function SassNumber_multiplyUnits_closure(t0, t1, t2) {
|
|
21388
21422
|
this._box_0 = t0;
|
|
21389
21423
|
this.$this = t1;
|
|
21390
21424
|
this.numerator = t2;
|
|
21391
21425
|
},
|
|
21392
|
-
|
|
21426
|
+
SassNumber_multiplyUnits_closure0: function SassNumber_multiplyUnits_closure0(t0, t1) {
|
|
21393
21427
|
this.newNumerators = t0;
|
|
21394
21428
|
this.numerator = t1;
|
|
21395
21429
|
},
|
|
21396
|
-
|
|
21430
|
+
SassNumber_multiplyUnits_closure1: function SassNumber_multiplyUnits_closure1(t0, t1, t2) {
|
|
21397
21431
|
this._box_0 = t0;
|
|
21398
21432
|
this.$this = t1;
|
|
21399
21433
|
this.numerator = t2;
|
|
21400
21434
|
},
|
|
21401
|
-
|
|
21435
|
+
SassNumber_multiplyUnits_closure2: function SassNumber_multiplyUnits_closure2(t0, t1) {
|
|
21402
21436
|
this.newNumerators = t0;
|
|
21403
21437
|
this.numerator = t1;
|
|
21404
21438
|
},
|
|
@@ -21408,7 +21442,8 @@ self.fs = require("fs");
|
|
|
21408
21442
|
},
|
|
21409
21443
|
SassNumber__canonicalizeUnitList_closure: function SassNumber__canonicalizeUnitList_closure() {
|
|
21410
21444
|
},
|
|
21411
|
-
SassNumber__canonicalMultiplier_closure: function SassNumber__canonicalMultiplier_closure() {
|
|
21445
|
+
SassNumber__canonicalMultiplier_closure: function SassNumber__canonicalMultiplier_closure(t0) {
|
|
21446
|
+
this.$this = t0;
|
|
21412
21447
|
},
|
|
21413
21448
|
SingleMapping_SingleMapping$fromEntries: function(entries) {
|
|
21414
21449
|
var lines, t2, t3, urls, names, t4, files, t5, targetEntries, lineNum, _i, sourceEntry, sourceUrl, t6, urlId, _null = null,
|
|
@@ -21518,9 +21553,9 @@ self.fs = require("fs");
|
|
|
21518
21553
|
_parseNumber: function(value, unit) {
|
|
21519
21554
|
var invalidUnit, operands, t1, numerator, denominator, numeratorUnits, denominatorUnits;
|
|
21520
21555
|
if (unit == null || unit.length === 0)
|
|
21521
|
-
return
|
|
21556
|
+
return new N.UnitlessSassNumber0(value, null);
|
|
21522
21557
|
if (!J.getInterceptor$asx(unit).contains$1(unit, "*") && !C.JSString_methods.contains$1(unit, "/"))
|
|
21523
|
-
return
|
|
21558
|
+
return new L.SingleUnitSassNumber0(unit, value, null);
|
|
21524
21559
|
invalidUnit = new P.ArgumentError(true, unit, "unit", "is invalid.");
|
|
21525
21560
|
operands = unit.split("/");
|
|
21526
21561
|
t1 = operands.length;
|
|
@@ -21534,7 +21569,7 @@ self.fs = require("fs");
|
|
|
21534
21569
|
denominatorUnits = denominator == null ? H.setRuntimeTypeInfo([], type$.JSArray_legacy_String) : H.setRuntimeTypeInfo(denominator.split("*"), type$.JSArray_String);
|
|
21535
21570
|
if (C.JSArray_methods.any$1(denominatorUnits, new T._parseNumber_closure0()))
|
|
21536
21571
|
throw H.wrapException(invalidUnit);
|
|
21537
|
-
return T.
|
|
21572
|
+
return T.SassNumber_SassNumber$withUnits0(value, denominatorUnits, numeratorUnits);
|
|
21538
21573
|
},
|
|
21539
21574
|
_NodeSassNumber: function _NodeSassNumber() {
|
|
21540
21575
|
},
|
|
@@ -21554,21 +21589,26 @@ self.fs = require("fs");
|
|
|
21554
21589
|
},
|
|
21555
21590
|
_parseNumber_closure0: function _parseNumber_closure0() {
|
|
21556
21591
|
},
|
|
21557
|
-
|
|
21558
|
-
|
|
21559
|
-
t1 = t1 == null ? C.List_empty : P.List_List$unmodifiable(t1, type$.legacy_String);
|
|
21560
|
-
return new T.SassNumber0(value, t1, C.List_empty, null);
|
|
21592
|
+
SassNumber_SassNumber0: function(value, unit) {
|
|
21593
|
+
return unit == null ? new N.UnitlessSassNumber0(value, null) : new L.SingleUnitSassNumber0(unit, value, null);
|
|
21561
21594
|
},
|
|
21562
|
-
|
|
21563
|
-
var
|
|
21564
|
-
|
|
21595
|
+
SassNumber_SassNumber$withUnits0: function(value, denominatorUnits, numeratorUnits) {
|
|
21596
|
+
var t2, t3,
|
|
21597
|
+
t1 = J.getInterceptor$asx(numeratorUnits),
|
|
21598
|
+
emptyNumerator = t1.get$isEmpty(numeratorUnits),
|
|
21599
|
+
emptyDenominator = denominatorUnits == null || J.get$isEmpty$asx(denominatorUnits);
|
|
21600
|
+
if (emptyNumerator && emptyDenominator)
|
|
21601
|
+
return new N.UnitlessSassNumber0(value, null);
|
|
21602
|
+
if (emptyDenominator && t1.get$length(numeratorUnits) === 1)
|
|
21603
|
+
return new L.SingleUnitSassNumber0(t1.$index(numeratorUnits, 0), value, null);
|
|
21604
|
+
else {
|
|
21605
|
+
t1 = emptyNumerator ? C.List_empty : P.List_List$unmodifiable(numeratorUnits, type$.legacy_String);
|
|
21606
|
+
t2 = emptyDenominator ? C.List_empty : P.List_List$unmodifiable(denominatorUnits, type$.legacy_String);
|
|
21607
|
+
t3 = type$.legacy_String;
|
|
21608
|
+
return new S.ComplexSassNumber0(P.List_List$unmodifiable(t1, t3), P.List_List$unmodifiable(t2, t3), value, null);
|
|
21609
|
+
}
|
|
21565
21610
|
},
|
|
21566
|
-
SassNumber0: function SassNumber0(
|
|
21567
|
-
var _ = this;
|
|
21568
|
-
_.value = t0;
|
|
21569
|
-
_.numeratorUnits = t1;
|
|
21570
|
-
_.denominatorUnits = t2;
|
|
21571
|
-
_.asSlash = t3;
|
|
21611
|
+
SassNumber0: function SassNumber0() {
|
|
21572
21612
|
},
|
|
21573
21613
|
SassNumber__coerceOrConvertValue__compatibilityException0: function SassNumber__coerceOrConvertValue__compatibilityException0(t0, t1, t2, t3, t4, t5, t6) {
|
|
21574
21614
|
var _ = this;
|
|
@@ -21596,27 +21636,25 @@ self.fs = require("fs");
|
|
|
21596
21636
|
SassNumber__coerceOrConvertValue_closure6: function SassNumber__coerceOrConvertValue_closure6(t0) {
|
|
21597
21637
|
this._compatibilityException = t0;
|
|
21598
21638
|
},
|
|
21599
|
-
SassNumber_modulo_closure0: function SassNumber_modulo_closure0() {
|
|
21600
|
-
},
|
|
21601
21639
|
SassNumber_plus_closure0: function SassNumber_plus_closure0() {
|
|
21602
21640
|
},
|
|
21603
21641
|
SassNumber_minus_closure0: function SassNumber_minus_closure0() {
|
|
21604
21642
|
},
|
|
21605
|
-
|
|
21643
|
+
SassNumber_multiplyUnits_closure3: function SassNumber_multiplyUnits_closure3(t0, t1, t2) {
|
|
21606
21644
|
this._box_0 = t0;
|
|
21607
21645
|
this.$this = t1;
|
|
21608
21646
|
this.numerator = t2;
|
|
21609
21647
|
},
|
|
21610
|
-
|
|
21648
|
+
SassNumber_multiplyUnits_closure4: function SassNumber_multiplyUnits_closure4(t0, t1) {
|
|
21611
21649
|
this.newNumerators = t0;
|
|
21612
21650
|
this.numerator = t1;
|
|
21613
21651
|
},
|
|
21614
|
-
|
|
21652
|
+
SassNumber_multiplyUnits_closure5: function SassNumber_multiplyUnits_closure5(t0, t1, t2) {
|
|
21615
21653
|
this._box_0 = t0;
|
|
21616
21654
|
this.$this = t1;
|
|
21617
21655
|
this.numerator = t2;
|
|
21618
21656
|
},
|
|
21619
|
-
|
|
21657
|
+
SassNumber_multiplyUnits_closure6: function SassNumber_multiplyUnits_closure6(t0, t1) {
|
|
21620
21658
|
this.newNumerators = t0;
|
|
21621
21659
|
this.numerator = t1;
|
|
21622
21660
|
},
|
|
@@ -21626,7 +21664,8 @@ self.fs = require("fs");
|
|
|
21626
21664
|
},
|
|
21627
21665
|
SassNumber__canonicalizeUnitList_closure0: function SassNumber__canonicalizeUnitList_closure0() {
|
|
21628
21666
|
},
|
|
21629
|
-
SassNumber__canonicalMultiplier_closure0: function SassNumber__canonicalMultiplier_closure0() {
|
|
21667
|
+
SassNumber__canonicalMultiplier_closure0: function SassNumber__canonicalMultiplier_closure0(t0) {
|
|
21668
|
+
this.$this = t0;
|
|
21630
21669
|
},
|
|
21631
21670
|
ParenthesizedExpression0: function ParenthesizedExpression0(t0, t1) {
|
|
21632
21671
|
this.expression = t0;
|
|
@@ -21782,6 +21821,10 @@ self.fs = require("fs");
|
|
|
21782
21821
|
upperCase1 = (character1 & 4294967263) >>> 0;
|
|
21783
21822
|
return upperCase1 >= 65 && upperCase1 <= 90;
|
|
21784
21823
|
},
|
|
21824
|
+
fuzzyHashCode: function(number) {
|
|
21825
|
+
number.toString;
|
|
21826
|
+
return number == 1 / 0 || number == -1 / 0 || isNaN(number) ? C.JSNumber_methods.get$hashCode(number) : C.JSInt_methods.get$hashCode(C.JSNumber_methods.round$0(number * $.$get$_inverseEpsilon()));
|
|
21827
|
+
},
|
|
21785
21828
|
fuzzyLessThan: function(number1, number2) {
|
|
21786
21829
|
return number1 < number2 && !(Math.abs(number1 - number2) < $.$get$epsilon());
|
|
21787
21830
|
},
|
|
@@ -21891,6 +21934,10 @@ self.fs = require("fs");
|
|
|
21891
21934
|
upperCase1 = (character1 & 4294967263) >>> 0;
|
|
21892
21935
|
return upperCase1 >= 65 && upperCase1 <= 90;
|
|
21893
21936
|
},
|
|
21937
|
+
fuzzyHashCode0: function(number) {
|
|
21938
|
+
number.toString;
|
|
21939
|
+
return number == 1 / 0 || number == -1 / 0 || isNaN(number) ? C.JSNumber_methods.get$hashCode(number) : C.JSInt_methods.get$hashCode(C.JSNumber_methods.round$0(number * $.$get$_inverseEpsilon0()));
|
|
21940
|
+
},
|
|
21894
21941
|
fuzzyLessThan0: function(number1, number2) {
|
|
21895
21942
|
return number1 < number2 && !(Math.abs(number1 - number2) < $.$get$epsilon0());
|
|
21896
21943
|
},
|
|
@@ -21989,6 +22036,13 @@ self.fs = require("fs");
|
|
|
21989
22036
|
StderrLogger: function StderrLogger(t0) {
|
|
21990
22037
|
this.color = t0;
|
|
21991
22038
|
},
|
|
22039
|
+
ComplexSassNumber: function ComplexSassNumber(t0, t1, t2, t3) {
|
|
22040
|
+
var _ = this;
|
|
22041
|
+
_.numeratorUnits = t0;
|
|
22042
|
+
_.denominatorUnits = t1;
|
|
22043
|
+
_.value = t2;
|
|
22044
|
+
_.asSlash = t3;
|
|
22045
|
+
},
|
|
21992
22046
|
SpanScanner$: function(string, sourceUrl) {
|
|
21993
22047
|
var t1 = Y.SourceFile$fromString(string, sourceUrl),
|
|
21994
22048
|
t2 = typeof sourceUrl == "string" ? P.Uri_parse(sourceUrl) : type$.legacy_Uri._as(sourceUrl);
|
|
@@ -22029,6 +22083,13 @@ self.fs = require("fs");
|
|
|
22029
22083
|
AsyncBuiltInCallable$mixin_closure0: function AsyncBuiltInCallable$mixin_closure0(t0) {
|
|
22030
22084
|
this.callback = t0;
|
|
22031
22085
|
},
|
|
22086
|
+
ComplexSassNumber0: function ComplexSassNumber0(t0, t1, t2, t3) {
|
|
22087
|
+
var _ = this;
|
|
22088
|
+
_.numeratorUnits = t0;
|
|
22089
|
+
_.denominatorUnits = t1;
|
|
22090
|
+
_.value = t2;
|
|
22091
|
+
_.asSlash = t3;
|
|
22092
|
+
},
|
|
22032
22093
|
ComplexSelector$0: function(components, lineBreak) {
|
|
22033
22094
|
var t1 = P.List_List$unmodifiable(components, type$.legacy_ComplexSelectorComponent_2);
|
|
22034
22095
|
if (t1.length === 0)
|
|
@@ -27881,6 +27942,19 @@ self.fs = require("fs");
|
|
|
27881
27942
|
expand$1$1: function(receiver, f, $T) {
|
|
27882
27943
|
return new H.ExpandIterable(receiver, f, H.instanceType(receiver)._eval$1("@<ListMixin.E>")._bind$1($T)._eval$1("ExpandIterable<1,2>"));
|
|
27883
27944
|
},
|
|
27945
|
+
fold$1$2: function(receiver, initialValue, combine) {
|
|
27946
|
+
var value, i,
|
|
27947
|
+
$length = this.get$length(receiver);
|
|
27948
|
+
for (value = initialValue, i = 0; i < $length; ++i) {
|
|
27949
|
+
value = combine.call$2(value, this.$index(receiver, i));
|
|
27950
|
+
if ($length !== this.get$length(receiver))
|
|
27951
|
+
throw H.wrapException(P.ConcurrentModificationError$(receiver));
|
|
27952
|
+
}
|
|
27953
|
+
return value;
|
|
27954
|
+
},
|
|
27955
|
+
fold$2: function($receiver, initialValue, combine) {
|
|
27956
|
+
return this.fold$1$2($receiver, initialValue, combine, type$.dynamic);
|
|
27957
|
+
},
|
|
27884
27958
|
skip$1: function(receiver, count) {
|
|
27885
27959
|
return H.SubListIterable$(receiver, count, null, H.instanceType(receiver)._eval$1("ListMixin.E"));
|
|
27886
27960
|
},
|
|
@@ -29436,7 +29510,7 @@ self.fs = require("fs");
|
|
|
29436
29510
|
return "0000" + n;
|
|
29437
29511
|
return "00000" + n;
|
|
29438
29512
|
},
|
|
29439
|
-
$signature:
|
|
29513
|
+
$signature: 209
|
|
29440
29514
|
};
|
|
29441
29515
|
P.Duration_toString_twoDigits.prototype = {
|
|
29442
29516
|
call$1: function(n) {
|
|
@@ -29444,7 +29518,7 @@ self.fs = require("fs");
|
|
|
29444
29518
|
return "" + n;
|
|
29445
29519
|
return "0" + n;
|
|
29446
29520
|
},
|
|
29447
|
-
$signature:
|
|
29521
|
+
$signature: 209
|
|
29448
29522
|
};
|
|
29449
29523
|
P.Error.prototype = {
|
|
29450
29524
|
get$stackTrace: function() {
|
|
@@ -39785,10 +39859,12 @@ self.fs = require("fs");
|
|
|
39785
39859
|
};
|
|
39786
39860
|
K.closure68.prototype = {
|
|
39787
39861
|
call$1: function($arguments) {
|
|
39788
|
-
var
|
|
39862
|
+
var color,
|
|
39863
|
+
argument = J.$index$asx($arguments, 0);
|
|
39789
39864
|
if (argument instanceof D.SassString && !argument.hasQuotes && J.contains$1$asx(argument.text, $.$get$_microsoftFilterStart()))
|
|
39790
39865
|
return K._functionString("alpha", $arguments);
|
|
39791
|
-
|
|
39866
|
+
color = argument.assertColor$1("color");
|
|
39867
|
+
return new N.UnitlessSassNumber(color.alpha, null);
|
|
39792
39868
|
},
|
|
39793
39869
|
$signature: 5
|
|
39794
39870
|
};
|
|
@@ -39814,10 +39890,12 @@ self.fs = require("fs");
|
|
|
39814
39890
|
};
|
|
39815
39891
|
K.closure70.prototype = {
|
|
39816
39892
|
call$1: function($arguments) {
|
|
39817
|
-
var
|
|
39893
|
+
var color,
|
|
39894
|
+
t1 = J.getInterceptor$asx($arguments);
|
|
39818
39895
|
if (t1.$index($arguments, 0) instanceof T.SassNumber)
|
|
39819
39896
|
return K._functionString("opacity", $arguments);
|
|
39820
|
-
|
|
39897
|
+
color = t1.$index($arguments, 0).assertColor$1("color");
|
|
39898
|
+
return new N.UnitlessSassNumber(color.alpha, null);
|
|
39821
39899
|
},
|
|
39822
39900
|
$signature: 5
|
|
39823
39901
|
};
|
|
@@ -39871,26 +39949,29 @@ self.fs = require("fs");
|
|
|
39871
39949
|
};
|
|
39872
39950
|
K.closure103.prototype = {
|
|
39873
39951
|
call$1: function($arguments) {
|
|
39874
|
-
|
|
39952
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$whiteness();
|
|
39953
|
+
return new L.SingleUnitSassNumber("%", t1, null);
|
|
39875
39954
|
},
|
|
39876
39955
|
$signature: 9
|
|
39877
39956
|
};
|
|
39878
39957
|
K.closure104.prototype = {
|
|
39879
39958
|
call$1: function($arguments) {
|
|
39880
|
-
|
|
39959
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$blackness();
|
|
39960
|
+
return new L.SingleUnitSassNumber("%", t1, null);
|
|
39881
39961
|
},
|
|
39882
39962
|
$signature: 9
|
|
39883
39963
|
};
|
|
39884
39964
|
K.closure105.prototype = {
|
|
39885
39965
|
call$1: function($arguments) {
|
|
39886
|
-
var result,
|
|
39966
|
+
var result, color,
|
|
39887
39967
|
argument = J.$index$asx($arguments, 0);
|
|
39888
39968
|
if (argument instanceof D.SassString && !argument.hasQuotes && J.contains$1$asx(argument.text, $.$get$_microsoftFilterStart())) {
|
|
39889
39969
|
result = K._functionString("alpha", $arguments);
|
|
39890
39970
|
N.warn(string$.Using_ + result.toString$0(0), true);
|
|
39891
39971
|
return result;
|
|
39892
39972
|
}
|
|
39893
|
-
|
|
39973
|
+
color = argument.assertColor$1("color");
|
|
39974
|
+
return new N.UnitlessSassNumber(color.alpha, null);
|
|
39894
39975
|
},
|
|
39895
39976
|
$signature: 5
|
|
39896
39977
|
};
|
|
@@ -39915,32 +39996,36 @@ self.fs = require("fs");
|
|
|
39915
39996
|
};
|
|
39916
39997
|
K.closure107.prototype = {
|
|
39917
39998
|
call$1: function($arguments) {
|
|
39918
|
-
var result,
|
|
39999
|
+
var result, color,
|
|
39919
40000
|
t1 = J.getInterceptor$asx($arguments);
|
|
39920
40001
|
if (t1.$index($arguments, 0) instanceof T.SassNumber) {
|
|
39921
40002
|
result = K._functionString("opacity", $arguments);
|
|
39922
40003
|
N.warn("Passing a number (" + H.S(t1.$index($arguments, 0)) + string$.x20to_co + result.toString$0(0), true);
|
|
39923
40004
|
return result;
|
|
39924
40005
|
}
|
|
39925
|
-
|
|
40006
|
+
color = t1.$index($arguments, 0).assertColor$1("color");
|
|
40007
|
+
return new N.UnitlessSassNumber(color.alpha, null);
|
|
39926
40008
|
},
|
|
39927
40009
|
$signature: 5
|
|
39928
40010
|
};
|
|
39929
40011
|
K.closure82.prototype = {
|
|
39930
40012
|
call$1: function($arguments) {
|
|
39931
|
-
|
|
40013
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$red();
|
|
40014
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
39932
40015
|
},
|
|
39933
40016
|
$signature: 9
|
|
39934
40017
|
};
|
|
39935
40018
|
K.closure81.prototype = {
|
|
39936
40019
|
call$1: function($arguments) {
|
|
39937
|
-
|
|
40020
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$green();
|
|
40021
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
39938
40022
|
},
|
|
39939
40023
|
$signature: 9
|
|
39940
40024
|
};
|
|
39941
40025
|
K.closure80.prototype = {
|
|
39942
40026
|
call$1: function($arguments) {
|
|
39943
|
-
|
|
40027
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$blue();
|
|
40028
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
39944
40029
|
},
|
|
39945
40030
|
$signature: 9
|
|
39946
40031
|
};
|
|
@@ -39953,19 +40038,22 @@ self.fs = require("fs");
|
|
|
39953
40038
|
};
|
|
39954
40039
|
K.closure78.prototype = {
|
|
39955
40040
|
call$1: function($arguments) {
|
|
39956
|
-
|
|
40041
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$hue();
|
|
40042
|
+
return new L.SingleUnitSassNumber("deg", t1, null);
|
|
39957
40043
|
},
|
|
39958
40044
|
$signature: 9
|
|
39959
40045
|
};
|
|
39960
40046
|
K.closure77.prototype = {
|
|
39961
40047
|
call$1: function($arguments) {
|
|
39962
|
-
|
|
40048
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$saturation();
|
|
40049
|
+
return new L.SingleUnitSassNumber("%", t1, null);
|
|
39963
40050
|
},
|
|
39964
40051
|
$signature: 9
|
|
39965
40052
|
};
|
|
39966
40053
|
K.closure76.prototype = {
|
|
39967
40054
|
call$1: function($arguments) {
|
|
39968
|
-
|
|
40055
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$lightness();
|
|
40056
|
+
return new L.SingleUnitSassNumber("%", t1, null);
|
|
39969
40057
|
},
|
|
39970
40058
|
$signature: 9
|
|
39971
40059
|
};
|
|
@@ -40098,7 +40186,8 @@ self.fs = require("fs");
|
|
|
40098
40186
|
};
|
|
40099
40187
|
D.closure43.prototype = {
|
|
40100
40188
|
call$1: function($arguments) {
|
|
40101
|
-
|
|
40189
|
+
var t1 = J.$index$asx($arguments, 0).get$asList().length;
|
|
40190
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40102
40191
|
},
|
|
40103
40192
|
$signature: 9
|
|
40104
40193
|
};
|
|
@@ -40222,7 +40311,11 @@ self.fs = require("fs");
|
|
|
40222
40311
|
call$1: function($arguments) {
|
|
40223
40312
|
var t1 = J.getInterceptor$asx($arguments),
|
|
40224
40313
|
index = C.JSArray_methods.indexOf$1(t1.$index($arguments, 0).get$asList(), t1.$index($arguments, 1));
|
|
40225
|
-
|
|
40314
|
+
if (index === -1)
|
|
40315
|
+
t1 = C.C_SassNull0;
|
|
40316
|
+
else
|
|
40317
|
+
t1 = new N.UnitlessSassNumber(index + 1, null);
|
|
40318
|
+
return t1;
|
|
40226
40319
|
},
|
|
40227
40320
|
$signature: 5
|
|
40228
40321
|
};
|
|
@@ -40566,26 +40659,21 @@ self.fs = require("fs");
|
|
|
40566
40659
|
};
|
|
40567
40660
|
K.closure88.prototype = {
|
|
40568
40661
|
call$1: function($arguments) {
|
|
40569
|
-
var subtotal, i,
|
|
40662
|
+
var subtotal, i, i0, value,
|
|
40570
40663
|
t1 = J.$index$asx($arguments, 0).get$asList(),
|
|
40571
40664
|
t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,SassNumber*>"),
|
|
40572
40665
|
numbers = P.List_List$from(new H.MappedListIterable(t1, new K._closure9(), t2), true, t2._eval$1("ListIterable.E"));
|
|
40573
40666
|
if (numbers.length === 0)
|
|
40574
40667
|
throw H.wrapException(E.SassScriptException$("At least one argument must be passed."));
|
|
40575
|
-
for (subtotal = 0, i = 0; i < numbers.length;) {
|
|
40576
|
-
|
|
40577
|
-
|
|
40578
|
-
++i;
|
|
40579
|
-
t2 = "numbers[" + i + "]";
|
|
40580
|
-
number.toString;
|
|
40581
|
-
value = number._coerceOrConvertValue$6$coerceUnitless$name$other$otherName(t1.numeratorUnits, t1.denominatorUnits, false, t2, t1, "numbers[1]");
|
|
40668
|
+
for (subtotal = 0, i = 0; i < numbers.length; i = i0) {
|
|
40669
|
+
i0 = i + 1;
|
|
40670
|
+
value = numbers[i].convertValueToMatch$3(numbers[0], "numbers[" + i0 + "]", "numbers[1]");
|
|
40582
40671
|
H.checkNum(value);
|
|
40583
40672
|
subtotal += Math.pow(value, 2);
|
|
40584
40673
|
}
|
|
40585
40674
|
t1 = Math.sqrt(subtotal);
|
|
40586
|
-
t2 = numbers[0];
|
|
40587
|
-
|
|
40588
|
-
return T.SassNumber$withUnits(t1, t2.denominatorUnits, t3);
|
|
40675
|
+
t2 = numbers[0].get$numeratorUnits();
|
|
40676
|
+
return T.SassNumber_SassNumber$withUnits(t1, numbers[0].get$denominatorUnits(), t2);
|
|
40589
40677
|
},
|
|
40590
40678
|
$signature: 9
|
|
40591
40679
|
};
|
|
@@ -40597,34 +40685,39 @@ self.fs = require("fs");
|
|
|
40597
40685
|
};
|
|
40598
40686
|
K.closure87.prototype = {
|
|
40599
40687
|
call$1: function($arguments) {
|
|
40600
|
-
var numberValue, base, baseValue,
|
|
40688
|
+
var numberValue, base, baseValue, t2,
|
|
40601
40689
|
_s18_ = " to have no units.",
|
|
40602
40690
|
t1 = J.getInterceptor$asx($arguments),
|
|
40603
40691
|
number = t1.$index($arguments, 0).assertNumber$1("number");
|
|
40604
|
-
if (number.
|
|
40692
|
+
if (number.get$hasUnits())
|
|
40605
40693
|
throw H.wrapException(E.SassScriptException$("$number: Expected " + number.toString$0(0) + _s18_));
|
|
40606
40694
|
numberValue = K._fuzzyRoundIfZero(number.value);
|
|
40607
|
-
if (J.$eq$(t1.$index($arguments, 1), C.C_SassNull0))
|
|
40608
|
-
|
|
40695
|
+
if (J.$eq$(t1.$index($arguments, 1), C.C_SassNull0)) {
|
|
40696
|
+
t1 = Math.log(H.checkNum(numberValue));
|
|
40697
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40698
|
+
}
|
|
40609
40699
|
base = t1.$index($arguments, 1).assertNumber$1("base");
|
|
40610
|
-
if (base.
|
|
40700
|
+
if (base.get$hasUnits())
|
|
40611
40701
|
throw H.wrapException(E.SassScriptException$("$base: Expected " + base.toString$0(0) + _s18_));
|
|
40612
40702
|
t1 = base.value;
|
|
40613
40703
|
baseValue = Math.abs(t1 - 1) < $.$get$epsilon() ? T.fuzzyRound(t1) : K._fuzzyRoundIfZero(t1);
|
|
40614
|
-
|
|
40704
|
+
t1 = Math.log(H.checkNum(numberValue));
|
|
40705
|
+
t2 = Math.log(H.checkNum(baseValue));
|
|
40706
|
+
return new N.UnitlessSassNumber(t1 / t2, null);
|
|
40615
40707
|
},
|
|
40616
40708
|
$signature: 9
|
|
40617
40709
|
};
|
|
40618
40710
|
K.closure86.prototype = {
|
|
40619
40711
|
call$1: function($arguments) {
|
|
40620
|
-
var baseValue, exponentValue, t2, t3,
|
|
40712
|
+
var baseValue, exponentValue, t2, t3,
|
|
40621
40713
|
_s18_ = " to have no units.",
|
|
40714
|
+
_null = null,
|
|
40622
40715
|
t1 = J.getInterceptor$asx($arguments),
|
|
40623
40716
|
base = t1.$index($arguments, 0).assertNumber$1("base"),
|
|
40624
40717
|
exponent = t1.$index($arguments, 1).assertNumber$1("exponent");
|
|
40625
|
-
if (base.
|
|
40718
|
+
if (base.get$hasUnits())
|
|
40626
40719
|
throw H.wrapException(E.SassScriptException$("$base: Expected " + base.toString$0(0) + _s18_));
|
|
40627
|
-
else if (exponent.
|
|
40720
|
+
else if (exponent.get$hasUnits())
|
|
40628
40721
|
throw H.wrapException(E.SassScriptException$("$exponent: Expected " + exponent.toString$0(0) + _s18_));
|
|
40629
40722
|
baseValue = K._fuzzyRoundIfZero(base.value);
|
|
40630
40723
|
exponentValue = K._fuzzyRoundIfZero(exponent.value);
|
|
@@ -40635,7 +40728,7 @@ self.fs = require("fs");
|
|
|
40635
40728
|
} else
|
|
40636
40729
|
t2 = false;
|
|
40637
40730
|
if (t2)
|
|
40638
|
-
return
|
|
40731
|
+
return new N.UnitlessSassNumber(0 / 0, _null);
|
|
40639
40732
|
else {
|
|
40640
40733
|
t2 = Math.abs(baseValue - 0);
|
|
40641
40734
|
if (t2 < t1) {
|
|
@@ -40681,16 +40774,19 @@ self.fs = require("fs");
|
|
|
40681
40774
|
}
|
|
40682
40775
|
}
|
|
40683
40776
|
H.checkNum(exponentValue);
|
|
40684
|
-
|
|
40777
|
+
t1 = Math.pow(baseValue, exponentValue);
|
|
40778
|
+
return new N.UnitlessSassNumber(t1, _null);
|
|
40685
40779
|
},
|
|
40686
40780
|
$signature: 9
|
|
40687
40781
|
};
|
|
40688
40782
|
K.closure84.prototype = {
|
|
40689
40783
|
call$1: function($arguments) {
|
|
40690
|
-
var
|
|
40691
|
-
|
|
40784
|
+
var t1,
|
|
40785
|
+
number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
40786
|
+
if (number.get$hasUnits())
|
|
40692
40787
|
throw H.wrapException(E.SassScriptException$("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
40693
|
-
|
|
40788
|
+
t1 = Math.sqrt(H.checkNum(K._fuzzyRoundIfZero(number.value)));
|
|
40789
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40694
40790
|
},
|
|
40695
40791
|
$signature: 9
|
|
40696
40792
|
};
|
|
@@ -40698,12 +40794,12 @@ self.fs = require("fs");
|
|
|
40698
40794
|
call$1: function($arguments) {
|
|
40699
40795
|
var numberValue,
|
|
40700
40796
|
number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
40701
|
-
if (number.
|
|
40797
|
+
if (number.get$hasUnits())
|
|
40702
40798
|
throw H.wrapException(E.SassScriptException$("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
40703
40799
|
numberValue = number.value;
|
|
40704
40800
|
if (Math.abs(Math.abs(numberValue) - 1) < $.$get$epsilon())
|
|
40705
40801
|
numberValue = T.fuzzyRound(numberValue);
|
|
40706
|
-
return T.
|
|
40802
|
+
return T.SassNumber_SassNumber$withUnits(Math.acos(numberValue) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
40707
40803
|
},
|
|
40708
40804
|
$signature: 9
|
|
40709
40805
|
};
|
|
@@ -40711,19 +40807,19 @@ self.fs = require("fs");
|
|
|
40711
40807
|
call$1: function($arguments) {
|
|
40712
40808
|
var t1,
|
|
40713
40809
|
number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
40714
|
-
if (number.
|
|
40810
|
+
if (number.get$hasUnits())
|
|
40715
40811
|
throw H.wrapException(E.SassScriptException$("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
40716
40812
|
t1 = number.value;
|
|
40717
|
-
return T.
|
|
40813
|
+
return T.SassNumber_SassNumber$withUnits(Math.asin(H.checkNum(Math.abs(Math.abs(t1) - 1) < $.$get$epsilon() ? T.fuzzyRound(t1) : K._fuzzyRoundIfZero(t1))) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
40718
40814
|
},
|
|
40719
40815
|
$signature: 9
|
|
40720
40816
|
};
|
|
40721
40817
|
K.closure92.prototype = {
|
|
40722
40818
|
call$1: function($arguments) {
|
|
40723
40819
|
var number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
40724
|
-
if (number.
|
|
40820
|
+
if (number.get$hasUnits())
|
|
40725
40821
|
throw H.wrapException(E.SassScriptException$("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
40726
|
-
return T.
|
|
40822
|
+
return T.SassNumber_SassNumber$withUnits(Math.atan(H.checkNum(K._fuzzyRoundIfZero(number.value))) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
40727
40823
|
},
|
|
40728
40824
|
$signature: 9
|
|
40729
40825
|
};
|
|
@@ -40732,37 +40828,37 @@ self.fs = require("fs");
|
|
|
40732
40828
|
var t1 = J.getInterceptor$asx($arguments),
|
|
40733
40829
|
y = t1.$index($arguments, 0).assertNumber$1("y"),
|
|
40734
40830
|
xValue = K._fuzzyRoundIfZero(t1.$index($arguments, 1).assertNumber$1("x").convertValueToMatch$3(y, "x", "y"));
|
|
40735
|
-
return T.
|
|
40831
|
+
return T.SassNumber_SassNumber$withUnits(Math.atan2(H.checkNum(K._fuzzyRoundIfZero(y.value)), H.checkNum(xValue)) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
40736
40832
|
},
|
|
40737
40833
|
$signature: 9
|
|
40738
40834
|
};
|
|
40739
40835
|
K.closure89.prototype = {
|
|
40740
40836
|
call$1: function($arguments) {
|
|
40741
|
-
var t1 =
|
|
40742
|
-
return
|
|
40837
|
+
var t1 = Math.cos(H.checkNum(J.$index$asx($arguments, 0).assertNumber$1("number").coerceValueToUnit$2("rad", "number")));
|
|
40838
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40743
40839
|
},
|
|
40744
40840
|
$signature: 9
|
|
40745
40841
|
};
|
|
40746
40842
|
K.closure85.prototype = {
|
|
40747
40843
|
call$1: function($arguments) {
|
|
40748
|
-
var t1 =
|
|
40749
|
-
return
|
|
40844
|
+
var t1 = Math.sin(H.checkNum(K._fuzzyRoundIfZero(J.$index$asx($arguments, 0).assertNumber$1("number").coerceValueToUnit$2("rad", "number"))));
|
|
40845
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40750
40846
|
},
|
|
40751
40847
|
$signature: 9
|
|
40752
40848
|
};
|
|
40753
40849
|
K.closure83.prototype = {
|
|
40754
40850
|
call$1: function($arguments) {
|
|
40755
|
-
var
|
|
40756
|
-
t1 =
|
|
40757
|
-
|
|
40758
|
-
t1 = C.JSNumber_methods.$mod(value - 1.5707963267948966, 6.283185307179586);
|
|
40759
|
-
t2 = $.$get$epsilon();
|
|
40851
|
+
var value = J.$index$asx($arguments, 0).assertNumber$1("number").coerceValueToUnit$2("rad", "number"),
|
|
40852
|
+
t1 = C.JSNumber_methods.$mod(value - 1.5707963267948966, 6.283185307179586),
|
|
40853
|
+
t2 = $.$get$epsilon();
|
|
40760
40854
|
if (Math.abs(t1 - 0) < t2)
|
|
40761
|
-
return
|
|
40855
|
+
return new N.UnitlessSassNumber(1 / 0, null);
|
|
40762
40856
|
else if (Math.abs(C.JSNumber_methods.$mod(value + 1.5707963267948966, 6.283185307179586) - 0) < t2)
|
|
40763
|
-
return
|
|
40764
|
-
else
|
|
40765
|
-
|
|
40857
|
+
return new N.UnitlessSassNumber(-1 / 0, null);
|
|
40858
|
+
else {
|
|
40859
|
+
t1 = Math.tan(H.checkNum(K._fuzzyRoundIfZero(value)));
|
|
40860
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40861
|
+
}
|
|
40766
40862
|
},
|
|
40767
40863
|
$signature: 9
|
|
40768
40864
|
};
|
|
@@ -40775,8 +40871,7 @@ self.fs = require("fs");
|
|
|
40775
40871
|
};
|
|
40776
40872
|
K.closure17.prototype = {
|
|
40777
40873
|
call$1: function($arguments) {
|
|
40778
|
-
|
|
40779
|
-
return !(number.numeratorUnits.length !== 0 || number.denominatorUnits.length !== 0) ? C.SassBoolean_true0 : C.SassBoolean_false0;
|
|
40874
|
+
return !J.$index$asx($arguments, 0).assertNumber$1("number").get$hasUnits() ? C.SassBoolean_true0 : C.SassBoolean_false0;
|
|
40780
40875
|
},
|
|
40781
40876
|
$signature: 22
|
|
40782
40877
|
};
|
|
@@ -40790,7 +40885,7 @@ self.fs = require("fs");
|
|
|
40790
40885
|
call$1: function($arguments) {
|
|
40791
40886
|
var number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
40792
40887
|
number.assertNoUnits$1("number");
|
|
40793
|
-
return
|
|
40888
|
+
return new L.SingleUnitSassNumber("%", number.value * 100, null);
|
|
40794
40889
|
},
|
|
40795
40890
|
$signature: 9
|
|
40796
40891
|
};
|
|
@@ -40798,19 +40893,24 @@ self.fs = require("fs");
|
|
|
40798
40893
|
call$1: function($arguments) {
|
|
40799
40894
|
var limit,
|
|
40800
40895
|
t1 = J.getInterceptor$asx($arguments);
|
|
40801
|
-
if (J.$eq$(t1.$index($arguments, 0), C.C_SassNull0))
|
|
40802
|
-
|
|
40896
|
+
if (J.$eq$(t1.$index($arguments, 0), C.C_SassNull0)) {
|
|
40897
|
+
t1 = $.$get$_random0().nextDouble$0();
|
|
40898
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
40899
|
+
}
|
|
40803
40900
|
limit = t1.$index($arguments, 0).assertNumber$1("limit").assertInt$1("limit");
|
|
40804
40901
|
if (limit < 1)
|
|
40805
40902
|
throw H.wrapException(E.SassScriptException$("$limit: Must be greater than 0, was " + limit + "."));
|
|
40806
|
-
|
|
40903
|
+
t1 = $.$get$_random0().nextInt$1(limit);
|
|
40904
|
+
return new N.UnitlessSassNumber(t1 + 1, null);
|
|
40807
40905
|
},
|
|
40808
40906
|
$signature: 9
|
|
40809
40907
|
};
|
|
40810
40908
|
K._numberFunction_closure.prototype = {
|
|
40811
40909
|
call$1: function($arguments) {
|
|
40812
|
-
var number = J.$index$asx($arguments, 0).assertNumber$1("number")
|
|
40813
|
-
|
|
40910
|
+
var number = J.$index$asx($arguments, 0).assertNumber$1("number"),
|
|
40911
|
+
t1 = this.transform.call$1(number.value),
|
|
40912
|
+
t2 = number.get$numeratorUnits();
|
|
40913
|
+
return T.SassNumber_SassNumber$withUnits(t1, number.get$denominatorUnits(), t2);
|
|
40814
40914
|
},
|
|
40815
40915
|
$signature: 9
|
|
40816
40916
|
};
|
|
@@ -41009,7 +41109,8 @@ self.fs = require("fs");
|
|
|
41009
41109
|
};
|
|
41010
41110
|
D.closure3.prototype = {
|
|
41011
41111
|
call$1: function($arguments) {
|
|
41012
|
-
|
|
41112
|
+
var t1 = J.$index$asx($arguments, 0).assertString$1("string").get$sassLength();
|
|
41113
|
+
return new N.UnitlessSassNumber(t1, null);
|
|
41013
41114
|
},
|
|
41014
41115
|
$signature: 9
|
|
41015
41116
|
};
|
|
@@ -41032,12 +41133,14 @@ self.fs = require("fs");
|
|
|
41032
41133
|
};
|
|
41033
41134
|
D.closure1.prototype = {
|
|
41034
41135
|
call$1: function($arguments) {
|
|
41035
|
-
var
|
|
41136
|
+
var codepointIndex,
|
|
41137
|
+
t1 = J.getInterceptor$asx($arguments),
|
|
41036
41138
|
t2 = t1.$index($arguments, 0).assertString$1("string").text,
|
|
41037
41139
|
codeUnitIndex = J.indexOf$1$asx(t2, t1.$index($arguments, 1).assertString$1("substring").text);
|
|
41038
41140
|
if (codeUnitIndex === -1)
|
|
41039
41141
|
return C.C_SassNull0;
|
|
41040
|
-
|
|
41142
|
+
codepointIndex = B.codeUnitIndexToCodepointIndex(t2, codeUnitIndex);
|
|
41143
|
+
return new N.UnitlessSassNumber(codepointIndex + 1, null);
|
|
41041
41144
|
},
|
|
41042
41145
|
$signature: 5
|
|
41043
41146
|
};
|
|
@@ -44848,9 +44951,10 @@ self.fs = require("fs");
|
|
|
44848
44951
|
expression = _this._expressionUntilComma$0();
|
|
44849
44952
|
t3 = t1._string_scanner$_position;
|
|
44850
44953
|
if (allowGuarded && t1.scanChar$1(33))
|
|
44851
|
-
if (_this.identifier$0() === "default")
|
|
44954
|
+
if (_this.identifier$0() === "default") {
|
|
44955
|
+
_this.whitespace$0();
|
|
44852
44956
|
guarded = true;
|
|
44853
|
-
else {
|
|
44957
|
+
} else {
|
|
44854
44958
|
endPosition = t1._string_scanner$_position;
|
|
44855
44959
|
t4 = t1._sourceFile;
|
|
44856
44960
|
t5 = new Y._FileSpan(t4, t3, endPosition);
|
|
@@ -48392,9 +48496,8 @@ self.fs = require("fs");
|
|
|
48392
48496
|
};
|
|
48393
48497
|
T.SassNumber.prototype = {
|
|
48394
48498
|
get$unitString: function() {
|
|
48395
|
-
var _this = this
|
|
48396
|
-
|
|
48397
|
-
return t1.length !== 0 || _this.denominatorUnits.length !== 0 ? _this._unitString$2(t1, _this.denominatorUnits) : "";
|
|
48499
|
+
var _this = this;
|
|
48500
|
+
return _this.get$hasUnits() ? _this._unitString$2(_this.get$numeratorUnits(), _this.get$denominatorUnits()) : "";
|
|
48398
48501
|
},
|
|
48399
48502
|
accept$1$1: function(visitor) {
|
|
48400
48503
|
return visitor.visitNumber$1(this);
|
|
@@ -48404,12 +48507,7 @@ self.fs = require("fs");
|
|
|
48404
48507
|
},
|
|
48405
48508
|
withoutSlash$0: function() {
|
|
48406
48509
|
var _this = this;
|
|
48407
|
-
|
|
48408
|
-
return _this;
|
|
48409
|
-
return new T.SassNumber(_this.value, _this.numeratorUnits, _this.denominatorUnits, null);
|
|
48410
|
-
},
|
|
48411
|
-
withSlash$2: function(numerator, denominator) {
|
|
48412
|
-
return new T.SassNumber(this.value, this.numeratorUnits, this.denominatorUnits, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber));
|
|
48510
|
+
return _this.asSlash == null ? _this : _this.withValue$1(_this.value);
|
|
48413
48511
|
},
|
|
48414
48512
|
assertNumber$1: function($name) {
|
|
48415
48513
|
return this;
|
|
@@ -48434,58 +48532,53 @@ self.fs = require("fs");
|
|
|
48434
48532
|
return result;
|
|
48435
48533
|
throw H.wrapException(_this._number$_exception$2("Expected " + _this.toString$0(0) + " to be within " + min + _this.get$unitString() + " and " + max + _this.get$unitString() + ".", $name));
|
|
48436
48534
|
},
|
|
48437
|
-
hasUnit$1: function(unit) {
|
|
48438
|
-
var t1 = this.numeratorUnits;
|
|
48439
|
-
return t1.length === 1 && this.denominatorUnits.length === 0 && J.$eq$(C.JSArray_methods.get$first(t1), unit);
|
|
48440
|
-
},
|
|
48441
|
-
compatibleWithUnit$1: function(unit) {
|
|
48442
|
-
var t1, t2;
|
|
48443
|
-
if (this.denominatorUnits.length !== 0)
|
|
48444
|
-
return false;
|
|
48445
|
-
t1 = this.numeratorUnits;
|
|
48446
|
-
t2 = t1.length;
|
|
48447
|
-
if (t2 === 0)
|
|
48448
|
-
return true;
|
|
48449
|
-
return t2 === 1 && this._conversionFactor$2(C.JSArray_methods.get$first(t1), unit) != null;
|
|
48450
|
-
},
|
|
48451
48535
|
assertUnit$2: function(unit, $name) {
|
|
48452
48536
|
if (this.hasUnit$1(unit))
|
|
48453
48537
|
return;
|
|
48454
48538
|
throw H.wrapException(this._number$_exception$2("Expected " + this.toString$0(0) + ' to have unit "' + unit + '".', $name));
|
|
48455
48539
|
},
|
|
48456
48540
|
assertNoUnits$1: function($name) {
|
|
48457
|
-
|
|
48458
|
-
if (!(_this.numeratorUnits.length !== 0 || _this.denominatorUnits.length !== 0))
|
|
48541
|
+
if (!this.get$hasUnits())
|
|
48459
48542
|
return;
|
|
48460
|
-
throw H.wrapException(
|
|
48543
|
+
throw H.wrapException(this._number$_exception$2("Expected " + this.toString$0(0) + " to have no units.", $name));
|
|
48461
48544
|
},
|
|
48462
48545
|
coerceValueToMatch$1: function(other) {
|
|
48463
|
-
return this._coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.numeratorUnits, other.denominatorUnits, true, null, other, null);
|
|
48546
|
+
return this._coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.get$numeratorUnits(), other.get$denominatorUnits(), true, null, other, null);
|
|
48464
48547
|
},
|
|
48465
48548
|
convertValueToMatch$3: function(other, $name, otherName) {
|
|
48466
|
-
return this._coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.numeratorUnits, other.denominatorUnits, false, $name, other, otherName);
|
|
48549
|
+
return this._coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.get$numeratorUnits(), other.get$denominatorUnits(), false, $name, other, otherName);
|
|
48550
|
+
},
|
|
48551
|
+
coerce$3: function(newNumerators, newDenominators, $name) {
|
|
48552
|
+
return T.SassNumber_SassNumber$withUnits(this.coerceValue$3(newNumerators, newDenominators, $name), newDenominators, newNumerators);
|
|
48467
48553
|
},
|
|
48468
48554
|
coerce$2: function(newNumerators, newDenominators) {
|
|
48469
|
-
return
|
|
48555
|
+
return this.coerce$3(newNumerators, newDenominators, null);
|
|
48556
|
+
},
|
|
48557
|
+
coerceValue$3: function(newNumerators, newDenominators, $name) {
|
|
48558
|
+
return this._coerceOrConvertValue$4$coerceUnitless$name(newNumerators, newDenominators, true, $name);
|
|
48559
|
+
},
|
|
48560
|
+
coerceValueToUnit$2: function(unit, $name) {
|
|
48561
|
+
var t1 = type$.JSArray_legacy_String;
|
|
48562
|
+
return this.coerceValue$3(H.setRuntimeTypeInfo([unit], t1), H.setRuntimeTypeInfo([], t1), $name);
|
|
48470
48563
|
},
|
|
48471
48564
|
_coerceOrConvertValue$6$coerceUnitless$name$other$otherName: function(newNumerators, newDenominators, coerceUnitless, $name, other, otherName) {
|
|
48472
|
-
var otherHasUnits, t2, _compatibilityException, oldNumerators,
|
|
48473
|
-
|
|
48474
|
-
if (C.C_ListEquality.equals$2(0, t1, newNumerators) && C.C_ListEquality.equals$2(0, _this.denominatorUnits, newDenominators))
|
|
48565
|
+
var t1, otherHasUnits, t2, _compatibilityException, oldNumerators, oldDenominators, _i, _this = this, _box_0 = {};
|
|
48566
|
+
if (C.C_ListEquality.equals$2(0, _this.get$numeratorUnits(), newNumerators) && C.C_ListEquality.equals$2(0, _this.get$denominatorUnits(), newDenominators))
|
|
48475
48567
|
return _this.value;
|
|
48476
|
-
|
|
48568
|
+
t1 = J.getInterceptor$asx(newNumerators);
|
|
48569
|
+
otherHasUnits = t1.get$isNotEmpty(newNumerators) || newDenominators.length !== 0;
|
|
48477
48570
|
if (coerceUnitless)
|
|
48478
|
-
t2 = !
|
|
48571
|
+
t2 = !_this.get$hasUnits() || !otherHasUnits;
|
|
48479
48572
|
else
|
|
48480
48573
|
t2 = false;
|
|
48481
48574
|
if (t2)
|
|
48482
48575
|
return _this.value;
|
|
48483
48576
|
_compatibilityException = new T.SassNumber__coerceOrConvertValue__compatibilityException(_this, other, otherName, otherHasUnits, $name, newNumerators, newDenominators);
|
|
48484
48577
|
_box_0.value = _this.value;
|
|
48485
|
-
oldNumerators =
|
|
48486
|
-
for (t1 =
|
|
48487
|
-
B.removeFirstWhere(oldNumerators, new T.SassNumber__coerceOrConvertValue_closure(_box_0, _this,
|
|
48488
|
-
t1 = _this.denominatorUnits;
|
|
48578
|
+
oldNumerators = J.toList$0$ax(_this.get$numeratorUnits());
|
|
48579
|
+
for (t1 = t1.get$iterator(newNumerators); t1.moveNext$0();)
|
|
48580
|
+
B.removeFirstWhere(oldNumerators, new T.SassNumber__coerceOrConvertValue_closure(_box_0, _this, t1.get$current(t1)), new T.SassNumber__coerceOrConvertValue_closure0(_compatibilityException));
|
|
48581
|
+
t1 = _this.get$denominatorUnits();
|
|
48489
48582
|
oldDenominators = H.setRuntimeTypeInfo(t1.slice(0), H._arrayInstanceType(t1)._eval$1("JSArray<1>"));
|
|
48490
48583
|
for (t1 = newDenominators.length, _i = 0; _i < newDenominators.length; newDenominators.length === t1 || (0, H.throwConcurrentModificationError)(newDenominators), ++_i)
|
|
48491
48584
|
B.removeFirstWhere(oldDenominators, new T.SassNumber__coerceOrConvertValue_closure1(_box_0, _this, newDenominators[_i]), new T.SassNumber__coerceOrConvertValue_closure2(_compatibilityException));
|
|
@@ -48497,12 +48590,8 @@ self.fs = require("fs");
|
|
|
48497
48590
|
return this._coerceOrConvertValue$6$coerceUnitless$name$other$otherName(newNumerators, newDenominators, coerceUnitless, $name, null, null);
|
|
48498
48591
|
},
|
|
48499
48592
|
isComparableTo$1: function(other) {
|
|
48500
|
-
var
|
|
48501
|
-
if (this.
|
|
48502
|
-
t1 = !(other.numeratorUnits.length !== 0 || other.denominatorUnits.length !== 0);
|
|
48503
|
-
else
|
|
48504
|
-
t1 = true;
|
|
48505
|
-
if (t1)
|
|
48593
|
+
var exception;
|
|
48594
|
+
if (!this.get$hasUnits() || !other.get$hasUnits())
|
|
48506
48595
|
return true;
|
|
48507
48596
|
try {
|
|
48508
48597
|
this.greaterThan$1(other);
|
|
@@ -48535,105 +48624,106 @@ self.fs = require("fs");
|
|
|
48535
48624
|
throw H.wrapException(E.SassScriptException$('Undefined operation "' + this.toString$0(0) + " <= " + H.S(other) + '".'));
|
|
48536
48625
|
},
|
|
48537
48626
|
modulo$1: function(other) {
|
|
48627
|
+
var _this = this;
|
|
48538
48628
|
if (other instanceof T.SassNumber)
|
|
48539
|
-
return
|
|
48540
|
-
throw H.wrapException(E.SassScriptException$('Undefined operation "' +
|
|
48629
|
+
return _this.withValue$1(_this._coerceUnits$2(other, _this.get$moduloLikeSass()));
|
|
48630
|
+
throw H.wrapException(E.SassScriptException$('Undefined operation "' + _this.toString$0(0) + " % " + H.S(other) + '".'));
|
|
48631
|
+
},
|
|
48632
|
+
moduloLikeSass$2: function(num1, num2) {
|
|
48633
|
+
var t1;
|
|
48634
|
+
if (num2 > 0)
|
|
48635
|
+
return C.JSNumber_methods.$mod(num1, num2);
|
|
48636
|
+
if (num2 === 0)
|
|
48637
|
+
return 0 / 0;
|
|
48638
|
+
t1 = C.JSNumber_methods.$mod(num1, num2);
|
|
48639
|
+
return t1 === 0 ? 0 : t1 + num2;
|
|
48541
48640
|
},
|
|
48542
48641
|
plus$1: function(other) {
|
|
48642
|
+
var _this = this;
|
|
48543
48643
|
if (other instanceof T.SassNumber)
|
|
48544
|
-
return
|
|
48644
|
+
return _this.withValue$1(_this._coerceUnits$2(other, new T.SassNumber_plus_closure()));
|
|
48545
48645
|
if (!(other instanceof K.SassColor))
|
|
48546
|
-
return
|
|
48547
|
-
throw H.wrapException(E.SassScriptException$('Undefined operation "' +
|
|
48646
|
+
return _this.super$Value$plus(other);
|
|
48647
|
+
throw H.wrapException(E.SassScriptException$('Undefined operation "' + _this.toString$0(0) + " + " + other.toString$0(0) + '".'));
|
|
48548
48648
|
},
|
|
48549
48649
|
minus$1: function(other) {
|
|
48650
|
+
var _this = this;
|
|
48550
48651
|
if (other instanceof T.SassNumber)
|
|
48551
|
-
return
|
|
48652
|
+
return _this.withValue$1(_this._coerceUnits$2(other, new T.SassNumber_minus_closure()));
|
|
48552
48653
|
if (!(other instanceof K.SassColor))
|
|
48553
|
-
return
|
|
48554
|
-
throw H.wrapException(E.SassScriptException$('Undefined operation "' +
|
|
48654
|
+
return _this.super$Value$minus(other);
|
|
48655
|
+
throw H.wrapException(E.SassScriptException$('Undefined operation "' + _this.toString$0(0) + " - " + other.toString$0(0) + '".'));
|
|
48555
48656
|
},
|
|
48556
48657
|
times$1: function(other) {
|
|
48557
48658
|
var _this = this;
|
|
48558
|
-
if (other instanceof T.SassNumber)
|
|
48559
|
-
|
|
48659
|
+
if (other instanceof T.SassNumber) {
|
|
48660
|
+
if (!other.get$hasUnits())
|
|
48661
|
+
return _this.withValue$1(_this.value * other.value);
|
|
48662
|
+
return _this.multiplyUnits$3(_this.value * other.value, other.get$numeratorUnits(), other.get$denominatorUnits());
|
|
48663
|
+
}
|
|
48560
48664
|
throw H.wrapException(E.SassScriptException$('Undefined operation "' + _this.toString$0(0) + " * " + H.S(other) + '".'));
|
|
48561
48665
|
},
|
|
48562
48666
|
dividedBy$1: function(other) {
|
|
48563
48667
|
var _this = this;
|
|
48564
|
-
if (other instanceof T.SassNumber)
|
|
48565
|
-
|
|
48668
|
+
if (other instanceof T.SassNumber) {
|
|
48669
|
+
if (!other.get$hasUnits())
|
|
48670
|
+
return _this.withValue$1(_this.value / other.value);
|
|
48671
|
+
return _this.multiplyUnits$3(_this.value / other.value, other.get$denominatorUnits(), other.get$numeratorUnits());
|
|
48672
|
+
}
|
|
48566
48673
|
return _this.super$Value$dividedBy(other);
|
|
48567
48674
|
},
|
|
48568
48675
|
unaryPlus$0: function() {
|
|
48569
48676
|
return this;
|
|
48570
48677
|
},
|
|
48571
|
-
unaryMinus$0: function() {
|
|
48572
|
-
return T.SassNumber$withUnits(-this.value, this.denominatorUnits, this.numeratorUnits);
|
|
48573
|
-
},
|
|
48574
|
-
_coerceNumber$2: function(other, operation) {
|
|
48575
|
-
var _this = this,
|
|
48576
|
-
result = _this._coerceUnits$2(other, operation),
|
|
48577
|
-
t1 = _this.numeratorUnits,
|
|
48578
|
-
t2 = t1.length === 0;
|
|
48579
|
-
t1 = !t2 || _this.denominatorUnits.length !== 0 ? t1 : other.numeratorUnits;
|
|
48580
|
-
return T.SassNumber$withUnits(result, !t2 || _this.denominatorUnits.length !== 0 ? _this.denominatorUnits : other.denominatorUnits, t1);
|
|
48581
|
-
},
|
|
48582
48678
|
_coerceUnits$1$2: function(other, operation) {
|
|
48583
|
-
var
|
|
48584
|
-
|
|
48585
|
-
|
|
48586
|
-
|
|
48587
|
-
|
|
48588
|
-
|
|
48589
|
-
|
|
48590
|
-
|
|
48591
|
-
|
|
48592
|
-
|
|
48593
|
-
throw exception;
|
|
48594
|
-
}
|
|
48595
|
-
} else {
|
|
48596
|
-
num1 = _this.coerceValueToMatch$1(other);
|
|
48597
|
-
num2 = other.value;
|
|
48679
|
+
var t1, exception;
|
|
48680
|
+
try {
|
|
48681
|
+
t1 = operation.call$2(this.value, other.coerceValueToMatch$1(this));
|
|
48682
|
+
return t1;
|
|
48683
|
+
} catch (exception) {
|
|
48684
|
+
if (H.unwrapException(exception) instanceof E.SassScriptException) {
|
|
48685
|
+
this.coerceValueToMatch$1(other);
|
|
48686
|
+
throw exception;
|
|
48687
|
+
} else
|
|
48688
|
+
throw exception;
|
|
48598
48689
|
}
|
|
48599
|
-
return operation.call$2(num1, num2);
|
|
48600
48690
|
},
|
|
48601
48691
|
_coerceUnits$2: function(other, operation) {
|
|
48602
48692
|
return this._coerceUnits$1$2(other, operation, type$.dynamic);
|
|
48603
48693
|
},
|
|
48604
|
-
|
|
48605
|
-
var
|
|
48694
|
+
multiplyUnits$3: function(value, otherNumerators, otherDenominators) {
|
|
48695
|
+
var newNumerators, mutableOtherDenominators, t1, t2, mutableDenominatorUnits, _this = this, _box_0 = {};
|
|
48606
48696
|
_box_0.value = value;
|
|
48607
|
-
|
|
48608
|
-
|
|
48609
|
-
|
|
48610
|
-
|
|
48611
|
-
|
|
48612
|
-
|
|
48613
|
-
|
|
48614
|
-
|
|
48615
|
-
|
|
48616
|
-
|
|
48617
|
-
return T.SassNumber$withUnits(value, denominators2, numerators1);
|
|
48697
|
+
if (J.get$isEmpty$asx(_this.get$numeratorUnits())) {
|
|
48698
|
+
if (J.get$isEmpty$asx(otherDenominators) && !_this._areAnyConvertible$2(_this.get$denominatorUnits(), otherNumerators))
|
|
48699
|
+
return T.SassNumber_SassNumber$withUnits(value, _this.get$denominatorUnits(), otherNumerators);
|
|
48700
|
+
else if (_this.get$denominatorUnits().length === 0)
|
|
48701
|
+
return T.SassNumber_SassNumber$withUnits(value, otherDenominators, otherNumerators);
|
|
48702
|
+
} else if (J.get$isEmpty$asx(otherNumerators))
|
|
48703
|
+
if (J.get$isEmpty$asx(otherDenominators))
|
|
48704
|
+
return T.SassNumber_SassNumber$withUnits(value, otherDenominators, _this.get$numeratorUnits());
|
|
48705
|
+
else if (_this.get$denominatorUnits().length === 0 && !_this._areAnyConvertible$2(_this.get$numeratorUnits(), otherDenominators))
|
|
48706
|
+
return T.SassNumber_SassNumber$withUnits(value, otherDenominators, _this.get$numeratorUnits());
|
|
48618
48707
|
newNumerators = H.setRuntimeTypeInfo([], type$.JSArray_legacy_String);
|
|
48619
|
-
|
|
48620
|
-
for (
|
|
48621
|
-
|
|
48622
|
-
B.removeFirstWhere(
|
|
48708
|
+
mutableOtherDenominators = J.toList$0$ax(otherDenominators);
|
|
48709
|
+
for (t1 = J.get$iterator$ax(_this.get$numeratorUnits()); t1.moveNext$0();) {
|
|
48710
|
+
t2 = t1.get$current(t1);
|
|
48711
|
+
B.removeFirstWhere(mutableOtherDenominators, new T.SassNumber_multiplyUnits_closure(_box_0, _this, t2), new T.SassNumber_multiplyUnits_closure0(newNumerators, t2));
|
|
48623
48712
|
}
|
|
48624
|
-
|
|
48625
|
-
|
|
48626
|
-
|
|
48627
|
-
|
|
48713
|
+
t1 = _this.get$denominatorUnits();
|
|
48714
|
+
mutableDenominatorUnits = H.setRuntimeTypeInfo(t1.slice(0), H._arrayInstanceType(t1)._eval$1("JSArray<1>"));
|
|
48715
|
+
for (t1 = J.get$iterator$ax(otherNumerators); t1.moveNext$0();) {
|
|
48716
|
+
t2 = t1.get$current(t1);
|
|
48717
|
+
B.removeFirstWhere(mutableDenominatorUnits, new T.SassNumber_multiplyUnits_closure1(_box_0, _this, t2), new T.SassNumber_multiplyUnits_closure2(newNumerators, t2));
|
|
48628
48718
|
}
|
|
48629
48719
|
t1 = _box_0.value;
|
|
48630
|
-
C.JSArray_methods.addAll$1(
|
|
48631
|
-
return T.
|
|
48720
|
+
C.JSArray_methods.addAll$1(mutableDenominatorUnits, mutableOtherDenominators);
|
|
48721
|
+
return T.SassNumber_SassNumber$withUnits(t1, mutableDenominatorUnits, newNumerators);
|
|
48632
48722
|
},
|
|
48633
48723
|
_areAnyConvertible$2: function(units1, units2) {
|
|
48634
|
-
return
|
|
48724
|
+
return J.any$1$ax(units1, new T.SassNumber__areAnyConvertible_closure(this, units2));
|
|
48635
48725
|
},
|
|
48636
|
-
|
|
48726
|
+
conversionFactor$2: function(unit1, unit2) {
|
|
48637
48727
|
var innerMap;
|
|
48638
48728
|
if (unit1 == unit2)
|
|
48639
48729
|
return 1;
|
|
@@ -48643,8 +48733,8 @@ self.fs = require("fs");
|
|
|
48643
48733
|
return innerMap.$index(0, unit2);
|
|
48644
48734
|
},
|
|
48645
48735
|
_unitString$2: function(numerators, denominators) {
|
|
48646
|
-
var t1;
|
|
48647
|
-
if (numerators
|
|
48736
|
+
var t1 = J.getInterceptor$asx(numerators);
|
|
48737
|
+
if (t1.get$isEmpty(numerators)) {
|
|
48648
48738
|
t1 = denominators.length;
|
|
48649
48739
|
if (t1 === 0)
|
|
48650
48740
|
return "no units";
|
|
@@ -48653,39 +48743,35 @@ self.fs = require("fs");
|
|
|
48653
48743
|
return "(" + C.JSArray_methods.join$1(denominators, "*") + ")^-1";
|
|
48654
48744
|
}
|
|
48655
48745
|
if (denominators.length === 0)
|
|
48656
|
-
return
|
|
48657
|
-
return
|
|
48746
|
+
return t1.join$1(numerators, "*");
|
|
48747
|
+
return t1.join$1(numerators, "*") + "/" + C.JSArray_methods.join$1(denominators, "*");
|
|
48658
48748
|
},
|
|
48659
48749
|
$eq: function(_, other) {
|
|
48660
|
-
var
|
|
48750
|
+
var _this = this;
|
|
48661
48751
|
if (other == null)
|
|
48662
48752
|
return false;
|
|
48663
48753
|
if (other instanceof T.SassNumber) {
|
|
48664
|
-
|
|
48665
|
-
t2 = t1.length;
|
|
48666
|
-
t3 = other.numeratorUnits;
|
|
48667
|
-
if (t2 !== t3.length || _this.denominatorUnits.length !== other.denominatorUnits.length)
|
|
48754
|
+
if (J.get$length$asx(_this.get$numeratorUnits()) !== J.get$length$asx(other.get$numeratorUnits()) || _this.get$denominatorUnits().length !== other.get$denominatorUnits().length)
|
|
48668
48755
|
return false;
|
|
48669
|
-
if (!
|
|
48756
|
+
if (!_this.get$hasUnits())
|
|
48670
48757
|
return Math.abs(_this.value - other.value) < $.$get$epsilon();
|
|
48671
|
-
if (!C.C_ListEquality.equals$2(0, _this._canonicalizeUnitList$1(
|
|
48758
|
+
if (!C.C_ListEquality.equals$2(0, _this._canonicalizeUnitList$1(_this.get$numeratorUnits()), _this._canonicalizeUnitList$1(other.get$numeratorUnits())) || !C.C_ListEquality.equals$2(0, _this._canonicalizeUnitList$1(_this.get$denominatorUnits()), _this._canonicalizeUnitList$1(other.get$denominatorUnits())))
|
|
48672
48759
|
return false;
|
|
48673
|
-
return Math.abs(_this.value * _this._canonicalMultiplier$1(
|
|
48760
|
+
return Math.abs(_this.value * _this._canonicalMultiplier$1(_this.get$numeratorUnits()) / _this._canonicalMultiplier$1(_this.get$denominatorUnits()) - other.value * _this._canonicalMultiplier$1(other.get$numeratorUnits()) / _this._canonicalMultiplier$1(other.get$denominatorUnits())) < $.$get$epsilon();
|
|
48674
48761
|
} else
|
|
48675
48762
|
return false;
|
|
48676
48763
|
},
|
|
48677
48764
|
get$hashCode: function(_) {
|
|
48678
|
-
var _this = this
|
|
48679
|
-
|
|
48680
|
-
return t1 == 1 / 0 || t1 == -1 / 0 || isNaN(t1) ? C.JSDouble_methods.get$hashCode(t1) : C.JSInt_methods.get$hashCode(C.JSDouble_methods.round$0(t1 * $.$get$_inverseEpsilon()));
|
|
48765
|
+
var _this = this;
|
|
48766
|
+
return T.fuzzyHashCode(_this.value * _this._canonicalMultiplier$1(_this.get$numeratorUnits()) / _this._canonicalMultiplier$1(_this.get$denominatorUnits()));
|
|
48681
48767
|
},
|
|
48682
48768
|
_canonicalizeUnitList$1: function(units) {
|
|
48683
48769
|
var type,
|
|
48684
|
-
t1 = units
|
|
48685
|
-
if (t1
|
|
48770
|
+
t1 = J.getInterceptor$asx(units);
|
|
48771
|
+
if (t1.get$isEmpty(units))
|
|
48686
48772
|
return units;
|
|
48687
|
-
if (t1 === 1) {
|
|
48688
|
-
type = $.$get$_typesByUnit().$index(0,
|
|
48773
|
+
if (t1.get$length(units) === 1) {
|
|
48774
|
+
type = $.$get$_typesByUnit().$index(0, t1.get$first(units));
|
|
48689
48775
|
if (type == null)
|
|
48690
48776
|
t1 = units;
|
|
48691
48777
|
else {
|
|
@@ -48694,13 +48780,24 @@ self.fs = require("fs");
|
|
|
48694
48780
|
}
|
|
48695
48781
|
return t1;
|
|
48696
48782
|
}
|
|
48697
|
-
t1 =
|
|
48698
|
-
t1 = P.List_List$from(
|
|
48783
|
+
t1 = t1.map$1$1(units, new T.SassNumber__canonicalizeUnitList_closure(), type$.legacy_String);
|
|
48784
|
+
t1 = P.List_List$from(t1, true, t1.$ti._eval$1("ListIterable.E"));
|
|
48699
48785
|
C.JSArray_methods.sort$0(t1);
|
|
48700
48786
|
return t1;
|
|
48701
48787
|
},
|
|
48702
48788
|
_canonicalMultiplier$1: function(units) {
|
|
48703
|
-
return
|
|
48789
|
+
return J.fold$2$ax(units, 1, new T.SassNumber__canonicalMultiplier_closure(this));
|
|
48790
|
+
},
|
|
48791
|
+
canonicalMultiplierForUnit$1: function(unit) {
|
|
48792
|
+
var t1,
|
|
48793
|
+
innerMap = C.Map_K2BWj.$index(0, unit);
|
|
48794
|
+
if (innerMap == null)
|
|
48795
|
+
t1 = 1;
|
|
48796
|
+
else {
|
|
48797
|
+
t1 = innerMap.get$values(innerMap);
|
|
48798
|
+
t1 = 1 / t1.get$first(t1);
|
|
48799
|
+
}
|
|
48800
|
+
return t1;
|
|
48704
48801
|
},
|
|
48705
48802
|
_number$_exception$2: function(message, $name) {
|
|
48706
48803
|
return new E.SassScriptException($name == null ? message : "$" + $name + ": " + message);
|
|
@@ -48719,7 +48816,7 @@ self.fs = require("fs");
|
|
|
48719
48816
|
t3 = message._contents = t3 + (" $" + t4 + ":");
|
|
48720
48817
|
t1 = t3 + (" " + t1.toString$0(0) + " have incompatible units");
|
|
48721
48818
|
message._contents = t1;
|
|
48722
|
-
if (!
|
|
48819
|
+
if (!t2.get$hasUnits() || !_this.otherHasUnits)
|
|
48723
48820
|
message._contents = t1 + " (one has units and the other doesn't)";
|
|
48724
48821
|
t1 = message.toString$0(0) + ".";
|
|
48725
48822
|
t2 = _this.name;
|
|
@@ -48730,8 +48827,9 @@ self.fs = require("fs");
|
|
|
48730
48827
|
return new E.SassScriptException(t2 == null ? t1 : "$" + t2 + ": " + t1);
|
|
48731
48828
|
} else {
|
|
48732
48829
|
t1 = _this.newNumerators;
|
|
48733
|
-
|
|
48734
|
-
|
|
48830
|
+
t2 = J.getInterceptor$asx(t1);
|
|
48831
|
+
if (t2.get$length(t1) === 1 && _this.newDenominators.length === 0) {
|
|
48832
|
+
type = $.$get$_typesByUnit().$index(0, t2.get$first(t1));
|
|
48735
48833
|
if (type != null) {
|
|
48736
48834
|
t1 = "Expected " + _this.$this.toString$0(0) + " to have ";
|
|
48737
48835
|
t1 = t1 + (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([97, 101, 105, 111, 117], type$.JSArray_legacy_int), C.JSString_methods._codeUnitAt$1(type, 0)) ? "an " + type : "a " + type) + " unit (";
|
|
@@ -48741,12 +48839,12 @@ self.fs = require("fs");
|
|
|
48741
48839
|
return new E.SassScriptException(t1 == null ? t2 : "$" + t1 + ": " + t2);
|
|
48742
48840
|
}
|
|
48743
48841
|
}
|
|
48744
|
-
|
|
48745
|
-
unit = B.pluralize("unit",
|
|
48746
|
-
|
|
48747
|
-
|
|
48842
|
+
t3 = _this.newDenominators;
|
|
48843
|
+
unit = B.pluralize("unit", t2.get$length(t1) + t3.length, null);
|
|
48844
|
+
t2 = _this.$this;
|
|
48845
|
+
t3 = "Expected " + t2.toString$0(0) + " to have " + unit + " " + t2._unitString$2(t1, t3) + ".";
|
|
48748
48846
|
t1 = _this.name;
|
|
48749
|
-
return new E.SassScriptException(t1 == null ?
|
|
48847
|
+
return new E.SassScriptException(t1 == null ? t3 : "$" + t1 + ": " + t3);
|
|
48750
48848
|
}
|
|
48751
48849
|
},
|
|
48752
48850
|
$signature: 219
|
|
@@ -48754,7 +48852,7 @@ self.fs = require("fs");
|
|
|
48754
48852
|
T.SassNumber__coerceOrConvertValue_closure.prototype = {
|
|
48755
48853
|
call$1: function(oldNumerator) {
|
|
48756
48854
|
var t1,
|
|
48757
|
-
factor = this.$this.
|
|
48855
|
+
factor = this.$this.conversionFactor$2(this.newNumerator, oldNumerator);
|
|
48758
48856
|
if (factor == null)
|
|
48759
48857
|
return false;
|
|
48760
48858
|
t1 = this._box_0;
|
|
@@ -48772,7 +48870,7 @@ self.fs = require("fs");
|
|
|
48772
48870
|
T.SassNumber__coerceOrConvertValue_closure1.prototype = {
|
|
48773
48871
|
call$1: function(oldDenominator) {
|
|
48774
48872
|
var t1,
|
|
48775
|
-
factor = this.$this.
|
|
48873
|
+
factor = this.$this.conversionFactor$2(this.newDenominator, oldDenominator);
|
|
48776
48874
|
if (factor == null)
|
|
48777
48875
|
return false;
|
|
48778
48876
|
t1 = this._box_0;
|
|
@@ -48787,18 +48885,6 @@ self.fs = require("fs");
|
|
|
48787
48885
|
},
|
|
48788
48886
|
$signature: 0
|
|
48789
48887
|
};
|
|
48790
|
-
T.SassNumber_modulo_closure.prototype = {
|
|
48791
|
-
call$2: function(num1, num2) {
|
|
48792
|
-
var t1;
|
|
48793
|
-
if (num2 > 0)
|
|
48794
|
-
return C.JSNumber_methods.$mod(num1, num2);
|
|
48795
|
-
if (num2 === 0)
|
|
48796
|
-
return 0 / 0;
|
|
48797
|
-
t1 = C.JSNumber_methods.$mod(num1, num2);
|
|
48798
|
-
return t1 === 0 ? 0 : t1 + num2;
|
|
48799
|
-
},
|
|
48800
|
-
$signature: 50
|
|
48801
|
-
};
|
|
48802
48888
|
T.SassNumber_plus_closure.prototype = {
|
|
48803
48889
|
call$2: function(num1, num2) {
|
|
48804
48890
|
return num1 + num2;
|
|
@@ -48811,9 +48897,9 @@ self.fs = require("fs");
|
|
|
48811
48897
|
},
|
|
48812
48898
|
$signature: 50
|
|
48813
48899
|
};
|
|
48814
|
-
T.
|
|
48900
|
+
T.SassNumber_multiplyUnits_closure.prototype = {
|
|
48815
48901
|
call$1: function(denominator) {
|
|
48816
|
-
var factor = this.$this.
|
|
48902
|
+
var factor = this.$this.conversionFactor$2(this.numerator, denominator);
|
|
48817
48903
|
if (factor == null)
|
|
48818
48904
|
return false;
|
|
48819
48905
|
this._box_0.value /= factor;
|
|
@@ -48821,16 +48907,16 @@ self.fs = require("fs");
|
|
|
48821
48907
|
},
|
|
48822
48908
|
$signature: 6
|
|
48823
48909
|
};
|
|
48824
|
-
T.
|
|
48910
|
+
T.SassNumber_multiplyUnits_closure0.prototype = {
|
|
48825
48911
|
call$0: function() {
|
|
48826
48912
|
this.newNumerators.push(this.numerator);
|
|
48827
48913
|
return null;
|
|
48828
48914
|
},
|
|
48829
48915
|
$signature: 0
|
|
48830
48916
|
};
|
|
48831
|
-
T.
|
|
48917
|
+
T.SassNumber_multiplyUnits_closure1.prototype = {
|
|
48832
48918
|
call$1: function(denominator) {
|
|
48833
|
-
var factor = this.$this.
|
|
48919
|
+
var factor = this.$this.conversionFactor$2(this.numerator, denominator);
|
|
48834
48920
|
if (factor == null)
|
|
48835
48921
|
return false;
|
|
48836
48922
|
this._box_0.value /= factor;
|
|
@@ -48838,7 +48924,7 @@ self.fs = require("fs");
|
|
|
48838
48924
|
},
|
|
48839
48925
|
$signature: 6
|
|
48840
48926
|
};
|
|
48841
|
-
T.
|
|
48927
|
+
T.SassNumber_multiplyUnits_closure2.prototype = {
|
|
48842
48928
|
call$0: function() {
|
|
48843
48929
|
this.newNumerators.push(this.numerator);
|
|
48844
48930
|
return null;
|
|
@@ -48848,8 +48934,8 @@ self.fs = require("fs");
|
|
|
48848
48934
|
T.SassNumber__areAnyConvertible_closure.prototype = {
|
|
48849
48935
|
call$1: function(unit1) {
|
|
48850
48936
|
if (!C.Map_K2BWj.containsKey$1(unit1))
|
|
48851
|
-
return
|
|
48852
|
-
return
|
|
48937
|
+
return J.contains$1$asx(this.units2, unit1);
|
|
48938
|
+
return J.any$1$ax(this.units2, C.Map_K2BWj.$index(0, unit1).get$containsKey());
|
|
48853
48939
|
},
|
|
48854
48940
|
$signature: 6
|
|
48855
48941
|
};
|
|
@@ -48869,18 +48955,256 @@ self.fs = require("fs");
|
|
|
48869
48955
|
};
|
|
48870
48956
|
T.SassNumber__canonicalMultiplier_closure.prototype = {
|
|
48871
48957
|
call$2: function(multiplier, unit) {
|
|
48872
|
-
|
|
48873
|
-
innerMap = C.Map_K2BWj.$index(0, unit);
|
|
48874
|
-
if (innerMap == null)
|
|
48875
|
-
t1 = multiplier;
|
|
48876
|
-
else {
|
|
48877
|
-
t1 = innerMap.get$values(innerMap);
|
|
48878
|
-
t1 = multiplier / t1.get$first(t1);
|
|
48879
|
-
}
|
|
48880
|
-
return t1;
|
|
48958
|
+
return multiplier * this.$this.canonicalMultiplierForUnit$1(unit);
|
|
48881
48959
|
},
|
|
48882
48960
|
$signature: 211
|
|
48883
48961
|
};
|
|
48962
|
+
S.ComplexSassNumber.prototype = {
|
|
48963
|
+
get$hasUnits: function() {
|
|
48964
|
+
return true;
|
|
48965
|
+
},
|
|
48966
|
+
hasUnit$1: function(unit) {
|
|
48967
|
+
return false;
|
|
48968
|
+
},
|
|
48969
|
+
compatibleWithUnit$1: function(unit) {
|
|
48970
|
+
return false;
|
|
48971
|
+
},
|
|
48972
|
+
withValue$1: function(value) {
|
|
48973
|
+
return new S.ComplexSassNumber(this.numeratorUnits, this.denominatorUnits, value, null);
|
|
48974
|
+
},
|
|
48975
|
+
withSlash$2: function(numerator, denominator) {
|
|
48976
|
+
return new S.ComplexSassNumber(this.numeratorUnits, this.denominatorUnits, this.value, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber));
|
|
48977
|
+
},
|
|
48978
|
+
get$numeratorUnits: function() {
|
|
48979
|
+
return this.numeratorUnits;
|
|
48980
|
+
},
|
|
48981
|
+
get$denominatorUnits: function() {
|
|
48982
|
+
return this.denominatorUnits;
|
|
48983
|
+
}
|
|
48984
|
+
};
|
|
48985
|
+
L.SingleUnitSassNumber.prototype = {
|
|
48986
|
+
get$numeratorUnits: function() {
|
|
48987
|
+
return new P.UnmodifiableListView(H.setRuntimeTypeInfo([this._unit], type$.JSArray_legacy_String), type$.UnmodifiableListView_legacy_String);
|
|
48988
|
+
},
|
|
48989
|
+
get$denominatorUnits: function() {
|
|
48990
|
+
return C.List_empty;
|
|
48991
|
+
},
|
|
48992
|
+
get$hasUnits: function() {
|
|
48993
|
+
return true;
|
|
48994
|
+
},
|
|
48995
|
+
withValue$1: function(value) {
|
|
48996
|
+
return new L.SingleUnitSassNumber(this._unit, value, null);
|
|
48997
|
+
},
|
|
48998
|
+
withSlash$2: function(numerator, denominator) {
|
|
48999
|
+
return new L.SingleUnitSassNumber(this._unit, this.value, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber));
|
|
49000
|
+
},
|
|
49001
|
+
hasUnit$1: function(unit) {
|
|
49002
|
+
return unit === this._unit;
|
|
49003
|
+
},
|
|
49004
|
+
compatibleWithUnit$1: function(unit) {
|
|
49005
|
+
return this.conversionFactor$2(this._unit, unit) != null;
|
|
49006
|
+
},
|
|
49007
|
+
coerceValueToMatch$1: function(other) {
|
|
49008
|
+
return this.convertValueToMatch$3(other, null, null);
|
|
49009
|
+
},
|
|
49010
|
+
convertValueToMatch$3: function(other, $name, otherName) {
|
|
49011
|
+
var t1 = other instanceof L.SingleUnitSassNumber ? this._coerceValueToUnit$1(other._unit) : null;
|
|
49012
|
+
return t1 == null ? this.super$SassNumber$convertValueToMatch(other, $name, otherName) : t1;
|
|
49013
|
+
},
|
|
49014
|
+
coerce$2: function(newNumerators, newDenominators) {
|
|
49015
|
+
var t1 = J.getInterceptor$asx(newNumerators);
|
|
49016
|
+
t1 = t1.get$length(newNumerators) === 1 && newDenominators.length === 0 ? this._coerceToUnit$1(t1.$index(newNumerators, 0)) : null;
|
|
49017
|
+
return t1 == null ? this.super$SassNumber$coerce(newNumerators, newDenominators, null) : t1;
|
|
49018
|
+
},
|
|
49019
|
+
coerceValue$3: function(newNumerators, newDenominators, $name) {
|
|
49020
|
+
var t1 = J.getInterceptor$asx(newNumerators);
|
|
49021
|
+
t1 = t1.get$length(newNumerators) === 1 && newDenominators.length === 0 ? this._coerceValueToUnit$1(t1.$index(newNumerators, 0)) : null;
|
|
49022
|
+
return t1 == null ? this.super$SassNumber$coerceValue(newNumerators, newDenominators, $name) : t1;
|
|
49023
|
+
},
|
|
49024
|
+
coerceValueToUnit$2: function(unit, $name) {
|
|
49025
|
+
var t1 = this._coerceValueToUnit$1(unit);
|
|
49026
|
+
return t1 == null ? this.super$SassNumber$coerceValueToUnit(unit, $name) : t1;
|
|
49027
|
+
},
|
|
49028
|
+
_coerceToUnit$1: function(unit) {
|
|
49029
|
+
var factor, _this = this,
|
|
49030
|
+
t1 = _this._unit;
|
|
49031
|
+
if (t1 == unit)
|
|
49032
|
+
return _this;
|
|
49033
|
+
factor = _this.conversionFactor$2(unit, t1);
|
|
49034
|
+
return factor == null ? null : new L.SingleUnitSassNumber(unit, _this.value * factor, null);
|
|
49035
|
+
},
|
|
49036
|
+
_coerceValueToUnit$1: function(unit) {
|
|
49037
|
+
var factor = this.conversionFactor$2(unit, this._unit);
|
|
49038
|
+
return factor == null ? null : this.value * factor;
|
|
49039
|
+
},
|
|
49040
|
+
multiplyUnits$3: function(value, otherNumerators, otherDenominators) {
|
|
49041
|
+
var mutableOtherDenominators, t1 = {};
|
|
49042
|
+
t1.value = value;
|
|
49043
|
+
t1.newNumerators = otherNumerators;
|
|
49044
|
+
mutableOtherDenominators = J.toList$0$ax(otherDenominators);
|
|
49045
|
+
B.removeFirstWhere(mutableOtherDenominators, new L.SingleUnitSassNumber_multiplyUnits_closure(t1, this), new L.SingleUnitSassNumber_multiplyUnits_closure0(t1, this));
|
|
49046
|
+
return T.SassNumber_SassNumber$withUnits(t1.value, mutableOtherDenominators, t1.newNumerators);
|
|
49047
|
+
},
|
|
49048
|
+
unaryMinus$0: function() {
|
|
49049
|
+
return new L.SingleUnitSassNumber(this._unit, -this.value, null);
|
|
49050
|
+
},
|
|
49051
|
+
$eq: function(_, other) {
|
|
49052
|
+
var factor;
|
|
49053
|
+
if (other == null)
|
|
49054
|
+
return false;
|
|
49055
|
+
if (other instanceof L.SingleUnitSassNumber) {
|
|
49056
|
+
factor = this.conversionFactor$2(other._unit, this._unit);
|
|
49057
|
+
return factor != null && Math.abs(this.value * factor - other.value) < $.$get$epsilon();
|
|
49058
|
+
} else
|
|
49059
|
+
return false;
|
|
49060
|
+
},
|
|
49061
|
+
get$hashCode: function(_) {
|
|
49062
|
+
return T.fuzzyHashCode(this.value * this.canonicalMultiplierForUnit$1(this._unit));
|
|
49063
|
+
}
|
|
49064
|
+
};
|
|
49065
|
+
L.SingleUnitSassNumber_multiplyUnits_closure.prototype = {
|
|
49066
|
+
call$1: function(denominator) {
|
|
49067
|
+
var t1 = this.$this,
|
|
49068
|
+
factor = t1.conversionFactor$2(denominator, t1._unit);
|
|
49069
|
+
if (factor == null)
|
|
49070
|
+
return false;
|
|
49071
|
+
this._box_0.value *= factor;
|
|
49072
|
+
return true;
|
|
49073
|
+
},
|
|
49074
|
+
$signature: 6
|
|
49075
|
+
};
|
|
49076
|
+
L.SingleUnitSassNumber_multiplyUnits_closure0.prototype = {
|
|
49077
|
+
call$0: function() {
|
|
49078
|
+
var t2, t3,
|
|
49079
|
+
t1 = H.setRuntimeTypeInfo([], type$.JSArray_legacy_String);
|
|
49080
|
+
t1.push(this.$this._unit);
|
|
49081
|
+
for (t2 = this._box_0, t3 = J.get$iterator$ax(t2.newNumerators); t3.moveNext$0();)
|
|
49082
|
+
t1.push(t3.get$current(t3));
|
|
49083
|
+
t2.newNumerators = t1;
|
|
49084
|
+
return null;
|
|
49085
|
+
},
|
|
49086
|
+
$signature: 0
|
|
49087
|
+
};
|
|
49088
|
+
N.UnitlessSassNumber.prototype = {
|
|
49089
|
+
get$numeratorUnits: function() {
|
|
49090
|
+
return C.List_empty;
|
|
49091
|
+
},
|
|
49092
|
+
get$denominatorUnits: function() {
|
|
49093
|
+
return C.List_empty;
|
|
49094
|
+
},
|
|
49095
|
+
get$hasUnits: function() {
|
|
49096
|
+
return false;
|
|
49097
|
+
},
|
|
49098
|
+
withValue$1: function(value) {
|
|
49099
|
+
return new N.UnitlessSassNumber(value, null);
|
|
49100
|
+
},
|
|
49101
|
+
withSlash$2: function(numerator, denominator) {
|
|
49102
|
+
return new N.UnitlessSassNumber(this.value, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber));
|
|
49103
|
+
},
|
|
49104
|
+
hasUnit$1: function(unit) {
|
|
49105
|
+
return false;
|
|
49106
|
+
},
|
|
49107
|
+
compatibleWithUnit$1: function(unit) {
|
|
49108
|
+
return true;
|
|
49109
|
+
},
|
|
49110
|
+
coerceValueToMatch$1: function(other) {
|
|
49111
|
+
return this.value;
|
|
49112
|
+
},
|
|
49113
|
+
convertValueToMatch$3: function(other, $name, otherName) {
|
|
49114
|
+
return other.get$hasUnits() ? this.super$SassNumber$convertValueToMatch(other, $name, otherName) : this.value;
|
|
49115
|
+
},
|
|
49116
|
+
coerce$2: function(newNumerators, newDenominators) {
|
|
49117
|
+
return T.SassNumber_SassNumber$withUnits(this.value, newDenominators, newNumerators);
|
|
49118
|
+
},
|
|
49119
|
+
coerceValue$3: function(newNumerators, newDenominators, $name) {
|
|
49120
|
+
return this.value;
|
|
49121
|
+
},
|
|
49122
|
+
coerceValueToUnit$2: function(unit, $name) {
|
|
49123
|
+
return this.value;
|
|
49124
|
+
},
|
|
49125
|
+
greaterThan$1: function(other) {
|
|
49126
|
+
var t1, t2;
|
|
49127
|
+
if (other instanceof T.SassNumber) {
|
|
49128
|
+
t1 = this.value;
|
|
49129
|
+
t2 = other.value;
|
|
49130
|
+
return t1 > t2 && !(Math.abs(t1 - t2) < $.$get$epsilon()) ? C.SassBoolean_true0 : C.SassBoolean_false0;
|
|
49131
|
+
}
|
|
49132
|
+
return this.super$SassNumber$greaterThan(other);
|
|
49133
|
+
},
|
|
49134
|
+
greaterThanOrEquals$1: function(other) {
|
|
49135
|
+
var t1, t2;
|
|
49136
|
+
if (other instanceof T.SassNumber) {
|
|
49137
|
+
t1 = this.value;
|
|
49138
|
+
t2 = other.value;
|
|
49139
|
+
return t1 > t2 || Math.abs(t1 - t2) < $.$get$epsilon() ? C.SassBoolean_true0 : C.SassBoolean_false0;
|
|
49140
|
+
}
|
|
49141
|
+
return this.super$SassNumber$greaterThanOrEquals(other);
|
|
49142
|
+
},
|
|
49143
|
+
lessThan$1: function(other) {
|
|
49144
|
+
var t1, t2;
|
|
49145
|
+
if (other instanceof T.SassNumber) {
|
|
49146
|
+
t1 = this.value;
|
|
49147
|
+
t2 = other.value;
|
|
49148
|
+
return t1 < t2 && !(Math.abs(t1 - t2) < $.$get$epsilon()) ? C.SassBoolean_true0 : C.SassBoolean_false0;
|
|
49149
|
+
}
|
|
49150
|
+
return this.super$SassNumber$lessThan(other);
|
|
49151
|
+
},
|
|
49152
|
+
lessThanOrEquals$1: function(other) {
|
|
49153
|
+
var t1, t2;
|
|
49154
|
+
if (other instanceof T.SassNumber) {
|
|
49155
|
+
t1 = this.value;
|
|
49156
|
+
t2 = other.value;
|
|
49157
|
+
return t1 < t2 || Math.abs(t1 - t2) < $.$get$epsilon() ? C.SassBoolean_true0 : C.SassBoolean_false0;
|
|
49158
|
+
}
|
|
49159
|
+
return this.super$SassNumber$lessThanOrEquals(other);
|
|
49160
|
+
},
|
|
49161
|
+
modulo$1: function(other) {
|
|
49162
|
+
if (other instanceof T.SassNumber)
|
|
49163
|
+
return other.withValue$1(this.moduloLikeSass$2(this.value, other.value));
|
|
49164
|
+
return this.super$SassNumber$modulo(other);
|
|
49165
|
+
},
|
|
49166
|
+
plus$1: function(other) {
|
|
49167
|
+
if (other instanceof T.SassNumber)
|
|
49168
|
+
return other.withValue$1(this.value + other.value);
|
|
49169
|
+
return this.super$SassNumber$plus(other);
|
|
49170
|
+
},
|
|
49171
|
+
minus$1: function(other) {
|
|
49172
|
+
if (other instanceof T.SassNumber)
|
|
49173
|
+
return other.withValue$1(this.value - other.value);
|
|
49174
|
+
return this.super$SassNumber$minus(other);
|
|
49175
|
+
},
|
|
49176
|
+
times$1: function(other) {
|
|
49177
|
+
if (other instanceof T.SassNumber)
|
|
49178
|
+
return other.withValue$1(this.value * other.value);
|
|
49179
|
+
return this.super$SassNumber$times(other);
|
|
49180
|
+
},
|
|
49181
|
+
dividedBy$1: function(other) {
|
|
49182
|
+
var t1, t2, t3;
|
|
49183
|
+
if (other instanceof T.SassNumber) {
|
|
49184
|
+
t1 = other.get$hasUnits();
|
|
49185
|
+
t2 = this.value;
|
|
49186
|
+
t3 = other.value;
|
|
49187
|
+
if (t1) {
|
|
49188
|
+
t1 = other.get$denominatorUnits();
|
|
49189
|
+
t1 = T.SassNumber_SassNumber$withUnits(t2 / t3, other.get$numeratorUnits(), t1);
|
|
49190
|
+
} else
|
|
49191
|
+
t1 = new N.UnitlessSassNumber(t2 / t3, null);
|
|
49192
|
+
return t1;
|
|
49193
|
+
}
|
|
49194
|
+
return this.super$SassNumber$dividedBy(other);
|
|
49195
|
+
},
|
|
49196
|
+
unaryMinus$0: function() {
|
|
49197
|
+
return new N.UnitlessSassNumber(-this.value, null);
|
|
49198
|
+
},
|
|
49199
|
+
$eq: function(_, other) {
|
|
49200
|
+
if (other == null)
|
|
49201
|
+
return false;
|
|
49202
|
+
return other instanceof N.UnitlessSassNumber && Math.abs(this.value - other.value) < $.$get$epsilon();
|
|
49203
|
+
},
|
|
49204
|
+
get$hashCode: function(_) {
|
|
49205
|
+
return T.fuzzyHashCode(this.value);
|
|
49206
|
+
}
|
|
49207
|
+
};
|
|
48884
49208
|
D.SassString.prototype = {
|
|
48885
49209
|
get$sassLength: function() {
|
|
48886
49210
|
var t1 = this._sassLength;
|
|
@@ -51271,7 +51595,7 @@ self.fs = require("fs");
|
|
|
51271
51595
|
visitNumberExpression$body$_EvaluateVisitor: function(node) {
|
|
51272
51596
|
var $async$goto = 0,
|
|
51273
51597
|
$async$completer = P._makeAsyncAwaitCompleter(type$.legacy_SassNumber),
|
|
51274
|
-
$async$returnValue;
|
|
51598
|
+
$async$returnValue, t1, t2;
|
|
51275
51599
|
var $async$visitNumberExpression$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
51276
51600
|
if ($async$errorCode === 1)
|
|
51277
51601
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -51279,7 +51603,9 @@ self.fs = require("fs");
|
|
|
51279
51603
|
switch ($async$goto) {
|
|
51280
51604
|
case 0:
|
|
51281
51605
|
// Function start
|
|
51282
|
-
|
|
51606
|
+
t1 = node.value;
|
|
51607
|
+
t2 = node.unit;
|
|
51608
|
+
$async$returnValue = t2 == null ? new N.UnitlessSassNumber(t1, null) : new L.SingleUnitSassNumber(t2, t1, null);
|
|
51283
51609
|
// goto return
|
|
51284
51610
|
$async$goto = 1;
|
|
51285
51611
|
break;
|
|
@@ -53488,7 +53814,7 @@ self.fs = require("fs");
|
|
|
53488
53814
|
call$0: function() {
|
|
53489
53815
|
return H.setRuntimeTypeInfo([], type$.JSArray_legacy_Extender);
|
|
53490
53816
|
},
|
|
53491
|
-
$signature:
|
|
53817
|
+
$signature: 210
|
|
53492
53818
|
};
|
|
53493
53819
|
E._EvaluateVisitor__topologicalModules_visitModule0.prototype = {
|
|
53494
53820
|
call$1: function(module) {
|
|
@@ -54017,7 +54343,7 @@ self.fs = require("fs");
|
|
|
54017
54343
|
E._EvaluateVisitor_visitForRule_closure7.prototype = {
|
|
54018
54344
|
call$0: function() {
|
|
54019
54345
|
var t1 = this.fromNumber;
|
|
54020
|
-
return this.toNumber.coerce$2(t1.numeratorUnits, t1.denominatorUnits).assertInt$0();
|
|
54346
|
+
return this.toNumber.coerce$2(t1.get$numeratorUnits(), t1.get$denominatorUnits()).assertInt$0();
|
|
54021
54347
|
},
|
|
54022
54348
|
$signature: 11
|
|
54023
54349
|
};
|
|
@@ -54025,7 +54351,7 @@ self.fs = require("fs");
|
|
|
54025
54351
|
call$0: function() {
|
|
54026
54352
|
var $async$goto = 0,
|
|
54027
54353
|
$async$completer = P._makeAsyncAwaitCompleter(type$.legacy_Value),
|
|
54028
|
-
$async$returnValue, $async$self = this, i, t3, t4, t5, t6, t7, t8,
|
|
54354
|
+
$async$returnValue, $async$self = this, i, t3, t4, t5, t6, t7, t8, result, t1, t2, nodeWithSpan;
|
|
54029
54355
|
var $async$call$0 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
54030
54356
|
if ($async$errorCode === 1)
|
|
54031
54357
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -54036,7 +54362,7 @@ self.fs = require("fs");
|
|
|
54036
54362
|
t1 = $async$self.$this;
|
|
54037
54363
|
t2 = $async$self.node;
|
|
54038
54364
|
nodeWithSpan = t1._async_evaluate$_expressionNode$1(t2.from);
|
|
54039
|
-
i = $async$self.from, t3 = $async$self._box_0, t4 = $async$self.direction, t5 = t2.
|
|
54365
|
+
i = $async$self.from, t3 = $async$self._box_0, t4 = $async$self.direction, t5 = t2.variable, t6 = $async$self.fromNumber, t2 = t2.children;
|
|
54040
54366
|
case 3:
|
|
54041
54367
|
// for condition
|
|
54042
54368
|
if (!(i !== t3.to)) {
|
|
@@ -54044,18 +54370,11 @@ self.fs = require("fs");
|
|
|
54044
54370
|
$async$goto = 5;
|
|
54045
54371
|
break;
|
|
54046
54372
|
}
|
|
54047
|
-
|
|
54048
|
-
|
|
54049
|
-
|
|
54050
|
-
result = P.List_List$from(t9, false, t6);
|
|
54051
|
-
result.fixed$length = Array;
|
|
54052
|
-
result.immutable$list = Array;
|
|
54053
|
-
result0 = P.List_List$from(t10, false, t6);
|
|
54054
|
-
result0.fixed$length = Array;
|
|
54055
|
-
result0.immutable$list = Array;
|
|
54056
|
-
t8.setLocalVariable$3(t2, new T.SassNumber(i, result, result0, null), nodeWithSpan);
|
|
54373
|
+
t7 = t1._async_evaluate$_environment;
|
|
54374
|
+
t8 = t6.get$numeratorUnits();
|
|
54375
|
+
t7.setLocalVariable$3(t5, T.SassNumber_SassNumber$withUnits(i, t6.get$denominatorUnits(), t8), nodeWithSpan);
|
|
54057
54376
|
$async$goto = 6;
|
|
54058
|
-
return P._asyncAwait(t1._async_evaluate$_handleReturn$2(
|
|
54377
|
+
return P._asyncAwait(t1._async_evaluate$_handleReturn$2(t2, new E._EvaluateVisitor_visitForRule__closure0(t1)), $async$call$0);
|
|
54059
54378
|
case 6:
|
|
54060
54379
|
// returning from await.
|
|
54061
54380
|
result = $async$result;
|
|
@@ -56920,7 +57239,9 @@ self.fs = require("fs");
|
|
|
56920
57239
|
return C.C_SassNull0;
|
|
56921
57240
|
},
|
|
56922
57241
|
visitNumberExpression$1: function(node) {
|
|
56923
|
-
|
|
57242
|
+
var t1 = node.value,
|
|
57243
|
+
t2 = node.unit;
|
|
57244
|
+
return t2 == null ? new N.UnitlessSassNumber(t1, null) : new L.SingleUnitSassNumber(t2, t1, null);
|
|
56924
57245
|
},
|
|
56925
57246
|
visitParenthesizedExpression$1: function(node) {
|
|
56926
57247
|
return node.expression.accept$1(this);
|
|
@@ -57947,7 +58268,7 @@ self.fs = require("fs");
|
|
|
57947
58268
|
call$0: function() {
|
|
57948
58269
|
return H.setRuntimeTypeInfo([], type$.JSArray_legacy_Extender);
|
|
57949
58270
|
},
|
|
57950
|
-
$signature:
|
|
58271
|
+
$signature: 210
|
|
57951
58272
|
};
|
|
57952
58273
|
R._EvaluateVisitor__topologicalModules_visitModule.prototype = {
|
|
57953
58274
|
call$1: function(module) {
|
|
@@ -58149,28 +58470,21 @@ self.fs = require("fs");
|
|
|
58149
58470
|
R._EvaluateVisitor_visitForRule_closure2.prototype = {
|
|
58150
58471
|
call$0: function() {
|
|
58151
58472
|
var t1 = this.fromNumber;
|
|
58152
|
-
return this.toNumber.coerce$2(t1.numeratorUnits, t1.denominatorUnits).assertInt$0();
|
|
58473
|
+
return this.toNumber.coerce$2(t1.get$numeratorUnits(), t1.get$denominatorUnits()).assertInt$0();
|
|
58153
58474
|
},
|
|
58154
58475
|
$signature: 11
|
|
58155
58476
|
};
|
|
58156
58477
|
R._EvaluateVisitor_visitForRule_closure3.prototype = {
|
|
58157
58478
|
call$0: function() {
|
|
58158
|
-
var i, t3, t4, t5, t6, t7, t8,
|
|
58479
|
+
var i, t3, t4, t5, t6, t7, t8, result, _this = this,
|
|
58159
58480
|
t1 = _this.$this,
|
|
58160
58481
|
t2 = _this.node,
|
|
58161
58482
|
nodeWithSpan = t1._expressionNode$1(t2.from);
|
|
58162
|
-
for (i = _this.from, t3 = _this._box_0, t4 = _this.direction, t5 = t2.
|
|
58163
|
-
|
|
58164
|
-
|
|
58165
|
-
|
|
58166
|
-
result =
|
|
58167
|
-
result.fixed$length = Array;
|
|
58168
|
-
result.immutable$list = Array;
|
|
58169
|
-
result0 = P.List_List$from(t10, false, t6);
|
|
58170
|
-
result0.fixed$length = Array;
|
|
58171
|
-
result0.immutable$list = Array;
|
|
58172
|
-
t8.setLocalVariable$3(t2, new T.SassNumber(i, result, result0, null), nodeWithSpan);
|
|
58173
|
-
result = t1._handleReturn$2(t5, new R._EvaluateVisitor_visitForRule__closure(t1));
|
|
58483
|
+
for (i = _this.from, t3 = _this._box_0, t4 = _this.direction, t5 = t2.variable, t6 = _this.fromNumber, t2 = t2.children; i !== t3.to; i += t4) {
|
|
58484
|
+
t7 = t1._evaluate$_environment;
|
|
58485
|
+
t8 = t6.get$numeratorUnits();
|
|
58486
|
+
t7.setLocalVariable$3(t5, T.SassNumber_SassNumber$withUnits(i, t6.get$denominatorUnits(), t8), nodeWithSpan);
|
|
58487
|
+
result = t1._handleReturn$2(t2, new R._EvaluateVisitor_visitForRule__closure(t1));
|
|
58174
58488
|
if (result != null)
|
|
58175
58489
|
return result;
|
|
58176
58490
|
}
|
|
@@ -59549,7 +59863,7 @@ self.fs = require("fs");
|
|
|
59549
59863
|
this._serialize$_buffer.writeCharCode$1(41);
|
|
59550
59864
|
},
|
|
59551
59865
|
visitNumber$1: function(value) {
|
|
59552
|
-
var
|
|
59866
|
+
var _this = this,
|
|
59553
59867
|
t1 = value.asSlash;
|
|
59554
59868
|
if (t1 != null) {
|
|
59555
59869
|
_this.visitNumber$1(t1.item1);
|
|
@@ -59559,12 +59873,10 @@ self.fs = require("fs");
|
|
|
59559
59873
|
}
|
|
59560
59874
|
_this._writeNumber$1(value.value);
|
|
59561
59875
|
if (!_this._serialize$_inspect) {
|
|
59562
|
-
|
|
59563
|
-
t2 = t1.length;
|
|
59564
|
-
if (t2 > 1 || value.denominatorUnits.length !== 0)
|
|
59876
|
+
if (J.get$length$asx(value.get$numeratorUnits()) > 1 || value.get$denominatorUnits().length !== 0)
|
|
59565
59877
|
throw H.wrapException(E.SassScriptException$(value.toString$0(0) + " isn't a valid CSS value."));
|
|
59566
|
-
if (
|
|
59567
|
-
_this._serialize$_buffer.write$1(0,
|
|
59878
|
+
if (J.get$isNotEmpty$asx(value.get$numeratorUnits()))
|
|
59879
|
+
_this._serialize$_buffer.write$1(0, J.get$first$ax(value.get$numeratorUnits()));
|
|
59568
59880
|
} else
|
|
59569
59881
|
_this._serialize$_buffer.write$1(0, value.get$unitString());
|
|
59570
59882
|
},
|
|
@@ -65478,7 +65790,7 @@ self.fs = require("fs");
|
|
|
65478
65790
|
visitNumberExpression$body$_EvaluateVisitor0: function(node) {
|
|
65479
65791
|
var $async$goto = 0,
|
|
65480
65792
|
$async$completer = P._makeAsyncAwaitCompleter(type$.legacy_SassNumber_2),
|
|
65481
|
-
$async$returnValue;
|
|
65793
|
+
$async$returnValue, t1, t2;
|
|
65482
65794
|
var $async$visitNumberExpression$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
65483
65795
|
if ($async$errorCode === 1)
|
|
65484
65796
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -65486,7 +65798,9 @@ self.fs = require("fs");
|
|
|
65486
65798
|
switch ($async$goto) {
|
|
65487
65799
|
case 0:
|
|
65488
65800
|
// Function start
|
|
65489
|
-
|
|
65801
|
+
t1 = node.value;
|
|
65802
|
+
t2 = node.unit;
|
|
65803
|
+
$async$returnValue = t2 == null ? new N.UnitlessSassNumber0(t1, null) : new L.SingleUnitSassNumber0(t2, t1, null);
|
|
65490
65804
|
// goto return
|
|
65491
65805
|
$async$goto = 1;
|
|
65492
65806
|
break;
|
|
@@ -68230,7 +68544,7 @@ self.fs = require("fs");
|
|
|
68230
68544
|
E._EvaluateVisitor_visitForRule_closure17.prototype = {
|
|
68231
68545
|
call$0: function() {
|
|
68232
68546
|
var t1 = this.fromNumber;
|
|
68233
|
-
return this.toNumber.coerce$2(t1.numeratorUnits, t1.denominatorUnits).assertInt$0();
|
|
68547
|
+
return this.toNumber.coerce$2(t1.get$numeratorUnits(), t1.get$denominatorUnits()).assertInt$0();
|
|
68234
68548
|
},
|
|
68235
68549
|
$signature: 11
|
|
68236
68550
|
};
|
|
@@ -68238,7 +68552,7 @@ self.fs = require("fs");
|
|
|
68238
68552
|
call$0: function() {
|
|
68239
68553
|
var $async$goto = 0,
|
|
68240
68554
|
$async$completer = P._makeAsyncAwaitCompleter(type$.legacy_Value_2),
|
|
68241
|
-
$async$returnValue, $async$self = this, i, t3, t4, t5, t6, t7, t8,
|
|
68555
|
+
$async$returnValue, $async$self = this, i, t3, t4, t5, t6, t7, t8, result, t1, t2, nodeWithSpan;
|
|
68242
68556
|
var $async$call$0 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
68243
68557
|
if ($async$errorCode === 1)
|
|
68244
68558
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -68249,7 +68563,7 @@ self.fs = require("fs");
|
|
|
68249
68563
|
t1 = $async$self.$this;
|
|
68250
68564
|
t2 = $async$self.node;
|
|
68251
68565
|
nodeWithSpan = t1._async_evaluate0$_expressionNode$1(t2.from);
|
|
68252
|
-
i = $async$self.from, t3 = $async$self._box_0, t4 = $async$self.direction, t5 = t2.
|
|
68566
|
+
i = $async$self.from, t3 = $async$self._box_0, t4 = $async$self.direction, t5 = t2.variable, t6 = $async$self.fromNumber, t2 = t2.children;
|
|
68253
68567
|
case 3:
|
|
68254
68568
|
// for condition
|
|
68255
68569
|
if (!(i !== t3.to)) {
|
|
@@ -68257,18 +68571,11 @@ self.fs = require("fs");
|
|
|
68257
68571
|
$async$goto = 5;
|
|
68258
68572
|
break;
|
|
68259
68573
|
}
|
|
68260
|
-
|
|
68261
|
-
|
|
68262
|
-
|
|
68263
|
-
result = P.List_List$from(t9, false, t6);
|
|
68264
|
-
result.fixed$length = Array;
|
|
68265
|
-
result.immutable$list = Array;
|
|
68266
|
-
result0 = P.List_List$from(t10, false, t6);
|
|
68267
|
-
result0.fixed$length = Array;
|
|
68268
|
-
result0.immutable$list = Array;
|
|
68269
|
-
t8.setLocalVariable$3(t2, new T.SassNumber0(i, result, result0, null), nodeWithSpan);
|
|
68574
|
+
t7 = t1._async_evaluate0$_environment;
|
|
68575
|
+
t8 = t6.get$numeratorUnits();
|
|
68576
|
+
t7.setLocalVariable$3(t5, T.SassNumber_SassNumber$withUnits0(i, t6.get$denominatorUnits(), t8), nodeWithSpan);
|
|
68270
68577
|
$async$goto = 6;
|
|
68271
|
-
return P._asyncAwait(t1._async_evaluate0$_handleReturn$2(
|
|
68578
|
+
return P._asyncAwait(t1._async_evaluate0$_handleReturn$2(t2, new E._EvaluateVisitor_visitForRule__closure2(t1)), $async$call$0);
|
|
68272
68579
|
case 6:
|
|
68273
68580
|
// returning from await.
|
|
68274
68581
|
result = $async$result;
|
|
@@ -71153,10 +71460,12 @@ self.fs = require("fs");
|
|
|
71153
71460
|
};
|
|
71154
71461
|
K.closure183.prototype = {
|
|
71155
71462
|
call$1: function($arguments) {
|
|
71156
|
-
var
|
|
71463
|
+
var color,
|
|
71464
|
+
argument = J.$index$asx($arguments, 0);
|
|
71157
71465
|
if (argument instanceof D.SassString0 && !argument.hasQuotes && J.contains$1$asx(argument.text, $.$get$_microsoftFilterStart0()))
|
|
71158
71466
|
return K._functionString0("alpha", $arguments);
|
|
71159
|
-
|
|
71467
|
+
color = argument.assertColor$1("color");
|
|
71468
|
+
return new N.UnitlessSassNumber0(color.alpha, null);
|
|
71160
71469
|
},
|
|
71161
71470
|
$signature: 3
|
|
71162
71471
|
};
|
|
@@ -71182,10 +71491,12 @@ self.fs = require("fs");
|
|
|
71182
71491
|
};
|
|
71183
71492
|
K.closure185.prototype = {
|
|
71184
71493
|
call$1: function($arguments) {
|
|
71185
|
-
var
|
|
71494
|
+
var color,
|
|
71495
|
+
t1 = J.getInterceptor$asx($arguments);
|
|
71186
71496
|
if (t1.$index($arguments, 0) instanceof T.SassNumber0)
|
|
71187
71497
|
return K._functionString0("opacity", $arguments);
|
|
71188
|
-
|
|
71498
|
+
color = t1.$index($arguments, 0).assertColor$1("color");
|
|
71499
|
+
return new N.UnitlessSassNumber0(color.alpha, null);
|
|
71189
71500
|
},
|
|
71190
71501
|
$signature: 3
|
|
71191
71502
|
};
|
|
@@ -71239,26 +71550,29 @@ self.fs = require("fs");
|
|
|
71239
71550
|
};
|
|
71240
71551
|
K.closure218.prototype = {
|
|
71241
71552
|
call$1: function($arguments) {
|
|
71242
|
-
|
|
71553
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$whiteness();
|
|
71554
|
+
return new L.SingleUnitSassNumber0("%", t1, null);
|
|
71243
71555
|
},
|
|
71244
71556
|
$signature: 10
|
|
71245
71557
|
};
|
|
71246
71558
|
K.closure219.prototype = {
|
|
71247
71559
|
call$1: function($arguments) {
|
|
71248
|
-
|
|
71560
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$blackness();
|
|
71561
|
+
return new L.SingleUnitSassNumber0("%", t1, null);
|
|
71249
71562
|
},
|
|
71250
71563
|
$signature: 10
|
|
71251
71564
|
};
|
|
71252
71565
|
K.closure220.prototype = {
|
|
71253
71566
|
call$1: function($arguments) {
|
|
71254
|
-
var result,
|
|
71567
|
+
var result, color,
|
|
71255
71568
|
argument = J.$index$asx($arguments, 0);
|
|
71256
71569
|
if (argument instanceof D.SassString0 && !argument.hasQuotes && J.contains$1$asx(argument.text, $.$get$_microsoftFilterStart0())) {
|
|
71257
71570
|
result = K._functionString0("alpha", $arguments);
|
|
71258
71571
|
N.warn0(string$.Using_ + result.toString$0(0), true);
|
|
71259
71572
|
return result;
|
|
71260
71573
|
}
|
|
71261
|
-
|
|
71574
|
+
color = argument.assertColor$1("color");
|
|
71575
|
+
return new N.UnitlessSassNumber0(color.alpha, null);
|
|
71262
71576
|
},
|
|
71263
71577
|
$signature: 3
|
|
71264
71578
|
};
|
|
@@ -71283,32 +71597,36 @@ self.fs = require("fs");
|
|
|
71283
71597
|
};
|
|
71284
71598
|
K.closure222.prototype = {
|
|
71285
71599
|
call$1: function($arguments) {
|
|
71286
|
-
var result,
|
|
71600
|
+
var result, color,
|
|
71287
71601
|
t1 = J.getInterceptor$asx($arguments);
|
|
71288
71602
|
if (t1.$index($arguments, 0) instanceof T.SassNumber0) {
|
|
71289
71603
|
result = K._functionString0("opacity", $arguments);
|
|
71290
71604
|
N.warn0("Passing a number (" + H.S(t1.$index($arguments, 0)) + string$.x20to_co + result.toString$0(0), true);
|
|
71291
71605
|
return result;
|
|
71292
71606
|
}
|
|
71293
|
-
|
|
71607
|
+
color = t1.$index($arguments, 0).assertColor$1("color");
|
|
71608
|
+
return new N.UnitlessSassNumber0(color.alpha, null);
|
|
71294
71609
|
},
|
|
71295
71610
|
$signature: 3
|
|
71296
71611
|
};
|
|
71297
71612
|
K.closure197.prototype = {
|
|
71298
71613
|
call$1: function($arguments) {
|
|
71299
|
-
|
|
71614
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$red();
|
|
71615
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
71300
71616
|
},
|
|
71301
71617
|
$signature: 10
|
|
71302
71618
|
};
|
|
71303
71619
|
K.closure196.prototype = {
|
|
71304
71620
|
call$1: function($arguments) {
|
|
71305
|
-
|
|
71621
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$green();
|
|
71622
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
71306
71623
|
},
|
|
71307
71624
|
$signature: 10
|
|
71308
71625
|
};
|
|
71309
71626
|
K.closure195.prototype = {
|
|
71310
71627
|
call$1: function($arguments) {
|
|
71311
|
-
|
|
71628
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$blue();
|
|
71629
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
71312
71630
|
},
|
|
71313
71631
|
$signature: 10
|
|
71314
71632
|
};
|
|
@@ -71321,19 +71639,22 @@ self.fs = require("fs");
|
|
|
71321
71639
|
};
|
|
71322
71640
|
K.closure193.prototype = {
|
|
71323
71641
|
call$1: function($arguments) {
|
|
71324
|
-
|
|
71642
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$hue();
|
|
71643
|
+
return new L.SingleUnitSassNumber0("deg", t1, null);
|
|
71325
71644
|
},
|
|
71326
71645
|
$signature: 10
|
|
71327
71646
|
};
|
|
71328
71647
|
K.closure192.prototype = {
|
|
71329
71648
|
call$1: function($arguments) {
|
|
71330
|
-
|
|
71649
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$saturation();
|
|
71650
|
+
return new L.SingleUnitSassNumber0("%", t1, null);
|
|
71331
71651
|
},
|
|
71332
71652
|
$signature: 10
|
|
71333
71653
|
};
|
|
71334
71654
|
K.closure191.prototype = {
|
|
71335
71655
|
call$1: function($arguments) {
|
|
71336
|
-
|
|
71656
|
+
var t1 = J.get$first$ax($arguments).assertColor$1("color").get$lightness();
|
|
71657
|
+
return new L.SingleUnitSassNumber0("%", t1, null);
|
|
71337
71658
|
},
|
|
71338
71659
|
$signature: 10
|
|
71339
71660
|
};
|
|
@@ -71770,6 +72091,29 @@ self.fs = require("fs");
|
|
|
71770
72091
|
},
|
|
71771
72092
|
$signature: 4
|
|
71772
72093
|
};
|
|
72094
|
+
S.ComplexSassNumber0.prototype = {
|
|
72095
|
+
get$hasUnits: function() {
|
|
72096
|
+
return true;
|
|
72097
|
+
},
|
|
72098
|
+
hasUnit$1: function(unit) {
|
|
72099
|
+
return false;
|
|
72100
|
+
},
|
|
72101
|
+
compatibleWithUnit$1: function(unit) {
|
|
72102
|
+
return false;
|
|
72103
|
+
},
|
|
72104
|
+
withValue$1: function(value) {
|
|
72105
|
+
return new S.ComplexSassNumber0(this.numeratorUnits, this.denominatorUnits, value, null);
|
|
72106
|
+
},
|
|
72107
|
+
withSlash$2: function(numerator, denominator) {
|
|
72108
|
+
return new S.ComplexSassNumber0(this.numeratorUnits, this.denominatorUnits, this.value, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber_2));
|
|
72109
|
+
},
|
|
72110
|
+
get$numeratorUnits: function() {
|
|
72111
|
+
return this.numeratorUnits;
|
|
72112
|
+
},
|
|
72113
|
+
get$denominatorUnits: function() {
|
|
72114
|
+
return this.denominatorUnits;
|
|
72115
|
+
}
|
|
72116
|
+
};
|
|
71773
72117
|
S.ComplexSelector0.prototype = {
|
|
71774
72118
|
get$minSpecificity: function() {
|
|
71775
72119
|
if (this._complex0$_minSpecificity == null)
|
|
@@ -73691,7 +74035,9 @@ self.fs = require("fs");
|
|
|
73691
74035
|
return C.C_SassNull;
|
|
73692
74036
|
},
|
|
73693
74037
|
visitNumberExpression$1: function(node) {
|
|
73694
|
-
|
|
74038
|
+
var t1 = node.value,
|
|
74039
|
+
t2 = node.unit;
|
|
74040
|
+
return t2 == null ? new N.UnitlessSassNumber0(t1, null) : new L.SingleUnitSassNumber0(t2, t1, null);
|
|
73695
74041
|
},
|
|
73696
74042
|
visitParenthesizedExpression$1: function(node) {
|
|
73697
74043
|
return node.expression.accept$1(this);
|
|
@@ -74898,28 +75244,21 @@ self.fs = require("fs");
|
|
|
74898
75244
|
R._EvaluateVisitor_visitForRule_closure12.prototype = {
|
|
74899
75245
|
call$0: function() {
|
|
74900
75246
|
var t1 = this.fromNumber;
|
|
74901
|
-
return this.toNumber.coerce$2(t1.numeratorUnits, t1.denominatorUnits).assertInt$0();
|
|
75247
|
+
return this.toNumber.coerce$2(t1.get$numeratorUnits(), t1.get$denominatorUnits()).assertInt$0();
|
|
74902
75248
|
},
|
|
74903
75249
|
$signature: 11
|
|
74904
75250
|
};
|
|
74905
75251
|
R._EvaluateVisitor_visitForRule_closure13.prototype = {
|
|
74906
75252
|
call$0: function() {
|
|
74907
|
-
var i, t3, t4, t5, t6, t7, t8,
|
|
75253
|
+
var i, t3, t4, t5, t6, t7, t8, result, _this = this,
|
|
74908
75254
|
t1 = _this.$this,
|
|
74909
75255
|
t2 = _this.node,
|
|
74910
75256
|
nodeWithSpan = t1._evaluate0$_expressionNode$1(t2.from);
|
|
74911
|
-
for (i = _this.from, t3 = _this._box_0, t4 = _this.direction, t5 = t2.
|
|
74912
|
-
|
|
74913
|
-
|
|
74914
|
-
|
|
74915
|
-
result =
|
|
74916
|
-
result.fixed$length = Array;
|
|
74917
|
-
result.immutable$list = Array;
|
|
74918
|
-
result0 = P.List_List$from(t10, false, t6);
|
|
74919
|
-
result0.fixed$length = Array;
|
|
74920
|
-
result0.immutable$list = Array;
|
|
74921
|
-
t8.setLocalVariable$3(t2, new T.SassNumber0(i, result, result0, null), nodeWithSpan);
|
|
74922
|
-
result = t1._evaluate0$_handleReturn$2(t5, new R._EvaluateVisitor_visitForRule__closure1(t1));
|
|
75257
|
+
for (i = _this.from, t3 = _this._box_0, t4 = _this.direction, t5 = t2.variable, t6 = _this.fromNumber, t2 = t2.children; i !== t3.to; i += t4) {
|
|
75258
|
+
t7 = t1._evaluate0$_environment;
|
|
75259
|
+
t8 = t6.get$numeratorUnits();
|
|
75260
|
+
t7.setLocalVariable$3(t5, T.SassNumber_SassNumber$withUnits0(i, t6.get$denominatorUnits(), t8), nodeWithSpan);
|
|
75261
|
+
result = t1._evaluate0$_handleReturn$2(t2, new R._EvaluateVisitor_visitForRule__closure1(t1));
|
|
74923
75262
|
if (result != null)
|
|
74924
75263
|
return result;
|
|
74925
75264
|
}
|
|
@@ -78088,7 +78427,8 @@ self.fs = require("fs");
|
|
|
78088
78427
|
};
|
|
78089
78428
|
D.closure158.prototype = {
|
|
78090
78429
|
call$1: function($arguments) {
|
|
78091
|
-
|
|
78430
|
+
var t1 = J.$index$asx($arguments, 0).get$asList().length;
|
|
78431
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
78092
78432
|
},
|
|
78093
78433
|
$signature: 10
|
|
78094
78434
|
};
|
|
@@ -78212,7 +78552,11 @@ self.fs = require("fs");
|
|
|
78212
78552
|
call$1: function($arguments) {
|
|
78213
78553
|
var t1 = J.getInterceptor$asx($arguments),
|
|
78214
78554
|
index = C.JSArray_methods.indexOf$1(t1.$index($arguments, 0).get$asList(), t1.$index($arguments, 1));
|
|
78215
|
-
|
|
78555
|
+
if (index === -1)
|
|
78556
|
+
t1 = C.C_SassNull;
|
|
78557
|
+
else
|
|
78558
|
+
t1 = new N.UnitlessSassNumber0(index + 1, null);
|
|
78559
|
+
return t1;
|
|
78216
78560
|
},
|
|
78217
78561
|
$signature: 3
|
|
78218
78562
|
};
|
|
@@ -78958,7 +79302,7 @@ self.fs = require("fs");
|
|
|
78958
79302
|
};
|
|
78959
79303
|
A._closure31.prototype = {
|
|
78960
79304
|
call$1: function(i) {
|
|
78961
|
-
return
|
|
79305
|
+
return new N.UnitlessSassNumber0(i, null);
|
|
78962
79306
|
},
|
|
78963
79307
|
$signature: 401
|
|
78964
79308
|
};
|
|
@@ -79158,26 +79502,21 @@ self.fs = require("fs");
|
|
|
79158
79502
|
};
|
|
79159
79503
|
K.closure203.prototype = {
|
|
79160
79504
|
call$1: function($arguments) {
|
|
79161
|
-
var subtotal, i,
|
|
79505
|
+
var subtotal, i, i0, value,
|
|
79162
79506
|
t1 = J.$index$asx($arguments, 0).get$asList(),
|
|
79163
79507
|
t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,SassNumber0*>"),
|
|
79164
79508
|
numbers = P.List_List$from(new H.MappedListIterable(t1, new K._closure24(), t2), true, t2._eval$1("ListIterable.E"));
|
|
79165
79509
|
if (numbers.length === 0)
|
|
79166
79510
|
throw H.wrapException(E.SassScriptException$0("At least one argument must be passed."));
|
|
79167
|
-
for (subtotal = 0, i = 0; i < numbers.length;) {
|
|
79168
|
-
|
|
79169
|
-
|
|
79170
|
-
++i;
|
|
79171
|
-
t2 = "numbers[" + i + "]";
|
|
79172
|
-
number.toString;
|
|
79173
|
-
value = number._number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName(t1.numeratorUnits, t1.denominatorUnits, false, t2, t1, "numbers[1]");
|
|
79511
|
+
for (subtotal = 0, i = 0; i < numbers.length; i = i0) {
|
|
79512
|
+
i0 = i + 1;
|
|
79513
|
+
value = numbers[i].convertValueToMatch$3(numbers[0], "numbers[" + i0 + "]", "numbers[1]");
|
|
79174
79514
|
H.checkNum(value);
|
|
79175
79515
|
subtotal += Math.pow(value, 2);
|
|
79176
79516
|
}
|
|
79177
79517
|
t1 = Math.sqrt(subtotal);
|
|
79178
|
-
t2 = numbers[0];
|
|
79179
|
-
|
|
79180
|
-
return T.SassNumber$withUnits0(t1, t2.denominatorUnits, t3);
|
|
79518
|
+
t2 = numbers[0].get$numeratorUnits();
|
|
79519
|
+
return T.SassNumber_SassNumber$withUnits0(t1, numbers[0].get$denominatorUnits(), t2);
|
|
79181
79520
|
},
|
|
79182
79521
|
$signature: 10
|
|
79183
79522
|
};
|
|
@@ -79189,34 +79528,39 @@ self.fs = require("fs");
|
|
|
79189
79528
|
};
|
|
79190
79529
|
K.closure202.prototype = {
|
|
79191
79530
|
call$1: function($arguments) {
|
|
79192
|
-
var numberValue, base, baseValue,
|
|
79531
|
+
var numberValue, base, baseValue, t2,
|
|
79193
79532
|
_s18_ = " to have no units.",
|
|
79194
79533
|
t1 = J.getInterceptor$asx($arguments),
|
|
79195
79534
|
number = t1.$index($arguments, 0).assertNumber$1("number");
|
|
79196
|
-
if (number.
|
|
79535
|
+
if (number.get$hasUnits())
|
|
79197
79536
|
throw H.wrapException(E.SassScriptException$0("$number: Expected " + number.toString$0(0) + _s18_));
|
|
79198
79537
|
numberValue = K._fuzzyRoundIfZero0(number.value);
|
|
79199
|
-
if (J.$eq$(t1.$index($arguments, 1), C.C_SassNull))
|
|
79200
|
-
|
|
79538
|
+
if (J.$eq$(t1.$index($arguments, 1), C.C_SassNull)) {
|
|
79539
|
+
t1 = Math.log(H.checkNum(numberValue));
|
|
79540
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
79541
|
+
}
|
|
79201
79542
|
base = t1.$index($arguments, 1).assertNumber$1("base");
|
|
79202
|
-
if (base.
|
|
79543
|
+
if (base.get$hasUnits())
|
|
79203
79544
|
throw H.wrapException(E.SassScriptException$0("$base: Expected " + base.toString$0(0) + _s18_));
|
|
79204
79545
|
t1 = base.value;
|
|
79205
79546
|
baseValue = Math.abs(t1 - 1) < $.$get$epsilon0() ? T.fuzzyRound0(t1) : K._fuzzyRoundIfZero0(t1);
|
|
79206
|
-
|
|
79547
|
+
t1 = Math.log(H.checkNum(numberValue));
|
|
79548
|
+
t2 = Math.log(H.checkNum(baseValue));
|
|
79549
|
+
return new N.UnitlessSassNumber0(t1 / t2, null);
|
|
79207
79550
|
},
|
|
79208
79551
|
$signature: 10
|
|
79209
79552
|
};
|
|
79210
79553
|
K.closure201.prototype = {
|
|
79211
79554
|
call$1: function($arguments) {
|
|
79212
|
-
var baseValue, exponentValue, t2, t3,
|
|
79555
|
+
var baseValue, exponentValue, t2, t3,
|
|
79213
79556
|
_s18_ = " to have no units.",
|
|
79557
|
+
_null = null,
|
|
79214
79558
|
t1 = J.getInterceptor$asx($arguments),
|
|
79215
79559
|
base = t1.$index($arguments, 0).assertNumber$1("base"),
|
|
79216
79560
|
exponent = t1.$index($arguments, 1).assertNumber$1("exponent");
|
|
79217
|
-
if (base.
|
|
79561
|
+
if (base.get$hasUnits())
|
|
79218
79562
|
throw H.wrapException(E.SassScriptException$0("$base: Expected " + base.toString$0(0) + _s18_));
|
|
79219
|
-
else if (exponent.
|
|
79563
|
+
else if (exponent.get$hasUnits())
|
|
79220
79564
|
throw H.wrapException(E.SassScriptException$0("$exponent: Expected " + exponent.toString$0(0) + _s18_));
|
|
79221
79565
|
baseValue = K._fuzzyRoundIfZero0(base.value);
|
|
79222
79566
|
exponentValue = K._fuzzyRoundIfZero0(exponent.value);
|
|
@@ -79227,7 +79571,7 @@ self.fs = require("fs");
|
|
|
79227
79571
|
} else
|
|
79228
79572
|
t2 = false;
|
|
79229
79573
|
if (t2)
|
|
79230
|
-
return
|
|
79574
|
+
return new N.UnitlessSassNumber0(0 / 0, _null);
|
|
79231
79575
|
else {
|
|
79232
79576
|
t2 = Math.abs(baseValue - 0);
|
|
79233
79577
|
if (t2 < t1) {
|
|
@@ -79273,16 +79617,19 @@ self.fs = require("fs");
|
|
|
79273
79617
|
}
|
|
79274
79618
|
}
|
|
79275
79619
|
H.checkNum(exponentValue);
|
|
79276
|
-
|
|
79620
|
+
t1 = Math.pow(baseValue, exponentValue);
|
|
79621
|
+
return new N.UnitlessSassNumber0(t1, _null);
|
|
79277
79622
|
},
|
|
79278
79623
|
$signature: 10
|
|
79279
79624
|
};
|
|
79280
79625
|
K.closure199.prototype = {
|
|
79281
79626
|
call$1: function($arguments) {
|
|
79282
|
-
var
|
|
79283
|
-
|
|
79627
|
+
var t1,
|
|
79628
|
+
number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
79629
|
+
if (number.get$hasUnits())
|
|
79284
79630
|
throw H.wrapException(E.SassScriptException$0("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
79285
|
-
|
|
79631
|
+
t1 = Math.sqrt(H.checkNum(K._fuzzyRoundIfZero0(number.value)));
|
|
79632
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
79286
79633
|
},
|
|
79287
79634
|
$signature: 10
|
|
79288
79635
|
};
|
|
@@ -79290,12 +79637,12 @@ self.fs = require("fs");
|
|
|
79290
79637
|
call$1: function($arguments) {
|
|
79291
79638
|
var numberValue,
|
|
79292
79639
|
number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
79293
|
-
if (number.
|
|
79640
|
+
if (number.get$hasUnits())
|
|
79294
79641
|
throw H.wrapException(E.SassScriptException$0("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
79295
79642
|
numberValue = number.value;
|
|
79296
79643
|
if (Math.abs(Math.abs(numberValue) - 1) < $.$get$epsilon0())
|
|
79297
79644
|
numberValue = T.fuzzyRound0(numberValue);
|
|
79298
|
-
return T.
|
|
79645
|
+
return T.SassNumber_SassNumber$withUnits0(Math.acos(numberValue) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
79299
79646
|
},
|
|
79300
79647
|
$signature: 10
|
|
79301
79648
|
};
|
|
@@ -79303,19 +79650,19 @@ self.fs = require("fs");
|
|
|
79303
79650
|
call$1: function($arguments) {
|
|
79304
79651
|
var t1,
|
|
79305
79652
|
number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
79306
|
-
if (number.
|
|
79653
|
+
if (number.get$hasUnits())
|
|
79307
79654
|
throw H.wrapException(E.SassScriptException$0("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
79308
79655
|
t1 = number.value;
|
|
79309
|
-
return T.
|
|
79656
|
+
return T.SassNumber_SassNumber$withUnits0(Math.asin(H.checkNum(Math.abs(Math.abs(t1) - 1) < $.$get$epsilon0() ? T.fuzzyRound0(t1) : K._fuzzyRoundIfZero0(t1))) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
79310
79657
|
},
|
|
79311
79658
|
$signature: 10
|
|
79312
79659
|
};
|
|
79313
79660
|
K.closure207.prototype = {
|
|
79314
79661
|
call$1: function($arguments) {
|
|
79315
79662
|
var number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
79316
|
-
if (number.
|
|
79663
|
+
if (number.get$hasUnits())
|
|
79317
79664
|
throw H.wrapException(E.SassScriptException$0("$number: Expected " + number.toString$0(0) + " to have no units."));
|
|
79318
|
-
return T.
|
|
79665
|
+
return T.SassNumber_SassNumber$withUnits0(Math.atan(H.checkNum(K._fuzzyRoundIfZero0(number.value))) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
79319
79666
|
},
|
|
79320
79667
|
$signature: 10
|
|
79321
79668
|
};
|
|
@@ -79324,37 +79671,37 @@ self.fs = require("fs");
|
|
|
79324
79671
|
var t1 = J.getInterceptor$asx($arguments),
|
|
79325
79672
|
y = t1.$index($arguments, 0).assertNumber$1("y"),
|
|
79326
79673
|
xValue = K._fuzzyRoundIfZero0(t1.$index($arguments, 1).assertNumber$1("x").convertValueToMatch$3(y, "x", "y"));
|
|
79327
|
-
return T.
|
|
79674
|
+
return T.SassNumber_SassNumber$withUnits0(Math.atan2(H.checkNum(K._fuzzyRoundIfZero0(y.value)), H.checkNum(xValue)) * 180 / 3.141592653589793, null, H.setRuntimeTypeInfo(["deg"], type$.JSArray_legacy_String));
|
|
79328
79675
|
},
|
|
79329
79676
|
$signature: 10
|
|
79330
79677
|
};
|
|
79331
79678
|
K.closure204.prototype = {
|
|
79332
79679
|
call$1: function($arguments) {
|
|
79333
|
-
var t1 =
|
|
79334
|
-
return
|
|
79680
|
+
var t1 = Math.cos(H.checkNum(J.$index$asx($arguments, 0).assertNumber$1("number").coerceValueToUnit$2("rad", "number")));
|
|
79681
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
79335
79682
|
},
|
|
79336
79683
|
$signature: 10
|
|
79337
79684
|
};
|
|
79338
79685
|
K.closure200.prototype = {
|
|
79339
79686
|
call$1: function($arguments) {
|
|
79340
|
-
var t1 =
|
|
79341
|
-
return
|
|
79687
|
+
var t1 = Math.sin(H.checkNum(K._fuzzyRoundIfZero0(J.$index$asx($arguments, 0).assertNumber$1("number").coerceValueToUnit$2("rad", "number"))));
|
|
79688
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
79342
79689
|
},
|
|
79343
79690
|
$signature: 10
|
|
79344
79691
|
};
|
|
79345
79692
|
K.closure198.prototype = {
|
|
79346
79693
|
call$1: function($arguments) {
|
|
79347
|
-
var
|
|
79348
|
-
t1 =
|
|
79349
|
-
|
|
79350
|
-
t1 = C.JSNumber_methods.$mod(value - 1.5707963267948966, 6.283185307179586);
|
|
79351
|
-
t2 = $.$get$epsilon0();
|
|
79694
|
+
var value = J.$index$asx($arguments, 0).assertNumber$1("number").coerceValueToUnit$2("rad", "number"),
|
|
79695
|
+
t1 = C.JSNumber_methods.$mod(value - 1.5707963267948966, 6.283185307179586),
|
|
79696
|
+
t2 = $.$get$epsilon0();
|
|
79352
79697
|
if (Math.abs(t1 - 0) < t2)
|
|
79353
|
-
return
|
|
79698
|
+
return new N.UnitlessSassNumber0(1 / 0, null);
|
|
79354
79699
|
else if (Math.abs(C.JSNumber_methods.$mod(value + 1.5707963267948966, 6.283185307179586) - 0) < t2)
|
|
79355
|
-
return
|
|
79356
|
-
else
|
|
79357
|
-
|
|
79700
|
+
return new N.UnitlessSassNumber0(-1 / 0, null);
|
|
79701
|
+
else {
|
|
79702
|
+
t1 = Math.tan(H.checkNum(K._fuzzyRoundIfZero0(value)));
|
|
79703
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
79704
|
+
}
|
|
79358
79705
|
},
|
|
79359
79706
|
$signature: 10
|
|
79360
79707
|
};
|
|
@@ -79367,8 +79714,7 @@ self.fs = require("fs");
|
|
|
79367
79714
|
};
|
|
79368
79715
|
K.closure132.prototype = {
|
|
79369
79716
|
call$1: function($arguments) {
|
|
79370
|
-
|
|
79371
|
-
return !(number.numeratorUnits.length !== 0 || number.denominatorUnits.length !== 0) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
79717
|
+
return !J.$index$asx($arguments, 0).assertNumber$1("number").get$hasUnits() ? C.SassBoolean_true : C.SassBoolean_false;
|
|
79372
79718
|
},
|
|
79373
79719
|
$signature: 20
|
|
79374
79720
|
};
|
|
@@ -79382,7 +79728,7 @@ self.fs = require("fs");
|
|
|
79382
79728
|
call$1: function($arguments) {
|
|
79383
79729
|
var number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
79384
79730
|
number.assertNoUnits$1("number");
|
|
79385
|
-
return
|
|
79731
|
+
return new L.SingleUnitSassNumber0("%", number.value * 100, null);
|
|
79386
79732
|
},
|
|
79387
79733
|
$signature: 10
|
|
79388
79734
|
};
|
|
@@ -79390,19 +79736,24 @@ self.fs = require("fs");
|
|
|
79390
79736
|
call$1: function($arguments) {
|
|
79391
79737
|
var limit,
|
|
79392
79738
|
t1 = J.getInterceptor$asx($arguments);
|
|
79393
|
-
if (J.$eq$(t1.$index($arguments, 0), C.C_SassNull))
|
|
79394
|
-
|
|
79739
|
+
if (J.$eq$(t1.$index($arguments, 0), C.C_SassNull)) {
|
|
79740
|
+
t1 = $.$get$_random2().nextDouble$0();
|
|
79741
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
79742
|
+
}
|
|
79395
79743
|
limit = t1.$index($arguments, 0).assertNumber$1("limit").assertInt$1("limit");
|
|
79396
79744
|
if (limit < 1)
|
|
79397
79745
|
throw H.wrapException(E.SassScriptException$0("$limit: Must be greater than 0, was " + limit + "."));
|
|
79398
|
-
|
|
79746
|
+
t1 = $.$get$_random2().nextInt$1(limit);
|
|
79747
|
+
return new N.UnitlessSassNumber0(t1 + 1, null);
|
|
79399
79748
|
},
|
|
79400
79749
|
$signature: 10
|
|
79401
79750
|
};
|
|
79402
79751
|
K._numberFunction_closure0.prototype = {
|
|
79403
79752
|
call$1: function($arguments) {
|
|
79404
|
-
var number = J.$index$asx($arguments, 0).assertNumber$1("number")
|
|
79405
|
-
|
|
79753
|
+
var number = J.$index$asx($arguments, 0).assertNumber$1("number"),
|
|
79754
|
+
t1 = this.transform.call$1(number.value),
|
|
79755
|
+
t2 = number.get$numeratorUnits();
|
|
79756
|
+
return T.SassNumber_SassNumber$withUnits0(t1, number.get$denominatorUnits(), t2);
|
|
79406
79757
|
},
|
|
79407
79758
|
$signature: 10
|
|
79408
79759
|
};
|
|
@@ -80320,8 +80671,8 @@ self.fs = require("fs");
|
|
|
80320
80671
|
T.closure234.prototype = {
|
|
80321
80672
|
call$2: function(thisArg, value) {
|
|
80322
80673
|
var t1 = J.getInterceptor$x(thisArg),
|
|
80323
|
-
t2 = t1.get$dartValue(thisArg).numeratorUnits;
|
|
80324
|
-
t1.set$dartValue(thisArg, T.
|
|
80674
|
+
t2 = t1.get$dartValue(thisArg).get$numeratorUnits();
|
|
80675
|
+
t1.set$dartValue(thisArg, T.SassNumber_SassNumber$withUnits0(value, t1.get$dartValue(thisArg).get$denominatorUnits(), t2));
|
|
80325
80676
|
},
|
|
80326
80677
|
"call*": "call$2",
|
|
80327
80678
|
$requiredArgCount: 2,
|
|
@@ -80330,8 +80681,8 @@ self.fs = require("fs");
|
|
|
80330
80681
|
T.closure235.prototype = {
|
|
80331
80682
|
call$1: function(thisArg) {
|
|
80332
80683
|
var t1 = J.getInterceptor$x(thisArg),
|
|
80333
|
-
t2 =
|
|
80334
|
-
return t2 + (t1.get$dartValue(thisArg).denominatorUnits.length === 0 ? "" : "/") + C.JSArray_methods.join$1(t1.get$dartValue(thisArg).denominatorUnits, "*");
|
|
80684
|
+
t2 = J.join$1$ax(t1.get$dartValue(thisArg).get$numeratorUnits(), "*");
|
|
80685
|
+
return t2 + (t1.get$dartValue(thisArg).get$denominatorUnits().length === 0 ? "" : "/") + C.JSArray_methods.join$1(t1.get$dartValue(thisArg).get$denominatorUnits(), "*");
|
|
80335
80686
|
},
|
|
80336
80687
|
$signature: 147
|
|
80337
80688
|
};
|
|
@@ -80364,9 +80715,8 @@ self.fs = require("fs");
|
|
|
80364
80715
|
};
|
|
80365
80716
|
T.SassNumber0.prototype = {
|
|
80366
80717
|
get$unitString: function() {
|
|
80367
|
-
var _this = this
|
|
80368
|
-
|
|
80369
|
-
return t1.length !== 0 || _this.denominatorUnits.length !== 0 ? _this._number1$_unitString$2(t1, _this.denominatorUnits) : "";
|
|
80718
|
+
var _this = this;
|
|
80719
|
+
return _this.get$hasUnits() ? _this._number1$_unitString$2(_this.get$numeratorUnits(), _this.get$denominatorUnits()) : "";
|
|
80370
80720
|
},
|
|
80371
80721
|
accept$1$1: function(visitor) {
|
|
80372
80722
|
return visitor.visitNumber$1(this);
|
|
@@ -80376,12 +80726,7 @@ self.fs = require("fs");
|
|
|
80376
80726
|
},
|
|
80377
80727
|
withoutSlash$0: function() {
|
|
80378
80728
|
var _this = this;
|
|
80379
|
-
|
|
80380
|
-
return _this;
|
|
80381
|
-
return new T.SassNumber0(_this.value, _this.numeratorUnits, _this.denominatorUnits, null);
|
|
80382
|
-
},
|
|
80383
|
-
withSlash$2: function(numerator, denominator) {
|
|
80384
|
-
return new T.SassNumber0(this.value, this.numeratorUnits, this.denominatorUnits, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber_2));
|
|
80729
|
+
return _this.asSlash == null ? _this : _this.withValue$1(_this.value);
|
|
80385
80730
|
},
|
|
80386
80731
|
assertNumber$1: function($name) {
|
|
80387
80732
|
return this;
|
|
@@ -80406,58 +80751,53 @@ self.fs = require("fs");
|
|
|
80406
80751
|
return result;
|
|
80407
80752
|
throw H.wrapException(_this._number1$_exception$2("Expected " + _this.toString$0(0) + " to be within " + min + _this.get$unitString() + " and " + max + _this.get$unitString() + ".", $name));
|
|
80408
80753
|
},
|
|
80409
|
-
hasUnit$1: function(unit) {
|
|
80410
|
-
var t1 = this.numeratorUnits;
|
|
80411
|
-
return t1.length === 1 && this.denominatorUnits.length === 0 && J.$eq$(C.JSArray_methods.get$first(t1), unit);
|
|
80412
|
-
},
|
|
80413
|
-
compatibleWithUnit$1: function(unit) {
|
|
80414
|
-
var t1, t2;
|
|
80415
|
-
if (this.denominatorUnits.length !== 0)
|
|
80416
|
-
return false;
|
|
80417
|
-
t1 = this.numeratorUnits;
|
|
80418
|
-
t2 = t1.length;
|
|
80419
|
-
if (t2 === 0)
|
|
80420
|
-
return true;
|
|
80421
|
-
return t2 === 1 && this._number1$_conversionFactor$2(C.JSArray_methods.get$first(t1), unit) != null;
|
|
80422
|
-
},
|
|
80423
80754
|
assertUnit$2: function(unit, $name) {
|
|
80424
80755
|
if (this.hasUnit$1(unit))
|
|
80425
80756
|
return;
|
|
80426
80757
|
throw H.wrapException(this._number1$_exception$2("Expected " + this.toString$0(0) + ' to have unit "' + unit + '".', $name));
|
|
80427
80758
|
},
|
|
80428
80759
|
assertNoUnits$1: function($name) {
|
|
80429
|
-
|
|
80430
|
-
if (!(_this.numeratorUnits.length !== 0 || _this.denominatorUnits.length !== 0))
|
|
80760
|
+
if (!this.get$hasUnits())
|
|
80431
80761
|
return;
|
|
80432
|
-
throw H.wrapException(
|
|
80762
|
+
throw H.wrapException(this._number1$_exception$2("Expected " + this.toString$0(0) + " to have no units.", $name));
|
|
80433
80763
|
},
|
|
80434
80764
|
coerceValueToMatch$1: function(other) {
|
|
80435
|
-
return this._number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.numeratorUnits, other.denominatorUnits, true, null, other, null);
|
|
80765
|
+
return this._number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.get$numeratorUnits(), other.get$denominatorUnits(), true, null, other, null);
|
|
80436
80766
|
},
|
|
80437
80767
|
convertValueToMatch$3: function(other, $name, otherName) {
|
|
80438
|
-
return this._number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.numeratorUnits, other.denominatorUnits, false, $name, other, otherName);
|
|
80768
|
+
return this._number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName(other.get$numeratorUnits(), other.get$denominatorUnits(), false, $name, other, otherName);
|
|
80769
|
+
},
|
|
80770
|
+
coerce$3: function(newNumerators, newDenominators, $name) {
|
|
80771
|
+
return T.SassNumber_SassNumber$withUnits0(this.coerceValue$3(newNumerators, newDenominators, $name), newDenominators, newNumerators);
|
|
80439
80772
|
},
|
|
80440
80773
|
coerce$2: function(newNumerators, newDenominators) {
|
|
80441
|
-
return
|
|
80774
|
+
return this.coerce$3(newNumerators, newDenominators, null);
|
|
80775
|
+
},
|
|
80776
|
+
coerceValue$3: function(newNumerators, newDenominators, $name) {
|
|
80777
|
+
return this._number1$_coerceOrConvertValue$4$coerceUnitless$name(newNumerators, newDenominators, true, $name);
|
|
80778
|
+
},
|
|
80779
|
+
coerceValueToUnit$2: function(unit, $name) {
|
|
80780
|
+
var t1 = type$.JSArray_legacy_String;
|
|
80781
|
+
return this.coerceValue$3(H.setRuntimeTypeInfo([unit], t1), H.setRuntimeTypeInfo([], t1), $name);
|
|
80442
80782
|
},
|
|
80443
80783
|
_number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName: function(newNumerators, newDenominators, coerceUnitless, $name, other, otherName) {
|
|
80444
|
-
var otherHasUnits, t2, _compatibilityException, oldNumerators,
|
|
80445
|
-
|
|
80446
|
-
if (C.C_ListEquality.equals$2(0, t1, newNumerators) && C.C_ListEquality.equals$2(0, _this.denominatorUnits, newDenominators))
|
|
80784
|
+
var t1, otherHasUnits, t2, _compatibilityException, oldNumerators, oldDenominators, _i, _this = this, _box_0 = {};
|
|
80785
|
+
if (C.C_ListEquality.equals$2(0, _this.get$numeratorUnits(), newNumerators) && C.C_ListEquality.equals$2(0, _this.get$denominatorUnits(), newDenominators))
|
|
80447
80786
|
return _this.value;
|
|
80448
|
-
|
|
80787
|
+
t1 = J.getInterceptor$asx(newNumerators);
|
|
80788
|
+
otherHasUnits = t1.get$isNotEmpty(newNumerators) || newDenominators.length !== 0;
|
|
80449
80789
|
if (coerceUnitless)
|
|
80450
|
-
t2 = !
|
|
80790
|
+
t2 = !_this.get$hasUnits() || !otherHasUnits;
|
|
80451
80791
|
else
|
|
80452
80792
|
t2 = false;
|
|
80453
80793
|
if (t2)
|
|
80454
80794
|
return _this.value;
|
|
80455
80795
|
_compatibilityException = new T.SassNumber__coerceOrConvertValue__compatibilityException0(_this, other, otherName, otherHasUnits, $name, newNumerators, newDenominators);
|
|
80456
80796
|
_box_0.value = _this.value;
|
|
80457
|
-
oldNumerators =
|
|
80458
|
-
for (t1 =
|
|
80459
|
-
B.removeFirstWhere0(oldNumerators, new T.SassNumber__coerceOrConvertValue_closure3(_box_0, _this,
|
|
80460
|
-
t1 = _this.denominatorUnits;
|
|
80797
|
+
oldNumerators = J.toList$0$ax(_this.get$numeratorUnits());
|
|
80798
|
+
for (t1 = t1.get$iterator(newNumerators); t1.moveNext$0();)
|
|
80799
|
+
B.removeFirstWhere0(oldNumerators, new T.SassNumber__coerceOrConvertValue_closure3(_box_0, _this, t1.get$current(t1)), new T.SassNumber__coerceOrConvertValue_closure4(_compatibilityException));
|
|
80800
|
+
t1 = _this.get$denominatorUnits();
|
|
80461
80801
|
oldDenominators = H.setRuntimeTypeInfo(t1.slice(0), H._arrayInstanceType(t1)._eval$1("JSArray<1>"));
|
|
80462
80802
|
for (t1 = newDenominators.length, _i = 0; _i < newDenominators.length; newDenominators.length === t1 || (0, H.throwConcurrentModificationError)(newDenominators), ++_i)
|
|
80463
80803
|
B.removeFirstWhere0(oldDenominators, new T.SassNumber__coerceOrConvertValue_closure5(_box_0, _this, newDenominators[_i]), new T.SassNumber__coerceOrConvertValue_closure6(_compatibilityException));
|
|
@@ -80469,12 +80809,8 @@ self.fs = require("fs");
|
|
|
80469
80809
|
return this._number1$_coerceOrConvertValue$6$coerceUnitless$name$other$otherName(newNumerators, newDenominators, coerceUnitless, $name, null, null);
|
|
80470
80810
|
},
|
|
80471
80811
|
isComparableTo$1: function(other) {
|
|
80472
|
-
var
|
|
80473
|
-
if (this.
|
|
80474
|
-
t1 = !(other.numeratorUnits.length !== 0 || other.denominatorUnits.length !== 0);
|
|
80475
|
-
else
|
|
80476
|
-
t1 = true;
|
|
80477
|
-
if (t1)
|
|
80812
|
+
var exception;
|
|
80813
|
+
if (!this.get$hasUnits() || !other.get$hasUnits())
|
|
80478
80814
|
return true;
|
|
80479
80815
|
try {
|
|
80480
80816
|
this.greaterThan$1(other);
|
|
@@ -80507,105 +80843,106 @@ self.fs = require("fs");
|
|
|
80507
80843
|
throw H.wrapException(E.SassScriptException$0('Undefined operation "' + this.toString$0(0) + " <= " + H.S(other) + '".'));
|
|
80508
80844
|
},
|
|
80509
80845
|
modulo$1: function(other) {
|
|
80846
|
+
var _this = this;
|
|
80510
80847
|
if (other instanceof T.SassNumber0)
|
|
80511
|
-
return
|
|
80512
|
-
throw H.wrapException(E.SassScriptException$0('Undefined operation "' +
|
|
80848
|
+
return _this.withValue$1(_this._number1$_coerceUnits$2(other, _this.get$moduloLikeSass()));
|
|
80849
|
+
throw H.wrapException(E.SassScriptException$0('Undefined operation "' + _this.toString$0(0) + " % " + H.S(other) + '".'));
|
|
80850
|
+
},
|
|
80851
|
+
moduloLikeSass$2: function(num1, num2) {
|
|
80852
|
+
var t1;
|
|
80853
|
+
if (num2 > 0)
|
|
80854
|
+
return C.JSNumber_methods.$mod(num1, num2);
|
|
80855
|
+
if (num2 === 0)
|
|
80856
|
+
return 0 / 0;
|
|
80857
|
+
t1 = C.JSNumber_methods.$mod(num1, num2);
|
|
80858
|
+
return t1 === 0 ? 0 : t1 + num2;
|
|
80513
80859
|
},
|
|
80514
80860
|
plus$1: function(other) {
|
|
80861
|
+
var _this = this;
|
|
80515
80862
|
if (other instanceof T.SassNumber0)
|
|
80516
|
-
return
|
|
80863
|
+
return _this.withValue$1(_this._number1$_coerceUnits$2(other, new T.SassNumber_plus_closure0()));
|
|
80517
80864
|
if (!(other instanceof K.SassColor0))
|
|
80518
|
-
return
|
|
80519
|
-
throw H.wrapException(E.SassScriptException$0('Undefined operation "' +
|
|
80865
|
+
return _this.super$Value$plus0(other);
|
|
80866
|
+
throw H.wrapException(E.SassScriptException$0('Undefined operation "' + _this.toString$0(0) + " + " + other.toString$0(0) + '".'));
|
|
80520
80867
|
},
|
|
80521
80868
|
minus$1: function(other) {
|
|
80869
|
+
var _this = this;
|
|
80522
80870
|
if (other instanceof T.SassNumber0)
|
|
80523
|
-
return
|
|
80871
|
+
return _this.withValue$1(_this._number1$_coerceUnits$2(other, new T.SassNumber_minus_closure0()));
|
|
80524
80872
|
if (!(other instanceof K.SassColor0))
|
|
80525
|
-
return
|
|
80526
|
-
throw H.wrapException(E.SassScriptException$0('Undefined operation "' +
|
|
80873
|
+
return _this.super$Value$minus0(other);
|
|
80874
|
+
throw H.wrapException(E.SassScriptException$0('Undefined operation "' + _this.toString$0(0) + " - " + other.toString$0(0) + '".'));
|
|
80527
80875
|
},
|
|
80528
80876
|
times$1: function(other) {
|
|
80529
80877
|
var _this = this;
|
|
80530
|
-
if (other instanceof T.SassNumber0)
|
|
80531
|
-
|
|
80878
|
+
if (other instanceof T.SassNumber0) {
|
|
80879
|
+
if (!other.get$hasUnits())
|
|
80880
|
+
return _this.withValue$1(_this.value * other.value);
|
|
80881
|
+
return _this.multiplyUnits$3(_this.value * other.value, other.get$numeratorUnits(), other.get$denominatorUnits());
|
|
80882
|
+
}
|
|
80532
80883
|
throw H.wrapException(E.SassScriptException$0('Undefined operation "' + _this.toString$0(0) + " * " + H.S(other) + '".'));
|
|
80533
80884
|
},
|
|
80534
80885
|
dividedBy$1: function(other) {
|
|
80535
80886
|
var _this = this;
|
|
80536
|
-
if (other instanceof T.SassNumber0)
|
|
80537
|
-
|
|
80887
|
+
if (other instanceof T.SassNumber0) {
|
|
80888
|
+
if (!other.get$hasUnits())
|
|
80889
|
+
return _this.withValue$1(_this.value / other.value);
|
|
80890
|
+
return _this.multiplyUnits$3(_this.value / other.value, other.get$denominatorUnits(), other.get$numeratorUnits());
|
|
80891
|
+
}
|
|
80538
80892
|
return _this.super$Value$dividedBy0(other);
|
|
80539
80893
|
},
|
|
80540
80894
|
unaryPlus$0: function() {
|
|
80541
80895
|
return this;
|
|
80542
80896
|
},
|
|
80543
|
-
unaryMinus$0: function() {
|
|
80544
|
-
return T.SassNumber$withUnits0(-this.value, this.denominatorUnits, this.numeratorUnits);
|
|
80545
|
-
},
|
|
80546
|
-
_number1$_coerceNumber$2: function(other, operation) {
|
|
80547
|
-
var _this = this,
|
|
80548
|
-
result = _this._number1$_coerceUnits$2(other, operation),
|
|
80549
|
-
t1 = _this.numeratorUnits,
|
|
80550
|
-
t2 = t1.length === 0;
|
|
80551
|
-
t1 = !t2 || _this.denominatorUnits.length !== 0 ? t1 : other.numeratorUnits;
|
|
80552
|
-
return T.SassNumber$withUnits0(result, !t2 || _this.denominatorUnits.length !== 0 ? _this.denominatorUnits : other.denominatorUnits, t1);
|
|
80553
|
-
},
|
|
80554
80897
|
_number1$_coerceUnits$1$2: function(other, operation) {
|
|
80555
|
-
var
|
|
80556
|
-
|
|
80557
|
-
|
|
80558
|
-
|
|
80559
|
-
|
|
80560
|
-
|
|
80561
|
-
|
|
80562
|
-
|
|
80563
|
-
|
|
80564
|
-
|
|
80565
|
-
throw exception;
|
|
80566
|
-
}
|
|
80567
|
-
} else {
|
|
80568
|
-
num1 = _this.coerceValueToMatch$1(other);
|
|
80569
|
-
num2 = other.value;
|
|
80898
|
+
var t1, exception;
|
|
80899
|
+
try {
|
|
80900
|
+
t1 = operation.call$2(this.value, other.coerceValueToMatch$1(this));
|
|
80901
|
+
return t1;
|
|
80902
|
+
} catch (exception) {
|
|
80903
|
+
if (H.unwrapException(exception) instanceof E.SassScriptException0) {
|
|
80904
|
+
this.coerceValueToMatch$1(other);
|
|
80905
|
+
throw exception;
|
|
80906
|
+
} else
|
|
80907
|
+
throw exception;
|
|
80570
80908
|
}
|
|
80571
|
-
return operation.call$2(num1, num2);
|
|
80572
80909
|
},
|
|
80573
80910
|
_number1$_coerceUnits$2: function(other, operation) {
|
|
80574
80911
|
return this._number1$_coerceUnits$1$2(other, operation, type$.dynamic);
|
|
80575
80912
|
},
|
|
80576
|
-
|
|
80577
|
-
var
|
|
80913
|
+
multiplyUnits$3: function(value, otherNumerators, otherDenominators) {
|
|
80914
|
+
var newNumerators, mutableOtherDenominators, t1, t2, mutableDenominatorUnits, _this = this, _box_0 = {};
|
|
80578
80915
|
_box_0.value = value;
|
|
80579
|
-
|
|
80580
|
-
|
|
80581
|
-
|
|
80582
|
-
|
|
80583
|
-
|
|
80584
|
-
|
|
80585
|
-
|
|
80586
|
-
|
|
80587
|
-
|
|
80588
|
-
|
|
80589
|
-
return T.SassNumber$withUnits0(value, denominators2, numerators1);
|
|
80916
|
+
if (J.get$isEmpty$asx(_this.get$numeratorUnits())) {
|
|
80917
|
+
if (J.get$isEmpty$asx(otherDenominators) && !_this._number1$_areAnyConvertible$2(_this.get$denominatorUnits(), otherNumerators))
|
|
80918
|
+
return T.SassNumber_SassNumber$withUnits0(value, _this.get$denominatorUnits(), otherNumerators);
|
|
80919
|
+
else if (_this.get$denominatorUnits().length === 0)
|
|
80920
|
+
return T.SassNumber_SassNumber$withUnits0(value, otherDenominators, otherNumerators);
|
|
80921
|
+
} else if (J.get$isEmpty$asx(otherNumerators))
|
|
80922
|
+
if (J.get$isEmpty$asx(otherDenominators))
|
|
80923
|
+
return T.SassNumber_SassNumber$withUnits0(value, otherDenominators, _this.get$numeratorUnits());
|
|
80924
|
+
else if (_this.get$denominatorUnits().length === 0 && !_this._number1$_areAnyConvertible$2(_this.get$numeratorUnits(), otherDenominators))
|
|
80925
|
+
return T.SassNumber_SassNumber$withUnits0(value, otherDenominators, _this.get$numeratorUnits());
|
|
80590
80926
|
newNumerators = H.setRuntimeTypeInfo([], type$.JSArray_legacy_String);
|
|
80591
|
-
|
|
80592
|
-
for (
|
|
80593
|
-
|
|
80594
|
-
B.removeFirstWhere0(
|
|
80927
|
+
mutableOtherDenominators = J.toList$0$ax(otherDenominators);
|
|
80928
|
+
for (t1 = J.get$iterator$ax(_this.get$numeratorUnits()); t1.moveNext$0();) {
|
|
80929
|
+
t2 = t1.get$current(t1);
|
|
80930
|
+
B.removeFirstWhere0(mutableOtherDenominators, new T.SassNumber_multiplyUnits_closure3(_box_0, _this, t2), new T.SassNumber_multiplyUnits_closure4(newNumerators, t2));
|
|
80595
80931
|
}
|
|
80596
|
-
|
|
80597
|
-
|
|
80598
|
-
|
|
80599
|
-
|
|
80932
|
+
t1 = _this.get$denominatorUnits();
|
|
80933
|
+
mutableDenominatorUnits = H.setRuntimeTypeInfo(t1.slice(0), H._arrayInstanceType(t1)._eval$1("JSArray<1>"));
|
|
80934
|
+
for (t1 = J.get$iterator$ax(otherNumerators); t1.moveNext$0();) {
|
|
80935
|
+
t2 = t1.get$current(t1);
|
|
80936
|
+
B.removeFirstWhere0(mutableDenominatorUnits, new T.SassNumber_multiplyUnits_closure5(_box_0, _this, t2), new T.SassNumber_multiplyUnits_closure6(newNumerators, t2));
|
|
80600
80937
|
}
|
|
80601
80938
|
t1 = _box_0.value;
|
|
80602
|
-
C.JSArray_methods.addAll$1(
|
|
80603
|
-
return T.
|
|
80939
|
+
C.JSArray_methods.addAll$1(mutableDenominatorUnits, mutableOtherDenominators);
|
|
80940
|
+
return T.SassNumber_SassNumber$withUnits0(t1, mutableDenominatorUnits, newNumerators);
|
|
80604
80941
|
},
|
|
80605
80942
|
_number1$_areAnyConvertible$2: function(units1, units2) {
|
|
80606
|
-
return
|
|
80943
|
+
return J.any$1$ax(units1, new T.SassNumber__areAnyConvertible_closure0(this, units2));
|
|
80607
80944
|
},
|
|
80608
|
-
|
|
80945
|
+
conversionFactor$2: function(unit1, unit2) {
|
|
80609
80946
|
var innerMap;
|
|
80610
80947
|
if (unit1 == unit2)
|
|
80611
80948
|
return 1;
|
|
@@ -80615,8 +80952,8 @@ self.fs = require("fs");
|
|
|
80615
80952
|
return innerMap.$index(0, unit2);
|
|
80616
80953
|
},
|
|
80617
80954
|
_number1$_unitString$2: function(numerators, denominators) {
|
|
80618
|
-
var t1;
|
|
80619
|
-
if (numerators
|
|
80955
|
+
var t1 = J.getInterceptor$asx(numerators);
|
|
80956
|
+
if (t1.get$isEmpty(numerators)) {
|
|
80620
80957
|
t1 = denominators.length;
|
|
80621
80958
|
if (t1 === 0)
|
|
80622
80959
|
return "no units";
|
|
@@ -80625,39 +80962,35 @@ self.fs = require("fs");
|
|
|
80625
80962
|
return "(" + C.JSArray_methods.join$1(denominators, "*") + ")^-1";
|
|
80626
80963
|
}
|
|
80627
80964
|
if (denominators.length === 0)
|
|
80628
|
-
return
|
|
80629
|
-
return
|
|
80965
|
+
return t1.join$1(numerators, "*");
|
|
80966
|
+
return t1.join$1(numerators, "*") + "/" + C.JSArray_methods.join$1(denominators, "*");
|
|
80630
80967
|
},
|
|
80631
80968
|
$eq: function(_, other) {
|
|
80632
|
-
var
|
|
80969
|
+
var _this = this;
|
|
80633
80970
|
if (other == null)
|
|
80634
80971
|
return false;
|
|
80635
80972
|
if (other instanceof T.SassNumber0) {
|
|
80636
|
-
|
|
80637
|
-
t2 = t1.length;
|
|
80638
|
-
t3 = other.numeratorUnits;
|
|
80639
|
-
if (t2 !== t3.length || _this.denominatorUnits.length !== other.denominatorUnits.length)
|
|
80973
|
+
if (J.get$length$asx(_this.get$numeratorUnits()) !== J.get$length$asx(other.get$numeratorUnits()) || _this.get$denominatorUnits().length !== other.get$denominatorUnits().length)
|
|
80640
80974
|
return false;
|
|
80641
|
-
if (!
|
|
80975
|
+
if (!_this.get$hasUnits())
|
|
80642
80976
|
return Math.abs(_this.value - other.value) < $.$get$epsilon0();
|
|
80643
|
-
if (!C.C_ListEquality.equals$2(0, _this._number1$_canonicalizeUnitList$1(
|
|
80977
|
+
if (!C.C_ListEquality.equals$2(0, _this._number1$_canonicalizeUnitList$1(_this.get$numeratorUnits()), _this._number1$_canonicalizeUnitList$1(other.get$numeratorUnits())) || !C.C_ListEquality.equals$2(0, _this._number1$_canonicalizeUnitList$1(_this.get$denominatorUnits()), _this._number1$_canonicalizeUnitList$1(other.get$denominatorUnits())))
|
|
80644
80978
|
return false;
|
|
80645
|
-
return Math.abs(_this.value * _this._number1$_canonicalMultiplier$1(
|
|
80979
|
+
return Math.abs(_this.value * _this._number1$_canonicalMultiplier$1(_this.get$numeratorUnits()) / _this._number1$_canonicalMultiplier$1(_this.get$denominatorUnits()) - other.value * _this._number1$_canonicalMultiplier$1(other.get$numeratorUnits()) / _this._number1$_canonicalMultiplier$1(other.get$denominatorUnits())) < $.$get$epsilon0();
|
|
80646
80980
|
} else
|
|
80647
80981
|
return false;
|
|
80648
80982
|
},
|
|
80649
80983
|
get$hashCode: function(_) {
|
|
80650
|
-
var _this = this
|
|
80651
|
-
|
|
80652
|
-
return t1 == 1 / 0 || t1 == -1 / 0 || isNaN(t1) ? C.JSDouble_methods.get$hashCode(t1) : C.JSInt_methods.get$hashCode(C.JSDouble_methods.round$0(t1 * $.$get$_inverseEpsilon0()));
|
|
80984
|
+
var _this = this;
|
|
80985
|
+
return T.fuzzyHashCode0(_this.value * _this._number1$_canonicalMultiplier$1(_this.get$numeratorUnits()) / _this._number1$_canonicalMultiplier$1(_this.get$denominatorUnits()));
|
|
80653
80986
|
},
|
|
80654
80987
|
_number1$_canonicalizeUnitList$1: function(units) {
|
|
80655
80988
|
var type,
|
|
80656
|
-
t1 = units
|
|
80657
|
-
if (t1
|
|
80989
|
+
t1 = J.getInterceptor$asx(units);
|
|
80990
|
+
if (t1.get$isEmpty(units))
|
|
80658
80991
|
return units;
|
|
80659
|
-
if (t1 === 1) {
|
|
80660
|
-
type = $.$get$_typesByUnit0().$index(0,
|
|
80992
|
+
if (t1.get$length(units) === 1) {
|
|
80993
|
+
type = $.$get$_typesByUnit0().$index(0, t1.get$first(units));
|
|
80661
80994
|
if (type == null)
|
|
80662
80995
|
t1 = units;
|
|
80663
80996
|
else {
|
|
@@ -80666,13 +80999,24 @@ self.fs = require("fs");
|
|
|
80666
80999
|
}
|
|
80667
81000
|
return t1;
|
|
80668
81001
|
}
|
|
80669
|
-
t1 =
|
|
80670
|
-
t1 = P.List_List$from(
|
|
81002
|
+
t1 = t1.map$1$1(units, new T.SassNumber__canonicalizeUnitList_closure0(), type$.legacy_String);
|
|
81003
|
+
t1 = P.List_List$from(t1, true, t1.$ti._eval$1("ListIterable.E"));
|
|
80671
81004
|
C.JSArray_methods.sort$0(t1);
|
|
80672
81005
|
return t1;
|
|
80673
81006
|
},
|
|
80674
81007
|
_number1$_canonicalMultiplier$1: function(units) {
|
|
80675
|
-
return
|
|
81008
|
+
return J.fold$2$ax(units, 1, new T.SassNumber__canonicalMultiplier_closure0(this));
|
|
81009
|
+
},
|
|
81010
|
+
canonicalMultiplierForUnit$1: function(unit) {
|
|
81011
|
+
var t1,
|
|
81012
|
+
innerMap = C.Map_K2BWj.$index(0, unit);
|
|
81013
|
+
if (innerMap == null)
|
|
81014
|
+
t1 = 1;
|
|
81015
|
+
else {
|
|
81016
|
+
t1 = innerMap.get$values(innerMap);
|
|
81017
|
+
t1 = 1 / t1.get$first(t1);
|
|
81018
|
+
}
|
|
81019
|
+
return t1;
|
|
80676
81020
|
},
|
|
80677
81021
|
_number1$_exception$2: function(message, $name) {
|
|
80678
81022
|
return new E.SassScriptException0($name == null ? message : "$" + $name + ": " + message);
|
|
@@ -80691,7 +81035,7 @@ self.fs = require("fs");
|
|
|
80691
81035
|
t3 = message._contents = t3 + (" $" + t4 + ":");
|
|
80692
81036
|
t1 = t3 + (" " + t1.toString$0(0) + " have incompatible units");
|
|
80693
81037
|
message._contents = t1;
|
|
80694
|
-
if (!
|
|
81038
|
+
if (!t2.get$hasUnits() || !_this.otherHasUnits)
|
|
80695
81039
|
message._contents = t1 + " (one has units and the other doesn't)";
|
|
80696
81040
|
t1 = message.toString$0(0) + ".";
|
|
80697
81041
|
t2 = _this.name;
|
|
@@ -80702,8 +81046,9 @@ self.fs = require("fs");
|
|
|
80702
81046
|
return new E.SassScriptException0(t2 == null ? t1 : "$" + t2 + ": " + t1);
|
|
80703
81047
|
} else {
|
|
80704
81048
|
t1 = _this.newNumerators;
|
|
80705
|
-
|
|
80706
|
-
|
|
81049
|
+
t2 = J.getInterceptor$asx(t1);
|
|
81050
|
+
if (t2.get$length(t1) === 1 && _this.newDenominators.length === 0) {
|
|
81051
|
+
type = $.$get$_typesByUnit0().$index(0, t2.get$first(t1));
|
|
80707
81052
|
if (type != null) {
|
|
80708
81053
|
t1 = "Expected " + _this.$this.toString$0(0) + " to have ";
|
|
80709
81054
|
t1 = t1 + (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([97, 101, 105, 111, 117], type$.JSArray_legacy_int), C.JSString_methods._codeUnitAt$1(type, 0)) ? "an " + type : "a " + type) + " unit (";
|
|
@@ -80713,12 +81058,12 @@ self.fs = require("fs");
|
|
|
80713
81058
|
return new E.SassScriptException0(t1 == null ? t2 : "$" + t1 + ": " + t2);
|
|
80714
81059
|
}
|
|
80715
81060
|
}
|
|
80716
|
-
|
|
80717
|
-
unit = B.pluralize0("unit",
|
|
80718
|
-
|
|
80719
|
-
|
|
81061
|
+
t3 = _this.newDenominators;
|
|
81062
|
+
unit = B.pluralize0("unit", t2.get$length(t1) + t3.length, null);
|
|
81063
|
+
t2 = _this.$this;
|
|
81064
|
+
t3 = "Expected " + t2.toString$0(0) + " to have " + unit + " " + t2._number1$_unitString$2(t1, t3) + ".";
|
|
80720
81065
|
t1 = _this.name;
|
|
80721
|
-
return new E.SassScriptException0(t1 == null ?
|
|
81066
|
+
return new E.SassScriptException0(t1 == null ? t3 : "$" + t1 + ": " + t3);
|
|
80722
81067
|
}
|
|
80723
81068
|
},
|
|
80724
81069
|
$signature: 420
|
|
@@ -80726,7 +81071,7 @@ self.fs = require("fs");
|
|
|
80726
81071
|
T.SassNumber__coerceOrConvertValue_closure3.prototype = {
|
|
80727
81072
|
call$1: function(oldNumerator) {
|
|
80728
81073
|
var t1,
|
|
80729
|
-
factor = this.$this.
|
|
81074
|
+
factor = this.$this.conversionFactor$2(this.newNumerator, oldNumerator);
|
|
80730
81075
|
if (factor == null)
|
|
80731
81076
|
return false;
|
|
80732
81077
|
t1 = this._box_0;
|
|
@@ -80744,7 +81089,7 @@ self.fs = require("fs");
|
|
|
80744
81089
|
T.SassNumber__coerceOrConvertValue_closure5.prototype = {
|
|
80745
81090
|
call$1: function(oldDenominator) {
|
|
80746
81091
|
var t1,
|
|
80747
|
-
factor = this.$this.
|
|
81092
|
+
factor = this.$this.conversionFactor$2(this.newDenominator, oldDenominator);
|
|
80748
81093
|
if (factor == null)
|
|
80749
81094
|
return false;
|
|
80750
81095
|
t1 = this._box_0;
|
|
@@ -80759,18 +81104,6 @@ self.fs = require("fs");
|
|
|
80759
81104
|
},
|
|
80760
81105
|
$signature: 0
|
|
80761
81106
|
};
|
|
80762
|
-
T.SassNumber_modulo_closure0.prototype = {
|
|
80763
|
-
call$2: function(num1, num2) {
|
|
80764
|
-
var t1;
|
|
80765
|
-
if (num2 > 0)
|
|
80766
|
-
return C.JSNumber_methods.$mod(num1, num2);
|
|
80767
|
-
if (num2 === 0)
|
|
80768
|
-
return 0 / 0;
|
|
80769
|
-
t1 = C.JSNumber_methods.$mod(num1, num2);
|
|
80770
|
-
return t1 === 0 ? 0 : t1 + num2;
|
|
80771
|
-
},
|
|
80772
|
-
$signature: 50
|
|
80773
|
-
};
|
|
80774
81107
|
T.SassNumber_plus_closure0.prototype = {
|
|
80775
81108
|
call$2: function(num1, num2) {
|
|
80776
81109
|
return num1 + num2;
|
|
@@ -80783,9 +81116,9 @@ self.fs = require("fs");
|
|
|
80783
81116
|
},
|
|
80784
81117
|
$signature: 50
|
|
80785
81118
|
};
|
|
80786
|
-
T.
|
|
81119
|
+
T.SassNumber_multiplyUnits_closure3.prototype = {
|
|
80787
81120
|
call$1: function(denominator) {
|
|
80788
|
-
var factor = this.$this.
|
|
81121
|
+
var factor = this.$this.conversionFactor$2(this.numerator, denominator);
|
|
80789
81122
|
if (factor == null)
|
|
80790
81123
|
return false;
|
|
80791
81124
|
this._box_0.value /= factor;
|
|
@@ -80793,16 +81126,16 @@ self.fs = require("fs");
|
|
|
80793
81126
|
},
|
|
80794
81127
|
$signature: 6
|
|
80795
81128
|
};
|
|
80796
|
-
T.
|
|
81129
|
+
T.SassNumber_multiplyUnits_closure4.prototype = {
|
|
80797
81130
|
call$0: function() {
|
|
80798
81131
|
this.newNumerators.push(this.numerator);
|
|
80799
81132
|
return null;
|
|
80800
81133
|
},
|
|
80801
81134
|
$signature: 0
|
|
80802
81135
|
};
|
|
80803
|
-
T.
|
|
81136
|
+
T.SassNumber_multiplyUnits_closure5.prototype = {
|
|
80804
81137
|
call$1: function(denominator) {
|
|
80805
|
-
var factor = this.$this.
|
|
81138
|
+
var factor = this.$this.conversionFactor$2(this.numerator, denominator);
|
|
80806
81139
|
if (factor == null)
|
|
80807
81140
|
return false;
|
|
80808
81141
|
this._box_0.value /= factor;
|
|
@@ -80810,7 +81143,7 @@ self.fs = require("fs");
|
|
|
80810
81143
|
},
|
|
80811
81144
|
$signature: 6
|
|
80812
81145
|
};
|
|
80813
|
-
T.
|
|
81146
|
+
T.SassNumber_multiplyUnits_closure6.prototype = {
|
|
80814
81147
|
call$0: function() {
|
|
80815
81148
|
this.newNumerators.push(this.numerator);
|
|
80816
81149
|
return null;
|
|
@@ -80820,8 +81153,8 @@ self.fs = require("fs");
|
|
|
80820
81153
|
T.SassNumber__areAnyConvertible_closure0.prototype = {
|
|
80821
81154
|
call$1: function(unit1) {
|
|
80822
81155
|
if (!C.Map_K2BWj.containsKey$1(unit1))
|
|
80823
|
-
return
|
|
80824
|
-
return
|
|
81156
|
+
return J.contains$1$asx(this.units2, unit1);
|
|
81157
|
+
return J.any$1$ax(this.units2, C.Map_K2BWj.$index(0, unit1).get$containsKey());
|
|
80825
81158
|
},
|
|
80826
81159
|
$signature: 6
|
|
80827
81160
|
};
|
|
@@ -80841,15 +81174,7 @@ self.fs = require("fs");
|
|
|
80841
81174
|
};
|
|
80842
81175
|
T.SassNumber__canonicalMultiplier_closure0.prototype = {
|
|
80843
81176
|
call$2: function(multiplier, unit) {
|
|
80844
|
-
|
|
80845
|
-
innerMap = C.Map_K2BWj.$index(0, unit);
|
|
80846
|
-
if (innerMap == null)
|
|
80847
|
-
t1 = multiplier;
|
|
80848
|
-
else {
|
|
80849
|
-
t1 = innerMap.get$values(innerMap);
|
|
80850
|
-
t1 = multiplier / t1.get$first(t1);
|
|
80851
|
-
}
|
|
80852
|
-
return t1;
|
|
81177
|
+
return multiplier * this.$this.canonicalMultiplierForUnit$1(unit);
|
|
80853
81178
|
},
|
|
80854
81179
|
$signature: 211
|
|
80855
81180
|
};
|
|
@@ -83368,7 +83693,7 @@ self.fs = require("fs");
|
|
|
83368
83693
|
this._buffer.writeCharCode$1(41);
|
|
83369
83694
|
},
|
|
83370
83695
|
visitNumber$1: function(value) {
|
|
83371
|
-
var
|
|
83696
|
+
var _this = this,
|
|
83372
83697
|
t1 = value.asSlash;
|
|
83373
83698
|
if (t1 != null) {
|
|
83374
83699
|
_this.visitNumber$1(t1.item1);
|
|
@@ -83378,12 +83703,10 @@ self.fs = require("fs");
|
|
|
83378
83703
|
}
|
|
83379
83704
|
_this._serialize0$_writeNumber$1(value.value);
|
|
83380
83705
|
if (!_this._inspect) {
|
|
83381
|
-
|
|
83382
|
-
t2 = t1.length;
|
|
83383
|
-
if (t2 > 1 || value.denominatorUnits.length !== 0)
|
|
83706
|
+
if (J.get$length$asx(value.get$numeratorUnits()) > 1 || value.get$denominatorUnits().length !== 0)
|
|
83384
83707
|
throw H.wrapException(E.SassScriptException$0(value.toString$0(0) + " isn't a valid CSS value."));
|
|
83385
|
-
if (
|
|
83386
|
-
_this._buffer.write$1(0,
|
|
83708
|
+
if (J.get$isNotEmpty$asx(value.get$numeratorUnits()))
|
|
83709
|
+
_this._buffer.write$1(0, J.get$first$ax(value.get$numeratorUnits()));
|
|
83387
83710
|
} else
|
|
83388
83711
|
_this._buffer.write$1(0, value.get$unitString());
|
|
83389
83712
|
},
|
|
@@ -84104,6 +84427,109 @@ self.fs = require("fs");
|
|
|
84104
84427
|
return result;
|
|
84105
84428
|
}
|
|
84106
84429
|
};
|
|
84430
|
+
L.SingleUnitSassNumber0.prototype = {
|
|
84431
|
+
get$numeratorUnits: function() {
|
|
84432
|
+
return new P.UnmodifiableListView(H.setRuntimeTypeInfo([this._single_unit$_unit], type$.JSArray_legacy_String), type$.UnmodifiableListView_legacy_String);
|
|
84433
|
+
},
|
|
84434
|
+
get$denominatorUnits: function() {
|
|
84435
|
+
return C.List_empty;
|
|
84436
|
+
},
|
|
84437
|
+
get$hasUnits: function() {
|
|
84438
|
+
return true;
|
|
84439
|
+
},
|
|
84440
|
+
withValue$1: function(value) {
|
|
84441
|
+
return new L.SingleUnitSassNumber0(this._single_unit$_unit, value, null);
|
|
84442
|
+
},
|
|
84443
|
+
withSlash$2: function(numerator, denominator) {
|
|
84444
|
+
return new L.SingleUnitSassNumber0(this._single_unit$_unit, this.value, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber_2));
|
|
84445
|
+
},
|
|
84446
|
+
hasUnit$1: function(unit) {
|
|
84447
|
+
return unit === this._single_unit$_unit;
|
|
84448
|
+
},
|
|
84449
|
+
compatibleWithUnit$1: function(unit) {
|
|
84450
|
+
return this.conversionFactor$2(this._single_unit$_unit, unit) != null;
|
|
84451
|
+
},
|
|
84452
|
+
coerceValueToMatch$1: function(other) {
|
|
84453
|
+
return this.convertValueToMatch$3(other, null, null);
|
|
84454
|
+
},
|
|
84455
|
+
convertValueToMatch$3: function(other, $name, otherName) {
|
|
84456
|
+
var t1 = other instanceof L.SingleUnitSassNumber0 ? this._single_unit$_coerceValueToUnit$1(other._single_unit$_unit) : null;
|
|
84457
|
+
return t1 == null ? this.super$SassNumber$convertValueToMatch0(other, $name, otherName) : t1;
|
|
84458
|
+
},
|
|
84459
|
+
coerce$2: function(newNumerators, newDenominators) {
|
|
84460
|
+
var t1 = J.getInterceptor$asx(newNumerators);
|
|
84461
|
+
t1 = t1.get$length(newNumerators) === 1 && newDenominators.length === 0 ? this._single_unit$_coerceToUnit$1(t1.$index(newNumerators, 0)) : null;
|
|
84462
|
+
return t1 == null ? this.super$SassNumber$coerce0(newNumerators, newDenominators, null) : t1;
|
|
84463
|
+
},
|
|
84464
|
+
coerceValue$3: function(newNumerators, newDenominators, $name) {
|
|
84465
|
+
var t1 = J.getInterceptor$asx(newNumerators);
|
|
84466
|
+
t1 = t1.get$length(newNumerators) === 1 && newDenominators.length === 0 ? this._single_unit$_coerceValueToUnit$1(t1.$index(newNumerators, 0)) : null;
|
|
84467
|
+
return t1 == null ? this.super$SassNumber$coerceValue0(newNumerators, newDenominators, $name) : t1;
|
|
84468
|
+
},
|
|
84469
|
+
coerceValueToUnit$2: function(unit, $name) {
|
|
84470
|
+
var t1 = this._single_unit$_coerceValueToUnit$1(unit);
|
|
84471
|
+
return t1 == null ? this.super$SassNumber$coerceValueToUnit0(unit, $name) : t1;
|
|
84472
|
+
},
|
|
84473
|
+
_single_unit$_coerceToUnit$1: function(unit) {
|
|
84474
|
+
var factor, _this = this,
|
|
84475
|
+
t1 = _this._single_unit$_unit;
|
|
84476
|
+
if (t1 == unit)
|
|
84477
|
+
return _this;
|
|
84478
|
+
factor = _this.conversionFactor$2(unit, t1);
|
|
84479
|
+
return factor == null ? null : new L.SingleUnitSassNumber0(unit, _this.value * factor, null);
|
|
84480
|
+
},
|
|
84481
|
+
_single_unit$_coerceValueToUnit$1: function(unit) {
|
|
84482
|
+
var factor = this.conversionFactor$2(unit, this._single_unit$_unit);
|
|
84483
|
+
return factor == null ? null : this.value * factor;
|
|
84484
|
+
},
|
|
84485
|
+
multiplyUnits$3: function(value, otherNumerators, otherDenominators) {
|
|
84486
|
+
var mutableOtherDenominators, t1 = {};
|
|
84487
|
+
t1.value = value;
|
|
84488
|
+
t1.newNumerators = otherNumerators;
|
|
84489
|
+
mutableOtherDenominators = J.toList$0$ax(otherDenominators);
|
|
84490
|
+
B.removeFirstWhere0(mutableOtherDenominators, new L.SingleUnitSassNumber_multiplyUnits_closure1(t1, this), new L.SingleUnitSassNumber_multiplyUnits_closure2(t1, this));
|
|
84491
|
+
return T.SassNumber_SassNumber$withUnits0(t1.value, mutableOtherDenominators, t1.newNumerators);
|
|
84492
|
+
},
|
|
84493
|
+
unaryMinus$0: function() {
|
|
84494
|
+
return new L.SingleUnitSassNumber0(this._single_unit$_unit, -this.value, null);
|
|
84495
|
+
},
|
|
84496
|
+
$eq: function(_, other) {
|
|
84497
|
+
var factor;
|
|
84498
|
+
if (other == null)
|
|
84499
|
+
return false;
|
|
84500
|
+
if (other instanceof L.SingleUnitSassNumber0) {
|
|
84501
|
+
factor = this.conversionFactor$2(other._single_unit$_unit, this._single_unit$_unit);
|
|
84502
|
+
return factor != null && Math.abs(this.value * factor - other.value) < $.$get$epsilon0();
|
|
84503
|
+
} else
|
|
84504
|
+
return false;
|
|
84505
|
+
},
|
|
84506
|
+
get$hashCode: function(_) {
|
|
84507
|
+
return T.fuzzyHashCode0(this.value * this.canonicalMultiplierForUnit$1(this._single_unit$_unit));
|
|
84508
|
+
}
|
|
84509
|
+
};
|
|
84510
|
+
L.SingleUnitSassNumber_multiplyUnits_closure1.prototype = {
|
|
84511
|
+
call$1: function(denominator) {
|
|
84512
|
+
var t1 = this.$this,
|
|
84513
|
+
factor = t1.conversionFactor$2(denominator, t1._single_unit$_unit);
|
|
84514
|
+
if (factor == null)
|
|
84515
|
+
return false;
|
|
84516
|
+
this._box_0.value *= factor;
|
|
84517
|
+
return true;
|
|
84518
|
+
},
|
|
84519
|
+
$signature: 6
|
|
84520
|
+
};
|
|
84521
|
+
L.SingleUnitSassNumber_multiplyUnits_closure2.prototype = {
|
|
84522
|
+
call$0: function() {
|
|
84523
|
+
var t2, t3,
|
|
84524
|
+
t1 = H.setRuntimeTypeInfo([], type$.JSArray_legacy_String);
|
|
84525
|
+
t1.push(this.$this._single_unit$_unit);
|
|
84526
|
+
for (t2 = this._box_0, t3 = J.get$iterator$ax(t2.newNumerators); t3.moveNext$0();)
|
|
84527
|
+
t1.push(t3.get$current(t3));
|
|
84528
|
+
t2.newNumerators = t1;
|
|
84529
|
+
return null;
|
|
84530
|
+
},
|
|
84531
|
+
$signature: 0
|
|
84532
|
+
};
|
|
84107
84533
|
D.SourceMapBuffer.prototype = {
|
|
84108
84534
|
get$sourceFiles: function() {
|
|
84109
84535
|
var t2, t3,
|
|
@@ -84387,7 +84813,8 @@ self.fs = require("fs");
|
|
|
84387
84813
|
};
|
|
84388
84814
|
D.closure118.prototype = {
|
|
84389
84815
|
call$1: function($arguments) {
|
|
84390
|
-
|
|
84816
|
+
var t1 = J.$index$asx($arguments, 0).assertString$1("string").get$sassLength();
|
|
84817
|
+
return new N.UnitlessSassNumber0(t1, null);
|
|
84391
84818
|
},
|
|
84392
84819
|
$signature: 10
|
|
84393
84820
|
};
|
|
@@ -84410,12 +84837,14 @@ self.fs = require("fs");
|
|
|
84410
84837
|
};
|
|
84411
84838
|
D.closure116.prototype = {
|
|
84412
84839
|
call$1: function($arguments) {
|
|
84413
|
-
var
|
|
84840
|
+
var codepointIndex,
|
|
84841
|
+
t1 = J.getInterceptor$asx($arguments),
|
|
84414
84842
|
t2 = t1.$index($arguments, 0).assertString$1("string").text,
|
|
84415
84843
|
codeUnitIndex = J.indexOf$1$asx(t2, t1.$index($arguments, 1).assertString$1("substring").text);
|
|
84416
84844
|
if (codeUnitIndex === -1)
|
|
84417
84845
|
return C.C_SassNull;
|
|
84418
|
-
|
|
84846
|
+
codepointIndex = B.codeUnitIndexToCodepointIndex0(t2, codeUnitIndex);
|
|
84847
|
+
return new N.UnitlessSassNumber0(codepointIndex + 1, null);
|
|
84419
84848
|
},
|
|
84420
84849
|
$signature: 3
|
|
84421
84850
|
};
|
|
@@ -85717,9 +86146,10 @@ self.fs = require("fs");
|
|
|
85717
86146
|
expression = _this._stylesheet0$_expressionUntilComma$0();
|
|
85718
86147
|
t3 = t1._string_scanner$_position;
|
|
85719
86148
|
if (allowGuarded && t1.scanChar$1(33))
|
|
85720
|
-
if (_this.identifier$0() === "default")
|
|
86149
|
+
if (_this.identifier$0() === "default") {
|
|
86150
|
+
_this.whitespace$0();
|
|
85721
86151
|
guarded = true;
|
|
85722
|
-
else {
|
|
86152
|
+
} else {
|
|
85723
86153
|
endPosition = t1._string_scanner$_position;
|
|
85724
86154
|
t4 = t1._sourceFile;
|
|
85725
86155
|
t5 = new Y._FileSpan(t4, t3, endPosition);
|
|
@@ -88125,6 +88555,126 @@ self.fs = require("fs");
|
|
|
88125
88555
|
return this.name;
|
|
88126
88556
|
}
|
|
88127
88557
|
};
|
|
88558
|
+
N.UnitlessSassNumber0.prototype = {
|
|
88559
|
+
get$numeratorUnits: function() {
|
|
88560
|
+
return C.List_empty;
|
|
88561
|
+
},
|
|
88562
|
+
get$denominatorUnits: function() {
|
|
88563
|
+
return C.List_empty;
|
|
88564
|
+
},
|
|
88565
|
+
get$hasUnits: function() {
|
|
88566
|
+
return false;
|
|
88567
|
+
},
|
|
88568
|
+
withValue$1: function(value) {
|
|
88569
|
+
return new N.UnitlessSassNumber0(value, null);
|
|
88570
|
+
},
|
|
88571
|
+
withSlash$2: function(numerator, denominator) {
|
|
88572
|
+
return new N.UnitlessSassNumber0(this.value, new S.Tuple2(numerator, denominator, type$.Tuple2_of_legacy_SassNumber_and_legacy_SassNumber_2));
|
|
88573
|
+
},
|
|
88574
|
+
hasUnit$1: function(unit) {
|
|
88575
|
+
return false;
|
|
88576
|
+
},
|
|
88577
|
+
compatibleWithUnit$1: function(unit) {
|
|
88578
|
+
return true;
|
|
88579
|
+
},
|
|
88580
|
+
coerceValueToMatch$1: function(other) {
|
|
88581
|
+
return this.value;
|
|
88582
|
+
},
|
|
88583
|
+
convertValueToMatch$3: function(other, $name, otherName) {
|
|
88584
|
+
return other.get$hasUnits() ? this.super$SassNumber$convertValueToMatch0(other, $name, otherName) : this.value;
|
|
88585
|
+
},
|
|
88586
|
+
coerce$2: function(newNumerators, newDenominators) {
|
|
88587
|
+
return T.SassNumber_SassNumber$withUnits0(this.value, newDenominators, newNumerators);
|
|
88588
|
+
},
|
|
88589
|
+
coerceValue$3: function(newNumerators, newDenominators, $name) {
|
|
88590
|
+
return this.value;
|
|
88591
|
+
},
|
|
88592
|
+
coerceValueToUnit$2: function(unit, $name) {
|
|
88593
|
+
return this.value;
|
|
88594
|
+
},
|
|
88595
|
+
greaterThan$1: function(other) {
|
|
88596
|
+
var t1, t2;
|
|
88597
|
+
if (other instanceof T.SassNumber0) {
|
|
88598
|
+
t1 = this.value;
|
|
88599
|
+
t2 = other.value;
|
|
88600
|
+
return t1 > t2 && !(Math.abs(t1 - t2) < $.$get$epsilon0()) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
88601
|
+
}
|
|
88602
|
+
return this.super$SassNumber$greaterThan0(other);
|
|
88603
|
+
},
|
|
88604
|
+
greaterThanOrEquals$1: function(other) {
|
|
88605
|
+
var t1, t2;
|
|
88606
|
+
if (other instanceof T.SassNumber0) {
|
|
88607
|
+
t1 = this.value;
|
|
88608
|
+
t2 = other.value;
|
|
88609
|
+
return t1 > t2 || Math.abs(t1 - t2) < $.$get$epsilon0() ? C.SassBoolean_true : C.SassBoolean_false;
|
|
88610
|
+
}
|
|
88611
|
+
return this.super$SassNumber$greaterThanOrEquals0(other);
|
|
88612
|
+
},
|
|
88613
|
+
lessThan$1: function(other) {
|
|
88614
|
+
var t1, t2;
|
|
88615
|
+
if (other instanceof T.SassNumber0) {
|
|
88616
|
+
t1 = this.value;
|
|
88617
|
+
t2 = other.value;
|
|
88618
|
+
return t1 < t2 && !(Math.abs(t1 - t2) < $.$get$epsilon0()) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
88619
|
+
}
|
|
88620
|
+
return this.super$SassNumber$lessThan0(other);
|
|
88621
|
+
},
|
|
88622
|
+
lessThanOrEquals$1: function(other) {
|
|
88623
|
+
var t1, t2;
|
|
88624
|
+
if (other instanceof T.SassNumber0) {
|
|
88625
|
+
t1 = this.value;
|
|
88626
|
+
t2 = other.value;
|
|
88627
|
+
return t1 < t2 || Math.abs(t1 - t2) < $.$get$epsilon0() ? C.SassBoolean_true : C.SassBoolean_false;
|
|
88628
|
+
}
|
|
88629
|
+
return this.super$SassNumber$lessThanOrEquals0(other);
|
|
88630
|
+
},
|
|
88631
|
+
modulo$1: function(other) {
|
|
88632
|
+
if (other instanceof T.SassNumber0)
|
|
88633
|
+
return other.withValue$1(this.moduloLikeSass$2(this.value, other.value));
|
|
88634
|
+
return this.super$SassNumber$modulo0(other);
|
|
88635
|
+
},
|
|
88636
|
+
plus$1: function(other) {
|
|
88637
|
+
if (other instanceof T.SassNumber0)
|
|
88638
|
+
return other.withValue$1(this.value + other.value);
|
|
88639
|
+
return this.super$SassNumber$plus0(other);
|
|
88640
|
+
},
|
|
88641
|
+
minus$1: function(other) {
|
|
88642
|
+
if (other instanceof T.SassNumber0)
|
|
88643
|
+
return other.withValue$1(this.value - other.value);
|
|
88644
|
+
return this.super$SassNumber$minus0(other);
|
|
88645
|
+
},
|
|
88646
|
+
times$1: function(other) {
|
|
88647
|
+
if (other instanceof T.SassNumber0)
|
|
88648
|
+
return other.withValue$1(this.value * other.value);
|
|
88649
|
+
return this.super$SassNumber$times0(other);
|
|
88650
|
+
},
|
|
88651
|
+
dividedBy$1: function(other) {
|
|
88652
|
+
var t1, t2, t3;
|
|
88653
|
+
if (other instanceof T.SassNumber0) {
|
|
88654
|
+
t1 = other.get$hasUnits();
|
|
88655
|
+
t2 = this.value;
|
|
88656
|
+
t3 = other.value;
|
|
88657
|
+
if (t1) {
|
|
88658
|
+
t1 = other.get$denominatorUnits();
|
|
88659
|
+
t1 = T.SassNumber_SassNumber$withUnits0(t2 / t3, other.get$numeratorUnits(), t1);
|
|
88660
|
+
} else
|
|
88661
|
+
t1 = new N.UnitlessSassNumber0(t2 / t3, null);
|
|
88662
|
+
return t1;
|
|
88663
|
+
}
|
|
88664
|
+
return this.super$SassNumber$dividedBy0(other);
|
|
88665
|
+
},
|
|
88666
|
+
unaryMinus$0: function() {
|
|
88667
|
+
return new N.UnitlessSassNumber0(-this.value, null);
|
|
88668
|
+
},
|
|
88669
|
+
$eq: function(_, other) {
|
|
88670
|
+
if (other == null)
|
|
88671
|
+
return false;
|
|
88672
|
+
return other instanceof N.UnitlessSassNumber0 && Math.abs(this.value - other.value) < $.$get$epsilon0();
|
|
88673
|
+
},
|
|
88674
|
+
get$hashCode: function(_) {
|
|
88675
|
+
return T.fuzzyHashCode0(this.value);
|
|
88676
|
+
}
|
|
88677
|
+
};
|
|
88128
88678
|
N.UniversalSelector0.prototype = {
|
|
88129
88679
|
get$minSpecificity: function() {
|
|
88130
88680
|
return 0;
|
|
@@ -88730,6 +89280,20 @@ self.fs = require("fs");
|
|
|
88730
89280
|
_.super$Value$plus = _.plus$1;
|
|
88731
89281
|
_.super$Value$minus = _.minus$1;
|
|
88732
89282
|
_.super$Value$dividedBy = _.dividedBy$1;
|
|
89283
|
+
_ = T.SassNumber.prototype;
|
|
89284
|
+
_.super$SassNumber$convertValueToMatch = _.convertValueToMatch$3;
|
|
89285
|
+
_.super$SassNumber$coerce = _.coerce$3;
|
|
89286
|
+
_.super$SassNumber$coerceValue = _.coerceValue$3;
|
|
89287
|
+
_.super$SassNumber$coerceValueToUnit = _.coerceValueToUnit$2;
|
|
89288
|
+
_.super$SassNumber$greaterThan = _.greaterThan$1;
|
|
89289
|
+
_.super$SassNumber$greaterThanOrEquals = _.greaterThanOrEquals$1;
|
|
89290
|
+
_.super$SassNumber$lessThan = _.lessThan$1;
|
|
89291
|
+
_.super$SassNumber$lessThanOrEquals = _.lessThanOrEquals$1;
|
|
89292
|
+
_.super$SassNumber$modulo = _.modulo$1;
|
|
89293
|
+
_.super$SassNumber$plus = _.plus$1;
|
|
89294
|
+
_.super$SassNumber$minus = _.minus$1;
|
|
89295
|
+
_.super$SassNumber$times = _.times$1;
|
|
89296
|
+
_.super$SassNumber$dividedBy = _.dividedBy$1;
|
|
88733
89297
|
_ = Y.SourceSpanMixin.prototype;
|
|
88734
89298
|
_.super$SourceSpanMixin$compareTo = _.compareTo$1;
|
|
88735
89299
|
_.super$SourceSpanMixin$$eq = _.$eq;
|
|
@@ -88740,6 +89304,20 @@ self.fs = require("fs");
|
|
|
88740
89304
|
_.super$StringScanner$matches = _.matches$1;
|
|
88741
89305
|
_ = B.ModifiableCssParentNode0.prototype;
|
|
88742
89306
|
_.super$ModifiableCssParentNode$addChild0 = _.addChild$1;
|
|
89307
|
+
_ = T.SassNumber0.prototype;
|
|
89308
|
+
_.super$SassNumber$convertValueToMatch0 = _.convertValueToMatch$3;
|
|
89309
|
+
_.super$SassNumber$coerce0 = _.coerce$3;
|
|
89310
|
+
_.super$SassNumber$coerceValue0 = _.coerceValue$3;
|
|
89311
|
+
_.super$SassNumber$coerceValueToUnit0 = _.coerceValueToUnit$2;
|
|
89312
|
+
_.super$SassNumber$greaterThan0 = _.greaterThan$1;
|
|
89313
|
+
_.super$SassNumber$greaterThanOrEquals0 = _.greaterThanOrEquals$1;
|
|
89314
|
+
_.super$SassNumber$lessThan0 = _.lessThan$1;
|
|
89315
|
+
_.super$SassNumber$lessThanOrEquals0 = _.lessThanOrEquals$1;
|
|
89316
|
+
_.super$SassNumber$modulo0 = _.modulo$1;
|
|
89317
|
+
_.super$SassNumber$plus0 = _.plus$1;
|
|
89318
|
+
_.super$SassNumber$minus0 = _.minus$1;
|
|
89319
|
+
_.super$SassNumber$times0 = _.times$1;
|
|
89320
|
+
_.super$SassNumber$dividedBy0 = _.dividedBy$1;
|
|
88743
89321
|
_ = G.Parser1.prototype;
|
|
88744
89322
|
_.super$Parser$silentComment0 = _.silentComment$0;
|
|
88745
89323
|
_ = M.SimpleSelector0.prototype;
|
|
@@ -88889,6 +89467,7 @@ self.fs = require("fs");
|
|
|
88889
89467
|
_instance_1_i(D.SourceMapBuffer0.prototype, "get$write", "write$1", 49);
|
|
88890
89468
|
_instance_1_u(R.UnprefixedMapView.prototype, "get$containsKey", "containsKey$1", 23);
|
|
88891
89469
|
_static_1(B, "utils__isPublic$closure", "isPublic", 6);
|
|
89470
|
+
_instance_2_u(T.SassNumber.prototype, "get$moduloLikeSass", "moduloLikeSass$2", 50);
|
|
88892
89471
|
_instance_1_u(_ = N._SerializeVisitor0.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1", 243);
|
|
88893
89472
|
_instance_1_u(_, "get$_isInvisible", "_isInvisible$1", 7);
|
|
88894
89473
|
_instance(Y.SourceFile.prototype, "get$span", 0, 1, null, ["call$2", "call$1"], ["span$2", "span$1"], 248, 0);
|
|
@@ -88911,6 +89490,7 @@ self.fs = require("fs");
|
|
|
88911
89490
|
_instance_1_u(B.ModifiableCssNode0.prototype, "get$_node2$_isInvisible", "_node2$_isInvisible$1", 8);
|
|
88912
89491
|
_static_2(B, "node___render$closure", "_render", 475);
|
|
88913
89492
|
_static_1(B, "node___renderSync$closure", "_renderSync", 476);
|
|
89493
|
+
_instance_2_u(T.SassNumber0.prototype, "get$moduloLikeSass", "moduloLikeSass$2", 50);
|
|
88914
89494
|
_instance_0_u(_ = G.Parser1.prototype, "get$whitespace", "whitespace$0", 1);
|
|
88915
89495
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
88916
89496
|
_instance_0_u(_, "get$string", "string$0", 12);
|
|
@@ -88961,7 +89541,7 @@ self.fs = require("fs");
|
|
|
88961
89541
|
_inheritMany(H._CastIterableBase, [H.CastIterable, H.__CastListBase__CastIterableBase_ListMixin, H.CastSet, H.CastQueue]);
|
|
88962
89542
|
_inherit(H._EfficientLengthCastIterable, H.CastIterable);
|
|
88963
89543
|
_inherit(H._CastListBase, H.__CastListBase__CastIterableBase_ListMixin);
|
|
88964
|
-
_inheritMany(H.Closure, [H._CastListBase_sort_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_functionNoSuchMethod_closure, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_wait__error_set, P.Future_wait__stackTrace_set, P.Future_wait__error_get, P.Future_wait__stackTrace_get, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncCompleteWithValue_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_length_closure, P.Stream_length_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P.Utf8Decoder_closure, P.Utf8Decoder_closure0, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__makePath_closure, P._createTables_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, N.ArgParser_findByAbbreviation_closure, N.ArgParser_findByAbbreviation_closure0, G.Parser_parse_closure, G.Parser_setOption_closure, G.Usage_generate_closure, G.Usage_buildAllowedList_closure, L.StreamGroup_add_closure, L.StreamGroup_add_closure0, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, L.StreamGroup__onCancel_closure0, L.StreamGroup__listenToStream_closure, G.StreamQueue__ensureListening_closure, G.StreamQueue__ensureListening_closure1, G.StreamQueue__ensureListening_closure0, Q.closure113, B.ReplAdapter_runAsync_closure, B.defaultCompare_closure, M.futureToPromise_closure, M.Context_join_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath_normalize_closure, X.ParsedPath__splitExtension_closure, X.ParsedPath__splitExtension_closure0, K.PathMap__create_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, V.IfRule_toString_closure, V.IfClause$__closure, V.IfClause$___closure, M.ParentStatement_closure, M.ParentStatement__closure, S.ComplexSelector_isInvisible_closure, X.CompoundSelector_isInvisible_closure, N.IDSelector_unify_closure, D.SelectorList_isInvisible_closure, D.SelectorList_asSassList_closure, D.SelectorList_asSassList__closure, D.SelectorList_unify_closure, D.SelectorList_unify__closure, D.SelectorList_unify___closure, D.SelectorList_resolveParentSelectors_closure, D.SelectorList_resolveParentSelectors__closure, D.SelectorList_resolveParentSelectors__closure0, D.SelectorList__complexContainsParentSelector_closure, D.SelectorList__complexContainsParentSelector__closure, D.SelectorList__resolveParentSelectorsCompound_closure, D.SelectorList__resolveParentSelectorsCompound_closure0, D.SelectorList__resolveParentSelectorsCompound_closure1, X._compileStylesheet_closure0, Q.AsyncEnvironment_importForwards_closure, Q.AsyncEnvironment_importForwards_closure0, Q.AsyncEnvironment_importForwards_closure1, Q.AsyncEnvironment_importForwards_closure2, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment_setVariable_closure1, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q._EnvironmentModule__EnvironmentModule_closure5, Q._EnvironmentModule__EnvironmentModule_closure6, Q._EnvironmentModule__EnvironmentModule_closure7, Q._EnvironmentModule__EnvironmentModule_closure8, Q._EnvironmentModule__EnvironmentModule_closure9, Q._EnvironmentModule__EnvironmentModule_closure10, O.AsyncImportCache_canonicalize_closure, O.AsyncImportCache__canonicalize_closure, O.AsyncImportCache_importCanonical_closure, O.AsyncImportCache_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable$mixin_closure, Q.BuiltInCallable$mixin_closure, U._compileStylesheet_closure, O.Environment_importForwards_closure, O.Environment_importForwards_closure0, O.Environment_importForwards_closure1, O.Environment_importForwards_closure2, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure, O.Environment_setVariable_closure0, O.Environment_setVariable_closure1, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O._EnvironmentModule__EnvironmentModule_closure, O._EnvironmentModule__EnvironmentModule_closure0, O._EnvironmentModule__EnvironmentModule_closure1, O._EnvironmentModule__EnvironmentModule_closure2, O._EnvironmentModule__EnvironmentModule_closure3, O._EnvironmentModule__EnvironmentModule_closure4, D._writeSourceMap_closure, B.ExecutableOptions_closure, B.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A._Watcher__debounceEvents__closure, F.Extender_extensionsWhereTarget_closure, F.Extender__registerSelector_closure, F.Extender_addExtension_closure, F.Extender_addExtension_closure0, F.Extender_addExtension_closure1, F.Extender__extendExistingExtensions_closure, F.Extender__extendExistingExtensions_closure0, F.Extender_addExtensions_closure, F.Extender_addExtensions__closure, F.Extender_addExtensions___closure, F.Extender_addExtensions___closure0, F.Extender__extendList_closure, F.Extender__extendComplex_closure, F.Extender__extendComplex_closure0, F.Extender__extendComplex__closure, F.Extender__extendComplex__closure0, F.Extender__extendComplex___closure, F.Extender__extendCompound_closure, F.Extender__extendCompound_closure0, F.Extender__extendCompound__closure, F.Extender__extendCompound__closure0, F.Extender__extendCompound_closure1, F.Extender__extendCompound_closure2, F.Extender__extendCompound_closure3, F.Extender__extendCompound_closure4, F.Extender__extendSimple_withoutPseudo, F.Extender__extendSimple_closure, F.Extender__extendPseudo_closure, F.Extender__extendPseudo_closure0, F.Extender__extendPseudo_closure1, F.Extender__extendPseudo_closure2, F.Extender__extendPseudo_closure3, F.Extender__trim_closure, F.Extender__trim_closure0, F.Extender_clone_closure, Y.unifyComplex_closure, Y._weaveParents_closure, Y._weaveParents_closure0, Y._weaveParents_closure1, Y._weaveParents__closure1, Y._weaveParents_closure2, Y._weaveParents_closure3, Y._weaveParents__closure0, Y._weaveParents_closure4, Y._weaveParents_closure5, Y._weaveParents__closure, Y._mustUnify_closure, Y._mustUnify__closure, Y.paths_closure, Y.paths__closure, Y.paths___closure, Y._hasRoot_closure, Y.listIsSuperselector_closure, Y.listIsSuperselector__closure, Y._simpleIsSuperselectorOfCompound_closure, Y._simpleIsSuperselectorOfCompound__closure, Y._selectorPseudoIsSuperselector_closure, Y._selectorPseudoIsSuperselector_closure0, Y._selectorPseudoIsSuperselector_closure1, Y._selectorPseudoIsSuperselector_closure2, Y._selectorPseudoIsSuperselector_closure3, Y._selectorPseudoIsSuperselector__closure, Y._selectorPseudoIsSuperselector___closure, Y._selectorPseudoIsSuperselector___closure0, Y._selectorPseudoIsSuperselector_closure4, Y._selectorPseudoIsSuperselector_closure5, Y._selectorPseudosNamed_closure, Y.closure, K.closure44, K.closure45, K.closure46, K.closure47, K.closure48, K.closure49, K.closure50, K.closure51, K.closure52, K.closure53, K.closure54, K.closure55, K.closure56, K.closure57, K.closure58, K.closure59, K.closure60, K.closure61, K.closure62, K.closure63, K.closure64, K.closure65, K.closure66, K.closure67, K.closure68, K.closure69, K._closure8, K.closure70, K.closure99, K.closure100, K.closure101, K.closure102, K.closure103, K.closure104, K.closure105, K.closure106, K._closure13, K.closure107, K.closure82, K.closure81, K.closure80, K.closure79, K.closure78, K.closure77, K.closure76, K.closure75, K.closure73, K.closure72, K.closure71, K.closure74, K.closure_hexString, K._updateComponents_getParam, K._updateComponents_closure, K._updateComponents_updateValue, K._updateComponents_updateRgb, K._functionString_closure, K._removedColorFunction_closure, K._removeUnits_closure, K._removeUnits_closure0, K._parseChannels_closure, D.closure43, D.closure42, D.closure41, D.closure40, D.closure39, D.closure38, D._closure5, D._closure6, D._closure7, D.closure37, D.closure35, D.closure36, A.closure34, A.closure97, A._closure12, A.closure98, A._closure11, A.closure32, A.closure33, A._closure4, A.closure96, A.closure95, A._closure10, A.closure30, A.closure31, A.closure29, A.closure28, A.closure27, A._modify__modifyNestedMap, A._deepMergeImpl__ensureMutable, A._deepMergeImpl_closure, K.closure25, K.closure90, K.closure24, K.closure23, K.closure22, K.closure26, K.closure88, K._closure9, K.closure87, K.closure86, K.closure84, K.closure94, K.closure93, K.closure92, K.closure91, K.closure89, K.closure85, K.closure83, K.closure18, K.closure17, K.closure19, K.closure21, K.closure20, K._numberFunction_closure, Q.closure108, Q.closure109, Q.closure110, Q.closure111, T.closure13, T._closure1, T._closure2, T.closure12, T._closure, T._closure0, T.__closure, T.closure11, T.closure10, T.closure9, T.closure16, T.closure15, T._closure3, T.closure14, D.closure8, D.closure7, D.closure3, D.closure2, D.closure1, D.closure0, D.closure6, D.closure5, D.closure4, R.ImportCache_canonicalize_closure, R.ImportCache__canonicalize_closure, R.ImportCache_importCanonical_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, B.resolveImportPath_closure, B.resolveImportPath_closure0, B._tryPathAsDirectory_closure, B._exactlyOne_closure, F._realCasePath_helper, F._realCasePath_helper_closure, F._realCasePath_helper__closure, B._readFile_closure, B.writeFile_closure, B.deleteFile_closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.fileExists_closure, B.dirExists_closure, B.ensureDir_closure, B.listDir_closure, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.modificationTime_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, B.watchDir_closure3, B.watchDir__closure, V.AtRootQueryParser_parse_closure, Q.closure112, E.KeyframeSelectorParser_parse_closure, F.MediaQueryParser_parse_closure, G.Parser__parseIdentifier_closure, G.Parser_scanIdentChar_matches, U.SassParser_children_closure, T.SelectorParser_parse_closure, T.SelectorParser_parseCompoundSelector_closure, V.StylesheetParser_parse_closure, V.StylesheetParser_parse__closure, V.StylesheetParser_parse__closure0, V.StylesheetParser_parseArgumentDeclaration_closure, V.StylesheetParser_parseVariableDeclaration_closure, V.StylesheetParser_parseUseRule_closure, V.StylesheetParser__parseSingleProduction_closure, V.StylesheetParser__statement_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure0, V.StylesheetParser__declarationOrBuffer_closure, V.StylesheetParser__declarationOrBuffer_closure0, V.StylesheetParser__styleRule_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure0, V.StylesheetParser__atRootRule_closure, V.StylesheetParser__atRootRule_closure0, V.StylesheetParser__eachRule_closure, V.StylesheetParser__functionRule_closure, V.StylesheetParser__forRule_closure, V.StylesheetParser__forRule_closure0, V.StylesheetParser__memberList_closure, V.StylesheetParser__includeRule_closure, V.StylesheetParser_mediaRule_closure, V.StylesheetParser__mixinRule_closure, V.StylesheetParser_mozDocumentRule_closure, V.StylesheetParser_supportsRule_closure, V.StylesheetParser__whileRule_closure, V.StylesheetParser_unknownAtRule_closure, V.StylesheetParser_expression_resetState, V.StylesheetParser_expression_resolveOneOperation, V.StylesheetParser_expression_resolveOperations, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser_expression_resolveSpaceExpressions, V.StylesheetParser__expressionUntilComma_closure, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_identifierLike_closure, V.StylesheetParser__expressionUntilComparison_closure, V.StylesheetParser__publicIdentifier_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, M.StylesheetGraph__add_closure, M.StylesheetGraph_addCanonical_closure, M.StylesheetGraph_reload_closure, M.StylesheetGraph__recanonicalizeImportsForNode_closure, M.StylesheetGraph__nodeFor_closure, M.StylesheetGraph__nodeFor_closure0, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer__addEntry_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.flattenVertically_closure, B.flattenVertically_closure0, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_closure1, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, K.SassColor_SassColor$hwb_toRgb, D.SassList_isBlank_closure, A.SassMap_asList_closure, T.SassNumber__coerceOrConvertValue__compatibilityException, T.SassNumber__coerceOrConvertValue_closure, T.SassNumber__coerceOrConvertValue_closure0, T.SassNumber__coerceOrConvertValue_closure1, T.SassNumber__coerceOrConvertValue_closure2, T.SassNumber_modulo_closure, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber__multiplyUnits_closure, T.SassNumber__multiplyUnits_closure0, T.SassNumber__multiplyUnits_closure1, T.SassNumber__multiplyUnits_closure2, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalizeUnitList_closure, T.SassNumber__canonicalMultiplier_closure, E._EvaluateVisitor_closure9, E._EvaluateVisitor_closure10, E._EvaluateVisitor_closure11, E._EvaluateVisitor_closure12, E._EvaluateVisitor_closure13, E._EvaluateVisitor_closure14, E._EvaluateVisitor_closure15, E._EvaluateVisitor_closure16, E._EvaluateVisitor__closure4, E._EvaluateVisitor_closure17, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure2, E._EvaluateVisitor__closure3, E._EvaluateVisitor_run_closure0, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__loadModule_closure1, E._EvaluateVisitor__loadModule_closure2, E._EvaluateVisitor__execute_closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__extendModules_closure2, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor_visitAtRootRule_closure2, E._EvaluateVisitor_visitAtRootRule_closure3, E._EvaluateVisitor_visitAtRootRule_closure4, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot__closure0, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitContentRule_closure0, E._EvaluateVisitor_visitDeclaration_closure0, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule_closure4, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitExtendRule_closure0, E._EvaluateVisitor_visitAtRule_closure1, E._EvaluateVisitor_visitAtRule__closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitForRule_closure4, E._EvaluateVisitor_visitForRule_closure5, E._EvaluateVisitor_visitForRule_closure6, E._EvaluateVisitor_visitForRule_closure7, E._EvaluateVisitor_visitForRule_closure8, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure1, E._EvaluateVisitor_visitForwardRule_closure2, E._EvaluateVisitor__assertConfigurationIsEmpty_closure0, E._EvaluateVisitor_visitIfRule_closure0, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport_closure0, E._EvaluateVisitor__visitDynamicImport__closure0, E._EvaluateVisitor_visitIncludeRule_closure2, E._EvaluateVisitor_visitIncludeRule_closure3, E._EvaluateVisitor_visitIncludeRule_closure4, E._EvaluateVisitor_visitIncludeRule__closure0, E._EvaluateVisitor_visitIncludeRule___closure0, E._EvaluateVisitor_visitIncludeRule____closure0, E._EvaluateVisitor_visitMediaRule_closure1, E._EvaluateVisitor_visitMediaRule__closure0, E._EvaluateVisitor_visitMediaRule___closure0, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor__visitMediaQueries_closure0, E._EvaluateVisitor_visitStyleRule_closure6, E._EvaluateVisitor_visitStyleRule_closure7, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure9, E._EvaluateVisitor_visitStyleRule_closure10, E._EvaluateVisitor_visitStyleRule_closure11, E._EvaluateVisitor_visitStyleRule__closure0, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure1, E._EvaluateVisitor_visitSupportsRule__closure0, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure3, E._EvaluateVisitor_visitVariableDeclaration_closure4, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWarnRule_closure0, E._EvaluateVisitor_visitWhileRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure0, E._EvaluateVisitor_visitVariableExpression_closure0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor_visitFunctionExpression_closure1, E._EvaluateVisitor_visitFunctionExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable_closure0, E._EvaluateVisitor__runUserDefinedCallable__closure0, E._EvaluateVisitor__runUserDefinedCallable___closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runFunctionCallable_closure0, E._EvaluateVisitor__runBuiltInCallable_closure1, E._EvaluateVisitor__runBuiltInCallable_closure2, E._EvaluateVisitor__evaluateArguments_closure0, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor__addRestMap_closure1, E._EvaluateVisitor__addRestMap_closure2, E._EvaluateVisitor__verifyArguments_closure0, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure1, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure1, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure1, E._EvaluateVisitor_visitCssMediaRule__closure0, E._EvaluateVisitor_visitCssMediaRule___closure0, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssStyleRule_closure1, E._EvaluateVisitor_visitCssStyleRule__closure0, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure1, E._EvaluateVisitor_visitCssSupportsRule__closure0, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__serialize_closure0, E._EvaluateVisitor__stackTrace_closure0, E._ImportedCssVisitor_visitCssAtRule_closure0, E._ImportedCssVisitor_visitCssMediaRule_closure0, E._ImportedCssVisitor_visitCssStyleRule_closure0, E._ImportedCssVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor_closure, R._EvaluateVisitor_closure0, R._EvaluateVisitor_closure1, R._EvaluateVisitor_closure2, R._EvaluateVisitor_closure3, R._EvaluateVisitor_closure4, R._EvaluateVisitor_closure5, R._EvaluateVisitor_closure6, R._EvaluateVisitor__closure1, R._EvaluateVisitor_closure7, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure, R._EvaluateVisitor__closure0, R._EvaluateVisitor_run_closure, R._EvaluateVisitor_runExpression_closure, R._EvaluateVisitor_runExpression__closure, R._EvaluateVisitor_runStatement_closure, R._EvaluateVisitor_runStatement__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__loadModule_closure, R._EvaluateVisitor__loadModule_closure0, R._EvaluateVisitor__execute_closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__extendModules_closure0, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor_visitAtRootRule_closure, R._EvaluateVisitor_visitAtRootRule_closure0, R._EvaluateVisitor_visitAtRootRule_closure1, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot__closure, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitContentRule_closure, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule_closure1, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitExtendRule_closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule__closure, R._EvaluateVisitor_visitAtRule_closure0, R._EvaluateVisitor_visitForRule_closure, R._EvaluateVisitor_visitForRule_closure0, R._EvaluateVisitor_visitForRule_closure1, R._EvaluateVisitor_visitForRule_closure2, R._EvaluateVisitor_visitForRule_closure3, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitForwardRule_closure0, R._EvaluateVisitor__assertConfigurationIsEmpty_closure, R._EvaluateVisitor_visitIfRule_closure, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport_closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor_visitIncludeRule_closure, R._EvaluateVisitor_visitIncludeRule_closure0, R._EvaluateVisitor_visitIncludeRule_closure1, R._EvaluateVisitor_visitIncludeRule__closure, R._EvaluateVisitor_visitIncludeRule___closure, R._EvaluateVisitor_visitIncludeRule____closure, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule__closure, R._EvaluateVisitor_visitMediaRule___closure, R._EvaluateVisitor_visitMediaRule_closure0, R._EvaluateVisitor__visitMediaQueries_closure, R._EvaluateVisitor_visitStyleRule_closure, R._EvaluateVisitor_visitStyleRule_closure0, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure2, R._EvaluateVisitor_visitStyleRule_closure3, R._EvaluateVisitor_visitStyleRule_closure4, R._EvaluateVisitor_visitStyleRule__closure, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure, R._EvaluateVisitor_visitSupportsRule__closure, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure, R._EvaluateVisitor_visitVariableDeclaration_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure1, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWarnRule_closure, R._EvaluateVisitor_visitWhileRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure, R._EvaluateVisitor_visitVariableExpression_closure, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure0, R._EvaluateVisitor__runUserDefinedCallable_closure, R._EvaluateVisitor__runUserDefinedCallable__closure, R._EvaluateVisitor__runUserDefinedCallable___closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runFunctionCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure0, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor__addRestMap_closure, R._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__verifyArguments_closure, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule__closure, R._EvaluateVisitor_visitCssMediaRule___closure, R._EvaluateVisitor_visitCssMediaRule_closure0, R._EvaluateVisitor_visitCssStyleRule_closure, R._EvaluateVisitor_visitCssStyleRule__closure, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure, R._EvaluateVisitor_visitCssSupportsRule__closure, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__serialize_closure, R._EvaluateVisitor__stackTrace_closure, R._ImportedCssVisitor_visitCssAtRule_closure, R._ImportedCssVisitor_visitCssMediaRule_closure, R._ImportedCssVisitor_visitCssStyleRule_closure, R._ImportedCssVisitor_visitCssSupportsRule_closure, N.serialize_closure, N._SerializeVisitor_visitCssComment_closure, N._SerializeVisitor_visitCssAtRule_closure, N._SerializeVisitor_visitCssMediaRule_closure, N._SerializeVisitor_visitCssImport_closure, N._SerializeVisitor_visitCssImport__closure, N._SerializeVisitor_visitCssKeyframeBlock_closure, N._SerializeVisitor_visitCssStyleRule_closure, N._SerializeVisitor_visitCssSupportsRule_closure, N._SerializeVisitor_visitCssDeclaration_closure, N._SerializeVisitor_visitCssDeclaration_closure0, N._SerializeVisitor_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, N._SerializeVisitor__write_closure, N._SerializeVisitor__visitChildren_closure, N.withWarnCallback_closure, T.SingleMapping_SingleMapping$fromEntries_closure, T.SingleMapping_SingleMapping$fromEntries_closure0, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, T.SingleMapping_toJson_closure0, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter_highlight_closure0, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_Chain$parse_closure1, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$parseV8_closure_parseLocation, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, T.LazyTrace_terse_closure, Y.Trace_Trace$from_closure, Y.Trace__parseVM_closure, Y.Trace__parseVM_closure0, Y.Trace$parseV8_closure, Y.Trace$parseV8_closure0, Y.Trace$parseJSCore_closure, Y.Trace$parseJSCore_closure0, Y.Trace$parseFirefox_closure, Y.Trace$parseFirefox_closure0, Y.Trace$parseFriendly_closure, Y.Trace$parseFriendly_closure0, Y.Trace_terse_closure, Y.Trace_foldFrames_closure, Y.Trace_foldFrames_closure0, Y.Trace_toString_closure0, Y.Trace_toString_closure, L._StreamTransformer_bind_closure, L._StreamTransformer_bind__closure, L._StreamTransformer_bind__closure1, L._StreamTransformer_bind__closure0, L._StreamTransformer_bind__closure2, R._debounceAggregate_closure, R._debounceAggregate__closure, R._debounceAggregate_closure0, B.ArgumentDeclaration_verify_closure1, B.ArgumentDeclaration_verify_closure2, S.AsyncBuiltInCallable$mixin_closure0, X._compileStylesheet_closure2, Q.AsyncEnvironment_importForwards_closure3, Q.AsyncEnvironment_importForwards_closure4, Q.AsyncEnvironment_importForwards_closure5, Q.AsyncEnvironment_importForwards_closure6, Q.AsyncEnvironment__getVariableFromGlobalModule_closure0, Q.AsyncEnvironment_setVariable_closure2, Q.AsyncEnvironment_setVariable_closure3, Q.AsyncEnvironment_setVariable_closure4, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure0, Q.AsyncEnvironment__getMixinFromGlobalModule_closure0, Q._EnvironmentModule__EnvironmentModule_closure17, Q._EnvironmentModule__EnvironmentModule_closure18, Q._EnvironmentModule__EnvironmentModule_closure19, Q._EnvironmentModule__EnvironmentModule_closure20, Q._EnvironmentModule__EnvironmentModule_closure21, Q._EnvironmentModule__EnvironmentModule_closure22, E._EvaluateVisitor_closure29, E._EvaluateVisitor_closure30, E._EvaluateVisitor_closure31, E._EvaluateVisitor_closure32, E._EvaluateVisitor_closure33, E._EvaluateVisitor_closure34, E._EvaluateVisitor_closure35, E._EvaluateVisitor_closure36, E._EvaluateVisitor__closure10, E._EvaluateVisitor_closure37, E._EvaluateVisitor_closure38, E._EvaluateVisitor__closure8, E._EvaluateVisitor__closure9, E._EvaluateVisitor_run_closure2, E._EvaluateVisitor__withWarnCallback_closure2, E._EvaluateVisitor__loadModule_closure5, E._EvaluateVisitor__loadModule_closure6, E._EvaluateVisitor__execute_closure2, E._EvaluateVisitor__combineCss_closure8, E._EvaluateVisitor__combineCss_closure9, E._EvaluateVisitor__combineCss_closure10, E._EvaluateVisitor__extendModules_closure5, E._EvaluateVisitor__extendModules_closure6, E._EvaluateVisitor__topologicalModules_visitModule2, E._EvaluateVisitor_visitAtRootRule_closure8, E._EvaluateVisitor_visitAtRootRule_closure9, E._EvaluateVisitor_visitAtRootRule_closure10, E._EvaluateVisitor__scopeForAtRoot_closure17, E._EvaluateVisitor__scopeForAtRoot_closure18, E._EvaluateVisitor__scopeForAtRoot_closure19, E._EvaluateVisitor__scopeForAtRoot__closure2, E._EvaluateVisitor__scopeForAtRoot_closure20, E._EvaluateVisitor__scopeForAtRoot_closure21, E._EvaluateVisitor__scopeForAtRoot_closure22, E._EvaluateVisitor_visitContentRule_closure2, E._EvaluateVisitor_visitDeclaration_closure2, E._EvaluateVisitor_visitEachRule_closure8, E._EvaluateVisitor_visitEachRule_closure9, E._EvaluateVisitor_visitEachRule_closure10, E._EvaluateVisitor_visitEachRule__closure2, E._EvaluateVisitor_visitEachRule___closure2, E._EvaluateVisitor_visitExtendRule_closure2, E._EvaluateVisitor_visitAtRule_closure5, E._EvaluateVisitor_visitAtRule__closure2, E._EvaluateVisitor_visitAtRule_closure6, E._EvaluateVisitor_visitForRule_closure14, E._EvaluateVisitor_visitForRule_closure15, E._EvaluateVisitor_visitForRule_closure16, E._EvaluateVisitor_visitForRule_closure17, E._EvaluateVisitor_visitForRule_closure18, E._EvaluateVisitor_visitForRule__closure2, E._EvaluateVisitor_visitForwardRule_closure5, E._EvaluateVisitor_visitForwardRule_closure6, E._EvaluateVisitor__assertConfigurationIsEmpty_closure2, E._EvaluateVisitor_visitIfRule_closure2, E._EvaluateVisitor_visitIfRule__closure2, E._EvaluateVisitor__visitDynamicImport_closure2, E._EvaluateVisitor__visitDynamicImport__closure2, E._EvaluateVisitor_visitIncludeRule_closure8, E._EvaluateVisitor_visitIncludeRule_closure9, E._EvaluateVisitor_visitIncludeRule_closure10, E._EvaluateVisitor_visitIncludeRule__closure2, E._EvaluateVisitor_visitIncludeRule___closure2, E._EvaluateVisitor_visitIncludeRule____closure2, E._EvaluateVisitor_visitMediaRule_closure5, E._EvaluateVisitor_visitMediaRule__closure2, E._EvaluateVisitor_visitMediaRule___closure2, E._EvaluateVisitor_visitMediaRule_closure6, E._EvaluateVisitor__visitMediaQueries_closure2, E._EvaluateVisitor_visitStyleRule_closure20, E._EvaluateVisitor_visitStyleRule_closure21, E._EvaluateVisitor_visitStyleRule_closure22, E._EvaluateVisitor_visitStyleRule_closure23, E._EvaluateVisitor_visitStyleRule_closure24, E._EvaluateVisitor_visitStyleRule_closure25, E._EvaluateVisitor_visitStyleRule__closure2, E._EvaluateVisitor_visitStyleRule_closure26, E._EvaluateVisitor_visitSupportsRule_closure5, E._EvaluateVisitor_visitSupportsRule__closure2, E._EvaluateVisitor_visitSupportsRule_closure6, E._EvaluateVisitor_visitVariableDeclaration_closure8, E._EvaluateVisitor_visitVariableDeclaration_closure9, E._EvaluateVisitor_visitVariableDeclaration_closure10, E._EvaluateVisitor_visitUseRule_closure2, E._EvaluateVisitor_visitWarnRule_closure2, E._EvaluateVisitor_visitWhileRule_closure2, E._EvaluateVisitor_visitWhileRule__closure2, E._EvaluateVisitor_visitBinaryOperationExpression_closure2, E._EvaluateVisitor_visitVariableExpression_closure2, E._EvaluateVisitor_visitListExpression_closure2, E._EvaluateVisitor_visitFunctionExpression_closure5, E._EvaluateVisitor_visitFunctionExpression_closure6, E._EvaluateVisitor__runUserDefinedCallable_closure2, E._EvaluateVisitor__runUserDefinedCallable__closure2, E._EvaluateVisitor__runUserDefinedCallable___closure2, E._EvaluateVisitor__runUserDefinedCallable____closure2, E._EvaluateVisitor__runFunctionCallable_closure2, E._EvaluateVisitor__runBuiltInCallable_closure5, E._EvaluateVisitor__runBuiltInCallable_closure6, E._EvaluateVisitor__evaluateArguments_closure2, E._EvaluateVisitor__evaluateMacroArguments_closure11, E._EvaluateVisitor__evaluateMacroArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure13, E._EvaluateVisitor__evaluateMacroArguments_closure14, E._EvaluateVisitor__addRestMap_closure5, E._EvaluateVisitor__addRestMap_closure6, E._EvaluateVisitor__verifyArguments_closure2, E._EvaluateVisitor_visitStringExpression_closure2, E._EvaluateVisitor_visitCssAtRule_closure5, E._EvaluateVisitor_visitCssAtRule_closure6, E._EvaluateVisitor_visitCssKeyframeBlock_closure5, E._EvaluateVisitor_visitCssKeyframeBlock_closure6, E._EvaluateVisitor_visitCssMediaRule_closure5, E._EvaluateVisitor_visitCssMediaRule__closure2, E._EvaluateVisitor_visitCssMediaRule___closure2, E._EvaluateVisitor_visitCssMediaRule_closure6, E._EvaluateVisitor_visitCssStyleRule_closure5, E._EvaluateVisitor_visitCssStyleRule__closure2, E._EvaluateVisitor_visitCssStyleRule_closure6, E._EvaluateVisitor_visitCssSupportsRule_closure5, E._EvaluateVisitor_visitCssSupportsRule__closure2, E._EvaluateVisitor_visitCssSupportsRule_closure6, E._EvaluateVisitor__performInterpolation_closure2, E._EvaluateVisitor__serialize_closure2, E._EvaluateVisitor__stackTrace_closure2, E._ImportedCssVisitor_visitCssAtRule_closure2, E._ImportedCssVisitor_visitCssMediaRule_closure2, E._ImportedCssVisitor_visitCssStyleRule_closure2, E._ImportedCssVisitor_visitCssSupportsRule_closure2, O.AsyncImportCache_canonicalize_closure0, O.AsyncImportCache__canonicalize_closure0, O.AsyncImportCache_importCanonical_closure0, O.AsyncImportCache_humanize_closure2, O.AsyncImportCache_humanize_closure3, O.AsyncImportCache_humanize_closure4, V.AtRootQueryParser_parse_closure0, Z.closure263, Z._closure34, Z._closure35, Q.BuiltInCallable$mixin_closure0, K.closure159, K.closure160, K.closure161, K.closure162, K.closure163, K.closure164, K.closure165, K.closure166, K.closure167, K.closure168, K.closure169, K.closure170, K.closure171, K.closure172, K.closure173, K.closure174, K.closure175, K.closure176, K.closure177, K.closure178, K.closure179, K.closure180, K.closure181, K.closure182, K.closure183, K.closure184, K._closure23, K.closure185, K.closure214, K.closure215, K.closure216, K.closure217, K.closure218, K.closure219, K.closure220, K.closure221, K._closure28, K.closure222, K.closure197, K.closure196, K.closure195, K.closure194, K.closure193, K.closure192, K.closure191, K.closure190, K.closure188, K.closure187, K.closure186, K.closure189, K.closure_hexString0, K._updateComponents_getParam0, K._updateComponents_closure0, K._updateComponents_updateValue0, K._updateComponents_updateRgb0, K._functionString_closure0, K._removedColorFunction_closure0, K._removeUnits_closure1, K._removeUnits_closure2, K._parseChannels_closure0, K.closure253, K.closure254, K.closure255, K.closure256, K.closure257, K.closure258, K.closure259, K.closure260, K.closure261, K.closure262, K.SassColor_SassColor$hwb_toRgb0, U._compileStylesheet_closure1, S.ComplexSelector_isInvisible_closure0, X.CompoundSelector_isInvisible_closure0, Q.closure227, V.EachRule_toString_closure0, O.Environment_importForwards_closure3, O.Environment_importForwards_closure4, O.Environment_importForwards_closure5, O.Environment_importForwards_closure6, O.Environment__getVariableFromGlobalModule_closure0, O.Environment_setVariable_closure2, O.Environment_setVariable_closure3, O.Environment_setVariable_closure4, O.Environment__getFunctionFromGlobalModule_closure0, O.Environment__getMixinFromGlobalModule_closure0, O._EnvironmentModule__EnvironmentModule_closure11, O._EnvironmentModule__EnvironmentModule_closure12, O._EnvironmentModule__EnvironmentModule_closure13, O._EnvironmentModule__EnvironmentModule_closure14, O._EnvironmentModule__EnvironmentModule_closure15, O._EnvironmentModule__EnvironmentModule_closure16, R._EvaluateVisitor_closure19, R._EvaluateVisitor_closure20, R._EvaluateVisitor_closure21, R._EvaluateVisitor_closure22, R._EvaluateVisitor_closure23, R._EvaluateVisitor_closure24, R._EvaluateVisitor_closure25, R._EvaluateVisitor_closure26, R._EvaluateVisitor__closure7, R._EvaluateVisitor_closure27, R._EvaluateVisitor_closure28, R._EvaluateVisitor__closure5, R._EvaluateVisitor__closure6, R._EvaluateVisitor_run_closure1, R._EvaluateVisitor__withWarnCallback_closure1, R._EvaluateVisitor__loadModule_closure3, R._EvaluateVisitor__loadModule_closure4, R._EvaluateVisitor__execute_closure1, R._EvaluateVisitor__combineCss_closure5, R._EvaluateVisitor__combineCss_closure6, R._EvaluateVisitor__combineCss_closure7, R._EvaluateVisitor__extendModules_closure3, R._EvaluateVisitor__extendModules_closure4, R._EvaluateVisitor__topologicalModules_visitModule1, R._EvaluateVisitor_visitAtRootRule_closure5, R._EvaluateVisitor_visitAtRootRule_closure6, R._EvaluateVisitor_visitAtRootRule_closure7, R._EvaluateVisitor__scopeForAtRoot_closure11, R._EvaluateVisitor__scopeForAtRoot_closure12, R._EvaluateVisitor__scopeForAtRoot_closure13, R._EvaluateVisitor__scopeForAtRoot__closure1, R._EvaluateVisitor__scopeForAtRoot_closure14, R._EvaluateVisitor__scopeForAtRoot_closure15, R._EvaluateVisitor__scopeForAtRoot_closure16, R._EvaluateVisitor_visitContentRule_closure1, R._EvaluateVisitor_visitDeclaration_closure1, R._EvaluateVisitor_visitEachRule_closure5, R._EvaluateVisitor_visitEachRule_closure6, R._EvaluateVisitor_visitEachRule_closure7, R._EvaluateVisitor_visitEachRule__closure1, R._EvaluateVisitor_visitEachRule___closure1, R._EvaluateVisitor_visitExtendRule_closure1, R._EvaluateVisitor_visitAtRule_closure3, R._EvaluateVisitor_visitAtRule__closure1, R._EvaluateVisitor_visitAtRule_closure4, R._EvaluateVisitor_visitForRule_closure9, R._EvaluateVisitor_visitForRule_closure10, R._EvaluateVisitor_visitForRule_closure11, R._EvaluateVisitor_visitForRule_closure12, R._EvaluateVisitor_visitForRule_closure13, R._EvaluateVisitor_visitForRule__closure1, R._EvaluateVisitor_visitForwardRule_closure3, R._EvaluateVisitor_visitForwardRule_closure4, R._EvaluateVisitor__assertConfigurationIsEmpty_closure1, R._EvaluateVisitor_visitIfRule_closure1, R._EvaluateVisitor_visitIfRule__closure1, R._EvaluateVisitor__visitDynamicImport_closure1, R._EvaluateVisitor__visitDynamicImport__closure1, R._EvaluateVisitor_visitIncludeRule_closure5, R._EvaluateVisitor_visitIncludeRule_closure6, R._EvaluateVisitor_visitIncludeRule_closure7, R._EvaluateVisitor_visitIncludeRule__closure1, R._EvaluateVisitor_visitIncludeRule___closure1, R._EvaluateVisitor_visitIncludeRule____closure1, R._EvaluateVisitor_visitMediaRule_closure3, R._EvaluateVisitor_visitMediaRule__closure1, R._EvaluateVisitor_visitMediaRule___closure1, R._EvaluateVisitor_visitMediaRule_closure4, R._EvaluateVisitor__visitMediaQueries_closure1, R._EvaluateVisitor_visitStyleRule_closure13, R._EvaluateVisitor_visitStyleRule_closure14, R._EvaluateVisitor_visitStyleRule_closure15, R._EvaluateVisitor_visitStyleRule_closure16, R._EvaluateVisitor_visitStyleRule_closure17, R._EvaluateVisitor_visitStyleRule_closure18, R._EvaluateVisitor_visitStyleRule__closure1, R._EvaluateVisitor_visitStyleRule_closure19, R._EvaluateVisitor_visitSupportsRule_closure3, R._EvaluateVisitor_visitSupportsRule__closure1, R._EvaluateVisitor_visitSupportsRule_closure4, R._EvaluateVisitor_visitVariableDeclaration_closure5, R._EvaluateVisitor_visitVariableDeclaration_closure6, R._EvaluateVisitor_visitVariableDeclaration_closure7, R._EvaluateVisitor_visitUseRule_closure1, R._EvaluateVisitor_visitWarnRule_closure1, R._EvaluateVisitor_visitWhileRule_closure1, R._EvaluateVisitor_visitWhileRule__closure1, R._EvaluateVisitor_visitBinaryOperationExpression_closure1, R._EvaluateVisitor_visitVariableExpression_closure1, R._EvaluateVisitor_visitListExpression_closure1, R._EvaluateVisitor_visitFunctionExpression_closure3, R._EvaluateVisitor_visitFunctionExpression_closure4, R._EvaluateVisitor__runUserDefinedCallable_closure1, R._EvaluateVisitor__runUserDefinedCallable__closure1, R._EvaluateVisitor__runUserDefinedCallable___closure1, R._EvaluateVisitor__runUserDefinedCallable____closure1, R._EvaluateVisitor__runFunctionCallable_closure1, R._EvaluateVisitor__runBuiltInCallable_closure3, R._EvaluateVisitor__runBuiltInCallable_closure4, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure8, R._EvaluateVisitor__evaluateMacroArguments_closure9, R._EvaluateVisitor__evaluateMacroArguments_closure10, R._EvaluateVisitor__addRestMap_closure3, R._EvaluateVisitor__addRestMap_closure4, R._EvaluateVisitor__verifyArguments_closure1, R._EvaluateVisitor_visitStringExpression_closure1, R._EvaluateVisitor_visitCssAtRule_closure3, R._EvaluateVisitor_visitCssAtRule_closure4, R._EvaluateVisitor_visitCssKeyframeBlock_closure3, R._EvaluateVisitor_visitCssKeyframeBlock_closure4, R._EvaluateVisitor_visitCssMediaRule_closure3, R._EvaluateVisitor_visitCssMediaRule__closure1, R._EvaluateVisitor_visitCssMediaRule___closure1, R._EvaluateVisitor_visitCssMediaRule_closure4, R._EvaluateVisitor_visitCssStyleRule_closure3, R._EvaluateVisitor_visitCssStyleRule__closure1, R._EvaluateVisitor_visitCssStyleRule_closure4, R._EvaluateVisitor_visitCssSupportsRule_closure3, R._EvaluateVisitor_visitCssSupportsRule__closure1, R._EvaluateVisitor_visitCssSupportsRule_closure4, R._EvaluateVisitor__performInterpolation_closure1, R._EvaluateVisitor__serialize_closure1, R._EvaluateVisitor__stackTrace_closure1, R._ImportedCssVisitor_visitCssAtRule_closure1, R._ImportedCssVisitor_visitCssMediaRule_closure1, R._ImportedCssVisitor_visitCssStyleRule_closure1, R._ImportedCssVisitor_visitCssSupportsRule_closure1, F.Extender_extensionsWhereTarget_closure0, F.Extender__registerSelector_closure0, F.Extender_addExtension_closure2, F.Extender_addExtension_closure3, F.Extender_addExtension_closure4, F.Extender__extendExistingExtensions_closure1, F.Extender__extendExistingExtensions_closure2, F.Extender_addExtensions_closure0, F.Extender_addExtensions__closure0, F.Extender_addExtensions___closure1, F.Extender_addExtensions___closure2, F.Extender__extendList_closure0, F.Extender__extendComplex_closure1, F.Extender__extendComplex_closure2, F.Extender__extendComplex__closure1, F.Extender__extendComplex__closure2, F.Extender__extendComplex___closure0, F.Extender__extendCompound_closure5, F.Extender__extendCompound_closure6, F.Extender__extendCompound__closure1, F.Extender__extendCompound__closure2, F.Extender__extendCompound_closure7, F.Extender__extendCompound_closure8, F.Extender__extendCompound_closure9, F.Extender__extendCompound_closure10, F.Extender__extendSimple_withoutPseudo0, F.Extender__extendSimple_closure0, F.Extender__extendPseudo_closure4, F.Extender__extendPseudo_closure5, F.Extender__extendPseudo_closure6, F.Extender__extendPseudo_closure7, F.Extender__extendPseudo_closure8, F.Extender__trim_closure1, F.Extender__trim_closure2, F.Extender_clone_closure0, Y.unifyComplex_closure0, Y._weaveParents_closure6, Y._weaveParents_closure7, Y._weaveParents_closure8, Y._weaveParents__closure4, Y._weaveParents_closure9, Y._weaveParents_closure10, Y._weaveParents__closure3, Y._weaveParents_closure11, Y._weaveParents_closure12, Y._weaveParents__closure2, Y._mustUnify_closure0, Y._mustUnify__closure0, Y.paths_closure0, Y.paths__closure0, Y.paths___closure0, Y._hasRoot_closure0, Y.listIsSuperselector_closure0, Y.listIsSuperselector__closure0, Y._simpleIsSuperselectorOfCompound_closure0, Y._simpleIsSuperselectorOfCompound__closure0, Y._selectorPseudoIsSuperselector_closure6, Y._selectorPseudoIsSuperselector_closure7, Y._selectorPseudoIsSuperselector_closure8, Y._selectorPseudoIsSuperselector_closure9, Y._selectorPseudoIsSuperselector_closure10, Y._selectorPseudoIsSuperselector__closure0, Y._selectorPseudoIsSuperselector___closure1, Y._selectorPseudoIsSuperselector___closure2, Y._selectorPseudoIsSuperselector_closure11, Y._selectorPseudoIsSuperselector_closure12, Y._selectorPseudosNamed_closure0, Y.closure114, N.IDSelector_unify_closure0, V.IfRule_toString_closure0, V.IfClause$__closure0, V.IfClause$___closure0, F.NodeImporter__tryPath_closure, R.ImportCache_canonicalize_closure0, R.ImportCache__canonicalize_closure0, R.ImportCache_importCanonical_closure0, R.ImportCache_humanize_closure2, R.ImportCache_humanize_closure3, R.ImportCache_humanize_closure4, X.Interpolation_toString_closure0, F._realCasePath_helper0, F._realCasePath_helper_closure0, F._realCasePath_helper__closure0, E.KeyframeSelectorParser_parse_closure0, D.ListExpression_toString_closure0, D.closure158, D.closure157, D.closure156, D.closure155, D.closure154, D.closure153, D._closure20, D._closure21, D._closure22, D.closure152, D.closure150, D.closure151, D.SelectorList_isInvisible_closure0, D.SelectorList_asSassList_closure0, D.SelectorList_asSassList__closure0, D.SelectorList_unify_closure0, D.SelectorList_unify__closure0, D.SelectorList_unify___closure0, D.SelectorList_resolveParentSelectors_closure0, D.SelectorList_resolveParentSelectors__closure1, D.SelectorList_resolveParentSelectors__closure2, D.SelectorList__complexContainsParentSelector_closure0, D.SelectorList__complexContainsParentSelector__closure0, D.SelectorList__resolveParentSelectorsCompound_closure2, D.SelectorList__resolveParentSelectorsCompound_closure3, D.SelectorList__resolveParentSelectorsCompound_closure4, D.closure246, D._closure33, D.closure247, D.closure248, D.closure249, D.closure250, D.closure251, D.closure252, D.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A.closure149, A.closure212, A._closure27, A.closure213, A._closure26, A.closure147, A.closure148, A._closure19, A.closure211, A.closure210, A._closure25, A.closure145, A.closure146, A.closure144, A.closure143, A.closure142, A._modify__modifyNestedMap0, A._deepMergeImpl__ensureMutable0, A._deepMergeImpl_closure0, A.closure239, A._closure31, A._closure32, A.closure240, A.closure241, A.closure242, A.closure243, A.closure244, A.closure245, A.SassMap_asList_closure0, K.closure140, K.closure205, K.closure139, K.closure138, K.closure137, K.closure141, K.closure203, K._closure24, K.closure202, K.closure201, K.closure199, K.closure209, K.closure208, K.closure207, K.closure206, K.closure204, K.closure200, K.closure198, K.closure133, K.closure132, K.closure134, K.closure136, K.closure135, K._numberFunction_closure0, F.MediaQueryParser_parse_closure0, Q.closure223, Q.closure224, Q.closure225, Q.closure226, B._readFile_closure0, B.fileExists_closure0, B.dirExists_closure0, B.listDir_closure0, B.listDir__closure1, B.listDir__closure2, B.listDir_closure_list0, B.listDir__list_closure0, B._render_closure, B._render_closure0, B._render_closure1, B._parseFunctions_closure, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions____closure, B._parseFunctions___closure1, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, B._parseImporter____closure, B._parseImporter___closure0, O.closure238, O._closure29, O._closure30, T.closure232, T.closure233, T.closure234, T.closure235, T.closure236, T.closure237, T._parseNumber_closure, T._parseNumber_closure0, T.SassNumber__coerceOrConvertValue__compatibilityException0, T.SassNumber__coerceOrConvertValue_closure3, T.SassNumber__coerceOrConvertValue_closure4, T.SassNumber__coerceOrConvertValue_closure5, T.SassNumber__coerceOrConvertValue_closure6, T.SassNumber_modulo_closure0, T.SassNumber_plus_closure0, T.SassNumber_minus_closure0, T.SassNumber__multiplyUnits_closure3, T.SassNumber__multiplyUnits_closure4, T.SassNumber__multiplyUnits_closure5, T.SassNumber__multiplyUnits_closure6, T.SassNumber__areAnyConvertible_closure0, T.SassNumber__canonicalizeUnitList_closure0, T.SassNumber__canonicalMultiplier_closure0, M.ParentStatement_closure0, M.ParentStatement__closure0, G.Parser__parseIdentifier_closure0, G.Parser_scanIdentChar_matches0, F._PrefixedKeys_iterator_closure0, U.main_printError, U.main_closure, U.SassParser_children_closure0, R._wrapMain_closure, R._wrapMain_closure0, T.closure128, T._closure16, T._closure17, T.closure127, T._closure14, T._closure15, T.__closure0, T.closure126, T.closure125, T.closure124, T.closure131, T.closure130, T._closure18, T.closure129, T.SelectorParser_parse_closure0, T.SelectorParser_parseCompoundSelector_closure0, N.serialize_closure0, N._SerializeVisitor_visitCssComment_closure0, N._SerializeVisitor_visitCssAtRule_closure0, N._SerializeVisitor_visitCssMediaRule_closure0, N._SerializeVisitor_visitCssImport_closure0, N._SerializeVisitor_visitCssImport__closure0, N._SerializeVisitor_visitCssKeyframeBlock_closure0, N._SerializeVisitor_visitCssStyleRule_closure0, N._SerializeVisitor_visitCssSupportsRule_closure0, N._SerializeVisitor_visitCssDeclaration_closure1, N._SerializeVisitor_visitCssDeclaration_closure2, N._SerializeVisitor_visitList_closure2, N._SerializeVisitor_visitList_closure3, N._SerializeVisitor_visitList_closure4, N._SerializeVisitor_visitMap_closure0, N._SerializeVisitor_visitSelectorList_closure0, N._SerializeVisitor__write_closure0, N._SerializeVisitor__visitChildren_closure0, D.SourceMapBuffer__addEntry_closure0, D.SourceMapBuffer_buildSourceMap_closure0, D.closure123, D.closure122, D.closure118, D.closure117, D.closure116, D.closure115, D.closure121, D.closure120, D.closure119, D.closure228, D.closure229, D.closure230, D.closure231, V.StylesheetParser_parse_closure0, V.StylesheetParser_parse__closure1, V.StylesheetParser_parse__closure2, V.StylesheetParser_parseArgumentDeclaration_closure0, V.StylesheetParser__parseSingleProduction_closure0, V.StylesheetParser_parseSignature_closure, V.StylesheetParser__statement_closure0, V.StylesheetParser_variableDeclarationWithoutNamespace_closure1, V.StylesheetParser_variableDeclarationWithoutNamespace_closure2, V.StylesheetParser__declarationOrBuffer_closure1, V.StylesheetParser__declarationOrBuffer_closure2, V.StylesheetParser__styleRule_closure0, V.StylesheetParser__propertyOrVariableDeclaration_closure1, V.StylesheetParser__propertyOrVariableDeclaration_closure2, V.StylesheetParser__atRootRule_closure1, V.StylesheetParser__atRootRule_closure2, V.StylesheetParser__eachRule_closure0, V.StylesheetParser__functionRule_closure0, V.StylesheetParser__forRule_closure1, V.StylesheetParser__forRule_closure2, V.StylesheetParser__memberList_closure0, V.StylesheetParser__includeRule_closure0, V.StylesheetParser_mediaRule_closure0, V.StylesheetParser__mixinRule_closure0, V.StylesheetParser_mozDocumentRule_closure0, V.StylesheetParser_supportsRule_closure0, V.StylesheetParser__whileRule_closure0, V.StylesheetParser_unknownAtRule_closure0, V.StylesheetParser_expression_resetState0, V.StylesheetParser_expression_resolveOneOperation0, V.StylesheetParser_expression_resolveOperations0, V.StylesheetParser_expression_addSingleExpression0, V.StylesheetParser_expression_addOperator0, V.StylesheetParser_expression_resolveSpaceExpressions0, V.StylesheetParser__expressionUntilComma_closure0, V.StylesheetParser__unicodeRange_closure1, V.StylesheetParser__unicodeRange_closure2, V.StylesheetParser_identifierLike_closure0, V.StylesheetParser__expressionUntilComparison_closure0, V.StylesheetParser__publicIdentifier_closure0, R._UnprefixedKeys_iterator_closure1, R._UnprefixedKeys_iterator_closure2, B.resolveImportPath_closure1, B.resolveImportPath_closure2, B._tryPathAsDirectory_closure0, B._exactlyOne_closure0, B.forwardToString_closure, B.createClass_closure, B.indent_closure0, B.flattenVertically_closure1, B.flattenVertically_closure2, B.longestCommonSubsequence_closure2, B.longestCommonSubsequence_closure3, B.longestCommonSubsequence_closure4, B.longestCommonSubsequence_backtrack0, B.mapAddAll2_closure0, N.withWarnCallback_closure0]);
|
|
89544
|
+
_inheritMany(H.Closure, [H._CastListBase_sort_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_functionNoSuchMethod_closure, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_wait__error_set, P.Future_wait__stackTrace_set, P.Future_wait__error_get, P.Future_wait__stackTrace_get, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncCompleteWithValue_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_length_closure, P.Stream_length_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P.Utf8Decoder_closure, P.Utf8Decoder_closure0, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__makePath_closure, P._createTables_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, N.ArgParser_findByAbbreviation_closure, N.ArgParser_findByAbbreviation_closure0, G.Parser_parse_closure, G.Parser_setOption_closure, G.Usage_generate_closure, G.Usage_buildAllowedList_closure, L.StreamGroup_add_closure, L.StreamGroup_add_closure0, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, L.StreamGroup__onCancel_closure0, L.StreamGroup__listenToStream_closure, G.StreamQueue__ensureListening_closure, G.StreamQueue__ensureListening_closure1, G.StreamQueue__ensureListening_closure0, Q.closure113, B.ReplAdapter_runAsync_closure, B.defaultCompare_closure, M.futureToPromise_closure, M.Context_join_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath_normalize_closure, X.ParsedPath__splitExtension_closure, X.ParsedPath__splitExtension_closure0, K.PathMap__create_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, V.IfRule_toString_closure, V.IfClause$__closure, V.IfClause$___closure, M.ParentStatement_closure, M.ParentStatement__closure, S.ComplexSelector_isInvisible_closure, X.CompoundSelector_isInvisible_closure, N.IDSelector_unify_closure, D.SelectorList_isInvisible_closure, D.SelectorList_asSassList_closure, D.SelectorList_asSassList__closure, D.SelectorList_unify_closure, D.SelectorList_unify__closure, D.SelectorList_unify___closure, D.SelectorList_resolveParentSelectors_closure, D.SelectorList_resolveParentSelectors__closure, D.SelectorList_resolveParentSelectors__closure0, D.SelectorList__complexContainsParentSelector_closure, D.SelectorList__complexContainsParentSelector__closure, D.SelectorList__resolveParentSelectorsCompound_closure, D.SelectorList__resolveParentSelectorsCompound_closure0, D.SelectorList__resolveParentSelectorsCompound_closure1, X._compileStylesheet_closure0, Q.AsyncEnvironment_importForwards_closure, Q.AsyncEnvironment_importForwards_closure0, Q.AsyncEnvironment_importForwards_closure1, Q.AsyncEnvironment_importForwards_closure2, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment_setVariable_closure1, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q._EnvironmentModule__EnvironmentModule_closure5, Q._EnvironmentModule__EnvironmentModule_closure6, Q._EnvironmentModule__EnvironmentModule_closure7, Q._EnvironmentModule__EnvironmentModule_closure8, Q._EnvironmentModule__EnvironmentModule_closure9, Q._EnvironmentModule__EnvironmentModule_closure10, O.AsyncImportCache_canonicalize_closure, O.AsyncImportCache__canonicalize_closure, O.AsyncImportCache_importCanonical_closure, O.AsyncImportCache_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable$mixin_closure, Q.BuiltInCallable$mixin_closure, U._compileStylesheet_closure, O.Environment_importForwards_closure, O.Environment_importForwards_closure0, O.Environment_importForwards_closure1, O.Environment_importForwards_closure2, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure, O.Environment_setVariable_closure0, O.Environment_setVariable_closure1, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O._EnvironmentModule__EnvironmentModule_closure, O._EnvironmentModule__EnvironmentModule_closure0, O._EnvironmentModule__EnvironmentModule_closure1, O._EnvironmentModule__EnvironmentModule_closure2, O._EnvironmentModule__EnvironmentModule_closure3, O._EnvironmentModule__EnvironmentModule_closure4, D._writeSourceMap_closure, B.ExecutableOptions_closure, B.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A._Watcher__debounceEvents__closure, F.Extender_extensionsWhereTarget_closure, F.Extender__registerSelector_closure, F.Extender_addExtension_closure, F.Extender_addExtension_closure0, F.Extender_addExtension_closure1, F.Extender__extendExistingExtensions_closure, F.Extender__extendExistingExtensions_closure0, F.Extender_addExtensions_closure, F.Extender_addExtensions__closure, F.Extender_addExtensions___closure, F.Extender_addExtensions___closure0, F.Extender__extendList_closure, F.Extender__extendComplex_closure, F.Extender__extendComplex_closure0, F.Extender__extendComplex__closure, F.Extender__extendComplex__closure0, F.Extender__extendComplex___closure, F.Extender__extendCompound_closure, F.Extender__extendCompound_closure0, F.Extender__extendCompound__closure, F.Extender__extendCompound__closure0, F.Extender__extendCompound_closure1, F.Extender__extendCompound_closure2, F.Extender__extendCompound_closure3, F.Extender__extendCompound_closure4, F.Extender__extendSimple_withoutPseudo, F.Extender__extendSimple_closure, F.Extender__extendPseudo_closure, F.Extender__extendPseudo_closure0, F.Extender__extendPseudo_closure1, F.Extender__extendPseudo_closure2, F.Extender__extendPseudo_closure3, F.Extender__trim_closure, F.Extender__trim_closure0, F.Extender_clone_closure, Y.unifyComplex_closure, Y._weaveParents_closure, Y._weaveParents_closure0, Y._weaveParents_closure1, Y._weaveParents__closure1, Y._weaveParents_closure2, Y._weaveParents_closure3, Y._weaveParents__closure0, Y._weaveParents_closure4, Y._weaveParents_closure5, Y._weaveParents__closure, Y._mustUnify_closure, Y._mustUnify__closure, Y.paths_closure, Y.paths__closure, Y.paths___closure, Y._hasRoot_closure, Y.listIsSuperselector_closure, Y.listIsSuperselector__closure, Y._simpleIsSuperselectorOfCompound_closure, Y._simpleIsSuperselectorOfCompound__closure, Y._selectorPseudoIsSuperselector_closure, Y._selectorPseudoIsSuperselector_closure0, Y._selectorPseudoIsSuperselector_closure1, Y._selectorPseudoIsSuperselector_closure2, Y._selectorPseudoIsSuperselector_closure3, Y._selectorPseudoIsSuperselector__closure, Y._selectorPseudoIsSuperselector___closure, Y._selectorPseudoIsSuperselector___closure0, Y._selectorPseudoIsSuperselector_closure4, Y._selectorPseudoIsSuperselector_closure5, Y._selectorPseudosNamed_closure, Y.closure, K.closure44, K.closure45, K.closure46, K.closure47, K.closure48, K.closure49, K.closure50, K.closure51, K.closure52, K.closure53, K.closure54, K.closure55, K.closure56, K.closure57, K.closure58, K.closure59, K.closure60, K.closure61, K.closure62, K.closure63, K.closure64, K.closure65, K.closure66, K.closure67, K.closure68, K.closure69, K._closure8, K.closure70, K.closure99, K.closure100, K.closure101, K.closure102, K.closure103, K.closure104, K.closure105, K.closure106, K._closure13, K.closure107, K.closure82, K.closure81, K.closure80, K.closure79, K.closure78, K.closure77, K.closure76, K.closure75, K.closure73, K.closure72, K.closure71, K.closure74, K.closure_hexString, K._updateComponents_getParam, K._updateComponents_closure, K._updateComponents_updateValue, K._updateComponents_updateRgb, K._functionString_closure, K._removedColorFunction_closure, K._removeUnits_closure, K._removeUnits_closure0, K._parseChannels_closure, D.closure43, D.closure42, D.closure41, D.closure40, D.closure39, D.closure38, D._closure5, D._closure6, D._closure7, D.closure37, D.closure35, D.closure36, A.closure34, A.closure97, A._closure12, A.closure98, A._closure11, A.closure32, A.closure33, A._closure4, A.closure96, A.closure95, A._closure10, A.closure30, A.closure31, A.closure29, A.closure28, A.closure27, A._modify__modifyNestedMap, A._deepMergeImpl__ensureMutable, A._deepMergeImpl_closure, K.closure25, K.closure90, K.closure24, K.closure23, K.closure22, K.closure26, K.closure88, K._closure9, K.closure87, K.closure86, K.closure84, K.closure94, K.closure93, K.closure92, K.closure91, K.closure89, K.closure85, K.closure83, K.closure18, K.closure17, K.closure19, K.closure21, K.closure20, K._numberFunction_closure, Q.closure108, Q.closure109, Q.closure110, Q.closure111, T.closure13, T._closure1, T._closure2, T.closure12, T._closure, T._closure0, T.__closure, T.closure11, T.closure10, T.closure9, T.closure16, T.closure15, T._closure3, T.closure14, D.closure8, D.closure7, D.closure3, D.closure2, D.closure1, D.closure0, D.closure6, D.closure5, D.closure4, R.ImportCache_canonicalize_closure, R.ImportCache__canonicalize_closure, R.ImportCache_importCanonical_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, B.resolveImportPath_closure, B.resolveImportPath_closure0, B._tryPathAsDirectory_closure, B._exactlyOne_closure, F._realCasePath_helper, F._realCasePath_helper_closure, F._realCasePath_helper__closure, B._readFile_closure, B.writeFile_closure, B.deleteFile_closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.fileExists_closure, B.dirExists_closure, B.ensureDir_closure, B.listDir_closure, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.modificationTime_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, B.watchDir_closure3, B.watchDir__closure, V.AtRootQueryParser_parse_closure, Q.closure112, E.KeyframeSelectorParser_parse_closure, F.MediaQueryParser_parse_closure, G.Parser__parseIdentifier_closure, G.Parser_scanIdentChar_matches, U.SassParser_children_closure, T.SelectorParser_parse_closure, T.SelectorParser_parseCompoundSelector_closure, V.StylesheetParser_parse_closure, V.StylesheetParser_parse__closure, V.StylesheetParser_parse__closure0, V.StylesheetParser_parseArgumentDeclaration_closure, V.StylesheetParser_parseVariableDeclaration_closure, V.StylesheetParser_parseUseRule_closure, V.StylesheetParser__parseSingleProduction_closure, V.StylesheetParser__statement_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure0, V.StylesheetParser__declarationOrBuffer_closure, V.StylesheetParser__declarationOrBuffer_closure0, V.StylesheetParser__styleRule_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure0, V.StylesheetParser__atRootRule_closure, V.StylesheetParser__atRootRule_closure0, V.StylesheetParser__eachRule_closure, V.StylesheetParser__functionRule_closure, V.StylesheetParser__forRule_closure, V.StylesheetParser__forRule_closure0, V.StylesheetParser__memberList_closure, V.StylesheetParser__includeRule_closure, V.StylesheetParser_mediaRule_closure, V.StylesheetParser__mixinRule_closure, V.StylesheetParser_mozDocumentRule_closure, V.StylesheetParser_supportsRule_closure, V.StylesheetParser__whileRule_closure, V.StylesheetParser_unknownAtRule_closure, V.StylesheetParser_expression_resetState, V.StylesheetParser_expression_resolveOneOperation, V.StylesheetParser_expression_resolveOperations, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser_expression_resolveSpaceExpressions, V.StylesheetParser__expressionUntilComma_closure, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_identifierLike_closure, V.StylesheetParser__expressionUntilComparison_closure, V.StylesheetParser__publicIdentifier_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, M.StylesheetGraph__add_closure, M.StylesheetGraph_addCanonical_closure, M.StylesheetGraph_reload_closure, M.StylesheetGraph__recanonicalizeImportsForNode_closure, M.StylesheetGraph__nodeFor_closure, M.StylesheetGraph__nodeFor_closure0, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer__addEntry_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.flattenVertically_closure, B.flattenVertically_closure0, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_closure1, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, K.SassColor_SassColor$hwb_toRgb, D.SassList_isBlank_closure, A.SassMap_asList_closure, T.SassNumber__coerceOrConvertValue__compatibilityException, T.SassNumber__coerceOrConvertValue_closure, T.SassNumber__coerceOrConvertValue_closure0, T.SassNumber__coerceOrConvertValue_closure1, T.SassNumber__coerceOrConvertValue_closure2, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber_multiplyUnits_closure, T.SassNumber_multiplyUnits_closure0, T.SassNumber_multiplyUnits_closure1, T.SassNumber_multiplyUnits_closure2, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalizeUnitList_closure, T.SassNumber__canonicalMultiplier_closure, L.SingleUnitSassNumber_multiplyUnits_closure, L.SingleUnitSassNumber_multiplyUnits_closure0, E._EvaluateVisitor_closure9, E._EvaluateVisitor_closure10, E._EvaluateVisitor_closure11, E._EvaluateVisitor_closure12, E._EvaluateVisitor_closure13, E._EvaluateVisitor_closure14, E._EvaluateVisitor_closure15, E._EvaluateVisitor_closure16, E._EvaluateVisitor__closure4, E._EvaluateVisitor_closure17, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure2, E._EvaluateVisitor__closure3, E._EvaluateVisitor_run_closure0, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__loadModule_closure1, E._EvaluateVisitor__loadModule_closure2, E._EvaluateVisitor__execute_closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__extendModules_closure2, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor_visitAtRootRule_closure2, E._EvaluateVisitor_visitAtRootRule_closure3, E._EvaluateVisitor_visitAtRootRule_closure4, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot__closure0, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitContentRule_closure0, E._EvaluateVisitor_visitDeclaration_closure0, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule_closure4, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitExtendRule_closure0, E._EvaluateVisitor_visitAtRule_closure1, E._EvaluateVisitor_visitAtRule__closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitForRule_closure4, E._EvaluateVisitor_visitForRule_closure5, E._EvaluateVisitor_visitForRule_closure6, E._EvaluateVisitor_visitForRule_closure7, E._EvaluateVisitor_visitForRule_closure8, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure1, E._EvaluateVisitor_visitForwardRule_closure2, E._EvaluateVisitor__assertConfigurationIsEmpty_closure0, E._EvaluateVisitor_visitIfRule_closure0, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport_closure0, E._EvaluateVisitor__visitDynamicImport__closure0, E._EvaluateVisitor_visitIncludeRule_closure2, E._EvaluateVisitor_visitIncludeRule_closure3, E._EvaluateVisitor_visitIncludeRule_closure4, E._EvaluateVisitor_visitIncludeRule__closure0, E._EvaluateVisitor_visitIncludeRule___closure0, E._EvaluateVisitor_visitIncludeRule____closure0, E._EvaluateVisitor_visitMediaRule_closure1, E._EvaluateVisitor_visitMediaRule__closure0, E._EvaluateVisitor_visitMediaRule___closure0, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor__visitMediaQueries_closure0, E._EvaluateVisitor_visitStyleRule_closure6, E._EvaluateVisitor_visitStyleRule_closure7, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure9, E._EvaluateVisitor_visitStyleRule_closure10, E._EvaluateVisitor_visitStyleRule_closure11, E._EvaluateVisitor_visitStyleRule__closure0, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure1, E._EvaluateVisitor_visitSupportsRule__closure0, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure3, E._EvaluateVisitor_visitVariableDeclaration_closure4, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWarnRule_closure0, E._EvaluateVisitor_visitWhileRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure0, E._EvaluateVisitor_visitVariableExpression_closure0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor_visitFunctionExpression_closure1, E._EvaluateVisitor_visitFunctionExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable_closure0, E._EvaluateVisitor__runUserDefinedCallable__closure0, E._EvaluateVisitor__runUserDefinedCallable___closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runFunctionCallable_closure0, E._EvaluateVisitor__runBuiltInCallable_closure1, E._EvaluateVisitor__runBuiltInCallable_closure2, E._EvaluateVisitor__evaluateArguments_closure0, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor__addRestMap_closure1, E._EvaluateVisitor__addRestMap_closure2, E._EvaluateVisitor__verifyArguments_closure0, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure1, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure1, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure1, E._EvaluateVisitor_visitCssMediaRule__closure0, E._EvaluateVisitor_visitCssMediaRule___closure0, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssStyleRule_closure1, E._EvaluateVisitor_visitCssStyleRule__closure0, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure1, E._EvaluateVisitor_visitCssSupportsRule__closure0, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__serialize_closure0, E._EvaluateVisitor__stackTrace_closure0, E._ImportedCssVisitor_visitCssAtRule_closure0, E._ImportedCssVisitor_visitCssMediaRule_closure0, E._ImportedCssVisitor_visitCssStyleRule_closure0, E._ImportedCssVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor_closure, R._EvaluateVisitor_closure0, R._EvaluateVisitor_closure1, R._EvaluateVisitor_closure2, R._EvaluateVisitor_closure3, R._EvaluateVisitor_closure4, R._EvaluateVisitor_closure5, R._EvaluateVisitor_closure6, R._EvaluateVisitor__closure1, R._EvaluateVisitor_closure7, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure, R._EvaluateVisitor__closure0, R._EvaluateVisitor_run_closure, R._EvaluateVisitor_runExpression_closure, R._EvaluateVisitor_runExpression__closure, R._EvaluateVisitor_runStatement_closure, R._EvaluateVisitor_runStatement__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__loadModule_closure, R._EvaluateVisitor__loadModule_closure0, R._EvaluateVisitor__execute_closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__extendModules_closure0, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor_visitAtRootRule_closure, R._EvaluateVisitor_visitAtRootRule_closure0, R._EvaluateVisitor_visitAtRootRule_closure1, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot__closure, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitContentRule_closure, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule_closure1, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitExtendRule_closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule__closure, R._EvaluateVisitor_visitAtRule_closure0, R._EvaluateVisitor_visitForRule_closure, R._EvaluateVisitor_visitForRule_closure0, R._EvaluateVisitor_visitForRule_closure1, R._EvaluateVisitor_visitForRule_closure2, R._EvaluateVisitor_visitForRule_closure3, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitForwardRule_closure0, R._EvaluateVisitor__assertConfigurationIsEmpty_closure, R._EvaluateVisitor_visitIfRule_closure, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport_closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor_visitIncludeRule_closure, R._EvaluateVisitor_visitIncludeRule_closure0, R._EvaluateVisitor_visitIncludeRule_closure1, R._EvaluateVisitor_visitIncludeRule__closure, R._EvaluateVisitor_visitIncludeRule___closure, R._EvaluateVisitor_visitIncludeRule____closure, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule__closure, R._EvaluateVisitor_visitMediaRule___closure, R._EvaluateVisitor_visitMediaRule_closure0, R._EvaluateVisitor__visitMediaQueries_closure, R._EvaluateVisitor_visitStyleRule_closure, R._EvaluateVisitor_visitStyleRule_closure0, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure2, R._EvaluateVisitor_visitStyleRule_closure3, R._EvaluateVisitor_visitStyleRule_closure4, R._EvaluateVisitor_visitStyleRule__closure, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure, R._EvaluateVisitor_visitSupportsRule__closure, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure, R._EvaluateVisitor_visitVariableDeclaration_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure1, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWarnRule_closure, R._EvaluateVisitor_visitWhileRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure, R._EvaluateVisitor_visitVariableExpression_closure, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure0, R._EvaluateVisitor__runUserDefinedCallable_closure, R._EvaluateVisitor__runUserDefinedCallable__closure, R._EvaluateVisitor__runUserDefinedCallable___closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runFunctionCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure0, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor__addRestMap_closure, R._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__verifyArguments_closure, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule__closure, R._EvaluateVisitor_visitCssMediaRule___closure, R._EvaluateVisitor_visitCssMediaRule_closure0, R._EvaluateVisitor_visitCssStyleRule_closure, R._EvaluateVisitor_visitCssStyleRule__closure, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure, R._EvaluateVisitor_visitCssSupportsRule__closure, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__serialize_closure, R._EvaluateVisitor__stackTrace_closure, R._ImportedCssVisitor_visitCssAtRule_closure, R._ImportedCssVisitor_visitCssMediaRule_closure, R._ImportedCssVisitor_visitCssStyleRule_closure, R._ImportedCssVisitor_visitCssSupportsRule_closure, N.serialize_closure, N._SerializeVisitor_visitCssComment_closure, N._SerializeVisitor_visitCssAtRule_closure, N._SerializeVisitor_visitCssMediaRule_closure, N._SerializeVisitor_visitCssImport_closure, N._SerializeVisitor_visitCssImport__closure, N._SerializeVisitor_visitCssKeyframeBlock_closure, N._SerializeVisitor_visitCssStyleRule_closure, N._SerializeVisitor_visitCssSupportsRule_closure, N._SerializeVisitor_visitCssDeclaration_closure, N._SerializeVisitor_visitCssDeclaration_closure0, N._SerializeVisitor_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, N._SerializeVisitor__write_closure, N._SerializeVisitor__visitChildren_closure, N.withWarnCallback_closure, T.SingleMapping_SingleMapping$fromEntries_closure, T.SingleMapping_SingleMapping$fromEntries_closure0, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, T.SingleMapping_toJson_closure0, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter_highlight_closure0, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_Chain$parse_closure1, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$parseV8_closure_parseLocation, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, T.LazyTrace_terse_closure, Y.Trace_Trace$from_closure, Y.Trace__parseVM_closure, Y.Trace__parseVM_closure0, Y.Trace$parseV8_closure, Y.Trace$parseV8_closure0, Y.Trace$parseJSCore_closure, Y.Trace$parseJSCore_closure0, Y.Trace$parseFirefox_closure, Y.Trace$parseFirefox_closure0, Y.Trace$parseFriendly_closure, Y.Trace$parseFriendly_closure0, Y.Trace_terse_closure, Y.Trace_foldFrames_closure, Y.Trace_foldFrames_closure0, Y.Trace_toString_closure0, Y.Trace_toString_closure, L._StreamTransformer_bind_closure, L._StreamTransformer_bind__closure, L._StreamTransformer_bind__closure1, L._StreamTransformer_bind__closure0, L._StreamTransformer_bind__closure2, R._debounceAggregate_closure, R._debounceAggregate__closure, R._debounceAggregate_closure0, B.ArgumentDeclaration_verify_closure1, B.ArgumentDeclaration_verify_closure2, S.AsyncBuiltInCallable$mixin_closure0, X._compileStylesheet_closure2, Q.AsyncEnvironment_importForwards_closure3, Q.AsyncEnvironment_importForwards_closure4, Q.AsyncEnvironment_importForwards_closure5, Q.AsyncEnvironment_importForwards_closure6, Q.AsyncEnvironment__getVariableFromGlobalModule_closure0, Q.AsyncEnvironment_setVariable_closure2, Q.AsyncEnvironment_setVariable_closure3, Q.AsyncEnvironment_setVariable_closure4, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure0, Q.AsyncEnvironment__getMixinFromGlobalModule_closure0, Q._EnvironmentModule__EnvironmentModule_closure17, Q._EnvironmentModule__EnvironmentModule_closure18, Q._EnvironmentModule__EnvironmentModule_closure19, Q._EnvironmentModule__EnvironmentModule_closure20, Q._EnvironmentModule__EnvironmentModule_closure21, Q._EnvironmentModule__EnvironmentModule_closure22, E._EvaluateVisitor_closure29, E._EvaluateVisitor_closure30, E._EvaluateVisitor_closure31, E._EvaluateVisitor_closure32, E._EvaluateVisitor_closure33, E._EvaluateVisitor_closure34, E._EvaluateVisitor_closure35, E._EvaluateVisitor_closure36, E._EvaluateVisitor__closure10, E._EvaluateVisitor_closure37, E._EvaluateVisitor_closure38, E._EvaluateVisitor__closure8, E._EvaluateVisitor__closure9, E._EvaluateVisitor_run_closure2, E._EvaluateVisitor__withWarnCallback_closure2, E._EvaluateVisitor__loadModule_closure5, E._EvaluateVisitor__loadModule_closure6, E._EvaluateVisitor__execute_closure2, E._EvaluateVisitor__combineCss_closure8, E._EvaluateVisitor__combineCss_closure9, E._EvaluateVisitor__combineCss_closure10, E._EvaluateVisitor__extendModules_closure5, E._EvaluateVisitor__extendModules_closure6, E._EvaluateVisitor__topologicalModules_visitModule2, E._EvaluateVisitor_visitAtRootRule_closure8, E._EvaluateVisitor_visitAtRootRule_closure9, E._EvaluateVisitor_visitAtRootRule_closure10, E._EvaluateVisitor__scopeForAtRoot_closure17, E._EvaluateVisitor__scopeForAtRoot_closure18, E._EvaluateVisitor__scopeForAtRoot_closure19, E._EvaluateVisitor__scopeForAtRoot__closure2, E._EvaluateVisitor__scopeForAtRoot_closure20, E._EvaluateVisitor__scopeForAtRoot_closure21, E._EvaluateVisitor__scopeForAtRoot_closure22, E._EvaluateVisitor_visitContentRule_closure2, E._EvaluateVisitor_visitDeclaration_closure2, E._EvaluateVisitor_visitEachRule_closure8, E._EvaluateVisitor_visitEachRule_closure9, E._EvaluateVisitor_visitEachRule_closure10, E._EvaluateVisitor_visitEachRule__closure2, E._EvaluateVisitor_visitEachRule___closure2, E._EvaluateVisitor_visitExtendRule_closure2, E._EvaluateVisitor_visitAtRule_closure5, E._EvaluateVisitor_visitAtRule__closure2, E._EvaluateVisitor_visitAtRule_closure6, E._EvaluateVisitor_visitForRule_closure14, E._EvaluateVisitor_visitForRule_closure15, E._EvaluateVisitor_visitForRule_closure16, E._EvaluateVisitor_visitForRule_closure17, E._EvaluateVisitor_visitForRule_closure18, E._EvaluateVisitor_visitForRule__closure2, E._EvaluateVisitor_visitForwardRule_closure5, E._EvaluateVisitor_visitForwardRule_closure6, E._EvaluateVisitor__assertConfigurationIsEmpty_closure2, E._EvaluateVisitor_visitIfRule_closure2, E._EvaluateVisitor_visitIfRule__closure2, E._EvaluateVisitor__visitDynamicImport_closure2, E._EvaluateVisitor__visitDynamicImport__closure2, E._EvaluateVisitor_visitIncludeRule_closure8, E._EvaluateVisitor_visitIncludeRule_closure9, E._EvaluateVisitor_visitIncludeRule_closure10, E._EvaluateVisitor_visitIncludeRule__closure2, E._EvaluateVisitor_visitIncludeRule___closure2, E._EvaluateVisitor_visitIncludeRule____closure2, E._EvaluateVisitor_visitMediaRule_closure5, E._EvaluateVisitor_visitMediaRule__closure2, E._EvaluateVisitor_visitMediaRule___closure2, E._EvaluateVisitor_visitMediaRule_closure6, E._EvaluateVisitor__visitMediaQueries_closure2, E._EvaluateVisitor_visitStyleRule_closure20, E._EvaluateVisitor_visitStyleRule_closure21, E._EvaluateVisitor_visitStyleRule_closure22, E._EvaluateVisitor_visitStyleRule_closure23, E._EvaluateVisitor_visitStyleRule_closure24, E._EvaluateVisitor_visitStyleRule_closure25, E._EvaluateVisitor_visitStyleRule__closure2, E._EvaluateVisitor_visitStyleRule_closure26, E._EvaluateVisitor_visitSupportsRule_closure5, E._EvaluateVisitor_visitSupportsRule__closure2, E._EvaluateVisitor_visitSupportsRule_closure6, E._EvaluateVisitor_visitVariableDeclaration_closure8, E._EvaluateVisitor_visitVariableDeclaration_closure9, E._EvaluateVisitor_visitVariableDeclaration_closure10, E._EvaluateVisitor_visitUseRule_closure2, E._EvaluateVisitor_visitWarnRule_closure2, E._EvaluateVisitor_visitWhileRule_closure2, E._EvaluateVisitor_visitWhileRule__closure2, E._EvaluateVisitor_visitBinaryOperationExpression_closure2, E._EvaluateVisitor_visitVariableExpression_closure2, E._EvaluateVisitor_visitListExpression_closure2, E._EvaluateVisitor_visitFunctionExpression_closure5, E._EvaluateVisitor_visitFunctionExpression_closure6, E._EvaluateVisitor__runUserDefinedCallable_closure2, E._EvaluateVisitor__runUserDefinedCallable__closure2, E._EvaluateVisitor__runUserDefinedCallable___closure2, E._EvaluateVisitor__runUserDefinedCallable____closure2, E._EvaluateVisitor__runFunctionCallable_closure2, E._EvaluateVisitor__runBuiltInCallable_closure5, E._EvaluateVisitor__runBuiltInCallable_closure6, E._EvaluateVisitor__evaluateArguments_closure2, E._EvaluateVisitor__evaluateMacroArguments_closure11, E._EvaluateVisitor__evaluateMacroArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure13, E._EvaluateVisitor__evaluateMacroArguments_closure14, E._EvaluateVisitor__addRestMap_closure5, E._EvaluateVisitor__addRestMap_closure6, E._EvaluateVisitor__verifyArguments_closure2, E._EvaluateVisitor_visitStringExpression_closure2, E._EvaluateVisitor_visitCssAtRule_closure5, E._EvaluateVisitor_visitCssAtRule_closure6, E._EvaluateVisitor_visitCssKeyframeBlock_closure5, E._EvaluateVisitor_visitCssKeyframeBlock_closure6, E._EvaluateVisitor_visitCssMediaRule_closure5, E._EvaluateVisitor_visitCssMediaRule__closure2, E._EvaluateVisitor_visitCssMediaRule___closure2, E._EvaluateVisitor_visitCssMediaRule_closure6, E._EvaluateVisitor_visitCssStyleRule_closure5, E._EvaluateVisitor_visitCssStyleRule__closure2, E._EvaluateVisitor_visitCssStyleRule_closure6, E._EvaluateVisitor_visitCssSupportsRule_closure5, E._EvaluateVisitor_visitCssSupportsRule__closure2, E._EvaluateVisitor_visitCssSupportsRule_closure6, E._EvaluateVisitor__performInterpolation_closure2, E._EvaluateVisitor__serialize_closure2, E._EvaluateVisitor__stackTrace_closure2, E._ImportedCssVisitor_visitCssAtRule_closure2, E._ImportedCssVisitor_visitCssMediaRule_closure2, E._ImportedCssVisitor_visitCssStyleRule_closure2, E._ImportedCssVisitor_visitCssSupportsRule_closure2, O.AsyncImportCache_canonicalize_closure0, O.AsyncImportCache__canonicalize_closure0, O.AsyncImportCache_importCanonical_closure0, O.AsyncImportCache_humanize_closure2, O.AsyncImportCache_humanize_closure3, O.AsyncImportCache_humanize_closure4, V.AtRootQueryParser_parse_closure0, Z.closure263, Z._closure34, Z._closure35, Q.BuiltInCallable$mixin_closure0, K.closure159, K.closure160, K.closure161, K.closure162, K.closure163, K.closure164, K.closure165, K.closure166, K.closure167, K.closure168, K.closure169, K.closure170, K.closure171, K.closure172, K.closure173, K.closure174, K.closure175, K.closure176, K.closure177, K.closure178, K.closure179, K.closure180, K.closure181, K.closure182, K.closure183, K.closure184, K._closure23, K.closure185, K.closure214, K.closure215, K.closure216, K.closure217, K.closure218, K.closure219, K.closure220, K.closure221, K._closure28, K.closure222, K.closure197, K.closure196, K.closure195, K.closure194, K.closure193, K.closure192, K.closure191, K.closure190, K.closure188, K.closure187, K.closure186, K.closure189, K.closure_hexString0, K._updateComponents_getParam0, K._updateComponents_closure0, K._updateComponents_updateValue0, K._updateComponents_updateRgb0, K._functionString_closure0, K._removedColorFunction_closure0, K._removeUnits_closure1, K._removeUnits_closure2, K._parseChannels_closure0, K.closure253, K.closure254, K.closure255, K.closure256, K.closure257, K.closure258, K.closure259, K.closure260, K.closure261, K.closure262, K.SassColor_SassColor$hwb_toRgb0, U._compileStylesheet_closure1, S.ComplexSelector_isInvisible_closure0, X.CompoundSelector_isInvisible_closure0, Q.closure227, V.EachRule_toString_closure0, O.Environment_importForwards_closure3, O.Environment_importForwards_closure4, O.Environment_importForwards_closure5, O.Environment_importForwards_closure6, O.Environment__getVariableFromGlobalModule_closure0, O.Environment_setVariable_closure2, O.Environment_setVariable_closure3, O.Environment_setVariable_closure4, O.Environment__getFunctionFromGlobalModule_closure0, O.Environment__getMixinFromGlobalModule_closure0, O._EnvironmentModule__EnvironmentModule_closure11, O._EnvironmentModule__EnvironmentModule_closure12, O._EnvironmentModule__EnvironmentModule_closure13, O._EnvironmentModule__EnvironmentModule_closure14, O._EnvironmentModule__EnvironmentModule_closure15, O._EnvironmentModule__EnvironmentModule_closure16, R._EvaluateVisitor_closure19, R._EvaluateVisitor_closure20, R._EvaluateVisitor_closure21, R._EvaluateVisitor_closure22, R._EvaluateVisitor_closure23, R._EvaluateVisitor_closure24, R._EvaluateVisitor_closure25, R._EvaluateVisitor_closure26, R._EvaluateVisitor__closure7, R._EvaluateVisitor_closure27, R._EvaluateVisitor_closure28, R._EvaluateVisitor__closure5, R._EvaluateVisitor__closure6, R._EvaluateVisitor_run_closure1, R._EvaluateVisitor__withWarnCallback_closure1, R._EvaluateVisitor__loadModule_closure3, R._EvaluateVisitor__loadModule_closure4, R._EvaluateVisitor__execute_closure1, R._EvaluateVisitor__combineCss_closure5, R._EvaluateVisitor__combineCss_closure6, R._EvaluateVisitor__combineCss_closure7, R._EvaluateVisitor__extendModules_closure3, R._EvaluateVisitor__extendModules_closure4, R._EvaluateVisitor__topologicalModules_visitModule1, R._EvaluateVisitor_visitAtRootRule_closure5, R._EvaluateVisitor_visitAtRootRule_closure6, R._EvaluateVisitor_visitAtRootRule_closure7, R._EvaluateVisitor__scopeForAtRoot_closure11, R._EvaluateVisitor__scopeForAtRoot_closure12, R._EvaluateVisitor__scopeForAtRoot_closure13, R._EvaluateVisitor__scopeForAtRoot__closure1, R._EvaluateVisitor__scopeForAtRoot_closure14, R._EvaluateVisitor__scopeForAtRoot_closure15, R._EvaluateVisitor__scopeForAtRoot_closure16, R._EvaluateVisitor_visitContentRule_closure1, R._EvaluateVisitor_visitDeclaration_closure1, R._EvaluateVisitor_visitEachRule_closure5, R._EvaluateVisitor_visitEachRule_closure6, R._EvaluateVisitor_visitEachRule_closure7, R._EvaluateVisitor_visitEachRule__closure1, R._EvaluateVisitor_visitEachRule___closure1, R._EvaluateVisitor_visitExtendRule_closure1, R._EvaluateVisitor_visitAtRule_closure3, R._EvaluateVisitor_visitAtRule__closure1, R._EvaluateVisitor_visitAtRule_closure4, R._EvaluateVisitor_visitForRule_closure9, R._EvaluateVisitor_visitForRule_closure10, R._EvaluateVisitor_visitForRule_closure11, R._EvaluateVisitor_visitForRule_closure12, R._EvaluateVisitor_visitForRule_closure13, R._EvaluateVisitor_visitForRule__closure1, R._EvaluateVisitor_visitForwardRule_closure3, R._EvaluateVisitor_visitForwardRule_closure4, R._EvaluateVisitor__assertConfigurationIsEmpty_closure1, R._EvaluateVisitor_visitIfRule_closure1, R._EvaluateVisitor_visitIfRule__closure1, R._EvaluateVisitor__visitDynamicImport_closure1, R._EvaluateVisitor__visitDynamicImport__closure1, R._EvaluateVisitor_visitIncludeRule_closure5, R._EvaluateVisitor_visitIncludeRule_closure6, R._EvaluateVisitor_visitIncludeRule_closure7, R._EvaluateVisitor_visitIncludeRule__closure1, R._EvaluateVisitor_visitIncludeRule___closure1, R._EvaluateVisitor_visitIncludeRule____closure1, R._EvaluateVisitor_visitMediaRule_closure3, R._EvaluateVisitor_visitMediaRule__closure1, R._EvaluateVisitor_visitMediaRule___closure1, R._EvaluateVisitor_visitMediaRule_closure4, R._EvaluateVisitor__visitMediaQueries_closure1, R._EvaluateVisitor_visitStyleRule_closure13, R._EvaluateVisitor_visitStyleRule_closure14, R._EvaluateVisitor_visitStyleRule_closure15, R._EvaluateVisitor_visitStyleRule_closure16, R._EvaluateVisitor_visitStyleRule_closure17, R._EvaluateVisitor_visitStyleRule_closure18, R._EvaluateVisitor_visitStyleRule__closure1, R._EvaluateVisitor_visitStyleRule_closure19, R._EvaluateVisitor_visitSupportsRule_closure3, R._EvaluateVisitor_visitSupportsRule__closure1, R._EvaluateVisitor_visitSupportsRule_closure4, R._EvaluateVisitor_visitVariableDeclaration_closure5, R._EvaluateVisitor_visitVariableDeclaration_closure6, R._EvaluateVisitor_visitVariableDeclaration_closure7, R._EvaluateVisitor_visitUseRule_closure1, R._EvaluateVisitor_visitWarnRule_closure1, R._EvaluateVisitor_visitWhileRule_closure1, R._EvaluateVisitor_visitWhileRule__closure1, R._EvaluateVisitor_visitBinaryOperationExpression_closure1, R._EvaluateVisitor_visitVariableExpression_closure1, R._EvaluateVisitor_visitListExpression_closure1, R._EvaluateVisitor_visitFunctionExpression_closure3, R._EvaluateVisitor_visitFunctionExpression_closure4, R._EvaluateVisitor__runUserDefinedCallable_closure1, R._EvaluateVisitor__runUserDefinedCallable__closure1, R._EvaluateVisitor__runUserDefinedCallable___closure1, R._EvaluateVisitor__runUserDefinedCallable____closure1, R._EvaluateVisitor__runFunctionCallable_closure1, R._EvaluateVisitor__runBuiltInCallable_closure3, R._EvaluateVisitor__runBuiltInCallable_closure4, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure8, R._EvaluateVisitor__evaluateMacroArguments_closure9, R._EvaluateVisitor__evaluateMacroArguments_closure10, R._EvaluateVisitor__addRestMap_closure3, R._EvaluateVisitor__addRestMap_closure4, R._EvaluateVisitor__verifyArguments_closure1, R._EvaluateVisitor_visitStringExpression_closure1, R._EvaluateVisitor_visitCssAtRule_closure3, R._EvaluateVisitor_visitCssAtRule_closure4, R._EvaluateVisitor_visitCssKeyframeBlock_closure3, R._EvaluateVisitor_visitCssKeyframeBlock_closure4, R._EvaluateVisitor_visitCssMediaRule_closure3, R._EvaluateVisitor_visitCssMediaRule__closure1, R._EvaluateVisitor_visitCssMediaRule___closure1, R._EvaluateVisitor_visitCssMediaRule_closure4, R._EvaluateVisitor_visitCssStyleRule_closure3, R._EvaluateVisitor_visitCssStyleRule__closure1, R._EvaluateVisitor_visitCssStyleRule_closure4, R._EvaluateVisitor_visitCssSupportsRule_closure3, R._EvaluateVisitor_visitCssSupportsRule__closure1, R._EvaluateVisitor_visitCssSupportsRule_closure4, R._EvaluateVisitor__performInterpolation_closure1, R._EvaluateVisitor__serialize_closure1, R._EvaluateVisitor__stackTrace_closure1, R._ImportedCssVisitor_visitCssAtRule_closure1, R._ImportedCssVisitor_visitCssMediaRule_closure1, R._ImportedCssVisitor_visitCssStyleRule_closure1, R._ImportedCssVisitor_visitCssSupportsRule_closure1, F.Extender_extensionsWhereTarget_closure0, F.Extender__registerSelector_closure0, F.Extender_addExtension_closure2, F.Extender_addExtension_closure3, F.Extender_addExtension_closure4, F.Extender__extendExistingExtensions_closure1, F.Extender__extendExistingExtensions_closure2, F.Extender_addExtensions_closure0, F.Extender_addExtensions__closure0, F.Extender_addExtensions___closure1, F.Extender_addExtensions___closure2, F.Extender__extendList_closure0, F.Extender__extendComplex_closure1, F.Extender__extendComplex_closure2, F.Extender__extendComplex__closure1, F.Extender__extendComplex__closure2, F.Extender__extendComplex___closure0, F.Extender__extendCompound_closure5, F.Extender__extendCompound_closure6, F.Extender__extendCompound__closure1, F.Extender__extendCompound__closure2, F.Extender__extendCompound_closure7, F.Extender__extendCompound_closure8, F.Extender__extendCompound_closure9, F.Extender__extendCompound_closure10, F.Extender__extendSimple_withoutPseudo0, F.Extender__extendSimple_closure0, F.Extender__extendPseudo_closure4, F.Extender__extendPseudo_closure5, F.Extender__extendPseudo_closure6, F.Extender__extendPseudo_closure7, F.Extender__extendPseudo_closure8, F.Extender__trim_closure1, F.Extender__trim_closure2, F.Extender_clone_closure0, Y.unifyComplex_closure0, Y._weaveParents_closure6, Y._weaveParents_closure7, Y._weaveParents_closure8, Y._weaveParents__closure4, Y._weaveParents_closure9, Y._weaveParents_closure10, Y._weaveParents__closure3, Y._weaveParents_closure11, Y._weaveParents_closure12, Y._weaveParents__closure2, Y._mustUnify_closure0, Y._mustUnify__closure0, Y.paths_closure0, Y.paths__closure0, Y.paths___closure0, Y._hasRoot_closure0, Y.listIsSuperselector_closure0, Y.listIsSuperselector__closure0, Y._simpleIsSuperselectorOfCompound_closure0, Y._simpleIsSuperselectorOfCompound__closure0, Y._selectorPseudoIsSuperselector_closure6, Y._selectorPseudoIsSuperselector_closure7, Y._selectorPseudoIsSuperselector_closure8, Y._selectorPseudoIsSuperselector_closure9, Y._selectorPseudoIsSuperselector_closure10, Y._selectorPseudoIsSuperselector__closure0, Y._selectorPseudoIsSuperselector___closure1, Y._selectorPseudoIsSuperselector___closure2, Y._selectorPseudoIsSuperselector_closure11, Y._selectorPseudoIsSuperselector_closure12, Y._selectorPseudosNamed_closure0, Y.closure114, N.IDSelector_unify_closure0, V.IfRule_toString_closure0, V.IfClause$__closure0, V.IfClause$___closure0, F.NodeImporter__tryPath_closure, R.ImportCache_canonicalize_closure0, R.ImportCache__canonicalize_closure0, R.ImportCache_importCanonical_closure0, R.ImportCache_humanize_closure2, R.ImportCache_humanize_closure3, R.ImportCache_humanize_closure4, X.Interpolation_toString_closure0, F._realCasePath_helper0, F._realCasePath_helper_closure0, F._realCasePath_helper__closure0, E.KeyframeSelectorParser_parse_closure0, D.ListExpression_toString_closure0, D.closure158, D.closure157, D.closure156, D.closure155, D.closure154, D.closure153, D._closure20, D._closure21, D._closure22, D.closure152, D.closure150, D.closure151, D.SelectorList_isInvisible_closure0, D.SelectorList_asSassList_closure0, D.SelectorList_asSassList__closure0, D.SelectorList_unify_closure0, D.SelectorList_unify__closure0, D.SelectorList_unify___closure0, D.SelectorList_resolveParentSelectors_closure0, D.SelectorList_resolveParentSelectors__closure1, D.SelectorList_resolveParentSelectors__closure2, D.SelectorList__complexContainsParentSelector_closure0, D.SelectorList__complexContainsParentSelector__closure0, D.SelectorList__resolveParentSelectorsCompound_closure2, D.SelectorList__resolveParentSelectorsCompound_closure3, D.SelectorList__resolveParentSelectorsCompound_closure4, D.closure246, D._closure33, D.closure247, D.closure248, D.closure249, D.closure250, D.closure251, D.closure252, D.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A.closure149, A.closure212, A._closure27, A.closure213, A._closure26, A.closure147, A.closure148, A._closure19, A.closure211, A.closure210, A._closure25, A.closure145, A.closure146, A.closure144, A.closure143, A.closure142, A._modify__modifyNestedMap0, A._deepMergeImpl__ensureMutable0, A._deepMergeImpl_closure0, A.closure239, A._closure31, A._closure32, A.closure240, A.closure241, A.closure242, A.closure243, A.closure244, A.closure245, A.SassMap_asList_closure0, K.closure140, K.closure205, K.closure139, K.closure138, K.closure137, K.closure141, K.closure203, K._closure24, K.closure202, K.closure201, K.closure199, K.closure209, K.closure208, K.closure207, K.closure206, K.closure204, K.closure200, K.closure198, K.closure133, K.closure132, K.closure134, K.closure136, K.closure135, K._numberFunction_closure0, F.MediaQueryParser_parse_closure0, Q.closure223, Q.closure224, Q.closure225, Q.closure226, B._readFile_closure0, B.fileExists_closure0, B.dirExists_closure0, B.listDir_closure0, B.listDir__closure1, B.listDir__closure2, B.listDir_closure_list0, B.listDir__list_closure0, B._render_closure, B._render_closure0, B._render_closure1, B._parseFunctions_closure, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions____closure, B._parseFunctions___closure1, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, B._parseImporter____closure, B._parseImporter___closure0, O.closure238, O._closure29, O._closure30, T.closure232, T.closure233, T.closure234, T.closure235, T.closure236, T.closure237, T._parseNumber_closure, T._parseNumber_closure0, T.SassNumber__coerceOrConvertValue__compatibilityException0, T.SassNumber__coerceOrConvertValue_closure3, T.SassNumber__coerceOrConvertValue_closure4, T.SassNumber__coerceOrConvertValue_closure5, T.SassNumber__coerceOrConvertValue_closure6, T.SassNumber_plus_closure0, T.SassNumber_minus_closure0, T.SassNumber_multiplyUnits_closure3, T.SassNumber_multiplyUnits_closure4, T.SassNumber_multiplyUnits_closure5, T.SassNumber_multiplyUnits_closure6, T.SassNumber__areAnyConvertible_closure0, T.SassNumber__canonicalizeUnitList_closure0, T.SassNumber__canonicalMultiplier_closure0, M.ParentStatement_closure0, M.ParentStatement__closure0, G.Parser__parseIdentifier_closure0, G.Parser_scanIdentChar_matches0, F._PrefixedKeys_iterator_closure0, U.main_printError, U.main_closure, U.SassParser_children_closure0, R._wrapMain_closure, R._wrapMain_closure0, T.closure128, T._closure16, T._closure17, T.closure127, T._closure14, T._closure15, T.__closure0, T.closure126, T.closure125, T.closure124, T.closure131, T.closure130, T._closure18, T.closure129, T.SelectorParser_parse_closure0, T.SelectorParser_parseCompoundSelector_closure0, N.serialize_closure0, N._SerializeVisitor_visitCssComment_closure0, N._SerializeVisitor_visitCssAtRule_closure0, N._SerializeVisitor_visitCssMediaRule_closure0, N._SerializeVisitor_visitCssImport_closure0, N._SerializeVisitor_visitCssImport__closure0, N._SerializeVisitor_visitCssKeyframeBlock_closure0, N._SerializeVisitor_visitCssStyleRule_closure0, N._SerializeVisitor_visitCssSupportsRule_closure0, N._SerializeVisitor_visitCssDeclaration_closure1, N._SerializeVisitor_visitCssDeclaration_closure2, N._SerializeVisitor_visitList_closure2, N._SerializeVisitor_visitList_closure3, N._SerializeVisitor_visitList_closure4, N._SerializeVisitor_visitMap_closure0, N._SerializeVisitor_visitSelectorList_closure0, N._SerializeVisitor__write_closure0, N._SerializeVisitor__visitChildren_closure0, L.SingleUnitSassNumber_multiplyUnits_closure1, L.SingleUnitSassNumber_multiplyUnits_closure2, D.SourceMapBuffer__addEntry_closure0, D.SourceMapBuffer_buildSourceMap_closure0, D.closure123, D.closure122, D.closure118, D.closure117, D.closure116, D.closure115, D.closure121, D.closure120, D.closure119, D.closure228, D.closure229, D.closure230, D.closure231, V.StylesheetParser_parse_closure0, V.StylesheetParser_parse__closure1, V.StylesheetParser_parse__closure2, V.StylesheetParser_parseArgumentDeclaration_closure0, V.StylesheetParser__parseSingleProduction_closure0, V.StylesheetParser_parseSignature_closure, V.StylesheetParser__statement_closure0, V.StylesheetParser_variableDeclarationWithoutNamespace_closure1, V.StylesheetParser_variableDeclarationWithoutNamespace_closure2, V.StylesheetParser__declarationOrBuffer_closure1, V.StylesheetParser__declarationOrBuffer_closure2, V.StylesheetParser__styleRule_closure0, V.StylesheetParser__propertyOrVariableDeclaration_closure1, V.StylesheetParser__propertyOrVariableDeclaration_closure2, V.StylesheetParser__atRootRule_closure1, V.StylesheetParser__atRootRule_closure2, V.StylesheetParser__eachRule_closure0, V.StylesheetParser__functionRule_closure0, V.StylesheetParser__forRule_closure1, V.StylesheetParser__forRule_closure2, V.StylesheetParser__memberList_closure0, V.StylesheetParser__includeRule_closure0, V.StylesheetParser_mediaRule_closure0, V.StylesheetParser__mixinRule_closure0, V.StylesheetParser_mozDocumentRule_closure0, V.StylesheetParser_supportsRule_closure0, V.StylesheetParser__whileRule_closure0, V.StylesheetParser_unknownAtRule_closure0, V.StylesheetParser_expression_resetState0, V.StylesheetParser_expression_resolveOneOperation0, V.StylesheetParser_expression_resolveOperations0, V.StylesheetParser_expression_addSingleExpression0, V.StylesheetParser_expression_addOperator0, V.StylesheetParser_expression_resolveSpaceExpressions0, V.StylesheetParser__expressionUntilComma_closure0, V.StylesheetParser__unicodeRange_closure1, V.StylesheetParser__unicodeRange_closure2, V.StylesheetParser_identifierLike_closure0, V.StylesheetParser__expressionUntilComparison_closure0, V.StylesheetParser__publicIdentifier_closure0, R._UnprefixedKeys_iterator_closure1, R._UnprefixedKeys_iterator_closure2, B.resolveImportPath_closure1, B.resolveImportPath_closure2, B._tryPathAsDirectory_closure0, B._exactlyOne_closure0, B.forwardToString_closure, B.createClass_closure, B.indent_closure0, B.flattenVertically_closure1, B.flattenVertically_closure2, B.longestCommonSubsequence_closure2, B.longestCommonSubsequence_closure3, B.longestCommonSubsequence_closure4, B.longestCommonSubsequence_backtrack0, B.mapAddAll2_closure0, N.withWarnCallback_closure0]);
|
|
88965
89545
|
_inherit(H.CastList, H._CastListBase);
|
|
88966
89546
|
_inheritMany(P.Error, [H.LateInitializationErrorImpl, P.TypeError, H.JsNoSuchMethodError, H.UnknownJsTypeError, H.RuntimeError, H._Error, P.JsonUnsupportedObjectError, P.AssertionError, P.NullThrownError, P.ArgumentError, P.NoSuchMethodError, P.UnsupportedError, P.UnimplementedError, P.StateError, P.ConcurrentModificationError, P.CyclicInitializationError]);
|
|
88967
89547
|
_inherit(P.ListBase, P._ListBase_Object_ListMixin);
|
|
@@ -89061,6 +89641,7 @@ self.fs = require("fs");
|
|
|
89061
89641
|
_inheritMany(P.UnmodifiableMapBase, [K.LimitedMapView, F.PrefixedMapView, U.PublicMemberMapView, R.UnprefixedMapView, K.LimitedMapView0, F.PrefixedMapView0, U.PublicMemberMapView0, R.UnprefixedMapView0]);
|
|
89062
89642
|
_inheritMany(F.Value, [D.SassList, Z.SassBoolean, K.SassColor, F.SassFunction, A.SassMap, O.SassNull, T.SassNumber, D.SassString]);
|
|
89063
89643
|
_inherit(D.SassArgumentList, D.SassList);
|
|
89644
|
+
_inheritMany(T.SassNumber, [S.ComplexSassNumber, L.SingleUnitSassNumber, N.UnitlessSassNumber]);
|
|
89064
89645
|
_inherit(F._FindDependenciesVisitor, D.RecursiveStatementVisitor);
|
|
89065
89646
|
_inherit(T.SingleMapping, T.Mapping);
|
|
89066
89647
|
_inherit(Y.FileLocation, D.SourceLocationMixin);
|
|
@@ -89068,7 +89649,7 @@ self.fs = require("fs");
|
|
|
89068
89649
|
_inherit(X.SourceSpanWithContext, V.SourceSpanBase);
|
|
89069
89650
|
_inherit(E.StringScannerException, G.SourceSpanFormatException);
|
|
89070
89651
|
_inheritMany(X.StringScanner, [Z.LineScanner, S.SpanScanner]);
|
|
89071
|
-
_inheritMany(F.Value0, [D.SassList0, Z.SassBoolean0, K.SassColor0, F.SassFunction0, A.SassMap0, O.SassNull0,
|
|
89652
|
+
_inheritMany(F.Value0, [D.SassList0, Z.SassBoolean0, K.SassColor0, T.SassNumber0, F.SassFunction0, A.SassMap0, O.SassNull0, D.SassString0]);
|
|
89072
89653
|
_inherit(D.SassArgumentList0, D.SassList0);
|
|
89073
89654
|
_inheritMany(G.Parser1, [V.AtRootQueryParser0, V.StylesheetParser0, E.KeyframeSelectorParser0, F.MediaQueryParser0, T.SelectorParser0]);
|
|
89074
89655
|
_inheritMany(M.ParentStatement0, [V.AtRootRule0, U.AtRule0, M.CallableDeclaration0, L.Declaration0, V.EachRule0, B.ForRule0, G.MediaRule0, X.StyleRule0, V.Stylesheet0, B.SupportsRule0, G.WhileRule0]);
|
|
@@ -89078,6 +89659,7 @@ self.fs = require("fs");
|
|
|
89078
89659
|
_inheritMany(B.ModifiableCssParentNode0, [U.ModifiableCssAtRule0, U.ModifiableCssKeyframeBlock0, G.ModifiableCssMediaRule0, X.ModifiableCssStyleRule0, V.ModifiableCssStylesheet0, B.ModifiableCssSupportsRule0]);
|
|
89079
89660
|
_inheritMany(T.Selector0, [M.SimpleSelector0, S.ComplexSelector0, X.CompoundSelector0, D.SelectorList0]);
|
|
89080
89661
|
_inheritMany(M.SimpleSelector0, [N.AttributeSelector0, X.ClassSelector0, N.IDSelector0, M.ParentSelector0, N.PlaceholderSelector0, D.PseudoSelector0, F.TypeSelector0, N.UniversalSelector0]);
|
|
89662
|
+
_inheritMany(T.SassNumber0, [S.ComplexSassNumber0, L.SingleUnitSassNumber0, N.UnitlessSassNumber0]);
|
|
89081
89663
|
_inheritMany(M.CallableDeclaration0, [Y.ContentBlock0, M.FunctionRule0, T.MixinRule0]);
|
|
89082
89664
|
_inheritMany(V.StylesheetParser0, [L.ScssParser0, U.SassParser0]);
|
|
89083
89665
|
_inherit(Q.CssParser0, L.ScssParser0);
|
|
@@ -89109,12 +89691,12 @@ self.fs = require("fs");
|
|
|
89109
89691
|
mangledNames: {},
|
|
89110
89692
|
getTypeFromName: getGlobalFromName,
|
|
89111
89693
|
metadata: [],
|
|
89112
|
-
types: ["Null()", "~()", "Future<Null>*()", "Value0*(List<Value0*>*)", "String*(String*)", "Value*(List<Value*>*)", "bool*(String*)", "bool*(CssNode*)", "bool*(CssNode0*)", "SassNumber*(List<Value*>*)", "SassNumber0*(List<Value0*>*)", "int*()", "String*()", "Value*()", "bool*(ComplexSelector0*)", "bool*(ComplexSelector*)", "SassString*(List<Value*>*)", "SassString0*(List<Value0*>*)", "bool*(SimpleSelector*)", "bool*(SimpleSelector0*)", "SassBoolean0*(List<Value0*>*)", "Value0*()", "SassBoolean*(List<Value*>*)", "bool*(Object*)", "bool*(int*)", "SassColor*(List<Value*>*)", "bool(Object?)", "SassList0*(List<Value0*>*)", "SassList*(List<Value*>*)", "SassColor0*(List<Value0*>*)", "Future<Value*>*()", "Future<Value0*>*()", "Future<Null>*(Future<~>*()*)", "FileSpan*()", "Null(~()*)", "bool*()", "SassMap*(List<Value*>*)", "SassMap0*(List<Value0*>*)", "bool*(num*,num*)", "int*(num*)", "List<String*>*()", "String*(Object*)", "SelectorList*()", "@(@)", "SelectorList0*()", "Null(Value0*,Value0*)", "Null(Value*,Value*)", "ValueExpression*(Value*)", "ValueExpression0*(Value0*)", "~(Object*)", "num*(num*,num*)", "bool*(PseudoSelector*)", "Statement0*()", "bool*(Value*)", "Frame*(String*)", "bool*(Value0*)", "~(Object,StackTrace)", "Statement*()", "bool*(PseudoSelector0*)", "Stylesheet*()", "Frame*()", "Value*(Statement*)", "ComplexSelector*(List<ComplexSelectorComponent*>*)", "~(Object?)", "Value*(Value*)", "Null([Object*])", "@()", "Declaration*(List<Statement*>*,FileSpan*)", "~(Value*)", "Declaration0*(List<Statement0*>*,FileSpan*)", "Object*()", "ComplexSelector0*(List<ComplexSelectorComponent0*>*)", "~(String*,bool*)", "Value0*(Statement0*)", "Value0*(Value0*)", "Null(_NodeSassColor*,num*)", "Null(String*,Value0*)", "Future<Value0*>*(Statement0*)", "~(Value0*)", "Future<String*>*(@)", "Null(String*,Value*)", "Future<Value*>*(Statement*)", "Null(Module0<Callable0*>*)", "ComplexSelector*(ComplexSelector*)", "String*(int*)", "Map<ComplexSelector0*,Extension0*>*()", "Map<ComplexSelector*,Extension*>*()", "Null(Value0*)", "Iterable<String*>*(Module<AsyncCallable*>*)", "Iterable<ComplexSelector*>*(ComplexSelector*)", "Callable0*()", "bool*(ComplexSelectorComponent*)", "Iterable<String*>*(Module0<Callable0*>*)", "bool*(ComplexSelectorComponent0*)", "bool*(Module<AsyncCallable*>*)", "int*(_NodeSassColor*)", "Null([@])", "List<ComplexSelectorComponent*>*(List<ComplexSelectorComponent*>*)", "Null(List<Value0*>*)", "ComplexSelector0*(ComplexSelector0*)", "List<CssMediaQuery0*>*()", "Null(Module0<AsyncCallable0*>*)", "bool*(Module0<Callable0*>*)", "Null(List<Value*>*)", "Null(@,@)", "AsyncCallable*()", "~(~())", "String*(@)", "AsyncCallable0*()", "Tuple3<Importer*,Uri*,Uri*>*()", "Null(@)", "bool*(Module0<AsyncCallable0*>*)", "Iterable<String*>*(Module0<AsyncCallable0*>*)", "AtRootQuery*()", "List<CssMediaQuery*>*()", "bool*(_Highlight*)", "Null(Value*)", "Null(Module<Callable*>*)", "Callable*()", "Iterable<String*>*(Module<Callable*>*)", "Iterable<ComplexSelector0*>*(ComplexSelector0*)", "Null(Module<AsyncCallable*>*)", "bool*(Module<Callable*>*)", "List<ComplexSelectorComponent0*>*(List<ComplexSelectorComponent0*>*)", "SourceFile*()", "AtRootQuery0*()", "Future<Null>*(List<Value*>*)", "Module<Callable*>*(Module<Callable*>*)", "Callable*(Module<Callable*>*)", "Null([@])*()", "Iterable<ComplexSelectorComponent*>*(List<List<ComplexSelectorComponent*>*>*)", "bool*(Queue<@>*)", "Frame*(Tuple2<String*,AstNode0*>*)", "Null(@,StackTrace*)", "bool*(Import0*)", "bool*(Statement0*)", "Null(String*,ConfiguredValue0*)", "Map<String*,Callable*>*(Module<Callable*>*)", "Future<SassNumber0*>*()", "Future<@>*()", "Module<AsyncCallable*>*(Module<AsyncCallable*>*)", "num*(String*,num*{assertPercent:bool*,checkPercent:bool*})", "num*(num*,num*,num*)", "int*(int*,num*)", "Iterable<ComplexSelectorComponent0*>*(List<List<ComplexSelectorComponent0*>*>*)", "AsyncCallable*(Module<AsyncCallable*>*)", "bool*(ModifiableCssParentNode0*)", "String*(_NodeSassNumber*)", "bool(Object?,Object?)", "int(Object?)", "List<Extender0*>*()", "bool*(@)", "~(Module0<AsyncCallable0*>*)", "List<Extension0*>*()", "~([Future<~>?])", "num*(num*)", "Future<Value0*>*(List<Value0*>*)", "SelectorList*(Value*)", "SelectorList*(SelectorList*,SelectorList*)", "Map<String*,AsyncCallable*>*(Module<AsyncCallable*>*)", "AtRule0*(List<Statement0*>*,FileSpan*)", "Uri*()", "SassFunction0*(List<Value0*>*)", "List<Extension*>*()", "Null(_NodeSassMap*,int*,Object*)", "~(Module<AsyncCallable*>*)", "AsyncCallable0*(Module0<AsyncCallable0*>*)", "int(@,@)", "Module0<AsyncCallable0*>*(Module0<AsyncCallable0*>*)", "Iterable<String*>*()", "Iterable<String*>*(String*)", "Iterable<String*>*(@)", "DateTime*()", "~(String*[~])", "SassNumber0*()", "Uri*/*()", "Future<Null>*(List<Value0*>*)", "Object*(_NodeSassMap*,int*)", "Null(Object?,Object?)", "bool*(Frame*)", "Trace*()", "~(Uint8List,String,int)", "bool*(Statement*)", "String*(Frame*)", "int*(Frame*)", "Trace*(String*)", "~(Module0<Callable0*>*)", "VariableDeclaration*()", "SassNull0*(int*)", "String*(_NodeSassString*)", "bool*(Import*)", "SassNumber*()", "AtRootRule*(List<Statement*>*,FileSpan*)", "~(Module<Callable*>*)", "Map<String*,Callable0*>*(Module0<Callable0*>*)", "Frame*(Tuple2<String*,AstNode*>*)", "Callable0*(Module0<Callable0*>*)", "Module0<Callable0*>*(Module0<Callable0*>*)", "String(String)", "AtRule*(List<Statement*>*,FileSpan*)", "Null(String*,ConfiguredValue*)", "AtRootRule0*(List<Statement0*>*,FileSpan*)", "Future<SassNumber*>*()", "SelectorList0*(SelectorList0*,SelectorList0*)", "SelectorList0*(Value0*)", "bool*(ModifiableCssParentNode*)", "Object*(@)", "Entry*(Entry*)", "List<int*>*(int*)", "List<Extender*>*()", "String(int)", "num*(num*,String*)", "SassFunction*(List<Value*>*)", "~(@)", "Stylesheet0*()", "Map<String*,AsyncCallable0*>*(Module0<AsyncCallable0*>*)", "Future<EvaluateResult*>*()", "Future<Value*>*(List<Value*>*)", "~(String,int)", "SassScriptException*()", "~(String[@])", "Null(Uri*,StylesheetNode*)", "DateTime*(StylesheetNode*)", "int(int,int)", "Future<Value*>*(Value*)", "~(BinaryOperator*)", "~(Expression*{number:bool*})", "WhileRule*(List<Statement*>*,FileSpan*)", "SupportsRule*(List<Statement*>*,FileSpan*)", "MixinRule*(List<Statement*>*,FileSpan*)", "Future<Value*>*(Expression*)", "MediaRule*(List<Statement*>*,FileSpan*)", "Uint8List(int)", "ContentBlock*(List<Statement*>*,FileSpan*)", "ForRule*(List<Statement*>*,FileSpan*)", "FunctionRule*(List<Statement*>*,FileSpan*)", "EachRule*(List<Statement*>*,FileSpan*)", "EvaluateResult*()", "Uint8List(@,@)", "SassString*(SimpleSelector*)", "StyleRule*(List<Statement*>*,FileSpan*)", "Null(Symbol0,@)", "Value*(Expression*)", "~(CssMediaQuery*)", "UseRule*()", "SourceFile*(int*)", "String*(SourceFile*)", "@(String*,@)", "FileSpan*(int*[int*])", "int*(_Line*)", "ArgumentDeclaration*()", "Uri*(_Line*)", "int*(_Highlight*,_Highlight*)", "List<_Line*>*(List<_Highlight*>*)", "SourceSpanWithContext*()", "String*(String*{color:@})", "VariableDeclaration*(VariableDeclaration*)", "List<Frame*>*(Trace*)", "int*(Trace*)", "NumberExpression*()", "String*(Trace*)", "Expression*({bracketList:bool*,singleEquals:bool*,until:bool*()*})", "Statement*({root:bool*})", "Frame*(String*,String*)", "CompoundSelector*()", "bool*(Option*)", "Set<0^>()<Object?>", "Frame*(Frame*)", "Future<~>*()", "String*(Argument0*)", "String*(BuiltInCallable*)", "~(String*)", "List<Module0<AsyncCallable0*>*>*(int*)", "Value0*(Module0<AsyncCallable0*>*)", "Set<0^>()<Object?>", "Null(String*)", "Map<String*,Value0*>*(Module0<AsyncCallable0*>*)", "Map<String*,AstNode0*>*(Module0<AsyncCallable0*>*)", "Set<0^>()<Object?>", "Uri*(Tuple3<Importer*,Uri*,Uri*>*)", "Null(String*,Option*)", "bool*(Tuple3<Importer*,Uri*,Uri*>*)", "bool(@)", "~(@,StackTrace)", "SassNumber*(Value*)", "Future<@>()", "SassMap*(SassMap*[Value*])", "Future<EvaluateResult0*>*()", "SassMap*(Value*)", "~(Object[StackTrace?])", "bool*(List<Value*>*)", "List<Value*>*(Value*)", "String*(Value*)", "Null(~())", "Future<Value0*>*(Value0*)", "_Future<@>(@)", "~(@[StackTrace*])", "Null(Object,StackTrace)", "~([Object?])", "@(String)", "StackTrace()", "Object()", "bool*(Future<~>*)", "Future<Value0*>*(Expression0*)", "Iterable<ComplexSelectorComponent*>*(Iterable<ComplexSelectorComponent*>*)", "List<ComplexSelectorComponent*>*(List<Iterable<ComplexSelectorComponent*>*>*)", "bool*(List<Iterable<ComplexSelectorComponent*>*>*)", "Future<Tuple3<AsyncImporter0*,Uri*,Uri*>*>*()", "Future<Stylesheet0*>*()", "bool*(Tuple3<AsyncImporter0*,Uri*,Uri*>*)", "Uri*(Tuple3<AsyncImporter0*,Uri*,Uri*>*)", "bool*(Queue<List<ComplexSelectorComponent*>*>*)", "List<ComplexSelectorComponent*>*(List<ComplexSelectorComponent*>*,List<ComplexSelectorComponent*>*)", "Null(String,@)", "Null(SimpleSelector*,Set<ModifiableCssValue<SelectorList*>*>*)", "@(@,String)", "Null(Function*,Function*)", "PseudoSelector*(ComplexSelector*)", "String*(Value0*)", "Object*(Value0*)", "List<ComplexSelector*>*(ComplexSelector*)", "num*(_NodeSassColor*)", "List<Extension*>*(PseudoSelector*)", "String*(_NodeSassColor*)", "List<Extension*>*(SimpleSelector*)", "String*(BuiltInCallable0*)", "List<ComplexSelector*>*(List<ComplexSelector*>*)", "List<Module0<Callable0*>*>*(int*)", "Value0*(Module0<Callable0*>*)", "bool*(List<ComplexSelector*>*)", "List<SimpleSelector*>*(Extension*)", "Map<String*,Value0*>*(Module0<Callable0*>*)", "Map<String*,AstNode0*>*(Module0<Callable0*>*)", "List<ComplexSelector*>*(List<Extension*>*)", "ComplexSelector*(Extension*)", "List<ComplexSelectorComponent*>*(ComplexSelector*)", "Iterable<ComplexSelector*>*(List<ComplexSelector*>*)", "EvaluateResult0*()", "List<ComplexSelector*>*(ComplexSelectorComponent*)", "Extension*()", "Null(ComplexSelector*,Extension*)", "Null(SimpleSelector*,Map<ComplexSelector*,Extension*>*)", "Value0*(Expression0*)", "bool*(Extension0*)", "Set<ModifiableCssValue0<SelectorList0*>*>*()", "Set<ModifiableCssValue<SelectorList*>*>*()", "bool*(Extension*)", "Null(SimpleSelector0*,Map<ComplexSelector0*,Extension0*>*)", "Null(ComplexSelector0*,Extension0*)", "Extension0*()", "WatchEvent*(String*)", "List<ComplexSelector0*>*(ComplexSelectorComponent0*)", "Iterable<ComplexSelector0*>*(List<ComplexSelector0*>*)", "List<ComplexSelectorComponent0*>*(ComplexSelector0*)", "Iterable<WatchEvent*>*(List<WatchEvent*>*)", "ComplexSelector0*(Extension0*)", "List<ComplexSelector0*>*(List<Extension0*>*)", "List<SimpleSelector0*>*(Extension0*)", "bool*(List<ComplexSelector0*>*)", "List<ComplexSelector0*>*(List<ComplexSelector0*>*)", "List<Extension0*>*(SimpleSelector0*)", "List<Extension0*>*(PseudoSelector0*)", "List<ComplexSelector0*>*(ComplexSelector0*)", "PseudoSelector0*(ComplexSelector0*)", "Null(SimpleSelector0*,Set<ModifiableCssValue0<SelectorList0*>*>*)", "Future<~>*(String*)", "List<ComplexSelectorComponent0*>*(List<ComplexSelectorComponent0*>*,List<ComplexSelectorComponent0*>*)", "bool*(Queue<List<ComplexSelectorComponent0*>*>*)", "ArgParser*()", "bool*(List<Iterable<ComplexSelectorComponent0*>*>*)", "List<ComplexSelectorComponent0*>*(List<Iterable<ComplexSelectorComponent0*>*>*)", "Iterable<ComplexSelectorComponent0*>*(Iterable<ComplexSelectorComponent0*>*)", "bool*(String*,String*)", "String*(IfClause0*)", "Map<String*,AstNode*>*(Module<Callable*>*)", "Map<String*,Value*>*(Module<Callable*>*)", "Tuple3<Importer0*,Uri*,Uri*>*()", "Value*(Module<Callable*>*)", "bool*(Tuple3<Importer0*,Uri*,Uri*>*)", "Uri*(Tuple3<Importer0*,Uri*,Uri*>*)", "String*(Expression0*)", "int*(String*)", "List<Value0*>*(Value0*)", "bool*(List<Value0*>*)", "SassList0*(ComplexSelector0*)", "SassString0*(ComplexSelectorComponent0*)", "List<Module<Callable*>*>*(int*)", "Uri*(Tuple3<AsyncImporter*,Uri*,Uri*>*)", "SimpleSelector0*(SimpleSelector0*)", "Null(_NodeSassList*,int*[bool*,SassList0*])", "bool*(Tuple3<AsyncImporter*,Uri*,Uri*>*)", "Object*(_NodeSassList*,int*)", "Null(_NodeSassList*,int*,Object*)", "bool*(_NodeSassList*)", "Null(_NodeSassList*,bool*)", "int*(_NodeSassList*)", "String*(_NodeSassList*)", "String*(Tuple2<Expression0*,Expression0*>*)", "SassMap0*(Value0*)", "SassMap0*(SassMap0*[Value0*])", "Null(_NodeSassMap*,int*[SassMap0*])", "SassNumber0*(int*)", "Future<Stylesheet*>*()", "int*(_NodeSassMap*)", "Future<Tuple3<AsyncImporter*,Uri*,Uri*>*>*()", "String*(_NodeSassMap*)", "SassNumber0*(Value0*)", "Null(RenderResult*)", "Null(Object*,StackTrace*)", "Null(Object*,Object*)", "Map<String*,AstNode*>*(Module<AsyncCallable*>*)", "~([Object*])", "JSFunction0*(JSFunction0*)", "Object*(Object*,String*,String*[Object*])", "Null(Object*)", "Null(_NodeSassNumber*,num*[String*,SassNumber0*])", "num*(_NodeSassNumber*)", "Null(_NodeSassNumber*,num*)", "Map<String*,Value*>*(Module<AsyncCallable*>*)", "Null(_NodeSassNumber*,String*)", "SassScriptException0*()", "~(String*,StackTrace*)", "@(StackTrace)", "Value*(Module<AsyncCallable*>*)", "List<Module<AsyncCallable*>*>*(int*)", "SassString0*(SimpleSelector0*)", "CompoundSelector0*()", "~(CssMediaQuery0*)", "SimpleSelector*(SimpleSelector*)", "Null(_NodeSassString*,String*[SassString0*])", "SassString*(ComplexSelectorComponent*)", "Null(_NodeSassString*,String*)", "Statement0*({root:bool*})", "Null(@,StackTrace)", "NumberExpression0*()", "VariableDeclaration0*(VariableDeclaration0*)", "ArgumentDeclaration0*()", "Tuple2<String*,ArgumentDeclaration0*>*()", "VariableDeclaration0*()", "SassList*(ComplexSelector*)", "StyleRule0*(List<Statement0*>*,FileSpan*)", "@(Object)", "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*{number:bool*})", "~(BinaryOperator0*)", "Null(String*,Function*)", "String*(IfClause*)", "Null(int,@)", "~(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)", "~(String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "String*(Tuple2<Expression*,Expression*>*)", "String*(Expression*)", "0^(0^,0^)<num>", "~(Object*,StackTrace*,EventSink<0^*>*)<Object*>", "List<0^*>*(0^*,List<0^*>*)<Object*>", "~(RenderOptions*,~(Object*,RenderResult*)*)", "RenderResult*(RenderOptions*)", "Future<~>*(List<String*>*)", "String*(Argument*)", "Null(_NodeSassColor*,num*[num*,num*,num*,SassColor0*])"],
|
|
89694
|
+
types: ["Null()", "~()", "Future<Null>*()", "Value0*(List<Value0*>*)", "String*(String*)", "Value*(List<Value*>*)", "bool*(String*)", "bool*(CssNode*)", "bool*(CssNode0*)", "SassNumber*(List<Value*>*)", "SassNumber0*(List<Value0*>*)", "int*()", "String*()", "Value*()", "bool*(ComplexSelector0*)", "bool*(ComplexSelector*)", "SassString*(List<Value*>*)", "SassString0*(List<Value0*>*)", "bool*(SimpleSelector*)", "bool*(SimpleSelector0*)", "SassBoolean0*(List<Value0*>*)", "Value0*()", "SassBoolean*(List<Value*>*)", "bool*(Object*)", "bool*(int*)", "SassColor*(List<Value*>*)", "bool(Object?)", "SassList0*(List<Value0*>*)", "SassList*(List<Value*>*)", "SassColor0*(List<Value0*>*)", "Future<Value*>*()", "Future<Value0*>*()", "Future<Null>*(Future<~>*()*)", "FileSpan*()", "Null(~()*)", "bool*()", "SassMap*(List<Value*>*)", "SassMap0*(List<Value0*>*)", "bool*(num*,num*)", "int*(num*)", "List<String*>*()", "String*(Object*)", "SelectorList*()", "@(@)", "SelectorList0*()", "Null(Value0*,Value0*)", "Null(Value*,Value*)", "ValueExpression*(Value*)", "ValueExpression0*(Value0*)", "~(Object*)", "num*(num*,num*)", "bool*(PseudoSelector*)", "Statement0*()", "bool*(Value*)", "Frame*(String*)", "bool*(Value0*)", "~(Object,StackTrace)", "Statement*()", "bool*(PseudoSelector0*)", "Stylesheet*()", "Frame*()", "Value*(Statement*)", "ComplexSelector*(List<ComplexSelectorComponent*>*)", "~(Object?)", "Value*(Value*)", "Null([Object*])", "@()", "Declaration*(List<Statement*>*,FileSpan*)", "~(Value*)", "Declaration0*(List<Statement0*>*,FileSpan*)", "Object*()", "ComplexSelector0*(List<ComplexSelectorComponent0*>*)", "~(String*,bool*)", "Value0*(Statement0*)", "Value0*(Value0*)", "Null(_NodeSassColor*,num*)", "Null(String*,Value0*)", "Future<Value0*>*(Statement0*)", "~(Value0*)", "Future<String*>*(@)", "Null(String*,Value*)", "Future<Value*>*(Statement*)", "Null(Module0<Callable0*>*)", "ComplexSelector*(ComplexSelector*)", "String*(int*)", "Map<ComplexSelector0*,Extension0*>*()", "Map<ComplexSelector*,Extension*>*()", "Null(Value0*)", "Iterable<String*>*(Module<AsyncCallable*>*)", "Iterable<ComplexSelector*>*(ComplexSelector*)", "Callable0*()", "bool*(ComplexSelectorComponent*)", "Iterable<String*>*(Module0<Callable0*>*)", "bool*(ComplexSelectorComponent0*)", "bool*(Module<AsyncCallable*>*)", "int*(_NodeSassColor*)", "Null([@])", "List<ComplexSelectorComponent*>*(List<ComplexSelectorComponent*>*)", "Null(List<Value0*>*)", "ComplexSelector0*(ComplexSelector0*)", "List<CssMediaQuery0*>*()", "Null(Module0<AsyncCallable0*>*)", "bool*(Module0<Callable0*>*)", "Null(List<Value*>*)", "Null(@,@)", "AsyncCallable*()", "~(~())", "String*(@)", "AsyncCallable0*()", "Tuple3<Importer*,Uri*,Uri*>*()", "Null(@)", "bool*(Module0<AsyncCallable0*>*)", "Iterable<String*>*(Module0<AsyncCallable0*>*)", "AtRootQuery*()", "List<CssMediaQuery*>*()", "bool*(_Highlight*)", "Null(Value*)", "Null(Module<Callable*>*)", "Callable*()", "Iterable<String*>*(Module<Callable*>*)", "Iterable<ComplexSelector0*>*(ComplexSelector0*)", "Null(Module<AsyncCallable*>*)", "bool*(Module<Callable*>*)", "List<ComplexSelectorComponent0*>*(List<ComplexSelectorComponent0*>*)", "SourceFile*()", "AtRootQuery0*()", "Future<Null>*(List<Value*>*)", "Module<Callable*>*(Module<Callable*>*)", "Callable*(Module<Callable*>*)", "Null([@])*()", "Iterable<ComplexSelectorComponent*>*(List<List<ComplexSelectorComponent*>*>*)", "bool*(Queue<@>*)", "Frame*(Tuple2<String*,AstNode0*>*)", "Null(@,StackTrace*)", "bool*(Import0*)", "bool*(Statement0*)", "Null(String*,ConfiguredValue0*)", "Map<String*,Callable*>*(Module<Callable*>*)", "Future<SassNumber0*>*()", "Future<@>*()", "Module<AsyncCallable*>*(Module<AsyncCallable*>*)", "num*(String*,num*{assertPercent:bool*,checkPercent:bool*})", "num*(num*,num*,num*)", "int*(int*,num*)", "Iterable<ComplexSelectorComponent0*>*(List<List<ComplexSelectorComponent0*>*>*)", "AsyncCallable*(Module<AsyncCallable*>*)", "bool*(ModifiableCssParentNode0*)", "String*(_NodeSassNumber*)", "bool(Object?,Object?)", "int(Object?)", "List<Extender0*>*()", "bool*(@)", "~(Module0<AsyncCallable0*>*)", "List<Extension0*>*()", "~([Future<~>?])", "num*(num*)", "Future<Value0*>*(List<Value0*>*)", "SelectorList*(Value*)", "SelectorList*(SelectorList*,SelectorList*)", "Map<String*,AsyncCallable*>*(Module<AsyncCallable*>*)", "AtRule0*(List<Statement0*>*,FileSpan*)", "Uri*()", "SassFunction0*(List<Value0*>*)", "List<Extension*>*()", "Null(_NodeSassMap*,int*,Object*)", "~(Module<AsyncCallable*>*)", "AsyncCallable0*(Module0<AsyncCallable0*>*)", "int(@,@)", "Module0<AsyncCallable0*>*(Module0<AsyncCallable0*>*)", "Iterable<String*>*()", "Iterable<String*>*(String*)", "Iterable<String*>*(@)", "DateTime*()", "~(String*[~])", "SassNumber0*()", "Uri*/*()", "Future<Null>*(List<Value0*>*)", "Object*(_NodeSassMap*,int*)", "Null(Object?,Object?)", "bool*(Frame*)", "Trace*()", "~(Uint8List,String,int)", "bool*(Statement*)", "String*(Frame*)", "int*(Frame*)", "Trace*(String*)", "~(Module0<Callable0*>*)", "VariableDeclaration*()", "SassNull0*(int*)", "String*(_NodeSassString*)", "bool*(Import*)", "SassNumber*()", "AtRootRule*(List<Statement*>*,FileSpan*)", "~(Module<Callable*>*)", "Map<String*,Callable0*>*(Module0<Callable0*>*)", "Frame*(Tuple2<String*,AstNode*>*)", "Callable0*(Module0<Callable0*>*)", "Module0<Callable0*>*(Module0<Callable0*>*)", "String(String)", "AtRule*(List<Statement*>*,FileSpan*)", "Null(String*,ConfiguredValue*)", "AtRootRule0*(List<Statement0*>*,FileSpan*)", "Future<SassNumber*>*()", "SelectorList0*(SelectorList0*,SelectorList0*)", "SelectorList0*(Value0*)", "bool*(ModifiableCssParentNode*)", "Object*(@)", "Entry*(Entry*)", "List<int*>*(int*)", "String(int)", "List<Extender*>*()", "num*(num*,String*)", "SassFunction*(List<Value*>*)", "~(@)", "Stylesheet0*()", "Map<String*,AsyncCallable0*>*(Module0<AsyncCallable0*>*)", "Future<EvaluateResult*>*()", "Future<Value*>*(List<Value*>*)", "~(String,int)", "SassScriptException*()", "~(String[@])", "Null(Uri*,StylesheetNode*)", "DateTime*(StylesheetNode*)", "int(int,int)", "Future<Value*>*(Value*)", "~(BinaryOperator*)", "~(Expression*{number:bool*})", "WhileRule*(List<Statement*>*,FileSpan*)", "SupportsRule*(List<Statement*>*,FileSpan*)", "MixinRule*(List<Statement*>*,FileSpan*)", "Future<Value*>*(Expression*)", "MediaRule*(List<Statement*>*,FileSpan*)", "Uint8List(int)", "ContentBlock*(List<Statement*>*,FileSpan*)", "ForRule*(List<Statement*>*,FileSpan*)", "FunctionRule*(List<Statement*>*,FileSpan*)", "EachRule*(List<Statement*>*,FileSpan*)", "EvaluateResult*()", "Uint8List(@,@)", "SassString*(SimpleSelector*)", "StyleRule*(List<Statement*>*,FileSpan*)", "Null(Symbol0,@)", "Value*(Expression*)", "~(CssMediaQuery*)", "UseRule*()", "SourceFile*(int*)", "String*(SourceFile*)", "@(String*,@)", "FileSpan*(int*[int*])", "int*(_Line*)", "ArgumentDeclaration*()", "Uri*(_Line*)", "int*(_Highlight*,_Highlight*)", "List<_Line*>*(List<_Highlight*>*)", "SourceSpanWithContext*()", "String*(String*{color:@})", "VariableDeclaration*(VariableDeclaration*)", "List<Frame*>*(Trace*)", "int*(Trace*)", "NumberExpression*()", "String*(Trace*)", "Expression*({bracketList:bool*,singleEquals:bool*,until:bool*()*})", "Statement*({root:bool*})", "Frame*(String*,String*)", "CompoundSelector*()", "bool*(Option*)", "Set<0^>()<Object?>", "Frame*(Frame*)", "Future<~>*()", "String*(Argument0*)", "String*(BuiltInCallable*)", "~(String*)", "List<Module0<AsyncCallable0*>*>*(int*)", "Value0*(Module0<AsyncCallable0*>*)", "Set<0^>()<Object?>", "Null(String*)", "Map<String*,Value0*>*(Module0<AsyncCallable0*>*)", "Map<String*,AstNode0*>*(Module0<AsyncCallable0*>*)", "Set<0^>()<Object?>", "Uri*(Tuple3<Importer*,Uri*,Uri*>*)", "Null(String*,Option*)", "bool*(Tuple3<Importer*,Uri*,Uri*>*)", "bool(@)", "~(@,StackTrace)", "SassNumber*(Value*)", "Future<@>()", "SassMap*(SassMap*[Value*])", "Future<EvaluateResult0*>*()", "SassMap*(Value*)", "~(Object[StackTrace?])", "bool*(List<Value*>*)", "List<Value*>*(Value*)", "String*(Value*)", "Null(~())", "Future<Value0*>*(Value0*)", "_Future<@>(@)", "~(@[StackTrace*])", "Null(Object,StackTrace)", "~([Object?])", "@(String)", "StackTrace()", "Object()", "bool*(Future<~>*)", "Future<Value0*>*(Expression0*)", "Iterable<ComplexSelectorComponent*>*(Iterable<ComplexSelectorComponent*>*)", "List<ComplexSelectorComponent*>*(List<Iterable<ComplexSelectorComponent*>*>*)", "bool*(List<Iterable<ComplexSelectorComponent*>*>*)", "Future<Tuple3<AsyncImporter0*,Uri*,Uri*>*>*()", "Future<Stylesheet0*>*()", "bool*(Tuple3<AsyncImporter0*,Uri*,Uri*>*)", "Uri*(Tuple3<AsyncImporter0*,Uri*,Uri*>*)", "bool*(Queue<List<ComplexSelectorComponent*>*>*)", "List<ComplexSelectorComponent*>*(List<ComplexSelectorComponent*>*,List<ComplexSelectorComponent*>*)", "Null(String,@)", "Null(SimpleSelector*,Set<ModifiableCssValue<SelectorList*>*>*)", "@(@,String)", "Null(Function*,Function*)", "PseudoSelector*(ComplexSelector*)", "String*(Value0*)", "Object*(Value0*)", "List<ComplexSelector*>*(ComplexSelector*)", "num*(_NodeSassColor*)", "List<Extension*>*(PseudoSelector*)", "String*(_NodeSassColor*)", "List<Extension*>*(SimpleSelector*)", "String*(BuiltInCallable0*)", "List<ComplexSelector*>*(List<ComplexSelector*>*)", "List<Module0<Callable0*>*>*(int*)", "Value0*(Module0<Callable0*>*)", "bool*(List<ComplexSelector*>*)", "List<SimpleSelector*>*(Extension*)", "Map<String*,Value0*>*(Module0<Callable0*>*)", "Map<String*,AstNode0*>*(Module0<Callable0*>*)", "List<ComplexSelector*>*(List<Extension*>*)", "ComplexSelector*(Extension*)", "List<ComplexSelectorComponent*>*(ComplexSelector*)", "Iterable<ComplexSelector*>*(List<ComplexSelector*>*)", "EvaluateResult0*()", "List<ComplexSelector*>*(ComplexSelectorComponent*)", "Extension*()", "Null(ComplexSelector*,Extension*)", "Null(SimpleSelector*,Map<ComplexSelector*,Extension*>*)", "Value0*(Expression0*)", "bool*(Extension0*)", "Set<ModifiableCssValue0<SelectorList0*>*>*()", "Set<ModifiableCssValue<SelectorList*>*>*()", "bool*(Extension*)", "Null(SimpleSelector0*,Map<ComplexSelector0*,Extension0*>*)", "Null(ComplexSelector0*,Extension0*)", "Extension0*()", "WatchEvent*(String*)", "List<ComplexSelector0*>*(ComplexSelectorComponent0*)", "Iterable<ComplexSelector0*>*(List<ComplexSelector0*>*)", "List<ComplexSelectorComponent0*>*(ComplexSelector0*)", "Iterable<WatchEvent*>*(List<WatchEvent*>*)", "ComplexSelector0*(Extension0*)", "List<ComplexSelector0*>*(List<Extension0*>*)", "List<SimpleSelector0*>*(Extension0*)", "bool*(List<ComplexSelector0*>*)", "List<ComplexSelector0*>*(List<ComplexSelector0*>*)", "List<Extension0*>*(SimpleSelector0*)", "List<Extension0*>*(PseudoSelector0*)", "List<ComplexSelector0*>*(ComplexSelector0*)", "PseudoSelector0*(ComplexSelector0*)", "Null(SimpleSelector0*,Set<ModifiableCssValue0<SelectorList0*>*>*)", "Future<~>*(String*)", "List<ComplexSelectorComponent0*>*(List<ComplexSelectorComponent0*>*,List<ComplexSelectorComponent0*>*)", "bool*(Queue<List<ComplexSelectorComponent0*>*>*)", "ArgParser*()", "bool*(List<Iterable<ComplexSelectorComponent0*>*>*)", "List<ComplexSelectorComponent0*>*(List<Iterable<ComplexSelectorComponent0*>*>*)", "Iterable<ComplexSelectorComponent0*>*(Iterable<ComplexSelectorComponent0*>*)", "bool*(String*,String*)", "String*(IfClause0*)", "Map<String*,AstNode*>*(Module<Callable*>*)", "Map<String*,Value*>*(Module<Callable*>*)", "Tuple3<Importer0*,Uri*,Uri*>*()", "Value*(Module<Callable*>*)", "bool*(Tuple3<Importer0*,Uri*,Uri*>*)", "Uri*(Tuple3<Importer0*,Uri*,Uri*>*)", "String*(Expression0*)", "int*(String*)", "List<Value0*>*(Value0*)", "bool*(List<Value0*>*)", "SassList0*(ComplexSelector0*)", "SassString0*(ComplexSelectorComponent0*)", "List<Module<Callable*>*>*(int*)", "Uri*(Tuple3<AsyncImporter*,Uri*,Uri*>*)", "SimpleSelector0*(SimpleSelector0*)", "Null(_NodeSassList*,int*[bool*,SassList0*])", "bool*(Tuple3<AsyncImporter*,Uri*,Uri*>*)", "Object*(_NodeSassList*,int*)", "Null(_NodeSassList*,int*,Object*)", "bool*(_NodeSassList*)", "Null(_NodeSassList*,bool*)", "int*(_NodeSassList*)", "String*(_NodeSassList*)", "String*(Tuple2<Expression0*,Expression0*>*)", "SassMap0*(Value0*)", "SassMap0*(SassMap0*[Value0*])", "Null(_NodeSassMap*,int*[SassMap0*])", "SassNumber0*(int*)", "Future<Stylesheet*>*()", "int*(_NodeSassMap*)", "Future<Tuple3<AsyncImporter*,Uri*,Uri*>*>*()", "String*(_NodeSassMap*)", "SassNumber0*(Value0*)", "Null(RenderResult*)", "Null(Object*,StackTrace*)", "Null(Object*,Object*)", "Map<String*,AstNode*>*(Module<AsyncCallable*>*)", "~([Object*])", "JSFunction0*(JSFunction0*)", "Object*(Object*,String*,String*[Object*])", "Null(Object*)", "Null(_NodeSassNumber*,num*[String*,SassNumber0*])", "num*(_NodeSassNumber*)", "Null(_NodeSassNumber*,num*)", "Map<String*,Value*>*(Module<AsyncCallable*>*)", "Null(_NodeSassNumber*,String*)", "SassScriptException0*()", "~(String*,StackTrace*)", "@(StackTrace)", "Value*(Module<AsyncCallable*>*)", "List<Module<AsyncCallable*>*>*(int*)", "SassString0*(SimpleSelector0*)", "CompoundSelector0*()", "~(CssMediaQuery0*)", "SimpleSelector*(SimpleSelector*)", "Null(_NodeSassString*,String*[SassString0*])", "SassString*(ComplexSelectorComponent*)", "Null(_NodeSassString*,String*)", "Statement0*({root:bool*})", "Null(@,StackTrace)", "NumberExpression0*()", "VariableDeclaration0*(VariableDeclaration0*)", "ArgumentDeclaration0*()", "Tuple2<String*,ArgumentDeclaration0*>*()", "VariableDeclaration0*()", "SassList*(ComplexSelector*)", "StyleRule0*(List<Statement0*>*,FileSpan*)", "@(Object)", "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*{number:bool*})", "~(BinaryOperator0*)", "Null(String*,Function*)", "String*(IfClause*)", "Null(int,@)", "~(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)", "~(String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "String*(Tuple2<Expression*,Expression*>*)", "String*(Expression*)", "0^(0^,0^)<num>", "~(Object*,StackTrace*,EventSink<0^*>*)<Object*>", "List<0^*>*(0^*,List<0^*>*)<Object*>", "~(RenderOptions*,~(Object*,RenderResult*)*)", "RenderResult*(RenderOptions*)", "Future<~>*(List<String*>*)", "String*(Argument*)", "Null(_NodeSassColor*,num*[num*,num*,num*,SassColor0*])"],
|
|
89113
89695
|
interceptorsByTag: null,
|
|
89114
89696
|
leafTags: null,
|
|
89115
89697
|
arrayRti: typeof Symbol == "function" && typeof Symbol() == "symbol" ? Symbol("$ti") : "$ti"
|
|
89116
89698
|
};
|
|
89117
|
-
H._Universe_addRules(init.typeUniverse, JSON.parse('{"_Exports":"JavaScriptObject","Util":"JavaScriptObject","NodeJsError":"JavaScriptObject","JsAssertionError":"JavaScriptObject","JsRangeError":"JavaScriptObject","JsReferenceError":"JavaScriptObject","JsSyntaxError":"JavaScriptObject","JsTypeError":"JavaScriptObject","JsSystemError":"JavaScriptObject","JsError":"JavaScriptObject","Promise":"JavaScriptObject","Date":"JavaScriptObject","Atomics":"JavaScriptObject","Exports":"JavaScriptObject","JSFunction0":"JavaScriptObject","RenderContext":"JavaScriptObject","RenderContextOptions":"JavaScriptObject","RenderOptions":"JavaScriptObject","RenderResult":"JavaScriptObject","RenderResultStats":"JavaScriptObject","Types":"JavaScriptObject","_PropertyDescriptor0":"JavaScriptObject","ConsoleModule":"JavaScriptObject","Console":"JavaScriptObject","Modules":"JavaScriptObject","Module1":"JavaScriptObject","Process":"JavaScriptObject","EventEmitter":"JavaScriptObject","Readable":"JavaScriptObject","Writable":"JavaScriptObject","NetServer":"JavaScriptObject","FSWatcher":"JavaScriptObject","Duplex":"JavaScriptObject","ReadStream":"JavaScriptObject","WriteStream":"JavaScriptObject","Transform":"JavaScriptObject","Socket":"JavaScriptObject","TTYReadStream":"JavaScriptObject","TTYWriteStream":"JavaScriptObject","CPUUsage":"JavaScriptObject","Release":"JavaScriptObject","BufferModule":"JavaScriptObject","BufferConstants":"JavaScriptObject","Buffer":"JavaScriptObject","Immediate":"JavaScriptObject","Timeout":"JavaScriptObject","FiberClass":"JavaScriptObject","Fiber":"JavaScriptObject","_NodeSassColor":"JavaScriptObject","_NodeSassList":"JavaScriptObject","_NodeSassMap":"JavaScriptObject","_NodeSassNumber":"JavaScriptObject","_NodeSassString":"JavaScriptObject","StreamModule":"JavaScriptObject","WritableOptions":"JavaScriptObject","ReadableOptions":"JavaScriptObject","Net":"JavaScriptObject","NetAddress":"JavaScriptObject","TTY":"JavaScriptObject","FS":"JavaScriptObject","FSConstants":"JavaScriptObject","ReadStreamOptions":"JavaScriptObject","WriteStreamOptions":"JavaScriptObject","Stats":"JavaScriptObject","Chokidar":"JavaScriptObject","ChokidarOptions":"JavaScriptObject","ChokidarWatcher":"JavaScriptObject","Chokidar0":"JavaScriptObject","ChokidarOptions0":"JavaScriptObject","ChokidarWatcher0":"JavaScriptObject","NodeImporterResult0":"JavaScriptObject","Stdin":"JavaScriptObject","Stdout":"JavaScriptObject","ReadlineModule":"JavaScriptObject","ReadlineOptions":"JavaScriptObject","ReadlineInterface":"JavaScriptObject","JSFunction":"JavaScriptObject","NodeImporterResult":"JavaScriptObject","_PropertyDescriptor":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JSBool":{"bool":[]},"JSNull":{"Null":[]},"JavaScriptObject":{"Function":[],"JsSystemError":[],"_NodeSassColor":[],"JSFunction0":[],"NodeImporterResult0":[],"_NodeSassList":[],"_NodeSassMap":[],"_NodeSassNumber":[],"RenderOptions":[],"RenderResult":[],"_NodeSassString":[]},"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"]},"JSDouble":{"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"},"CastQueue":{"Queue":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateInitializationErrorImpl":{"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"],"ListIterable.E":"1","Iterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListIterable.E":"2","Iterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantProtoMap":{"ConstantStringMap":["1","2"],"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"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"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"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"},"_Error":{"Error":[]},"_TypeError":{"Error":[]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncCompleter":{"_Completer":["1"]},"_Future":{"Future":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamImpl":{"Stream":["1"]},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_ExpandStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"AsyncError":{"Error":[]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedHashSet":{"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["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"],"ListIterable.E":"1","Iterable.E":"1"},"_SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["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"]},"StringConversionSinkBase":{"StringConversionSink":[]},"StringConversionSinkMixin":{"StringConversionSink":[]},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringCallbackSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Codec":["String","List<int>"]},"Utf8Encoder":{"Converter":["String","List<int>"]},"Utf8Decoder":{"Converter":["List<int>","String"]},"double":{"num":[],"Comparable":["num"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"]},"DateTime":{"Comparable":["DateTime"]},"Duration":{"Comparable":["Duration"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"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"],"ListIterable.E":"1","Iterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"ArgParserException":{"FormatException":[],"Exception":[]},"ErrorResult":{"Result":["Null"]},"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*"},"UnmodifiableSetView":{"DelegatingSet":["1*"],"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1*"},"_DelegatingIterableBase":{"Iterable":["1*"]},"DelegatingIterable":{"Iterable":["1*"]},"DelegatingSet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1"},"MapKeySet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String*","1*"]},"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":[]},"ModifiableCssValue":{"CssValue":["1*"],"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":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"ListExpression":{"Expression":[],"AstNode":[]},"MapExpression":{"Expression":[],"AstNode":[]},"NullExpression":{"Expression":[],"AstNode":[]},"NumberExpression":{"Expression":[],"AstNode":[]},"ParenthesizedExpression":{"Expression":[],"AstNode":[]},"SelectorExpression":{"Expression":[],"AstNode":[]},"StringExpression":{"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":[]},"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":[]},"AttributeSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"Combinator":{"ComplexSelectorComponent":[]},"CompoundSelector":{"ComplexSelectorComponent":[]},"IDSelector":{"SimpleSelector":[]},"ParentSelector":{"SimpleSelector":[]},"PlaceholderSelector":{"SimpleSelector":[]},"PseudoSelector":{"SimpleSelector":[]},"TypeSelector":{"SimpleSelector":[]},"UniversalSelector":{"SimpleSelector":[]},"_EnvironmentModule0":{"Module":["AsyncCallable*"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable":[],"AsyncCallable":[]},"_EnvironmentModule":{"Module":["Callable*"]},"SassException":{"Exception":[]},"MultiSpanSassException":{"Exception":[]},"SassRuntimeException":{"Exception":[]},"MultiSpanSassRuntimeException":{"SassRuntimeException":[],"Exception":[]},"SassFormatException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"UsageException":{"Exception":[]},"EmptyExtender":{"Extender":[]},"MergedExtension":{"Extension":[]},"Importer":{"AsyncImporter":[]},"FilesystemImporter":{"Importer":[],"AsyncImporter":[]},"BuiltInModule":{"Module":["1*"]},"ForwardedModuleView":{"Module":["1*"]},"ShadowedModuleView":{"Module":["1*"]},"LimitedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"MergedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"NoSourceMapBuffer0":{"StringBuffer":[]},"PrefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"PublicMemberMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"SourceMapBuffer0":{"StringBuffer":[]},"UnprefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassColor":{"Value":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"Value":[]},"SassNull":{"Value":[]},"SassNumber":{"Value":[]},"SassString":{"Value":[]},"Entry":{"Comparable":["Entry*"]},"FileSpan":{"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan*"]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation*"]},"_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":[]},"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":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module0":["AsyncCallable0*"]},"AtRootRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"CssAtRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[]},"BinaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable0":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module0":["1*"]},"CallableDeclaration0":{"Statement0":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[]},"ColorExpression0":{"Expression0":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"Combinator0":{"ComplexSelectorComponent0":[]},"CompoundSelector0":{"ComplexSelectorComponent0":[]},"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":[]},"EmptyExtender0":{"Extender0":[]},"_EnvironmentModule1":{"Module0":["Callable0*"]},"ErrorRule0":{"Statement0":[],"AstNode0":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"SassRuntimeException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"ExtendRule0":{"Statement0":[],"AstNode0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"AstNode0":[]},"ForwardedModuleView0":{"Module0":["1*"]},"FunctionExpression0":{"Expression0":[],"AstNode0":[]},"SupportsFunction0":{"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[]},"IfExpression0":{"Expression0":[],"AstNode0":[]},"IfRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssImport0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"AstNode0":[]},"Interpolation0":{"AstNode0":[]},"SupportsInterpolation0":{"AstNode0":[]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LimitedMapView0":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"ListExpression0":{"Expression0":[],"AstNode0":[]},"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.K":"1*","MapMixin.V":"2*"},"MixinRule0":{"Statement0":[],"AstNode0":[]},"SupportsNegation0":{"AstNode0":[]},"NoSourceMapBuffer":{"StringBuffer":[]},"_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":[]},"ParentStatement0":{"Statement0":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[]},"PlainCssCallable0":{"Callable0":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"PseudoSelector0":{"SimpleSelector0":[]},"PublicMemberMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"ReturnRule0":{"Statement0":[],"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"AstNode0":[]},"ShadowedModuleView0":{"Module0":["1*"]},"SilentComment0":{"Statement0":[],"AstNode0":[]},"SourceMapBuffer":{"StringBuffer":[]},"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":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"CssSupportsRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"AstNode0":[]},"TypeSelector0":{"SimpleSelector0":[]},"UnaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"UniversalSelector0":{"SimpleSelector0":[]},"UnprefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"UseRule0":{"Statement0":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable0":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"AstNode0":[]},"ModifiableCssValue0":{"CssValue0":["1*"],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"AstNode0":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Expression":{"AstNode":[]},"Import":{"AstNode":[]},"SassNode":{"AstNode":[]},"Statement":{"AstNode":[]},"SupportsCondition":{"AstNode":[]},"Callable":{"AsyncCallable":[]},"Callable0":{"AsyncCallable0":[]},"Expression0":{"AstNode0":[]},"Import0":{"AstNode0":[]},"SassNode0":{"AstNode0":[]},"Statement0":{"AstNode0":[]},"SupportsCondition0":{"AstNode0":[]}}'));
|
|
89699
|
+
H._Universe_addRules(init.typeUniverse, JSON.parse('{"_Exports":"JavaScriptObject","Util":"JavaScriptObject","NodeJsError":"JavaScriptObject","JsAssertionError":"JavaScriptObject","JsRangeError":"JavaScriptObject","JsReferenceError":"JavaScriptObject","JsSyntaxError":"JavaScriptObject","JsTypeError":"JavaScriptObject","JsSystemError":"JavaScriptObject","JsError":"JavaScriptObject","Promise":"JavaScriptObject","Date":"JavaScriptObject","Atomics":"JavaScriptObject","Exports":"JavaScriptObject","JSFunction0":"JavaScriptObject","RenderContext":"JavaScriptObject","RenderContextOptions":"JavaScriptObject","RenderOptions":"JavaScriptObject","RenderResult":"JavaScriptObject","RenderResultStats":"JavaScriptObject","Types":"JavaScriptObject","_PropertyDescriptor0":"JavaScriptObject","ConsoleModule":"JavaScriptObject","Console":"JavaScriptObject","Modules":"JavaScriptObject","Module1":"JavaScriptObject","Process":"JavaScriptObject","EventEmitter":"JavaScriptObject","Readable":"JavaScriptObject","Writable":"JavaScriptObject","NetServer":"JavaScriptObject","FSWatcher":"JavaScriptObject","Duplex":"JavaScriptObject","ReadStream":"JavaScriptObject","WriteStream":"JavaScriptObject","Transform":"JavaScriptObject","Socket":"JavaScriptObject","TTYReadStream":"JavaScriptObject","TTYWriteStream":"JavaScriptObject","CPUUsage":"JavaScriptObject","Release":"JavaScriptObject","BufferModule":"JavaScriptObject","BufferConstants":"JavaScriptObject","Buffer":"JavaScriptObject","Immediate":"JavaScriptObject","Timeout":"JavaScriptObject","FiberClass":"JavaScriptObject","Fiber":"JavaScriptObject","_NodeSassColor":"JavaScriptObject","_NodeSassList":"JavaScriptObject","_NodeSassMap":"JavaScriptObject","_NodeSassNumber":"JavaScriptObject","_NodeSassString":"JavaScriptObject","StreamModule":"JavaScriptObject","WritableOptions":"JavaScriptObject","ReadableOptions":"JavaScriptObject","Net":"JavaScriptObject","NetAddress":"JavaScriptObject","TTY":"JavaScriptObject","FS":"JavaScriptObject","FSConstants":"JavaScriptObject","ReadStreamOptions":"JavaScriptObject","WriteStreamOptions":"JavaScriptObject","Stats":"JavaScriptObject","Chokidar":"JavaScriptObject","ChokidarOptions":"JavaScriptObject","ChokidarWatcher":"JavaScriptObject","Chokidar0":"JavaScriptObject","ChokidarOptions0":"JavaScriptObject","ChokidarWatcher0":"JavaScriptObject","NodeImporterResult0":"JavaScriptObject","Stdin":"JavaScriptObject","Stdout":"JavaScriptObject","ReadlineModule":"JavaScriptObject","ReadlineOptions":"JavaScriptObject","ReadlineInterface":"JavaScriptObject","JSFunction":"JavaScriptObject","NodeImporterResult":"JavaScriptObject","_PropertyDescriptor":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JSBool":{"bool":[]},"JSNull":{"Null":[]},"JavaScriptObject":{"Function":[],"JsSystemError":[],"_NodeSassColor":[],"JSFunction0":[],"NodeImporterResult0":[],"_NodeSassList":[],"_NodeSassMap":[],"_NodeSassNumber":[],"RenderOptions":[],"RenderResult":[],"_NodeSassString":[]},"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"]},"JSDouble":{"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"},"CastQueue":{"Queue":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateInitializationErrorImpl":{"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"],"ListIterable.E":"1","Iterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListIterable.E":"2","Iterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantProtoMap":{"ConstantStringMap":["1","2"],"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"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"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"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"},"_Error":{"Error":[]},"_TypeError":{"Error":[]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncCompleter":{"_Completer":["1"]},"_Future":{"Future":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamImpl":{"Stream":["1"]},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_ExpandStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"AsyncError":{"Error":[]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedHashSet":{"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["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"],"ListIterable.E":"1","Iterable.E":"1"},"_SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["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"]},"StringConversionSinkBase":{"StringConversionSink":[]},"StringConversionSinkMixin":{"StringConversionSink":[]},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringCallbackSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Codec":["String","List<int>"]},"Utf8Encoder":{"Converter":["String","List<int>"]},"Utf8Decoder":{"Converter":["List<int>","String"]},"double":{"num":[],"Comparable":["num"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"]},"DateTime":{"Comparable":["DateTime"]},"Duration":{"Comparable":["Duration"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"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"],"ListIterable.E":"1","Iterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"ArgParserException":{"FormatException":[],"Exception":[]},"ErrorResult":{"Result":["Null"]},"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*"},"UnmodifiableSetView":{"DelegatingSet":["1*"],"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1*"},"_DelegatingIterableBase":{"Iterable":["1*"]},"DelegatingIterable":{"Iterable":["1*"]},"DelegatingSet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1"},"MapKeySet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String*","1*"]},"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":[]},"ModifiableCssValue":{"CssValue":["1*"],"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":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"ListExpression":{"Expression":[],"AstNode":[]},"MapExpression":{"Expression":[],"AstNode":[]},"NullExpression":{"Expression":[],"AstNode":[]},"NumberExpression":{"Expression":[],"AstNode":[]},"ParenthesizedExpression":{"Expression":[],"AstNode":[]},"SelectorExpression":{"Expression":[],"AstNode":[]},"StringExpression":{"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":[]},"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":[]},"AttributeSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"Combinator":{"ComplexSelectorComponent":[]},"CompoundSelector":{"ComplexSelectorComponent":[]},"IDSelector":{"SimpleSelector":[]},"ParentSelector":{"SimpleSelector":[]},"PlaceholderSelector":{"SimpleSelector":[]},"PseudoSelector":{"SimpleSelector":[]},"TypeSelector":{"SimpleSelector":[]},"UniversalSelector":{"SimpleSelector":[]},"_EnvironmentModule0":{"Module":["AsyncCallable*"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable":[],"AsyncCallable":[]},"_EnvironmentModule":{"Module":["Callable*"]},"SassException":{"Exception":[]},"MultiSpanSassException":{"Exception":[]},"SassRuntimeException":{"Exception":[]},"MultiSpanSassRuntimeException":{"SassRuntimeException":[],"Exception":[]},"SassFormatException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"UsageException":{"Exception":[]},"EmptyExtender":{"Extender":[]},"MergedExtension":{"Extension":[]},"Importer":{"AsyncImporter":[]},"FilesystemImporter":{"Importer":[],"AsyncImporter":[]},"BuiltInModule":{"Module":["1*"]},"ForwardedModuleView":{"Module":["1*"]},"ShadowedModuleView":{"Module":["1*"]},"LimitedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"MergedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"NoSourceMapBuffer0":{"StringBuffer":[]},"PrefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"PublicMemberMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"SourceMapBuffer0":{"StringBuffer":[]},"UnprefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassColor":{"Value":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"Value":[]},"SassNull":{"Value":[]},"SassNumber":{"Value":[]},"ComplexSassNumber":{"SassNumber":[],"Value":[]},"SingleUnitSassNumber":{"SassNumber":[],"Value":[]},"UnitlessSassNumber":{"SassNumber":[],"Value":[]},"SassString":{"Value":[]},"Entry":{"Comparable":["Entry*"]},"FileSpan":{"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan*"]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation*"]},"_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":[]},"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":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module0":["AsyncCallable0*"]},"AtRootRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"CssAtRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[]},"BinaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable0":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module0":["1*"]},"CallableDeclaration0":{"Statement0":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[]},"ColorExpression0":{"Expression0":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"ComplexSassNumber0":{"SassNumber0":[],"Value0":[]},"Combinator0":{"ComplexSelectorComponent0":[]},"CompoundSelector0":{"ComplexSelectorComponent0":[]},"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":[]},"EmptyExtender0":{"Extender0":[]},"_EnvironmentModule1":{"Module0":["Callable0*"]},"ErrorRule0":{"Statement0":[],"AstNode0":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"SassRuntimeException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"ExtendRule0":{"Statement0":[],"AstNode0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"AstNode0":[]},"ForwardedModuleView0":{"Module0":["1*"]},"FunctionExpression0":{"Expression0":[],"AstNode0":[]},"SupportsFunction0":{"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[]},"IfExpression0":{"Expression0":[],"AstNode0":[]},"IfRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssImport0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"AstNode0":[]},"Interpolation0":{"AstNode0":[]},"SupportsInterpolation0":{"AstNode0":[]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LimitedMapView0":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"ListExpression0":{"Expression0":[],"AstNode0":[]},"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.K":"1*","MapMixin.V":"2*"},"MixinRule0":{"Statement0":[],"AstNode0":[]},"SupportsNegation0":{"AstNode0":[]},"NoSourceMapBuffer":{"StringBuffer":[]},"_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":[]},"ParentStatement0":{"Statement0":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[]},"PlainCssCallable0":{"Callable0":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"PseudoSelector0":{"SimpleSelector0":[]},"PublicMemberMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"ReturnRule0":{"Statement0":[],"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"AstNode0":[]},"ShadowedModuleView0":{"Module0":["1*"]},"SilentComment0":{"Statement0":[],"AstNode0":[]},"SingleUnitSassNumber0":{"SassNumber0":[],"Value0":[]},"SourceMapBuffer":{"StringBuffer":[]},"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":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"CssSupportsRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"AstNode0":[]},"TypeSelector0":{"SimpleSelector0":[]},"UnaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"UnitlessSassNumber0":{"SassNumber0":[],"Value0":[]},"UniversalSelector0":{"SimpleSelector0":[]},"UnprefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"UseRule0":{"Statement0":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable0":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"AstNode0":[]},"ModifiableCssValue0":{"CssValue0":["1*"],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"AstNode0":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Expression":{"AstNode":[]},"Import":{"AstNode":[]},"SassNode":{"AstNode":[]},"Statement":{"AstNode":[]},"SupportsCondition":{"AstNode":[]},"Callable":{"AsyncCallable":[]},"Callable0":{"AsyncCallable0":[]},"Expression0":{"AstNode0":[]},"Import0":{"AstNode0":[]},"SassNode0":{"AstNode0":[]},"Statement0":{"AstNode0":[]},"SupportsCondition0":{"AstNode0":[]}}'));
|
|
89118
89700
|
H._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,"_StreamImplEvents":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,"_ListBase_Object_ListMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"ChunkedConversionSink":1,"_StringSinkConversionSink":1,"Iterator":1,"_EventRequest":1,"DefaultEquality":1,"IterableEquality":1,"ListEquality":1,"MapEquality":2,"_QueueList_Object_ListMixin":1,"UnmodifiableSetMixin":1,"_UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin":1,"_DelegatingIterableBase":1,"DelegatingIterable":1,"_MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin":1,"RecursiveStatementVisitor":1}'));
|
|
89119
89701
|
var string$ = {
|
|
89120
89702
|
x0a_BUG_: "\n\nBUG: This should include a source span!",
|
|
@@ -90454,7 +91036,7 @@ self.fs = require("fs");
|
|
|
90454
91036
|
return P.UnmodifiableListView$(H.setRuntimeTypeInfo([$.$get$_abs(), $.$get$_ceil(), $.$get$_floor(), $.$get$_max(), $.$get$_min(), $.$get$_percentage(), $.$get$_randomFunction(), $.$get$_round(), $.$get$_unit(), $.$get$_compatible().withName$1("comparable"), $.$get$_isUnitless().withName$1("unitless")], type$.JSArray_legacy_BuiltInCallable), type$.legacy_BuiltInCallable);
|
|
90455
91037
|
});
|
|
90456
91038
|
_lazyOld($, "module2", "$get$module2", function() {
|
|
90457
|
-
return Q.BuiltInModule$("math", H.setRuntimeTypeInfo([$.$get$_abs(), $.$get$_acos(), $.$get$_asin(), $.$get$_atan(), $.$get$_atan2(), $.$get$_ceil(), $.$get$_clamp(), $.$get$_cos(), $.$get$_compatible(), $.$get$_floor(), $.$get$_hypot(), $.$get$_isUnitless(), $.$get$_log(), $.$get$_max(), $.$get$_min(), $.$get$_percentage(), $.$get$_pow(), $.$get$_randomFunction(), $.$get$_round(), $.$get$_sin(), $.$get$_sqrt(), $.$get$_tan(), $.$get$_unit()], type$.JSArray_legacy_BuiltInCallable), null, P.LinkedHashMap_LinkedHashMap$_literal(["e", T.
|
|
91039
|
+
return Q.BuiltInModule$("math", H.setRuntimeTypeInfo([$.$get$_abs(), $.$get$_acos(), $.$get$_asin(), $.$get$_atan(), $.$get$_atan2(), $.$get$_ceil(), $.$get$_clamp(), $.$get$_cos(), $.$get$_compatible(), $.$get$_floor(), $.$get$_hypot(), $.$get$_isUnitless(), $.$get$_log(), $.$get$_max(), $.$get$_min(), $.$get$_percentage(), $.$get$_pow(), $.$get$_randomFunction(), $.$get$_round(), $.$get$_sin(), $.$get$_sqrt(), $.$get$_tan(), $.$get$_unit()], type$.JSArray_legacy_BuiltInCallable), null, P.LinkedHashMap_LinkedHashMap$_literal(["e", T.SassNumber_SassNumber(2.718281828459045, null), "pi", T.SassNumber_SassNumber(3.141592653589793, null)], type$.legacy_String, type$.legacy_Value), type$.legacy_BuiltInCallable);
|
|
90458
91040
|
});
|
|
90459
91041
|
_lazyOld($, "_ceil", "$get$_ceil", function() {
|
|
90460
91042
|
return K._numberFunction("ceil", new K.closure25());
|
|
@@ -90904,7 +91486,7 @@ self.fs = require("fs");
|
|
|
90904
91486
|
return P.UnmodifiableListView$(H.setRuntimeTypeInfo([$.$get$_abs0(), $.$get$_ceil0(), $.$get$_floor0(), $.$get$_max0(), $.$get$_min0(), $.$get$_percentage0(), $.$get$_randomFunction0(), $.$get$_round0(), $.$get$_unit0(), $.$get$_compatible0().withName$1("comparable"), $.$get$_isUnitless0().withName$1("unitless")], type$.JSArray_legacy_BuiltInCallable_2), type$.legacy_BuiltInCallable_2);
|
|
90905
91487
|
});
|
|
90906
91488
|
_lazyOld($, "module8", "$get$module8", function() {
|
|
90907
|
-
return Q.BuiltInModule$0("math", H.setRuntimeTypeInfo([$.$get$_abs0(), $.$get$_acos0(), $.$get$_asin0(), $.$get$_atan0(), $.$get$_atan20(), $.$get$_ceil0(), $.$get$_clamp0(), $.$get$_cos0(), $.$get$_compatible0(), $.$get$_floor0(), $.$get$_hypot0(), $.$get$_isUnitless0(), $.$get$_log0(), $.$get$_max0(), $.$get$_min0(), $.$get$_percentage0(), $.$get$_pow0(), $.$get$_randomFunction0(), $.$get$_round0(), $.$get$_sin0(), $.$get$_sqrt0(), $.$get$_tan0(), $.$get$_unit0()], type$.JSArray_legacy_BuiltInCallable_2), null, P.LinkedHashMap_LinkedHashMap$_literal(["e", T.
|
|
91489
|
+
return Q.BuiltInModule$0("math", H.setRuntimeTypeInfo([$.$get$_abs0(), $.$get$_acos0(), $.$get$_asin0(), $.$get$_atan0(), $.$get$_atan20(), $.$get$_ceil0(), $.$get$_clamp0(), $.$get$_cos0(), $.$get$_compatible0(), $.$get$_floor0(), $.$get$_hypot0(), $.$get$_isUnitless0(), $.$get$_log0(), $.$get$_max0(), $.$get$_min0(), $.$get$_percentage0(), $.$get$_pow0(), $.$get$_randomFunction0(), $.$get$_round0(), $.$get$_sin0(), $.$get$_sqrt0(), $.$get$_tan0(), $.$get$_unit0()], type$.JSArray_legacy_BuiltInCallable_2), null, P.LinkedHashMap_LinkedHashMap$_literal(["e", T.SassNumber_SassNumber0(2.718281828459045, null), "pi", T.SassNumber_SassNumber0(3.141592653589793, null)], type$.legacy_String, type$.legacy_Value_2), type$.legacy_BuiltInCallable_2);
|
|
90908
91490
|
});
|
|
90909
91491
|
_lazyOld($, "_ceil0", "$get$_ceil0", function() {
|
|
90910
91492
|
return K._numberFunction0("ceil", new K.closure140());
|