sass 1.49.9 → 1.49.10

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/sass.dart.js CHANGED
@@ -128,7 +128,7 @@ self.immutable = require("immutable");
128
128
  self.fs = require("fs");
129
129
  self.chokidar = _cli_pkg_requires.chokidar;
130
130
  self.readline = _cli_pkg_requires.readline;
131
- // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, no-legacy-javascript, csp), the Dart to JavaScript compiler version: 2.16.1.
131
+ // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, no-legacy-javascript, csp), the Dart to JavaScript compiler version: 2.16.2.
132
132
  // The code supports the following hooks:
133
133
  // dartPrint(message):
134
134
  // if this function is defined it is called instead of the Dart [print]
@@ -8879,10 +8879,12 @@ self.readline = _cli_pkg_requires.readline;
8879
8879
  PlainCssCallable: function PlainCssCallable(t0) {
8880
8880
  this.name = t0;
8881
8881
  },
8882
- UserDefinedCallable: function UserDefinedCallable(t0, t1, t2) {
8883
- this.declaration = t0;
8884
- this.environment = t1;
8885
- this.$ti = t2;
8882
+ UserDefinedCallable: function UserDefinedCallable(t0, t1, t2, t3) {
8883
+ var _ = this;
8884
+ _.declaration = t0;
8885
+ _.environment = t1;
8886
+ _.inDependency = t2;
8887
+ _.$ti = t3;
8886
8888
  },
8887
8889
  _compileStylesheet(stylesheet, logger, importCache, nodeImporter, importer, functions, style, useSpaces, indentWidth, lineFeed, quietDeps, sourceMap, charset) {
8888
8890
  var serializeResult = A.serialize(A._EvaluateVisitor$(functions, importCache, logger, nodeImporter, quietDeps, sourceMap).run$2(0, importer, stylesheet).stylesheet, charset, indentWidth, false, lineFeed, sourceMap, style, true),
@@ -10489,7 +10491,7 @@ self.readline = _cli_pkg_requires.readline;
10489
10491
  red = t1.$index($arguments, 0).assertNumber$1("red");
10490
10492
  green = t1.$index($arguments, 1).assertNumber$1("green");
10491
10493
  blue = t1.$index($arguments, 2).assertNumber$1("blue");
10492
- return A.SassColor$rgb(A.fuzzyRound(A._percentageOrUnitless(red, 255, "red")), A.fuzzyRound(A._percentageOrUnitless(green, 255, "green")), A.fuzzyRound(A._percentageOrUnitless(blue, 255, "blue")), A.NullableExtension_andThen(alpha, new A._rgb_closure()), null);
10494
+ return A.SassColor$rgbInternal(A.fuzzyRound(A._percentageOrUnitless(red, 255, "red")), A.fuzzyRound(A._percentageOrUnitless(green, 255, "green")), A.fuzzyRound(A._percentageOrUnitless(blue, 255, "blue")), A.NullableExtension_andThen(alpha, new A._rgb_closure()), B._ColorFormatEnum_rgbFunction);
10493
10495
  },
10494
10496
  _rgbTwoArg($name, $arguments) {
10495
10497
  var first, color,
@@ -10533,7 +10535,7 @@ self.readline = _cli_pkg_requires.readline;
10533
10535
  A._checkAngle(hue, "hue");
10534
10536
  A._checkPercent(saturation, _s10_);
10535
10537
  A._checkPercent(lightness, _s9_);
10536
- return A.SassColor$hsl(hue._number$_value, B.JSNumber_methods.clamp$2(saturation._number$_value, 0, 100), B.JSNumber_methods.clamp$2(lightness._number$_value, 0, 100), A.NullableExtension_andThen(alpha, new A._hsl_closure()));
10538
+ return A.SassColor$hslInternal(hue._number$_value, B.JSNumber_methods.clamp$2(saturation._number$_value, 0, 100), B.JSNumber_methods.clamp$2(lightness._number$_value, 0, 100), A.NullableExtension_andThen(alpha, new A._hsl_closure()), B._ColorFormatEnum_hslFunction);
10537
10539
  },
10538
10540
  _checkAngle(angle, $name) {
10539
10541
  var t1, t2, t3, actualUnit,
@@ -10676,7 +10678,7 @@ self.readline = _cli_pkg_requires.readline;
10676
10678
  t3 = normalizedWeight * alphaDistance,
10677
10679
  weight1 = ((t3 === -1 ? normalizedWeight : (normalizedWeight + alphaDistance) / (1 + t3)) + 1) / 2,
10678
10680
  weight2 = 1 - weight1;
10679
- return A.SassColor$rgb(A.fuzzyRound(color1.get$red(color1) * weight1 + color2.get$red(color2) * weight2), A.fuzzyRound(color1.get$green(color1) * weight1 + color2.get$green(color2) * weight2), A.fuzzyRound(color1.get$blue(color1) * weight1 + color2.get$blue(color2) * weight2), t1 * weightScale + t2 * (1 - weightScale), null);
10681
+ return A.SassColor$rgb(A.fuzzyRound(color1.get$red(color1) * weight1 + color2.get$red(color2) * weight2), A.fuzzyRound(color1.get$green(color1) * weight1 + color2.get$green(color2) * weight2), A.fuzzyRound(color1.get$blue(color1) * weight1 + color2.get$blue(color2) * weight2), t1 * weightScale + t2 * (1 - weightScale));
10680
10682
  },
10681
10683
  _opacify($arguments) {
10682
10684
  var t1 = J.getInterceptor$asx($arguments),
@@ -12526,8 +12528,10 @@ self.readline = _cli_pkg_requires.readline;
12526
12528
  A.SassCalculation__verifyLength(args, 3);
12527
12529
  return new A.SassCalculation("clamp", args);
12528
12530
  },
12529
- SassCalculation_operateInternal(operator, left, right, inMinMax) {
12531
+ SassCalculation_operateInternal(operator, left, right, inMinMax, simplify) {
12530
12532
  var t1, t2;
12533
+ if (!simplify)
12534
+ return new A.CalculationOperation(operator, left, right);
12531
12535
  left = A.SassCalculation__simplify(left);
12532
12536
  right = A.SassCalculation__simplify(right);
12533
12537
  t1 = operator === B.CalculationOperator_Iem;
@@ -12625,19 +12629,26 @@ self.readline = _cli_pkg_requires.readline;
12625
12629
  CalculationInterpolation: function CalculationInterpolation(t0) {
12626
12630
  this.value = t0;
12627
12631
  },
12628
- SassColor$rgb(_red, _green, _blue, alpha, originalSpan) {
12629
- var t1 = new A.SassColor(_red, _green, _blue, null, null, null, alpha == null ? 1 : A.fuzzyAssertRange(alpha, 0, 1, "alpha"), originalSpan);
12632
+ SassColor$rgb(red, green, blue, alpha) {
12633
+ var _null = null,
12634
+ t1 = new A.SassColor(red, green, blue, _null, _null, _null, alpha == null ? 1 : A.fuzzyAssertRange(alpha, 0, 1, "alpha"), _null);
12630
12635
  A.RangeError_checkValueInInterval(t1.get$red(t1), 0, 255, "red");
12631
12636
  A.RangeError_checkValueInInterval(t1.get$green(t1), 0, 255, "green");
12632
12637
  A.RangeError_checkValueInInterval(t1.get$blue(t1), 0, 255, "blue");
12633
12638
  return t1;
12634
12639
  },
12635
- SassColor$hsl(hue, saturation, lightness, alpha) {
12636
- var _null = null,
12637
- t1 = B.JSNumber_methods.$mod(hue, 360),
12640
+ SassColor$rgbInternal(_red, _green, _blue, alpha, format) {
12641
+ var t1 = new A.SassColor(_red, _green, _blue, null, null, null, alpha == null ? 1 : A.fuzzyAssertRange(alpha, 0, 1, "alpha"), format);
12642
+ A.RangeError_checkValueInInterval(t1.get$red(t1), 0, 255, "red");
12643
+ A.RangeError_checkValueInInterval(t1.get$green(t1), 0, 255, "green");
12644
+ A.RangeError_checkValueInInterval(t1.get$blue(t1), 0, 255, "blue");
12645
+ return t1;
12646
+ },
12647
+ SassColor$hslInternal(hue, saturation, lightness, alpha, format) {
12648
+ var t1 = B.JSNumber_methods.$mod(hue, 360),
12638
12649
  t2 = A.fuzzyAssertRange(saturation, 0, 100, "saturation"),
12639
12650
  t3 = A.fuzzyAssertRange(lightness, 0, 100, "lightness");
12640
- return new A.SassColor(_null, _null, _null, t1, t2, t3, alpha == null ? 1 : A.fuzzyAssertRange(alpha, 0, 1, "alpha"), _null);
12651
+ return new A.SassColor(null, null, null, t1, t2, t3, alpha == null ? 1 : A.fuzzyAssertRange(alpha, 0, 1, "alpha"), format);
12641
12652
  },
12642
12653
  SassColor_SassColor$hwb(hue, whiteness, blackness, alpha) {
12643
12654
  var t2, t1 = {},
@@ -12651,7 +12662,7 @@ self.readline = _cli_pkg_requires.readline;
12651
12662
  } else
12652
12663
  t2 = scaledWhiteness;
12653
12664
  t2 = new A.SassColor_SassColor$hwb_toRgb(t1, 1 - t2 - scaledBlackness);
12654
- return A.SassColor$rgb(t2.call$1(scaledHue + 0.3333333333333333), t2.call$1(scaledHue), t2.call$1(scaledHue - 0.3333333333333333), alpha, null);
12665
+ return A.SassColor$rgb(t2.call$1(scaledHue + 0.3333333333333333), t2.call$1(scaledHue), t2.call$1(scaledHue - 0.3333333333333333), alpha);
12655
12666
  },
12656
12667
  SassColor__hueToRgb(m1, m2, hue) {
12657
12668
  if (hue < 0)
@@ -12676,12 +12687,18 @@ self.readline = _cli_pkg_requires.readline;
12676
12687
  _._saturation = t4;
12677
12688
  _._lightness = t5;
12678
12689
  _._alpha = t6;
12679
- _.originalSpan = t7;
12690
+ _.format = t7;
12680
12691
  },
12681
12692
  SassColor_SassColor$hwb_toRgb: function SassColor_SassColor$hwb_toRgb(t0, t1) {
12682
12693
  this._box_0 = t0;
12683
12694
  this.factor = t1;
12684
12695
  },
12696
+ _ColorFormatEnum: function _ColorFormatEnum(t0) {
12697
+ this._color$_name = t0;
12698
+ },
12699
+ SpanColorFormat: function SpanColorFormat(t0) {
12700
+ this._color$_span = t0;
12701
+ },
12685
12702
  SassFunction: function SassFunction(t0) {
12686
12703
  this.callable = t0;
12687
12704
  },
@@ -12896,8 +12913,8 @@ self.readline = _cli_pkg_requires.readline;
12896
12913
  _._async_evaluate$_environment = t10;
12897
12914
  _._async_evaluate$_declarationName = _._async_evaluate$__parent = _._async_evaluate$_mediaQueries = _._async_evaluate$_styleRuleIgnoringAtRoot = null;
12898
12915
  _._async_evaluate$_member = "root stylesheet";
12899
- _._async_evaluate$_importSpan = _._async_evaluate$_callableNode = null;
12900
- _._async_evaluate$_inKeyframes = _._async_evaluate$_atRootExcludingStyleRule = _._async_evaluate$_inUnknownAtRule = _._async_evaluate$_inFunction = false;
12916
+ _._async_evaluate$_importSpan = _._async_evaluate$_callableNode = _._async_evaluate$_currentCallable = null;
12917
+ _._async_evaluate$_inSupportsDeclaration = _._async_evaluate$_inKeyframes = _._async_evaluate$_atRootExcludingStyleRule = _._async_evaluate$_inUnknownAtRule = _._async_evaluate$_inFunction = false;
12901
12918
  _._async_evaluate$_loadedUrls = t11;
12902
12919
  _._async_evaluate$_activeModules = t12;
12903
12920
  _._async_evaluate$_stack = t13;
@@ -13548,8 +13565,8 @@ self.readline = _cli_pkg_requires.readline;
13548
13565
  _._environment = t10;
13549
13566
  _._declarationName = _.__parent = _._mediaQueries = _._styleRuleIgnoringAtRoot = null;
13550
13567
  _._member = "root stylesheet";
13551
- _._importSpan = _._callableNode = null;
13552
- _._inKeyframes = _._atRootExcludingStyleRule = _._inUnknownAtRule = _._inFunction = false;
13568
+ _._importSpan = _._callableNode = _._currentCallable = null;
13569
+ _._inSupportsDeclaration = _._inKeyframes = _._atRootExcludingStyleRule = _._inUnknownAtRule = _._inFunction = false;
13553
13570
  _._loadedUrls = t11;
13554
13571
  _._activeModules = t12;
13555
13572
  _._stack = t13;
@@ -15536,8 +15553,8 @@ self.readline = _cli_pkg_requires.readline;
15536
15553
  _._async_evaluate0$_environment = t10;
15537
15554
  _._async_evaluate0$_declarationName = _._async_evaluate0$__parent = _._async_evaluate0$_mediaQueries = _._async_evaluate0$_styleRuleIgnoringAtRoot = null;
15538
15555
  _._async_evaluate0$_member = "root stylesheet";
15539
- _._async_evaluate0$_importSpan = _._async_evaluate0$_callableNode = null;
15540
- _._async_evaluate0$_inKeyframes = _._async_evaluate0$_atRootExcludingStyleRule = _._async_evaluate0$_inUnknownAtRule = _._async_evaluate0$_inFunction = false;
15556
+ _._async_evaluate0$_importSpan = _._async_evaluate0$_callableNode = _._async_evaluate0$_currentCallable = null;
15557
+ _._async_evaluate0$_inSupportsDeclaration = _._async_evaluate0$_inKeyframes = _._async_evaluate0$_atRootExcludingStyleRule = _._async_evaluate0$_inUnknownAtRule = _._async_evaluate0$_inFunction = false;
15541
15558
  _._async_evaluate0$_loadedUrls = t11;
15542
15559
  _._async_evaluate0$_activeModules = t12;
15543
15560
  _._async_evaluate0$_stack = t13;
@@ -16502,8 +16519,10 @@ self.readline = _cli_pkg_requires.readline;
16502
16519
  A.SassCalculation__verifyLength0(args, 3);
16503
16520
  return new A.SassCalculation0("clamp", args);
16504
16521
  },
16505
- SassCalculation_operateInternal0(operator, left, right, inMinMax) {
16522
+ SassCalculation_operateInternal0(operator, left, right, inMinMax, simplify) {
16506
16523
  var t1, t2;
16524
+ if (!simplify)
16525
+ return new A.CalculationOperation0(operator, left, right);
16507
16526
  left = A.SassCalculation__simplify0(left);
16508
16527
  right = A.SassCalculation__simplify0(right);
16509
16528
  t1 = operator === B.CalculationOperator_Iem0;
@@ -16670,7 +16689,7 @@ self.readline = _cli_pkg_requires.readline;
16670
16689
  t3 = t2.call$2(color.get$red(color), red);
16671
16690
  t4 = t2.call$2(color.get$green(color), green);
16672
16691
  t2 = t2.call$2(color.get$blue(color), blue);
16673
- return color.changeRgb$4$alpha$blue$green$red(t1.call$3(color._color0$_alpha, alpha, 1), t2, t4, t3);
16692
+ return color.changeRgb$4$alpha$blue$green$red(t1.call$3(color._color1$_alpha, alpha, 1), t2, t4, t3);
16674
16693
  } else if (hasWB) {
16675
16694
  if (change)
16676
16695
  t2 = hue;
@@ -16680,7 +16699,7 @@ self.readline = _cli_pkg_requires.readline;
16680
16699
  }
16681
16700
  t3 = t1.call$3(color.get$whiteness(color), whiteness, 100);
16682
16701
  t4 = t1.call$3(color.get$blackness(color), blackness, 100);
16683
- return color.changeHwb$4$alpha$blackness$hue$whiteness(t1.call$3(color._color0$_alpha, alpha, 1), t4, t2, t3);
16702
+ return color.changeHwb$4$alpha$blackness$hue$whiteness(t1.call$3(color._color1$_alpha, alpha, 1), t4, t2, t3);
16684
16703
  } else {
16685
16704
  t2 = hue == null;
16686
16705
  if (!t2 || hasSL) {
@@ -16693,9 +16712,9 @@ self.readline = _cli_pkg_requires.readline;
16693
16712
  }
16694
16713
  t3 = t1.call$3(color.get$saturation(color), saturation, 100);
16695
16714
  t4 = t1.call$3(color.get$lightness(color), lightness, 100);
16696
- return color.changeHsl$4$alpha$hue$lightness$saturation(t1.call$3(color._color0$_alpha, alpha, 1), t2, t4, t3);
16715
+ return color.changeHsl$4$alpha$hue$lightness$saturation(t1.call$3(color._color1$_alpha, alpha, 1), t2, t4, t3);
16697
16716
  } else if (alpha != null)
16698
- return color.changeAlpha$1(t1.call$3(color._color0$_alpha, alpha, 1));
16717
+ return color.changeAlpha$1(t1.call$3(color._color1$_alpha, alpha, 1));
16699
16718
  else
16700
16719
  return color;
16701
16720
  }
@@ -16726,7 +16745,7 @@ self.readline = _cli_pkg_requires.readline;
16726
16745
  red = t1.$index($arguments, 0).assertNumber$1("red");
16727
16746
  green = t1.$index($arguments, 1).assertNumber$1("green");
16728
16747
  blue = t1.$index($arguments, 2).assertNumber$1("blue");
16729
- return A.SassColor$rgb0(A.fuzzyRound0(A._percentageOrUnitless0(red, 255, "red")), A.fuzzyRound0(A._percentageOrUnitless0(green, 255, "green")), A.fuzzyRound0(A._percentageOrUnitless0(blue, 255, "blue")), A.NullableExtension_andThen0(alpha, new A._rgb_closure0()), null);
16748
+ return A.SassColor$rgbInternal0(A.fuzzyRound0(A._percentageOrUnitless0(red, 255, "red")), A.fuzzyRound0(A._percentageOrUnitless0(green, 255, "green")), A.fuzzyRound0(A._percentageOrUnitless0(blue, 255, "blue")), A.NullableExtension_andThen0(alpha, new A._rgb_closure0()), B._ColorFormatEnum_rgbFunction0);
16730
16749
  },
16731
16750
  _rgbTwoArg0($name, $arguments) {
16732
16751
  var first, color,
@@ -16770,7 +16789,7 @@ self.readline = _cli_pkg_requires.readline;
16770
16789
  A._checkAngle0(hue, "hue");
16771
16790
  A._checkPercent0(saturation, _s10_);
16772
16791
  A._checkPercent0(lightness, _s9_);
16773
- return A.SassColor$hsl0(hue._number1$_value, B.JSNumber_methods.clamp$2(saturation._number1$_value, 0, 100), B.JSNumber_methods.clamp$2(lightness._number1$_value, 0, 100), A.NullableExtension_andThen0(alpha, new A._hsl_closure0()));
16792
+ return A.SassColor$hslInternal0(hue._number1$_value, B.JSNumber_methods.clamp$2(saturation._number1$_value, 0, 100), B.JSNumber_methods.clamp$2(lightness._number1$_value, 0, 100), A.NullableExtension_andThen0(alpha, new A._hsl_closure0()), B._ColorFormatEnum_hslFunction0);
16774
16793
  },
16775
16794
  _checkAngle0(angle, $name) {
16776
16795
  var t1, t2, t3, actualUnit,
@@ -16907,23 +16926,23 @@ self.readline = _cli_pkg_requires.readline;
16907
16926
  _mixColors0(color1, color2, weight) {
16908
16927
  var weightScale = weight.valueInRange$3(0, 100, "weight") / 100,
16909
16928
  normalizedWeight = weightScale * 2 - 1,
16910
- t1 = color1._color0$_alpha,
16911
- t2 = color2._color0$_alpha,
16929
+ t1 = color1._color1$_alpha,
16930
+ t2 = color2._color1$_alpha,
16912
16931
  alphaDistance = t1 - t2,
16913
16932
  t3 = normalizedWeight * alphaDistance,
16914
16933
  weight1 = ((t3 === -1 ? normalizedWeight : (normalizedWeight + alphaDistance) / (1 + t3)) + 1) / 2,
16915
16934
  weight2 = 1 - weight1;
16916
- return A.SassColor$rgb0(A.fuzzyRound0(color1.get$red(color1) * weight1 + color2.get$red(color2) * weight2), A.fuzzyRound0(color1.get$green(color1) * weight1 + color2.get$green(color2) * weight2), A.fuzzyRound0(color1.get$blue(color1) * weight1 + color2.get$blue(color2) * weight2), t1 * weightScale + t2 * (1 - weightScale), null);
16935
+ return A.SassColor$rgb0(A.fuzzyRound0(color1.get$red(color1) * weight1 + color2.get$red(color2) * weight2), A.fuzzyRound0(color1.get$green(color1) * weight1 + color2.get$green(color2) * weight2), A.fuzzyRound0(color1.get$blue(color1) * weight1 + color2.get$blue(color2) * weight2), t1 * weightScale + t2 * (1 - weightScale));
16917
16936
  },
16918
16937
  _opacify0($arguments) {
16919
16938
  var t1 = J.getInterceptor$asx($arguments),
16920
16939
  color = t1.$index($arguments, 0).assertColor$1("color");
16921
- return color.changeAlpha$1(B.JSNumber_methods.clamp$2(color._color0$_alpha + t1.$index($arguments, 1).assertNumber$1("amount").valueInRange$3(0, 1, "amount"), 0, 1));
16940
+ return color.changeAlpha$1(B.JSNumber_methods.clamp$2(color._color1$_alpha + t1.$index($arguments, 1).assertNumber$1("amount").valueInRange$3(0, 1, "amount"), 0, 1));
16922
16941
  },
16923
16942
  _transparentize0($arguments) {
16924
16943
  var t1 = J.getInterceptor$asx($arguments),
16925
16944
  color = t1.$index($arguments, 0).assertColor$1("color");
16926
- return color.changeAlpha$1(B.JSNumber_methods.clamp$2(color._color0$_alpha - t1.$index($arguments, 1).assertNumber$1("amount").valueInRange$3(0, 1, "amount"), 0, 1));
16945
+ return color.changeAlpha$1(B.JSNumber_methods.clamp$2(color._color1$_alpha - t1.$index($arguments, 1).assertNumber$1("amount").valueInRange$3(0, 1, "amount"), 0, 1));
16927
16946
  },
16928
16947
  _function11($name, $arguments, callback) {
16929
16948
  return A.BuiltInCallable$function0($name, $arguments, callback, "sass:color");
@@ -17109,20 +17128,34 @@ self.readline = _cli_pkg_requires.readline;
17109
17128
  },
17110
17129
  _Channels: function _Channels() {
17111
17130
  },
17112
- SassColor$rgb0(_red, _green, _blue, alpha, originalSpan) {
17113
- var t1 = new A.SassColor0(_red, _green, _blue, null, null, null, alpha == null ? 1 : A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), originalSpan);
17131
+ SassColor$rgb0(red, green, blue, alpha) {
17132
+ var _null = null,
17133
+ t1 = new A.SassColor0(red, green, blue, _null, _null, _null, alpha == null ? 1 : A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), _null);
17134
+ A.RangeError_checkValueInInterval(t1.get$red(t1), 0, 255, "red");
17135
+ A.RangeError_checkValueInInterval(t1.get$green(t1), 0, 255, "green");
17136
+ A.RangeError_checkValueInInterval(t1.get$blue(t1), 0, 255, "blue");
17137
+ return t1;
17138
+ },
17139
+ SassColor$rgbInternal0(_red, _green, _blue, alpha, format) {
17140
+ var t1 = new A.SassColor0(_red, _green, _blue, null, null, null, alpha == null ? 1 : A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), format);
17114
17141
  A.RangeError_checkValueInInterval(t1.get$red(t1), 0, 255, "red");
17115
17142
  A.RangeError_checkValueInInterval(t1.get$green(t1), 0, 255, "green");
17116
17143
  A.RangeError_checkValueInInterval(t1.get$blue(t1), 0, 255, "blue");
17117
17144
  return t1;
17118
17145
  },
17119
- SassColor$hsl0(hue, saturation, lightness, alpha) {
17146
+ SassColor$hsl(hue, saturation, lightness, alpha) {
17120
17147
  var _null = null,
17121
17148
  t1 = B.JSNumber_methods.$mod(hue, 360),
17122
17149
  t2 = A.fuzzyAssertRange0(saturation, 0, 100, "saturation"),
17123
17150
  t3 = A.fuzzyAssertRange0(lightness, 0, 100, "lightness");
17124
17151
  return new A.SassColor0(_null, _null, _null, t1, t2, t3, alpha == null ? 1 : A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), _null);
17125
17152
  },
17153
+ SassColor$hslInternal0(hue, saturation, lightness, alpha, format) {
17154
+ var t1 = B.JSNumber_methods.$mod(hue, 360),
17155
+ t2 = A.fuzzyAssertRange0(saturation, 0, 100, "saturation"),
17156
+ t3 = A.fuzzyAssertRange0(lightness, 0, 100, "lightness");
17157
+ return new A.SassColor0(null, null, null, t1, t2, t3, alpha == null ? 1 : A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), format);
17158
+ },
17126
17159
  SassColor_SassColor$hwb0(hue, whiteness, blackness, alpha) {
17127
17160
  var t2, t1 = {},
17128
17161
  scaledHue = B.JSNumber_methods.$mod(hue, 360) / 360,
@@ -17135,7 +17168,7 @@ self.readline = _cli_pkg_requires.readline;
17135
17168
  } else
17136
17169
  t2 = scaledWhiteness;
17137
17170
  t2 = new A.SassColor_SassColor$hwb_toRgb0(t1, 1 - t2 - scaledBlackness);
17138
- return A.SassColor$rgb0(t2.call$1(scaledHue + 0.3333333333333333), t2.call$1(scaledHue), t2.call$1(scaledHue - 0.3333333333333333), alpha, null);
17171
+ return A.SassColor$rgb0(t2.call$1(scaledHue + 0.3333333333333333), t2.call$1(scaledHue), t2.call$1(scaledHue - 0.3333333333333333), alpha);
17139
17172
  },
17140
17173
  SassColor__hueToRgb0(m1, m2, hue) {
17141
17174
  if (hue < 0)
@@ -17153,19 +17186,25 @@ self.readline = _cli_pkg_requires.readline;
17153
17186
  },
17154
17187
  SassColor0: function SassColor0(t0, t1, t2, t3, t4, t5, t6, t7) {
17155
17188
  var _ = this;
17156
- _._color0$_red = t0;
17157
- _._color0$_green = t1;
17158
- _._color0$_blue = t2;
17159
- _._color0$_hue = t3;
17160
- _._color0$_saturation = t4;
17161
- _._color0$_lightness = t5;
17162
- _._color0$_alpha = t6;
17163
- _.originalSpan = t7;
17189
+ _._color1$_red = t0;
17190
+ _._color1$_green = t1;
17191
+ _._color1$_blue = t2;
17192
+ _._color1$_hue = t3;
17193
+ _._color1$_saturation = t4;
17194
+ _._color1$_lightness = t5;
17195
+ _._color1$_alpha = t6;
17196
+ _.format = t7;
17164
17197
  },
17165
17198
  SassColor_SassColor$hwb_toRgb0: function SassColor_SassColor$hwb_toRgb0(t0, t1) {
17166
17199
  this._box_0 = t0;
17167
17200
  this.factor = t1;
17168
17201
  },
17202
+ _ColorFormatEnum0: function _ColorFormatEnum0(t0) {
17203
+ this._color1$_name = t0;
17204
+ },
17205
+ SpanColorFormat0: function SpanColorFormat0(t0) {
17206
+ this._color1$_span = t0;
17207
+ },
17169
17208
  ModifiableCssComment0: function ModifiableCssComment0(t0, t1) {
17170
17209
  var _ = this;
17171
17210
  _.text = t0;
@@ -17805,8 +17844,8 @@ self.readline = _cli_pkg_requires.readline;
17805
17844
  _._evaluate0$_environment = t10;
17806
17845
  _._evaluate0$_declarationName = _._evaluate0$__parent = _._evaluate0$_mediaQueries = _._evaluate0$_styleRuleIgnoringAtRoot = null;
17807
17846
  _._evaluate0$_member = "root stylesheet";
17808
- _._evaluate0$_importSpan = _._evaluate0$_callableNode = null;
17809
- _._evaluate0$_inKeyframes = _._evaluate0$_atRootExcludingStyleRule = _._evaluate0$_inUnknownAtRule = _._evaluate0$_inFunction = false;
17847
+ _._evaluate0$_importSpan = _._evaluate0$_callableNode = _._evaluate0$_currentCallable = null;
17848
+ _._evaluate0$_inSupportsDeclaration = _._evaluate0$_inKeyframes = _._evaluate0$_atRootExcludingStyleRule = _._evaluate0$_inUnknownAtRule = _._evaluate0$_inFunction = false;
17810
17849
  _._evaluate0$_loadedUrls = t11;
17811
17850
  _._evaluate0$_activeModules = t12;
17812
17851
  _._evaluate0$_stack = t13;
@@ -20800,7 +20839,7 @@ self.readline = _cli_pkg_requires.readline;
20800
20839
  J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
20801
20840
  J.set$Exception$x(self.exports, $.$get$exceptionClass());
20802
20841
  J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
20803
- J.set$info$x(self.exports, "dart-sass\t1.49.9\t(Sass Compiler)\t[Dart]\ndart2js\t2.16.1\t(Dart Compiler)\t[Dart]");
20842
+ J.set$info$x(self.exports, "dart-sass\t1.49.10\t(Sass Compiler)\t[Dart]\ndart2js\t2.16.2\t(Dart Compiler)\t[Dart]");
20804
20843
  A.updateSourceSpanPrototype();
20805
20844
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
20806
20845
  J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
@@ -21459,7 +21498,7 @@ self.readline = _cli_pkg_requires.readline;
21459
21498
  switch ($async$goto) {
21460
21499
  case 0:
21461
21500
  // Function start
21462
- $async$returnValue = "1.49.9 compiled with dart2js 2.16.1";
21501
+ $async$returnValue = "1.49.10 compiled with dart2js 2.16.2";
21463
21502
  // goto return
21464
21503
  $async$goto = 1;
21465
21504
  break;
@@ -22308,10 +22347,12 @@ self.readline = _cli_pkg_requires.readline;
22308
22347
  _.configuration = t2;
22309
22348
  _.span = t3;
22310
22349
  },
22311
- UserDefinedCallable0: function UserDefinedCallable0(t0, t1, t2) {
22312
- this.declaration = t0;
22313
- this.environment = t1;
22314
- this.$ti = t2;
22350
+ UserDefinedCallable0: function UserDefinedCallable0(t0, t1, t2, t3) {
22351
+ var _ = this;
22352
+ _.declaration = t0;
22353
+ _.environment = t1;
22354
+ _.inDependency = t2;
22355
+ _.$ti = t3;
22315
22356
  },
22316
22357
  fromImport0() {
22317
22358
  var t1 = A._asBoolQ($.Zone__current.$index(0, B.Symbol__inImportRule));
@@ -38837,12 +38878,16 @@ self.readline = _cli_pkg_requires.readline;
38837
38878
  case 3:
38838
38879
  // returning from await.
38839
38880
  canonicalUrl = $async$result;
38840
- if (canonicalUrl != null) {
38841
- $async$returnValue = new A.Tuple3(t1, canonicalUrl, resolvedUrl, type$.Tuple3_AsyncImporter_Uri_Uri);
38881
+ if (canonicalUrl == null) {
38882
+ $async$returnValue = null;
38842
38883
  // goto return
38843
38884
  $async$goto = 1;
38844
38885
  break;
38845
38886
  }
38887
+ $async$returnValue = new A.Tuple3(t1, canonicalUrl, resolvedUrl, type$.Tuple3_AsyncImporter_Uri_Uri);
38888
+ // goto return
38889
+ $async$goto = 1;
38890
+ break;
38846
38891
  case 1:
38847
38892
  // return
38848
38893
  return A._asyncReturn($async$returnValue, $async$completer);
@@ -46809,27 +46854,26 @@ self.readline = _cli_pkg_requires.readline;
46809
46854
  return type$.Statement._is(declarationOrBuffer) ? declarationOrBuffer : _this._styleRule$2(type$.InterpolationBuffer._as(declarationOrBuffer), new A._SpanScannerState(t1, t2));
46810
46855
  },
46811
46856
  _declarationOrBuffer$0() {
46812
- var midBuffer, couldBeSelector, beforeDeclaration, additional, t4, startsWithPunctuation, variableOrInterpolation, t5, $name, postColonWhitespace, value, exception, _this = this, t1 = {},
46857
+ var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name, postColonWhitespace, exception, _this = this, t1 = {},
46813
46858
  t2 = _this.scanner,
46814
46859
  start = new A._SpanScannerState(t2, t2._string_scanner$_position),
46815
- t3 = type$.JSArray_Object,
46816
- nameBuffer = new A.InterpolationBuffer(new A.StringBuffer(""), A._setArrayType([], t3)),
46860
+ nameBuffer = new A.InterpolationBuffer(new A.StringBuffer(""), A._setArrayType([], type$.JSArray_Object)),
46817
46861
  first = t2.peekChar$0();
46818
46862
  if (first !== 58)
46819
46863
  if (first !== 42)
46820
46864
  if (first !== 46)
46821
- t4 = first === 35 && t2.peekChar$1(1) !== 123;
46865
+ t3 = first === 35 && t2.peekChar$1(1) !== 123;
46822
46866
  else
46823
- t4 = true;
46867
+ t3 = true;
46824
46868
  else
46825
- t4 = true;
46869
+ t3 = true;
46826
46870
  else
46827
- t4 = true;
46828
- if (t4) {
46829
- t4 = t2.readChar$0();
46830
- nameBuffer._interpolation_buffer$_text._contents += A.Primitives_stringFromCharCode(t4);
46831
- t4 = _this.rawText$1(_this.get$whitespace());
46832
- nameBuffer._interpolation_buffer$_text._contents += t4;
46871
+ t3 = true;
46872
+ if (t3) {
46873
+ t3 = t2.readChar$0();
46874
+ nameBuffer._interpolation_buffer$_text._contents += A.Primitives_stringFromCharCode(t3);
46875
+ t3 = _this.rawText$1(_this.get$whitespace());
46876
+ nameBuffer._interpolation_buffer$_text._contents += t3;
46833
46877
  startsWithPunctuation = true;
46834
46878
  } else
46835
46879
  startsWithPunctuation = false;
@@ -46842,20 +46886,20 @@ self.readline = _cli_pkg_requires.readline;
46842
46886
  nameBuffer.addInterpolation$1(type$.Interpolation._as(variableOrInterpolation));
46843
46887
  _this._isUseAllowed = false;
46844
46888
  if (t2.matches$1("/*")) {
46845
- t4 = _this.rawText$1(_this.get$loudComment());
46846
- nameBuffer._interpolation_buffer$_text._contents += t4;
46889
+ t3 = _this.rawText$1(_this.get$loudComment());
46890
+ nameBuffer._interpolation_buffer$_text._contents += t3;
46847
46891
  }
46848
46892
  midBuffer = new A.StringBuffer("");
46849
- t4 = _this.get$whitespace();
46850
- midBuffer._contents += _this.rawText$1(t4);
46851
- t5 = t2._string_scanner$_position;
46893
+ t3 = _this.get$whitespace();
46894
+ midBuffer._contents += _this.rawText$1(t3);
46895
+ t4 = t2._string_scanner$_position;
46852
46896
  if (!t2.scanChar$1(58)) {
46853
46897
  if (midBuffer._contents.length !== 0)
46854
46898
  nameBuffer._interpolation_buffer$_text._contents += A.Primitives_stringFromCharCode(32);
46855
46899
  return nameBuffer;
46856
46900
  }
46857
46901
  midBuffer._contents += A.Primitives_stringFromCharCode(58);
46858
- $name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new A._SpanScannerState(t2, t5)));
46902
+ $name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new A._SpanScannerState(t2, t4)));
46859
46903
  if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
46860
46904
  t1 = _this._interpolatedDeclarationValue$0();
46861
46905
  _this.expectStatementSeparator$1("custom property");
@@ -46872,22 +46916,15 @@ self.readline = _cli_pkg_requires.readline;
46872
46916
  t1._interpolation_buffer$_text._contents += A.S(midBuffer);
46873
46917
  return t1;
46874
46918
  }
46875
- postColonWhitespace = _this.rawText$1(t4);
46919
+ postColonWhitespace = _this.rawText$1(t3);
46876
46920
  if (_this.lookingAtChildren$0())
46877
46921
  return _this._withChildren$3(_this.get$_declarationChild(), start, new A.StylesheetParser__declarationOrBuffer_closure($name));
46878
46922
  midBuffer._contents += postColonWhitespace;
46879
46923
  couldBeSelector = postColonWhitespace.length === 0 && _this._lookingAtInterpolatedIdentifier$0();
46880
46924
  beforeDeclaration = new A._SpanScannerState(t2, t2._string_scanner$_position);
46881
- t4 = t1.value = null;
46925
+ t3 = t1.value = null;
46882
46926
  try {
46883
- if (_this.lookingAtChildren$0()) {
46884
- t3 = A._setArrayType([], t3);
46885
- t4 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
46886
- t5 = t4.offset;
46887
- value = new A.StringExpression(A.Interpolation$(t3, A._FileSpan$(t4.file, t5, t5)), true);
46888
- } else
46889
- value = _this.expression$0();
46890
- t3 = t1.value = value;
46927
+ t3 = t1.value = _this.expression$0();
46891
46928
  if (_this.lookingAtChildren$0()) {
46892
46929
  if (couldBeSelector)
46893
46930
  _this.expectStatementSeparator$0();
@@ -48389,20 +48426,13 @@ self.readline = _cli_pkg_requires.readline;
48389
48426
  start = new A._SpanScannerState(t1, t1._string_scanner$_position);
48390
48427
  t1.expectChar$1(35);
48391
48428
  first = t1.peekChar$0();
48392
- if (first != null && A.isDigit(first)) {
48393
- t1 = _this._hexColorContents$1(start);
48394
- t2 = t1.originalSpan;
48395
- t2.toString;
48396
- return new A.ColorExpression(t1, t2);
48397
- }
48429
+ if (first != null && A.isDigit(first))
48430
+ return new A.ColorExpression(_this._hexColorContents$1(start), t1.spanFrom$1(start));
48398
48431
  t2 = t1._string_scanner$_position;
48399
48432
  identifier = _this.interpolatedIdentifier$0();
48400
48433
  if (_this._isHexColor$1(identifier)) {
48401
48434
  t1.set$state(new A._SpanScannerState(t1, t2));
48402
- t1 = _this._hexColorContents$1(start);
48403
- t2 = t1.originalSpan;
48404
- t2.toString;
48405
- return new A.ColorExpression(t1, t2);
48435
+ return new A.ColorExpression(_this._hexColorContents$1(start), t1.spanFrom$1(start));
48406
48436
  }
48407
48437
  t2 = new A.StringBuffer("");
48408
48438
  buffer = new A.InterpolationBuffer(t2, A._setArrayType([], type$.JSArray_Object));
@@ -48420,7 +48450,7 @@ self.readline = _cli_pkg_requires.readline;
48420
48450
  red = (digit1 << 4 >>> 0) + digit1;
48421
48451
  green = (digit2 << 4 >>> 0) + digit2;
48422
48452
  blue = (digit3 << 4 >>> 0) + digit3;
48423
- alpha = 1;
48453
+ alpha = null;
48424
48454
  } else {
48425
48455
  digit4 = _this._hexDigit$0();
48426
48456
  t2 = digit1 << 4 >>> 0;
@@ -48434,10 +48464,10 @@ self.readline = _cli_pkg_requires.readline;
48434
48464
  red = t2 + digit2;
48435
48465
  green = t3 + digit4;
48436
48466
  blue = (_this._hexDigit$0() << 4 >>> 0) + _this._hexDigit$0();
48437
- alpha = A.isHex(t1.peekChar$0()) ? ((_this._hexDigit$0() << 4 >>> 0) + _this._hexDigit$0()) / 255 : 1;
48467
+ alpha = A.isHex(t1.peekChar$0()) ? ((_this._hexDigit$0() << 4 >>> 0) + _this._hexDigit$0()) / 255 : null;
48438
48468
  }
48439
48469
  }
48440
- return A.SassColor$rgb(red, green, blue, alpha, t1.spanFrom$1(start));
48470
+ return A.SassColor$rgbInternal(red, green, blue, alpha, alpha == null ? new A.SpanColorFormat(t1.spanFrom$1(start)) : null);
48441
48471
  },
48442
48472
  _isHexColor$1(interpolation) {
48443
48473
  var t1,
@@ -48690,10 +48720,8 @@ self.readline = _cli_pkg_requires.readline;
48690
48720
  }
48691
48721
  color = $.$get$colorsByName().$index(0, lower);
48692
48722
  if (color != null) {
48693
- color = A.SassColor$rgb(color.get$red(color), color.get$green(color), color.get$blue(color), color._alpha, identifier.span);
48694
- t1 = color.originalSpan;
48695
- t1.toString;
48696
- return new A.ColorExpression(color, t1);
48723
+ t1 = identifier.span;
48724
+ return new A.ColorExpression(A.SassColor$rgbInternal(color.get$red(color), color.get$green(color), color.get$blue(color), color._alpha, new A.SpanColorFormat(t1)), t1);
48697
48725
  }
48698
48726
  }
48699
48727
  specialFunction = _this.trySpecialFunction$2(lower, start);
@@ -51234,7 +51262,73 @@ self.readline = _cli_pkg_requires.readline;
51234
51262
  return 100 - Math.max(Math.max(_this.get$red(_this), _this.get$green(_this)), _this.get$blue(_this)) / 255 * 100;
51235
51263
  },
51236
51264
  accept$1$1(visitor) {
51237
- return visitor.visitColor$1(this);
51265
+ var $name, hexLength, t1, format, t2, opaque, _this = this;
51266
+ if (visitor._style === B.OutputStyle_compressed)
51267
+ if (!(Math.abs(_this._alpha - 1) < $.$get$epsilon()))
51268
+ visitor._writeRgb$1(_this);
51269
+ else {
51270
+ $name = $.$get$namesByColor().$index(0, _this);
51271
+ hexLength = visitor._canUseShortHex$1(_this) ? 4 : 7;
51272
+ if ($name != null && $name.length <= hexLength)
51273
+ visitor._serialize$_buffer.write$1(0, $name);
51274
+ else {
51275
+ t1 = visitor._serialize$_buffer;
51276
+ if (visitor._canUseShortHex$1(_this)) {
51277
+ t1.writeCharCode$1(35);
51278
+ t1.writeCharCode$1(A.hexCharFor(_this.get$red(_this) & 15));
51279
+ t1.writeCharCode$1(A.hexCharFor(_this.get$green(_this) & 15));
51280
+ t1.writeCharCode$1(A.hexCharFor(_this.get$blue(_this) & 15));
51281
+ } else {
51282
+ t1.writeCharCode$1(35);
51283
+ visitor._writeHexComponent$1(_this.get$red(_this));
51284
+ visitor._writeHexComponent$1(_this.get$green(_this));
51285
+ visitor._writeHexComponent$1(_this.get$blue(_this));
51286
+ }
51287
+ }
51288
+ }
51289
+ else {
51290
+ format = _this.format;
51291
+ if (format != null)
51292
+ if (format === B._ColorFormatEnum_rgbFunction)
51293
+ visitor._writeRgb$1(_this);
51294
+ else {
51295
+ t1 = visitor._serialize$_buffer;
51296
+ if (format === B._ColorFormatEnum_hslFunction) {
51297
+ t2 = _this._alpha;
51298
+ opaque = Math.abs(t2 - 1) < $.$get$epsilon();
51299
+ t1.write$1(0, opaque ? "hsl(" : "hsla(");
51300
+ visitor._writeNumber$1(_this.get$hue(_this));
51301
+ t1.write$1(0, "deg");
51302
+ t1.write$1(0, ", ");
51303
+ visitor._writeNumber$1(_this.get$saturation(_this));
51304
+ t1.writeCharCode$1(37);
51305
+ t1.write$1(0, ", ");
51306
+ visitor._writeNumber$1(_this.get$lightness(_this));
51307
+ t1.writeCharCode$1(37);
51308
+ if (!opaque) {
51309
+ t1.write$1(0, ", ");
51310
+ visitor._writeNumber$1(t2);
51311
+ }
51312
+ t1.writeCharCode$1(41);
51313
+ } else {
51314
+ t2 = type$.SpanColorFormat._as(format)._color$_span;
51315
+ t1.write$1(0, A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, null));
51316
+ }
51317
+ }
51318
+ else {
51319
+ t1 = $.$get$namesByColor();
51320
+ if (t1.containsKey$1(_this) && !(Math.abs(_this._alpha - 0) < $.$get$epsilon()))
51321
+ visitor._serialize$_buffer.write$1(0, t1.$index(0, _this));
51322
+ else if (Math.abs(_this._alpha - 1) < $.$get$epsilon()) {
51323
+ visitor._serialize$_buffer.writeCharCode$1(35);
51324
+ visitor._writeHexComponent$1(_this.get$red(_this));
51325
+ visitor._writeHexComponent$1(_this.get$green(_this));
51326
+ visitor._writeHexComponent$1(_this.get$blue(_this));
51327
+ } else
51328
+ visitor._writeRgb$1(_this);
51329
+ }
51330
+ }
51331
+ return null;
51238
51332
  },
51239
51333
  accept$1(visitor) {
51240
51334
  return this.accept$1$1(visitor, type$.dynamic);
@@ -51243,17 +51337,22 @@ self.readline = _cli_pkg_requires.readline;
51243
51337
  return this;
51244
51338
  },
51245
51339
  changeRgb$4$alpha$blue$green$red(alpha, blue, green, red) {
51246
- return A.SassColor$rgb(red, green, blue, alpha == null ? this._alpha : alpha, null);
51340
+ return A.SassColor$rgb(red, green, blue, alpha == null ? this._alpha : alpha);
51247
51341
  },
51248
51342
  changeRgb$3$blue$green$red(blue, green, red) {
51249
51343
  return this.changeRgb$4$alpha$blue$green$red(null, blue, green, red);
51250
51344
  },
51251
51345
  changeHsl$4$alpha$hue$lightness$saturation(alpha, hue, lightness, saturation) {
51252
- var _this = this,
51346
+ var _this = this, _null = null,
51253
51347
  t1 = hue == null ? _this.get$hue(_this) : hue,
51254
51348
  t2 = saturation == null ? _this.get$saturation(_this) : saturation,
51255
- t3 = lightness == null ? _this.get$lightness(_this) : lightness;
51256
- return A.SassColor$hsl(t1, t2, t3, alpha == null ? _this._alpha : alpha);
51349
+ t3 = lightness == null ? _this.get$lightness(_this) : lightness,
51350
+ t4 = alpha == null ? _this._alpha : alpha;
51351
+ t1 = B.JSNumber_methods.$mod(t1, 360);
51352
+ t2 = A.fuzzyAssertRange(t2, 0, 100, "saturation");
51353
+ t3 = A.fuzzyAssertRange(t3, 0, 100, "lightness");
51354
+ t4 = A.fuzzyAssertRange(t4, 0, 1, "alpha");
51355
+ return new A.SassColor(_null, _null, _null, t1, t2, t3, t4, _null);
51257
51356
  },
51258
51357
  changeHsl$1$saturation(saturation) {
51259
51358
  return this.changeHsl$4$alpha$hue$lightness$saturation(null, null, null, saturation);
@@ -51341,6 +51440,12 @@ self.readline = _cli_pkg_requires.readline;
51341
51440
  },
51342
51441
  $signature: 43
51343
51442
  };
51443
+ A._ColorFormatEnum.prototype = {
51444
+ toString$0(_) {
51445
+ return this._color$_name;
51446
+ }
51447
+ };
51448
+ A.SpanColorFormat.prototype = {};
51344
51449
  A.SassFunction.prototype = {
51345
51450
  accept$1$1(visitor) {
51346
51451
  var t1, t2;
@@ -53320,7 +53425,7 @@ self.readline = _cli_pkg_requires.readline;
53320
53425
  visitFunctionRule$body$_EvaluateVisitor(node) {
53321
53426
  var $async$goto = 0,
53322
53427
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value),
53323
- $async$returnValue, $async$self = this, t1, t2, t3, index, t4;
53428
+ $async$returnValue, $async$self = this, t1, t2, t3, t4, index, t5;
53324
53429
  var $async$visitFunctionRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
53325
53430
  if ($async$errorCode === 1)
53326
53431
  return A._asyncRethrow($async$result, $async$completer);
@@ -53330,11 +53435,12 @@ self.readline = _cli_pkg_requires.readline;
53330
53435
  // Function start
53331
53436
  t1 = $async$self._async_evaluate$_environment;
53332
53437
  t2 = t1.closure$0();
53333
- t3 = t1._async_environment$_functions;
53334
- index = t3.length - 1;
53335
- t4 = node.name;
53336
- t1._async_environment$_functionIndices.$indexSet(0, t4, index);
53337
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable(node, t2, type$.UserDefinedCallable_AsyncEnvironment));
53438
+ t3 = $async$self._async_evaluate$_inDependency;
53439
+ t4 = t1._async_environment$_functions;
53440
+ index = t4.length - 1;
53441
+ t5 = node.name;
53442
+ t1._async_environment$_functionIndices.$indexSet(0, t5, index);
53443
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable(node, t2, t3, type$.UserDefinedCallable_AsyncEnvironment));
53338
53444
  $async$returnValue = null;
53339
53445
  // goto return
53340
53446
  $async$goto = 1;
@@ -53765,7 +53871,7 @@ self.readline = _cli_pkg_requires.readline;
53765
53871
  visitMixinRule$body$_EvaluateVisitor(node) {
53766
53872
  var $async$goto = 0,
53767
53873
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value),
53768
- $async$returnValue, $async$self = this, t1, t2, t3, index, t4;
53874
+ $async$returnValue, $async$self = this, t1, t2, t3, t4, index, t5;
53769
53875
  var $async$visitMixinRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
53770
53876
  if ($async$errorCode === 1)
53771
53877
  return A._asyncRethrow($async$result, $async$completer);
@@ -53775,11 +53881,12 @@ self.readline = _cli_pkg_requires.readline;
53775
53881
  // Function start
53776
53882
  t1 = $async$self._async_evaluate$_environment;
53777
53883
  t2 = t1.closure$0();
53778
- t3 = t1._async_environment$_mixins;
53779
- index = t3.length - 1;
53780
- t4 = node.name;
53781
- t1._async_environment$_mixinIndices.$indexSet(0, t4, index);
53782
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable(node, t2, type$.UserDefinedCallable_AsyncEnvironment));
53884
+ t3 = $async$self._async_evaluate$_inDependency;
53885
+ t4 = t1._async_environment$_mixins;
53886
+ index = t4.length - 1;
53887
+ t5 = node.name;
53888
+ t1._async_environment$_mixinIndices.$indexSet(0, t5, index);
53889
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable(node, t2, t3, type$.UserDefinedCallable_AsyncEnvironment));
53783
53890
  $async$returnValue = null;
53784
53891
  // goto return
53785
53892
  $async$goto = 1;
@@ -54089,7 +54196,7 @@ self.readline = _cli_pkg_requires.readline;
54089
54196
  _visitSupportsCondition$body$_EvaluateVisitor(condition) {
54090
54197
  var $async$goto = 0,
54091
54198
  $async$completer = A._makeAsyncAwaitCompleter(type$.String),
54092
- $async$returnValue, $async$self = this, t1, $async$temp1, $async$temp2;
54199
+ $async$returnValue, $async$self = this, t1, oldInSupportsDeclaration, result, $async$temp1, $async$temp2;
54093
54200
  var $async$_async_evaluate$_visitSupportsCondition$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
54094
54201
  if ($async$errorCode === 1)
54095
54202
  return A._asyncRethrow($async$result, $async$completer);
@@ -54161,6 +54268,8 @@ self.readline = _cli_pkg_requires.readline;
54161
54268
  break;
54162
54269
  case 16:
54163
54270
  // then
54271
+ oldInSupportsDeclaration = $async$self._async_evaluate$_inSupportsDeclaration;
54272
+ $async$self._async_evaluate$_inSupportsDeclaration = true;
54164
54273
  $async$temp1 = A;
54165
54274
  $async$goto = 19;
54166
54275
  return A._asyncAwait($async$self._evaluateToCss$1(condition.name), $async$_async_evaluate$_visitSupportsCondition$1);
@@ -54173,7 +54282,9 @@ self.readline = _cli_pkg_requires.readline;
54173
54282
  return A._asyncAwait($async$self._evaluateToCss$1(condition.value), $async$_async_evaluate$_visitSupportsCondition$1);
54174
54283
  case 20:
54175
54284
  // returning from await.
54176
- $async$returnValue = $async$temp1 + $async$temp2.S($async$result) + ")";
54285
+ result = $async$temp1 + $async$temp2.S($async$result) + ")";
54286
+ $async$self._async_evaluate$_inSupportsDeclaration = oldInSupportsDeclaration;
54287
+ $async$returnValue = result;
54177
54288
  // goto return
54178
54289
  $async$goto = 1;
54179
54290
  break;
@@ -54742,6 +54853,12 @@ self.readline = _cli_pkg_requires.readline;
54742
54853
  case 5:
54743
54854
  // after for
54744
54855
  $arguments = t1;
54856
+ if ($async$self._async_evaluate$_inSupportsDeclaration) {
54857
+ $async$returnValue = new A.SassCalculation(t4, A.List_List$unmodifiable($arguments, type$.Object));
54858
+ // goto return
54859
+ $async$goto = 1;
54860
+ break;
54861
+ }
54745
54862
  try {
54746
54863
  switch (t4) {
54747
54864
  case "calc":
@@ -55145,7 +55262,7 @@ self.readline = _cli_pkg_requires.readline;
55145
55262
  _runUserDefinedCallable$body$_EvaluateVisitor($arguments, callable, nodeWithSpan, run, $V, $async$type) {
55146
55263
  var $async$goto = 0,
55147
55264
  $async$completer = A._makeAsyncAwaitCompleter($async$type),
55148
- $async$returnValue, $async$self = this, evaluated, $name;
55265
+ $async$returnValue, $async$self = this, oldCallable, result, evaluated, $name;
55149
55266
  var $async$_async_evaluate$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
55150
55267
  if ($async$errorCode === 1)
55151
55268
  return A._asyncRethrow($async$result, $async$completer);
@@ -55161,11 +55278,15 @@ self.readline = _cli_pkg_requires.readline;
55161
55278
  $name = callable.declaration.name;
55162
55279
  if ($name !== "@content")
55163
55280
  $name += "()";
55281
+ oldCallable = $async$self._async_evaluate$_currentCallable;
55282
+ $async$self._async_evaluate$_currentCallable = callable;
55164
55283
  $async$goto = 4;
55165
55284
  return A._asyncAwait($async$self._async_evaluate$_withStackFrame$1$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure0($async$self, callable, evaluated, nodeWithSpan, run, $V), $V), $async$_async_evaluate$_runUserDefinedCallable$1$4);
55166
55285
  case 4:
55167
55286
  // returning from await.
55168
- $async$returnValue = $async$result;
55287
+ result = $async$result;
55288
+ $async$self._async_evaluate$_currentCallable = oldCallable;
55289
+ $async$returnValue = result;
55169
55290
  // goto return
55170
55291
  $async$goto = 1;
55171
55292
  break;
@@ -55713,7 +55834,7 @@ self.readline = _cli_pkg_requires.readline;
55713
55834
  visitStringExpression$body$_EvaluateVisitor(node) {
55714
55835
  var $async$goto = 0,
55715
55836
  $async$completer = A._makeAsyncAwaitCompleter(type$.SassString),
55716
- $async$returnValue, $async$self = this, $async$temp1, $async$temp2;
55837
+ $async$returnValue, $async$self = this, t1, oldInSupportsDeclaration, $async$temp1;
55717
55838
  var $async$visitStringExpression$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
55718
55839
  if ($async$errorCode === 1)
55719
55840
  return A._asyncRethrow($async$result, $async$completer);
@@ -55721,13 +55842,16 @@ self.readline = _cli_pkg_requires.readline;
55721
55842
  switch ($async$goto) {
55722
55843
  case 0:
55723
55844
  // Function start
55724
- $async$temp1 = A;
55725
- $async$temp2 = J;
55845
+ oldInSupportsDeclaration = $async$self._async_evaluate$_inSupportsDeclaration;
55846
+ $async$self._async_evaluate$_inSupportsDeclaration = false;
55847
+ $async$temp1 = J;
55726
55848
  $async$goto = 3;
55727
55849
  return A._asyncAwait(A.mapAsync(node.text.contents, new A._EvaluateVisitor_visitStringExpression_closure0($async$self), type$.Object, type$.String), $async$visitStringExpression$1);
55728
55850
  case 3:
55729
55851
  // returning from await.
55730
- $async$returnValue = new $async$temp1.SassString($async$temp2.join$0$ax($async$result), node.hasQuotes);
55852
+ t1 = $async$temp1.join$0$ax($async$result);
55853
+ $async$self._async_evaluate$_inSupportsDeclaration = oldInSupportsDeclaration;
55854
+ $async$returnValue = new A.SassString(t1, node.hasQuotes);
55731
55855
  // goto return
55732
55856
  $async$goto = 1;
55733
55857
  break;
@@ -56157,7 +56281,7 @@ self.readline = _cli_pkg_requires.readline;
56157
56281
  _performInterpolation$body$_EvaluateVisitor(interpolation, warnForColor) {
56158
56282
  var $async$goto = 0,
56159
56283
  $async$completer = A._makeAsyncAwaitCompleter(type$.String),
56160
- $async$returnValue, $async$self = this, $async$temp1;
56284
+ $async$returnValue, $async$self = this, result, oldInSupportsDeclaration, $async$temp1;
56161
56285
  var $async$_async_evaluate$_performInterpolation$2$warnForColor = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
56162
56286
  if ($async$errorCode === 1)
56163
56287
  return A._asyncRethrow($async$result, $async$completer);
@@ -56165,12 +56289,16 @@ self.readline = _cli_pkg_requires.readline;
56165
56289
  switch ($async$goto) {
56166
56290
  case 0:
56167
56291
  // Function start
56292
+ oldInSupportsDeclaration = $async$self._async_evaluate$_inSupportsDeclaration;
56293
+ $async$self._async_evaluate$_inSupportsDeclaration = false;
56168
56294
  $async$temp1 = J;
56169
56295
  $async$goto = 3;
56170
56296
  return A._asyncAwait(A.mapAsync(interpolation.contents, new A._EvaluateVisitor__performInterpolation_closure0($async$self, warnForColor, interpolation), type$.Object, type$.String), $async$_async_evaluate$_performInterpolation$2$warnForColor);
56171
56297
  case 3:
56172
56298
  // returning from await.
56173
- $async$returnValue = $async$temp1.join$0$ax($async$result);
56299
+ result = $async$temp1.join$0$ax($async$result);
56300
+ $async$self._async_evaluate$_inSupportsDeclaration = oldInSupportsDeclaration;
56301
+ $async$returnValue = result;
56174
56302
  // goto return
56175
56303
  $async$goto = 1;
56176
56304
  break;
@@ -56410,8 +56538,17 @@ self.readline = _cli_pkg_requires.readline;
56410
56538
  return this._async_evaluate$_stackTrace$1(null);
56411
56539
  },
56412
56540
  _async_evaluate$_warn$3$deprecation(message, span, deprecation) {
56413
- var _this = this;
56414
- if (_this._async_evaluate$_quietDeps && _this._async_evaluate$_inDependency)
56541
+ var t1, _this = this;
56542
+ if (_this._async_evaluate$_quietDeps)
56543
+ if (!_this._async_evaluate$_inDependency) {
56544
+ t1 = _this._async_evaluate$_currentCallable;
56545
+ t1 = t1 == null ? null : t1.inDependency;
56546
+ t1 = t1 === true;
56547
+ } else
56548
+ t1 = true;
56549
+ else
56550
+ t1 = false;
56551
+ if (t1)
56415
56552
  return;
56416
56553
  if (!_this._async_evaluate$_warningsEmitted.add$1(0, new A.Tuple2(message, span, type$.Tuple2_String_SourceSpan)))
56417
56554
  return;
@@ -58089,7 +58226,8 @@ self.readline = _cli_pkg_requires.readline;
58089
58226
  };
58090
58227
  A._EvaluateVisitor_visitIncludeRule_closure6.prototype = {
58091
58228
  call$1($content) {
58092
- return new A.UserDefinedCallable($content, this.$this._async_evaluate$_environment.closure$0(), type$.UserDefinedCallable_AsyncEnvironment);
58229
+ var t1 = this.$this;
58230
+ return new A.UserDefinedCallable($content, t1._async_evaluate$_environment.closure$0(), t1._async_evaluate$_inDependency, type$.UserDefinedCallable_AsyncEnvironment);
58093
58231
  },
58094
58232
  $signature: 514
58095
58233
  };
@@ -59026,7 +59164,7 @@ self.readline = _cli_pkg_requires.readline;
59026
59164
  return A._asyncAwait(t1._async_evaluate$_visitCalculationValue$2$inMinMax(t2.right, t3), $async$call$0);
59027
59165
  case 4:
59028
59166
  // returning from await.
59029
- $async$returnValue = $async$temp1.SassCalculation_operateInternal($async$temp2, $async$temp3, $async$result, t3);
59167
+ $async$returnValue = $async$temp1.SassCalculation_operateInternal($async$temp2, $async$temp3, $async$result, t3, !t1._async_evaluate$_inSupportsDeclaration);
59030
59168
  // goto return
59031
59169
  $async$goto = 1;
59032
59170
  break;
@@ -60495,11 +60633,12 @@ self.readline = _cli_pkg_requires.readline;
60495
60633
  visitFunctionRule$1(node) {
60496
60634
  var t1 = this._environment,
60497
60635
  t2 = t1.closure$0(),
60498
- t3 = t1._functions,
60499
- index = t3.length - 1,
60500
- t4 = node.name;
60501
- t1._functionIndices.$indexSet(0, t4, index);
60502
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable(node, t2, type$.UserDefinedCallable_Environment));
60636
+ t3 = this._inDependency,
60637
+ t4 = t1._functions,
60638
+ index = t4.length - 1,
60639
+ t5 = node.name;
60640
+ t1._functionIndices.$indexSet(0, t5, index);
60641
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable(node, t2, t3, type$.UserDefinedCallable_Environment));
60503
60642
  return null;
60504
60643
  },
60505
60644
  visitIfRule$1(node) {
@@ -60648,11 +60787,12 @@ self.readline = _cli_pkg_requires.readline;
60648
60787
  visitMixinRule$1(node) {
60649
60788
  var t1 = this._environment,
60650
60789
  t2 = t1.closure$0(),
60651
- t3 = t1._mixins,
60652
- index = t3.length - 1,
60653
- t4 = node.name;
60654
- t1._mixinIndices.$indexSet(0, t4, index);
60655
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable(node, t2, type$.UserDefinedCallable_Environment));
60790
+ t3 = this._inDependency,
60791
+ t4 = t1._mixins,
60792
+ index = t4.length - 1,
60793
+ t5 = node.name;
60794
+ t1._mixinIndices.$indexSet(0, t5, index);
60795
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable(node, t2, t3, type$.UserDefinedCallable_Environment));
60656
60796
  return null;
60657
60797
  },
60658
60798
  visitLoudComment$1(node) {
@@ -60744,7 +60884,7 @@ self.readline = _cli_pkg_requires.readline;
60744
60884
  return null;
60745
60885
  },
60746
60886
  _visitSupportsCondition$1(condition) {
60747
- var t1, t2, _this = this;
60887
+ var t1, oldInSupportsDeclaration, t2, result, _this = this;
60748
60888
  if (condition instanceof A.SupportsOperation) {
60749
60889
  t1 = condition.operator;
60750
60890
  return _this._parenthesize$2(condition.left, t1) + " " + t1 + " " + _this._parenthesize$2(condition.right, t1);
@@ -60754,10 +60894,14 @@ self.readline = _cli_pkg_requires.readline;
60754
60894
  t1 = condition.expression;
60755
60895
  return _this._evaluate$_serialize$3$quote(t1.accept$1(_this), t1, false);
60756
60896
  } else if (condition instanceof A.SupportsDeclaration) {
60897
+ oldInSupportsDeclaration = _this._inSupportsDeclaration;
60898
+ _this._inSupportsDeclaration = true;
60757
60899
  t1 = condition.name;
60758
60900
  t1 = "(" + _this._evaluate$_serialize$3$quote(t1.accept$1(_this), t1, true) + ":";
60759
60901
  t2 = condition.value;
60760
- return t1 + (condition.get$isCustomProperty() ? "" : " ") + _this._evaluate$_serialize$3$quote(t2.accept$1(_this), t2, true) + ")";
60902
+ result = t1 + (condition.get$isCustomProperty() ? "" : " ") + _this._evaluate$_serialize$3$quote(t2.accept$1(_this), t2, true) + ")";
60903
+ _this._inSupportsDeclaration = oldInSupportsDeclaration;
60904
+ return result;
60761
60905
  } else if (condition instanceof A.SupportsFunction)
60762
60906
  return _this._performInterpolation$1(condition.name) + "(" + _this._performInterpolation$1(condition.$arguments) + ")";
60763
60907
  else if (condition instanceof A.SupportsAnything)
@@ -60895,13 +61039,15 @@ self.readline = _cli_pkg_requires.readline;
60895
61039
  return node.expression.accept$1(this);
60896
61040
  },
60897
61041
  visitCalculationExpression$1(node) {
60898
- var $arguments, error, stackTrace, t2, t3, t4, t5, t6, _i, argument, exception,
61042
+ var $arguments, error, stackTrace, t2, t3, t4, t5, t6, _i, argument, exception, _this = this,
60899
61043
  t1 = A._setArrayType([], type$.JSArray_Object);
60900
61044
  for (t2 = node.$arguments, t3 = t2.length, t4 = node.name, t5 = t4 !== "min", t6 = t4 === "max", _i = 0; _i < t3; ++_i) {
60901
61045
  argument = t2[_i];
60902
- t1.push(this._visitCalculationValue$2$inMinMax(argument, !t5 || t6));
61046
+ t1.push(_this._visitCalculationValue$2$inMinMax(argument, !t5 || t6));
60903
61047
  }
60904
61048
  $arguments = t1;
61049
+ if (_this._inSupportsDeclaration)
61050
+ return new A.SassCalculation(t4, A.List_List$unmodifiable($arguments, type$.Object));
60905
61051
  try {
60906
61052
  switch (t4) {
60907
61053
  case "calc":
@@ -60927,8 +61073,8 @@ self.readline = _cli_pkg_requires.readline;
60927
61073
  if (t1 instanceof A.SassScriptException) {
60928
61074
  error = t1;
60929
61075
  stackTrace = A.getTraceFromException(exception);
60930
- this._verifyCompatibleNumbers$2($arguments, t2);
60931
- A.throwWithTrace(this._evaluate$_exception$2(error.message, node.span), stackTrace);
61076
+ _this._verifyCompatibleNumbers$2($arguments, t2);
61077
+ A.throwWithTrace(_this._evaluate$_exception$2(error.message, node.span), stackTrace);
60932
61078
  } else
60933
61079
  throw exception;
60934
61080
  }
@@ -61056,11 +61202,16 @@ self.readline = _cli_pkg_requires.readline;
61056
61202
  return this._builtInFunctions.$index(0, $name);
61057
61203
  },
61058
61204
  _runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
61059
- var evaluated = this._evaluateArguments$1($arguments),
61205
+ var oldCallable, result, _this = this,
61206
+ evaluated = _this._evaluateArguments$1($arguments),
61060
61207
  $name = callable.declaration.name;
61061
61208
  if ($name !== "@content")
61062
61209
  $name += "()";
61063
- return this._withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure(this, callable, evaluated, nodeWithSpan, run, $V));
61210
+ oldCallable = _this._currentCallable;
61211
+ _this._currentCallable = callable;
61212
+ result = _this._withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure(_this, callable, evaluated, nodeWithSpan, run, $V));
61213
+ _this._currentCallable = oldCallable;
61214
+ return result;
61064
61215
  },
61065
61216
  _runFunctionCallable$3($arguments, callable, nodeWithSpan) {
61066
61217
  var t1, t2, t3, first, _i, argument, restArg, rest, _this = this;
@@ -61290,8 +61441,13 @@ self.readline = _cli_pkg_requires.readline;
61290
61441
  return t1 == null ? B.C__SassNull : t1;
61291
61442
  },
61292
61443
  visitStringExpression$1(node) {
61293
- var t1 = node.text.contents;
61294
- return new A.SassString(new A.MappedListIterable(t1, new A._EvaluateVisitor_visitStringExpression_closure(this), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0), node.hasQuotes);
61444
+ var t1, _this = this,
61445
+ oldInSupportsDeclaration = _this._inSupportsDeclaration;
61446
+ _this._inSupportsDeclaration = false;
61447
+ t1 = node.text.contents;
61448
+ t1 = new A.MappedListIterable(t1, new A._EvaluateVisitor_visitStringExpression_closure(_this), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0);
61449
+ _this._inSupportsDeclaration = oldInSupportsDeclaration;
61450
+ return new A.SassString(t1, node.hasQuotes);
61295
61451
  },
61296
61452
  visitCssAtRule$1(node) {
61297
61453
  var wasInKeyframes, wasInUnknownAtRule, t1, _this = this;
@@ -61427,8 +61583,13 @@ self.readline = _cli_pkg_requires.readline;
61427
61583
  return this._interpolationToValue$3$trim$warnForColor(interpolation, false, warnForColor);
61428
61584
  },
61429
61585
  _performInterpolation$2$warnForColor(interpolation, warnForColor) {
61430
- var t1 = interpolation.contents;
61431
- return new A.MappedListIterable(t1, new A._EvaluateVisitor__performInterpolation_closure(this, warnForColor, interpolation), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0);
61586
+ var t1, result, _this = this,
61587
+ oldInSupportsDeclaration = _this._inSupportsDeclaration;
61588
+ _this._inSupportsDeclaration = false;
61589
+ t1 = interpolation.contents;
61590
+ result = new A.MappedListIterable(t1, new A._EvaluateVisitor__performInterpolation_closure(_this, warnForColor, interpolation), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0);
61591
+ _this._inSupportsDeclaration = oldInSupportsDeclaration;
61592
+ return result;
61432
61593
  },
61433
61594
  _performInterpolation$1(interpolation) {
61434
61595
  return this._performInterpolation$2$warnForColor(interpolation, false);
@@ -61539,8 +61700,17 @@ self.readline = _cli_pkg_requires.readline;
61539
61700
  return this._evaluate$_stackTrace$1(null);
61540
61701
  },
61541
61702
  _warn$3$deprecation(message, span, deprecation) {
61542
- var _this = this;
61543
- if (_this._quietDeps && _this._inDependency)
61703
+ var t1, _this = this;
61704
+ if (_this._quietDeps)
61705
+ if (!_this._inDependency) {
61706
+ t1 = _this._currentCallable;
61707
+ t1 = t1 == null ? null : t1.inDependency;
61708
+ t1 = t1 === true;
61709
+ } else
61710
+ t1 = true;
61711
+ else
61712
+ t1 = false;
61713
+ if (t1)
61544
61714
  return;
61545
61715
  if (!_this._warningsEmitted.add$1(0, new A.Tuple2(message, span, type$.Tuple2_String_SourceSpan)))
61546
61716
  return;
@@ -62483,7 +62653,8 @@ self.readline = _cli_pkg_requires.readline;
62483
62653
  };
62484
62654
  A._EvaluateVisitor_visitIncludeRule_closure2.prototype = {
62485
62655
  call$1($content) {
62486
- return new A.UserDefinedCallable($content, this.$this._environment.closure$0(), type$.UserDefinedCallable_Environment);
62656
+ var t1 = this.$this;
62657
+ return new A.UserDefinedCallable($content, t1._environment.closure$0(), t1._inDependency, type$.UserDefinedCallable_Environment);
62487
62658
  },
62488
62659
  $signature: 268
62489
62660
  };
@@ -62812,7 +62983,7 @@ self.readline = _cli_pkg_requires.readline;
62812
62983
  var t1 = this.$this,
62813
62984
  t2 = this.node,
62814
62985
  t3 = this.inMinMax;
62815
- return A.SassCalculation_operateInternal(t1._binaryOperatorToCalculationOperator$1(t2.operator), t1._visitCalculationValue$2$inMinMax(t2.left, t3), t1._visitCalculationValue$2$inMinMax(t2.right, t3), t3);
62986
+ return A.SassCalculation_operateInternal(t1._binaryOperatorToCalculationOperator$1(t2.operator), t1._visitCalculationValue$2$inMinMax(t2.left, t3), t1._visitCalculationValue$2$inMinMax(t2.right, t3), t3, !t1._inSupportsDeclaration);
62816
62987
  },
62817
62988
  $signature: 85
62818
62989
  };
@@ -63716,59 +63887,23 @@ self.readline = _cli_pkg_requires.readline;
63716
63887
  return false;
63717
63888
  return right === B.CalculationOperator_Iem || right === B.CalculationOperator_uti;
63718
63889
  },
63719
- visitColor$1(value) {
63720
- var $name, hexLength, t2, t3, _this = this, _null = null,
63721
- t1 = _this._style === B.OutputStyle_compressed;
63722
- if (t1 && Math.abs(value._alpha - 1) < $.$get$epsilon()) {
63723
- $name = $.$get$namesByColor().$index(0, value);
63724
- hexLength = _this._canUseShortHex$1(value) ? 4 : 7;
63725
- if ($name != null && $name.length <= hexLength)
63726
- _this._serialize$_buffer.write$1(0, $name);
63727
- else {
63728
- t1 = _this._serialize$_buffer;
63729
- if (_this._canUseShortHex$1(value)) {
63730
- t1.writeCharCode$1(35);
63731
- t1.writeCharCode$1(A.hexCharFor(value.get$red(value) & 15));
63732
- t1.writeCharCode$1(A.hexCharFor(value.get$green(value) & 15));
63733
- t1.writeCharCode$1(A.hexCharFor(value.get$blue(value) & 15));
63734
- } else {
63735
- t1.writeCharCode$1(35);
63736
- _this._writeHexComponent$1(value.get$red(value));
63737
- _this._writeHexComponent$1(value.get$green(value));
63738
- _this._writeHexComponent$1(value.get$blue(value));
63739
- }
63740
- }
63741
- return;
63742
- }
63743
- t2 = value.originalSpan;
63744
- t3 = t2 == null;
63745
- if ((t3 ? _null : A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, _null)) != null) {
63746
- t1 = t3 ? _null : A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, _null);
63747
- _this._serialize$_buffer.write$1(0, t1);
63748
- } else {
63749
- t2 = $.$get$namesByColor();
63750
- if (t2.containsKey$1(value) && !(Math.abs(value._alpha - 0) < $.$get$epsilon()))
63751
- _this._serialize$_buffer.write$1(0, t2.$index(0, value));
63752
- else {
63753
- t2 = value._alpha;
63754
- t3 = _this._serialize$_buffer;
63755
- if (Math.abs(t2 - 1) < $.$get$epsilon()) {
63756
- t3.writeCharCode$1(35);
63757
- _this._writeHexComponent$1(value.get$red(value));
63758
- _this._writeHexComponent$1(value.get$green(value));
63759
- _this._writeHexComponent$1(value.get$blue(value));
63760
- } else {
63761
- t3.write$1(0, "rgba(" + value.get$red(value));
63762
- t3.write$1(0, t1 ? "," : ", ");
63763
- t3.write$1(0, value.get$green(value));
63764
- t3.write$1(0, t1 ? "," : ", ");
63765
- t3.write$1(0, value.get$blue(value));
63766
- t3.write$1(0, t1 ? "," : ", ");
63767
- _this._writeNumber$1(t2);
63768
- t3.writeCharCode$1(41);
63769
- }
63770
- }
63771
- }
63890
+ _writeRgb$1(value) {
63891
+ var t3,
63892
+ t1 = value._alpha,
63893
+ opaque = Math.abs(t1 - 1) < $.$get$epsilon(),
63894
+ t2 = this._serialize$_buffer;
63895
+ t2.write$1(0, opaque ? "rgb(" : "rgba(");
63896
+ t2.write$1(0, value.get$red(value));
63897
+ t3 = this._style === B.OutputStyle_compressed;
63898
+ t2.write$1(0, t3 ? "," : ", ");
63899
+ t2.write$1(0, value.get$green(value));
63900
+ t2.write$1(0, t3 ? "," : ", ");
63901
+ t2.write$1(0, value.get$blue(value));
63902
+ if (!opaque) {
63903
+ t2.write$1(0, t3 ? "," : ", ");
63904
+ this._writeNumber$1(t1);
63905
+ }
63906
+ t2.writeCharCode$1(41);
63772
63907
  },
63773
63908
  _canUseShortHex$1(color) {
63774
63909
  var t1 = color.get$red(color);
@@ -68820,7 +68955,7 @@ self.readline = _cli_pkg_requires.readline;
68820
68955
  visitFunctionRule$body$_EvaluateVisitor0(node) {
68821
68956
  var $async$goto = 0,
68822
68957
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value_2),
68823
- $async$returnValue, $async$self = this, t1, t2, t3, index, t4;
68958
+ $async$returnValue, $async$self = this, t1, t2, t3, t4, index, t5;
68824
68959
  var $async$visitFunctionRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
68825
68960
  if ($async$errorCode === 1)
68826
68961
  return A._asyncRethrow($async$result, $async$completer);
@@ -68830,11 +68965,12 @@ self.readline = _cli_pkg_requires.readline;
68830
68965
  // Function start
68831
68966
  t1 = $async$self._async_evaluate0$_environment;
68832
68967
  t2 = t1.closure$0();
68833
- t3 = t1._async_environment0$_functions;
68834
- index = t3.length - 1;
68835
- t4 = node.name;
68836
- t1._async_environment0$_functionIndices.$indexSet(0, t4, index);
68837
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable0(node, t2, type$.UserDefinedCallable_AsyncEnvironment_2));
68968
+ t3 = $async$self._async_evaluate0$_inDependency;
68969
+ t4 = t1._async_environment0$_functions;
68970
+ index = t4.length - 1;
68971
+ t5 = node.name;
68972
+ t1._async_environment0$_functionIndices.$indexSet(0, t5, index);
68973
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable0(node, t2, t3, type$.UserDefinedCallable_AsyncEnvironment_2));
68838
68974
  $async$returnValue = null;
68839
68975
  // goto return
68840
68976
  $async$goto = 1;
@@ -69288,7 +69424,7 @@ self.readline = _cli_pkg_requires.readline;
69288
69424
  visitMixinRule$body$_EvaluateVisitor0(node) {
69289
69425
  var $async$goto = 0,
69290
69426
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value_2),
69291
- $async$returnValue, $async$self = this, t1, t2, t3, index, t4;
69427
+ $async$returnValue, $async$self = this, t1, t2, t3, t4, index, t5;
69292
69428
  var $async$visitMixinRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
69293
69429
  if ($async$errorCode === 1)
69294
69430
  return A._asyncRethrow($async$result, $async$completer);
@@ -69298,11 +69434,12 @@ self.readline = _cli_pkg_requires.readline;
69298
69434
  // Function start
69299
69435
  t1 = $async$self._async_evaluate0$_environment;
69300
69436
  t2 = t1.closure$0();
69301
- t3 = t1._async_environment0$_mixins;
69302
- index = t3.length - 1;
69303
- t4 = node.name;
69304
- t1._async_environment0$_mixinIndices.$indexSet(0, t4, index);
69305
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable0(node, t2, type$.UserDefinedCallable_AsyncEnvironment_2));
69437
+ t3 = $async$self._async_evaluate0$_inDependency;
69438
+ t4 = t1._async_environment0$_mixins;
69439
+ index = t4.length - 1;
69440
+ t5 = node.name;
69441
+ t1._async_environment0$_mixinIndices.$indexSet(0, t5, index);
69442
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable0(node, t2, t3, type$.UserDefinedCallable_AsyncEnvironment_2));
69306
69443
  $async$returnValue = null;
69307
69444
  // goto return
69308
69445
  $async$goto = 1;
@@ -69612,7 +69749,7 @@ self.readline = _cli_pkg_requires.readline;
69612
69749
  _visitSupportsCondition$body$_EvaluateVisitor0(condition) {
69613
69750
  var $async$goto = 0,
69614
69751
  $async$completer = A._makeAsyncAwaitCompleter(type$.String),
69615
- $async$returnValue, $async$self = this, t1, $async$temp1, $async$temp2;
69752
+ $async$returnValue, $async$self = this, t1, oldInSupportsDeclaration, result, $async$temp1, $async$temp2;
69616
69753
  var $async$_async_evaluate0$_visitSupportsCondition$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
69617
69754
  if ($async$errorCode === 1)
69618
69755
  return A._asyncRethrow($async$result, $async$completer);
@@ -69684,6 +69821,8 @@ self.readline = _cli_pkg_requires.readline;
69684
69821
  break;
69685
69822
  case 16:
69686
69823
  // then
69824
+ oldInSupportsDeclaration = $async$self._async_evaluate0$_inSupportsDeclaration;
69825
+ $async$self._async_evaluate0$_inSupportsDeclaration = true;
69687
69826
  $async$temp1 = A;
69688
69827
  $async$goto = 19;
69689
69828
  return A._asyncAwait($async$self._async_evaluate0$_evaluateToCss$1(condition.name), $async$_async_evaluate0$_visitSupportsCondition$1);
@@ -69696,7 +69835,9 @@ self.readline = _cli_pkg_requires.readline;
69696
69835
  return A._asyncAwait($async$self._async_evaluate0$_evaluateToCss$1(condition.value), $async$_async_evaluate0$_visitSupportsCondition$1);
69697
69836
  case 20:
69698
69837
  // returning from await.
69699
- $async$returnValue = $async$temp1 + $async$temp2.S($async$result) + ")";
69838
+ result = $async$temp1 + $async$temp2.S($async$result) + ")";
69839
+ $async$self._async_evaluate0$_inSupportsDeclaration = oldInSupportsDeclaration;
69840
+ $async$returnValue = result;
69700
69841
  // goto return
69701
69842
  $async$goto = 1;
69702
69843
  break;
@@ -70265,6 +70406,12 @@ self.readline = _cli_pkg_requires.readline;
70265
70406
  case 5:
70266
70407
  // after for
70267
70408
  $arguments = t1;
70409
+ if ($async$self._async_evaluate0$_inSupportsDeclaration) {
70410
+ $async$returnValue = new A.SassCalculation0(t4, A.List_List$unmodifiable($arguments, type$.Object));
70411
+ // goto return
70412
+ $async$goto = 1;
70413
+ break;
70414
+ }
70268
70415
  try {
70269
70416
  switch (t4) {
70270
70417
  case "calc":
@@ -70668,7 +70815,7 @@ self.readline = _cli_pkg_requires.readline;
70668
70815
  _runUserDefinedCallable$body$_EvaluateVisitor0($arguments, callable, nodeWithSpan, run, $V, $async$type) {
70669
70816
  var $async$goto = 0,
70670
70817
  $async$completer = A._makeAsyncAwaitCompleter($async$type),
70671
- $async$returnValue, $async$self = this, evaluated, $name;
70818
+ $async$returnValue, $async$self = this, oldCallable, result, evaluated, $name;
70672
70819
  var $async$_async_evaluate0$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
70673
70820
  if ($async$errorCode === 1)
70674
70821
  return A._asyncRethrow($async$result, $async$completer);
@@ -70684,11 +70831,15 @@ self.readline = _cli_pkg_requires.readline;
70684
70831
  $name = callable.declaration.name;
70685
70832
  if ($name !== "@content")
70686
70833
  $name += "()";
70834
+ oldCallable = $async$self._async_evaluate0$_currentCallable;
70835
+ $async$self._async_evaluate0$_currentCallable = callable;
70687
70836
  $async$goto = 4;
70688
70837
  return A._asyncAwait($async$self._async_evaluate0$_withStackFrame$1$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure2($async$self, callable, evaluated, nodeWithSpan, run, $V), $V), $async$_async_evaluate0$_runUserDefinedCallable$1$4);
70689
70838
  case 4:
70690
70839
  // returning from await.
70691
- $async$returnValue = $async$result;
70840
+ result = $async$result;
70841
+ $async$self._async_evaluate0$_currentCallable = oldCallable;
70842
+ $async$returnValue = result;
70692
70843
  // goto return
70693
70844
  $async$goto = 1;
70694
70845
  break;
@@ -71236,7 +71387,7 @@ self.readline = _cli_pkg_requires.readline;
71236
71387
  visitStringExpression$body$_EvaluateVisitor0(node) {
71237
71388
  var $async$goto = 0,
71238
71389
  $async$completer = A._makeAsyncAwaitCompleter(type$.SassString_2),
71239
- $async$returnValue, $async$self = this, $async$temp1, $async$temp2;
71390
+ $async$returnValue, $async$self = this, t1, oldInSupportsDeclaration, $async$temp1;
71240
71391
  var $async$visitStringExpression$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
71241
71392
  if ($async$errorCode === 1)
71242
71393
  return A._asyncRethrow($async$result, $async$completer);
@@ -71244,13 +71395,16 @@ self.readline = _cli_pkg_requires.readline;
71244
71395
  switch ($async$goto) {
71245
71396
  case 0:
71246
71397
  // Function start
71247
- $async$temp1 = A;
71248
- $async$temp2 = J;
71398
+ oldInSupportsDeclaration = $async$self._async_evaluate0$_inSupportsDeclaration;
71399
+ $async$self._async_evaluate0$_inSupportsDeclaration = false;
71400
+ $async$temp1 = J;
71249
71401
  $async$goto = 3;
71250
71402
  return A._asyncAwait(A.mapAsync0(node.text.contents, new A._EvaluateVisitor_visitStringExpression_closure2($async$self), type$.Object, type$.String), $async$visitStringExpression$1);
71251
71403
  case 3:
71252
71404
  // returning from await.
71253
- $async$returnValue = new $async$temp1.SassString0($async$temp2.join$0$ax($async$result), node.hasQuotes);
71405
+ t1 = $async$temp1.join$0$ax($async$result);
71406
+ $async$self._async_evaluate0$_inSupportsDeclaration = oldInSupportsDeclaration;
71407
+ $async$returnValue = new A.SassString0(t1, node.hasQuotes);
71254
71408
  // goto return
71255
71409
  $async$goto = 1;
71256
71410
  break;
@@ -71680,7 +71834,7 @@ self.readline = _cli_pkg_requires.readline;
71680
71834
  _performInterpolation$body$_EvaluateVisitor0(interpolation, warnForColor) {
71681
71835
  var $async$goto = 0,
71682
71836
  $async$completer = A._makeAsyncAwaitCompleter(type$.String),
71683
- $async$returnValue, $async$self = this, $async$temp1;
71837
+ $async$returnValue, $async$self = this, result, oldInSupportsDeclaration, $async$temp1;
71684
71838
  var $async$_async_evaluate0$_performInterpolation$2$warnForColor = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
71685
71839
  if ($async$errorCode === 1)
71686
71840
  return A._asyncRethrow($async$result, $async$completer);
@@ -71688,12 +71842,16 @@ self.readline = _cli_pkg_requires.readline;
71688
71842
  switch ($async$goto) {
71689
71843
  case 0:
71690
71844
  // Function start
71845
+ oldInSupportsDeclaration = $async$self._async_evaluate0$_inSupportsDeclaration;
71846
+ $async$self._async_evaluate0$_inSupportsDeclaration = false;
71691
71847
  $async$temp1 = J;
71692
71848
  $async$goto = 3;
71693
71849
  return A._asyncAwait(A.mapAsync0(interpolation.contents, new A._EvaluateVisitor__performInterpolation_closure2($async$self, warnForColor, interpolation), type$.Object, type$.String), $async$_async_evaluate0$_performInterpolation$2$warnForColor);
71694
71850
  case 3:
71695
71851
  // returning from await.
71696
- $async$returnValue = $async$temp1.join$0$ax($async$result);
71852
+ result = $async$temp1.join$0$ax($async$result);
71853
+ $async$self._async_evaluate0$_inSupportsDeclaration = oldInSupportsDeclaration;
71854
+ $async$returnValue = result;
71697
71855
  // goto return
71698
71856
  $async$goto = 1;
71699
71857
  break;
@@ -71933,8 +72091,17 @@ self.readline = _cli_pkg_requires.readline;
71933
72091
  return this._async_evaluate0$_stackTrace$1(null);
71934
72092
  },
71935
72093
  _async_evaluate0$_warn$3$deprecation(message, span, deprecation) {
71936
- var _this = this;
71937
- if (_this._async_evaluate0$_quietDeps && _this._async_evaluate0$_inDependency)
72094
+ var t1, _this = this;
72095
+ if (_this._async_evaluate0$_quietDeps)
72096
+ if (!_this._async_evaluate0$_inDependency) {
72097
+ t1 = _this._async_evaluate0$_currentCallable;
72098
+ t1 = t1 == null ? null : t1.inDependency;
72099
+ t1 = t1 === true;
72100
+ } else
72101
+ t1 = true;
72102
+ else
72103
+ t1 = false;
72104
+ if (t1)
71938
72105
  return;
71939
72106
  if (!_this._async_evaluate0$_warningsEmitted.add$1(0, new A.Tuple2(message, span, type$.Tuple2_String_SourceSpan)))
71940
72107
  return;
@@ -73613,7 +73780,8 @@ self.readline = _cli_pkg_requires.readline;
73613
73780
  };
73614
73781
  A._EvaluateVisitor_visitIncludeRule_closure14.prototype = {
73615
73782
  call$1($content) {
73616
- return new A.UserDefinedCallable0($content, this.$this._async_evaluate0$_environment.closure$0(), type$.UserDefinedCallable_AsyncEnvironment_2);
73783
+ var t1 = this.$this;
73784
+ return new A.UserDefinedCallable0($content, t1._async_evaluate0$_environment.closure$0(), t1._async_evaluate0$_inDependency, type$.UserDefinedCallable_AsyncEnvironment_2);
73617
73785
  },
73618
73786
  $signature: 344
73619
73787
  };
@@ -74550,7 +74718,7 @@ self.readline = _cli_pkg_requires.readline;
74550
74718
  return A._asyncAwait(t1._async_evaluate0$_visitCalculationValue$2$inMinMax(t2.right, t3), $async$call$0);
74551
74719
  case 4:
74552
74720
  // returning from await.
74553
- $async$returnValue = $async$temp1.SassCalculation_operateInternal0($async$temp2, $async$temp3, $async$result, t3);
74721
+ $async$returnValue = $async$temp1.SassCalculation_operateInternal0($async$temp2, $async$temp3, $async$result, t3, !t1._async_evaluate0$_inSupportsDeclaration);
74554
74722
  // goto return
74555
74723
  $async$goto = 1;
74556
74724
  break;
@@ -75684,12 +75852,16 @@ self.readline = _cli_pkg_requires.readline;
75684
75852
  case 3:
75685
75853
  // returning from await.
75686
75854
  canonicalUrl = $async$result;
75687
- if (canonicalUrl != null) {
75688
- $async$returnValue = new A.Tuple3(t1, canonicalUrl, resolvedUrl, type$.Tuple3_AsyncImporter_Uri_Uri_2);
75855
+ if (canonicalUrl == null) {
75856
+ $async$returnValue = null;
75689
75857
  // goto return
75690
75858
  $async$goto = 1;
75691
75859
  break;
75692
75860
  }
75861
+ $async$returnValue = new A.Tuple3(t1, canonicalUrl, resolvedUrl, type$.Tuple3_AsyncImporter_Uri_Uri_2);
75862
+ // goto return
75863
+ $async$goto = 1;
75864
+ break;
75693
75865
  case 1:
75694
75866
  // return
75695
75867
  return A._asyncReturn($async$returnValue, $async$completer);
@@ -76585,7 +76757,7 @@ self.readline = _cli_pkg_requires.readline;
76585
76757
  if (argument instanceof A.SassString0 && !argument._string0$_hasQuotes && B.JSString_methods.contains$1(argument._string0$_text, $.$get$_microsoftFilterStart0()))
76586
76758
  return A._functionString0("alpha", $arguments);
76587
76759
  color = argument.assertColor$1("color");
76588
- return new A.UnitlessSassNumber0(color._color0$_alpha, null);
76760
+ return new A.UnitlessSassNumber0(color._color1$_alpha, null);
76589
76761
  },
76590
76762
  $signature: 3
76591
76763
  };
@@ -76616,7 +76788,7 @@ self.readline = _cli_pkg_requires.readline;
76616
76788
  if (t1.$index($arguments, 0) instanceof A.SassNumber0)
76617
76789
  return A._functionString0("opacity", $arguments);
76618
76790
  color = t1.$index($arguments, 0).assertColor$1("color");
76619
- return new A.UnitlessSassNumber0(color._color0$_alpha, null);
76791
+ return new A.UnitlessSassNumber0(color._color1$_alpha, null);
76620
76792
  },
76621
76793
  $signature: 3
76622
76794
  };
@@ -76697,7 +76869,7 @@ self.readline = _cli_pkg_requires.readline;
76697
76869
  return result;
76698
76870
  }
76699
76871
  color = argument.assertColor$1("color");
76700
- return new A.UnitlessSassNumber0(color._color0$_alpha, null);
76872
+ return new A.UnitlessSassNumber0(color._color1$_alpha, null);
76701
76873
  },
76702
76874
  $signature: 3
76703
76875
  };
@@ -76732,7 +76904,7 @@ self.readline = _cli_pkg_requires.readline;
76732
76904
  return result;
76733
76905
  }
76734
76906
  color = t1.$index($arguments, 0).assertColor$1("color");
76735
- return new A.UnitlessSassNumber0(color._color0$_alpha, null);
76907
+ return new A.UnitlessSassNumber0(color._color1$_alpha, null);
76736
76908
  },
76737
76909
  $signature: 3
76738
76910
  };
@@ -76820,7 +76992,7 @@ self.readline = _cli_pkg_requires.readline;
76820
76992
  call$1($arguments) {
76821
76993
  var color = J.$index$asx($arguments, 0).assertColor$1("color"),
76822
76994
  t1 = new A._ieHexStr_closure_hexString0();
76823
- return new A.SassString0("#" + A.S(t1.call$1(A.fuzzyRound0(color._color0$_alpha * 255))) + A.S(t1.call$1(color.get$red(color))) + A.S(t1.call$1(color.get$green(color))) + A.S(t1.call$1(color.get$blue(color))), false);
76995
+ return new A.SassString0("#" + A.S(t1.call$1(A.fuzzyRound0(color._color1$_alpha * 255))) + A.S(t1.call$1(color.get$red(color))) + A.S(t1.call$1(color.get$green(color))) + A.S(t1.call$1(color.get$blue(color))), false);
76824
76996
  },
76825
76997
  $signature: 14
76826
76998
  };
@@ -76957,7 +77129,7 @@ self.readline = _cli_pkg_requires.readline;
76957
77129
  t2 = B.JSNumber_methods.round$0(B.JSNumber_methods.clamp$2(green, 0, 255));
76958
77130
  t3 = B.JSNumber_methods.round$0(B.JSNumber_methods.clamp$2(blue, 0, 255));
76959
77131
  t4 = alpha == null ? null : B.JSNumber_methods.clamp$2(alpha, 0, 1);
76960
- J.set$dartValue$x(thisArg, A.SassColor$rgb0(t1, t2, t3, t4 == null ? 1 : t4, null));
77132
+ J.set$dartValue$x(thisArg, A.SassColor$rgb0(t1, t2, t3, t4 == null ? 1 : t4));
76961
77133
  },
76962
77134
  call$2(thisArg, redOrArgb) {
76963
77135
  return this.call$6(thisArg, redOrArgb, null, null, null, null);
@@ -76998,7 +77170,7 @@ self.readline = _cli_pkg_requires.readline;
76998
77170
  };
76999
77171
  A.legacyColorClass_closure3.prototype = {
77000
77172
  call$1(thisArg) {
77001
- return J.get$dartValue$x(thisArg)._color0$_alpha;
77173
+ return J.get$dartValue$x(thisArg)._color1$_alpha;
77002
77174
  },
77003
77175
  $signature: 375
77004
77176
  };
@@ -77036,7 +77208,7 @@ self.readline = _cli_pkg_requires.readline;
77036
77208
  jsClass = t1._as(A.allowInteropCaptureThisNamed("sass.SassColor", new A.colorClass__closure()));
77037
77209
  J.get$$prototype$x(jsClass).change = A.allowInteropCaptureThisNamed("change", new A.colorClass__closure0());
77038
77210
  A.LinkedHashMap_LinkedHashMap$_literal(["red", new A.colorClass__closure1(), "green", new A.colorClass__closure2(), "blue", new A.colorClass__closure3(), "hue", new A.colorClass__closure4(), "saturation", new A.colorClass__closure5(), "lightness", new A.colorClass__closure6(), "whiteness", new A.colorClass__closure7(), "blackness", new A.colorClass__closure8(), "alpha", new A.colorClass__closure9()], type$.String, type$.Function).forEach$1(0, A.JSClassExtension_get_defineGetter(jsClass));
77039
- A.JSClassExtension_injectSuperclass(t1._as(A.SassColor$rgb0(0, 0, 0, null, null).constructor), jsClass);
77211
+ A.JSClassExtension_injectSuperclass(t1._as(A.SassColor$rgb0(0, 0, 0, null).constructor), jsClass);
77040
77212
  return jsClass;
77041
77213
  },
77042
77214
  $signature: 25
@@ -77054,7 +77226,7 @@ self.readline = _cli_pkg_requires.readline;
77054
77226
  t3 = A.fuzzyRound0(t3);
77055
77227
  t4 = t1.get$blue(color);
77056
77228
  t4.toString;
77057
- return A.SassColor$rgb0(t2, t3, A.fuzzyRound0(t4), t1.get$alpha(color), null);
77229
+ return A.SassColor$rgb0(t2, t3, A.fuzzyRound0(t4), t1.get$alpha(color));
77058
77230
  } else if (t1.get$saturation(color) != null) {
77059
77231
  t2 = t1.get$hue(color);
77060
77232
  t2.toString;
@@ -77062,7 +77234,7 @@ self.readline = _cli_pkg_requires.readline;
77062
77234
  t3.toString;
77063
77235
  t4 = t1.get$lightness(color);
77064
77236
  t4.toString;
77065
- return A.SassColor$hsl0(t2, t3, t4, t1.get$alpha(color));
77237
+ return A.SassColor$hsl(t2, t3, t4, t1.get$alpha(color));
77066
77238
  } else {
77067
77239
  t2 = t1.get$hue(color);
77068
77240
  t2.toString;
@@ -77090,7 +77262,7 @@ self.readline = _cli_pkg_requires.readline;
77090
77262
  if (t4 == null)
77091
77263
  t4 = $self.get$blackness($self);
77092
77264
  t1 = t1.get$alpha(options);
77093
- return $self.changeHwb$4$alpha$blackness$hue$whiteness(t1 == null ? $self._color0$_alpha : t1, t4, t2, t3);
77265
+ return $self.changeHwb$4$alpha$blackness$hue$whiteness(t1 == null ? $self._color1$_alpha : t1, t4, t2, t3);
77094
77266
  } else if (t1.get$hue(options) != null || t1.get$saturation(options) != null || t1.get$lightness(options) != null) {
77095
77267
  t2 = t1.get$hue(options);
77096
77268
  if (t2 == null)
@@ -77102,7 +77274,7 @@ self.readline = _cli_pkg_requires.readline;
77102
77274
  if (t4 == null)
77103
77275
  t4 = $self.get$lightness($self);
77104
77276
  t1 = t1.get$alpha(options);
77105
- return $self.changeHsl$4$alpha$hue$lightness$saturation(t1 == null ? $self._color0$_alpha : t1, t2, t4, t3);
77277
+ return $self.changeHsl$4$alpha$hue$lightness$saturation(t1 == null ? $self._color1$_alpha : t1, t2, t4, t3);
77106
77278
  } else if (t1.get$red(options) != null || t1.get$green(options) != null || t1.get$blue(options) != null) {
77107
77279
  t2 = A.NullableExtension_andThen0(t1.get$red(options), A.number2__fuzzyRound$closure());
77108
77280
  if (t2 == null)
@@ -77114,10 +77286,10 @@ self.readline = _cli_pkg_requires.readline;
77114
77286
  if (t4 == null)
77115
77287
  t4 = $self.get$blue($self);
77116
77288
  t1 = t1.get$alpha(options);
77117
- return $self.changeRgb$4$alpha$blue$green$red(t1 == null ? $self._color0$_alpha : t1, t4, t3, t2);
77289
+ return $self.changeRgb$4$alpha$blue$green$red(t1 == null ? $self._color1$_alpha : t1, t4, t3, t2);
77118
77290
  } else {
77119
77291
  t1 = t1.get$alpha(options);
77120
- return $self.changeAlpha$1(t1 == null ? $self._color0$_alpha : t1);
77292
+ return $self.changeAlpha$1(t1 == null ? $self._color1$_alpha : t1);
77121
77293
  }
77122
77294
  },
77123
77295
  $signature: 378
@@ -77172,7 +77344,7 @@ self.readline = _cli_pkg_requires.readline;
77172
77344
  };
77173
77345
  A.colorClass__closure9.prototype = {
77174
77346
  call$1($self) {
77175
- return $self._color0$_alpha;
77347
+ return $self._color1$_alpha;
77176
77348
  },
77177
77349
  $signature: 57
77178
77350
  };
@@ -77180,49 +77352,49 @@ self.readline = _cli_pkg_requires.readline;
77180
77352
  A.SassColor0.prototype = {
77181
77353
  get$red(_) {
77182
77354
  var t1;
77183
- if (this._color0$_red == null)
77184
- this._color0$_hslToRgb$0();
77185
- t1 = this._color0$_red;
77355
+ if (this._color1$_red == null)
77356
+ this._color1$_hslToRgb$0();
77357
+ t1 = this._color1$_red;
77186
77358
  t1.toString;
77187
77359
  return t1;
77188
77360
  },
77189
77361
  get$green(_) {
77190
77362
  var t1;
77191
- if (this._color0$_green == null)
77192
- this._color0$_hslToRgb$0();
77193
- t1 = this._color0$_green;
77363
+ if (this._color1$_green == null)
77364
+ this._color1$_hslToRgb$0();
77365
+ t1 = this._color1$_green;
77194
77366
  t1.toString;
77195
77367
  return t1;
77196
77368
  },
77197
77369
  get$blue(_) {
77198
77370
  var t1;
77199
- if (this._color0$_blue == null)
77200
- this._color0$_hslToRgb$0();
77201
- t1 = this._color0$_blue;
77371
+ if (this._color1$_blue == null)
77372
+ this._color1$_hslToRgb$0();
77373
+ t1 = this._color1$_blue;
77202
77374
  t1.toString;
77203
77375
  return t1;
77204
77376
  },
77205
77377
  get$hue(_) {
77206
77378
  var t1;
77207
- if (this._color0$_hue == null)
77208
- this._color0$_rgbToHsl$0();
77209
- t1 = this._color0$_hue;
77379
+ if (this._color1$_hue == null)
77380
+ this._color1$_rgbToHsl$0();
77381
+ t1 = this._color1$_hue;
77210
77382
  t1.toString;
77211
77383
  return t1;
77212
77384
  },
77213
77385
  get$saturation(_) {
77214
77386
  var t1;
77215
- if (this._color0$_saturation == null)
77216
- this._color0$_rgbToHsl$0();
77217
- t1 = this._color0$_saturation;
77387
+ if (this._color1$_saturation == null)
77388
+ this._color1$_rgbToHsl$0();
77389
+ t1 = this._color1$_saturation;
77218
77390
  t1.toString;
77219
77391
  return t1;
77220
77392
  },
77221
77393
  get$lightness(_) {
77222
77394
  var t1;
77223
- if (this._color0$_lightness == null)
77224
- this._color0$_rgbToHsl$0();
77225
- t1 = this._color0$_lightness;
77395
+ if (this._color1$_lightness == null)
77396
+ this._color1$_rgbToHsl$0();
77397
+ t1 = this._color1$_lightness;
77226
77398
  t1.toString;
77227
77399
  return t1;
77228
77400
  },
@@ -77235,7 +77407,73 @@ self.readline = _cli_pkg_requires.readline;
77235
77407
  return 100 - Math.max(Math.max(_this.get$red(_this), _this.get$green(_this)), _this.get$blue(_this)) / 255 * 100;
77236
77408
  },
77237
77409
  accept$1$1(visitor) {
77238
- return visitor.visitColor$1(this);
77410
+ var $name, hexLength, t1, format, t2, opaque, _this = this;
77411
+ if (visitor._serialize0$_style === B.OutputStyle_compressed0)
77412
+ if (!(Math.abs(_this._color1$_alpha - 1) < $.$get$epsilon0()))
77413
+ visitor._serialize0$_writeRgb$1(_this);
77414
+ else {
77415
+ $name = $.$get$namesByColor0().$index(0, _this);
77416
+ hexLength = visitor._serialize0$_canUseShortHex$1(_this) ? 4 : 7;
77417
+ if ($name != null && $name.length <= hexLength)
77418
+ visitor._serialize0$_buffer.write$1(0, $name);
77419
+ else {
77420
+ t1 = visitor._serialize0$_buffer;
77421
+ if (visitor._serialize0$_canUseShortHex$1(_this)) {
77422
+ t1.writeCharCode$1(35);
77423
+ t1.writeCharCode$1(A.hexCharFor0(_this.get$red(_this) & 15));
77424
+ t1.writeCharCode$1(A.hexCharFor0(_this.get$green(_this) & 15));
77425
+ t1.writeCharCode$1(A.hexCharFor0(_this.get$blue(_this) & 15));
77426
+ } else {
77427
+ t1.writeCharCode$1(35);
77428
+ visitor._serialize0$_writeHexComponent$1(_this.get$red(_this));
77429
+ visitor._serialize0$_writeHexComponent$1(_this.get$green(_this));
77430
+ visitor._serialize0$_writeHexComponent$1(_this.get$blue(_this));
77431
+ }
77432
+ }
77433
+ }
77434
+ else {
77435
+ format = _this.format;
77436
+ if (format != null)
77437
+ if (format === B._ColorFormatEnum_rgbFunction0)
77438
+ visitor._serialize0$_writeRgb$1(_this);
77439
+ else {
77440
+ t1 = visitor._serialize0$_buffer;
77441
+ if (format === B._ColorFormatEnum_hslFunction0) {
77442
+ t2 = _this._color1$_alpha;
77443
+ opaque = Math.abs(t2 - 1) < $.$get$epsilon0();
77444
+ t1.write$1(0, opaque ? "hsl(" : "hsla(");
77445
+ visitor._serialize0$_writeNumber$1(_this.get$hue(_this));
77446
+ t1.write$1(0, "deg");
77447
+ t1.write$1(0, ", ");
77448
+ visitor._serialize0$_writeNumber$1(_this.get$saturation(_this));
77449
+ t1.writeCharCode$1(37);
77450
+ t1.write$1(0, ", ");
77451
+ visitor._serialize0$_writeNumber$1(_this.get$lightness(_this));
77452
+ t1.writeCharCode$1(37);
77453
+ if (!opaque) {
77454
+ t1.write$1(0, ", ");
77455
+ visitor._serialize0$_writeNumber$1(t2);
77456
+ }
77457
+ t1.writeCharCode$1(41);
77458
+ } else {
77459
+ t2 = type$.SpanColorFormat_2._as(format)._color1$_span;
77460
+ t1.write$1(0, A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, null));
77461
+ }
77462
+ }
77463
+ else {
77464
+ t1 = $.$get$namesByColor0();
77465
+ if (t1.containsKey$1(_this) && !(Math.abs(_this._color1$_alpha - 0) < $.$get$epsilon0()))
77466
+ visitor._serialize0$_buffer.write$1(0, t1.$index(0, _this));
77467
+ else if (Math.abs(_this._color1$_alpha - 1) < $.$get$epsilon0()) {
77468
+ visitor._serialize0$_buffer.writeCharCode$1(35);
77469
+ visitor._serialize0$_writeHexComponent$1(_this.get$red(_this));
77470
+ visitor._serialize0$_writeHexComponent$1(_this.get$green(_this));
77471
+ visitor._serialize0$_writeHexComponent$1(_this.get$blue(_this));
77472
+ } else
77473
+ visitor._serialize0$_writeRgb$1(_this);
77474
+ }
77475
+ }
77476
+ return null;
77239
77477
  },
77240
77478
  accept$1(visitor) {
77241
77479
  return this.accept$1$1(visitor, type$.dynamic);
@@ -77248,7 +77486,7 @@ self.readline = _cli_pkg_requires.readline;
77248
77486
  t1 = red == null ? _this.get$red(_this) : red,
77249
77487
  t2 = green == null ? _this.get$green(_this) : green,
77250
77488
  t3 = blue == null ? _this.get$blue(_this) : blue;
77251
- return A.SassColor$rgb0(t1, t2, t3, alpha == null ? _this._color0$_alpha : alpha, null);
77489
+ return A.SassColor$rgb0(t1, t2, t3, alpha == null ? _this._color1$_alpha : alpha);
77252
77490
  },
77253
77491
  changeRgb$3$blue$green$red(blue, green, red) {
77254
77492
  return this.changeRgb$4$alpha$blue$green$red(null, blue, green, red);
@@ -77270,7 +77508,7 @@ self.readline = _cli_pkg_requires.readline;
77270
77508
  t1 = hue == null ? _this.get$hue(_this) : hue,
77271
77509
  t2 = saturation == null ? _this.get$saturation(_this) : saturation,
77272
77510
  t3 = lightness == null ? _this.get$lightness(_this) : lightness;
77273
- return A.SassColor$hsl0(t1, t2, t3, alpha == null ? _this._color0$_alpha : alpha);
77511
+ return A.SassColor$hsl(t1, t2, t3, alpha == null ? _this._color1$_alpha : alpha);
77274
77512
  },
77275
77513
  changeHsl$1$saturation(saturation) {
77276
77514
  return this.changeHsl$4$alpha$hue$lightness$saturation(null, null, null, saturation);
@@ -77287,7 +77525,7 @@ self.readline = _cli_pkg_requires.readline;
77287
77525
  },
77288
77526
  changeAlpha$1(alpha) {
77289
77527
  var _this = this;
77290
- return new A.SassColor0(_this._color0$_red, _this._color0$_green, _this._color0$_blue, _this._color0$_hue, _this._color0$_saturation, _this._color0$_lightness, A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), null);
77528
+ return new A.SassColor0(_this._color1$_red, _this._color1$_green, _this._color1$_blue, _this._color1$_hue, _this._color1$_saturation, _this._color1$_lightness, A.fuzzyAssertRange0(alpha, 0, 1, "alpha"), null);
77291
77529
  },
77292
77530
  plus$1(other) {
77293
77531
  if (!(other instanceof A.SassNumber0) && !(other instanceof A.SassColor0))
@@ -77308,13 +77546,13 @@ self.readline = _cli_pkg_requires.readline;
77308
77546
  var _this = this;
77309
77547
  if (other == null)
77310
77548
  return false;
77311
- return other instanceof A.SassColor0 && other.get$red(other) === _this.get$red(_this) && other.get$green(other) === _this.get$green(_this) && other.get$blue(other) === _this.get$blue(_this) && other._color0$_alpha === _this._color0$_alpha;
77549
+ return other instanceof A.SassColor0 && other.get$red(other) === _this.get$red(_this) && other.get$green(other) === _this.get$green(_this) && other.get$blue(other) === _this.get$blue(_this) && other._color1$_alpha === _this._color1$_alpha;
77312
77550
  },
77313
77551
  get$hashCode(_) {
77314
77552
  var _this = this;
77315
- return B.JSInt_methods.get$hashCode(_this.get$red(_this)) ^ B.JSInt_methods.get$hashCode(_this.get$green(_this)) ^ B.JSInt_methods.get$hashCode(_this.get$blue(_this)) ^ B.JSNumber_methods.get$hashCode(_this._color0$_alpha);
77553
+ return B.JSInt_methods.get$hashCode(_this.get$red(_this)) ^ B.JSInt_methods.get$hashCode(_this.get$green(_this)) ^ B.JSInt_methods.get$hashCode(_this.get$blue(_this)) ^ B.JSNumber_methods.get$hashCode(_this._color1$_alpha);
77316
77554
  },
77317
- _color0$_rgbToHsl$0() {
77555
+ _color1$_rgbToHsl$0() {
77318
77556
  var t2, lightness, _this = this,
77319
77557
  scaledRed = _this.get$red(_this) / 255,
77320
77558
  scaledGreen = _this.get$green(_this) / 255,
@@ -77324,36 +77562,36 @@ self.readline = _cli_pkg_requires.readline;
77324
77562
  delta = max - min,
77325
77563
  t1 = max === min;
77326
77564
  if (t1)
77327
- _this._color0$_hue = 0;
77565
+ _this._color1$_hue = 0;
77328
77566
  else if (max === scaledRed)
77329
- _this._color0$_hue = B.JSNumber_methods.$mod(60 * (scaledGreen - scaledBlue) / delta, 360);
77567
+ _this._color1$_hue = B.JSNumber_methods.$mod(60 * (scaledGreen - scaledBlue) / delta, 360);
77330
77568
  else if (max === scaledGreen)
77331
- _this._color0$_hue = B.JSNumber_methods.$mod(120 + 60 * (scaledBlue - scaledRed) / delta, 360);
77569
+ _this._color1$_hue = B.JSNumber_methods.$mod(120 + 60 * (scaledBlue - scaledRed) / delta, 360);
77332
77570
  else if (max === scaledBlue)
77333
- _this._color0$_hue = B.JSNumber_methods.$mod(240 + 60 * (scaledRed - scaledGreen) / delta, 360);
77571
+ _this._color1$_hue = B.JSNumber_methods.$mod(240 + 60 * (scaledRed - scaledGreen) / delta, 360);
77334
77572
  t2 = max + min;
77335
77573
  lightness = 50 * t2;
77336
- _this._color0$_lightness = lightness;
77574
+ _this._color1$_lightness = lightness;
77337
77575
  if (t1)
77338
- _this._color0$_saturation = 0;
77576
+ _this._color1$_saturation = 0;
77339
77577
  else {
77340
77578
  t1 = 100 * delta;
77341
77579
  if (lightness < 50)
77342
- _this._color0$_saturation = t1 / t2;
77580
+ _this._color1$_saturation = t1 / t2;
77343
77581
  else
77344
- _this._color0$_saturation = t1 / (2 - max - min);
77582
+ _this._color1$_saturation = t1 / (2 - max - min);
77345
77583
  }
77346
77584
  },
77347
- _color0$_hslToRgb$0() {
77585
+ _color1$_hslToRgb$0() {
77348
77586
  var _this = this,
77349
77587
  scaledHue = _this.get$hue(_this) / 360,
77350
77588
  scaledSaturation = _this.get$saturation(_this) / 100,
77351
77589
  scaledLightness = _this.get$lightness(_this) / 100,
77352
77590
  m2 = scaledLightness <= 0.5 ? scaledLightness * (scaledSaturation + 1) : scaledLightness + scaledSaturation - scaledLightness * scaledSaturation,
77353
77591
  m1 = scaledLightness * 2 - m2;
77354
- _this._color0$_red = A.fuzzyRound0(A.SassColor__hueToRgb0(m1, m2, scaledHue + 0.3333333333333333) * 255);
77355
- _this._color0$_green = A.fuzzyRound0(A.SassColor__hueToRgb0(m1, m2, scaledHue) * 255);
77356
- _this._color0$_blue = A.fuzzyRound0(A.SassColor__hueToRgb0(m1, m2, scaledHue - 0.3333333333333333) * 255);
77592
+ _this._color1$_red = A.fuzzyRound0(A.SassColor__hueToRgb0(m1, m2, scaledHue + 0.3333333333333333) * 255);
77593
+ _this._color1$_green = A.fuzzyRound0(A.SassColor__hueToRgb0(m1, m2, scaledHue) * 255);
77594
+ _this._color1$_blue = A.fuzzyRound0(A.SassColor__hueToRgb0(m1, m2, scaledHue - 0.3333333333333333) * 255);
77357
77595
  }
77358
77596
  };
77359
77597
  A.SassColor_SassColor$hwb_toRgb0.prototype = {
@@ -77362,6 +77600,12 @@ self.readline = _cli_pkg_requires.readline;
77362
77600
  },
77363
77601
  $signature: 43
77364
77602
  };
77603
+ A._ColorFormatEnum0.prototype = {
77604
+ toString$0(_) {
77605
+ return this._color1$_name;
77606
+ }
77607
+ };
77608
+ A.SpanColorFormat0.prototype = {};
77365
77609
  A.ModifiableCssComment0.prototype = {
77366
77610
  accept$1$1(visitor) {
77367
77611
  return visitor.visitCssComment$1(this);
@@ -79257,11 +79501,12 @@ self.readline = _cli_pkg_requires.readline;
79257
79501
  visitFunctionRule$1(node) {
79258
79502
  var t1 = this._evaluate0$_environment,
79259
79503
  t2 = t1.closure$0(),
79260
- t3 = t1._environment0$_functions,
79261
- index = t3.length - 1,
79262
- t4 = node.name;
79263
- t1._environment0$_functionIndices.$indexSet(0, t4, index);
79264
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable0(node, t2, type$.UserDefinedCallable_Environment_2));
79504
+ t3 = this._evaluate0$_inDependency,
79505
+ t4 = t1._environment0$_functions,
79506
+ index = t4.length - 1,
79507
+ t5 = node.name;
79508
+ t1._environment0$_functionIndices.$indexSet(0, t5, index);
79509
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable0(node, t2, t3, type$.UserDefinedCallable_Environment_2));
79265
79510
  return null;
79266
79511
  },
79267
79512
  visitIfRule$1(node) {
@@ -79418,11 +79663,12 @@ self.readline = _cli_pkg_requires.readline;
79418
79663
  visitMixinRule$1(node) {
79419
79664
  var t1 = this._evaluate0$_environment,
79420
79665
  t2 = t1.closure$0(),
79421
- t3 = t1._environment0$_mixins,
79422
- index = t3.length - 1,
79423
- t4 = node.name;
79424
- t1._environment0$_mixinIndices.$indexSet(0, t4, index);
79425
- J.$indexSet$ax(t3[index], t4, new A.UserDefinedCallable0(node, t2, type$.UserDefinedCallable_Environment_2));
79666
+ t3 = this._evaluate0$_inDependency,
79667
+ t4 = t1._environment0$_mixins,
79668
+ index = t4.length - 1,
79669
+ t5 = node.name;
79670
+ t1._environment0$_mixinIndices.$indexSet(0, t5, index);
79671
+ J.$indexSet$ax(t4[index], t5, new A.UserDefinedCallable0(node, t2, t3, type$.UserDefinedCallable_Environment_2));
79426
79672
  return null;
79427
79673
  },
79428
79674
  visitLoudComment$1(node) {
@@ -79514,7 +79760,7 @@ self.readline = _cli_pkg_requires.readline;
79514
79760
  return null;
79515
79761
  },
79516
79762
  _evaluate0$_visitSupportsCondition$1(condition) {
79517
- var t1, t2, _this = this;
79763
+ var t1, oldInSupportsDeclaration, t2, result, _this = this;
79518
79764
  if (condition instanceof A.SupportsOperation0) {
79519
79765
  t1 = condition.operator;
79520
79766
  return _this._evaluate0$_parenthesize$2(condition.left, t1) + " " + t1 + " " + _this._evaluate0$_parenthesize$2(condition.right, t1);
@@ -79524,10 +79770,14 @@ self.readline = _cli_pkg_requires.readline;
79524
79770
  t1 = condition.expression;
79525
79771
  return _this._evaluate0$_serialize$3$quote(t1.accept$1(_this), t1, false);
79526
79772
  } else if (condition instanceof A.SupportsDeclaration0) {
79773
+ oldInSupportsDeclaration = _this._evaluate0$_inSupportsDeclaration;
79774
+ _this._evaluate0$_inSupportsDeclaration = true;
79527
79775
  t1 = condition.name;
79528
79776
  t1 = "(" + _this._evaluate0$_serialize$3$quote(t1.accept$1(_this), t1, true) + ":";
79529
79777
  t2 = condition.value;
79530
- return t1 + (condition.get$isCustomProperty() ? "" : " ") + _this._evaluate0$_serialize$3$quote(t2.accept$1(_this), t2, true) + ")";
79778
+ result = t1 + (condition.get$isCustomProperty() ? "" : " ") + _this._evaluate0$_serialize$3$quote(t2.accept$1(_this), t2, true) + ")";
79779
+ _this._evaluate0$_inSupportsDeclaration = oldInSupportsDeclaration;
79780
+ return result;
79531
79781
  } else if (condition instanceof A.SupportsFunction0)
79532
79782
  return _this._evaluate0$_performInterpolation$1(condition.name) + "(" + _this._evaluate0$_performInterpolation$1(condition.$arguments) + ")";
79533
79783
  else if (condition instanceof A.SupportsAnything0)
@@ -79665,13 +79915,15 @@ self.readline = _cli_pkg_requires.readline;
79665
79915
  return node.expression.accept$1(this);
79666
79916
  },
79667
79917
  visitCalculationExpression$1(node) {
79668
- var $arguments, error, stackTrace, t2, t3, t4, t5, t6, _i, argument, exception,
79918
+ var $arguments, error, stackTrace, t2, t3, t4, t5, t6, _i, argument, exception, _this = this,
79669
79919
  t1 = A._setArrayType([], type$.JSArray_Object);
79670
79920
  for (t2 = node.$arguments, t3 = t2.length, t4 = node.name, t5 = t4 !== "min", t6 = t4 === "max", _i = 0; _i < t3; ++_i) {
79671
79921
  argument = t2[_i];
79672
- t1.push(this._evaluate0$_visitCalculationValue$2$inMinMax(argument, !t5 || t6));
79922
+ t1.push(_this._evaluate0$_visitCalculationValue$2$inMinMax(argument, !t5 || t6));
79673
79923
  }
79674
79924
  $arguments = t1;
79925
+ if (_this._evaluate0$_inSupportsDeclaration)
79926
+ return new A.SassCalculation0(t4, A.List_List$unmodifiable($arguments, type$.Object));
79675
79927
  try {
79676
79928
  switch (t4) {
79677
79929
  case "calc":
@@ -79697,8 +79949,8 @@ self.readline = _cli_pkg_requires.readline;
79697
79949
  if (t1 instanceof A.SassScriptException0) {
79698
79950
  error = t1;
79699
79951
  stackTrace = A.getTraceFromException(exception);
79700
- this._evaluate0$_verifyCompatibleNumbers$2($arguments, t2);
79701
- A.throwWithTrace0(this._evaluate0$_exception$2(error.message, node.span), stackTrace);
79952
+ _this._evaluate0$_verifyCompatibleNumbers$2($arguments, t2);
79953
+ A.throwWithTrace0(_this._evaluate0$_exception$2(error.message, node.span), stackTrace);
79702
79954
  } else
79703
79955
  throw exception;
79704
79956
  }
@@ -79826,11 +80078,16 @@ self.readline = _cli_pkg_requires.readline;
79826
80078
  return this._evaluate0$_builtInFunctions.$index(0, $name);
79827
80079
  },
79828
80080
  _evaluate0$_runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
79829
- var evaluated = this._evaluate0$_evaluateArguments$1($arguments),
80081
+ var oldCallable, result, _this = this,
80082
+ evaluated = _this._evaluate0$_evaluateArguments$1($arguments),
79830
80083
  $name = callable.declaration.name;
79831
80084
  if ($name !== "@content")
79832
80085
  $name += "()";
79833
- return this._evaluate0$_withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure1(this, callable, evaluated, nodeWithSpan, run, $V));
80086
+ oldCallable = _this._evaluate0$_currentCallable;
80087
+ _this._evaluate0$_currentCallable = callable;
80088
+ result = _this._evaluate0$_withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure1(_this, callable, evaluated, nodeWithSpan, run, $V));
80089
+ _this._evaluate0$_currentCallable = oldCallable;
80090
+ return result;
79834
80091
  },
79835
80092
  _evaluate0$_runFunctionCallable$3($arguments, callable, nodeWithSpan) {
79836
80093
  var t1, t2, t3, first, _i, argument, restArg, rest, _this = this;
@@ -80060,8 +80317,13 @@ self.readline = _cli_pkg_requires.readline;
80060
80317
  return t1 == null ? B.C__SassNull0 : t1;
80061
80318
  },
80062
80319
  visitStringExpression$1(node) {
80063
- var t1 = node.text.contents;
80064
- return new A.SassString0(new A.MappedListIterable(t1, new A._EvaluateVisitor_visitStringExpression_closure1(this), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0), node.hasQuotes);
80320
+ var t1, _this = this,
80321
+ oldInSupportsDeclaration = _this._evaluate0$_inSupportsDeclaration;
80322
+ _this._evaluate0$_inSupportsDeclaration = false;
80323
+ t1 = node.text.contents;
80324
+ t1 = new A.MappedListIterable(t1, new A._EvaluateVisitor_visitStringExpression_closure1(_this), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0);
80325
+ _this._evaluate0$_inSupportsDeclaration = oldInSupportsDeclaration;
80326
+ return new A.SassString0(t1, node.hasQuotes);
80065
80327
  },
80066
80328
  visitCssAtRule$1(node) {
80067
80329
  var wasInKeyframes, wasInUnknownAtRule, t1, _this = this;
@@ -80197,8 +80459,13 @@ self.readline = _cli_pkg_requires.readline;
80197
80459
  return this._evaluate0$_interpolationToValue$3$trim$warnForColor(interpolation, false, warnForColor);
80198
80460
  },
80199
80461
  _evaluate0$_performInterpolation$2$warnForColor(interpolation, warnForColor) {
80200
- var t1 = interpolation.contents;
80201
- return new A.MappedListIterable(t1, new A._EvaluateVisitor__performInterpolation_closure1(this, warnForColor, interpolation), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0);
80462
+ var t1, result, _this = this,
80463
+ oldInSupportsDeclaration = _this._evaluate0$_inSupportsDeclaration;
80464
+ _this._evaluate0$_inSupportsDeclaration = false;
80465
+ t1 = interpolation.contents;
80466
+ result = new A.MappedListIterable(t1, new A._EvaluateVisitor__performInterpolation_closure1(_this, warnForColor, interpolation), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String>")).join$0(0);
80467
+ _this._evaluate0$_inSupportsDeclaration = oldInSupportsDeclaration;
80468
+ return result;
80202
80469
  },
80203
80470
  _evaluate0$_performInterpolation$1(interpolation) {
80204
80471
  return this._evaluate0$_performInterpolation$2$warnForColor(interpolation, false);
@@ -80309,8 +80576,17 @@ self.readline = _cli_pkg_requires.readline;
80309
80576
  return this._evaluate0$_stackTrace$1(null);
80310
80577
  },
80311
80578
  _evaluate0$_warn$3$deprecation(message, span, deprecation) {
80312
- var _this = this;
80313
- if (_this._evaluate0$_quietDeps && _this._evaluate0$_inDependency)
80579
+ var t1, _this = this;
80580
+ if (_this._evaluate0$_quietDeps)
80581
+ if (!_this._evaluate0$_inDependency) {
80582
+ t1 = _this._evaluate0$_currentCallable;
80583
+ t1 = t1 == null ? null : t1.inDependency;
80584
+ t1 = t1 === true;
80585
+ } else
80586
+ t1 = true;
80587
+ else
80588
+ t1 = false;
80589
+ if (t1)
80314
80590
  return;
80315
80591
  if (!_this._evaluate0$_warningsEmitted.add$1(0, new A.Tuple2(message, span, type$.Tuple2_String_SourceSpan)))
80316
80592
  return;
@@ -81226,7 +81502,8 @@ self.readline = _cli_pkg_requires.readline;
81226
81502
  };
81227
81503
  A._EvaluateVisitor_visitIncludeRule_closure10.prototype = {
81228
81504
  call$1($content) {
81229
- return new A.UserDefinedCallable0($content, this.$this._evaluate0$_environment.closure$0(), type$.UserDefinedCallable_Environment_2);
81505
+ var t1 = this.$this;
81506
+ return new A.UserDefinedCallable0($content, t1._evaluate0$_environment.closure$0(), t1._evaluate0$_inDependency, type$.UserDefinedCallable_Environment_2);
81230
81507
  },
81231
81508
  $signature: 413
81232
81509
  };
@@ -81555,7 +81832,7 @@ self.readline = _cli_pkg_requires.readline;
81555
81832
  var t1 = this.$this,
81556
81833
  t2 = this.node,
81557
81834
  t3 = this.inMinMax;
81558
- return A.SassCalculation_operateInternal0(t1._evaluate0$_binaryOperatorToCalculationOperator$1(t2.operator), t1._evaluate0$_visitCalculationValue$2$inMinMax(t2.left, t3), t1._evaluate0$_visitCalculationValue$2$inMinMax(t2.right, t3), t3);
81835
+ return A.SassCalculation_operateInternal0(t1._evaluate0$_binaryOperatorToCalculationOperator$1(t2.operator), t1._evaluate0$_visitCalculationValue$2$inMinMax(t2.left, t3), t1._evaluate0$_visitCalculationValue$2$inMinMax(t2.right, t3), t3, !t1._evaluate0$_inSupportsDeclaration);
81559
81836
  },
81560
81837
  $signature: 85
81561
81838
  };
@@ -90337,59 +90614,23 @@ self.readline = _cli_pkg_requires.readline;
90337
90614
  return false;
90338
90615
  return right === B.CalculationOperator_Iem0 || right === B.CalculationOperator_uti0;
90339
90616
  },
90340
- visitColor$1(value) {
90341
- var $name, hexLength, t2, t3, _this = this, _null = null,
90342
- t1 = _this._serialize0$_style === B.OutputStyle_compressed0;
90343
- if (t1 && Math.abs(value._color0$_alpha - 1) < $.$get$epsilon0()) {
90344
- $name = $.$get$namesByColor0().$index(0, value);
90345
- hexLength = _this._serialize0$_canUseShortHex$1(value) ? 4 : 7;
90346
- if ($name != null && $name.length <= hexLength)
90347
- _this._serialize0$_buffer.write$1(0, $name);
90348
- else {
90349
- t1 = _this._serialize0$_buffer;
90350
- if (_this._serialize0$_canUseShortHex$1(value)) {
90351
- t1.writeCharCode$1(35);
90352
- t1.writeCharCode$1(A.hexCharFor0(value.get$red(value) & 15));
90353
- t1.writeCharCode$1(A.hexCharFor0(value.get$green(value) & 15));
90354
- t1.writeCharCode$1(A.hexCharFor0(value.get$blue(value) & 15));
90355
- } else {
90356
- t1.writeCharCode$1(35);
90357
- _this._serialize0$_writeHexComponent$1(value.get$red(value));
90358
- _this._serialize0$_writeHexComponent$1(value.get$green(value));
90359
- _this._serialize0$_writeHexComponent$1(value.get$blue(value));
90360
- }
90361
- }
90362
- return;
90363
- }
90364
- t2 = value.originalSpan;
90365
- t3 = t2 == null;
90366
- if ((t3 ? _null : A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, _null)) != null) {
90367
- t1 = t3 ? _null : A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, _null);
90368
- _this._serialize0$_buffer.write$1(0, t1);
90369
- } else {
90370
- t2 = $.$get$namesByColor0();
90371
- if (t2.containsKey$1(value) && !(Math.abs(value._color0$_alpha - 0) < $.$get$epsilon0()))
90372
- _this._serialize0$_buffer.write$1(0, t2.$index(0, value));
90373
- else {
90374
- t2 = value._color0$_alpha;
90375
- t3 = _this._serialize0$_buffer;
90376
- if (Math.abs(t2 - 1) < $.$get$epsilon0()) {
90377
- t3.writeCharCode$1(35);
90378
- _this._serialize0$_writeHexComponent$1(value.get$red(value));
90379
- _this._serialize0$_writeHexComponent$1(value.get$green(value));
90380
- _this._serialize0$_writeHexComponent$1(value.get$blue(value));
90381
- } else {
90382
- t3.write$1(0, "rgba(" + value.get$red(value));
90383
- t3.write$1(0, t1 ? "," : ", ");
90384
- t3.write$1(0, value.get$green(value));
90385
- t3.write$1(0, t1 ? "," : ", ");
90386
- t3.write$1(0, value.get$blue(value));
90387
- t3.write$1(0, t1 ? "," : ", ");
90388
- _this._serialize0$_writeNumber$1(t2);
90389
- t3.writeCharCode$1(41);
90390
- }
90391
- }
90392
- }
90617
+ _serialize0$_writeRgb$1(value) {
90618
+ var t3,
90619
+ t1 = value._color1$_alpha,
90620
+ opaque = Math.abs(t1 - 1) < $.$get$epsilon0(),
90621
+ t2 = this._serialize0$_buffer;
90622
+ t2.write$1(0, opaque ? "rgb(" : "rgba(");
90623
+ t2.write$1(0, value.get$red(value));
90624
+ t3 = this._serialize0$_style === B.OutputStyle_compressed0;
90625
+ t2.write$1(0, t3 ? "," : ", ");
90626
+ t2.write$1(0, value.get$green(value));
90627
+ t2.write$1(0, t3 ? "," : ", ");
90628
+ t2.write$1(0, value.get$blue(value));
90629
+ if (!opaque) {
90630
+ t2.write$1(0, t3 ? "," : ", ");
90631
+ this._serialize0$_writeNumber$1(t1);
90632
+ }
90633
+ t2.writeCharCode$1(41);
90393
90634
  },
90394
90635
  _serialize0$_canUseShortHex$1(color) {
90395
90636
  var t1 = color.get$red(color);
@@ -92367,27 +92608,26 @@ self.readline = _cli_pkg_requires.readline;
92367
92608
  return type$.Statement_2._is(declarationOrBuffer) ? declarationOrBuffer : _this._stylesheet0$_styleRule$2(type$.InterpolationBuffer_2._as(declarationOrBuffer), new A._SpanScannerState(t1, t2));
92368
92609
  },
92369
92610
  _stylesheet0$_declarationOrBuffer$0() {
92370
- var midBuffer, couldBeSelector, beforeDeclaration, additional, t4, startsWithPunctuation, variableOrInterpolation, t5, $name, postColonWhitespace, value, exception, _this = this, t1 = {},
92611
+ var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name, postColonWhitespace, exception, _this = this, t1 = {},
92371
92612
  t2 = _this.scanner,
92372
92613
  start = new A._SpanScannerState(t2, t2._string_scanner$_position),
92373
- t3 = type$.JSArray_Object,
92374
- nameBuffer = new A.InterpolationBuffer0(new A.StringBuffer(""), A._setArrayType([], t3)),
92614
+ nameBuffer = new A.InterpolationBuffer0(new A.StringBuffer(""), A._setArrayType([], type$.JSArray_Object)),
92375
92615
  first = t2.peekChar$0();
92376
92616
  if (first !== 58)
92377
92617
  if (first !== 42)
92378
92618
  if (first !== 46)
92379
- t4 = first === 35 && t2.peekChar$1(1) !== 123;
92619
+ t3 = first === 35 && t2.peekChar$1(1) !== 123;
92380
92620
  else
92381
- t4 = true;
92621
+ t3 = true;
92382
92622
  else
92383
- t4 = true;
92623
+ t3 = true;
92384
92624
  else
92385
- t4 = true;
92386
- if (t4) {
92387
- t4 = t2.readChar$0();
92388
- nameBuffer._interpolation_buffer0$_text._contents += A.Primitives_stringFromCharCode(t4);
92389
- t4 = _this.rawText$1(_this.get$whitespace());
92390
- nameBuffer._interpolation_buffer0$_text._contents += t4;
92625
+ t3 = true;
92626
+ if (t3) {
92627
+ t3 = t2.readChar$0();
92628
+ nameBuffer._interpolation_buffer0$_text._contents += A.Primitives_stringFromCharCode(t3);
92629
+ t3 = _this.rawText$1(_this.get$whitespace());
92630
+ nameBuffer._interpolation_buffer0$_text._contents += t3;
92391
92631
  startsWithPunctuation = true;
92392
92632
  } else
92393
92633
  startsWithPunctuation = false;
@@ -92400,20 +92640,20 @@ self.readline = _cli_pkg_requires.readline;
92400
92640
  nameBuffer.addInterpolation$1(type$.Interpolation_2._as(variableOrInterpolation));
92401
92641
  _this._stylesheet0$_isUseAllowed = false;
92402
92642
  if (t2.matches$1("/*")) {
92403
- t4 = _this.rawText$1(_this.get$loudComment());
92404
- nameBuffer._interpolation_buffer0$_text._contents += t4;
92643
+ t3 = _this.rawText$1(_this.get$loudComment());
92644
+ nameBuffer._interpolation_buffer0$_text._contents += t3;
92405
92645
  }
92406
92646
  midBuffer = new A.StringBuffer("");
92407
- t4 = _this.get$whitespace();
92408
- midBuffer._contents += _this.rawText$1(t4);
92409
- t5 = t2._string_scanner$_position;
92647
+ t3 = _this.get$whitespace();
92648
+ midBuffer._contents += _this.rawText$1(t3);
92649
+ t4 = t2._string_scanner$_position;
92410
92650
  if (!t2.scanChar$1(58)) {
92411
92651
  if (midBuffer._contents.length !== 0)
92412
92652
  nameBuffer._interpolation_buffer0$_text._contents += A.Primitives_stringFromCharCode(32);
92413
92653
  return nameBuffer;
92414
92654
  }
92415
92655
  midBuffer._contents += A.Primitives_stringFromCharCode(58);
92416
- $name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new A._SpanScannerState(t2, t5)));
92656
+ $name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new A._SpanScannerState(t2, t4)));
92417
92657
  if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
92418
92658
  t1 = _this._stylesheet0$_interpolatedDeclarationValue$0();
92419
92659
  _this.expectStatementSeparator$1("custom property");
@@ -92430,22 +92670,15 @@ self.readline = _cli_pkg_requires.readline;
92430
92670
  t1._interpolation_buffer0$_text._contents += A.S(midBuffer);
92431
92671
  return t1;
92432
92672
  }
92433
- postColonWhitespace = _this.rawText$1(t4);
92673
+ postColonWhitespace = _this.rawText$1(t3);
92434
92674
  if (_this.lookingAtChildren$0())
92435
92675
  return _this._stylesheet0$_withChildren$3(_this.get$_stylesheet0$_declarationChild(), start, new A.StylesheetParser__declarationOrBuffer_closure1($name));
92436
92676
  midBuffer._contents += postColonWhitespace;
92437
92677
  couldBeSelector = postColonWhitespace.length === 0 && _this._stylesheet0$_lookingAtInterpolatedIdentifier$0();
92438
92678
  beforeDeclaration = new A._SpanScannerState(t2, t2._string_scanner$_position);
92439
- t4 = t1.value = null;
92679
+ t3 = t1.value = null;
92440
92680
  try {
92441
- if (_this.lookingAtChildren$0()) {
92442
- t3 = A._setArrayType([], t3);
92443
- t4 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
92444
- t5 = t4.offset;
92445
- value = new A.StringExpression0(A.Interpolation$0(t3, A._FileSpan$(t4.file, t5, t5)), true);
92446
- } else
92447
- value = _this.expression$0();
92448
- t3 = t1.value = value;
92681
+ t3 = t1.value = _this.expression$0();
92449
92682
  if (_this.lookingAtChildren$0()) {
92450
92683
  if (couldBeSelector)
92451
92684
  _this.expectStatementSeparator$0();
@@ -93946,20 +94179,13 @@ self.readline = _cli_pkg_requires.readline;
93946
94179
  start = new A._SpanScannerState(t1, t1._string_scanner$_position);
93947
94180
  t1.expectChar$1(35);
93948
94181
  first = t1.peekChar$0();
93949
- if (first != null && A.isDigit0(first)) {
93950
- t1 = _this._stylesheet0$_hexColorContents$1(start);
93951
- t2 = t1.originalSpan;
93952
- t2.toString;
93953
- return new A.ColorExpression0(t1, t2);
93954
- }
94182
+ if (first != null && A.isDigit0(first))
94183
+ return new A.ColorExpression0(_this._stylesheet0$_hexColorContents$1(start), t1.spanFrom$1(start));
93955
94184
  t2 = t1._string_scanner$_position;
93956
94185
  identifier = _this.interpolatedIdentifier$0();
93957
94186
  if (_this._stylesheet0$_isHexColor$1(identifier)) {
93958
94187
  t1.set$state(new A._SpanScannerState(t1, t2));
93959
- t1 = _this._stylesheet0$_hexColorContents$1(start);
93960
- t2 = t1.originalSpan;
93961
- t2.toString;
93962
- return new A.ColorExpression0(t1, t2);
94188
+ return new A.ColorExpression0(_this._stylesheet0$_hexColorContents$1(start), t1.spanFrom$1(start));
93963
94189
  }
93964
94190
  t2 = new A.StringBuffer("");
93965
94191
  buffer = new A.InterpolationBuffer0(t2, A._setArrayType([], type$.JSArray_Object));
@@ -93977,7 +94203,7 @@ self.readline = _cli_pkg_requires.readline;
93977
94203
  red = (digit1 << 4 >>> 0) + digit1;
93978
94204
  green = (digit2 << 4 >>> 0) + digit2;
93979
94205
  blue = (digit3 << 4 >>> 0) + digit3;
93980
- alpha = 1;
94206
+ alpha = null;
93981
94207
  } else {
93982
94208
  digit4 = _this._stylesheet0$_hexDigit$0();
93983
94209
  t2 = digit1 << 4 >>> 0;
@@ -93991,10 +94217,10 @@ self.readline = _cli_pkg_requires.readline;
93991
94217
  red = t2 + digit2;
93992
94218
  green = t3 + digit4;
93993
94219
  blue = (_this._stylesheet0$_hexDigit$0() << 4 >>> 0) + _this._stylesheet0$_hexDigit$0();
93994
- alpha = A.isHex0(t1.peekChar$0()) ? ((_this._stylesheet0$_hexDigit$0() << 4 >>> 0) + _this._stylesheet0$_hexDigit$0()) / 255 : 1;
94220
+ alpha = A.isHex0(t1.peekChar$0()) ? ((_this._stylesheet0$_hexDigit$0() << 4 >>> 0) + _this._stylesheet0$_hexDigit$0()) / 255 : null;
93995
94221
  }
93996
94222
  }
93997
- return A.SassColor$rgb0(red, green, blue, alpha, t1.spanFrom$1(start));
94223
+ return A.SassColor$rgbInternal0(red, green, blue, alpha, alpha == null ? new A.SpanColorFormat0(t1.spanFrom$1(start)) : null);
93998
94224
  },
93999
94225
  _stylesheet0$_isHexColor$1(interpolation) {
94000
94226
  var t1,
@@ -94247,10 +94473,8 @@ self.readline = _cli_pkg_requires.readline;
94247
94473
  }
94248
94474
  color = $.$get$colorsByName0().$index(0, lower);
94249
94475
  if (color != null) {
94250
- color = A.SassColor$rgb0(color.get$red(color), color.get$green(color), color.get$blue(color), color._color0$_alpha, identifier.span);
94251
- t1 = color.originalSpan;
94252
- t1.toString;
94253
- return new A.ColorExpression0(color, t1);
94476
+ t1 = identifier.span;
94477
+ return new A.ColorExpression0(A.SassColor$rgbInternal0(color.get$red(color), color.get$green(color), color.get$blue(color), color._color1$_alpha, new A.SpanColorFormat0(t1)), t1);
94254
94478
  }
94255
94479
  }
94256
94480
  specialFunction = _this.trySpecialFunction$2(lower, start);
@@ -97073,8 +97297,8 @@ self.readline = _cli_pkg_requires.readline;
97073
97297
  _instance_1_u(A.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 158);
97074
97298
  _instance_1_u(A.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 158);
97075
97299
  _static_1(A, "functions___isUnique$closure", "_isUnique", 16);
97076
- _static_1(A, "color___opacify$closure", "_opacify", 23);
97077
- _static_1(A, "color___transparentize$closure", "_transparentize", 23);
97300
+ _static_1(A, "color0___opacify$closure", "_opacify", 23);
97301
+ _static_1(A, "color0___transparentize$closure", "_transparentize", 23);
97078
97302
  _instance_0_u(_ = A.Parser.prototype, "get$whitespace", "whitespace$0", 0);
97079
97303
  _instance_0_u(_, "get$loudComment", "loudComment$0", 0);
97080
97304
  _instance_0_u(_, "get$string", "string$0", 30);
@@ -97119,8 +97343,8 @@ self.readline = _cli_pkg_requires.readline;
97119
97343
  _instance_1_u(_, "get$_async_evaluate0$_visitSupportsCondition", "_async_evaluate0$_visitSupportsCondition$1", 315);
97120
97344
  _instance_1_u(_, "get$_async_evaluate0$_expressionNode", "_async_evaluate0$_expressionNode$1", 157);
97121
97345
  _static_1(A, "calculation0_SassCalculation__simplify$closure", "SassCalculation__simplify0", 171);
97122
- _static_1(A, "color1___opacify$closure", "_opacify0", 24);
97123
- _static_1(A, "color1___transparentize$closure", "_transparentize0", 24);
97346
+ _static_1(A, "color2___opacify$closure", "_opacify0", 24);
97347
+ _static_1(A, "color2___transparentize$closure", "_transparentize0", 24);
97124
97348
  _static(A, "compile__compile$closure", 1, function() {
97125
97349
  return [null];
97126
97350
  }, ["call$2", "call$1"], ["compile0", function(path) {
@@ -97216,7 +97440,7 @@ self.readline = _cli_pkg_requires.readline;
97216
97440
  _inherit = hunkHelpers.inherit,
97217
97441
  _inheritMany = hunkHelpers.inheritMany;
97218
97442
  _inherit(A.Object, null);
97219
- _inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapMixin, A.Error, A._ListBase_Object_ListMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._RunNullaryZoneFunction, A._RunUnaryZoneFunction, A._RunBinaryZoneFunction, A._RegisterNullaryZoneFunction, A._RegisterUnaryZoneFunction, A._RegisterBinaryZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A.SetMixin, A._UnmodifiableSetMixin, A.Codec, A._Base64Encoder, A.ChunkedConversionSink, A._JsonStringifier, A.StringConversionSinkMixin, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.Expando, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.CssMediaQuery, A._SingletonCssMediaQueryMergeResult, A.MediaQuerySuccessfulMergeResult, A.AstNode, A.ModifiableCssValue, A.CssValue, A._FakeAstNode, A.Argument, A.ArgumentDeclaration, A.ArgumentInvocation, A.AtRootQuery, A.ConfiguredVariable, A.BinaryOperationExpression, A.BinaryOperator, A.BooleanExpression, A.CalculationExpression, A.ColorExpression, A.FunctionExpression, A.IfExpression, A.InterpolatedFunctionExpression, A.ListExpression, A.MapExpression, A.NullExpression, A.NumberExpression, A.ParenthesizedExpression, A.SelectorExpression, A.StringExpression, A.UnaryOperationExpression, A.UnaryOperator, A.ValueExpression, A.VariableExpression, A.DynamicImport, A.StaticImport, A.Interpolation, A.ParentStatement, A.ContentRule, A.DebugRule, A.ErrorRule, A.ExtendRule, A.ForwardRule, A.IfRule, A.IfRuleClause, A.ImportRule, A.IncludeRule, A.LoudComment, A.StatementSearchVisitor, A.ReturnRule, A.SilentComment, A.UseRule, A.VariableDeclaration, A.WarnRule, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.AttributeOperator, A.Combinator, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ExtendMode, A.ImportCache, A.AsyncImporter, A.ImporterResult, A.InterpolationBuffer, A.FileSystemException, A.Stderr, A._QuietLogger, A.StderrLogger, A.TerseLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Syntax, A.MultiDirWatcher, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A.CalculationOperator, A.CalculationInterpolation, A.ListSeparator, A._EvaluateVisitor0, A._ImportedCssVisitor0, A.EvaluateResult, A._EvaluationContext0, A._ArgumentResults0, A._LoadedStylesheet0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A._ArgumentResults, A._LoadedStylesheet, A.RecursiveStatementVisitor, A._SerializeVisitor, A.OutputStyle, A.LineFeed, A.SerializeResult, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.Tuple2, A.Tuple3, A.Tuple4, A.WatchEvent, A.ChangeType, A.SupportsAnything0, A.Argument0, A.ArgumentDeclaration0, A.ArgumentInvocation0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A.EvaluateResult0, A._EvaluationContext2, A._ArgumentResults2, A._LoadedStylesheet2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.ParentStatement0, A.AstNode0, A.Selector0, A.AttributeOperator0, A.BinaryOperationExpression0, A.BinaryOperator0, A.BooleanExpression0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationExpression0, A.CalculationOperation0, A.CalculationOperator0, A.CalculationInterpolation0, A._CloneCssVisitor0, A.ColorExpression0, A.CompileResult0, A.Combinator0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.ContentRule0, A.DebugRule0, A.SupportsDeclaration0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A.ErrorRule0, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A._ArgumentResults1, A._LoadedStylesheet1, A.SassScriptException0, A.ExtendRule0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardRule0, A.ForwardedModuleView0, A.FunctionExpression0, A.SupportsFunction0, A.IfExpression0, A.IfRule0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.ImportRule0, A.IncludeRule0, A.InterpolatedFunctionExpression0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.ListExpression0, A.ListSeparator0, A._QuietLogger0, A.LoudComment0, A.MapExpression0, A.CssMediaQuery0, A._SingletonCssMediaQueryMergeResult0, A.MediaQuerySuccessfulMergeResult0, A.StatementSearchVisitor0, A.ExtendMode0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.FileSystemException0, A.Stderr0, A.NodeToDartLogger, A.NullExpression0, A.NumberExpression0, A.SupportsOperation0, A.ParenthesizedExpression0, A.PlainCssCallable0, A.QualifiedName0, A.ImporterResult0, A.ReturnRule0, A.SelectorExpression0, A._SerializeVisitor0, A.OutputStyle0, A.LineFeed0, A.SerializeResult0, A.ShadowedModuleView0, A.SilentComment0, A.SourceMapBuffer0, A.StaticImport0, A.StderrLogger0, A.StringExpression0, A.Syntax0, A.TerseLogger0, A.UnaryOperationExpression0, A.UnaryOperator0, A.UseRule0, A.UserDefinedCallable0, A.CssValue0, A.ValueExpression0, A.ModifiableCssValue0, A.VariableExpression0, A.VariableDeclaration0, A.WarnRule0]);
97443
+ _inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapMixin, A.Error, A._ListBase_Object_ListMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._RunNullaryZoneFunction, A._RunUnaryZoneFunction, A._RunBinaryZoneFunction, A._RegisterNullaryZoneFunction, A._RegisterUnaryZoneFunction, A._RegisterBinaryZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A.SetMixin, A._UnmodifiableSetMixin, A.Codec, A._Base64Encoder, A.ChunkedConversionSink, A._JsonStringifier, A.StringConversionSinkMixin, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.Expando, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.CssMediaQuery, A._SingletonCssMediaQueryMergeResult, A.MediaQuerySuccessfulMergeResult, A.AstNode, A.ModifiableCssValue, A.CssValue, A._FakeAstNode, A.Argument, A.ArgumentDeclaration, A.ArgumentInvocation, A.AtRootQuery, A.ConfiguredVariable, A.BinaryOperationExpression, A.BinaryOperator, A.BooleanExpression, A.CalculationExpression, A.ColorExpression, A.FunctionExpression, A.IfExpression, A.InterpolatedFunctionExpression, A.ListExpression, A.MapExpression, A.NullExpression, A.NumberExpression, A.ParenthesizedExpression, A.SelectorExpression, A.StringExpression, A.UnaryOperationExpression, A.UnaryOperator, A.ValueExpression, A.VariableExpression, A.DynamicImport, A.StaticImport, A.Interpolation, A.ParentStatement, A.ContentRule, A.DebugRule, A.ErrorRule, A.ExtendRule, A.ForwardRule, A.IfRule, A.IfRuleClause, A.ImportRule, A.IncludeRule, A.LoudComment, A.StatementSearchVisitor, A.ReturnRule, A.SilentComment, A.UseRule, A.VariableDeclaration, A.WarnRule, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.AttributeOperator, A.Combinator, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ExtendMode, A.ImportCache, A.AsyncImporter, A.ImporterResult, A.InterpolationBuffer, A.FileSystemException, A.Stderr, A._QuietLogger, A.StderrLogger, A.TerseLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Syntax, A.MultiDirWatcher, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A.CalculationOperator, A.CalculationInterpolation, A._ColorFormatEnum, A.SpanColorFormat, A.ListSeparator, A._EvaluateVisitor0, A._ImportedCssVisitor0, A.EvaluateResult, A._EvaluationContext0, A._ArgumentResults0, A._LoadedStylesheet0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A._ArgumentResults, A._LoadedStylesheet, A.RecursiveStatementVisitor, A._SerializeVisitor, A.OutputStyle, A.LineFeed, A.SerializeResult, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.Tuple2, A.Tuple3, A.Tuple4, A.WatchEvent, A.ChangeType, A.SupportsAnything0, A.Argument0, A.ArgumentDeclaration0, A.ArgumentInvocation0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A.EvaluateResult0, A._EvaluationContext2, A._ArgumentResults2, A._LoadedStylesheet2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.ParentStatement0, A.AstNode0, A.Selector0, A.AttributeOperator0, A.BinaryOperationExpression0, A.BinaryOperator0, A.BooleanExpression0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationExpression0, A.CalculationOperation0, A.CalculationOperator0, A.CalculationInterpolation0, A._CloneCssVisitor0, A.ColorExpression0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.Combinator0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.ContentRule0, A.DebugRule0, A.SupportsDeclaration0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A.ErrorRule0, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A._ArgumentResults1, A._LoadedStylesheet1, A.SassScriptException0, A.ExtendRule0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardRule0, A.ForwardedModuleView0, A.FunctionExpression0, A.SupportsFunction0, A.IfExpression0, A.IfRule0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.ImportRule0, A.IncludeRule0, A.InterpolatedFunctionExpression0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.ListExpression0, A.ListSeparator0, A._QuietLogger0, A.LoudComment0, A.MapExpression0, A.CssMediaQuery0, A._SingletonCssMediaQueryMergeResult0, A.MediaQuerySuccessfulMergeResult0, A.StatementSearchVisitor0, A.ExtendMode0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.FileSystemException0, A.Stderr0, A.NodeToDartLogger, A.NullExpression0, A.NumberExpression0, A.SupportsOperation0, A.ParenthesizedExpression0, A.PlainCssCallable0, A.QualifiedName0, A.ImporterResult0, A.ReturnRule0, A.SelectorExpression0, A._SerializeVisitor0, A.OutputStyle0, A.LineFeed0, A.SerializeResult0, A.ShadowedModuleView0, A.SilentComment0, A.SourceMapBuffer0, A.StaticImport0, A.StderrLogger0, A.StringExpression0, A.Syntax0, A.TerseLogger0, A.UnaryOperationExpression0, A.UnaryOperator0, A.UseRule0, A.UserDefinedCallable0, A.CssValue0, A.ValueExpression0, A.ModifiableCssValue0, A.VariableExpression0, A.VariableDeclaration0, A.WarnRule0]);
97220
97444
  _inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JSArray, J.JSNumber, J.JSString, A.NativeTypedData]);
97221
97445
  _inherit(J.LegacyJavaScriptObject, J.JavaScriptObject);
97222
97446
  _inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.Stdin, A.Stdout, A.ReadlineModule, A.ReadlineOptions, A.ReadlineInterface, A.BufferModule, A.BufferConstants, A.Buffer, A.ConsoleModule, A.Console, A.EventEmitter, A.FS, A.FSConstants, A.FSWatcher, A.ReadStream, A.ReadStreamOptions, A.WriteStream, A.WriteStreamOptions, A.FileOptions, A.StatOptions, A.MkdirOptions, A.RmdirOptions, A.WatchOptions, A.WatchFileOptions, A.Stats, A.Promise, A.Date, A.JsError, A.Atomics, A.Modules, A.Module1, A.Net, A.Socket, A.NetAddress, A.NetServer, A.NodeJsError, A.Process, A.CPUUsage, A.Release, A.StreamModule, A.Readable, A.Writable, A.Duplex, A.Transform, A.WritableOptions, A.ReadableOptions, A.Immediate, A.Timeout, A.TTY, A.Util, A.JSArray0, A.Chokidar, A.ChokidarOptions, A.ChokidarWatcher, A.JSFunction, A.NodeImporterResult, A.RenderContext, A.RenderContextOptions, A.RenderContextResult, A.RenderContextResultStats, A.JSClass, A.JSUrl, A._PropertyDescriptor, A.JSArray1, A.Chokidar0, A.ChokidarOptions0, A.ChokidarWatcher0, A._NodeSassColor, A._Channels, A.CompileOptions, A.NodeCompileResult, A.Exports, A.LoggerNamespace, A.FiberClass, A.Fiber, A.JSFunction0, A.ImmutableList, A.ImmutableMap, A.NodeImporter0, A.CanonicalizeOptions, A.NodeImporterResult0, A.NodeImporterResult1, A._NodeSassList, A._ConstructorOptions, A.NodeLogger, A.WarnOptions, A.DebugOptions, A._NodeSassMap, A._NodeSassNumber, A._ConstructorOptions0, A.JSClass0, A.RenderContext0, A.RenderContextOptions0, A.RenderContextResult0, A.RenderContextResultStats0, A.RenderOptions, A.RenderResult, A.RenderResultStats, A._Exports, A._NodeSassString, A._ConstructorOptions1, A.Types, A.JSUrl0, A._PropertyDescriptor0]);
@@ -97882,6 +98106,8 @@ self.readline = _cli_pkg_requires.readline;
97882
98106
  SourceSpan: findType("SourceSpan"),
97883
98107
  SourceSpanFormatException: findType("SourceSpanFormatException"),
97884
98108
  SourceSpanWithContext: findType("SourceSpanWithContext"),
98109
+ SpanColorFormat: findType("SpanColorFormat"),
98110
+ SpanColorFormat_2: findType("SpanColorFormat0"),
97885
98111
  StackTrace: findType("StackTrace"),
97886
98112
  Statement: findType("Statement"),
97887
98113
  Statement_2: findType("Statement0"),
@@ -98440,6 +98666,10 @@ self.readline = _cli_pkg_requires.readline;
98440
98666
  B.UnaryOperator_zDx = new A.UnaryOperator("divide", "/");
98441
98667
  B.UnaryOperator_zDx0 = new A.UnaryOperator0("divide", "/");
98442
98668
  B.Utf8Decoder_false = new A.Utf8Decoder(false);
98669
+ B._ColorFormatEnum_hslFunction = new A._ColorFormatEnum("hslFunction");
98670
+ B._ColorFormatEnum_hslFunction0 = new A._ColorFormatEnum0("hslFunction");
98671
+ B._ColorFormatEnum_rgbFunction = new A._ColorFormatEnum("rgbFunction");
98672
+ B._ColorFormatEnum_rgbFunction0 = new A._ColorFormatEnum0("rgbFunction");
98443
98673
  B._IterationMarker_null_2 = new A._IterationMarker(null, 2);
98444
98674
  B._PathDirection_8Gl = new A._PathDirection("at root");
98445
98675
  B._PathDirection_988 = new A._PathDirection("below root");
@@ -98590,7 +98820,7 @@ self.readline = _cli_pkg_requires.readline;
98590
98820
  _lazyFinal($, "IfExpression_declaration", "$get$IfExpression_declaration", () => A.ArgumentDeclaration_ArgumentDeclaration$parse(string$.x40funct, null));
98591
98821
  _lazyFinal($, "colorsByName", "$get$colorsByName", () => {
98592
98822
  var _null = null;
98593
- return A.LinkedHashMap_LinkedHashMap$_literal(["yellowgreen", A.SassColor$rgb(154, 205, 50, _null, _null), "yellow", A.SassColor$rgb(255, 255, 0, _null, _null), "whitesmoke", A.SassColor$rgb(245, 245, 245, _null, _null), "white", A.SassColor$rgb(255, 255, 255, _null, _null), "wheat", A.SassColor$rgb(245, 222, 179, _null, _null), "violet", A.SassColor$rgb(238, 130, 238, _null, _null), "turquoise", A.SassColor$rgb(64, 224, 208, _null, _null), "transparent", A.SassColor$rgb(0, 0, 0, 0, _null), "tomato", A.SassColor$rgb(255, 99, 71, _null, _null), "thistle", A.SassColor$rgb(216, 191, 216, _null, _null), "teal", A.SassColor$rgb(0, 128, 128, _null, _null), "tan", A.SassColor$rgb(210, 180, 140, _null, _null), "steelblue", A.SassColor$rgb(70, 130, 180, _null, _null), "springgreen", A.SassColor$rgb(0, 255, 127, _null, _null), "snow", A.SassColor$rgb(255, 250, 250, _null, _null), "slategrey", A.SassColor$rgb(112, 128, 144, _null, _null), "slategray", A.SassColor$rgb(112, 128, 144, _null, _null), "slateblue", A.SassColor$rgb(106, 90, 205, _null, _null), "skyblue", A.SassColor$rgb(135, 206, 235, _null, _null), "silver", A.SassColor$rgb(192, 192, 192, _null, _null), "sienna", A.SassColor$rgb(160, 82, 45, _null, _null), "seashell", A.SassColor$rgb(255, 245, 238, _null, _null), "seagreen", A.SassColor$rgb(46, 139, 87, _null, _null), "sandybrown", A.SassColor$rgb(244, 164, 96, _null, _null), "salmon", A.SassColor$rgb(250, 128, 114, _null, _null), "saddlebrown", A.SassColor$rgb(139, 69, 19, _null, _null), "royalblue", A.SassColor$rgb(65, 105, 225, _null, _null), "rosybrown", A.SassColor$rgb(188, 143, 143, _null, _null), "red", A.SassColor$rgb(255, 0, 0, _null, _null), "rebeccapurple", A.SassColor$rgb(102, 51, 153, _null, _null), "purple", A.SassColor$rgb(128, 0, 128, _null, _null), "powderblue", A.SassColor$rgb(176, 224, 230, _null, _null), "plum", A.SassColor$rgb(221, 160, 221, _null, _null), "pink", A.SassColor$rgb(255, 192, 203, _null, _null), "peru", A.SassColor$rgb(205, 133, 63, _null, _null), "peachpuff", A.SassColor$rgb(255, 218, 185, _null, _null), "papayawhip", A.SassColor$rgb(255, 239, 213, _null, _null), "palevioletred", A.SassColor$rgb(219, 112, 147, _null, _null), "paleturquoise", A.SassColor$rgb(175, 238, 238, _null, _null), "palegreen", A.SassColor$rgb(152, 251, 152, _null, _null), "palegoldenrod", A.SassColor$rgb(238, 232, 170, _null, _null), "orchid", A.SassColor$rgb(218, 112, 214, _null, _null), "orangered", A.SassColor$rgb(255, 69, 0, _null, _null), "orange", A.SassColor$rgb(255, 165, 0, _null, _null), "olivedrab", A.SassColor$rgb(107, 142, 35, _null, _null), "olive", A.SassColor$rgb(128, 128, 0, _null, _null), "oldlace", A.SassColor$rgb(253, 245, 230, _null, _null), "navy", A.SassColor$rgb(0, 0, 128, _null, _null), "navajowhite", A.SassColor$rgb(255, 222, 173, _null, _null), "moccasin", A.SassColor$rgb(255, 228, 181, _null, _null), "mistyrose", A.SassColor$rgb(255, 228, 225, _null, _null), "mintcream", A.SassColor$rgb(245, 255, 250, _null, _null), "midnightblue", A.SassColor$rgb(25, 25, 112, _null, _null), "mediumvioletred", A.SassColor$rgb(199, 21, 133, _null, _null), "mediumturquoise", A.SassColor$rgb(72, 209, 204, _null, _null), "mediumspringgreen", A.SassColor$rgb(0, 250, 154, _null, _null), "mediumslateblue", A.SassColor$rgb(123, 104, 238, _null, _null), "mediumseagreen", A.SassColor$rgb(60, 179, 113, _null, _null), "mediumpurple", A.SassColor$rgb(147, 112, 219, _null, _null), "mediumorchid", A.SassColor$rgb(186, 85, 211, _null, _null), "mediumblue", A.SassColor$rgb(0, 0, 205, _null, _null), "mediumaquamarine", A.SassColor$rgb(102, 205, 170, _null, _null), "maroon", A.SassColor$rgb(128, 0, 0, _null, _null), "magenta", A.SassColor$rgb(255, 0, 255, _null, _null), "linen", A.SassColor$rgb(250, 240, 230, _null, _null), "limegreen", A.SassColor$rgb(50, 205, 50, _null, _null), "lime", A.SassColor$rgb(0, 255, 0, _null, _null), "lightyellow", A.SassColor$rgb(255, 255, 224, _null, _null), "lightsteelblue", A.SassColor$rgb(176, 196, 222, _null, _null), "lightslategrey", A.SassColor$rgb(119, 136, 153, _null, _null), "lightslategray", A.SassColor$rgb(119, 136, 153, _null, _null), "lightskyblue", A.SassColor$rgb(135, 206, 250, _null, _null), "lightseagreen", A.SassColor$rgb(32, 178, 170, _null, _null), "lightsalmon", A.SassColor$rgb(255, 160, 122, _null, _null), "lightpink", A.SassColor$rgb(255, 182, 193, _null, _null), "lightgrey", A.SassColor$rgb(211, 211, 211, _null, _null), "lightgreen", A.SassColor$rgb(144, 238, 144, _null, _null), "lightgray", A.SassColor$rgb(211, 211, 211, _null, _null), "lightgoldenrodyellow", A.SassColor$rgb(250, 250, 210, _null, _null), "lightcyan", A.SassColor$rgb(224, 255, 255, _null, _null), "lightcoral", A.SassColor$rgb(240, 128, 128, _null, _null), "lightblue", A.SassColor$rgb(173, 216, 230, _null, _null), "lemonchiffon", A.SassColor$rgb(255, 250, 205, _null, _null), "lawngreen", A.SassColor$rgb(124, 252, 0, _null, _null), "lavenderblush", A.SassColor$rgb(255, 240, 245, _null, _null), "lavender", A.SassColor$rgb(230, 230, 250, _null, _null), "khaki", A.SassColor$rgb(240, 230, 140, _null, _null), "ivory", A.SassColor$rgb(255, 255, 240, _null, _null), "indigo", A.SassColor$rgb(75, 0, 130, _null, _null), "indianred", A.SassColor$rgb(205, 92, 92, _null, _null), "hotpink", A.SassColor$rgb(255, 105, 180, _null, _null), "honeydew", A.SassColor$rgb(240, 255, 240, _null, _null), "grey", A.SassColor$rgb(128, 128, 128, _null, _null), "greenyellow", A.SassColor$rgb(173, 255, 47, _null, _null), "green", A.SassColor$rgb(0, 128, 0, _null, _null), "gray", A.SassColor$rgb(128, 128, 128, _null, _null), "goldenrod", A.SassColor$rgb(218, 165, 32, _null, _null), "gold", A.SassColor$rgb(255, 215, 0, _null, _null), "ghostwhite", A.SassColor$rgb(248, 248, 255, _null, _null), "gainsboro", A.SassColor$rgb(220, 220, 220, _null, _null), "fuchsia", A.SassColor$rgb(255, 0, 255, _null, _null), "forestgreen", A.SassColor$rgb(34, 139, 34, _null, _null), "floralwhite", A.SassColor$rgb(255, 250, 240, _null, _null), "firebrick", A.SassColor$rgb(178, 34, 34, _null, _null), "dodgerblue", A.SassColor$rgb(30, 144, 255, _null, _null), "dimgrey", A.SassColor$rgb(105, 105, 105, _null, _null), "dimgray", A.SassColor$rgb(105, 105, 105, _null, _null), "deepskyblue", A.SassColor$rgb(0, 191, 255, _null, _null), "deeppink", A.SassColor$rgb(255, 20, 147, _null, _null), "darkviolet", A.SassColor$rgb(148, 0, 211, _null, _null), "darkturquoise", A.SassColor$rgb(0, 206, 209, _null, _null), "darkslategrey", A.SassColor$rgb(47, 79, 79, _null, _null), "darkslategray", A.SassColor$rgb(47, 79, 79, _null, _null), "darkslateblue", A.SassColor$rgb(72, 61, 139, _null, _null), "darkseagreen", A.SassColor$rgb(143, 188, 143, _null, _null), "darksalmon", A.SassColor$rgb(233, 150, 122, _null, _null), "darkred", A.SassColor$rgb(139, 0, 0, _null, _null), "darkorchid", A.SassColor$rgb(153, 50, 204, _null, _null), "darkorange", A.SassColor$rgb(255, 140, 0, _null, _null), "darkolivegreen", A.SassColor$rgb(85, 107, 47, _null, _null), "darkmagenta", A.SassColor$rgb(139, 0, 139, _null, _null), "darkkhaki", A.SassColor$rgb(189, 183, 107, _null, _null), "darkgrey", A.SassColor$rgb(169, 169, 169, _null, _null), "darkgreen", A.SassColor$rgb(0, 100, 0, _null, _null), "darkgray", A.SassColor$rgb(169, 169, 169, _null, _null), "darkgoldenrod", A.SassColor$rgb(184, 134, 11, _null, _null), "darkcyan", A.SassColor$rgb(0, 139, 139, _null, _null), "darkblue", A.SassColor$rgb(0, 0, 139, _null, _null), "cyan", A.SassColor$rgb(0, 255, 255, _null, _null), "crimson", A.SassColor$rgb(220, 20, 60, _null, _null), "cornsilk", A.SassColor$rgb(255, 248, 220, _null, _null), "cornflowerblue", A.SassColor$rgb(100, 149, 237, _null, _null), "coral", A.SassColor$rgb(255, 127, 80, _null, _null), "chocolate", A.SassColor$rgb(210, 105, 30, _null, _null), "chartreuse", A.SassColor$rgb(127, 255, 0, _null, _null), "cadetblue", A.SassColor$rgb(95, 158, 160, _null, _null), "burlywood", A.SassColor$rgb(222, 184, 135, _null, _null), "brown", A.SassColor$rgb(165, 42, 42, _null, _null), "blueviolet", A.SassColor$rgb(138, 43, 226, _null, _null), "blue", A.SassColor$rgb(0, 0, 255, _null, _null), "blanchedalmond", A.SassColor$rgb(255, 235, 205, _null, _null), "black", A.SassColor$rgb(0, 0, 0, _null, _null), "bisque", A.SassColor$rgb(255, 228, 196, _null, _null), "beige", A.SassColor$rgb(245, 245, 220, _null, _null), "azure", A.SassColor$rgb(240, 255, 255, _null, _null), "aquamarine", A.SassColor$rgb(127, 255, 212, _null, _null), "aqua", A.SassColor$rgb(0, 255, 255, _null, _null), "antiquewhite", A.SassColor$rgb(250, 235, 215, _null, _null), "aliceblue", A.SassColor$rgb(240, 248, 255, _null, _null)], type$.String, type$.SassColor);
98823
+ return A.LinkedHashMap_LinkedHashMap$_literal(["yellowgreen", A.SassColor$rgb(154, 205, 50, _null), "yellow", A.SassColor$rgb(255, 255, 0, _null), "whitesmoke", A.SassColor$rgb(245, 245, 245, _null), "white", A.SassColor$rgb(255, 255, 255, _null), "wheat", A.SassColor$rgb(245, 222, 179, _null), "violet", A.SassColor$rgb(238, 130, 238, _null), "turquoise", A.SassColor$rgb(64, 224, 208, _null), "transparent", A.SassColor$rgb(0, 0, 0, 0), "tomato", A.SassColor$rgb(255, 99, 71, _null), "thistle", A.SassColor$rgb(216, 191, 216, _null), "teal", A.SassColor$rgb(0, 128, 128, _null), "tan", A.SassColor$rgb(210, 180, 140, _null), "steelblue", A.SassColor$rgb(70, 130, 180, _null), "springgreen", A.SassColor$rgb(0, 255, 127, _null), "snow", A.SassColor$rgb(255, 250, 250, _null), "slategrey", A.SassColor$rgb(112, 128, 144, _null), "slategray", A.SassColor$rgb(112, 128, 144, _null), "slateblue", A.SassColor$rgb(106, 90, 205, _null), "skyblue", A.SassColor$rgb(135, 206, 235, _null), "silver", A.SassColor$rgb(192, 192, 192, _null), "sienna", A.SassColor$rgb(160, 82, 45, _null), "seashell", A.SassColor$rgb(255, 245, 238, _null), "seagreen", A.SassColor$rgb(46, 139, 87, _null), "sandybrown", A.SassColor$rgb(244, 164, 96, _null), "salmon", A.SassColor$rgb(250, 128, 114, _null), "saddlebrown", A.SassColor$rgb(139, 69, 19, _null), "royalblue", A.SassColor$rgb(65, 105, 225, _null), "rosybrown", A.SassColor$rgb(188, 143, 143, _null), "red", A.SassColor$rgb(255, 0, 0, _null), "rebeccapurple", A.SassColor$rgb(102, 51, 153, _null), "purple", A.SassColor$rgb(128, 0, 128, _null), "powderblue", A.SassColor$rgb(176, 224, 230, _null), "plum", A.SassColor$rgb(221, 160, 221, _null), "pink", A.SassColor$rgb(255, 192, 203, _null), "peru", A.SassColor$rgb(205, 133, 63, _null), "peachpuff", A.SassColor$rgb(255, 218, 185, _null), "papayawhip", A.SassColor$rgb(255, 239, 213, _null), "palevioletred", A.SassColor$rgb(219, 112, 147, _null), "paleturquoise", A.SassColor$rgb(175, 238, 238, _null), "palegreen", A.SassColor$rgb(152, 251, 152, _null), "palegoldenrod", A.SassColor$rgb(238, 232, 170, _null), "orchid", A.SassColor$rgb(218, 112, 214, _null), "orangered", A.SassColor$rgb(255, 69, 0, _null), "orange", A.SassColor$rgb(255, 165, 0, _null), "olivedrab", A.SassColor$rgb(107, 142, 35, _null), "olive", A.SassColor$rgb(128, 128, 0, _null), "oldlace", A.SassColor$rgb(253, 245, 230, _null), "navy", A.SassColor$rgb(0, 0, 128, _null), "navajowhite", A.SassColor$rgb(255, 222, 173, _null), "moccasin", A.SassColor$rgb(255, 228, 181, _null), "mistyrose", A.SassColor$rgb(255, 228, 225, _null), "mintcream", A.SassColor$rgb(245, 255, 250, _null), "midnightblue", A.SassColor$rgb(25, 25, 112, _null), "mediumvioletred", A.SassColor$rgb(199, 21, 133, _null), "mediumturquoise", A.SassColor$rgb(72, 209, 204, _null), "mediumspringgreen", A.SassColor$rgb(0, 250, 154, _null), "mediumslateblue", A.SassColor$rgb(123, 104, 238, _null), "mediumseagreen", A.SassColor$rgb(60, 179, 113, _null), "mediumpurple", A.SassColor$rgb(147, 112, 219, _null), "mediumorchid", A.SassColor$rgb(186, 85, 211, _null), "mediumblue", A.SassColor$rgb(0, 0, 205, _null), "mediumaquamarine", A.SassColor$rgb(102, 205, 170, _null), "maroon", A.SassColor$rgb(128, 0, 0, _null), "magenta", A.SassColor$rgb(255, 0, 255, _null), "linen", A.SassColor$rgb(250, 240, 230, _null), "limegreen", A.SassColor$rgb(50, 205, 50, _null), "lime", A.SassColor$rgb(0, 255, 0, _null), "lightyellow", A.SassColor$rgb(255, 255, 224, _null), "lightsteelblue", A.SassColor$rgb(176, 196, 222, _null), "lightslategrey", A.SassColor$rgb(119, 136, 153, _null), "lightslategray", A.SassColor$rgb(119, 136, 153, _null), "lightskyblue", A.SassColor$rgb(135, 206, 250, _null), "lightseagreen", A.SassColor$rgb(32, 178, 170, _null), "lightsalmon", A.SassColor$rgb(255, 160, 122, _null), "lightpink", A.SassColor$rgb(255, 182, 193, _null), "lightgrey", A.SassColor$rgb(211, 211, 211, _null), "lightgreen", A.SassColor$rgb(144, 238, 144, _null), "lightgray", A.SassColor$rgb(211, 211, 211, _null), "lightgoldenrodyellow", A.SassColor$rgb(250, 250, 210, _null), "lightcyan", A.SassColor$rgb(224, 255, 255, _null), "lightcoral", A.SassColor$rgb(240, 128, 128, _null), "lightblue", A.SassColor$rgb(173, 216, 230, _null), "lemonchiffon", A.SassColor$rgb(255, 250, 205, _null), "lawngreen", A.SassColor$rgb(124, 252, 0, _null), "lavenderblush", A.SassColor$rgb(255, 240, 245, _null), "lavender", A.SassColor$rgb(230, 230, 250, _null), "khaki", A.SassColor$rgb(240, 230, 140, _null), "ivory", A.SassColor$rgb(255, 255, 240, _null), "indigo", A.SassColor$rgb(75, 0, 130, _null), "indianred", A.SassColor$rgb(205, 92, 92, _null), "hotpink", A.SassColor$rgb(255, 105, 180, _null), "honeydew", A.SassColor$rgb(240, 255, 240, _null), "grey", A.SassColor$rgb(128, 128, 128, _null), "greenyellow", A.SassColor$rgb(173, 255, 47, _null), "green", A.SassColor$rgb(0, 128, 0, _null), "gray", A.SassColor$rgb(128, 128, 128, _null), "goldenrod", A.SassColor$rgb(218, 165, 32, _null), "gold", A.SassColor$rgb(255, 215, 0, _null), "ghostwhite", A.SassColor$rgb(248, 248, 255, _null), "gainsboro", A.SassColor$rgb(220, 220, 220, _null), "fuchsia", A.SassColor$rgb(255, 0, 255, _null), "forestgreen", A.SassColor$rgb(34, 139, 34, _null), "floralwhite", A.SassColor$rgb(255, 250, 240, _null), "firebrick", A.SassColor$rgb(178, 34, 34, _null), "dodgerblue", A.SassColor$rgb(30, 144, 255, _null), "dimgrey", A.SassColor$rgb(105, 105, 105, _null), "dimgray", A.SassColor$rgb(105, 105, 105, _null), "deepskyblue", A.SassColor$rgb(0, 191, 255, _null), "deeppink", A.SassColor$rgb(255, 20, 147, _null), "darkviolet", A.SassColor$rgb(148, 0, 211, _null), "darkturquoise", A.SassColor$rgb(0, 206, 209, _null), "darkslategrey", A.SassColor$rgb(47, 79, 79, _null), "darkslategray", A.SassColor$rgb(47, 79, 79, _null), "darkslateblue", A.SassColor$rgb(72, 61, 139, _null), "darkseagreen", A.SassColor$rgb(143, 188, 143, _null), "darksalmon", A.SassColor$rgb(233, 150, 122, _null), "darkred", A.SassColor$rgb(139, 0, 0, _null), "darkorchid", A.SassColor$rgb(153, 50, 204, _null), "darkorange", A.SassColor$rgb(255, 140, 0, _null), "darkolivegreen", A.SassColor$rgb(85, 107, 47, _null), "darkmagenta", A.SassColor$rgb(139, 0, 139, _null), "darkkhaki", A.SassColor$rgb(189, 183, 107, _null), "darkgrey", A.SassColor$rgb(169, 169, 169, _null), "darkgreen", A.SassColor$rgb(0, 100, 0, _null), "darkgray", A.SassColor$rgb(169, 169, 169, _null), "darkgoldenrod", A.SassColor$rgb(184, 134, 11, _null), "darkcyan", A.SassColor$rgb(0, 139, 139, _null), "darkblue", A.SassColor$rgb(0, 0, 139, _null), "cyan", A.SassColor$rgb(0, 255, 255, _null), "crimson", A.SassColor$rgb(220, 20, 60, _null), "cornsilk", A.SassColor$rgb(255, 248, 220, _null), "cornflowerblue", A.SassColor$rgb(100, 149, 237, _null), "coral", A.SassColor$rgb(255, 127, 80, _null), "chocolate", A.SassColor$rgb(210, 105, 30, _null), "chartreuse", A.SassColor$rgb(127, 255, 0, _null), "cadetblue", A.SassColor$rgb(95, 158, 160, _null), "burlywood", A.SassColor$rgb(222, 184, 135, _null), "brown", A.SassColor$rgb(165, 42, 42, _null), "blueviolet", A.SassColor$rgb(138, 43, 226, _null), "blue", A.SassColor$rgb(0, 0, 255, _null), "blanchedalmond", A.SassColor$rgb(255, 235, 205, _null), "black", A.SassColor$rgb(0, 0, 0, _null), "bisque", A.SassColor$rgb(255, 228, 196, _null), "beige", A.SassColor$rgb(245, 245, 220, _null), "azure", A.SassColor$rgb(240, 255, 255, _null), "aquamarine", A.SassColor$rgb(127, 255, 212, _null), "aqua", A.SassColor$rgb(0, 255, 255, _null), "antiquewhite", A.SassColor$rgb(250, 235, 215, _null), "aliceblue", A.SassColor$rgb(240, 248, 255, _null)], type$.String, type$.SassColor);
98594
98824
  });
98595
98825
  _lazyFinal($, "namesByColor", "$get$namesByColor", () => {
98596
98826
  var t2, t3,
@@ -98626,7 +98856,7 @@ self.readline = _cli_pkg_requires.readline;
98626
98856
  _s15_ = "$color, $amount",
98627
98857
  t1 = type$.String,
98628
98858
  t2 = type$.Value_Function_List_Value;
98629
- return A.UnmodifiableListView$(A._setArrayType([$.$get$_red(), $.$get$_green(), $.$get$_blue(), $.$get$_mix(), A.BuiltInCallable$overloadedFunction("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure(), _s19_, new A.global_closure0(), "$color, $alpha", new A.global_closure1(), "$channels", new A.global_closure2()], t1, t2)), A.BuiltInCallable$overloadedFunction("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure3(), _s19_, new A.global_closure4(), "$color, $alpha", new A.global_closure5(), "$channels", new A.global_closure6()], t1, t2)), A._function4("invert", "$color, $weight: 100%", new A.global_closure7()), $.$get$_hue(), $.$get$_saturation(), $.$get$_lightness(), $.$get$_complement(), A.BuiltInCallable$overloadedFunction("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure8(), _s29_, new A.global_closure9(), _s17_, new A.global_closure10(), "$channels", new A.global_closure11()], t1, t2)), A.BuiltInCallable$overloadedFunction("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure12(), _s29_, new A.global_closure13(), _s17_, new A.global_closure14(), "$channels", new A.global_closure15()], t1, t2)), A._function4("grayscale", "$color", new A.global_closure16()), A._function4("adjust-hue", "$color, $degrees", new A.global_closure17()), A._function4("lighten", _s15_, new A.global_closure18()), A._function4("darken", _s15_, new A.global_closure19()), A.BuiltInCallable$overloadedFunction("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure20(), "$color, $amount", new A.global_closure21()], t1, t2)), A._function4("desaturate", _s15_, new A.global_closure22()), A._function4("opacify", _s15_, A.color___opacify$closure()), A._function4("fade-in", _s15_, A.color___opacify$closure()), A._function4("transparentize", _s15_, A.color___transparentize$closure()), A._function4("fade-out", _s15_, A.color___transparentize$closure()), A.BuiltInCallable$overloadedFunction("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure23(), "$args...", new A.global_closure24()], t1, t2)), A._function4("opacity", "$color", new A.global_closure25()), $.$get$_ieHexStr(), $.$get$_adjust().withName$1("adjust-color"), $.$get$_scale().withName$1("scale-color"), $.$get$_change().withName$1("change-color")], type$.JSArray_BuiltInCallable), type$.BuiltInCallable);
98859
+ return A.UnmodifiableListView$(A._setArrayType([$.$get$_red(), $.$get$_green(), $.$get$_blue(), $.$get$_mix(), A.BuiltInCallable$overloadedFunction("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure(), _s19_, new A.global_closure0(), "$color, $alpha", new A.global_closure1(), "$channels", new A.global_closure2()], t1, t2)), A.BuiltInCallable$overloadedFunction("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure3(), _s19_, new A.global_closure4(), "$color, $alpha", new A.global_closure5(), "$channels", new A.global_closure6()], t1, t2)), A._function4("invert", "$color, $weight: 100%", new A.global_closure7()), $.$get$_hue(), $.$get$_saturation(), $.$get$_lightness(), $.$get$_complement(), A.BuiltInCallable$overloadedFunction("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure8(), _s29_, new A.global_closure9(), _s17_, new A.global_closure10(), "$channels", new A.global_closure11()], t1, t2)), A.BuiltInCallable$overloadedFunction("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure12(), _s29_, new A.global_closure13(), _s17_, new A.global_closure14(), "$channels", new A.global_closure15()], t1, t2)), A._function4("grayscale", "$color", new A.global_closure16()), A._function4("adjust-hue", "$color, $degrees", new A.global_closure17()), A._function4("lighten", _s15_, new A.global_closure18()), A._function4("darken", _s15_, new A.global_closure19()), A.BuiltInCallable$overloadedFunction("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure20(), "$color, $amount", new A.global_closure21()], t1, t2)), A._function4("desaturate", _s15_, new A.global_closure22()), A._function4("opacify", _s15_, A.color0___opacify$closure()), A._function4("fade-in", _s15_, A.color0___opacify$closure()), A._function4("transparentize", _s15_, A.color0___transparentize$closure()), A._function4("fade-out", _s15_, A.color0___transparentize$closure()), A.BuiltInCallable$overloadedFunction("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure23(), "$args...", new A.global_closure24()], t1, t2)), A._function4("opacity", "$color", new A.global_closure25()), $.$get$_ieHexStr(), $.$get$_adjust().withName$1("adjust-color"), $.$get$_scale().withName$1("scale-color"), $.$get$_change().withName$1("change-color")], type$.JSArray_BuiltInCallable), type$.BuiltInCallable);
98630
98860
  });
98631
98861
  _lazyFinal($, "module", "$get$module", () => {
98632
98862
  var _s9_ = "lightness",
@@ -98802,7 +99032,7 @@ self.readline = _cli_pkg_requires.readline;
98802
99032
  _s15_ = "$color, $amount",
98803
99033
  t1 = type$.String,
98804
99034
  t2 = type$.Value_Function_List_Value_2;
98805
- return A.UnmodifiableListView$(A._setArrayType([$.$get$_red0(), $.$get$_green0(), $.$get$_blue0(), $.$get$_mix0(), A.BuiltInCallable$overloadedFunction0("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure30(), _s19_, new A.global_closure31(), "$color, $alpha", new A.global_closure32(), "$channels", new A.global_closure33()], t1, t2)), A.BuiltInCallable$overloadedFunction0("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure34(), _s19_, new A.global_closure35(), "$color, $alpha", new A.global_closure36(), "$channels", new A.global_closure37()], t1, t2)), A._function11("invert", "$color, $weight: 100%", new A.global_closure38()), $.$get$_hue0(), $.$get$_saturation0(), $.$get$_lightness0(), $.$get$_complement0(), A.BuiltInCallable$overloadedFunction0("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure39(), _s29_, new A.global_closure40(), _s17_, new A.global_closure41(), "$channels", new A.global_closure42()], t1, t2)), A.BuiltInCallable$overloadedFunction0("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure43(), _s29_, new A.global_closure44(), _s17_, new A.global_closure45(), "$channels", new A.global_closure46()], t1, t2)), A._function11("grayscale", "$color", new A.global_closure47()), A._function11("adjust-hue", "$color, $degrees", new A.global_closure48()), A._function11("lighten", _s15_, new A.global_closure49()), A._function11("darken", _s15_, new A.global_closure50()), A.BuiltInCallable$overloadedFunction0("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure51(), "$color, $amount", new A.global_closure52()], t1, t2)), A._function11("desaturate", _s15_, new A.global_closure53()), A._function11("opacify", _s15_, A.color1___opacify$closure()), A._function11("fade-in", _s15_, A.color1___opacify$closure()), A._function11("transparentize", _s15_, A.color1___transparentize$closure()), A._function11("fade-out", _s15_, A.color1___transparentize$closure()), A.BuiltInCallable$overloadedFunction0("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure54(), "$args...", new A.global_closure55()], t1, t2)), A._function11("opacity", "$color", new A.global_closure56()), $.$get$_ieHexStr0(), $.$get$_adjust0().withName$1("adjust-color"), $.$get$_scale0().withName$1("scale-color"), $.$get$_change0().withName$1("change-color")], type$.JSArray_BuiltInCallable_2), type$.BuiltInCallable_2);
99035
+ return A.UnmodifiableListView$(A._setArrayType([$.$get$_red0(), $.$get$_green0(), $.$get$_blue0(), $.$get$_mix0(), A.BuiltInCallable$overloadedFunction0("rgb", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure30(), _s19_, new A.global_closure31(), "$color, $alpha", new A.global_closure32(), "$channels", new A.global_closure33()], t1, t2)), A.BuiltInCallable$overloadedFunction0("rgba", A.LinkedHashMap_LinkedHashMap$_literal([_s27_, new A.global_closure34(), _s19_, new A.global_closure35(), "$color, $alpha", new A.global_closure36(), "$channels", new A.global_closure37()], t1, t2)), A._function11("invert", "$color, $weight: 100%", new A.global_closure38()), $.$get$_hue0(), $.$get$_saturation0(), $.$get$_lightness0(), $.$get$_complement0(), A.BuiltInCallable$overloadedFunction0("hsl", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure39(), _s29_, new A.global_closure40(), _s17_, new A.global_closure41(), "$channels", new A.global_closure42()], t1, t2)), A.BuiltInCallable$overloadedFunction0("hsla", A.LinkedHashMap_LinkedHashMap$_literal([_s37_, new A.global_closure43(), _s29_, new A.global_closure44(), _s17_, new A.global_closure45(), "$channels", new A.global_closure46()], t1, t2)), A._function11("grayscale", "$color", new A.global_closure47()), A._function11("adjust-hue", "$color, $degrees", new A.global_closure48()), A._function11("lighten", _s15_, new A.global_closure49()), A._function11("darken", _s15_, new A.global_closure50()), A.BuiltInCallable$overloadedFunction0("saturate", A.LinkedHashMap_LinkedHashMap$_literal(["$amount", new A.global_closure51(), "$color, $amount", new A.global_closure52()], t1, t2)), A._function11("desaturate", _s15_, new A.global_closure53()), A._function11("opacify", _s15_, A.color2___opacify$closure()), A._function11("fade-in", _s15_, A.color2___opacify$closure()), A._function11("transparentize", _s15_, A.color2___transparentize$closure()), A._function11("fade-out", _s15_, A.color2___transparentize$closure()), A.BuiltInCallable$overloadedFunction0("alpha", A.LinkedHashMap_LinkedHashMap$_literal(["$color", new A.global_closure54(), "$args...", new A.global_closure55()], t1, t2)), A._function11("opacity", "$color", new A.global_closure56()), $.$get$_ieHexStr0(), $.$get$_adjust0().withName$1("adjust-color"), $.$get$_scale0().withName$1("scale-color"), $.$get$_change0().withName$1("change-color")], type$.JSArray_BuiltInCallable_2), type$.BuiltInCallable_2);
98806
99036
  });
98807
99037
  _lazyFinal($, "module5", "$get$module5", () => {
98808
99038
  var _s9_ = "lightness",
@@ -98832,7 +99062,7 @@ self.readline = _cli_pkg_requires.readline;
98832
99062
  _lazyFinal($, "colorClass", "$get$colorClass", () => new A.colorClass_closure().call$0());
98833
99063
  _lazyFinal($, "colorsByName0", "$get$colorsByName0", () => {
98834
99064
  var _null = null;
98835
- return A.LinkedHashMap_LinkedHashMap$_literal(["yellowgreen", A.SassColor$rgb0(154, 205, 50, _null, _null), "yellow", A.SassColor$rgb0(255, 255, 0, _null, _null), "whitesmoke", A.SassColor$rgb0(245, 245, 245, _null, _null), "white", A.SassColor$rgb0(255, 255, 255, _null, _null), "wheat", A.SassColor$rgb0(245, 222, 179, _null, _null), "violet", A.SassColor$rgb0(238, 130, 238, _null, _null), "turquoise", A.SassColor$rgb0(64, 224, 208, _null, _null), "transparent", A.SassColor$rgb0(0, 0, 0, 0, _null), "tomato", A.SassColor$rgb0(255, 99, 71, _null, _null), "thistle", A.SassColor$rgb0(216, 191, 216, _null, _null), "teal", A.SassColor$rgb0(0, 128, 128, _null, _null), "tan", A.SassColor$rgb0(210, 180, 140, _null, _null), "steelblue", A.SassColor$rgb0(70, 130, 180, _null, _null), "springgreen", A.SassColor$rgb0(0, 255, 127, _null, _null), "snow", A.SassColor$rgb0(255, 250, 250, _null, _null), "slategrey", A.SassColor$rgb0(112, 128, 144, _null, _null), "slategray", A.SassColor$rgb0(112, 128, 144, _null, _null), "slateblue", A.SassColor$rgb0(106, 90, 205, _null, _null), "skyblue", A.SassColor$rgb0(135, 206, 235, _null, _null), "silver", A.SassColor$rgb0(192, 192, 192, _null, _null), "sienna", A.SassColor$rgb0(160, 82, 45, _null, _null), "seashell", A.SassColor$rgb0(255, 245, 238, _null, _null), "seagreen", A.SassColor$rgb0(46, 139, 87, _null, _null), "sandybrown", A.SassColor$rgb0(244, 164, 96, _null, _null), "salmon", A.SassColor$rgb0(250, 128, 114, _null, _null), "saddlebrown", A.SassColor$rgb0(139, 69, 19, _null, _null), "royalblue", A.SassColor$rgb0(65, 105, 225, _null, _null), "rosybrown", A.SassColor$rgb0(188, 143, 143, _null, _null), "red", A.SassColor$rgb0(255, 0, 0, _null, _null), "rebeccapurple", A.SassColor$rgb0(102, 51, 153, _null, _null), "purple", A.SassColor$rgb0(128, 0, 128, _null, _null), "powderblue", A.SassColor$rgb0(176, 224, 230, _null, _null), "plum", A.SassColor$rgb0(221, 160, 221, _null, _null), "pink", A.SassColor$rgb0(255, 192, 203, _null, _null), "peru", A.SassColor$rgb0(205, 133, 63, _null, _null), "peachpuff", A.SassColor$rgb0(255, 218, 185, _null, _null), "papayawhip", A.SassColor$rgb0(255, 239, 213, _null, _null), "palevioletred", A.SassColor$rgb0(219, 112, 147, _null, _null), "paleturquoise", A.SassColor$rgb0(175, 238, 238, _null, _null), "palegreen", A.SassColor$rgb0(152, 251, 152, _null, _null), "palegoldenrod", A.SassColor$rgb0(238, 232, 170, _null, _null), "orchid", A.SassColor$rgb0(218, 112, 214, _null, _null), "orangered", A.SassColor$rgb0(255, 69, 0, _null, _null), "orange", A.SassColor$rgb0(255, 165, 0, _null, _null), "olivedrab", A.SassColor$rgb0(107, 142, 35, _null, _null), "olive", A.SassColor$rgb0(128, 128, 0, _null, _null), "oldlace", A.SassColor$rgb0(253, 245, 230, _null, _null), "navy", A.SassColor$rgb0(0, 0, 128, _null, _null), "navajowhite", A.SassColor$rgb0(255, 222, 173, _null, _null), "moccasin", A.SassColor$rgb0(255, 228, 181, _null, _null), "mistyrose", A.SassColor$rgb0(255, 228, 225, _null, _null), "mintcream", A.SassColor$rgb0(245, 255, 250, _null, _null), "midnightblue", A.SassColor$rgb0(25, 25, 112, _null, _null), "mediumvioletred", A.SassColor$rgb0(199, 21, 133, _null, _null), "mediumturquoise", A.SassColor$rgb0(72, 209, 204, _null, _null), "mediumspringgreen", A.SassColor$rgb0(0, 250, 154, _null, _null), "mediumslateblue", A.SassColor$rgb0(123, 104, 238, _null, _null), "mediumseagreen", A.SassColor$rgb0(60, 179, 113, _null, _null), "mediumpurple", A.SassColor$rgb0(147, 112, 219, _null, _null), "mediumorchid", A.SassColor$rgb0(186, 85, 211, _null, _null), "mediumblue", A.SassColor$rgb0(0, 0, 205, _null, _null), "mediumaquamarine", A.SassColor$rgb0(102, 205, 170, _null, _null), "maroon", A.SassColor$rgb0(128, 0, 0, _null, _null), "magenta", A.SassColor$rgb0(255, 0, 255, _null, _null), "linen", A.SassColor$rgb0(250, 240, 230, _null, _null), "limegreen", A.SassColor$rgb0(50, 205, 50, _null, _null), "lime", A.SassColor$rgb0(0, 255, 0, _null, _null), "lightyellow", A.SassColor$rgb0(255, 255, 224, _null, _null), "lightsteelblue", A.SassColor$rgb0(176, 196, 222, _null, _null), "lightslategrey", A.SassColor$rgb0(119, 136, 153, _null, _null), "lightslategray", A.SassColor$rgb0(119, 136, 153, _null, _null), "lightskyblue", A.SassColor$rgb0(135, 206, 250, _null, _null), "lightseagreen", A.SassColor$rgb0(32, 178, 170, _null, _null), "lightsalmon", A.SassColor$rgb0(255, 160, 122, _null, _null), "lightpink", A.SassColor$rgb0(255, 182, 193, _null, _null), "lightgrey", A.SassColor$rgb0(211, 211, 211, _null, _null), "lightgreen", A.SassColor$rgb0(144, 238, 144, _null, _null), "lightgray", A.SassColor$rgb0(211, 211, 211, _null, _null), "lightgoldenrodyellow", A.SassColor$rgb0(250, 250, 210, _null, _null), "lightcyan", A.SassColor$rgb0(224, 255, 255, _null, _null), "lightcoral", A.SassColor$rgb0(240, 128, 128, _null, _null), "lightblue", A.SassColor$rgb0(173, 216, 230, _null, _null), "lemonchiffon", A.SassColor$rgb0(255, 250, 205, _null, _null), "lawngreen", A.SassColor$rgb0(124, 252, 0, _null, _null), "lavenderblush", A.SassColor$rgb0(255, 240, 245, _null, _null), "lavender", A.SassColor$rgb0(230, 230, 250, _null, _null), "khaki", A.SassColor$rgb0(240, 230, 140, _null, _null), "ivory", A.SassColor$rgb0(255, 255, 240, _null, _null), "indigo", A.SassColor$rgb0(75, 0, 130, _null, _null), "indianred", A.SassColor$rgb0(205, 92, 92, _null, _null), "hotpink", A.SassColor$rgb0(255, 105, 180, _null, _null), "honeydew", A.SassColor$rgb0(240, 255, 240, _null, _null), "grey", A.SassColor$rgb0(128, 128, 128, _null, _null), "greenyellow", A.SassColor$rgb0(173, 255, 47, _null, _null), "green", A.SassColor$rgb0(0, 128, 0, _null, _null), "gray", A.SassColor$rgb0(128, 128, 128, _null, _null), "goldenrod", A.SassColor$rgb0(218, 165, 32, _null, _null), "gold", A.SassColor$rgb0(255, 215, 0, _null, _null), "ghostwhite", A.SassColor$rgb0(248, 248, 255, _null, _null), "gainsboro", A.SassColor$rgb0(220, 220, 220, _null, _null), "fuchsia", A.SassColor$rgb0(255, 0, 255, _null, _null), "forestgreen", A.SassColor$rgb0(34, 139, 34, _null, _null), "floralwhite", A.SassColor$rgb0(255, 250, 240, _null, _null), "firebrick", A.SassColor$rgb0(178, 34, 34, _null, _null), "dodgerblue", A.SassColor$rgb0(30, 144, 255, _null, _null), "dimgrey", A.SassColor$rgb0(105, 105, 105, _null, _null), "dimgray", A.SassColor$rgb0(105, 105, 105, _null, _null), "deepskyblue", A.SassColor$rgb0(0, 191, 255, _null, _null), "deeppink", A.SassColor$rgb0(255, 20, 147, _null, _null), "darkviolet", A.SassColor$rgb0(148, 0, 211, _null, _null), "darkturquoise", A.SassColor$rgb0(0, 206, 209, _null, _null), "darkslategrey", A.SassColor$rgb0(47, 79, 79, _null, _null), "darkslategray", A.SassColor$rgb0(47, 79, 79, _null, _null), "darkslateblue", A.SassColor$rgb0(72, 61, 139, _null, _null), "darkseagreen", A.SassColor$rgb0(143, 188, 143, _null, _null), "darksalmon", A.SassColor$rgb0(233, 150, 122, _null, _null), "darkred", A.SassColor$rgb0(139, 0, 0, _null, _null), "darkorchid", A.SassColor$rgb0(153, 50, 204, _null, _null), "darkorange", A.SassColor$rgb0(255, 140, 0, _null, _null), "darkolivegreen", A.SassColor$rgb0(85, 107, 47, _null, _null), "darkmagenta", A.SassColor$rgb0(139, 0, 139, _null, _null), "darkkhaki", A.SassColor$rgb0(189, 183, 107, _null, _null), "darkgrey", A.SassColor$rgb0(169, 169, 169, _null, _null), "darkgreen", A.SassColor$rgb0(0, 100, 0, _null, _null), "darkgray", A.SassColor$rgb0(169, 169, 169, _null, _null), "darkgoldenrod", A.SassColor$rgb0(184, 134, 11, _null, _null), "darkcyan", A.SassColor$rgb0(0, 139, 139, _null, _null), "darkblue", A.SassColor$rgb0(0, 0, 139, _null, _null), "cyan", A.SassColor$rgb0(0, 255, 255, _null, _null), "crimson", A.SassColor$rgb0(220, 20, 60, _null, _null), "cornsilk", A.SassColor$rgb0(255, 248, 220, _null, _null), "cornflowerblue", A.SassColor$rgb0(100, 149, 237, _null, _null), "coral", A.SassColor$rgb0(255, 127, 80, _null, _null), "chocolate", A.SassColor$rgb0(210, 105, 30, _null, _null), "chartreuse", A.SassColor$rgb0(127, 255, 0, _null, _null), "cadetblue", A.SassColor$rgb0(95, 158, 160, _null, _null), "burlywood", A.SassColor$rgb0(222, 184, 135, _null, _null), "brown", A.SassColor$rgb0(165, 42, 42, _null, _null), "blueviolet", A.SassColor$rgb0(138, 43, 226, _null, _null), "blue", A.SassColor$rgb0(0, 0, 255, _null, _null), "blanchedalmond", A.SassColor$rgb0(255, 235, 205, _null, _null), "black", A.SassColor$rgb0(0, 0, 0, _null, _null), "bisque", A.SassColor$rgb0(255, 228, 196, _null, _null), "beige", A.SassColor$rgb0(245, 245, 220, _null, _null), "azure", A.SassColor$rgb0(240, 255, 255, _null, _null), "aquamarine", A.SassColor$rgb0(127, 255, 212, _null, _null), "aqua", A.SassColor$rgb0(0, 255, 255, _null, _null), "antiquewhite", A.SassColor$rgb0(250, 235, 215, _null, _null), "aliceblue", A.SassColor$rgb0(240, 248, 255, _null, _null)], type$.String, type$.SassColor_2);
99065
+ return A.LinkedHashMap_LinkedHashMap$_literal(["yellowgreen", A.SassColor$rgb0(154, 205, 50, _null), "yellow", A.SassColor$rgb0(255, 255, 0, _null), "whitesmoke", A.SassColor$rgb0(245, 245, 245, _null), "white", A.SassColor$rgb0(255, 255, 255, _null), "wheat", A.SassColor$rgb0(245, 222, 179, _null), "violet", A.SassColor$rgb0(238, 130, 238, _null), "turquoise", A.SassColor$rgb0(64, 224, 208, _null), "transparent", A.SassColor$rgb0(0, 0, 0, 0), "tomato", A.SassColor$rgb0(255, 99, 71, _null), "thistle", A.SassColor$rgb0(216, 191, 216, _null), "teal", A.SassColor$rgb0(0, 128, 128, _null), "tan", A.SassColor$rgb0(210, 180, 140, _null), "steelblue", A.SassColor$rgb0(70, 130, 180, _null), "springgreen", A.SassColor$rgb0(0, 255, 127, _null), "snow", A.SassColor$rgb0(255, 250, 250, _null), "slategrey", A.SassColor$rgb0(112, 128, 144, _null), "slategray", A.SassColor$rgb0(112, 128, 144, _null), "slateblue", A.SassColor$rgb0(106, 90, 205, _null), "skyblue", A.SassColor$rgb0(135, 206, 235, _null), "silver", A.SassColor$rgb0(192, 192, 192, _null), "sienna", A.SassColor$rgb0(160, 82, 45, _null), "seashell", A.SassColor$rgb0(255, 245, 238, _null), "seagreen", A.SassColor$rgb0(46, 139, 87, _null), "sandybrown", A.SassColor$rgb0(244, 164, 96, _null), "salmon", A.SassColor$rgb0(250, 128, 114, _null), "saddlebrown", A.SassColor$rgb0(139, 69, 19, _null), "royalblue", A.SassColor$rgb0(65, 105, 225, _null), "rosybrown", A.SassColor$rgb0(188, 143, 143, _null), "red", A.SassColor$rgb0(255, 0, 0, _null), "rebeccapurple", A.SassColor$rgb0(102, 51, 153, _null), "purple", A.SassColor$rgb0(128, 0, 128, _null), "powderblue", A.SassColor$rgb0(176, 224, 230, _null), "plum", A.SassColor$rgb0(221, 160, 221, _null), "pink", A.SassColor$rgb0(255, 192, 203, _null), "peru", A.SassColor$rgb0(205, 133, 63, _null), "peachpuff", A.SassColor$rgb0(255, 218, 185, _null), "papayawhip", A.SassColor$rgb0(255, 239, 213, _null), "palevioletred", A.SassColor$rgb0(219, 112, 147, _null), "paleturquoise", A.SassColor$rgb0(175, 238, 238, _null), "palegreen", A.SassColor$rgb0(152, 251, 152, _null), "palegoldenrod", A.SassColor$rgb0(238, 232, 170, _null), "orchid", A.SassColor$rgb0(218, 112, 214, _null), "orangered", A.SassColor$rgb0(255, 69, 0, _null), "orange", A.SassColor$rgb0(255, 165, 0, _null), "olivedrab", A.SassColor$rgb0(107, 142, 35, _null), "olive", A.SassColor$rgb0(128, 128, 0, _null), "oldlace", A.SassColor$rgb0(253, 245, 230, _null), "navy", A.SassColor$rgb0(0, 0, 128, _null), "navajowhite", A.SassColor$rgb0(255, 222, 173, _null), "moccasin", A.SassColor$rgb0(255, 228, 181, _null), "mistyrose", A.SassColor$rgb0(255, 228, 225, _null), "mintcream", A.SassColor$rgb0(245, 255, 250, _null), "midnightblue", A.SassColor$rgb0(25, 25, 112, _null), "mediumvioletred", A.SassColor$rgb0(199, 21, 133, _null), "mediumturquoise", A.SassColor$rgb0(72, 209, 204, _null), "mediumspringgreen", A.SassColor$rgb0(0, 250, 154, _null), "mediumslateblue", A.SassColor$rgb0(123, 104, 238, _null), "mediumseagreen", A.SassColor$rgb0(60, 179, 113, _null), "mediumpurple", A.SassColor$rgb0(147, 112, 219, _null), "mediumorchid", A.SassColor$rgb0(186, 85, 211, _null), "mediumblue", A.SassColor$rgb0(0, 0, 205, _null), "mediumaquamarine", A.SassColor$rgb0(102, 205, 170, _null), "maroon", A.SassColor$rgb0(128, 0, 0, _null), "magenta", A.SassColor$rgb0(255, 0, 255, _null), "linen", A.SassColor$rgb0(250, 240, 230, _null), "limegreen", A.SassColor$rgb0(50, 205, 50, _null), "lime", A.SassColor$rgb0(0, 255, 0, _null), "lightyellow", A.SassColor$rgb0(255, 255, 224, _null), "lightsteelblue", A.SassColor$rgb0(176, 196, 222, _null), "lightslategrey", A.SassColor$rgb0(119, 136, 153, _null), "lightslategray", A.SassColor$rgb0(119, 136, 153, _null), "lightskyblue", A.SassColor$rgb0(135, 206, 250, _null), "lightseagreen", A.SassColor$rgb0(32, 178, 170, _null), "lightsalmon", A.SassColor$rgb0(255, 160, 122, _null), "lightpink", A.SassColor$rgb0(255, 182, 193, _null), "lightgrey", A.SassColor$rgb0(211, 211, 211, _null), "lightgreen", A.SassColor$rgb0(144, 238, 144, _null), "lightgray", A.SassColor$rgb0(211, 211, 211, _null), "lightgoldenrodyellow", A.SassColor$rgb0(250, 250, 210, _null), "lightcyan", A.SassColor$rgb0(224, 255, 255, _null), "lightcoral", A.SassColor$rgb0(240, 128, 128, _null), "lightblue", A.SassColor$rgb0(173, 216, 230, _null), "lemonchiffon", A.SassColor$rgb0(255, 250, 205, _null), "lawngreen", A.SassColor$rgb0(124, 252, 0, _null), "lavenderblush", A.SassColor$rgb0(255, 240, 245, _null), "lavender", A.SassColor$rgb0(230, 230, 250, _null), "khaki", A.SassColor$rgb0(240, 230, 140, _null), "ivory", A.SassColor$rgb0(255, 255, 240, _null), "indigo", A.SassColor$rgb0(75, 0, 130, _null), "indianred", A.SassColor$rgb0(205, 92, 92, _null), "hotpink", A.SassColor$rgb0(255, 105, 180, _null), "honeydew", A.SassColor$rgb0(240, 255, 240, _null), "grey", A.SassColor$rgb0(128, 128, 128, _null), "greenyellow", A.SassColor$rgb0(173, 255, 47, _null), "green", A.SassColor$rgb0(0, 128, 0, _null), "gray", A.SassColor$rgb0(128, 128, 128, _null), "goldenrod", A.SassColor$rgb0(218, 165, 32, _null), "gold", A.SassColor$rgb0(255, 215, 0, _null), "ghostwhite", A.SassColor$rgb0(248, 248, 255, _null), "gainsboro", A.SassColor$rgb0(220, 220, 220, _null), "fuchsia", A.SassColor$rgb0(255, 0, 255, _null), "forestgreen", A.SassColor$rgb0(34, 139, 34, _null), "floralwhite", A.SassColor$rgb0(255, 250, 240, _null), "firebrick", A.SassColor$rgb0(178, 34, 34, _null), "dodgerblue", A.SassColor$rgb0(30, 144, 255, _null), "dimgrey", A.SassColor$rgb0(105, 105, 105, _null), "dimgray", A.SassColor$rgb0(105, 105, 105, _null), "deepskyblue", A.SassColor$rgb0(0, 191, 255, _null), "deeppink", A.SassColor$rgb0(255, 20, 147, _null), "darkviolet", A.SassColor$rgb0(148, 0, 211, _null), "darkturquoise", A.SassColor$rgb0(0, 206, 209, _null), "darkslategrey", A.SassColor$rgb0(47, 79, 79, _null), "darkslategray", A.SassColor$rgb0(47, 79, 79, _null), "darkslateblue", A.SassColor$rgb0(72, 61, 139, _null), "darkseagreen", A.SassColor$rgb0(143, 188, 143, _null), "darksalmon", A.SassColor$rgb0(233, 150, 122, _null), "darkred", A.SassColor$rgb0(139, 0, 0, _null), "darkorchid", A.SassColor$rgb0(153, 50, 204, _null), "darkorange", A.SassColor$rgb0(255, 140, 0, _null), "darkolivegreen", A.SassColor$rgb0(85, 107, 47, _null), "darkmagenta", A.SassColor$rgb0(139, 0, 139, _null), "darkkhaki", A.SassColor$rgb0(189, 183, 107, _null), "darkgrey", A.SassColor$rgb0(169, 169, 169, _null), "darkgreen", A.SassColor$rgb0(0, 100, 0, _null), "darkgray", A.SassColor$rgb0(169, 169, 169, _null), "darkgoldenrod", A.SassColor$rgb0(184, 134, 11, _null), "darkcyan", A.SassColor$rgb0(0, 139, 139, _null), "darkblue", A.SassColor$rgb0(0, 0, 139, _null), "cyan", A.SassColor$rgb0(0, 255, 255, _null), "crimson", A.SassColor$rgb0(220, 20, 60, _null), "cornsilk", A.SassColor$rgb0(255, 248, 220, _null), "cornflowerblue", A.SassColor$rgb0(100, 149, 237, _null), "coral", A.SassColor$rgb0(255, 127, 80, _null), "chocolate", A.SassColor$rgb0(210, 105, 30, _null), "chartreuse", A.SassColor$rgb0(127, 255, 0, _null), "cadetblue", A.SassColor$rgb0(95, 158, 160, _null), "burlywood", A.SassColor$rgb0(222, 184, 135, _null), "brown", A.SassColor$rgb0(165, 42, 42, _null), "blueviolet", A.SassColor$rgb0(138, 43, 226, _null), "blue", A.SassColor$rgb0(0, 0, 255, _null), "blanchedalmond", A.SassColor$rgb0(255, 235, 205, _null), "black", A.SassColor$rgb0(0, 0, 0, _null), "bisque", A.SassColor$rgb0(255, 228, 196, _null), "beige", A.SassColor$rgb0(245, 245, 220, _null), "azure", A.SassColor$rgb0(240, 255, 255, _null), "aquamarine", A.SassColor$rgb0(127, 255, 212, _null), "aqua", A.SassColor$rgb0(0, 255, 255, _null), "antiquewhite", A.SassColor$rgb0(250, 235, 215, _null), "aliceblue", A.SassColor$rgb0(240, 248, 255, _null)], type$.String, type$.SassColor_2);
98836
99066
  });
98837
99067
  _lazyFinal($, "namesByColor0", "$get$namesByColor0", () => {
98838
99068
  var t2, t3,