sass 1.79.6 → 1.80.1

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
@@ -10442,7 +10442,7 @@ self.util = _cliPkgRequires.util;
10442
10442
  t3.addAll$1(0, fatalDeprecations);
10443
10443
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
10444
10444
  t4.addAll$1(0, futureDeprecations);
10445
- return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
10445
+ return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
10446
10446
  },
10447
10447
  AsyncImportCache: function AsyncImportCache(t0, t1, t2, t3, t4, t5, t6) {
10448
10448
  var _ = this;
@@ -10576,13 +10576,13 @@ self.util = _cliPkgRequires.util;
10576
10576
  this.assignmentNode = t2;
10577
10577
  },
10578
10578
  Deprecation_fromId(id) {
10579
- return A.IterableExtension_firstWhereOrNull(B.List_kyy, new A.Deprecation_fromId_closure(id));
10579
+ return A.IterableExtension_firstWhereOrNull(B.List_Hx4, new A.Deprecation_fromId_closure(id));
10580
10580
  },
10581
10581
  Deprecation_forVersion(version) {
10582
10582
  var t2, _i, deprecation, $self, t3,
10583
10583
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
10584
10584
  for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 24; ++_i) {
10585
- deprecation = B.List_kyy[_i];
10585
+ deprecation = B.List_Hx4[_i];
10586
10586
  $self = deprecation._deprecatedIn;
10587
10587
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
10588
10588
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -10591,12 +10591,10 @@ self.util = _cliPkgRequires.util;
10591
10591
  }
10592
10592
  return t1;
10593
10593
  },
10594
- Deprecation: function Deprecation(t0, t1, t2, t3) {
10595
- var _ = this;
10596
- _.id = t0;
10597
- _._deprecatedIn = t1;
10598
- _.isFuture = t2;
10599
- _._name = t3;
10594
+ Deprecation: function Deprecation(t0, t1, t2) {
10595
+ this.id = t0;
10596
+ this._deprecatedIn = t1;
10597
+ this._name = t2;
10600
10598
  },
10601
10599
  Deprecation_fromId_closure: function Deprecation_fromId_closure(t0) {
10602
10600
  this.id = t0;
@@ -13072,7 +13070,7 @@ self.util = _cliPkgRequires.util;
13072
13070
  break $label0$0;
13073
13071
  }
13074
13072
  if (B.LinearChannel_omH === (_0_6_isSet ? _0_6 : channel) && adjustmentArg.get$hasUnits()) {
13075
- A.warnForDeprecation("$alpha: Passing a number with unit " + adjustmentArg.get$unitString() + string$.x20is_de + adjustmentArg.unitSuggestion$1("alpha") + string$.x0a_Morex3af, B.Deprecation_2jN);
13073
+ A.warnForDeprecation("$alpha: Passing a number with unit " + adjustmentArg.get$unitString() + string$.x20is_de + adjustmentArg.unitSuggestion$1("alpha") + string$.x0a_Morex3af, B.Deprecation_int);
13076
13074
  adjustmentArg = A.SassNumber_SassNumber(adjustmentArg._number$_value, _null);
13077
13075
  }
13078
13076
  }
@@ -13193,13 +13191,13 @@ self.util = _cliPkgRequires.util;
13193
13191
  var angle = angleValue.assertNumber$1($name);
13194
13192
  if (angle.compatibleWithUnit$1("deg"))
13195
13193
  return angle.coerceValueToUnit$1("deg");
13196
- A.warnForDeprecation("$" + $name + ": Passing a unit other than deg (" + angle.toString$0(0) + string$.x29x20is_d + angle.unitSuggestion$1($name) + string$.x0a_See_, B.Deprecation_2jN);
13194
+ A.warnForDeprecation("$" + $name + ": Passing a unit other than deg (" + angle.toString$0(0) + string$.x29x20is_d + angle.unitSuggestion$1($name) + string$.x0a_See_, B.Deprecation_int);
13197
13195
  return angle._number$_value;
13198
13196
  },
13199
13197
  _checkPercent(number, $name) {
13200
13198
  if (number.hasUnit$1("%"))
13201
13199
  return;
13202
- A.warnForDeprecation("$" + $name + ": Passing a number without unit % (" + number.toString$0(0) + string$.x29x20is_d + number.unitSuggestion$2($name, "%") + string$.x0a_Morex3af, B.Deprecation_2jN);
13200
+ A.warnForDeprecation("$" + $name + ": Passing a number without unit % (" + number.toString$0(0) + string$.x29x20is_d + number.unitSuggestion$2($name, "%") + string$.x0a_Morex3af, B.Deprecation_int);
13203
13201
  },
13204
13202
  _percentageOrUnitless(number, max, $name) {
13205
13203
  var value;
@@ -13263,7 +13261,7 @@ self.util = _cliPkgRequires.util;
13263
13261
  t1 = 0;
13264
13262
  t1 += amount.valueInRangeWithUnit$4(0, 1, "amount", "");
13265
13263
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
13266
- A.warnForDeprecation($name + "() is deprecated. " + A._suggestScaleAndAdjust(color, amount._number$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_ukt);
13264
+ A.warnForDeprecation($name + "() is deprecated. " + A._suggestScaleAndAdjust(color, amount._number$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_izR);
13267
13265
  return result;
13268
13266
  },
13269
13267
  _transparentize($name, $arguments) {
@@ -13278,7 +13276,7 @@ self.util = _cliPkgRequires.util;
13278
13276
  t1 = 0;
13279
13277
  t1 -= amount.valueInRangeWithUnit$4(0, 1, "amount", "");
13280
13278
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
13281
- A.warnForDeprecation($name + "() is deprecated. " + A._suggestScaleAndAdjust(color, -amount._number$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_ukt);
13279
+ A.warnForDeprecation($name + "() is deprecated. " + A._suggestScaleAndAdjust(color, -amount._number$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_izR);
13282
13280
  return result;
13283
13281
  },
13284
13282
  _colorInSpace(colorUntyped, spaceUntyped, legacyMissing) {
@@ -14245,7 +14243,7 @@ self.util = _cliPkgRequires.util;
14245
14243
  t3.addAll$1(0, fatalDeprecations);
14246
14244
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
14247
14245
  t4.addAll$1(0, futureDeprecations);
14248
- return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
14246
+ return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
14249
14247
  },
14250
14248
  ImportCache: function ImportCache(t0, t1, t2, t3, t4, t5, t6) {
14251
14249
  var _ = this;
@@ -14792,8 +14790,6 @@ self.util = _cliPkgRequires.util;
14792
14790
  _RequireMain: function _RequireMain() {
14793
14791
  },
14794
14792
  WarnForDeprecation_warnForDeprecation(_this, deprecation, message, span, trace) {
14795
- if (deprecation.isFuture && !(_this instanceof A.DeprecationProcessingLogger))
14796
- return;
14797
14793
  if (_this instanceof A.DeprecationProcessingLogger)
14798
14794
  _this.internalWarn$4$deprecation$span$trace(message, deprecation, span, trace);
14799
14795
  else
@@ -15927,7 +15923,7 @@ self.util = _cliPkgRequires.util;
15927
15923
  if (!(argument instanceof A.SassNumber))
15928
15924
  return new A.SassCalculation("abs", A._setArrayType([argument], type$.JSArray_Object));
15929
15925
  if (argument.hasUnit$1("%"))
15930
- A.warnForDeprecation(string$.Passinp + argument.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + argument.toString$0(0) + string$.x7d__Mor, B.Deprecation_GFc);
15926
+ A.warnForDeprecation(string$.Passinp + argument.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + argument.toString$0(0) + string$.x7d__Mor, B.Deprecation_Zk6);
15931
15927
  return A.SassNumber_SassNumber(Math.abs(argument._number$_value), null).coerceToMatch$1(argument);
15932
15928
  },
15933
15929
  SassCalculation_exp(argument) {
@@ -20651,7 +20647,7 @@ self.util = _cliPkgRequires.util;
20651
20647
  case 0:
20652
20648
  // Function start
20653
20649
  if (nodeImporter != null)
20654
- A.WarnForDeprecation_warnForDeprecation0(logger, B.Deprecation_EuK, string$.The_le, null, null);
20650
+ A.WarnForDeprecation_warnForDeprecation0(logger, B.Deprecation_2No, string$.The_le, null, null);
20655
20651
  $async$goto = 3;
20656
20652
  return A._asyncAwait(A._EvaluateVisitor$2(functions, importCache, logger, nodeImporter, quietDeps, sourceMap).run$2(0, importer, stylesheet), $async$_compileStylesheet2);
20657
20653
  case 3:
@@ -21548,7 +21544,7 @@ self.util = _cliPkgRequires.util;
21548
21544
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
21549
21545
  if (futureDeprecations != null)
21550
21546
  t4.addAll$1(0, futureDeprecations);
21551
- return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
21547
+ return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
21552
21548
  },
21553
21549
  AsyncImportCache0: function AsyncImportCache0(t0, t1, t2, t3, t4, t5, t6) {
21554
21550
  var _ = this;
@@ -21928,7 +21924,7 @@ self.util = _cliPkgRequires.util;
21928
21924
  if (!(argument instanceof A.SassNumber0))
21929
21925
  return new A.SassCalculation0("abs", A._setArrayType([argument], type$.JSArray_Object));
21930
21926
  if (argument.hasUnit$1("%"))
21931
- A.warnForDeprecation0(string$.Passinp + argument.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + argument.toString$0(0) + string$.x7d__Mor, B.Deprecation_jYb);
21927
+ A.warnForDeprecation0(string$.Passinp + argument.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + argument.toString$0(0) + string$.x7d__Mor, B.Deprecation_qgq);
21932
21928
  return A.SassNumber_SassNumber0(Math.abs(argument._number1$_value), null).coerceToMatch$1(argument);
21933
21929
  },
21934
21930
  SassCalculation_exp0(argument) {
@@ -23684,7 +23680,7 @@ self.util = _cliPkgRequires.util;
23684
23680
  break $label0$0;
23685
23681
  }
23686
23682
  if (B.LinearChannel_omH0 === (_0_6_isSet ? _0_6 : channel) && adjustmentArg.get$hasUnits()) {
23687
- A.warnForDeprecation0("$alpha: Passing a number with unit " + adjustmentArg.get$unitString() + string$.x20is_de + adjustmentArg.unitSuggestion$1("alpha") + string$.x0a_Morex3af, B.Deprecation_oCX);
23683
+ A.warnForDeprecation0("$alpha: Passing a number with unit " + adjustmentArg.get$unitString() + string$.x20is_de + adjustmentArg.unitSuggestion$1("alpha") + string$.x0a_Morex3af, B.Deprecation_jV0);
23688
23684
  adjustmentArg = A.SassNumber_SassNumber0(adjustmentArg._number1$_value, _null);
23689
23685
  }
23690
23686
  }
@@ -23805,13 +23801,13 @@ self.util = _cliPkgRequires.util;
23805
23801
  var angle = angleValue.assertNumber$1($name);
23806
23802
  if (angle.compatibleWithUnit$1("deg"))
23807
23803
  return angle.coerceValueToUnit$1("deg");
23808
- A.warnForDeprecation0("$" + $name + ": Passing a unit other than deg (" + angle.toString$0(0) + string$.x29x20is_d + angle.unitSuggestion$1($name) + string$.x0a_See_, B.Deprecation_oCX);
23804
+ A.warnForDeprecation0("$" + $name + ": Passing a unit other than deg (" + angle.toString$0(0) + string$.x29x20is_d + angle.unitSuggestion$1($name) + string$.x0a_See_, B.Deprecation_jV0);
23809
23805
  return angle._number1$_value;
23810
23806
  },
23811
23807
  _checkPercent0(number, $name) {
23812
23808
  if (number.hasUnit$1("%"))
23813
23809
  return;
23814
- A.warnForDeprecation0("$" + $name + ": Passing a number without unit % (" + number.toString$0(0) + string$.x29x20is_d + number.unitSuggestion$2($name, "%") + string$.x0a_Morex3af, B.Deprecation_oCX);
23810
+ A.warnForDeprecation0("$" + $name + ": Passing a number without unit % (" + number.toString$0(0) + string$.x29x20is_d + number.unitSuggestion$2($name, "%") + string$.x0a_Morex3af, B.Deprecation_jV0);
23815
23811
  },
23816
23812
  _percentageOrUnitless0(number, max, $name) {
23817
23813
  var value;
@@ -23875,7 +23871,7 @@ self.util = _cliPkgRequires.util;
23875
23871
  t1 = 0;
23876
23872
  t1 += amount.valueInRangeWithUnit$4(0, 1, "amount", "");
23877
23873
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
23878
- A.warnForDeprecation0($name + "() is deprecated. " + A._suggestScaleAndAdjust0(color, amount._number1$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_ivT);
23874
+ A.warnForDeprecation0($name + "() is deprecated. " + A._suggestScaleAndAdjust0(color, amount._number1$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_rb9);
23879
23875
  return result;
23880
23876
  },
23881
23877
  _transparentize0($name, $arguments) {
@@ -23890,7 +23886,7 @@ self.util = _cliPkgRequires.util;
23890
23886
  t1 = 0;
23891
23887
  t1 -= amount.valueInRangeWithUnit$4(0, 1, "amount", "");
23892
23888
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
23893
- A.warnForDeprecation0($name + "() is deprecated. " + A._suggestScaleAndAdjust0(color, -amount._number1$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_ivT);
23889
+ A.warnForDeprecation0($name + "() is deprecated. " + A._suggestScaleAndAdjust0(color, -amount._number1$_value, "alpha") + string$.x0a_Morex3ac, B.Deprecation_rb9);
23894
23890
  return result;
23895
23891
  },
23896
23892
  _colorInSpace0(colorUntyped, spaceUntyped, legacyMissing) {
@@ -24513,7 +24509,7 @@ self.util = _cliPkgRequires.util;
24513
24509
  var t1 = J.getInterceptor$x(options),
24514
24510
  t2 = t1.get$alpha(options);
24515
24511
  if (!A._asBool($.$get$_isUndefined().call$1(t2)) && t1.get$alpha(options) == null && t1.get$space(options) == null)
24516
- A.warnForDeprecationFromApi(string$.Passin_, B.Deprecation_omH);
24512
+ A.warnForDeprecationFromApi(string$.Passin_, B.Deprecation_mBb);
24517
24513
  },
24518
24514
  colorClass_closure: function colorClass_closure() {
24519
24515
  },
@@ -25172,7 +25168,7 @@ self.util = _cliPkgRequires.util;
25172
25168
  _compileStylesheet1(stylesheet, logger, importCache, nodeImporter, importer, functions, style, useSpaces, indentWidth, lineFeed, quietDeps, sourceMap, charset) {
25173
25169
  var evaluateResult, serializeResult, resultSourceMap;
25174
25170
  if (nodeImporter != null)
25175
- A.WarnForDeprecation_warnForDeprecation0(logger, B.Deprecation_EuK, string$.The_le, null, null);
25171
+ A.WarnForDeprecation_warnForDeprecation0(logger, B.Deprecation_2No, string$.The_le, null, null);
25176
25172
  evaluateResult = A._EvaluateVisitor$1(functions, importCache, logger, nodeImporter, quietDeps, sourceMap).run$2(0, importer, stylesheet);
25177
25173
  serializeResult = A.serialize0(evaluateResult._1, charset, indentWidth, false, lineFeed, logger, sourceMap, style, useSpaces);
25178
25174
  resultSourceMap = serializeResult._1;
@@ -25387,13 +25383,13 @@ self.util = _cliPkgRequires.util;
25387
25383
  this.span = t2;
25388
25384
  },
25389
25385
  Deprecation_fromId0(id) {
25390
- return A.IterableExtension_firstWhereOrNull(B.List_IYb, new A.Deprecation_fromId_closure0(id));
25386
+ return A.IterableExtension_firstWhereOrNull(B.List_31K, new A.Deprecation_fromId_closure0(id));
25391
25387
  },
25392
25388
  Deprecation_forVersion0(version) {
25393
25389
  var t2, _i, deprecation, $self, t3,
25394
25390
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
25395
25391
  for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 24; ++_i) {
25396
- deprecation = B.List_IYb[_i];
25392
+ deprecation = B.List_31K[_i];
25397
25393
  $self = deprecation._deprecation$_deprecatedIn;
25398
25394
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
25399
25395
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -25402,13 +25398,12 @@ self.util = _cliPkgRequires.util;
25402
25398
  }
25403
25399
  return t1;
25404
25400
  },
25405
- Deprecation0: function Deprecation0(t0, t1, t2, t3, t4) {
25401
+ Deprecation0: function Deprecation0(t0, t1, t2, t3) {
25406
25402
  var _ = this;
25407
25403
  _.id = t0;
25408
25404
  _._deprecation$_deprecatedIn = t1;
25409
25405
  _.description = t2;
25410
- _.isFuture = t3;
25411
- _._name = t4;
25406
+ _._name = t3;
25412
25407
  },
25413
25408
  Deprecation_fromId_closure0: function Deprecation_fromId_closure0(t0) {
25414
25409
  this.id = t0;
@@ -28114,7 +28109,7 @@ self.util = _cliPkgRequires.util;
28114
28109
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
28115
28110
  if (futureDeprecations != null)
28116
28111
  t4.addAll$1(0, futureDeprecations);
28117
- return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
28112
+ return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
28118
28113
  },
28119
28114
  ImportCache0: function ImportCache0(t0, t1, t2, t3, t4, t5, t6) {
28120
28115
  var _ = this;
@@ -28451,7 +28446,7 @@ self.util = _cliPkgRequires.util;
28451
28446
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28452
28447
  J.set$Version$x(self.exports, $.$get$versionClass());
28453
28448
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28454
- J.set$info$x(self.exports, "dart-sass\t1.79.6\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28449
+ J.set$info$x(self.exports, "dart-sass\t1.80.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28455
28450
  A.updateCanonicalizeContextPrototype();
28456
28451
  A.updateSourceSpanPrototype();
28457
28452
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -29236,8 +29231,6 @@ self.util = _cliPkgRequires.util;
29236
29231
  DebugOptions: function DebugOptions() {
29237
29232
  },
29238
29233
  WarnForDeprecation_warnForDeprecation0(_this, deprecation, message, span, trace) {
29239
- if (deprecation.isFuture && !(_this instanceof A.DeprecationProcessingLogger0))
29240
- return;
29241
29234
  if (_this instanceof A.LoggerWithDeprecationType)
29242
29235
  _this.internalWarn$4$deprecation$span$trace(message, deprecation, span, trace);
29243
29236
  else
@@ -33657,7 +33650,7 @@ self.util = _cliPkgRequires.util;
33657
33650
  switch ($async$goto) {
33658
33651
  case 0:
33659
33652
  // Function start
33660
- $async$returnValue = "1.79.6 compiled with dart2js 3.5.3";
33653
+ $async$returnValue = "1.80.1 compiled with dart2js 3.5.3";
33661
33654
  // goto return
33662
33655
  $async$goto = 1;
33663
33656
  break;
@@ -47979,7 +47972,7 @@ self.util = _cliPkgRequires.util;
47979
47972
  assertNotBogus$1$name($name) {
47980
47973
  if (!this.accept$1(B._IsBogusVisitor_true))
47981
47974
  return;
47982
- A.warnForDeprecation("$" + $name + ": " + (this.toString$0(0) + string$.x20is_nov), B.Deprecation_ido);
47975
+ A.warnForDeprecation("$" + $name + ": " + (this.toString$0(0) + string$.x20is_nov), B.Deprecation_C9i);
47983
47976
  },
47984
47977
  toString$0(_) {
47985
47978
  var _null = null,
@@ -50115,7 +50108,7 @@ self.util = _cliPkgRequires.util;
50115
50108
  break;
50116
50109
  case 11:
50117
50110
  // then
50118
- A.WarnForDeprecation_warnForDeprecation($async$self._async_import_cache$_logger, B.Deprecation_IMm, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, null, null);
50111
+ A.WarnForDeprecation_warnForDeprecation($async$self._async_import_cache$_logger, B.Deprecation_INA, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, null, null);
50119
50112
  // goto join
50120
50113
  $async$goto = 12;
50121
50114
  break;
@@ -50345,8 +50338,9 @@ self.util = _cliPkgRequires.util;
50345
50338
  };
50346
50339
  A.AsyncBuiltInCallable_withDeprecationWarning_closure.prototype = {
50347
50340
  call$1(args) {
50348
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
50349
- return this.$this._async_built_in$_callback.call$1(args);
50341
+ var t1 = this.$this;
50342
+ A.warnForDeprecation(string$.Global + this.module + "." + t1.name + string$.x20inste, B.Deprecation_0Gh);
50343
+ return t1._async_built_in$_callback.call$1(args);
50350
50344
  },
50351
50345
  $signature: 316
50352
50346
  };
@@ -50411,8 +50405,12 @@ self.util = _cliPkgRequires.util;
50411
50405
  };
50412
50406
  A.BuiltInCallable_withDeprecationWarning_closure.prototype = {
50413
50407
  call$1(args) {
50414
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
50415
- return this._box_0.$function.call$1(args);
50408
+ var _this = this,
50409
+ t1 = _this.newName;
50410
+ if (t1 == null)
50411
+ t1 = _this.$this.name;
50412
+ A.warnForDeprecation(string$.Global + _this.module + "." + t1 + string$.x20inste, B.Deprecation_0Gh);
50413
+ return _this._box_0.$function.call$1(args);
50416
50414
  },
50417
50415
  $signature: 4
50418
50416
  };
@@ -51824,7 +51822,7 @@ self.util = _cliPkgRequires.util;
51824
51822
  }
51825
51823
  try {
51826
51824
  argVersion = A.Version_Version$parse(id);
51827
- sassVersion = A.Version_Version$parse("1.79.6");
51825
+ sassVersion = A.Version_Version$parse("1.80.1");
51828
51826
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51829
51827
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51830
51828
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -53873,7 +53871,7 @@ self.util = _cliPkgRequires.util;
53873
53871
  if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
53874
53872
  return A._functionString("grayscale", $arguments);
53875
53873
  else {
53876
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
53874
+ A.warnForDeprecation(string$.Globalcg, B.Deprecation_0Gh);
53877
53875
  return A._grayscale(t1.$index($arguments, 0));
53878
53876
  }
53879
53877
  },
@@ -53886,7 +53884,7 @@ self.util = _cliPkgRequires.util;
53886
53884
  degrees = A._angleValue(t1.$index($arguments, 1), "degrees");
53887
53885
  if (!color._space.get$isLegacyInternal())
53888
53886
  throw A.wrapException(A.SassScriptException$(string$.adjusto, null));
53889
- A.warnForDeprecation(string$.adjustd + A.SassNumber_SassNumber(degrees, "deg").toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ukt);
53887
+ A.warnForDeprecation(string$.adjustd + A.SassNumber_SassNumber(degrees, "deg").toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_izR);
53890
53888
  return color.changeHsl$1$hue(color._legacyChannel$2(B.HslColorSpace_gsm, "hue") + degrees);
53891
53889
  },
53892
53890
  $signature: 23
@@ -53902,7 +53900,7 @@ self.util = _cliPkgRequires.util;
53902
53900
  throw A.wrapException(A.SassScriptException$(string$.lighte, null));
53903
53901
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s9_) + amount.valueInRange$3(0, 100, "amount");
53904
53902
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53905
- A.warnForDeprecation("lighten() is deprecated. " + A._suggestScaleAndAdjust(color, amount._number$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_ukt);
53903
+ A.warnForDeprecation("lighten() is deprecated. " + A._suggestScaleAndAdjust(color, amount._number$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_izR);
53906
53904
  return result;
53907
53905
  },
53908
53906
  $signature: 23
@@ -53918,7 +53916,7 @@ self.util = _cliPkgRequires.util;
53918
53916
  throw A.wrapException(A.SassScriptException$(string$.darken, null));
53919
53917
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s9_) - amount.valueInRange$3(0, 100, "amount");
53920
53918
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53921
- A.warnForDeprecation("darken() is deprecated. " + A._suggestScaleAndAdjust(color, -amount._number$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_ukt);
53919
+ A.warnForDeprecation("darken() is deprecated. " + A._suggestScaleAndAdjust(color, -amount._number$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_izR);
53922
53920
  return result;
53923
53921
  },
53924
53922
  $signature: 23
@@ -53936,7 +53934,7 @@ self.util = _cliPkgRequires.util;
53936
53934
  call$1($arguments) {
53937
53935
  var t1, color, amount, result,
53938
53936
  _s10_ = "saturation";
53939
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
53937
+ A.warnForDeprecation(string$.Globalcad, B.Deprecation_0Gh);
53940
53938
  t1 = J.getInterceptor$asx($arguments);
53941
53939
  color = t1.$index($arguments, 0).assertColor$1("color");
53942
53940
  amount = t1.$index($arguments, 1).assertNumber$1("amount");
@@ -53944,7 +53942,7 @@ self.util = _cliPkgRequires.util;
53944
53942
  throw A.wrapException(A.SassScriptException$(string$.satura, null));
53945
53943
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s10_) + amount.valueInRange$3(0, 100, "amount");
53946
53944
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53947
- A.warnForDeprecation("saturate() is deprecated. " + A._suggestScaleAndAdjust(color, amount._number$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_ukt);
53945
+ A.warnForDeprecation("saturate() is deprecated. " + A._suggestScaleAndAdjust(color, amount._number$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_izR);
53948
53946
  return result;
53949
53947
  },
53950
53948
  $signature: 23
@@ -53960,7 +53958,7 @@ self.util = _cliPkgRequires.util;
53960
53958
  throw A.wrapException(A.SassScriptException$(string$.desatu, null));
53961
53959
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s10_) - amount.valueInRange$3(0, 100, "amount");
53962
53960
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53963
- A.warnForDeprecation("desaturate() is deprecated. " + A._suggestScaleAndAdjust(color, -amount._number$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_ukt);
53961
+ A.warnForDeprecation("desaturate() is deprecated. " + A._suggestScaleAndAdjust(color, -amount._number$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_izR);
53964
53962
  return result;
53965
53963
  },
53966
53964
  $signature: 23
@@ -54000,7 +53998,7 @@ self.util = _cliPkgRequires.util;
54000
53998
  return A._functionString("alpha", $arguments);
54001
53999
  if (_0_0 instanceof A.SassColor && !_0_0._space.get$isLegacyInternal())
54002
54000
  throw A.wrapException(A.SassScriptException$(string$.alpha_, null));
54003
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
54001
+ A.warnForDeprecation(string$.Globalcal, B.Deprecation_0Gh);
54004
54002
  t1 = _0_0.assertColor$1("color").alphaOrNull;
54005
54003
  return A.SassNumber_SassNumber(t1 == null ? 0 : t1, null);
54006
54004
  },
@@ -54031,7 +54029,7 @@ self.util = _cliPkgRequires.util;
54031
54029
  var t1 = J.getInterceptor$asx($arguments);
54032
54030
  if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
54033
54031
  return A._functionString("opacity", $arguments);
54034
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
54032
+ A.warnForDeprecation(string$.Globalco, B.Deprecation_0Gh);
54035
54033
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
54036
54034
  return A.SassNumber_SassNumber(t1 == null ? 0 : t1, null);
54037
54035
  },
@@ -54095,7 +54093,7 @@ self.util = _cliPkgRequires.util;
54095
54093
  call$1($arguments) {
54096
54094
  var result = A._invert($arguments, false);
54097
54095
  if (result instanceof A.SassString)
54098
- A.warnForDeprecation("Passing a number (" + A.S(J.$index$asx($arguments, 0)) + string$.x29x20to_ci + result.toString$0(0), B.Deprecation_iDZ);
54096
+ A.warnForDeprecation("Passing a number (" + A.S(J.$index$asx($arguments, 0)) + string$.x29x20to_ci + result.toString$0(0), B.Deprecation_ePO);
54099
54097
  return result;
54100
54098
  },
54101
54099
  $signature: 4
@@ -54124,7 +54122,7 @@ self.util = _cliPkgRequires.util;
54124
54122
  t1 = J.getInterceptor$asx($arguments);
54125
54123
  if (t1.$index($arguments, 0) instanceof A.SassNumber) {
54126
54124
  result = A._functionString("grayscale", t1.take$1($arguments, 1));
54127
- A.warnForDeprecation("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x29x20to_cg + result.toString$0(0), B.Deprecation_iDZ);
54125
+ A.warnForDeprecation("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x29x20to_cg + result.toString$0(0), B.Deprecation_ePO);
54128
54126
  return result;
54129
54127
  }
54130
54128
  return A._grayscale(t1.$index($arguments, 0));
@@ -54167,7 +54165,7 @@ self.util = _cliPkgRequires.util;
54167
54165
  t1 = B.JSString_methods.contains$1(_0_0._string$_text, $.$get$_microsoftFilterStart());
54168
54166
  if (t1) {
54169
54167
  result = A._functionString("alpha", $arguments);
54170
- A.warnForDeprecation(string$.Using_c + result.toString$0(0), B.Deprecation_iDZ);
54168
+ A.warnForDeprecation(string$.Using_c + result.toString$0(0), B.Deprecation_ePO);
54171
54169
  return result;
54172
54170
  }
54173
54171
  if (_0_0 instanceof A.SassColor && !_0_0._space.get$isLegacyInternal())
@@ -54183,7 +54181,7 @@ self.util = _cliPkgRequires.util;
54183
54181
  t1 = J.getInterceptor$asx($arguments);
54184
54182
  if (B.JSArray_methods.every$1(t1.$index($arguments, 0).get$asList(), new A.module__closure2())) {
54185
54183
  result = A._functionString("alpha", $arguments);
54186
- A.warnForDeprecation(string$.Using_c + result.toString$0(0), B.Deprecation_iDZ);
54184
+ A.warnForDeprecation(string$.Using_c + result.toString$0(0), B.Deprecation_ePO);
54187
54185
  return result;
54188
54186
  }
54189
54187
  throw A.wrapException(A.SassScriptException$("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed.", null));
@@ -54202,7 +54200,7 @@ self.util = _cliPkgRequires.util;
54202
54200
  t1 = J.getInterceptor$asx($arguments);
54203
54201
  if (t1.$index($arguments, 0) instanceof A.SassNumber) {
54204
54202
  result = A._functionString("opacity", $arguments);
54205
- A.warnForDeprecation("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x20to_co + result.toString$0(0), B.Deprecation_iDZ);
54203
+ A.warnForDeprecation("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x20to_co + result.toString$0(0), B.Deprecation_ePO);
54206
54204
  return result;
54207
54205
  }
54208
54206
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
@@ -54503,7 +54501,7 @@ self.util = _cliPkgRequires.util;
54503
54501
  A._changeColor_closure.prototype = {
54504
54502
  call$0() {
54505
54503
  var t1 = this.alphaArg;
54506
- A.warnForDeprecation("$alpha: Passing a unit other than % (" + A.S(t1) + string$.x29x20is_d + t1.unitSuggestion$1("alpha") + string$.x0a_See_, B.Deprecation_2jN);
54504
+ A.warnForDeprecation("$alpha: Passing a unit other than % (" + A.S(t1) + string$.x29x20is_d + t1.unitSuggestion$1("alpha") + string$.x0a_See_, B.Deprecation_int);
54507
54505
  return t1.valueInRange$3(0, 1, "alpha");
54508
54506
  },
54509
54507
  $signature: 192
@@ -54619,7 +54617,7 @@ self.util = _cliPkgRequires.util;
54619
54617
  result = A.SassNumber_SassNumber(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
54620
54618
  t1 = _this.global ? "" : "color.",
54621
54619
  t2 = _this.name;
54622
- A.warnForDeprecation(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ukt);
54620
+ A.warnForDeprecation(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_izR);
54623
54621
  return result;
54624
54622
  },
54625
54623
  $signature: 24
@@ -55062,9 +55060,9 @@ self.util = _cliPkgRequires.util;
55062
55060
  var t1,
55063
55061
  number = J.$index$asx($arguments, 0).assertNumber$1("number");
55064
55062
  if (number.hasUnit$1("%"))
55065
- A.warnForDeprecation(string$.Passinp + number.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + number.toString$0(0) + string$.x7d__Mor, B.Deprecation_GFc);
55063
+ A.warnForDeprecation(string$.Passinp + number.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + number.toString$0(0) + string$.x7d__Mor, B.Deprecation_Zk6);
55066
55064
  else
55067
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
55065
+ A.warnForDeprecation(string$.Globalm, B.Deprecation_0Gh);
55068
55066
  t1 = number.get$numeratorUnits(number);
55069
55067
  return A.SassNumber_SassNumber$withUnits(Math.abs(number._number$_value), number.get$denominatorUnits(number), t1);
55070
55068
  },
@@ -55236,7 +55234,7 @@ self.util = _cliPkgRequires.util;
55236
55234
  return A.SassNumber_SassNumber($.$get$_random0().nextDouble$0(), null);
55237
55235
  limit = t1.$index($arguments, 0).assertNumber$1("limit");
55238
55236
  if (limit.get$hasUnits())
55239
- A.warnForDeprecation(string$.math_r + limit.toString$0(0) + string$.x29x20in_a + limit.get$unitString() + ")) * 1" + limit.get$unitString() + string$.x0a_To_p + limit.get$unitString() + string$.x29x29__Mo, B.Deprecation_2jN);
55237
+ A.warnForDeprecation(string$.math_r + limit.toString$0(0) + string$.x29x20in_a + limit.get$unitString() + ")) * 1" + limit.get$unitString() + string$.x0a_To_p + limit.get$unitString() + string$.x29x29__Mo, B.Deprecation_int);
55240
55238
  limitScalar = limit.assertInt$1("limit");
55241
55239
  if (limitScalar < 1)
55242
55240
  throw A.wrapException(A.SassScriptException$("$limit: Must be greater than 0, was " + limit.toString$0(0) + ".", null));
@@ -55272,7 +55270,7 @@ self.util = _cliPkgRequires.util;
55272
55270
  };
55273
55271
  A._shared_closure.prototype = {
55274
55272
  call$1($arguments) {
55275
- A.warnForDeprecation(string$.The_fe, B.Deprecation_E6M);
55273
+ A.warnForDeprecation(string$.The_fe, B.Deprecation_Vr4);
55276
55274
  return $._features.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature")._string$_text) ? B.SassBoolean_true : B.SassBoolean_false;
55277
55275
  },
55278
55276
  $signature: 12
@@ -55854,7 +55852,7 @@ self.util = _cliPkgRequires.util;
55854
55852
  if (result == null)
55855
55853
  return new A._Record_2(_null, cacheable);
55856
55854
  if (result.get$scheme() === "")
55857
- A.WarnForDeprecation_warnForDeprecation(this._logger, B.Deprecation_IMm, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, _null, _null);
55855
+ A.WarnForDeprecation_warnForDeprecation(this._logger, B.Deprecation_INA, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, _null, _null);
55858
55856
  else if (importer.isNonCanonicalScheme$1(result.get$scheme()))
55859
55857
  throw A.wrapException("Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2c_whicu);
55860
55858
  return new A._Record_2(new A._Record_3_originalUrl(importer, result, url), cacheable);
@@ -55982,7 +55980,7 @@ self.util = _cliPkgRequires.util;
55982
55980
  if (_0_0 != null) {
55983
55981
  resolved = A.resolveImportPath(A.join(_0_0, $.$get$context().style.pathFromUri$1(A._parseUri(url)), null));
55984
55982
  if (resolved != null && this._loadPathDeprecated)
55985
- A.warnForDeprecation(string$.Using_t, B.Deprecation_B4v);
55983
+ A.warnForDeprecation(string$.Using_t, B.Deprecation_vct);
55986
55984
  } else
55987
55985
  return null;
55988
55986
  }
@@ -57217,7 +57215,7 @@ self.util = _cliPkgRequires.util;
57217
57215
  A._RequireMain.prototype = {};
57218
57216
  A.LoggerWithDeprecationType0.prototype = {
57219
57217
  warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
57220
- this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.Deprecation_JeE : null, span, trace);
57218
+ this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.Deprecation_W1R : null, span, trace);
57221
57219
  },
57222
57220
  warn$3$span$trace(_, message, span, trace) {
57223
57221
  return this.warn$4$deprecation$span$trace(0, message, false, span, trace);
@@ -57246,49 +57244,27 @@ self.util = _cliPkgRequires.util;
57246
57244
  };
57247
57245
  A.DeprecationProcessingLogger.prototype = {
57248
57246
  validate$0() {
57249
- var t1, t2, t3, t4, t5, t6, _1_7, _this = this, _null = null;
57250
- for (t1 = _this.fatalDeprecations, t1 = t1.get$iterator(t1), t2 = _this.silenceDeprecations, t3 = _this.futureDeprecations, t4 = _this._inner; t1.moveNext$0();) {
57251
- t5 = t1.get$current(t1);
57252
- if (t5.isFuture && !t3.contains$1(0, t5)) {
57253
- t5 = t5.toString$0(0);
57254
- t4.warn$3$span$trace(0, "Future " + t5 + string$.x20deprex20m, _null, _null);
57255
- continue;
57256
- }
57257
- t6 = t2.contains$1(0, t5);
57258
- if (t6) {
57259
- t5 = t5.toString$0(0);
57260
- t4.warn$3$span$trace(0, "Ignoring setting to silence " + t5 + string$.x20deprex2c, _null, _null);
57247
+ var t1, t2, t3, t4, t5, _this = this, _null = null;
57248
+ for (t1 = _this.fatalDeprecations, t1 = t1.get$iterator(t1), t2 = _this.silenceDeprecations, t3 = _this._inner; t1.moveNext$0();) {
57249
+ t4 = t1.get$current(t1);
57250
+ t5 = t2.contains$1(0, t4);
57251
+ if (t5) {
57252
+ t4 = t4.toString$0(0);
57253
+ t3.warn$3$span$trace(0, "Ignoring setting to silence " + t4 + string$.x20deprex2c, _null, _null);
57261
57254
  continue;
57262
57255
  }
57263
57256
  }
57264
- for (t1 = A._LinkedHashSetIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
57257
+ for (t1 = A._LinkedHashSetIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t2 = t1.$ti._precomputed1, t4 = _this.futureDeprecations; t1.moveNext$0();) {
57265
57258
  t5 = t1._collection$_current;
57266
- if (t5 == null)
57267
- t5 = t2._as(t5);
57268
- if (B.Deprecation_JeE === t5) {
57269
- t4.warn$3$span$trace(0, string$.User_a, _null, _null);
57270
- continue;
57271
- }
57272
- _1_7 = t5.isFuture;
57273
- if (_1_7 && t3.contains$1(0, t5)) {
57274
- t5 = t5.toString$0(0);
57275
- t4.warn$3$span$trace(0, "Conflicting options for future " + t5 + " deprecation cancel each other out.", _null, _null);
57276
- continue;
57277
- }
57278
- if (_1_7) {
57279
- t5 = t5.toString$0(0);
57280
- t4.warn$3$span$trace(0, "Future " + t5 + string$.x20deprex20i, _null, _null);
57259
+ if (B.Deprecation_W1R === (t5 == null ? t2._as(t5) : t5)) {
57260
+ t3.warn$3$span$trace(0, string$.User_a, _null, _null);
57281
57261
  continue;
57282
57262
  }
57283
57263
  }
57284
- for (t1 = A._LinkedHashSetIterator$(t3, t3._modifications, A._instanceType(t3)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
57285
- t3 = t1._collection$_current;
57286
- if (t3 == null)
57287
- t3 = t2._as(t3);
57288
- if (!t3.isFuture) {
57289
- t3 = t3.toString$0(0);
57290
- t4.warn$3$span$trace(0, t3 + string$.x20is_noaf, _null, _null);
57291
- }
57264
+ for (t1 = A._LinkedHashSetIterator$(t4, t4._modifications, A._instanceType(t4)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
57265
+ t4 = t1._collection$_current;
57266
+ t4 = (t4 == null ? t2._as(t4) : t4).toString$0(0);
57267
+ t3.warn$3$span$trace(0, t4 + string$.x20is_noaf, _null, _null);
57292
57268
  }
57293
57269
  },
57294
57270
  internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
@@ -57299,10 +57275,8 @@ self.util = _cliPkgRequires.util;
57299
57275
  },
57300
57276
  _handleDeprecation$4$span$trace(deprecation, message, span, trace) {
57301
57277
  var _0_3_isSet, _0_3, t1, span0, t2, count, _this = this, _null = null;
57302
- if (deprecation.isFuture && !_this.futureDeprecations.contains$1(0, deprecation))
57303
- return;
57304
57278
  if (_this.fatalDeprecations.contains$1(0, deprecation)) {
57305
- message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20t;
57279
+ message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20;
57306
57280
  $label0$0: {
57307
57281
  _0_3_isSet = span != null;
57308
57282
  _0_3 = _null;
@@ -59314,7 +59288,7 @@ self.util = _cliPkgRequires.util;
59314
59288
  if (_this.scanIdentifier$2$caseSensitive("else", true))
59315
59289
  return true;
59316
59290
  if (_this.scanIdentifier$2$caseSensitive("elseif", true)) {
59317
- A.WarnForDeprecation_warnForDeprecation(_this.logger, B.Deprecation_EJz, string$.x40elsei, t1.spanFrom$1(new A._SpanScannerState(t1, t3)), null);
59291
+ A.WarnForDeprecation_warnForDeprecation(_this.logger, B.Deprecation_Aec, string$.x40elsei, t1.spanFrom$1(new A._SpanScannerState(t1, t3)), null);
59318
59292
  t1.set$position(t1._string_scanner$_position - 2);
59319
59293
  return true;
59320
59294
  }
@@ -59922,7 +59896,7 @@ self.util = _cliPkgRequires.util;
59922
59896
  t5 = flagStart.position;
59923
59897
  t6 = new A._FileSpan(t4, t5, endPosition);
59924
59898
  t6._FileSpan$3(t4, t5, endPosition);
59925
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_zrt, string$.x21defau, t6, null);
59899
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_YUI, string$.x21defau, t6, null);
59926
59900
  }
59927
59901
  guarded = true;
59928
59902
  break $label0$0;
@@ -59941,7 +59915,7 @@ self.util = _cliPkgRequires.util;
59941
59915
  t5 = flagStart.position;
59942
59916
  t6 = new A._FileSpan(t4, t5, endPosition);
59943
59917
  t6._FileSpan$3(t4, t5, endPosition);
59944
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_zrt, string$.x21globas, t6, null);
59918
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_YUI, string$.x21globas, t6, null);
59945
59919
  }
59946
59920
  global = true;
59947
59921
  break $label0$0;
@@ -60480,7 +60454,7 @@ self.util = _cliPkgRequires.util;
60480
60454
  t2 = t1._string_scanner$_position;
60481
60455
  $name = _this.identifier$0();
60482
60456
  if (B.JSString_methods.startsWith$1($name, "--"))
60483
- A.WarnForDeprecation_warnForDeprecation(_this.logger, B.Deprecation_HJ0, string$.Sassx20_fm, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
60457
+ A.WarnForDeprecation_warnForDeprecation(_this.logger, B.Deprecation_0, string$.Sassx20_fm, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
60484
60458
  _this.whitespace$0();
60485
60459
  $arguments = _this._argumentDeclaration$0();
60486
60460
  if (_this._stylesheet$_inMixin || _this._inContentBlock)
@@ -60610,7 +60584,7 @@ self.util = _cliPkgRequires.util;
60610
60584
  argument = _this.importArgument$0();
60611
60585
  t3 = argument instanceof A.DynamicImport;
60612
60586
  if (t3)
60613
- A.WarnForDeprecation_warnForDeprecation(t2, B.Deprecation_import_null_true_import, string$.Sassx20_i, argument.span, null);
60587
+ A.WarnForDeprecation_warnForDeprecation(t2, B.Deprecation_MYu, string$.Sassx20_i, argument.span, null);
60614
60588
  if ((_this._inControlDirective || _this._stylesheet$_inMixin) && t3)
60615
60589
  _this._disallowedAtRule$1(start);
60616
60590
  imports.push(argument);
@@ -60854,7 +60828,7 @@ self.util = _cliPkgRequires.util;
60854
60828
  t2 = t1._string_scanner$_position;
60855
60829
  $name = _this.identifier$0();
60856
60830
  if (B.JSString_methods.startsWith$1($name, "--"))
60857
- A.WarnForDeprecation_warnForDeprecation(_this.logger, B.Deprecation_HJ0, string$.Sassx20_m, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
60831
+ A.WarnForDeprecation_warnForDeprecation(_this.logger, B.Deprecation_0, string$.Sassx20_m, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
60858
60832
  _this.whitespace$0();
60859
60833
  if (t1.peekChar$0() === 40)
60860
60834
  $arguments = _this._argumentDeclaration$0();
@@ -63247,7 +63221,7 @@ self.util = _cliPkgRequires.util;
63247
63221
  call$2(children, span) {
63248
63222
  var _this = this;
63249
63223
  if (_this._box_0.needsDeprecationWarning)
63250
- A.WarnForDeprecation_warnForDeprecation(_this.$this.logger, B.Deprecation_uNF, string$.x40_moz_, span, null);
63224
+ A.WarnForDeprecation_warnForDeprecation(_this.$this.logger, B.Deprecation_T5f, string$.x40_moz_, span, null);
63251
63225
  return A.AtRule$(_this.name, span, children, _this.value);
63252
63226
  },
63253
63227
  $signature: 143
@@ -63323,7 +63297,7 @@ self.util = _cliPkgRequires.util;
63323
63297
  t5 = left.toString$0(0);
63324
63298
  t6 = right.toString$0(0);
63325
63299
  t1 = t1.singleExpression_;
63326
- A.WarnForDeprecation_warnForDeprecation(t3.logger, B.Deprecation_2Vk, "This operation is parsed as:\n\n " + t2 + " " + t7 + " " + t4 + string$.x0a_but_ + t5 + " (" + t7 + t6 + ")\n\nAdd a space after " + t7 + string$.x20to_cl, t1.get$span(t1), null);
63300
+ A.WarnForDeprecation_warnForDeprecation(t3.logger, B.Deprecation_2My, "This operation is parsed as:\n\n " + t2 + " " + t7 + " " + t4 + string$.x0a_but_ + t5 + " (" + t7 + t6 + ")\n\nAdd a space after " + t7 + string$.x20to_cl, t1.get$span(t1), null);
63327
63301
  }
63328
63302
  }
63329
63303
  }
@@ -64314,7 +64288,7 @@ self.util = _cliPkgRequires.util;
64314
64288
  indexValue = sassIndex.assertNumber$1($name);
64315
64289
  if (indexValue.get$hasUnits()) {
64316
64290
  t1 = indexValue.get$unitString();
64317
- A.warnForDeprecation("$" + $name + ": Passing a number with unit " + t1 + string$.x20is_de + indexValue.unitSuggestion$1($name) + string$.x0a_Morex3af, B.Deprecation_2jN);
64291
+ A.warnForDeprecation("$" + $name + ": Passing a number with unit " + t1 + string$.x20is_de + indexValue.unitSuggestion$1($name) + string$.x0a_Morex3af, B.Deprecation_int);
64318
64292
  }
64319
64293
  index = indexValue.assertInt$1($name);
64320
64294
  if (index === 0)
@@ -68048,7 +68022,7 @@ self.util = _cliPkgRequires.util;
68048
68022
  interleavedRules.push(rule0);
68049
68023
  break $label0$1;
68050
68024
  }
68051
- $async$self._async_evaluate$_warn$3(string$.Sassx27s, new A.MultiSpan(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_gf0);
68025
+ $async$self._async_evaluate$_warn$3(string$.Sassx27s, new A.MultiSpan(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_u1l);
68052
68026
  B.JSArray_methods.clear$0(interleavedRules);
68053
68027
  break $label0$1;
68054
68028
  }
@@ -68223,7 +68197,7 @@ self.util = _cliPkgRequires.util;
68223
68197
  complex.accept$1(visitor);
68224
68198
  t6 = B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0));
68225
68199
  t7 = complex.accept$1(B.C__IsUselessVisitor) ? "can't" : "shouldn't";
68226
- $async$self._async_evaluate$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan(A.SpanExtensions_trimRight(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_ido);
68200
+ $async$self._async_evaluate$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan(A.SpanExtensions_trimRight(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_C9i);
68227
68201
  }
68228
68202
  $async$goto = 3;
68229
68203
  return A._asyncAwait($async$self._async_evaluate$_performInterpolationWithMap$2$warnForColor(node.selector, true), $async$visitExtendRule$1);
@@ -68976,7 +68950,7 @@ self.util = _cliPkgRequires.util;
68976
68950
  // Function start
68977
68951
  mixin = $async$self._async_evaluate$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure2($async$self, node));
68978
68952
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
68979
- $async$self._async_evaluate$_warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_HJ0);
68953
+ $async$self._async_evaluate$_warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_0);
68980
68954
  $async$goto = 3;
68981
68955
  return A._asyncAwait($async$self._async_evaluate$_applyMixin$5(mixin, A.NullableExtension_andThen(node.content, new A._EvaluateVisitor_visitIncludeRule_closure3($async$self)), node.$arguments, node, new A._FakeAstNode(new A._EvaluateVisitor_visitIncludeRule_closure4(node))), $async$visitIncludeRule$1);
68982
68956
  case 3:
@@ -69333,12 +69307,12 @@ self.util = _cliPkgRequires.util;
69333
69307
  if (complex.accept$1(B.C__IsUselessVisitor)) {
69334
69308
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
69335
69309
  complex.accept$1(visitor);
69336
- _this._async_evaluate$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight(complex.span), B.Deprecation_ido);
69310
+ _this._async_evaluate$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight(complex.span), B.Deprecation_C9i);
69337
69311
  } else if (complex.leadingCombinators.length !== 0) {
69338
69312
  if (!_this._async_evaluate$_assertInModule$2(_this._async_evaluate$__stylesheet, "_stylesheet").plainCss) {
69339
69313
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
69340
69314
  complex.accept$1(visitor);
69341
- _this._async_evaluate$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight(complex.span), B.Deprecation_ido);
69315
+ _this._async_evaluate$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight(complex.span), B.Deprecation_C9i);
69342
69316
  }
69343
69317
  } else {
69344
69318
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
@@ -69349,7 +69323,7 @@ self.util = _cliPkgRequires.util;
69349
69323
  if (t5.get$length(0) === 0)
69350
69324
  A.throwExpression(A.IterableElementError_noElement());
69351
69325
  t9 = J.get$span$z(t5.$index(0, 0));
69352
- _this._async_evaluate$_warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure0()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_ido);
69326
+ _this._async_evaluate$_warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure0()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_C9i);
69353
69327
  }
69354
69328
  }
69355
69329
  },
@@ -69676,7 +69650,7 @@ self.util = _cliPkgRequires.util;
69676
69650
  }
69677
69651
  if (node.isGlobal && !$async$self._async_evaluate$_environment.globalVariableExists$1(node.name)) {
69678
69652
  t1 = $async$self._async_evaluate$_environment._async_environment$_variables.length === 1 ? string$.As_of_S : string$.As_of_R + A.declarationName(node.span) + ": null` at the stylesheet root.";
69679
- $async$self._async_evaluate$_warn$3(t1, node.span, B.Deprecation_2nU);
69653
+ $async$self._async_evaluate$_warn$3(t1, node.span, B.Deprecation_KIf);
69680
69654
  }
69681
69655
  t1 = node.expression;
69682
69656
  t2 = t1.accept$1($async$self);
@@ -69854,7 +69828,7 @@ self.util = _cliPkgRequires.util;
69854
69828
  else
69855
69829
  t1 = false;
69856
69830
  if (t1) {
69857
- this._async_evaluate$_warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation0().call$1(node)) + " or " + A.expressionToCalc(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_oJv);
69831
+ this._async_evaluate$_warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation0().call$1(node)) + " or " + A.expressionToCalc(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_mRl);
69858
69832
  return result;
69859
69833
  }
69860
69834
  return result;
@@ -70290,7 +70264,7 @@ self.util = _cliPkgRequires.util;
70290
70264
  case 4:
70291
70265
  // join
70292
70266
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
70293
- $async$self._async_evaluate$_warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_HJ0);
70267
+ $async$self._async_evaluate$_warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_0);
70294
70268
  oldInFunction = $async$self._async_evaluate$_inFunction;
70295
70269
  $async$self._async_evaluate$_inFunction = true;
70296
70270
  $async$goto = 12;
@@ -72357,7 +72331,7 @@ self.util = _cliPkgRequires.util;
72357
72331
  else
72358
72332
  t1 = false;
72359
72333
  if (t1)
72360
- this._async_evaluate$_warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation0().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_oJv);
72334
+ this._async_evaluate$_warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation0().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_mRl);
72361
72335
  return value.withoutSlash$0();
72362
72336
  },
72363
72337
  _async_evaluate$_stackFrame$2(member, span) {
@@ -72867,7 +72841,7 @@ self.util = _cliPkgRequires.util;
72867
72841
  break;
72868
72842
  case 3:
72869
72843
  // then
72870
- A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_gkc);
72844
+ A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_6v8);
72871
72845
  callableNode = t1._async_evaluate$_callableNode;
72872
72846
  t2 = $function._string$_text;
72873
72847
  t3 = callableNode.get$span(callableNode);
@@ -76448,7 +76422,7 @@ self.util = _cliPkgRequires.util;
76448
76422
  interleavedRules.push(rule0);
76449
76423
  break $label0$1;
76450
76424
  }
76451
- _this._warn$3(string$.Sassx27s, new A.MultiSpan(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_gf0);
76425
+ _this._warn$3(string$.Sassx27s, new A.MultiSpan(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_u1l);
76452
76426
  B.JSArray_methods.clear$0(interleavedRules);
76453
76427
  break $label0$1;
76454
76428
  }
@@ -76533,7 +76507,7 @@ self.util = _cliPkgRequires.util;
76533
76507
  complex.accept$1(visitor);
76534
76508
  t6 = B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0));
76535
76509
  t7 = complex.accept$1(B.C__IsUselessVisitor) ? "can't" : "shouldn't";
76536
- _this._warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan(A.SpanExtensions_trimRight(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_ido);
76510
+ _this._warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan(A.SpanExtensions_trimRight(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_C9i);
76537
76511
  }
76538
76512
  _0_0 = _this._performInterpolationWithMap$2$warnForColor(node.selector, true);
76539
76513
  for (t1 = A.SelectorList_SelectorList$parse(A.trimAscii(_0_0._0, true), false, _0_0._1, _this._evaluate$_logger, false).components, t2 = t1.length, t3 = styleRule._style_rule$_selector._box$_inner, _i = 0; _i < t2; ++_i) {
@@ -76852,7 +76826,7 @@ self.util = _cliPkgRequires.util;
76852
76826
  var _this = this,
76853
76827
  mixin = _this._addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure(_this, node));
76854
76828
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
76855
- _this._warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_HJ0);
76829
+ _this._warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_0);
76856
76830
  _this._applyMixin$5(mixin, A.NullableExtension_andThen(node.content, new A._EvaluateVisitor_visitIncludeRule_closure0(_this)), node.$arguments, node, new A._FakeAstNode(new A._EvaluateVisitor_visitIncludeRule_closure1(node)));
76857
76831
  return null;
76858
76832
  },
@@ -77002,12 +76976,12 @@ self.util = _cliPkgRequires.util;
77002
76976
  if (complex.accept$1(B.C__IsUselessVisitor)) {
77003
76977
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
77004
76978
  complex.accept$1(visitor);
77005
- _this._warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight(complex.span), B.Deprecation_ido);
76979
+ _this._warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight(complex.span), B.Deprecation_C9i);
77006
76980
  } else if (complex.leadingCombinators.length !== 0) {
77007
76981
  if (!_this._assertInModule$2(_this.__stylesheet, "_stylesheet").plainCss) {
77008
76982
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
77009
76983
  complex.accept$1(visitor);
77010
- _this._warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight(complex.span), B.Deprecation_ido);
76984
+ _this._warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight(complex.span), B.Deprecation_C9i);
77011
76985
  }
77012
76986
  } else {
77013
76987
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
@@ -77018,7 +76992,7 @@ self.util = _cliPkgRequires.util;
77018
76992
  if (t5.get$length(0) === 0)
77019
76993
  A.throwExpression(A.IterableElementError_noElement());
77020
76994
  t9 = J.get$span$z(t5.$index(0, 0));
77021
- _this._warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_ido);
76995
+ _this._warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_C9i);
77022
76996
  }
77023
76997
  }
77024
76998
  },
@@ -77118,7 +77092,7 @@ self.util = _cliPkgRequires.util;
77118
77092
  }
77119
77093
  if (node.isGlobal && !_this._environment.globalVariableExists$1(node.name)) {
77120
77094
  t1 = _this._environment._variables.length === 1 ? string$.As_of_S : string$.As_of_R + A.declarationName(node.span) + ": null` at the stylesheet root.";
77121
- _this._warn$3(t1, node.span, B.Deprecation_2nU);
77095
+ _this._warn$3(t1, node.span, B.Deprecation_KIf);
77122
77096
  }
77123
77097
  t1 = node.expression;
77124
77098
  _this._addExceptionSpan$2(node, new A._EvaluateVisitor_visitVariableDeclaration_closure1(_this, node, _this._withoutSlash$2(t1.accept$1(_this), t1)));
@@ -77192,7 +77166,7 @@ self.util = _cliPkgRequires.util;
77192
77166
  else
77193
77167
  t1 = false;
77194
77168
  if (t1) {
77195
- this._warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation().call$1(node)) + " or " + A.expressionToCalc(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_oJv);
77169
+ this._warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation().call$1(node)) + " or " + A.expressionToCalc(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_mRl);
77196
77170
  return result;
77197
77171
  }
77198
77172
  return result;
@@ -77319,7 +77293,7 @@ self.util = _cliPkgRequires.util;
77319
77293
  } else
77320
77294
  t2 = $function;
77321
77295
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
77322
- _this._warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_HJ0);
77296
+ _this._warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_0);
77323
77297
  oldInFunction = _this._inFunction;
77324
77298
  _this._inFunction = true;
77325
77299
  result = _this._addErrorSpan$2(node, new A._EvaluateVisitor_visitFunctionExpression_closure1(t1, _this, node));
@@ -78248,7 +78222,7 @@ self.util = _cliPkgRequires.util;
78248
78222
  else
78249
78223
  t1 = false;
78250
78224
  if (t1)
78251
- this._warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_oJv);
78225
+ this._warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_mRl);
78252
78226
  return value.withoutSlash$0();
78253
78227
  },
78254
78228
  _stackFrame$2(member, span) {
@@ -78592,7 +78566,7 @@ self.util = _cliPkgRequires.util;
78592
78566
  }
78593
78567
  invocation = new A.ArgumentInvocation(A.List_List$unmodifiable(t3, t5), A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_empty(t4, t5), t4, t5), new A.ValueExpression(args, t7), t2, t6);
78594
78568
  if ($function instanceof A.SassString) {
78595
- A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_gkc);
78569
+ A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_6v8);
78596
78570
  callableNode = t1._callableNode;
78597
78571
  t2 = $function._string$_text;
78598
78572
  t3 = callableNode.get$span(callableNode);
@@ -80855,7 +80829,7 @@ self.util = _cliPkgRequires.util;
80855
80829
  ruleSpecificities = _this._specificities$1(rule);
80856
80830
  if (!declSpecificities.any$1(0, ruleSpecificities.get$contains(ruleSpecificities)))
80857
80831
  continue;
80858
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_gf0, string$.Sassx27s, new A.MultiSpan(t4, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.span, "nested rule"], t5, t6), t5, t6)), t7);
80832
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_u1l, string$.Sassx27s, new A.MultiSpan(t4, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.span, "nested rule"], t5, t6), t5, t6)), t7);
80859
80833
  }
80860
80834
  }
80861
80835
  _this._writeIndentation$0();
@@ -85214,8 +85188,9 @@ self.util = _cliPkgRequires.util;
85214
85188
  };
85215
85189
  A.AsyncBuiltInCallable_withDeprecationWarning_closure0.prototype = {
85216
85190
  call$1(args) {
85217
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
85218
- return this.$this._async_built_in0$_callback.call$1(args);
85191
+ var t1 = this.$this;
85192
+ A.warnForDeprecation0(string$.Global + this.module + "." + t1.name + string$.x20inste, B.Deprecation_Q5r);
85193
+ return t1._async_built_in0$_callback.call$1(args);
85219
85194
  },
85220
85195
  $signature: 312
85221
85196
  };
@@ -86662,7 +86637,7 @@ self.util = _cliPkgRequires.util;
86662
86637
  interleavedRules.push(rule0);
86663
86638
  break $label0$1;
86664
86639
  }
86665
- $async$self._async_evaluate0$_warn$3(string$.Sassx27s, new A.MultiSpan0(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_FGJ);
86640
+ $async$self._async_evaluate0$_warn$3(string$.Sassx27s, new A.MultiSpan0(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_VIq);
86666
86641
  B.JSArray_methods.clear$0(interleavedRules);
86667
86642
  break $label0$1;
86668
86643
  }
@@ -86837,7 +86812,7 @@ self.util = _cliPkgRequires.util;
86837
86812
  complex.accept$1(visitor);
86838
86813
  t6 = B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0));
86839
86814
  t7 = complex.accept$1(B.C__IsUselessVisitor0) ? "can't" : "shouldn't";
86840
- $async$self._async_evaluate0$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan0(A.SpanExtensions_trimRight0(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_5pG);
86815
+ $async$self._async_evaluate0$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan0(A.SpanExtensions_trimRight0(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_bh9);
86841
86816
  }
86842
86817
  $async$goto = 3;
86843
86818
  return A._asyncAwait($async$self._async_evaluate0$_performInterpolationWithMap$2$warnForColor(node.selector, true), $async$visitExtendRule$1);
@@ -87666,7 +87641,7 @@ self.util = _cliPkgRequires.util;
87666
87641
  // Function start
87667
87642
  mixin = $async$self._async_evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure8($async$self, node));
87668
87643
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
87669
- $async$self._async_evaluate0$_warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_qBS);
87644
+ $async$self._async_evaluate0$_warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_omC);
87670
87645
  $async$goto = 3;
87671
87646
  return A._asyncAwait($async$self._async_evaluate0$_applyMixin$5(mixin, A.NullableExtension_andThen0(node.content, new A._EvaluateVisitor_visitIncludeRule_closure9($async$self)), node.$arguments, node, new A._FakeAstNode0(new A._EvaluateVisitor_visitIncludeRule_closure10(node))), $async$visitIncludeRule$1);
87672
87647
  case 3:
@@ -88023,12 +87998,12 @@ self.util = _cliPkgRequires.util;
88023
87998
  if (complex.accept$1(B.C__IsUselessVisitor0)) {
88024
87999
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
88025
88000
  complex.accept$1(visitor);
88026
- _this._async_evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_5pG);
88001
+ _this._async_evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_bh9);
88027
88002
  } else if (complex.leadingCombinators.length !== 0) {
88028
88003
  if (!_this._async_evaluate0$_assertInModule$2(_this._async_evaluate0$__stylesheet, "_stylesheet").plainCss) {
88029
88004
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
88030
88005
  complex.accept$1(visitor);
88031
- _this._async_evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_5pG);
88006
+ _this._async_evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_bh9);
88032
88007
  }
88033
88008
  } else {
88034
88009
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
@@ -88039,7 +88014,7 @@ self.util = _cliPkgRequires.util;
88039
88014
  if (t5.get$length(0) === 0)
88040
88015
  A.throwExpression(A.IterableElementError_noElement());
88041
88016
  t9 = J.get$span$z(t5.$index(0, 0));
88042
- _this._async_evaluate0$_warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan0(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure2()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_5pG);
88017
+ _this._async_evaluate0$_warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan0(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure2()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_bh9);
88043
88018
  }
88044
88019
  }
88045
88020
  },
@@ -88366,7 +88341,7 @@ self.util = _cliPkgRequires.util;
88366
88341
  }
88367
88342
  if (node.isGlobal && !$async$self._async_evaluate0$_environment.globalVariableExists$1(node.name)) {
88368
88343
  t1 = $async$self._async_evaluate0$_environment._async_environment0$_variables.length === 1 ? string$.As_of_S : string$.As_of_R + A.declarationName0(node.span) + ": null` at the stylesheet root.";
88369
- $async$self._async_evaluate0$_warn$3(t1, node.span, B.Deprecation_W6Z);
88344
+ $async$self._async_evaluate0$_warn$3(t1, node.span, B.Deprecation_MT8);
88370
88345
  }
88371
88346
  t1 = node.expression;
88372
88347
  t2 = t1.accept$1($async$self);
@@ -88544,7 +88519,7 @@ self.util = _cliPkgRequires.util;
88544
88519
  else
88545
88520
  t1 = false;
88546
88521
  if (t1) {
88547
- this._async_evaluate0$_warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation2().call$1(node)) + " or " + A.expressionToCalc0(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_E8a);
88522
+ this._async_evaluate0$_warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation2().call$1(node)) + " or " + A.expressionToCalc0(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_q39);
88548
88523
  return result;
88549
88524
  }
88550
88525
  return result;
@@ -88980,7 +88955,7 @@ self.util = _cliPkgRequires.util;
88980
88955
  case 4:
88981
88956
  // join
88982
88957
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
88983
- $async$self._async_evaluate0$_warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_qBS);
88958
+ $async$self._async_evaluate0$_warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_omC);
88984
88959
  oldInFunction = $async$self._async_evaluate0$_inFunction;
88985
88960
  $async$self._async_evaluate0$_inFunction = true;
88986
88961
  $async$goto = 12;
@@ -91047,7 +91022,7 @@ self.util = _cliPkgRequires.util;
91047
91022
  else
91048
91023
  t1 = false;
91049
91024
  if (t1)
91050
- this._async_evaluate0$_warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation2().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_E8a);
91025
+ this._async_evaluate0$_warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation2().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_q39);
91051
91026
  return value.withoutSlash$0();
91052
91027
  },
91053
91028
  _async_evaluate0$_stackFrame$2(member, span) {
@@ -91559,7 +91534,7 @@ self.util = _cliPkgRequires.util;
91559
91534
  break;
91560
91535
  case 3:
91561
91536
  // then
91562
- A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_MMc);
91537
+ A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_U43);
91563
91538
  callableNode = t1._async_evaluate0$_callableNode;
91564
91539
  t2 = $function._string0$_text;
91565
91540
  t3 = callableNode.get$span(callableNode);
@@ -95027,7 +95002,7 @@ self.util = _cliPkgRequires.util;
95027
95002
  break;
95028
95003
  case 11:
95029
95004
  // then
95030
- A.WarnForDeprecation_warnForDeprecation0($async$self._async_import_cache0$_logger, B.Deprecation_Ssf, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, null, null);
95005
+ A.WarnForDeprecation_warnForDeprecation0($async$self._async_import_cache0$_logger, B.Deprecation_fXI, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, null, null);
95031
95006
  // goto join
95032
95007
  $async$goto = 12;
95033
95008
  break;
@@ -95623,8 +95598,12 @@ self.util = _cliPkgRequires.util;
95623
95598
  };
95624
95599
  A.BuiltInCallable_withDeprecationWarning_closure0.prototype = {
95625
95600
  call$1(args) {
95626
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
95627
- return this._box_0.$function.call$1(args);
95601
+ var _this = this,
95602
+ t1 = _this.newName;
95603
+ if (t1 == null)
95604
+ t1 = _this.$this.name;
95605
+ A.warnForDeprecation0(string$.Global + _this.module + "." + t1 + string$.x20inste, B.Deprecation_Q5r);
95606
+ return _this._box_0.$function.call$1(args);
95628
95607
  },
95629
95608
  $signature: 3
95630
95609
  };
@@ -96382,7 +96361,7 @@ self.util = _cliPkgRequires.util;
96382
96361
  if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
96383
96362
  return A._functionString0("grayscale", $arguments);
96384
96363
  else {
96385
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96364
+ A.warnForDeprecation0(string$.Globalcg, B.Deprecation_Q5r);
96386
96365
  return A._grayscale0(t1.$index($arguments, 0));
96387
96366
  }
96388
96367
  },
@@ -96395,7 +96374,7 @@ self.util = _cliPkgRequires.util;
96395
96374
  degrees = A._angleValue0(t1.$index($arguments, 1), "degrees");
96396
96375
  if (!color._color0$_space.get$isLegacyInternal())
96397
96376
  throw A.wrapException(A.SassScriptException$0(string$.adjusto, null));
96398
- A.warnForDeprecation0(string$.adjustd + A.SassNumber_SassNumber0(degrees, "deg").toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ivT);
96377
+ A.warnForDeprecation0(string$.adjustd + A.SassNumber_SassNumber0(degrees, "deg").toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_rb9);
96399
96378
  return color.changeHsl$1$hue(color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "hue") + degrees);
96400
96379
  },
96401
96380
  $signature: 25
@@ -96411,7 +96390,7 @@ self.util = _cliPkgRequires.util;
96411
96390
  throw A.wrapException(A.SassScriptException$0(string$.lighte, null));
96412
96391
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s9_) + amount.valueInRange$3(0, 100, "amount");
96413
96392
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96414
- A.warnForDeprecation0("lighten() is deprecated. " + A._suggestScaleAndAdjust0(color, amount._number1$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_ivT);
96393
+ A.warnForDeprecation0("lighten() is deprecated. " + A._suggestScaleAndAdjust0(color, amount._number1$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_rb9);
96415
96394
  return result;
96416
96395
  },
96417
96396
  $signature: 25
@@ -96427,7 +96406,7 @@ self.util = _cliPkgRequires.util;
96427
96406
  throw A.wrapException(A.SassScriptException$0(string$.darken, null));
96428
96407
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s9_) - amount.valueInRange$3(0, 100, "amount");
96429
96408
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96430
- A.warnForDeprecation0("darken() is deprecated. " + A._suggestScaleAndAdjust0(color, -amount._number1$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_ivT);
96409
+ A.warnForDeprecation0("darken() is deprecated. " + A._suggestScaleAndAdjust0(color, -amount._number1$_value, _s9_) + string$.x0a_Morex3ac, B.Deprecation_rb9);
96431
96410
  return result;
96432
96411
  },
96433
96412
  $signature: 25
@@ -96445,7 +96424,7 @@ self.util = _cliPkgRequires.util;
96445
96424
  call$1($arguments) {
96446
96425
  var t1, color, amount, result,
96447
96426
  _s10_ = "saturation";
96448
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96427
+ A.warnForDeprecation0(string$.Globalcad, B.Deprecation_Q5r);
96449
96428
  t1 = J.getInterceptor$asx($arguments);
96450
96429
  color = t1.$index($arguments, 0).assertColor$1("color");
96451
96430
  amount = t1.$index($arguments, 1).assertNumber$1("amount");
@@ -96453,7 +96432,7 @@ self.util = _cliPkgRequires.util;
96453
96432
  throw A.wrapException(A.SassScriptException$0(string$.satura, null));
96454
96433
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s10_) + amount.valueInRange$3(0, 100, "amount");
96455
96434
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96456
- A.warnForDeprecation0("saturate() is deprecated. " + A._suggestScaleAndAdjust0(color, amount._number1$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_ivT);
96435
+ A.warnForDeprecation0("saturate() is deprecated. " + A._suggestScaleAndAdjust0(color, amount._number1$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_rb9);
96457
96436
  return result;
96458
96437
  },
96459
96438
  $signature: 25
@@ -96469,7 +96448,7 @@ self.util = _cliPkgRequires.util;
96469
96448
  throw A.wrapException(A.SassScriptException$0(string$.desatu, null));
96470
96449
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s10_) - amount.valueInRange$3(0, 100, "amount");
96471
96450
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96472
- A.warnForDeprecation0("desaturate() is deprecated. " + A._suggestScaleAndAdjust0(color, -amount._number1$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_ivT);
96451
+ A.warnForDeprecation0("desaturate() is deprecated. " + A._suggestScaleAndAdjust0(color, -amount._number1$_value, _s10_) + string$.x0a_Morex3ac, B.Deprecation_rb9);
96473
96452
  return result;
96474
96453
  },
96475
96454
  $signature: 25
@@ -96509,7 +96488,7 @@ self.util = _cliPkgRequires.util;
96509
96488
  return A._functionString0("alpha", $arguments);
96510
96489
  if (_0_0 instanceof A.SassColor0 && !_0_0._color0$_space.get$isLegacyInternal())
96511
96490
  throw A.wrapException(A.SassScriptException$0(string$.alpha_, null));
96512
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96491
+ A.warnForDeprecation0(string$.Globalcal, B.Deprecation_Q5r);
96513
96492
  t1 = _0_0.assertColor$1("color").alphaOrNull;
96514
96493
  return A.SassNumber_SassNumber0(t1 == null ? 0 : t1, null);
96515
96494
  },
@@ -96540,7 +96519,7 @@ self.util = _cliPkgRequires.util;
96540
96519
  var t1 = J.getInterceptor$asx($arguments);
96541
96520
  if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
96542
96521
  return A._functionString0("opacity", $arguments);
96543
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96522
+ A.warnForDeprecation0(string$.Globalco, B.Deprecation_Q5r);
96544
96523
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
96545
96524
  return A.SassNumber_SassNumber0(t1 == null ? 0 : t1, null);
96546
96525
  },
@@ -96604,7 +96583,7 @@ self.util = _cliPkgRequires.util;
96604
96583
  call$1($arguments) {
96605
96584
  var result = A._invert0($arguments, false);
96606
96585
  if (result instanceof A.SassString0)
96607
- A.warnForDeprecation0("Passing a number (" + A.S(J.$index$asx($arguments, 0)) + string$.x29x20to_ci + result.toString$0(0), B.Deprecation_EfO);
96586
+ A.warnForDeprecation0("Passing a number (" + A.S(J.$index$asx($arguments, 0)) + string$.x29x20to_ci + result.toString$0(0), B.Deprecation_4QP);
96608
96587
  return result;
96609
96588
  },
96610
96589
  $signature: 3
@@ -96633,7 +96612,7 @@ self.util = _cliPkgRequires.util;
96633
96612
  t1 = J.getInterceptor$asx($arguments);
96634
96613
  if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
96635
96614
  result = A._functionString0("grayscale", t1.take$1($arguments, 1));
96636
- A.warnForDeprecation0("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x29x20to_cg + result.toString$0(0), B.Deprecation_EfO);
96615
+ A.warnForDeprecation0("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x29x20to_cg + result.toString$0(0), B.Deprecation_4QP);
96637
96616
  return result;
96638
96617
  }
96639
96618
  return A._grayscale0(t1.$index($arguments, 0));
@@ -96676,7 +96655,7 @@ self.util = _cliPkgRequires.util;
96676
96655
  t1 = B.JSString_methods.contains$1(_0_0._string0$_text, $.$get$_microsoftFilterStart0());
96677
96656
  if (t1) {
96678
96657
  result = A._functionString0("alpha", $arguments);
96679
- A.warnForDeprecation0(string$.Using_c + result.toString$0(0), B.Deprecation_EfO);
96658
+ A.warnForDeprecation0(string$.Using_c + result.toString$0(0), B.Deprecation_4QP);
96680
96659
  return result;
96681
96660
  }
96682
96661
  if (_0_0 instanceof A.SassColor0 && !_0_0._color0$_space.get$isLegacyInternal())
@@ -96692,7 +96671,7 @@ self.util = _cliPkgRequires.util;
96692
96671
  t1 = J.getInterceptor$asx($arguments);
96693
96672
  if (B.JSArray_methods.every$1(t1.$index($arguments, 0).get$asList(), new A.module__closure6())) {
96694
96673
  result = A._functionString0("alpha", $arguments);
96695
- A.warnForDeprecation0(string$.Using_c + result.toString$0(0), B.Deprecation_EfO);
96674
+ A.warnForDeprecation0(string$.Using_c + result.toString$0(0), B.Deprecation_4QP);
96696
96675
  return result;
96697
96676
  }
96698
96677
  throw A.wrapException(A.SassScriptException$0("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed.", null));
@@ -96711,7 +96690,7 @@ self.util = _cliPkgRequires.util;
96711
96690
  t1 = J.getInterceptor$asx($arguments);
96712
96691
  if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
96713
96692
  result = A._functionString0("opacity", $arguments);
96714
- A.warnForDeprecation0("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x20to_co + result.toString$0(0), B.Deprecation_EfO);
96693
+ A.warnForDeprecation0("Passing a number (" + A.S(t1.$index($arguments, 0)) + string$.x20to_co + result.toString$0(0), B.Deprecation_4QP);
96715
96694
  return result;
96716
96695
  }
96717
96696
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
@@ -97012,7 +96991,7 @@ self.util = _cliPkgRequires.util;
97012
96991
  A._changeColor_closure0.prototype = {
97013
96992
  call$0() {
97014
96993
  var t1 = this.alphaArg;
97015
- A.warnForDeprecation0("$alpha: Passing a unit other than % (" + A.S(t1) + string$.x29x20is_d + t1.unitSuggestion$1("alpha") + string$.x0a_See_, B.Deprecation_oCX);
96994
+ A.warnForDeprecation0("$alpha: Passing a unit other than % (" + A.S(t1) + string$.x29x20is_d + t1.unitSuggestion$1("alpha") + string$.x0a_See_, B.Deprecation_jV0);
97016
96995
  return t1.valueInRange$3(0, 1, "alpha");
97017
96996
  },
97018
96997
  $signature: 192
@@ -97128,7 +97107,7 @@ self.util = _cliPkgRequires.util;
97128
97107
  result = A.SassNumber_SassNumber0(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
97129
97108
  t1 = _this.global ? "" : "color.",
97130
97109
  t2 = _this.name;
97131
- A.warnForDeprecation0(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_ivT);
97110
+ A.warnForDeprecation0(t1 + t2 + string$.x28__is_d + t2 + '", $space: ' + _this.space.toString$0(0) + string$.x29x0a_Mor_, B.Deprecation_rb9);
97132
97111
  return result;
97133
97112
  },
97134
97113
  $signature: 22
@@ -97377,7 +97356,7 @@ self.util = _cliPkgRequires.util;
97377
97356
  else if ("red" in options || "green" in options || "blue" in options)
97378
97357
  space = B.RgbColorSpace_mlz0;
97379
97358
  if (space !== t3)
97380
- A.warnForDeprecationFromApi("Changing a channel not in this color's space without explicitly specifying the `space` option is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97359
+ A.warnForDeprecationFromApi("Changing a channel not in this color's space without explicitly specifying the `space` option is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97381
97360
  }
97382
97361
  for (t2 = J.get$iterator$ax(self.Object.keys(options)), t4 = space._space$_channels, t5 = type$.JSArray_String; t2.moveNext$0();) {
97383
97362
  t6 = t2.get$current(t2);
@@ -97398,13 +97377,13 @@ self.util = _cliPkgRequires.util;
97398
97377
  t2 = t1.get$hue(options);
97399
97378
  t4 = $.$get$_isNull();
97400
97379
  if (A._asBool(t4.call$1(t2)))
97401
- A.warnForDeprecationFromApi(_s105_, B.Deprecation_zPV);
97380
+ A.warnForDeprecationFromApi(_s105_, B.Deprecation_FIw);
97402
97381
  else if (A._asBool(t4.call$1(t1.get$saturation(options))))
97403
- A.warnForDeprecationFromApi("Passing `saturation: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97382
+ A.warnForDeprecationFromApi("Passing `saturation: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97404
97383
  else if (A._asBool(t4.call$1(t1.get$lightness(options))))
97405
- A.warnForDeprecationFromApi("Passing `lightness: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97384
+ A.warnForDeprecationFromApi("Passing `lightness: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97406
97385
  if (A._asBool(t4.call$1(t1.get$alpha(options))))
97407
- A.warnForDeprecationFromApi(_s106_, B.Deprecation_omH);
97386
+ A.warnForDeprecationFromApi(_s106_, B.Deprecation_mBb);
97408
97387
  t2 = t1.get$hue(options);
97409
97388
  if (t2 == null)
97410
97389
  t2 = color.channel$1(0, _s3_);
@@ -97427,13 +97406,13 @@ self.util = _cliPkgRequires.util;
97427
97406
  t2 = t1.get$hue(options);
97428
97407
  t4 = $.$get$_isNull();
97429
97408
  if (A._asBool(t4.call$1(t2)))
97430
- A.warnForDeprecationFromApi(_s105_, B.Deprecation_zPV);
97409
+ A.warnForDeprecationFromApi(_s105_, B.Deprecation_FIw);
97431
97410
  else if (A._asBool(t4.call$1(t1.get$whiteness(options))))
97432
- A.warnForDeprecationFromApi("Passing `whiteness: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97411
+ A.warnForDeprecationFromApi("Passing `whiteness: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97433
97412
  else if (A._asBool(t4.call$1(t1.get$blackness(options))))
97434
- A.warnForDeprecationFromApi("Passing `blackness: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97413
+ A.warnForDeprecationFromApi("Passing `blackness: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97435
97414
  if (A._asBool(t4.call$1(t1.get$alpha(options))))
97436
- A.warnForDeprecationFromApi(_s106_, B.Deprecation_omH);
97415
+ A.warnForDeprecationFromApi(_s106_, B.Deprecation_mBb);
97437
97416
  t2 = t1.get$hue(options);
97438
97417
  if (t2 == null)
97439
97418
  t2 = color.channel$1(0, _s3_);
@@ -97456,13 +97435,13 @@ self.util = _cliPkgRequires.util;
97456
97435
  t2 = t1.get$red(options);
97457
97436
  t4 = $.$get$_isNull();
97458
97437
  if (A._asBool(t4.call$1(t2)))
97459
- A.warnForDeprecationFromApi("Passing `red: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97438
+ A.warnForDeprecationFromApi("Passing `red: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97460
97439
  else if (A._asBool(t4.call$1(t1.get$green(options))))
97461
- A.warnForDeprecationFromApi("Passing `green: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97440
+ A.warnForDeprecationFromApi("Passing `green: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97462
97441
  else if (A._asBool(t4.call$1(t1.get$blue(options))))
97463
- A.warnForDeprecationFromApi("Passing `blue: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97442
+ A.warnForDeprecationFromApi("Passing `blue: null` without setting `space` is deprecated.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97464
97443
  if (A._asBool(t4.call$1(t1.get$alpha(options))))
97465
- A.warnForDeprecationFromApi(_s106_, B.Deprecation_omH);
97444
+ A.warnForDeprecationFromApi(_s106_, B.Deprecation_mBb);
97466
97445
  t2 = t1.get$red(options);
97467
97446
  if (t2 == null)
97468
97447
  t2 = color.channel$1(0, _s3_0);
@@ -97574,56 +97553,56 @@ self.util = _cliPkgRequires.util;
97574
97553
  };
97575
97554
  A.colorClass__closure10.prototype = {
97576
97555
  call$1($self) {
97577
- A.warnForDeprecationFromApi("red is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97556
+ A.warnForDeprecationFromApi("red is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97578
97557
  return B.JSNumber_methods.round$0($self._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "red"));
97579
97558
  },
97580
97559
  $signature: 39
97581
97560
  };
97582
97561
  A.colorClass__closure11.prototype = {
97583
97562
  call$1($self) {
97584
- A.warnForDeprecationFromApi("green is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97563
+ A.warnForDeprecationFromApi("green is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97585
97564
  return B.JSNumber_methods.round$0($self._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "green"));
97586
97565
  },
97587
97566
  $signature: 39
97588
97567
  };
97589
97568
  A.colorClass__closure12.prototype = {
97590
97569
  call$1($self) {
97591
- A.warnForDeprecationFromApi("blue is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97570
+ A.warnForDeprecationFromApi("blue is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97592
97571
  return B.JSNumber_methods.round$0($self._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "blue"));
97593
97572
  },
97594
97573
  $signature: 39
97595
97574
  };
97596
97575
  A.colorClass__closure13.prototype = {
97597
97576
  call$1($self) {
97598
- A.warnForDeprecationFromApi("hue is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97577
+ A.warnForDeprecationFromApi("hue is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97599
97578
  return $self._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "hue");
97600
97579
  },
97601
97580
  $signature: 28
97602
97581
  };
97603
97582
  A.colorClass__closure14.prototype = {
97604
97583
  call$1($self) {
97605
- A.warnForDeprecationFromApi("saturation is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97584
+ A.warnForDeprecationFromApi("saturation is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97606
97585
  return $self._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "saturation");
97607
97586
  },
97608
97587
  $signature: 28
97609
97588
  };
97610
97589
  A.colorClass__closure15.prototype = {
97611
97590
  call$1($self) {
97612
- A.warnForDeprecationFromApi("lightness is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97591
+ A.warnForDeprecationFromApi("lightness is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97613
97592
  return $self._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "lightness");
97614
97593
  },
97615
97594
  $signature: 28
97616
97595
  };
97617
97596
  A.colorClass__closure16.prototype = {
97618
97597
  call$1($self) {
97619
- A.warnForDeprecationFromApi("whiteness is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97598
+ A.warnForDeprecationFromApi("whiteness is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97620
97599
  return $self._color0$_legacyChannel$2(B.HwbColorSpace_06z0, "whiteness");
97621
97600
  },
97622
97601
  $signature: 28
97623
97602
  };
97624
97603
  A.colorClass__closure17.prototype = {
97625
97604
  call$1($self) {
97626
- A.warnForDeprecationFromApi("blackness is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_zPV);
97605
+ A.warnForDeprecationFromApi("blackness is deprecated, use `channel` instead.\nMore info: https://sass-lang.com/d/color-4-api", B.Deprecation_FIw);
97627
97606
  return $self._color0$_legacyChannel$2(B.HwbColorSpace_06z0, "blackness");
97628
97607
  },
97629
97608
  $signature: 28
@@ -99355,51 +99334,29 @@ self.util = _cliPkgRequires.util;
99355
99334
  };
99356
99335
  A.DeprecationProcessingLogger0.prototype = {
99357
99336
  validate$0() {
99358
- var t1, t2, t3, t4, t5, t6, _1_7, _this = this, _null = null;
99359
- for (t1 = _this.fatalDeprecations, t1 = A._LinkedHashSetIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1), t2 = _this.silenceDeprecations, t3 = t1.$ti._precomputed1, t4 = _this.futureDeprecations; t1.moveNext$0();) {
99360
- t5 = t1._collection$_current;
99361
- if (t5 == null)
99362
- t5 = t3._as(t5);
99363
- if (t5.isFuture && !t4.contains$1(0, t5)) {
99364
- t5 = t5.toString$0(0);
99365
- _this.internalWarn$4$deprecation$span$trace("Future " + t5 + string$.x20deprex20m, _null, _null, _null);
99366
- continue;
99367
- }
99368
- t6 = t2.contains$1(0, t5);
99369
- if (t6) {
99370
- t5 = t5.toString$0(0);
99371
- _this.internalWarn$4$deprecation$span$trace("Ignoring setting to silence " + t5 + string$.x20deprex2c, _null, _null, _null);
99337
+ var t1, t2, t3, t4, t5, _this = this, _null = null;
99338
+ for (t1 = _this.fatalDeprecations, t1 = A._LinkedHashSetIterator$(t1, t1._modifications, A._instanceType(t1)._precomputed1), t2 = _this.silenceDeprecations, t3 = t1.$ti._precomputed1; t1.moveNext$0();) {
99339
+ t4 = t1._collection$_current;
99340
+ if (t4 == null)
99341
+ t4 = t3._as(t4);
99342
+ t5 = t2.contains$1(0, t4);
99343
+ if (t5) {
99344
+ t4 = t4.toString$0(0);
99345
+ _this.internalWarn$4$deprecation$span$trace("Ignoring setting to silence " + t4 + string$.x20deprex2c, _null, _null, _null);
99372
99346
  continue;
99373
99347
  }
99374
99348
  }
99375
- for (t1 = A._LinkedHashSetIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
99376
- t3 = t1._collection$_current;
99377
- if (t3 == null)
99378
- t3 = t2._as(t3);
99379
- if (B.Deprecation_oty === t3) {
99349
+ for (t1 = A._LinkedHashSetIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t2 = t1.$ti._precomputed1, t3 = _this.futureDeprecations; t1.moveNext$0();) {
99350
+ t4 = t1._collection$_current;
99351
+ if (B.Deprecation_JeE === (t4 == null ? t2._as(t4) : t4)) {
99380
99352
  _this.internalWarn$4$deprecation$span$trace(string$.User_a, _null, _null, _null);
99381
99353
  continue;
99382
99354
  }
99383
- _1_7 = t3.isFuture;
99384
- if (_1_7 && t4.contains$1(0, t3)) {
99385
- t3 = t3.toString$0(0);
99386
- _this.internalWarn$4$deprecation$span$trace("Conflicting options for future " + t3 + " deprecation cancel each other out.", _null, _null, _null);
99387
- continue;
99388
- }
99389
- if (_1_7) {
99390
- t3 = t3.toString$0(0);
99391
- _this.internalWarn$4$deprecation$span$trace("Future " + t3 + string$.x20deprex20i, _null, _null, _null);
99392
- continue;
99393
- }
99394
99355
  }
99395
- for (t1 = A._LinkedHashSetIterator$(t4, t4._modifications, A._instanceType(t4)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
99356
+ for (t1 = A._LinkedHashSetIterator$(t3, t3._modifications, A._instanceType(t3)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
99396
99357
  t3 = t1._collection$_current;
99397
- if (t3 == null)
99398
- t3 = t2._as(t3);
99399
- if (!t3.isFuture) {
99400
- t3 = t3.toString$0(0);
99401
- _this.internalWarn$4$deprecation$span$trace(t3 + string$.x20is_noaf, _null, _null, _null);
99402
- }
99358
+ t3 = (t3 == null ? t2._as(t3) : t3).toString$0(0);
99359
+ _this.internalWarn$4$deprecation$span$trace(t3 + string$.x20is_noaf, _null, _null, _null);
99403
99360
  }
99404
99361
  },
99405
99362
  internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
@@ -99410,10 +99367,8 @@ self.util = _cliPkgRequires.util;
99410
99367
  },
99411
99368
  _deprecation_processing$_handleDeprecation$4$span$trace(deprecation, message, span, trace) {
99412
99369
  var _0_3_isSet, _0_3, t1, span0, t2, count, _1_0, _this = this, _null = null;
99413
- if (deprecation.isFuture && !_this.futureDeprecations.contains$1(0, deprecation))
99414
- return;
99415
99370
  if (_this.fatalDeprecations.contains$1(0, deprecation)) {
99416
- message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20t;
99371
+ message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20;
99417
99372
  $label0$0: {
99418
99373
  _0_3_isSet = span != null;
99419
99374
  _0_3 = _null;
@@ -99488,13 +99443,9 @@ self.util = _cliPkgRequires.util;
99488
99443
  A.Deprecation1.prototype = {};
99489
99444
  A.deprecations_closure.prototype = {
99490
99445
  call$0() {
99491
- var t1, _0_8_isSet, _0_8,
99446
+ var _0_8_isSet, _0_8, t1,
99492
99447
  _0_0 = this.deprecation;
99493
99448
  $label0$0: {
99494
- if (_0_0.isFuture) {
99495
- t1 = "future";
99496
- break $label0$0;
99497
- }
99498
99449
  _0_8_isSet = A.NullableExtension_andThen0(_0_0._deprecation$_deprecatedIn, A.version_Version___parse_tearOff$closure()) == null;
99499
99450
  if (_0_8_isSet) {
99500
99451
  _0_8 = _0_0.get$obsoleteIn(0) == null;
@@ -100850,7 +100801,7 @@ self.util = _cliPkgRequires.util;
100850
100801
  interleavedRules.push(rule0);
100851
100802
  break $label0$1;
100852
100803
  }
100853
- _this._evaluate0$_warn$3(string$.Sassx27s, new A.MultiSpan0(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_FGJ);
100804
+ _this._evaluate0$_warn$3(string$.Sassx27s, new A.MultiSpan0(t3, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.get$span(rule), "nested rule"], t4, t5), t4, t5)), B.Deprecation_VIq);
100854
100805
  B.JSArray_methods.clear$0(interleavedRules);
100855
100806
  break $label0$1;
100856
100807
  }
@@ -100935,7 +100886,7 @@ self.util = _cliPkgRequires.util;
100935
100886
  complex.accept$1(visitor);
100936
100887
  t6 = B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0));
100937
100888
  t7 = complex.accept$1(B.C__IsUselessVisitor0) ? "can't" : "shouldn't";
100938
- _this._evaluate0$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan0(A.SpanExtensions_trimRight0(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_5pG);
100889
+ _this._evaluate0$_warn$3('The selector "' + t6 + '" is invalid CSS and ' + t7 + string$.x20be_an, new A.MultiSpan0(A.SpanExtensions_trimRight0(complex.span), "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t3, "@extend rule"], t4, t5), t4, t5)), B.Deprecation_bh9);
100939
100890
  }
100940
100891
  _0_0 = _this._evaluate0$_performInterpolationWithMap$2$warnForColor(node.selector, true);
100941
100892
  for (t1 = A.SelectorList_SelectorList$parse0(A.trimAscii0(_0_0._0, true), false, _0_0._1, _this._evaluate0$_logger, false).components, t2 = t1.length, t3 = styleRule._style_rule0$_selector._box0$_inner, _i = 0; _i < t2; ++_i) {
@@ -101282,7 +101233,7 @@ self.util = _cliPkgRequires.util;
101282
101233
  var _this = this,
101283
101234
  mixin = _this._evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure5(_this, node));
101284
101235
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
101285
- _this._evaluate0$_warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_qBS);
101236
+ _this._evaluate0$_warn$3(string$.Sassx20_m, node.get$nameSpan(), B.Deprecation_omC);
101286
101237
  _this._evaluate0$_applyMixin$5(mixin, A.NullableExtension_andThen0(node.content, new A._EvaluateVisitor_visitIncludeRule_closure6(_this)), node.$arguments, node, new A._FakeAstNode0(new A._EvaluateVisitor_visitIncludeRule_closure7(node)));
101287
101238
  return null;
101288
101239
  },
@@ -101432,12 +101383,12 @@ self.util = _cliPkgRequires.util;
101432
101383
  if (complex.accept$1(B.C__IsUselessVisitor0)) {
101433
101384
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
101434
101385
  complex.accept$1(visitor);
101435
- _this._evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_5pG);
101386
+ _this._evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix20, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_bh9);
101436
101387
  } else if (complex.leadingCombinators.length !== 0) {
101437
101388
  if (!_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, "_stylesheet").plainCss) {
101438
101389
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
101439
101390
  complex.accept$1(visitor);
101440
- _this._evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_5pG);
101391
+ _this._evaluate0$_warn$3('The selector "' + B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0)) + string$.x22x20is_ix0a, A.SpanExtensions_trimRight0(complex.span), B.Deprecation_bh9);
101441
101392
  }
101442
101393
  } else {
101443
101394
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
@@ -101448,7 +101399,7 @@ self.util = _cliPkgRequires.util;
101448
101399
  if (t5.get$length(0) === 0)
101449
101400
  A.throwExpression(A.IterableElementError_noElement());
101450
101401
  t9 = J.get$span$z(t5.$index(0, 0));
101451
- _this._evaluate0$_warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan0(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure1()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_5pG);
101402
+ _this._evaluate0$_warn$3('The selector "' + t6 + string$.x22x20is_o + t7 + string$.x0aThis_, new A.MultiSpan0(t8, "invalid selector", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([t9, "this is not a style rule" + (t5.every$1(t5, new A._EvaluateVisitor__warnForBogusCombinators_closure1()) ? "\n(try converting to a //-style comment)" : "")], t3, t4), t3, t4)), B.Deprecation_bh9);
101452
101403
  }
101453
101404
  }
101454
101405
  },
@@ -101548,7 +101499,7 @@ self.util = _cliPkgRequires.util;
101548
101499
  }
101549
101500
  if (node.isGlobal && !_this._evaluate0$_environment.globalVariableExists$1(node.name)) {
101550
101501
  t1 = _this._evaluate0$_environment._environment0$_variables.length === 1 ? string$.As_of_S : string$.As_of_R + A.declarationName0(node.span) + ": null` at the stylesheet root.";
101551
- _this._evaluate0$_warn$3(t1, node.span, B.Deprecation_W6Z);
101502
+ _this._evaluate0$_warn$3(t1, node.span, B.Deprecation_MT8);
101552
101503
  }
101553
101504
  t1 = node.expression;
101554
101505
  _this._evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitVariableDeclaration_closure7(_this, node, _this._evaluate0$_withoutSlash$2(t1.accept$1(_this), t1)));
@@ -101622,7 +101573,7 @@ self.util = _cliPkgRequires.util;
101622
101573
  else
101623
101574
  t1 = false;
101624
101575
  if (t1) {
101625
- this._evaluate0$_warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation1().call$1(node)) + " or " + A.expressionToCalc0(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_E8a);
101576
+ this._evaluate0$_warn$3(string$.Using__o + A.S(new A._EvaluateVisitor__slash_recommendation1().call$1(node)) + " or " + A.expressionToCalc0(node).toString$0(0) + string$.x0a_Morex20, node.get$span(0), B.Deprecation_q39);
101626
101577
  return result;
101627
101578
  }
101628
101579
  return result;
@@ -101749,7 +101700,7 @@ self.util = _cliPkgRequires.util;
101749
101700
  } else
101750
101701
  t2 = $function;
101751
101702
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
101752
- _this._evaluate0$_warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_qBS);
101703
+ _this._evaluate0$_warn$3(string$.Sassx20_ff, node.get$nameSpan(), B.Deprecation_omC);
101753
101704
  oldInFunction = _this._evaluate0$_inFunction;
101754
101705
  _this._evaluate0$_inFunction = true;
101755
101706
  result = _this._evaluate0$_addErrorSpan$2(node, new A._EvaluateVisitor_visitFunctionExpression_closure7(t1, _this, node));
@@ -102678,7 +102629,7 @@ self.util = _cliPkgRequires.util;
102678
102629
  else
102679
102630
  t1 = false;
102680
102631
  if (t1)
102681
- this._evaluate0$_warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation1().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_E8a);
102632
+ this._evaluate0$_warn$3(string$.Using__i + A.S(new A._EvaluateVisitor__withoutSlash_recommendation1().call$1(value)) + string$.x0a_Morex20, nodeForSpan.get$span(nodeForSpan), B.Deprecation_q39);
102682
102633
  return value.withoutSlash$0();
102683
102634
  },
102684
102635
  _evaluate0$_stackFrame$2(member, span) {
@@ -103024,7 +102975,7 @@ self.util = _cliPkgRequires.util;
103024
102975
  }
103025
102976
  invocation = new A.ArgumentInvocation0(A.List_List$unmodifiable(t3, t5), A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_empty(t4, t5), t4, t5), new A.ValueExpression0(args, t7), t2, t6);
103026
102977
  if ($function instanceof A.SassString0) {
103027
- A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_MMc);
102978
+ A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_U43);
103028
102979
  callableNode = t1._evaluate0$_callableNode;
103029
102980
  t2 = $function._string0$_text;
103030
102981
  t3 = callableNode.get$span(callableNode);
@@ -105969,7 +105920,7 @@ self.util = _cliPkgRequires.util;
105969
105920
  else {
105970
105921
  resolved = A.resolveImportPath0(A.join(this._filesystem$_loadPath, $.$get$context().style.pathFromUri$1(A._parseUri(url)), null));
105971
105922
  if (resolved != null && this._filesystem$_loadPathDeprecated)
105972
- A.warnForDeprecation0(string$.Using_t, B.Deprecation_kmo);
105923
+ A.warnForDeprecation0(string$.Using_t, B.Deprecation_cI8);
105973
105924
  }
105974
105925
  return A.NullableExtension_andThen0(resolved, new A.FilesystemImporter_canonicalize_closure0());
105975
105926
  },
@@ -107070,7 +107021,7 @@ self.util = _cliPkgRequires.util;
107070
107021
  if (result == null)
107071
107022
  return new A._Record_2(_null, cacheable);
107072
107023
  if (result.get$scheme() === "")
107073
- A.WarnForDeprecation_warnForDeprecation0(this._import_cache$_logger, B.Deprecation_Ssf, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, _null, _null);
107024
+ A.WarnForDeprecation_warnForDeprecation0(this._import_cache$_logger, B.Deprecation_fXI, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, _null, _null);
107074
107025
  else if (importer.isNonCanonicalScheme$1(result.get$scheme()))
107075
107026
  throw A.wrapException("Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2c_whicu);
107076
107027
  return new A._Record_2(new A._Record_3_originalUrl(importer, result, url), cacheable);
@@ -109309,7 +109260,7 @@ self.util = _cliPkgRequires.util;
109309
109260
  A.DebugOptions.prototype = {};
109310
109261
  A.LoggerWithDeprecationType.prototype = {
109311
109262
  warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
109312
- this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.Deprecation_oty : null, span, trace);
109263
+ this.internalWarn$4$deprecation$span$trace(message, deprecation ? B.Deprecation_JeE : null, span, trace);
109313
109264
  },
109314
109265
  warn$1(_, message) {
109315
109266
  return this.warn$4$deprecation$span$trace(0, message, false, null, null);
@@ -109822,9 +109773,9 @@ self.util = _cliPkgRequires.util;
109822
109773
  var t1,
109823
109774
  number = J.$index$asx($arguments, 0).assertNumber$1("number");
109824
109775
  if (number.hasUnit$1("%"))
109825
- A.warnForDeprecation0(string$.Passinp + number.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + number.toString$0(0) + string$.x7d__Mor, B.Deprecation_jYb);
109776
+ A.warnForDeprecation0(string$.Passinp + number.toString$0(0) + ")\nTo emit a CSS abs() now: abs(#{" + number.toString$0(0) + string$.x7d__Mor, B.Deprecation_qgq);
109826
109777
  else
109827
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
109778
+ A.warnForDeprecation0(string$.Globalm, B.Deprecation_Q5r);
109828
109779
  t1 = number.get$numeratorUnits(number);
109829
109780
  return A.SassNumber_SassNumber$withUnits0(Math.abs(number._number1$_value), number.get$denominatorUnits(number), t1);
109830
109781
  },
@@ -109996,7 +109947,7 @@ self.util = _cliPkgRequires.util;
109996
109947
  return A.SassNumber_SassNumber0($.$get$_random2().nextDouble$0(), null);
109997
109948
  limit = t1.$index($arguments, 0).assertNumber$1("limit");
109998
109949
  if (limit.get$hasUnits())
109999
- A.warnForDeprecation0(string$.math_r + limit.toString$0(0) + string$.x29x20in_a + limit.get$unitString() + ")) * 1" + limit.get$unitString() + string$.x0a_To_p + limit.get$unitString() + string$.x29x29__Mo, B.Deprecation_oCX);
109950
+ A.warnForDeprecation0(string$.math_r + limit.toString$0(0) + string$.x29x20in_a + limit.get$unitString() + ")) * 1" + limit.get$unitString() + string$.x0a_To_p + limit.get$unitString() + string$.x29x29__Mo, B.Deprecation_jV0);
110000
109951
  limitScalar = limit.assertInt$1("limit");
110001
109952
  if (limitScalar < 1)
110002
109953
  throw A.wrapException(A.SassScriptException$0("$limit: Must be greater than 0, was " + limit.toString$0(0) + ".", null));
@@ -110382,7 +110333,7 @@ self.util = _cliPkgRequires.util;
110382
110333
  };
110383
110334
  A._shared_closure3.prototype = {
110384
110335
  call$1($arguments) {
110385
- A.warnForDeprecation0(string$.The_fe, B.Deprecation_LBt);
110336
+ A.warnForDeprecation0(string$.The_fe, B.Deprecation_QAx);
110386
110337
  return $._features0.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature")._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
110387
110338
  },
110388
110339
  $signature: 11
@@ -114480,7 +114431,7 @@ self.util = _cliPkgRequires.util;
114480
114431
  if (_this.scanIdentifier$2$caseSensitive("else", true))
114481
114432
  return true;
114482
114433
  if (_this.scanIdentifier$2$caseSensitive("elseif", true)) {
114483
- A.WarnForDeprecation_warnForDeprecation0(_this.logger, B.Deprecation_xw8, string$.x40elsei, t1.spanFrom$1(new A._SpanScannerState(t1, t3)), null);
114434
+ A.WarnForDeprecation_warnForDeprecation0(_this.logger, B.Deprecation_YKG, string$.x40elsei, t1.spanFrom$1(new A._SpanScannerState(t1, t3)), null);
114484
114435
  t1.set$position(t1._string_scanner$_position - 2);
114485
114436
  return true;
114486
114437
  }
@@ -114643,7 +114594,7 @@ self.util = _cliPkgRequires.util;
114643
114594
  assertNotBogus$1$name($name) {
114644
114595
  if (!this.accept$1(B._IsBogusVisitor_true0))
114645
114596
  return;
114646
- A.warnForDeprecation0("$" + $name + ": " + (this.toString$0(0) + string$.x20is_nov), B.Deprecation_5pG);
114597
+ A.warnForDeprecation0("$" + $name + ": " + (this.toString$0(0) + string$.x20is_nov), B.Deprecation_bh9);
114647
114598
  },
114648
114599
  toString$0(_) {
114649
114600
  var _null = null,
@@ -115468,7 +115419,7 @@ self.util = _cliPkgRequires.util;
115468
115419
  ruleSpecificities = _this._serialize0$_specificities$1(rule);
115469
115420
  if (!declSpecificities.any$1(0, ruleSpecificities.get$contains(ruleSpecificities)))
115470
115421
  continue;
115471
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_FGJ, string$.Sassx27s, new A.MultiSpan0(t4, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.span, "nested rule"], t5, t6), t5, t6)), t7);
115422
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_VIq, string$.Sassx27s, new A.MultiSpan0(t4, "declaration", A.ConstantMap_ConstantMap$from(A.LinkedHashMap_LinkedHashMap$_literal([rule.span, "nested rule"], t5, t6), t5, t6)), t7);
115472
115423
  }
115473
115424
  }
115474
115425
  _this._serialize0$_writeIndentation$0();
@@ -118900,7 +118851,7 @@ self.util = _cliPkgRequires.util;
118900
118851
  t5 = flagStart.position;
118901
118852
  t6 = new A._FileSpan(t4, t5, endPosition);
118902
118853
  t6._FileSpan$3(t4, t5, endPosition);
118903
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_iXE, string$.x21defau, t6, null);
118854
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_VqL, string$.x21defau, t6, null);
118904
118855
  }
118905
118856
  guarded = true;
118906
118857
  break $label0$0;
@@ -118919,7 +118870,7 @@ self.util = _cliPkgRequires.util;
118919
118870
  t5 = flagStart.position;
118920
118871
  t6 = new A._FileSpan(t4, t5, endPosition);
118921
118872
  t6._FileSpan$3(t4, t5, endPosition);
118922
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_iXE, string$.x21globas, t6, null);
118873
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_VqL, string$.x21globas, t6, null);
118923
118874
  }
118924
118875
  global = true;
118925
118876
  break $label0$0;
@@ -119473,7 +119424,7 @@ self.util = _cliPkgRequires.util;
119473
119424
  t2 = t1._string_scanner$_position;
119474
119425
  $name = _this.identifier$0();
119475
119426
  if (B.JSString_methods.startsWith$1($name, "--"))
119476
- A.WarnForDeprecation_warnForDeprecation0(_this.logger, B.Deprecation_qBS, string$.Sassx20_fm, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
119427
+ A.WarnForDeprecation_warnForDeprecation0(_this.logger, B.Deprecation_omC, string$.Sassx20_fm, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
119477
119428
  _this.whitespace$0();
119478
119429
  $arguments = _this._stylesheet0$_argumentDeclaration$0();
119479
119430
  if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
@@ -119603,7 +119554,7 @@ self.util = _cliPkgRequires.util;
119603
119554
  argument = _this.importArgument$0();
119604
119555
  t3 = argument instanceof A.DynamicImport0;
119605
119556
  if (t3)
119606
- A.WarnForDeprecation_warnForDeprecation0(t2, B.Deprecation_qd9, string$.Sassx20_i, argument.span, null);
119557
+ A.WarnForDeprecation_warnForDeprecation0(t2, B.Deprecation_A0i, string$.Sassx20_i, argument.span, null);
119607
119558
  if ((_this._stylesheet0$_inControlDirective || _this._stylesheet0$_inMixin) && t3)
119608
119559
  _this._stylesheet0$_disallowedAtRule$1(start);
119609
119560
  imports.push(argument);
@@ -119847,7 +119798,7 @@ self.util = _cliPkgRequires.util;
119847
119798
  t2 = t1._string_scanner$_position;
119848
119799
  $name = _this.identifier$0();
119849
119800
  if (B.JSString_methods.startsWith$1($name, "--"))
119850
- A.WarnForDeprecation_warnForDeprecation0(_this.logger, B.Deprecation_qBS, string$.Sassx20_m, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
119801
+ A.WarnForDeprecation_warnForDeprecation0(_this.logger, B.Deprecation_omC, string$.Sassx20_m, t1.spanFrom$1(new A._SpanScannerState(t1, t2)), null);
119851
119802
  _this.whitespace$0();
119852
119803
  if (t1.peekChar$0() === 40)
119853
119804
  $arguments = _this._stylesheet0$_argumentDeclaration$0();
@@ -122223,7 +122174,7 @@ self.util = _cliPkgRequires.util;
122223
122174
  call$2(children, span) {
122224
122175
  var _this = this;
122225
122176
  if (_this._box_0.needsDeprecationWarning)
122226
- A.WarnForDeprecation_warnForDeprecation0(_this.$this.logger, B.Deprecation_Iit, string$.x40_moz_, span, null);
122177
+ A.WarnForDeprecation_warnForDeprecation0(_this.$this.logger, B.Deprecation_Ctw, string$.x40_moz_, span, null);
122227
122178
  return A.AtRule$0(_this.name, span, children, _this.value);
122228
122179
  },
122229
122180
  $signature: 262
@@ -122299,7 +122250,7 @@ self.util = _cliPkgRequires.util;
122299
122250
  t5 = left.toString$0(0);
122300
122251
  t6 = right.toString$0(0);
122301
122252
  t1 = t1.singleExpression_;
122302
- A.WarnForDeprecation_warnForDeprecation0(t3.logger, B.Deprecation_woc, "This operation is parsed as:\n\n " + t2 + " " + t7 + " " + t4 + string$.x0a_but_ + t5 + " (" + t7 + t6 + ")\n\nAdd a space after " + t7 + string$.x20to_cl, t1.get$span(t1), null);
122253
+ A.WarnForDeprecation_warnForDeprecation0(t3.logger, B.Deprecation_UW2, "This operation is parsed as:\n\n " + t2 + " " + t7 + " " + t4 + string$.x0a_but_ + t5 + " (" + t7 + t6 + ")\n\nAdd a space after " + t7 + string$.x20to_cl, t1.get$span(t1), null);
122303
122254
  }
122304
122255
  }
122305
122256
  }
@@ -123398,7 +123349,7 @@ self.util = _cliPkgRequires.util;
123398
123349
  indexValue = sassIndex.assertNumber$1($name);
123399
123350
  if (indexValue.get$hasUnits()) {
123400
123351
  t1 = indexValue.get$unitString();
123401
- A.warnForDeprecation0("$" + A.S($name) + ": Passing a number with unit " + t1 + string$.x20is_de + indexValue.unitSuggestion$1($name == null ? "index" : $name) + string$.x0a_Morex3af, B.Deprecation_oCX);
123352
+ A.warnForDeprecation0("$" + A.S($name) + ": Passing a number with unit " + t1 + string$.x20is_de + indexValue.unitSuggestion$1($name == null ? "index" : $name) + string$.x0a_Morex3af, B.Deprecation_jV0);
123402
123353
  }
123403
123354
  index = indexValue.assertInt$1($name);
123404
123355
  if (index === 0)
@@ -124451,12 +124402,11 @@ self.util = _cliPkgRequires.util;
124451
124402
  x20It_wi: " It will be omitted from the generated CSS.",
124452
124403
  x20be_an: " be an extender.\nThis will be an error in Dart Sass 2.0.0.\n\nMore info: https://sass-lang.com/d/bogus-combinators",
124453
124404
  x20can_n: " can not have both conditions and paths at the same level.\nFound ",
124454
- x20deprex20i: " deprecation is not yet active, so silencing it is unnecessary.",
124455
- x20deprex20m: " deprecation must be enabled before it can be made fatal.",
124456
- x20deprex20t: " deprecation to be fatal.\nRemove this setting if you need to keep using this feature.",
124405
+ x20deprex20: " deprecation to be fatal.\nRemove this setting if you need to keep using this feature.",
124457
124406
  x20deprex2c: " deprecation, since it has also been made fatal.",
124458
124407
  x20hue__: ' hue" may not be set for rectangular color space ',
124459
124408
  x20in_in: " in interpolation here.\nIt may end up represented as ",
124409
+ x20inste: " instead.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124460
124410
  x20is_as: " is asynchronous.\nThis is probably caused by a bug in a Sass plugin.",
124461
124411
  x20is_av: " is available from multiple global modules.",
124462
124412
  x20is_de: " is deprecated.\n\nTo preserve current behavior: ",
@@ -124542,7 +124492,12 @@ self.util = _cliPkgRequires.util;
124542
124492
  Expectu: 'Expected unquoted string "hue" at the end of ',
124543
124493
  Expectv: "Expected variable, mixin, or function name",
124544
124494
  Functi: "Functions may not be declared in control directives.",
124545
- Global: "Global built-in functions will be deprecated in the future.\nRemove the --future-deprecation=global-builtin flag to silence this warning for now.",
124495
+ Global: "Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\nUse ",
124496
+ Globalcad: "Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\nUse color.adjust instead.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124497
+ Globalcal: "Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\nUse color.alpha instead.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124498
+ Globalcg: "Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\nUse color.grayscale instead.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124499
+ Globalco: "Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\nUse color.opacity instead.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124500
+ Globalm: "Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.\nUse math.abs instead.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124546
124501
  Hue_in: "Hue interpolation method may not be set for rectangular color space ",
124547
124502
  If_con: "If conditions is longer than one element, conjunction may not be null.",
124548
124503
  If_par: "If parsedAsCustomProperty is true, value must contain a SassString (was `",
@@ -124584,7 +124539,7 @@ self.util = _cliPkgRequires.util;
124584
124539
  Rest_a: "Rest arguments can't be used with calculations.",
124585
124540
  Sassx20_ff: "Sass @function names beginning with -- are deprecated for forward-compatibility with plain CSS functions.\n\nFor details, see https://sass-lang.com/d/css-function-mixin",
124586
124541
  Sassx20_fm: "Sass @function names beginning with -- are deprecated for forward-compatibility with plain CSS mixins.\n\nFor details, see https://sass-lang.com/d/css-function-mixin",
124587
- Sassx20_i: "Sass @import rules will be deprecated in the future.\nRemove the --future-deprecation=import flag to silence this warning for now.",
124542
+ Sassx20_i: "Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.\n\nMore info and automated migrator: https://sass-lang.com/d/import",
124588
124543
  Sassx20_m: "Sass @mixin names beginning with -- are deprecated for forward-compatibility with plain CSS mixins.\n\nFor details, see https://sass-lang.com/d/css-function-mixin",
124589
124544
  Sassx20v: "Sass variables aren't allowed in plain CSS.",
124590
124545
  Sassx27s: "Sass's behavior for declarations that appear after nested\nrules will be changing to match the behavior specified by CSS in an upcoming\nversion. To keep the existing behavior, move the declaration above the nested\nrule. To opt into the new behavior, wrap the declaration in `& {}`.\n\nMore info: https://sass-lang.com/d/mixed-decls",
@@ -125500,50 +125455,50 @@ self.util = _cliPkgRequires.util;
125500
125455
  B.Configuration_Map_empty_null = new A.Configuration(B.Map_empty17, null);
125501
125456
  B.Map_empty18 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<String,ConfiguredValue0>"));
125502
125457
  B.Configuration_Map_empty_null0 = new A.Configuration0(B.Map_empty18, null);
125503
- B.Deprecation_2Vk = new A.Deprecation("strict-unary", "1.55.0", false, "strictUnary");
125504
- B.Deprecation_2jN = new A.Deprecation("function-units", "1.56.0", false, "functionUnits");
125505
- B.Deprecation_2nU = new A.Deprecation("new-global", "1.17.2", false, "newGlobal");
125506
- B.Deprecation_5pG = new A.Deprecation0("bogus-combinators", "1.54.0", "Leading, trailing, and repeated combinators.", false, "bogusCombinators");
125507
- B.Deprecation_Agq = new A.Deprecation0("calc-interp", null, null, false, "calcInterp");
125508
- B.Deprecation_B4v = new A.Deprecation("fs-importer-cwd", "1.73.0", false, "fsImporterCwd");
125509
- B.Deprecation_E6M = new A.Deprecation("feature-exists", "1.78.0", false, "featureExists");
125510
- B.Deprecation_E8a = new A.Deprecation0("slash-div", "1.33.0", "/ operator for division.", false, "slashDiv");
125511
- B.Deprecation_EJz = new A.Deprecation("elseif", "1.3.2", false, "elseif");
125512
- B.Deprecation_EfO = new A.Deprecation0("color-module-compat", "1.23.0", "Using color module functions in place of plain CSS functions.", false, "colorModuleCompat");
125513
- B.Deprecation_EuK = new A.Deprecation0("legacy-js-api", "1.79.0", "Legacy JS API.", false, "legacyJsApi");
125514
- B.Deprecation_FGJ = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", false, "mixedDecls");
125515
- B.Deprecation_GFc = new A.Deprecation("abs-percent", "1.65.0", false, "absPercent");
125516
- B.Deprecation_HJ0 = new A.Deprecation("css-function-mixin", "1.76.0", false, "cssFunctionMixin");
125517
- B.Deprecation_IIf = new A.Deprecation("global-builtin", null, true, "globalBuiltin");
125518
- B.Deprecation_IMm = new A.Deprecation("relative-canonical", "1.14.2", false, "relativeCanonical");
125519
- B.Deprecation_Iit = new A.Deprecation0("moz-document", "1.7.2", "@-moz-document.", false, "mozDocument");
125520
- B.Deprecation_JeE = new A.Deprecation("user-authored", null, false, "userAuthored");
125521
- B.Deprecation_LBt = new A.Deprecation0("feature-exists", "1.78.0", "meta.feature-exists", false, "featureExists");
125522
- B.Deprecation_MMc = new A.Deprecation0("call-string", "0.0.0", "Passing a string directly to meta.call().", false, "callString");
125523
- B.Deprecation_Ssf = new A.Deprecation0("relative-canonical", "1.14.2", "Imports using relative canonical URLs.", false, "relativeCanonical");
125524
- B.Deprecation_W6Z = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", false, "newGlobal");
125525
- B.Deprecation_gf0 = new A.Deprecation("mixed-decls", "1.77.7", false, "mixedDecls");
125526
- B.Deprecation_gkc = new A.Deprecation("call-string", "0.0.0", false, "callString");
125527
- B.Deprecation_iDZ = new A.Deprecation("color-module-compat", "1.23.0", false, "colorModuleCompat");
125528
- B.Deprecation_iXE = new A.Deprecation0("duplicate-var-flags", "1.62.0", "Using !default or !global multiple times for one variable.", false, "duplicateVarFlags");
125529
- B.Deprecation_ido = new A.Deprecation("bogus-combinators", "1.54.0", false, "bogusCombinators");
125530
- B.Deprecation_import_null_true_import = new A.Deprecation("import", null, true, "import");
125531
- B.Deprecation_ivT = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", false, "colorFunctions");
125532
- B.Deprecation_jYb = new A.Deprecation0("abs-percent", "1.65.0", "Passing percentages to the Sass abs() function.", false, "absPercent");
125533
- B.Deprecation_kmo = new A.Deprecation0("fs-importer-cwd", "1.73.0", "Using the current working directory as an implicit load path.", false, "fsImporterCwd");
125534
- B.Deprecation_oCX = new A.Deprecation0("function-units", "1.56.0", "Passing invalid units to built-in functions.", false, "functionUnits");
125535
- B.Deprecation_oJv = new A.Deprecation("slash-div", "1.33.0", false, "slashDiv");
125536
- B.Deprecation_omH = new A.Deprecation0("null-alpha", "1.62.3", "Passing null as alpha in the JS API.", false, "nullAlpha");
125537
- B.Deprecation_oty = new A.Deprecation0("user-authored", null, null, false, "userAuthored");
125538
- B.Deprecation_qBS = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", false, "cssFunctionMixin");
125539
- B.Deprecation_qd9 = new A.Deprecation0("import", null, "@import rules.", true, "import");
125540
- B.Deprecation_uNF = new A.Deprecation("moz-document", "1.7.2", false, "mozDocument");
125541
- B.Deprecation_ukt = new A.Deprecation("color-functions", "1.79.0", false, "colorFunctions");
125542
- B.Deprecation_wdM = new A.Deprecation0("global-builtin", null, "Global built-in functions that are available in sass: modules.", true, "globalBuiltin");
125543
- B.Deprecation_woc = new A.Deprecation0("strict-unary", "1.55.0", "Ambiguous + and - operators.", false, "strictUnary");
125544
- B.Deprecation_xw8 = new A.Deprecation0("elseif", "1.3.2", "@elseif.", false, "elseif");
125545
- B.Deprecation_zPV = new A.Deprecation0("color-4-api", "1.79.0", "Certain uses of built-in sass:color functions.", false, "color4Api");
125546
- B.Deprecation_zrt = new A.Deprecation("duplicate-var-flags", "1.62.0", false, "duplicateVarFlags");
125458
+ B.Deprecation_0 = new A.Deprecation("css-function-mixin", "1.76.0", "cssFunctionMixin");
125459
+ B.Deprecation_0Gh = new A.Deprecation("global-builtin", "1.80.0", "globalBuiltin");
125460
+ B.Deprecation_2My = new A.Deprecation("strict-unary", "1.55.0", "strictUnary");
125461
+ B.Deprecation_2No = new A.Deprecation0("legacy-js-api", "1.79.0", "Legacy JS API.", "legacyJsApi");
125462
+ B.Deprecation_4QP = new A.Deprecation0("color-module-compat", "1.23.0", "Using color module functions in place of plain CSS functions.", "colorModuleCompat");
125463
+ B.Deprecation_6v8 = new A.Deprecation("call-string", "0.0.0", "callString");
125464
+ B.Deprecation_A0i = new A.Deprecation0("import", "1.80.0", "@import rules.", "import");
125465
+ B.Deprecation_Aec = new A.Deprecation("elseif", "1.3.2", "elseif");
125466
+ B.Deprecation_C9i = new A.Deprecation("bogus-combinators", "1.54.0", "bogusCombinators");
125467
+ B.Deprecation_Ctw = new A.Deprecation0("moz-document", "1.7.2", "@-moz-document.", "mozDocument");
125468
+ B.Deprecation_ErI = new A.Deprecation0("calc-interp", null, null, "calcInterp");
125469
+ B.Deprecation_FIw = new A.Deprecation0("color-4-api", "1.79.0", "Certain uses of built-in sass:color functions.", "color4Api");
125470
+ B.Deprecation_INA = new A.Deprecation("relative-canonical", "1.14.2", "relativeCanonical");
125471
+ B.Deprecation_JeE = new A.Deprecation0("user-authored", null, null, "userAuthored");
125472
+ B.Deprecation_KIf = new A.Deprecation("new-global", "1.17.2", "newGlobal");
125473
+ B.Deprecation_MT8 = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", "newGlobal");
125474
+ B.Deprecation_MYu = new A.Deprecation("import", "1.80.0", "import");
125475
+ B.Deprecation_Q5r = new A.Deprecation0("global-builtin", "1.80.0", "Global built-in functions that are available in sass: modules.", "globalBuiltin");
125476
+ B.Deprecation_QAx = new A.Deprecation0("feature-exists", "1.78.0", "meta.feature-exists", "featureExists");
125477
+ B.Deprecation_T5f = new A.Deprecation("moz-document", "1.7.2", "mozDocument");
125478
+ B.Deprecation_U43 = new A.Deprecation0("call-string", "0.0.0", "Passing a string directly to meta.call().", "callString");
125479
+ B.Deprecation_UW2 = new A.Deprecation0("strict-unary", "1.55.0", "Ambiguous + and - operators.", "strictUnary");
125480
+ B.Deprecation_VIq = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", "mixedDecls");
125481
+ B.Deprecation_VqL = new A.Deprecation0("duplicate-var-flags", "1.62.0", "Using !default or !global multiple times for one variable.", "duplicateVarFlags");
125482
+ B.Deprecation_Vr4 = new A.Deprecation("feature-exists", "1.78.0", "featureExists");
125483
+ B.Deprecation_W1R = new A.Deprecation("user-authored", null, "userAuthored");
125484
+ B.Deprecation_YKG = new A.Deprecation0("elseif", "1.3.2", "@elseif.", "elseif");
125485
+ B.Deprecation_YUI = new A.Deprecation("duplicate-var-flags", "1.62.0", "duplicateVarFlags");
125486
+ B.Deprecation_Zk6 = new A.Deprecation("abs-percent", "1.65.0", "absPercent");
125487
+ B.Deprecation_bh9 = new A.Deprecation0("bogus-combinators", "1.54.0", "Leading, trailing, and repeated combinators.", "bogusCombinators");
125488
+ B.Deprecation_cI8 = new A.Deprecation0("fs-importer-cwd", "1.73.0", "Using the current working directory as an implicit load path.", "fsImporterCwd");
125489
+ B.Deprecation_ePO = new A.Deprecation("color-module-compat", "1.23.0", "colorModuleCompat");
125490
+ B.Deprecation_fXI = new A.Deprecation0("relative-canonical", "1.14.2", "Imports using relative canonical URLs.", "relativeCanonical");
125491
+ B.Deprecation_int = new A.Deprecation("function-units", "1.56.0", "functionUnits");
125492
+ B.Deprecation_izR = new A.Deprecation("color-functions", "1.79.0", "colorFunctions");
125493
+ B.Deprecation_jV0 = new A.Deprecation0("function-units", "1.56.0", "Passing invalid units to built-in functions.", "functionUnits");
125494
+ B.Deprecation_mBb = new A.Deprecation0("null-alpha", "1.62.3", "Passing null as alpha in the JS API.", "nullAlpha");
125495
+ B.Deprecation_mRl = new A.Deprecation("slash-div", "1.33.0", "slashDiv");
125496
+ B.Deprecation_omC = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "cssFunctionMixin");
125497
+ B.Deprecation_q39 = new A.Deprecation0("slash-div", "1.33.0", "/ operator for division.", "slashDiv");
125498
+ B.Deprecation_qgq = new A.Deprecation0("abs-percent", "1.65.0", "Passing percentages to the Sass abs() function.", "absPercent");
125499
+ B.Deprecation_rb9 = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", "colorFunctions");
125500
+ B.Deprecation_u1l = new A.Deprecation("mixed-decls", "1.77.7", "mixedDecls");
125501
+ B.Deprecation_vct = new A.Deprecation("fs-importer-cwd", "1.73.0", "fsImporterCwd");
125547
125502
  B.DisplayP3ColorSpace_NQk = new A.DisplayP3ColorSpace("display-p3", B.List_V3K);
125548
125503
  B.DisplayP3ColorSpace_NQk0 = new A.DisplayP3ColorSpace0("display-p3", B.List_V3K0);
125549
125504
  B.Duration_0 = new A.Duration(0);
@@ -125620,6 +125575,7 @@ self.util = _cliPkgRequires.util;
125620
125575
  B.ListSeparator_undecided_null_undecided0 = new A.ListSeparator0("undecided", null, "undecided");
125621
125576
  B.List_23h = A._setArrayType(makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30]), A.findType("JSArray<HueInterpolationMethod0>"));
125622
125577
  B.List_2jN = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65534, 34815, 65534, 18431]), type$.JSArray_int);
125578
+ B.List_31K = A._setArrayType(makeConstList([B.Deprecation_U43, B.Deprecation_YKG, B.Deprecation_Ctw, B.Deprecation_fXI, B.Deprecation_MT8, B.Deprecation_4QP, B.Deprecation_q39, B.Deprecation_bh9, B.Deprecation_UW2, B.Deprecation_jV0, B.Deprecation_VqL, B.Deprecation_mBb, B.Deprecation_qgq, B.Deprecation_cI8, B.Deprecation_omC, B.Deprecation_VIq, B.Deprecation_QAx, B.Deprecation_FIw, B.Deprecation_rb9, B.Deprecation_2No, B.Deprecation_A0i, B.Deprecation_Q5r, B.Deprecation_JeE, B.Deprecation_ErI]), A.findType("JSArray<Deprecation0>"));
125623
125579
  B.List_42A = A._setArrayType(makeConstList([0, 0, 65490, 45055, 65535, 34815, 65534, 18431]), type$.JSArray_int);
125624
125580
  B.List_4AN = A._setArrayType(makeConstList([0, 0, 32754, 11263, 65534, 34815, 65534, 18431]), type$.JSArray_int);
125625
125581
  B.Object_79D = {em: 0, rem: 1, ex: 2, rex: 3, cap: 4, rcap: 5, ch: 6, rch: 7, ic: 8, ric: 9, lh: 10, rlh: 11, vw: 12, lvw: 13, svw: 14, dvw: 15, vh: 16, lvh: 17, svh: 18, dvh: 19, vi: 20, lvi: 21, svi: 22, dvi: 23, vb: 24, lvb: 25, svb: 26, dvb: 27, vmin: 28, lvmin: 29, svmin: 30, dvmin: 31, vmax: 32, lvmax: 33, svmax: 34, dvmax: 35, cqw: 36, cqh: 37, cqi: 38, cqb: 39, cqmin: 40, cqmax: 41, cm: 42, mm: 43, q: 44, in: 45, pt: 46, pc: 47, px: 48};
@@ -125634,7 +125590,11 @@ self.util = _cliPkgRequires.util;
125634
125590
  B.Set_Db0y4 = new A.ConstantStringSet(B.Object_3CF, 3, type$.ConstantStringSet_String);
125635
125591
  B.List_Eeh = A._setArrayType(makeConstList([B.Set_ot1A, B.Set_YZQG9, B.Set_wEo81, B.Set_y00Wb, B.Set_Db0y4]), A.findType("JSArray<Set<String>>"));
125636
125592
  B.List_GVy = A._setArrayType(makeConstList([0, 0, 26624, 1023, 65534, 2047, 65534, 2047]), type$.JSArray_int);
125637
- B.List_IYb = A._setArrayType(makeConstList([B.Deprecation_MMc, B.Deprecation_xw8, B.Deprecation_Iit, B.Deprecation_Ssf, B.Deprecation_W6Z, B.Deprecation_EfO, B.Deprecation_E8a, B.Deprecation_5pG, B.Deprecation_woc, B.Deprecation_oCX, B.Deprecation_iXE, B.Deprecation_omH, B.Deprecation_jYb, B.Deprecation_kmo, B.Deprecation_qBS, B.Deprecation_FGJ, B.Deprecation_LBt, B.Deprecation_zPV, B.Deprecation_ivT, B.Deprecation_EuK, B.Deprecation_qd9, B.Deprecation_wdM, B.Deprecation_oty, B.Deprecation_Agq]), A.findType("JSArray<Deprecation0>"));
125593
+ B.Deprecation_0Tm = new A.Deprecation("null-alpha", "1.62.3", "nullAlpha");
125594
+ B.Deprecation_izR0 = new A.Deprecation("color-4-api", "1.79.0", "color4Api");
125595
+ B.Deprecation_wa9 = new A.Deprecation("legacy-js-api", "1.79.0", "legacyJsApi");
125596
+ B.Deprecation_uOS = new A.Deprecation("calc-interp", null, "calcInterp");
125597
+ B.List_Hx4 = A._setArrayType(makeConstList([B.Deprecation_6v8, B.Deprecation_Aec, B.Deprecation_T5f, B.Deprecation_INA, B.Deprecation_KIf, B.Deprecation_ePO, B.Deprecation_mRl, B.Deprecation_C9i, B.Deprecation_2My, B.Deprecation_int, B.Deprecation_YUI, B.Deprecation_0Tm, B.Deprecation_Zk6, B.Deprecation_vct, B.Deprecation_0, B.Deprecation_u1l, B.Deprecation_Vr4, B.Deprecation_izR0, B.Deprecation_izR, B.Deprecation_wa9, B.Deprecation_MYu, B.Deprecation_0Gh, B.Deprecation_W1R, B.Deprecation_uOS]), A.findType("JSArray<Deprecation>"));
125638
125598
  B.List_M2I0 = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_int);
125639
125599
  B.List_M2I = A._setArrayType(makeConstList([0, 0, 65490, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_int);
125640
125600
  B.List_VOY = A._setArrayType(makeConstList([0, 0, 32776, 33792, 1, 10240, 0, 0]), type$.JSArray_int);
@@ -125670,11 +125630,6 @@ self.util = _cliPkgRequires.util;
125670
125630
  B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_dynamic);
125671
125631
  B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
125672
125632
  B.List_kUZ = A._setArrayType(makeConstList([B.CalculationOperator_g2q0, B.CalculationOperator_CxF0, B.CalculationOperator_1710, B.CalculationOperator_Qf10]), A.findType("JSArray<CalculationOperator0>"));
125673
- B.Deprecation_gQW = new A.Deprecation("null-alpha", "1.62.3", false, "nullAlpha");
125674
- B.Deprecation_kOq = new A.Deprecation("color-4-api", "1.79.0", false, "color4Api");
125675
- B.Deprecation_FYo = new A.Deprecation("legacy-js-api", "1.79.0", false, "legacyJsApi");
125676
- B.Deprecation_ErI = new A.Deprecation("calc-interp", null, false, "calcInterp");
125677
- B.List_kyy = A._setArrayType(makeConstList([B.Deprecation_gkc, B.Deprecation_EJz, B.Deprecation_uNF, B.Deprecation_IMm, B.Deprecation_2nU, B.Deprecation_iDZ, B.Deprecation_oJv, B.Deprecation_ido, B.Deprecation_2Vk, B.Deprecation_2jN, B.Deprecation_zrt, B.Deprecation_gQW, B.Deprecation_GFc, B.Deprecation_B4v, B.Deprecation_HJ0, B.Deprecation_gf0, B.Deprecation_E6M, B.Deprecation_kOq, B.Deprecation_ukt, B.Deprecation_FYo, B.Deprecation_import_null_true_import, B.Deprecation_IIf, B.Deprecation_JeE, B.Deprecation_ErI]), A.findType("JSArray<Deprecation>"));
125678
125633
  B.List_null = A._setArrayType(makeConstList([null]), type$.JSArray_nullable_FileSpan);
125679
125634
  B.List_oyU = A._setArrayType(makeConstList([0, 0, 27858, 1023, 65534, 51199, 65535, 32767]), type$.JSArray_int);
125680
125635
  B.List_piR = A._setArrayType(makeConstList([0, 0, 24576, 1023, 65534, 34815, 65534, 18431]), type$.JSArray_int);
@@ -126471,8 +126426,8 @@ self.util = _cliPkgRequires.util;
126471
126426
  var _i, deprecation, t2,
126472
126427
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
126473
126428
  for (_i = 0; _i < 24; ++_i) {
126474
- deprecation = B.List_IYb[_i];
126475
- if (deprecation !== B.Deprecation_Agq) {
126429
+ deprecation = B.List_31K[_i];
126430
+ if (deprecation !== B.Deprecation_ErI) {
126476
126431
  t2 = deprecation.id;
126477
126432
  t1.$indexSet(0, t2, {id: t2, status: new A.deprecations_closure(deprecation).call$0(), description: deprecation.description, deprecatedIn: deprecation.get$deprecatedIn(0), obsoleteIn: deprecation.get$deprecatedIn(0)});
126478
126433
  }