sass 1.79.5 → 1.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/sass.dart.js CHANGED
@@ -8382,15 +8382,16 @@ self.util = _cliPkgRequires.util;
8382
8382
  ArgParser__addOption_closure: function ArgParser__addOption_closure(t0) {
8383
8383
  this.$this = t0;
8384
8384
  },
8385
- ArgParserException$(message, commands) {
8386
- return new A.ArgParserException(commands == null ? B.List_empty : A.List_List$unmodifiable(commands, type$.String), message, null, null);
8385
+ ArgParserException$(message, commands, argumentName, source, offset) {
8386
+ return new A.ArgParserException(commands == null ? B.List_empty : A.List_List$unmodifiable(commands, type$.String), argumentName, message, source, offset);
8387
8387
  },
8388
- ArgParserException: function ArgParserException(t0, t1, t2, t3) {
8388
+ ArgParserException: function ArgParserException(t0, t1, t2, t3, t4) {
8389
8389
  var _ = this;
8390
8390
  _.commands = t0;
8391
- _.message = t1;
8392
- _.source = t2;
8393
- _.offset = t3;
8391
+ _.argumentName = t1;
8392
+ _.message = t2;
8393
+ _.source = t3;
8394
+ _.offset = t4;
8394
8395
  },
8395
8396
  ArgResults: function ArgResults(t0, t1, t2, t3) {
8396
8397
  var _ = this;
@@ -10575,13 +10576,13 @@ self.util = _cliPkgRequires.util;
10575
10576
  this.assignmentNode = t2;
10576
10577
  },
10577
10578
  Deprecation_fromId(id) {
10578
- 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));
10579
10580
  },
10580
10581
  Deprecation_forVersion(version) {
10581
10582
  var t2, _i, deprecation, $self, t3,
10582
10583
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
10583
10584
  for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 24; ++_i) {
10584
- deprecation = B.List_kyy[_i];
10585
+ deprecation = B.List_Hx4[_i];
10585
10586
  $self = deprecation._deprecatedIn;
10586
10587
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
10587
10588
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -10590,12 +10591,10 @@ self.util = _cliPkgRequires.util;
10590
10591
  }
10591
10592
  return t1;
10592
10593
  },
10593
- Deprecation: function Deprecation(t0, t1, t2, t3) {
10594
- var _ = this;
10595
- _.id = t0;
10596
- _._deprecatedIn = t1;
10597
- _.isFuture = t2;
10598
- _._name = t3;
10594
+ Deprecation: function Deprecation(t0, t1, t2) {
10595
+ this.id = t0;
10596
+ this._deprecatedIn = t1;
10597
+ this._name = t2;
10599
10598
  },
10600
10599
  Deprecation_fromId_closure: function Deprecation_fromId_closure(t0) {
10601
10600
  this.id = t0;
@@ -13071,7 +13070,7 @@ self.util = _cliPkgRequires.util;
13071
13070
  break $label0$0;
13072
13071
  }
13073
13072
  if (B.LinearChannel_omH === (_0_6_isSet ? _0_6 : channel) && adjustmentArg.get$hasUnits()) {
13074
- 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);
13075
13074
  adjustmentArg = A.SassNumber_SassNumber(adjustmentArg._number$_value, _null);
13076
13075
  }
13077
13076
  }
@@ -13192,13 +13191,13 @@ self.util = _cliPkgRequires.util;
13192
13191
  var angle = angleValue.assertNumber$1($name);
13193
13192
  if (angle.compatibleWithUnit$1("deg"))
13194
13193
  return angle.coerceValueToUnit$1("deg");
13195
- 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);
13196
13195
  return angle._number$_value;
13197
13196
  },
13198
13197
  _checkPercent(number, $name) {
13199
13198
  if (number.hasUnit$1("%"))
13200
13199
  return;
13201
- 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);
13202
13201
  },
13203
13202
  _percentageOrUnitless(number, max, $name) {
13204
13203
  var value;
@@ -13262,7 +13261,7 @@ self.util = _cliPkgRequires.util;
13262
13261
  t1 = 0;
13263
13262
  t1 += amount.valueInRangeWithUnit$4(0, 1, "amount", "");
13264
13263
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
13265
- 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);
13266
13265
  return result;
13267
13266
  },
13268
13267
  _transparentize($name, $arguments) {
@@ -13277,7 +13276,7 @@ self.util = _cliPkgRequires.util;
13277
13276
  t1 = 0;
13278
13277
  t1 -= amount.valueInRangeWithUnit$4(0, 1, "amount", "");
13279
13278
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
13280
- 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);
13281
13280
  return result;
13282
13281
  },
13283
13282
  _colorInSpace(colorUntyped, spaceUntyped, legacyMissing) {
@@ -14791,8 +14790,6 @@ self.util = _cliPkgRequires.util;
14791
14790
  _RequireMain: function _RequireMain() {
14792
14791
  },
14793
14792
  WarnForDeprecation_warnForDeprecation(_this, deprecation, message, span, trace) {
14794
- if (deprecation.isFuture && !(_this instanceof A.DeprecationProcessingLogger))
14795
- return;
14796
14793
  if (_this instanceof A.DeprecationProcessingLogger)
14797
14794
  _this.internalWarn$4$deprecation$span$trace(message, deprecation, span, trace);
14798
14795
  else
@@ -15926,7 +15923,7 @@ self.util = _cliPkgRequires.util;
15926
15923
  if (!(argument instanceof A.SassNumber))
15927
15924
  return new A.SassCalculation("abs", A._setArrayType([argument], type$.JSArray_Object));
15928
15925
  if (argument.hasUnit$1("%"))
15929
- 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);
15930
15927
  return A.SassNumber_SassNumber(Math.abs(argument._number$_value), null).coerceToMatch$1(argument);
15931
15928
  },
15932
15929
  SassCalculation_exp(argument) {
@@ -20650,7 +20647,7 @@ self.util = _cliPkgRequires.util;
20650
20647
  case 0:
20651
20648
  // Function start
20652
20649
  if (nodeImporter != null)
20653
- 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);
20654
20651
  $async$goto = 3;
20655
20652
  return A._asyncAwait(A._EvaluateVisitor$2(functions, importCache, logger, nodeImporter, quietDeps, sourceMap).run$2(0, importer, stylesheet), $async$_compileStylesheet2);
20656
20653
  case 3:
@@ -21927,7 +21924,7 @@ self.util = _cliPkgRequires.util;
21927
21924
  if (!(argument instanceof A.SassNumber0))
21928
21925
  return new A.SassCalculation0("abs", A._setArrayType([argument], type$.JSArray_Object));
21929
21926
  if (argument.hasUnit$1("%"))
21930
- 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);
21931
21928
  return A.SassNumber_SassNumber0(Math.abs(argument._number1$_value), null).coerceToMatch$1(argument);
21932
21929
  },
21933
21930
  SassCalculation_exp0(argument) {
@@ -23683,7 +23680,7 @@ self.util = _cliPkgRequires.util;
23683
23680
  break $label0$0;
23684
23681
  }
23685
23682
  if (B.LinearChannel_omH0 === (_0_6_isSet ? _0_6 : channel) && adjustmentArg.get$hasUnits()) {
23686
- 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);
23687
23684
  adjustmentArg = A.SassNumber_SassNumber0(adjustmentArg._number1$_value, _null);
23688
23685
  }
23689
23686
  }
@@ -23804,13 +23801,13 @@ self.util = _cliPkgRequires.util;
23804
23801
  var angle = angleValue.assertNumber$1($name);
23805
23802
  if (angle.compatibleWithUnit$1("deg"))
23806
23803
  return angle.coerceValueToUnit$1("deg");
23807
- 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);
23808
23805
  return angle._number1$_value;
23809
23806
  },
23810
23807
  _checkPercent0(number, $name) {
23811
23808
  if (number.hasUnit$1("%"))
23812
23809
  return;
23813
- 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);
23814
23811
  },
23815
23812
  _percentageOrUnitless0(number, max, $name) {
23816
23813
  var value;
@@ -23874,7 +23871,7 @@ self.util = _cliPkgRequires.util;
23874
23871
  t1 = 0;
23875
23872
  t1 += amount.valueInRangeWithUnit$4(0, 1, "amount", "");
23876
23873
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
23877
- 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);
23878
23875
  return result;
23879
23876
  },
23880
23877
  _transparentize0($name, $arguments) {
@@ -23889,7 +23886,7 @@ self.util = _cliPkgRequires.util;
23889
23886
  t1 = 0;
23890
23887
  t1 -= amount.valueInRangeWithUnit$4(0, 1, "amount", "");
23891
23888
  result = color.changeAlpha$1(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 1));
23892
- 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);
23893
23890
  return result;
23894
23891
  },
23895
23892
  _colorInSpace0(colorUntyped, spaceUntyped, legacyMissing) {
@@ -24512,7 +24509,7 @@ self.util = _cliPkgRequires.util;
24512
24509
  var t1 = J.getInterceptor$x(options),
24513
24510
  t2 = t1.get$alpha(options);
24514
24511
  if (!A._asBool($.$get$_isUndefined().call$1(t2)) && t1.get$alpha(options) == null && t1.get$space(options) == null)
24515
- A.warnForDeprecationFromApi(string$.Passin_, B.Deprecation_omH);
24512
+ A.warnForDeprecationFromApi(string$.Passin_, B.Deprecation_mBb);
24516
24513
  },
24517
24514
  colorClass_closure: function colorClass_closure() {
24518
24515
  },
@@ -25171,7 +25168,7 @@ self.util = _cliPkgRequires.util;
25171
25168
  _compileStylesheet1(stylesheet, logger, importCache, nodeImporter, importer, functions, style, useSpaces, indentWidth, lineFeed, quietDeps, sourceMap, charset) {
25172
25169
  var evaluateResult, serializeResult, resultSourceMap;
25173
25170
  if (nodeImporter != null)
25174
- 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);
25175
25172
  evaluateResult = A._EvaluateVisitor$1(functions, importCache, logger, nodeImporter, quietDeps, sourceMap).run$2(0, importer, stylesheet);
25176
25173
  serializeResult = A.serialize0(evaluateResult._1, charset, indentWidth, false, lineFeed, logger, sourceMap, style, useSpaces);
25177
25174
  resultSourceMap = serializeResult._1;
@@ -25386,13 +25383,13 @@ self.util = _cliPkgRequires.util;
25386
25383
  this.span = t2;
25387
25384
  },
25388
25385
  Deprecation_fromId0(id) {
25389
- 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));
25390
25387
  },
25391
25388
  Deprecation_forVersion0(version) {
25392
25389
  var t2, _i, deprecation, $self, t3,
25393
25390
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
25394
25391
  for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 24; ++_i) {
25395
- deprecation = B.List_IYb[_i];
25392
+ deprecation = B.List_31K[_i];
25396
25393
  $self = deprecation._deprecation$_deprecatedIn;
25397
25394
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
25398
25395
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -25401,13 +25398,12 @@ self.util = _cliPkgRequires.util;
25401
25398
  }
25402
25399
  return t1;
25403
25400
  },
25404
- Deprecation0: function Deprecation0(t0, t1, t2, t3, t4) {
25401
+ Deprecation0: function Deprecation0(t0, t1, t2, t3) {
25405
25402
  var _ = this;
25406
25403
  _.id = t0;
25407
25404
  _._deprecation$_deprecatedIn = t1;
25408
25405
  _.description = t2;
25409
- _.isFuture = t3;
25410
- _._name = t4;
25406
+ _._name = t3;
25411
25407
  },
25412
25408
  Deprecation_fromId_closure0: function Deprecation_fromId_closure0(t0) {
25413
25409
  this.id = t0;
@@ -28450,7 +28446,7 @@ self.util = _cliPkgRequires.util;
28450
28446
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28451
28447
  J.set$Version$x(self.exports, $.$get$versionClass());
28452
28448
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28453
- J.set$info$x(self.exports, "dart-sass\t1.79.5\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.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28454
28450
  A.updateCanonicalizeContextPrototype();
28455
28451
  A.updateSourceSpanPrototype();
28456
28452
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -29235,8 +29231,6 @@ self.util = _cliPkgRequires.util;
29235
29231
  DebugOptions: function DebugOptions() {
29236
29232
  },
29237
29233
  WarnForDeprecation_warnForDeprecation0(_this, deprecation, message, span, trace) {
29238
- if (deprecation.isFuture && !(_this instanceof A.DeprecationProcessingLogger0))
29239
- return;
29240
29234
  if (_this instanceof A.LoggerWithDeprecationType)
29241
29235
  _this.internalWarn$4$deprecation$span$trace(message, deprecation, span, trace);
29242
29236
  else
@@ -32305,56 +32299,6 @@ self.util = _cliPkgRequires.util;
32305
32299
  }
32306
32300
  return null;
32307
32301
  },
32308
- IterableNullableExtension_whereNotNull(_this, $T) {
32309
- return new A._SyncStarIterable(A.IterableNullableExtension_whereNotNull$body(_this, $T), $T._eval$1("_SyncStarIterable<0>"));
32310
- },
32311
- IterableNullableExtension_whereNotNull$body($async$_this, $async$$T) {
32312
- return function() {
32313
- var _this = $async$_this,
32314
- $T = $async$$T;
32315
- var $async$goto = 0, $async$handler = 1, $async$currentError, t1, element;
32316
- return function $async$IterableNullableExtension_whereNotNull($async$iterator, $async$errorCode, $async$result) {
32317
- if ($async$errorCode === 1) {
32318
- $async$currentError = $async$result;
32319
- $async$goto = $async$handler;
32320
- }
32321
- while (true)
32322
- switch ($async$goto) {
32323
- case 0:
32324
- // Function start
32325
- t1 = _this.get$iterator(_this);
32326
- case 2:
32327
- // for condition
32328
- if (!t1.moveNext$0()) {
32329
- // goto after for
32330
- $async$goto = 3;
32331
- break;
32332
- }
32333
- element = t1.get$current(t1);
32334
- $async$goto = element != null ? 4 : 5;
32335
- break;
32336
- case 4:
32337
- // then
32338
- $async$goto = 6;
32339
- return $async$iterator._async$_current = element, 1;
32340
- case 6:
32341
- // after yield
32342
- case 5:
32343
- // join
32344
- // goto for condition
32345
- $async$goto = 2;
32346
- break;
32347
- case 3:
32348
- // after for
32349
- // implicit return
32350
- return 0;
32351
- case 1:
32352
- // rethrow
32353
- return $async$iterator._datum = $async$currentError, 3;
32354
- }
32355
- };
32356
- };
32357
- },
32358
32302
  IterableIntegerExtension_get_maxOrNull(_this) {
32359
32303
  var value, newValue,
32360
32304
  iterator = _this.get$iterator(_this);
@@ -33706,7 +33650,7 @@ self.util = _cliPkgRequires.util;
33706
33650
  switch ($async$goto) {
33707
33651
  case 0:
33708
33652
  // Function start
33709
- $async$returnValue = "1.79.5 compiled with dart2js 3.5.3";
33653
+ $async$returnValue = "1.80.0 compiled with dart2js 3.5.3";
33710
33654
  // goto return
33711
33655
  $async$goto = 1;
33712
33656
  break;
@@ -36845,7 +36789,7 @@ self.util = _cliPkgRequires.util;
36845
36789
  this.$arguments.push(argument);
36846
36790
  ++t1.argumentCount;
36847
36791
  },
36848
- $signature: 132
36792
+ $signature: 128
36849
36793
  };
36850
36794
  A.TypeErrorDecoder.prototype = {
36851
36795
  matchTypeError$1(message) {
@@ -37290,7 +37234,7 @@ self.util = _cliPkgRequires.util;
37290
37234
  call$1(o) {
37291
37235
  return this.getTag(o);
37292
37236
  },
37293
- $signature: 81
37237
+ $signature: 99
37294
37238
  };
37295
37239
  A.initHooks_closure0.prototype = {
37296
37240
  call$2(o, tag) {
@@ -37302,7 +37246,7 @@ self.util = _cliPkgRequires.util;
37302
37246
  call$1(tag) {
37303
37247
  return this.prototypeForTag(tag);
37304
37248
  },
37305
- $signature: 236
37249
+ $signature: 239
37306
37250
  };
37307
37251
  A._Record.prototype = {
37308
37252
  toString$0(_) {
@@ -40055,7 +39999,7 @@ self.util = _cliPkgRequires.util;
40055
39999
  call$1(v) {
40056
40000
  return this.K._is(v);
40057
40001
  },
40058
- $signature: 125
40002
+ $signature: 205
40059
40003
  };
40060
40004
  A._LinkedHashSet.prototype = {
40061
40005
  _newSet$0() {
@@ -41211,13 +41155,13 @@ self.util = _cliPkgRequires.util;
41211
41155
  call$1(each) {
41212
41156
  return this.$this.$index(0, each);
41213
41157
  },
41214
- $signature: 236
41158
+ $signature: 239
41215
41159
  };
41216
41160
  A._JsonMap_addAll_closure.prototype = {
41217
41161
  call$2(key, value) {
41218
41162
  this.$this.$indexSet(0, key, value);
41219
41163
  },
41220
- $signature: 132
41164
+ $signature: 128
41221
41165
  };
41222
41166
  A._JsonMapKeyIterable.prototype = {
41223
41167
  get$length(_) {
@@ -43409,14 +43353,14 @@ self.util = _cliPkgRequires.util;
43409
43353
  $index(_, $name) {
43410
43354
  var t1 = this._parser.options._map;
43411
43355
  if (!t1.containsKey$1($name))
43412
- throw A.wrapException(A.ArgumentError$('Could not find an option named "' + $name + '".', null));
43356
+ throw A.wrapException(A.ArgumentError$('Could not find an option named "--' + $name + '".', null));
43413
43357
  t1 = t1.$index(0, $name);
43414
43358
  t1.toString;
43415
43359
  return t1.valueOrDefault$1(this._parsed.$index(0, $name));
43416
43360
  },
43417
43361
  wasParsed$1($name) {
43418
43362
  if (!this._parser.options._map.containsKey$1($name))
43419
- throw A.wrapException(A.ArgumentError$('Could not find an option named "' + $name + '".', null));
43363
+ throw A.wrapException(A.ArgumentError$('Could not find an option named "--' + $name + '".', null));
43420
43364
  return this._parsed.containsKey$1($name);
43421
43365
  }
43422
43366
  };
@@ -43453,8 +43397,14 @@ self.util = _cliPkgRequires.util;
43453
43397
  t7 = t6._as(t7);
43454
43398
  command = t5._map.$index(0, t7);
43455
43399
  if (command != null) {
43456
- if (t3.length !== 0)
43457
- A.throwExpression(A.ArgParserException$("Cannot specify arguments before a command.", null));
43400
+ t5 = t3.length;
43401
+ t7 = t2._head;
43402
+ if (t7 === t2._tail)
43403
+ A.throwExpression(A.IterableElementError_noElement());
43404
+ t7 = t2._table[t7];
43405
+ t6 = t7 == null ? t6._as(t7) : t7;
43406
+ if (t5 !== 0)
43407
+ A.throwExpression(A.ArgParserException$("Cannot specify arguments before a command.", null, t6, null, null));
43458
43408
  commandName = t2.removeFirst$0();
43459
43409
  t5 = type$.JSArray_String;
43460
43410
  t6 = A._setArrayType([], t5);
@@ -43469,7 +43419,7 @@ self.util = _cliPkgRequires.util;
43469
43419
  t2 = error.message;
43470
43420
  t1 = A._setArrayType([commandName], t5);
43471
43421
  J.addAll$1$ax(t1, error.commands);
43472
- throw A.wrapException(A.ArgParserException$(t2, t1));
43422
+ throw A.wrapException(A.ArgParserException$(t2, t1, error.argumentName, error.source, error.offset));
43473
43423
  } else
43474
43424
  throw exception;
43475
43425
  }
@@ -43489,11 +43439,11 @@ self.util = _cliPkgRequires.util;
43489
43439
  t2.clear$0(0);
43490
43440
  return new A.ArgResults(t4, _this._results, _this._commandName, new A.UnmodifiableListView(t3, type$.UnmodifiableListView_String));
43491
43441
  },
43492
- _readNextArgAsValue$1(option) {
43493
- var t1 = this._args;
43494
- if (t1.get$isEmpty(0))
43495
- A.throwExpression(A.ArgParserException$('Missing argument for "' + option.name + '".', null));
43496
- this._setOption$3(this._results, option, t1.get$first(0));
43442
+ _readNextArgAsValue$2(option, arg) {
43443
+ var _this = this,
43444
+ t1 = _this._args;
43445
+ _this._validate$3(!t1.get$isEmpty(0), 'Missing argument for "' + arg + '".', arg);
43446
+ _this._setOption$4(_this._results, option, t1.get$first(0), arg);
43497
43447
  t1.removeFirst$0();
43498
43448
  },
43499
43449
  _parseSoloOption$0() {
@@ -43514,8 +43464,7 @@ self.util = _cliPkgRequires.util;
43514
43464
  option = _this._grammar.findByAbbreviation$1(opt);
43515
43465
  if (option == null) {
43516
43466
  t1 = _this._parser$_parent;
43517
- if (t1 == null)
43518
- A.throwExpression(A.ArgParserException$('Could not find an option or flag "-' + opt + '".', null));
43467
+ _this._validate$3(t1 != null, 'Could not find an option or flag "-' + opt + '".', "-" + opt);
43519
43468
  t1._handleSoloOption$1(opt);
43520
43469
  return true;
43521
43470
  }
@@ -43523,7 +43472,7 @@ self.util = _cliPkgRequires.util;
43523
43472
  if (option.type === B.OptionType_I6i)
43524
43473
  _this._results.$indexSet(0, option.name, true);
43525
43474
  else
43526
- _this._readNextArgAsValue$1(option);
43475
+ _this._readNextArgAsValue$2(option, "-" + opt);
43527
43476
  return true;
43528
43477
  },
43529
43478
  _parseAbbreviation$1(innermostCommand) {
@@ -43572,37 +43521,35 @@ self.util = _cliPkgRequires.util;
43572
43521
  first = _this._grammar.findByAbbreviation$1(c);
43573
43522
  if (first == null) {
43574
43523
  t1 = _this._parser$_parent;
43575
- if (t1 == null)
43576
- A.throwExpression(A.ArgParserException$(string$.Could_ + c + '".', null));
43524
+ _this._validate$3(t1 != null, string$.Could_ + c + '".', "-" + c);
43577
43525
  t1._handleAbbreviation$3(lettersAndDigits, rest, innermostCommand);
43578
43526
  return true;
43579
- } else if (first.type !== B.OptionType_I6i)
43580
- _this._setOption$3(_this._results, first, B.JSString_methods.substring$1(lettersAndDigits, 1) + rest);
43581
- else {
43582
- t1 = B.JSString_methods.substring$1(lettersAndDigits, 1);
43583
- if (rest !== "")
43584
- A.throwExpression(A.ArgParserException$('Option "-' + c + '" is a flag and cannot handle value "' + t1 + rest + '".', null));
43585
- for (t1 = lettersAndDigits.length, i = 0; i < t1; i = i0) {
43586
- i0 = i + 1;
43587
- innermostCommand._parseShortFlag$1(B.JSString_methods.substring$2(lettersAndDigits, i, i0));
43527
+ } else {
43528
+ t1 = "-" + c;
43529
+ if (first.type !== B.OptionType_I6i)
43530
+ _this._setOption$4(_this._results, first, B.JSString_methods.substring$1(lettersAndDigits, 1) + rest, t1);
43531
+ else {
43532
+ _this._validate$3(rest === "", 'Option "-' + c + '" is a flag and cannot handle value "' + B.JSString_methods.substring$1(lettersAndDigits, 1) + rest + '".', t1);
43533
+ for (t1 = lettersAndDigits.length, i = 0; i < t1; i = i0) {
43534
+ i0 = i + 1;
43535
+ innermostCommand._parseShortFlag$1(B.JSString_methods.substring$2(lettersAndDigits, i, i0));
43536
+ }
43588
43537
  }
43589
43538
  }
43590
43539
  _this._args.removeFirst$0();
43591
43540
  return true;
43592
43541
  },
43593
43542
  _parseShortFlag$1(c) {
43594
- var t1,
43595
- option = this._grammar.findByAbbreviation$1(c);
43543
+ var t1, _this = this,
43544
+ option = _this._grammar.findByAbbreviation$1(c);
43596
43545
  if (option == null) {
43597
- t1 = this._parser$_parent;
43598
- if (t1 == null)
43599
- A.throwExpression(A.ArgParserException$(string$.Could_ + c + '".', null));
43546
+ t1 = _this._parser$_parent;
43547
+ _this._validate$3(t1 != null, string$.Could_ + c + '".', "-" + c);
43600
43548
  t1._parseShortFlag$1(c);
43601
43549
  return;
43602
43550
  }
43603
- if (option.type !== B.OptionType_I6i)
43604
- A.throwExpression(A.ArgParserException$('Option "-' + c + '" must be a flag to be in a collapsed "-".', null));
43605
- this._results.$indexSet(0, option.name, true);
43551
+ _this._validate$3(option.type === B.OptionType_I6i, 'Option "-' + c + '" must be a flag to be in a collapsed "-".', "-" + c);
43552
+ _this._results.$indexSet(0, option.name, true);
43606
43553
  },
43607
43554
  _parseLongOption$0() {
43608
43555
  var index, t2, $name, t3, i, t4, t5, value,
@@ -43632,48 +43579,51 @@ self.util = _cliPkgRequires.util;
43632
43579
  return true;
43633
43580
  },
43634
43581
  _handleLongOption$2($name, value) {
43635
- var _this = this, _null = null,
43636
- _s32_ = 'Could not find an option named "',
43582
+ var _this = this,
43583
+ _s34_ = 'Could not find an option named "--',
43637
43584
  t1 = _this._grammar,
43638
43585
  option = t1.findByNameOrAlias$1($name);
43639
43586
  if (option != null) {
43640
43587
  _this._args.removeFirst$0();
43641
43588
  if (option.type === B.OptionType_I6i) {
43642
- if (value != null)
43643
- A.throwExpression(A.ArgParserException$('Flag option "' + $name + '" should not be given a value.', _null));
43589
+ _this._validate$3(value == null, 'Flag option "--' + $name + '" should not be given a value.', "--" + $name);
43644
43590
  _this._results.$indexSet(0, option.name, true);
43645
- } else if (value != null)
43646
- _this._setOption$3(_this._results, option, value);
43647
- else
43648
- _this._readNextArgAsValue$1(option);
43591
+ } else {
43592
+ t1 = "--" + $name;
43593
+ if (value != null)
43594
+ _this._setOption$4(_this._results, option, value, t1);
43595
+ else
43596
+ _this._readNextArgAsValue$2(option, t1);
43597
+ }
43649
43598
  } else if (B.JSString_methods.startsWith$1($name, "no-")) {
43650
43599
  option = t1.findByNameOrAlias$1(B.JSString_methods.substring$1($name, 3));
43651
43600
  if (option == null) {
43652
43601
  t1 = _this._parser$_parent;
43653
- if (t1 == null)
43654
- A.throwExpression(A.ArgParserException$(_s32_ + $name + '".', _null));
43602
+ _this._validate$3(t1 != null, _s34_ + $name + '".', "--" + $name);
43655
43603
  t1._handleLongOption$2($name, value);
43656
43604
  return true;
43657
43605
  }
43658
43606
  _this._args.removeFirst$0();
43659
- if (option.type !== B.OptionType_I6i)
43660
- A.throwExpression(A.ArgParserException$('Cannot negate non-flag option "' + $name + '".', _null));
43661
- if (!option.negatable)
43662
- A.throwExpression(A.ArgParserException$('Cannot negate option "' + $name + '".', _null));
43607
+ t1 = "--" + $name;
43608
+ _this._validate$3(option.type === B.OptionType_I6i, 'Cannot negate non-flag option "--' + $name + '".', t1);
43609
+ _this._validate$3(option.negatable, 'Cannot negate option "--' + $name + '".', t1);
43663
43610
  _this._results.$indexSet(0, option.name, false);
43664
43611
  } else {
43665
43612
  t1 = _this._parser$_parent;
43666
- if (t1 == null)
43667
- A.throwExpression(A.ArgParserException$(_s32_ + $name + '".', _null));
43613
+ _this._validate$3(t1 != null, _s34_ + $name + '".', "--" + $name);
43668
43614
  t1._handleLongOption$2($name, value);
43669
43615
  return true;
43670
43616
  }
43671
43617
  return true;
43672
43618
  },
43673
- _setOption$3(results, option, value) {
43619
+ _validate$3(condition, message, args) {
43620
+ if (!condition)
43621
+ throw A.wrapException(A.ArgParserException$(message, null, args, null, null));
43622
+ },
43623
+ _setOption$4(results, option, value, arg) {
43674
43624
  var list, t1, t2, t3, _i, element;
43675
43625
  if (option.type !== B.OptionType_yPm) {
43676
- this._validateAllowed$2(option, value);
43626
+ this._validateAllowed$3(option, value, arg);
43677
43627
  results.$indexSet(0, option.name, value);
43678
43628
  return;
43679
43629
  }
@@ -43681,20 +43631,19 @@ self.util = _cliPkgRequires.util;
43681
43631
  if (option.splitCommas)
43682
43632
  for (t1 = value.split(","), t2 = t1.length, t3 = J.getInterceptor$ax(list), _i = 0; _i < t2; ++_i) {
43683
43633
  element = t1[_i];
43684
- this._validateAllowed$2(option, element);
43634
+ this._validateAllowed$3(option, element, arg);
43685
43635
  t3.add$1(list, element);
43686
43636
  }
43687
43637
  else {
43688
- this._validateAllowed$2(option, value);
43638
+ this._validateAllowed$3(option, value, arg);
43689
43639
  J.add$1$ax(list, value);
43690
43640
  }
43691
43641
  },
43692
- _validateAllowed$2(option, value) {
43642
+ _validateAllowed$3(option, value, arg) {
43693
43643
  var t1 = option.allowed;
43694
43644
  if (t1 == null)
43695
43645
  return;
43696
- if (!B.JSArray_methods.contains$1(t1, value))
43697
- A.throwExpression(A.ArgParserException$('"' + value + '" is not an allowed value for option "' + option.name + '".', null));
43646
+ this._validate$3(B.JSArray_methods.contains$1(t1, value), '"' + value + '" is not an allowed value for option "' + arg + '".', arg);
43698
43647
  }
43699
43648
  };
43700
43649
  A.Parser_parse_closure.prototype = {
@@ -43711,7 +43660,7 @@ self.util = _cliPkgRequires.util;
43711
43660
  call$0() {
43712
43661
  return A._setArrayType([], type$.JSArray_String);
43713
43662
  },
43714
- $signature: 127
43663
+ $signature: 113
43715
43664
  };
43716
43665
  A._Usage.prototype = {
43717
43666
  get$_columnWidths() {
@@ -43880,13 +43829,13 @@ self.util = _cliPkgRequires.util;
43880
43829
  call$1(value) {
43881
43830
  return '"' + A.S(value) + '"';
43882
43831
  },
43883
- $signature: 112
43832
+ $signature: 126
43884
43833
  };
43885
43834
  A._Usage__buildAllowedList_closure.prototype = {
43886
43835
  call$1(value) {
43887
43836
  return value === this.option.defaultsTo;
43888
43837
  },
43889
- $signature: 125
43838
+ $signature: 5
43890
43839
  };
43891
43840
  A.FutureGroup.prototype = {
43892
43841
  add$1(_, task) {
@@ -44081,8 +44030,8 @@ self.util = _cliPkgRequires.util;
44081
44030
  var t1, t2, futures;
44082
44031
  this._stream_group$_state = B._StreamGroupState_canceled;
44083
44032
  t1 = this._subscriptions;
44084
- t2 = A.IterableNullableExtension_whereNotNull(t1.get$entries(0).map$1$1(0, new A.StreamGroup__onCancel_closure(this), type$.nullable_Future_void), type$.Future_void);
44085
- futures = A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E"));
44033
+ t2 = type$.NonNullsIterable_Future_void;
44034
+ futures = A.List_List$of(new A.NonNullsIterable(t1.get$entries(0).map$1$1(0, new A.StreamGroup__onCancel_closure(this), type$.nullable_Future_void), t2), true, t2._eval$1("Iterable.E"));
44086
44035
  t1.clear$0(0);
44087
44036
  return futures.length === 0 ? null : A.Future_wait(futures, false, type$.void);
44088
44037
  },
@@ -45618,7 +45567,7 @@ self.util = _cliPkgRequires.util;
45618
45567
  call$1(path) {
45619
45568
  return typeof path == "string" || path == null;
45620
45569
  },
45621
- $signature: 125
45570
+ $signature: 205
45622
45571
  };
45623
45572
  A.Style.prototype = {
45624
45573
  toString$0(_) {
@@ -47296,7 +47245,7 @@ self.util = _cliPkgRequires.util;
47296
47245
  call$1(value) {
47297
47246
  return typeof value == "string" ? value : "#{" + A.S(value) + "}";
47298
47247
  },
47299
- $signature: 118
47248
+ $signature: 138
47300
47249
  };
47301
47250
  A.Statement.prototype = {$isAstNode: 1};
47302
47251
  A.AtRootRule.prototype = {
@@ -48023,7 +47972,7 @@ self.util = _cliPkgRequires.util;
48023
47972
  assertNotBogus$1$name($name) {
48024
47973
  if (!this.accept$1(B._IsBogusVisitor_true))
48025
47974
  return;
48026
- 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);
48027
47976
  },
48028
47977
  toString$0(_) {
48029
47978
  var _null = null,
@@ -49785,25 +49734,25 @@ self.util = _cliPkgRequires.util;
49785
49734
  call$1(module) {
49786
49735
  return module.get$functions(module).$index(0, this.name);
49787
49736
  },
49788
- $signature: 229
49737
+ $signature: 232
49789
49738
  };
49790
49739
  A.AsyncEnvironment__getMixinFromGlobalModule_closure.prototype = {
49791
49740
  call$1(module) {
49792
49741
  return module.get$mixins().$index(0, this.name);
49793
49742
  },
49794
- $signature: 229
49743
+ $signature: 232
49795
49744
  };
49796
49745
  A.AsyncEnvironment_toModule_closure.prototype = {
49797
49746
  call$1(modules) {
49798
49747
  return new A.MapKeySet(modules, type$.MapKeySet_Module_AsyncCallable);
49799
49748
  },
49800
- $signature: 232
49749
+ $signature: 236
49801
49750
  };
49802
49751
  A.AsyncEnvironment_toDummyModule_closure.prototype = {
49803
49752
  call$1(modules) {
49804
49753
  return new A.MapKeySet(modules, type$.MapKeySet_Module_AsyncCallable);
49805
49754
  },
49806
- $signature: 232
49755
+ $signature: 236
49807
49756
  };
49808
49757
  A._EnvironmentModule0.prototype = {
49809
49758
  get$url(_) {
@@ -49911,13 +49860,13 @@ self.util = _cliPkgRequires.util;
49911
49860
  call$1(module) {
49912
49861
  return module.get$transitivelyContainsCss();
49913
49862
  },
49914
- $signature: 139
49863
+ $signature: 111
49915
49864
  };
49916
49865
  A._EnvironmentModule__EnvironmentModule_closure10.prototype = {
49917
49866
  call$1(module) {
49918
49867
  return module.get$transitivelyContainsExtensions();
49919
49868
  },
49920
- $signature: 139
49869
+ $signature: 111
49921
49870
  };
49922
49871
  A.AsyncImportCache.prototype = {
49923
49872
  canonicalize$4$baseImporter$baseUrl$forImport(_, url, baseImporter, baseUrl, forImport) {
@@ -50159,7 +50108,7 @@ self.util = _cliPkgRequires.util;
50159
50108
  break;
50160
50109
  case 11:
50161
50110
  // then
50162
- 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);
50163
50112
  // goto join
50164
50113
  $async$goto = 12;
50165
50114
  break;
@@ -50389,8 +50338,9 @@ self.util = _cliPkgRequires.util;
50389
50338
  };
50390
50339
  A.AsyncBuiltInCallable_withDeprecationWarning_closure.prototype = {
50391
50340
  call$1(args) {
50392
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
50393
- 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);
50394
50344
  },
50395
50345
  $signature: 316
50396
50346
  };
@@ -50455,8 +50405,12 @@ self.util = _cliPkgRequires.util;
50455
50405
  };
50456
50406
  A.BuiltInCallable_withDeprecationWarning_closure.prototype = {
50457
50407
  call$1(args) {
50458
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
50459
- 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);
50460
50414
  },
50461
50415
  $signature: 4
50462
50416
  };
@@ -51149,25 +51103,25 @@ self.util = _cliPkgRequires.util;
51149
51103
  call$1(module) {
51150
51104
  return module.get$functions(module).$index(0, this.name);
51151
51105
  },
51152
- $signature: 224
51106
+ $signature: 227
51153
51107
  };
51154
51108
  A.Environment__getMixinFromGlobalModule_closure.prototype = {
51155
51109
  call$1(module) {
51156
51110
  return module.get$mixins().$index(0, this.name);
51157
51111
  },
51158
- $signature: 224
51112
+ $signature: 227
51159
51113
  };
51160
51114
  A.Environment_toModule_closure.prototype = {
51161
51115
  call$1(modules) {
51162
51116
  return new A.MapKeySet(modules, type$.MapKeySet_Module_Callable);
51163
51117
  },
51164
- $signature: 227
51118
+ $signature: 229
51165
51119
  };
51166
51120
  A.Environment_toDummyModule_closure.prototype = {
51167
51121
  call$1(modules) {
51168
51122
  return new A.MapKeySet(modules, type$.MapKeySet_Module_Callable);
51169
51123
  },
51170
- $signature: 227
51124
+ $signature: 229
51171
51125
  };
51172
51126
  A._EnvironmentModule.prototype = {
51173
51127
  get$url(_) {
@@ -51263,13 +51217,13 @@ self.util = _cliPkgRequires.util;
51263
51217
  call$1(module) {
51264
51218
  return module.get$functions(module);
51265
51219
  },
51266
- $signature: 252
51220
+ $signature: 260
51267
51221
  };
51268
51222
  A._EnvironmentModule__EnvironmentModule_closure2.prototype = {
51269
51223
  call$1(module) {
51270
51224
  return module.get$mixins();
51271
51225
  },
51272
- $signature: 252
51226
+ $signature: 260
51273
51227
  };
51274
51228
  A._EnvironmentModule__EnvironmentModule_closure3.prototype = {
51275
51229
  call$1(module) {
@@ -51796,7 +51750,7 @@ self.util = _cliPkgRequires.util;
51796
51750
  call$0() {
51797
51751
  var t1 = type$.String,
51798
51752
  t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Option),
51799
- t3 = [],
51753
+ t3 = A._setArrayType([], type$.JSArray_Object),
51800
51754
  parser = new A.ArgParser(t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, t1), new A.UnmodifiableMapView(t2, type$.UnmodifiableMapView_String_Option), new A.UnmodifiableMapView(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ArgParser), type$.UnmodifiableMapView_String_ArgParser), t3, true, null);
51801
51755
  parser.addOption$2$hide("precision", true);
51802
51756
  parser.addFlag$2$hide("async", true);
@@ -51868,7 +51822,7 @@ self.util = _cliPkgRequires.util;
51868
51822
  }
51869
51823
  try {
51870
51824
  argVersion = A.Version_Version$parse(id);
51871
- sassVersion = A.Version_Version$parse("1.79.5");
51825
+ sassVersion = A.Version_Version$parse("1.80.0");
51872
51826
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51873
51827
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51874
51828
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -53214,7 +53168,7 @@ self.util = _cliPkgRequires.util;
53214
53168
  call$0() {
53215
53169
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
53216
53170
  },
53217
- $signature: 113
53171
+ $signature: 122
53218
53172
  };
53219
53173
  A.ExtensionStore_addExtension_closure0.prototype = {
53220
53174
  call$0() {
@@ -53238,13 +53192,13 @@ self.util = _cliPkgRequires.util;
53238
53192
  call$0() {
53239
53193
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
53240
53194
  },
53241
- $signature: 113
53195
+ $signature: 122
53242
53196
  };
53243
53197
  A.ExtensionStore_addExtensions_closure.prototype = {
53244
53198
  call$0() {
53245
53199
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
53246
53200
  },
53247
- $signature: 113
53201
+ $signature: 122
53248
53202
  };
53249
53203
  A.ExtensionStore__extendComplex_closure.prototype = {
53250
53204
  call$1(path) {
@@ -53917,7 +53871,7 @@ self.util = _cliPkgRequires.util;
53917
53871
  if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
53918
53872
  return A._functionString("grayscale", $arguments);
53919
53873
  else {
53920
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
53874
+ A.warnForDeprecation(string$.Globalcg, B.Deprecation_0Gh);
53921
53875
  return A._grayscale(t1.$index($arguments, 0));
53922
53876
  }
53923
53877
  },
@@ -53930,7 +53884,7 @@ self.util = _cliPkgRequires.util;
53930
53884
  degrees = A._angleValue(t1.$index($arguments, 1), "degrees");
53931
53885
  if (!color._space.get$isLegacyInternal())
53932
53886
  throw A.wrapException(A.SassScriptException$(string$.adjusto, null));
53933
- 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);
53934
53888
  return color.changeHsl$1$hue(color._legacyChannel$2(B.HslColorSpace_gsm, "hue") + degrees);
53935
53889
  },
53936
53890
  $signature: 23
@@ -53946,7 +53900,7 @@ self.util = _cliPkgRequires.util;
53946
53900
  throw A.wrapException(A.SassScriptException$(string$.lighte, null));
53947
53901
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s9_) + amount.valueInRange$3(0, 100, "amount");
53948
53902
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53949
- 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);
53950
53904
  return result;
53951
53905
  },
53952
53906
  $signature: 23
@@ -53962,7 +53916,7 @@ self.util = _cliPkgRequires.util;
53962
53916
  throw A.wrapException(A.SassScriptException$(string$.darken, null));
53963
53917
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s9_) - amount.valueInRange$3(0, 100, "amount");
53964
53918
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53965
- 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);
53966
53920
  return result;
53967
53921
  },
53968
53922
  $signature: 23
@@ -53980,7 +53934,7 @@ self.util = _cliPkgRequires.util;
53980
53934
  call$1($arguments) {
53981
53935
  var t1, color, amount, result,
53982
53936
  _s10_ = "saturation";
53983
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
53937
+ A.warnForDeprecation(string$.Globalcad, B.Deprecation_0Gh);
53984
53938
  t1 = J.getInterceptor$asx($arguments);
53985
53939
  color = t1.$index($arguments, 0).assertColor$1("color");
53986
53940
  amount = t1.$index($arguments, 1).assertNumber$1("amount");
@@ -53988,7 +53942,7 @@ self.util = _cliPkgRequires.util;
53988
53942
  throw A.wrapException(A.SassScriptException$(string$.satura, null));
53989
53943
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s10_) + amount.valueInRange$3(0, 100, "amount");
53990
53944
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
53991
- 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);
53992
53946
  return result;
53993
53947
  },
53994
53948
  $signature: 23
@@ -54004,7 +53958,7 @@ self.util = _cliPkgRequires.util;
54004
53958
  throw A.wrapException(A.SassScriptException$(string$.desatu, null));
54005
53959
  t1 = color._legacyChannel$2(B.HslColorSpace_gsm, _s10_) - amount.valueInRange$3(0, 100, "amount");
54006
53960
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
54007
- 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);
54008
53962
  return result;
54009
53963
  },
54010
53964
  $signature: 23
@@ -54044,7 +53998,7 @@ self.util = _cliPkgRequires.util;
54044
53998
  return A._functionString("alpha", $arguments);
54045
53999
  if (_0_0 instanceof A.SassColor && !_0_0._space.get$isLegacyInternal())
54046
54000
  throw A.wrapException(A.SassScriptException$(string$.alpha_, null));
54047
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
54001
+ A.warnForDeprecation(string$.Globalcal, B.Deprecation_0Gh);
54048
54002
  t1 = _0_0.assertColor$1("color").alphaOrNull;
54049
54003
  return A.SassNumber_SassNumber(t1 == null ? 0 : t1, null);
54050
54004
  },
@@ -54075,7 +54029,7 @@ self.util = _cliPkgRequires.util;
54075
54029
  var t1 = J.getInterceptor$asx($arguments);
54076
54030
  if (t1.$index($arguments, 0) instanceof A.SassNumber || t1.$index($arguments, 0).get$isSpecialNumber())
54077
54031
  return A._functionString("opacity", $arguments);
54078
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
54032
+ A.warnForDeprecation(string$.Globalco, B.Deprecation_0Gh);
54079
54033
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
54080
54034
  return A.SassNumber_SassNumber(t1 == null ? 0 : t1, null);
54081
54035
  },
@@ -54139,7 +54093,7 @@ self.util = _cliPkgRequires.util;
54139
54093
  call$1($arguments) {
54140
54094
  var result = A._invert($arguments, false);
54141
54095
  if (result instanceof A.SassString)
54142
- 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);
54143
54097
  return result;
54144
54098
  },
54145
54099
  $signature: 4
@@ -54168,7 +54122,7 @@ self.util = _cliPkgRequires.util;
54168
54122
  t1 = J.getInterceptor$asx($arguments);
54169
54123
  if (t1.$index($arguments, 0) instanceof A.SassNumber) {
54170
54124
  result = A._functionString("grayscale", t1.take$1($arguments, 1));
54171
- 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);
54172
54126
  return result;
54173
54127
  }
54174
54128
  return A._grayscale(t1.$index($arguments, 0));
@@ -54211,7 +54165,7 @@ self.util = _cliPkgRequires.util;
54211
54165
  t1 = B.JSString_methods.contains$1(_0_0._string$_text, $.$get$_microsoftFilterStart());
54212
54166
  if (t1) {
54213
54167
  result = A._functionString("alpha", $arguments);
54214
- 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);
54215
54169
  return result;
54216
54170
  }
54217
54171
  if (_0_0 instanceof A.SassColor && !_0_0._space.get$isLegacyInternal())
@@ -54227,7 +54181,7 @@ self.util = _cliPkgRequires.util;
54227
54181
  t1 = J.getInterceptor$asx($arguments);
54228
54182
  if (B.JSArray_methods.every$1(t1.$index($arguments, 0).get$asList(), new A.module__closure2())) {
54229
54183
  result = A._functionString("alpha", $arguments);
54230
- 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);
54231
54185
  return result;
54232
54186
  }
54233
54187
  throw A.wrapException(A.SassScriptException$("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed.", null));
@@ -54246,7 +54200,7 @@ self.util = _cliPkgRequires.util;
54246
54200
  t1 = J.getInterceptor$asx($arguments);
54247
54201
  if (t1.$index($arguments, 0) instanceof A.SassNumber) {
54248
54202
  result = A._functionString("opacity", $arguments);
54249
- 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);
54250
54204
  return result;
54251
54205
  }
54252
54206
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
@@ -54338,7 +54292,7 @@ self.util = _cliPkgRequires.util;
54338
54292
  call$1(channel) {
54339
54293
  return channel.name === this.channelName;
54340
54294
  },
54341
- $signature: 99
54295
+ $signature: 105
54342
54296
  };
54343
54297
  A.module_closure23.prototype = {
54344
54298
  call$1($arguments) {
@@ -54542,12 +54496,12 @@ self.util = _cliPkgRequires.util;
54542
54496
  call$1(info) {
54543
54497
  return this._box_0.name === info.name;
54544
54498
  },
54545
- $signature: 99
54499
+ $signature: 105
54546
54500
  };
54547
54501
  A._changeColor_closure.prototype = {
54548
54502
  call$0() {
54549
54503
  var t1 = this.alphaArg;
54550
- 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);
54551
54505
  return t1.valueInRange$3(0, 1, "alpha");
54552
54506
  },
54553
54507
  $signature: 192
@@ -54663,7 +54617,7 @@ self.util = _cliPkgRequires.util;
54663
54617
  result = A.SassNumber_SassNumber(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
54664
54618
  t1 = _this.global ? "" : "color.",
54665
54619
  t2 = _this.name;
54666
- 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);
54667
54621
  return result;
54668
54622
  },
54669
54623
  $signature: 24
@@ -54672,7 +54626,7 @@ self.util = _cliPkgRequires.util;
54672
54626
  call$1(channel) {
54673
54627
  return channel.name === this.channelName;
54674
54628
  },
54675
- $signature: 99
54629
+ $signature: 105
54676
54630
  };
54677
54631
  A._length_closure0.prototype = {
54678
54632
  call$1($arguments) {
@@ -55106,9 +55060,9 @@ self.util = _cliPkgRequires.util;
55106
55060
  var t1,
55107
55061
  number = J.$index$asx($arguments, 0).assertNumber$1("number");
55108
55062
  if (number.hasUnit$1("%"))
55109
- 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);
55110
55064
  else
55111
- A.warnForDeprecation(string$.Global, B.Deprecation_IIf);
55065
+ A.warnForDeprecation(string$.Globalm, B.Deprecation_0Gh);
55112
55066
  t1 = number.get$numeratorUnits(number);
55113
55067
  return A.SassNumber_SassNumber$withUnits(Math.abs(number._number$_value), number.get$denominatorUnits(number), t1);
55114
55068
  },
@@ -55280,7 +55234,7 @@ self.util = _cliPkgRequires.util;
55280
55234
  return A.SassNumber_SassNumber($.$get$_random0().nextDouble$0(), null);
55281
55235
  limit = t1.$index($arguments, 0).assertNumber$1("limit");
55282
55236
  if (limit.get$hasUnits())
55283
- 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);
55284
55238
  limitScalar = limit.assertInt$1("limit");
55285
55239
  if (limitScalar < 1)
55286
55240
  throw A.wrapException(A.SassScriptException$("$limit: Must be greater than 0, was " + limit.toString$0(0) + ".", null));
@@ -55316,7 +55270,7 @@ self.util = _cliPkgRequires.util;
55316
55270
  };
55317
55271
  A._shared_closure.prototype = {
55318
55272
  call$1($arguments) {
55319
- A.warnForDeprecation(string$.The_fe, B.Deprecation_E6M);
55273
+ A.warnForDeprecation(string$.The_fe, B.Deprecation_Vr4);
55320
55274
  return $._features.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature")._string$_text) ? B.SassBoolean_true : B.SassBoolean_false;
55321
55275
  },
55322
55276
  $signature: 12
@@ -55898,7 +55852,7 @@ self.util = _cliPkgRequires.util;
55898
55852
  if (result == null)
55899
55853
  return new A._Record_2(_null, cacheable);
55900
55854
  if (result.get$scheme() === "")
55901
- 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);
55902
55856
  else if (importer.isNonCanonicalScheme$1(result.get$scheme()))
55903
55857
  throw A.wrapException("Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2c_whicu);
55904
55858
  return new A._Record_2(new A._Record_3_originalUrl(importer, result, url), cacheable);
@@ -55943,7 +55897,7 @@ self.util = _cliPkgRequires.util;
55943
55897
  t1._nonCanonicalRelativeUrls.$indexSet(0, _this.key, _this.url);
55944
55898
  return _0_0._0;
55945
55899
  },
55946
- $signature: 126
55900
+ $signature: 125
55947
55901
  };
55948
55902
  A.ImportCache__canonicalize_closure.prototype = {
55949
55903
  call$0() {
@@ -55966,7 +55920,7 @@ self.util = _cliPkgRequires.util;
55966
55920
  t1 = t5 == null ? t1 : t5.resolveUri$1(t1);
55967
55921
  return A.Stylesheet_Stylesheet$parse(t3, t4, _this.quiet ? $.$get$Logger_quiet() : t2._logger, t1);
55968
55922
  },
55969
- $signature: 101
55923
+ $signature: 81
55970
55924
  };
55971
55925
  A.ImportCache_humanize_closure.prototype = {
55972
55926
  call$1(result) {
@@ -56026,7 +55980,7 @@ self.util = _cliPkgRequires.util;
56026
55980
  if (_0_0 != null) {
56027
55981
  resolved = A.resolveImportPath(A.join(_0_0, $.$get$context().style.pathFromUri$1(A._parseUri(url)), null));
56028
55982
  if (resolved != null && this._loadPathDeprecated)
56029
- A.warnForDeprecation(string$.Using_t, B.Deprecation_B4v);
55983
+ A.warnForDeprecation(string$.Using_t, B.Deprecation_vct);
56030
55984
  } else
56031
55985
  return null;
56032
55986
  }
@@ -56087,7 +56041,7 @@ self.util = _cliPkgRequires.util;
56087
56041
  }
56088
56042
  return t2.toUri$1(t1);
56089
56043
  },
56090
- $signature: 136
56044
+ $signature: 135
56091
56045
  };
56092
56046
  A.NoOpImporter.prototype = {};
56093
56047
  A.NodePackageImporter.prototype = {
@@ -57052,7 +57006,7 @@ self.util = _cliPkgRequires.util;
57052
57006
  call$1(child) {
57053
57007
  return A.join(this.path, A._asString(child), null);
57054
57008
  },
57055
- $signature: 112
57009
+ $signature: 126
57056
57010
  };
57057
57011
  A.listDir__closure0.prototype = {
57058
57012
  call$1(child) {
@@ -57261,7 +57215,7 @@ self.util = _cliPkgRequires.util;
57261
57215
  A._RequireMain.prototype = {};
57262
57216
  A.LoggerWithDeprecationType0.prototype = {
57263
57217
  warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
57264
- 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);
57265
57219
  },
57266
57220
  warn$3$span$trace(_, message, span, trace) {
57267
57221
  return this.warn$4$deprecation$span$trace(0, message, false, span, trace);
@@ -57290,49 +57244,27 @@ self.util = _cliPkgRequires.util;
57290
57244
  };
57291
57245
  A.DeprecationProcessingLogger.prototype = {
57292
57246
  validate$0() {
57293
- var t1, t2, t3, t4, t5, t6, _1_7, _this = this, _null = null;
57294
- for (t1 = _this.fatalDeprecations, t1 = t1.get$iterator(t1), t2 = _this.silenceDeprecations, t3 = _this.futureDeprecations, t4 = _this._inner; t1.moveNext$0();) {
57295
- t5 = t1.get$current(t1);
57296
- if (t5.isFuture && !t3.contains$1(0, t5)) {
57297
- t5 = t5.toString$0(0);
57298
- t4.warn$3$span$trace(0, "Future " + t5 + string$.x20deprex20m, _null, _null);
57299
- continue;
57300
- }
57301
- t6 = t2.contains$1(0, t5);
57302
- if (t6) {
57303
- t5 = t5.toString$0(0);
57304
- 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);
57305
57254
  continue;
57306
57255
  }
57307
57256
  }
57308
- 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();) {
57309
57258
  t5 = t1._collection$_current;
57310
- if (t5 == null)
57311
- t5 = t2._as(t5);
57312
- if (B.Deprecation_JeE === t5) {
57313
- t4.warn$3$span$trace(0, string$.User_a, _null, _null);
57314
- continue;
57315
- }
57316
- _1_7 = t5.isFuture;
57317
- if (_1_7 && t3.contains$1(0, t5)) {
57318
- t5 = t5.toString$0(0);
57319
- t4.warn$3$span$trace(0, "Conflicting options for future " + t5 + " deprecation cancel each other out.", _null, _null);
57320
- continue;
57321
- }
57322
- if (_1_7) {
57323
- t5 = t5.toString$0(0);
57324
- 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);
57325
57261
  continue;
57326
57262
  }
57327
57263
  }
57328
- for (t1 = A._LinkedHashSetIterator$(t3, t3._modifications, A._instanceType(t3)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
57329
- t3 = t1._collection$_current;
57330
- if (t3 == null)
57331
- t3 = t2._as(t3);
57332
- if (!t3.isFuture) {
57333
- t3 = t3.toString$0(0);
57334
- t4.warn$3$span$trace(0, t3 + string$.x20is_noaf, _null, _null);
57335
- }
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);
57336
57268
  }
57337
57269
  },
57338
57270
  internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
@@ -57343,10 +57275,8 @@ self.util = _cliPkgRequires.util;
57343
57275
  },
57344
57276
  _handleDeprecation$4$span$trace(deprecation, message, span, trace) {
57345
57277
  var _0_3_isSet, _0_3, t1, span0, t2, count, _this = this, _null = null;
57346
- if (deprecation.isFuture && !_this.futureDeprecations.contains$1(0, deprecation))
57347
- return;
57348
57278
  if (_this.fatalDeprecations.contains$1(0, deprecation)) {
57349
- message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20t;
57279
+ message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20;
57350
57280
  $label0$0: {
57351
57281
  _0_3_isSet = span != null;
57352
57282
  _0_3 = _null;
@@ -57412,7 +57342,7 @@ self.util = _cliPkgRequires.util;
57412
57342
  call$1(count) {
57413
57343
  return count - 5;
57414
57344
  },
57415
- $signature: 214
57345
+ $signature: 215
57416
57346
  };
57417
57347
  A.StderrLogger.prototype = {
57418
57348
  warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
@@ -57926,7 +57856,7 @@ self.util = _cliPkgRequires.util;
57926
57856
  t2.expectDone$0();
57927
57857
  return selectors;
57928
57858
  },
57929
- $signature: 127
57859
+ $signature: 113
57930
57860
  };
57931
57861
  A.MediaQueryParser.prototype = {
57932
57862
  parse$0(_) {
@@ -58669,7 +58599,7 @@ self.util = _cliPkgRequires.util;
58669
58599
  return this.withErrorMessage$1$2(message, callback, type$.dynamic);
58670
58600
  },
58671
58601
  wrapSpanFormatException$1$1(callback) {
58672
- var error, stackTrace, map, error0, stackTrace0, span, error1, stackTrace1, span0, secondarySpans, t1, t2, span1, description, _0_0, t3, exception, t4, _this = this,
58602
+ var error, stackTrace, map, error0, stackTrace0, span, secondarySpans, t1, t2, span0, description, _0_0, error1, stackTrace1, span1, t3, exception, t4, _this = this,
58673
58603
  _s8_ = "expected";
58674
58604
  try {
58675
58605
  try {
@@ -58689,37 +58619,37 @@ self.util = _cliPkgRequires.util;
58689
58619
  }
58690
58620
  } catch (exception) {
58691
58621
  t3 = A.unwrapException(exception);
58692
- if (type$.SourceSpanFormatException._is(t3)) {
58622
+ if (type$.MultiSourceSpanFormatException._is(t3)) {
58693
58623
  error0 = t3;
58694
58624
  stackTrace0 = A.getTraceFromException(exception);
58695
58625
  span = J.get$span$z(error0);
58696
- if (A.startsWithIgnoreCase(error0._span_exception$_message, _s8_))
58697
- span = _this._adjustExceptionSpan$1(span);
58698
- t1 = error0._span_exception$_message;
58699
- t2 = span;
58700
- A.throwWithTrace(new A.SassFormatException(B.Set_empty, t1, t2), error0, stackTrace0);
58701
- } else if (type$.MultiSourceSpanFormatException._is(t3)) {
58702
- error1 = t3;
58703
- stackTrace1 = A.getTraceFromException(exception);
58704
- span0 = J.get$span$z(error1);
58705
58626
  t3 = type$.FileSpan;
58706
58627
  t4 = type$.String;
58707
- secondarySpans = error1.get$secondarySpans().cast$2$0(0, t3, t4);
58708
- if (A.startsWithIgnoreCase(error1._span_exception$_message, _s8_)) {
58709
- span0 = _this._adjustExceptionSpan$1(span0);
58628
+ secondarySpans = error0.get$secondarySpans().cast$2$0(0, t3, t4);
58629
+ if (A.startsWithIgnoreCase(error0._span_exception$_message, _s8_)) {
58630
+ span = _this._adjustExceptionSpan$1(span);
58710
58631
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4);
58711
58632
  for (t3 = A.MapExtensions_get_pairs(secondarySpans, t3, t4), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
58712
58633
  t2 = t3.get$current(t3);
58713
- span1 = null;
58634
+ span0 = null;
58714
58635
  description = null;
58715
58636
  _0_0 = t2;
58716
- span1 = _0_0._0;
58637
+ span0 = _0_0._0;
58717
58638
  description = _0_0._1;
58718
- J.$indexSet$ax(t1, _this._adjustExceptionSpan$1(span1), description);
58639
+ J.$indexSet$ax(t1, _this._adjustExceptionSpan$1(span0), description);
58719
58640
  }
58720
58641
  secondarySpans = t1;
58721
58642
  }
58722
- A.throwWithTrace(A.MultiSpanSassFormatException$(error1._span_exception$_message, span0, error1.get$primaryLabel(), secondarySpans, null), error1, stackTrace1);
58643
+ A.throwWithTrace(A.MultiSpanSassFormatException$(error0._span_exception$_message, span, error0.get$primaryLabel(), secondarySpans, null), error0, stackTrace0);
58644
+ } else if (type$.SourceSpanFormatException._is(t3)) {
58645
+ error1 = t3;
58646
+ stackTrace1 = A.getTraceFromException(exception);
58647
+ span1 = J.get$span$z(error1);
58648
+ if (A.startsWithIgnoreCase(error1._span_exception$_message, _s8_))
58649
+ span1 = _this._adjustExceptionSpan$1(span1);
58650
+ t1 = error1._span_exception$_message;
58651
+ t2 = span1;
58652
+ A.throwWithTrace(new A.SassFormatException(B.Set_empty, t1, t2), error1, stackTrace1);
58723
58653
  } else
58724
58654
  throw exception;
58725
58655
  }
@@ -59002,38 +58932,38 @@ self.util = _cliPkgRequires.util;
59002
58932
  return _this.lastSilentComment = new A.SilentComment(t3.charCodeAt(0) == 0 ? t3 : t3, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
59003
58933
  },
59004
58934
  _loudComment$0() {
59005
- var t3, t4, t5, buffer, parentIndentation, t6, t7, first, beginningOfComment, t8, end, i, _1_0, _0_0, _this = this,
58935
+ var t2, t3, t4, buffer, parentIndentation, t5, t6, first, beginningOfComment, t7, end, i, _1_0, _0_0, endPosition, span, _this = this,
59006
58936
  t1 = _this.scanner,
59007
- t2 = t1._string_scanner$_position;
58937
+ start = new A._SpanScannerState(t1, t1._string_scanner$_position);
59008
58938
  t1.expect$1("/*");
59009
- t3 = new A.StringBuffer("");
59010
- t4 = A._setArrayType([], type$.JSArray_Object);
59011
- t5 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
59012
- buffer = new A.InterpolationBuffer(t3, t4, t5);
59013
- t3._contents = "" + "/*";
58939
+ t2 = new A.StringBuffer("");
58940
+ t3 = A._setArrayType([], type$.JSArray_Object);
58941
+ t4 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
58942
+ buffer = new A.InterpolationBuffer(t2, t3, t4);
58943
+ t2._contents = "" + "/*";
59014
58944
  parentIndentation = _this._currentIndentation;
59015
- for (t6 = t1.string, t7 = t6.length, first = true; true; first = false) {
58945
+ for (t5 = t1.string, t6 = t5.length, first = true; true; first = false) {
59016
58946
  if (first) {
59017
58947
  beginningOfComment = t1._string_scanner$_position;
59018
58948
  _this.spaces$0();
59019
- t8 = t1.peekChar$0();
59020
- if (t8 === 10 || t8 === 13 || t8 === 12) {
58949
+ t7 = t1.peekChar$0();
58950
+ if (t7 === 10 || t7 === 13 || t7 === 12) {
59021
58951
  _this._readIndentation$0();
59022
- t8 = A.Primitives_stringFromCharCode(32);
59023
- t3._contents += t8;
58952
+ t7 = A.Primitives_stringFromCharCode(32);
58953
+ t2._contents += t7;
59024
58954
  } else {
59025
58955
  end = t1._string_scanner$_position;
59026
- t3._contents += B.JSString_methods.substring$2(t6, beginningOfComment, end);
58956
+ t2._contents += B.JSString_methods.substring$2(t5, beginningOfComment, end);
59027
58957
  }
59028
58958
  } else {
59029
- t8 = t3._contents += "\n";
59030
- t3._contents = t8 + " * ";
58959
+ t7 = t2._contents += "\n";
58960
+ t2._contents = t7 + " * ";
59031
58961
  }
59032
58962
  for (i = 3; i < _this._currentIndentation - parentIndentation; ++i) {
59033
- t8 = A.Primitives_stringFromCharCode(32);
59034
- t3._contents += t8;
58963
+ t7 = A.Primitives_stringFromCharCode(32);
58964
+ t2._contents += t7;
59035
58965
  }
59036
- for (; t1._string_scanner$_position !== t7;) {
58966
+ for (; t1._string_scanner$_position !== t6;) {
59037
58967
  _1_0 = t1.peekChar$0();
59038
58968
  if (10 === _1_0 || 13 === _1_0 || 12 === _1_0)
59039
58969
  break;
@@ -59041,27 +58971,74 @@ self.util = _cliPkgRequires.util;
59041
58971
  if (t1.peekChar$1(1) === 123) {
59042
58972
  _0_0 = _this.singleInterpolation$0();
59043
58973
  buffer._flushText$0();
59044
- t4.push(_0_0._0);
59045
- t5.push(_0_0._1);
58974
+ t3.push(_0_0._0);
58975
+ t4.push(_0_0._1);
59046
58976
  } else {
59047
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
59048
- t3._contents += t8;
58977
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
58978
+ t2._contents += t7;
59049
58979
  }
59050
58980
  continue;
59051
58981
  }
59052
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
59053
- t3._contents += t8;
58982
+ if (42 === _1_0) {
58983
+ if (t1.peekChar$1(1) === 47) {
58984
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
58985
+ t2._contents += t3;
58986
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
58987
+ t2._contents += t3;
58988
+ endPosition = t1._string_scanner$_position;
58989
+ t2 = t1._sourceFile;
58990
+ t3 = start.position;
58991
+ span = new A._FileSpan(t2, t3, endPosition);
58992
+ span._FileSpan$3(t2, t3, endPosition);
58993
+ _this.whitespace$0();
58994
+ while (true) {
58995
+ t2 = t1.peekChar$0();
58996
+ if (!((t2 === 10 || t2 === 13 || t2 === 12) && _this._peekIndentation$0() > parentIndentation))
58997
+ break;
58998
+ for (; _this._lookingAtDoubleNewline$0();)
58999
+ _this._expectNewline$0();
59000
+ _this._readIndentation$0();
59001
+ _this.whitespace$0();
59002
+ }
59003
+ if (t1._string_scanner$_position !== t6) {
59004
+ t2 = t1.peekChar$0();
59005
+ t2 = !(t2 === 10 || t2 === 13 || t2 === 12);
59006
+ } else
59007
+ t2 = false;
59008
+ if (t2) {
59009
+ t2 = t1._string_scanner$_position;
59010
+ while (true) {
59011
+ if (t1._string_scanner$_position !== t6) {
59012
+ t3 = t1.peekChar$0();
59013
+ t3 = !(t3 === 10 || t3 === 13 || t3 === 12);
59014
+ } else
59015
+ t3 = false;
59016
+ if (!t3)
59017
+ break;
59018
+ t1.readChar$0();
59019
+ }
59020
+ throw A.wrapException(A.MultiSpanSassFormatException$("Unexpected text after end of comment", t1.spanFrom$1(new A._SpanScannerState(t1, t2)), "extra text", A.LinkedHashMap_LinkedHashMap$_literal([span, "comment"], type$.FileSpan, type$.String), null));
59021
+ } else
59022
+ return new A.LoudComment(buffer.interpolation$1(span));
59023
+ } else {
59024
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
59025
+ t2._contents += t7;
59026
+ }
59027
+ continue;
59028
+ }
59029
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
59030
+ t2._contents += t7;
59054
59031
  }
59055
59032
  if (_this._peekIndentation$0() <= parentIndentation)
59056
59033
  break;
59057
59034
  for (; _this._lookingAtDoubleNewline$0();) {
59058
59035
  _this._expectNewline$0();
59059
- t8 = t3._contents += "\n";
59060
- t3._contents = t8 + " *";
59036
+ t7 = t2._contents += "\n";
59037
+ t2._contents = t7 + " *";
59061
59038
  }
59062
59039
  _this._readIndentation$0();
59063
59040
  }
59064
- return new A.LoudComment(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))));
59041
+ return new A.LoudComment(buffer.interpolation$1(t1.spanFrom$1(start)));
59065
59042
  },
59066
59043
  whitespaceWithoutComments$0() {
59067
59044
  var t1, t2, next;
@@ -59311,7 +59288,7 @@ self.util = _cliPkgRequires.util;
59311
59288
  if (_this.scanIdentifier$2$caseSensitive("else", true))
59312
59289
  return true;
59313
59290
  if (_this.scanIdentifier$2$caseSensitive("elseif", true)) {
59314
- 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);
59315
59292
  t1.set$position(t1._string_scanner$_position - 2);
59316
59293
  return true;
59317
59294
  }
@@ -59919,7 +59896,7 @@ self.util = _cliPkgRequires.util;
59919
59896
  t5 = flagStart.position;
59920
59897
  t6 = new A._FileSpan(t4, t5, endPosition);
59921
59898
  t6._FileSpan$3(t4, t5, endPosition);
59922
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_zrt, string$.x21defau, t6, null);
59899
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_YUI, string$.x21defau, t6, null);
59923
59900
  }
59924
59901
  guarded = true;
59925
59902
  break $label0$0;
@@ -59938,7 +59915,7 @@ self.util = _cliPkgRequires.util;
59938
59915
  t5 = flagStart.position;
59939
59916
  t6 = new A._FileSpan(t4, t5, endPosition);
59940
59917
  t6._FileSpan$3(t4, t5, endPosition);
59941
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_zrt, string$.x21globas, t6, null);
59918
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_YUI, string$.x21globas, t6, null);
59942
59919
  }
59943
59920
  global = true;
59944
59921
  break $label0$0;
@@ -60477,7 +60454,7 @@ self.util = _cliPkgRequires.util;
60477
60454
  t2 = t1._string_scanner$_position;
60478
60455
  $name = _this.identifier$0();
60479
60456
  if (B.JSString_methods.startsWith$1($name, "--"))
60480
- 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);
60481
60458
  _this.whitespace$0();
60482
60459
  $arguments = _this._argumentDeclaration$0();
60483
60460
  if (_this._stylesheet$_inMixin || _this._inContentBlock)
@@ -60607,7 +60584,7 @@ self.util = _cliPkgRequires.util;
60607
60584
  argument = _this.importArgument$0();
60608
60585
  t3 = argument instanceof A.DynamicImport;
60609
60586
  if (t3)
60610
- 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);
60611
60588
  if ((_this._inControlDirective || _this._stylesheet$_inMixin) && t3)
60612
60589
  _this._disallowedAtRule$1(start);
60613
60590
  imports.push(argument);
@@ -60851,7 +60828,7 @@ self.util = _cliPkgRequires.util;
60851
60828
  t2 = t1._string_scanner$_position;
60852
60829
  $name = _this.identifier$0();
60853
60830
  if (B.JSString_methods.startsWith$1($name, "--"))
60854
- 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);
60855
60832
  _this.whitespace$0();
60856
60833
  if (t1.peekChar$0() === 40)
60857
60834
  $arguments = _this._argumentDeclaration$0();
@@ -63100,7 +63077,7 @@ self.util = _cliPkgRequires.util;
63100
63077
  var t1 = this.$this;
63101
63078
  return t1.lookingAtIdentifier$0() ? t1._variableDeclarationWithNamespace$0() : t1.variableDeclarationWithoutNamespace$0();
63102
63079
  },
63103
- $signature: 239
63080
+ $signature: 252
63104
63081
  };
63105
63082
  A.StylesheetParser_parseUseRule_closure.prototype = {
63106
63083
  call$0() {
@@ -63128,7 +63105,7 @@ self.util = _cliPkgRequires.util;
63128
63105
  call$0() {
63129
63106
  return this.$this._statement$0();
63130
63107
  },
63131
- $signature: 135
63108
+ $signature: 112
63132
63109
  };
63133
63110
  A.StylesheetParser_variableDeclarationWithoutNamespace_closure.prototype = {
63134
63111
  call$0() {
@@ -63140,7 +63117,7 @@ self.util = _cliPkgRequires.util;
63140
63117
  call$0() {
63141
63118
  return this.declaration;
63142
63119
  },
63143
- $signature: 239
63120
+ $signature: 252
63144
63121
  };
63145
63122
  A.StylesheetParser__styleRule_closure.prototype = {
63146
63123
  call$2(children, span) {
@@ -63244,7 +63221,7 @@ self.util = _cliPkgRequires.util;
63244
63221
  call$2(children, span) {
63245
63222
  var _this = this;
63246
63223
  if (_this._box_0.needsDeprecationWarning)
63247
- 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);
63248
63225
  return A.AtRule$(_this.name, span, children, _this.value);
63249
63226
  },
63250
63227
  $signature: 143
@@ -63320,7 +63297,7 @@ self.util = _cliPkgRequires.util;
63320
63297
  t5 = left.toString$0(0);
63321
63298
  t6 = right.toString$0(0);
63322
63299
  t1 = t1.singleExpression_;
63323
- 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);
63324
63301
  }
63325
63302
  }
63326
63303
  }
@@ -63675,34 +63652,34 @@ self.util = _cliPkgRequires.util;
63675
63652
  var _this = this;
63676
63653
  return _this.$this.importCache.canonicalize$3$baseImporter$baseUrl(0, _this.url, _this.baseImporter, _this.baseUrl);
63677
63654
  },
63678
- $signature: 126
63655
+ $signature: 125
63679
63656
  };
63680
63657
  A.StylesheetGraph_addCanonical_closure.prototype = {
63681
63658
  call$0() {
63682
63659
  var _this = this;
63683
63660
  return _this.$this.importCache.importCanonical$3$originalUrl(_this.importer, _this.canonicalUrl, _this.originalUrl);
63684
63661
  },
63685
- $signature: 101
63662
+ $signature: 81
63686
63663
  };
63687
63664
  A.StylesheetGraph_reload_closure.prototype = {
63688
63665
  call$0() {
63689
63666
  return this.$this.importCache.importCanonical$2(this.node.importer, this.canonicalUrl);
63690
63667
  },
63691
- $signature: 101
63668
+ $signature: 81
63692
63669
  };
63693
63670
  A.StylesheetGraph__nodeFor_closure.prototype = {
63694
63671
  call$0() {
63695
63672
  var _this = this;
63696
63673
  return _this.$this.importCache.canonicalize$4$baseImporter$baseUrl$forImport(0, _this.url, _this.baseImporter, _this.baseUrl, _this.forImport);
63697
63674
  },
63698
- $signature: 126
63675
+ $signature: 125
63699
63676
  };
63700
63677
  A.StylesheetGraph__nodeFor_closure0.prototype = {
63701
63678
  call$0() {
63702
63679
  var t1 = this._box_0;
63703
63680
  return this.$this.importCache.importCanonical$3$originalUrl(t1.importer, t1.canonicalUrl, t1.originalUrl);
63704
63681
  },
63705
- $signature: 101
63682
+ $signature: 81
63706
63683
  };
63707
63684
  A.StylesheetNode.prototype = {
63708
63685
  StylesheetNode$_$4(_stylesheet, importer, canonicalUrl, allUpstream) {
@@ -64311,7 +64288,7 @@ self.util = _cliPkgRequires.util;
64311
64288
  indexValue = sassIndex.assertNumber$1($name);
64312
64289
  if (indexValue.get$hasUnits()) {
64313
64290
  t1 = indexValue.get$unitString();
64314
- 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);
64315
64292
  }
64316
64293
  index = indexValue.assertInt$1($name);
64317
64294
  if (index === 0)
@@ -68045,7 +68022,7 @@ self.util = _cliPkgRequires.util;
68045
68022
  interleavedRules.push(rule0);
68046
68023
  break $label0$1;
68047
68024
  }
68048
- $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);
68049
68026
  B.JSArray_methods.clear$0(interleavedRules);
68050
68027
  break $label0$1;
68051
68028
  }
@@ -68220,7 +68197,7 @@ self.util = _cliPkgRequires.util;
68220
68197
  complex.accept$1(visitor);
68221
68198
  t6 = B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0));
68222
68199
  t7 = complex.accept$1(B.C__IsUselessVisitor) ? "can't" : "shouldn't";
68223
- $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);
68224
68201
  }
68225
68202
  $async$goto = 3;
68226
68203
  return A._asyncAwait($async$self._async_evaluate$_performInterpolationWithMap$2$warnForColor(node.selector, true), $async$visitExtendRule$1);
@@ -68973,7 +68950,7 @@ self.util = _cliPkgRequires.util;
68973
68950
  // Function start
68974
68951
  mixin = $async$self._async_evaluate$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure2($async$self, node));
68975
68952
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
68976
- $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);
68977
68954
  $async$goto = 3;
68978
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);
68979
68956
  case 3:
@@ -69330,12 +69307,12 @@ self.util = _cliPkgRequires.util;
69330
69307
  if (complex.accept$1(B.C__IsUselessVisitor)) {
69331
69308
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
69332
69309
  complex.accept$1(visitor);
69333
- _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);
69334
69311
  } else if (complex.leadingCombinators.length !== 0) {
69335
69312
  if (!_this._async_evaluate$_assertInModule$2(_this._async_evaluate$__stylesheet, "_stylesheet").plainCss) {
69336
69313
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
69337
69314
  complex.accept$1(visitor);
69338
- _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);
69339
69316
  }
69340
69317
  } else {
69341
69318
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
@@ -69346,7 +69323,7 @@ self.util = _cliPkgRequires.util;
69346
69323
  if (t5.get$length(0) === 0)
69347
69324
  A.throwExpression(A.IterableElementError_noElement());
69348
69325
  t9 = J.get$span$z(t5.$index(0, 0));
69349
- _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);
69350
69327
  }
69351
69328
  }
69352
69329
  },
@@ -69673,7 +69650,7 @@ self.util = _cliPkgRequires.util;
69673
69650
  }
69674
69651
  if (node.isGlobal && !$async$self._async_evaluate$_environment.globalVariableExists$1(node.name)) {
69675
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.";
69676
- $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);
69677
69654
  }
69678
69655
  t1 = node.expression;
69679
69656
  t2 = t1.accept$1($async$self);
@@ -69851,7 +69828,7 @@ self.util = _cliPkgRequires.util;
69851
69828
  else
69852
69829
  t1 = false;
69853
69830
  if (t1) {
69854
- 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);
69855
69832
  return result;
69856
69833
  }
69857
69834
  return result;
@@ -70287,7 +70264,7 @@ self.util = _cliPkgRequires.util;
70287
70264
  case 4:
70288
70265
  // join
70289
70266
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
70290
- $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);
70291
70268
  oldInFunction = $async$self._async_evaluate$_inFunction;
70292
70269
  $async$self._async_evaluate$_inFunction = true;
70293
70270
  $async$goto = 12;
@@ -72354,7 +72331,7 @@ self.util = _cliPkgRequires.util;
72354
72331
  else
72355
72332
  t1 = false;
72356
72333
  if (t1)
72357
- 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);
72358
72335
  return value.withoutSlash$0();
72359
72336
  },
72360
72337
  _async_evaluate$_stackFrame$2(member, span) {
@@ -72864,7 +72841,7 @@ self.util = _cliPkgRequires.util;
72864
72841
  break;
72865
72842
  case 3:
72866
72843
  // then
72867
- A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_gkc);
72844
+ A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_6v8);
72868
72845
  callableNode = t1._async_evaluate$_callableNode;
72869
72846
  t2 = $function._string$_text;
72870
72847
  t3 = callableNode.get$span(callableNode);
@@ -72940,7 +72917,7 @@ self.util = _cliPkgRequires.util;
72940
72917
  });
72941
72918
  return A._asyncStartSync($async$call$1, $async$completer);
72942
72919
  },
72943
- $signature: 140
72920
+ $signature: 139
72944
72921
  };
72945
72922
  A._EvaluateVisitor__closure3.prototype = {
72946
72923
  call$2(variable, value) {
@@ -72995,7 +72972,7 @@ self.util = _cliPkgRequires.util;
72995
72972
  });
72996
72973
  return A._asyncStartSync($async$call$1, $async$completer);
72997
72974
  },
72998
- $signature: 140
72975
+ $signature: 139
72999
72976
  };
73000
72977
  A._EvaluateVisitor_run_closure0.prototype = {
73001
72978
  call$0() {
@@ -73226,7 +73203,7 @@ self.util = _cliPkgRequires.util;
73226
73203
  call$1(module) {
73227
73204
  return module.get$transitivelyContainsCss();
73228
73205
  },
73229
- $signature: 139
73206
+ $signature: 111
73230
73207
  };
73231
73208
  A._EvaluateVisitor__combineCss_closure2.prototype = {
73232
73209
  call$1(target) {
@@ -73854,7 +73831,7 @@ self.util = _cliPkgRequires.util;
73854
73831
  this.$this._async_evaluate$_registerCommentsForModule$1(module);
73855
73832
  this.$this._async_evaluate$_environment.forwardModule$2(module, this.node);
73856
73833
  },
73857
- $signature: 129
73834
+ $signature: 134
73858
73835
  };
73859
73836
  A._EvaluateVisitor_visitForwardRule_closure2.prototype = {
73860
73837
  call$2(module, firstLoad) {
@@ -73862,13 +73839,13 @@ self.util = _cliPkgRequires.util;
73862
73839
  this.$this._async_evaluate$_registerCommentsForModule$1(module);
73863
73840
  this.$this._async_evaluate$_environment.forwardModule$2(module, this.node);
73864
73841
  },
73865
- $signature: 129
73842
+ $signature: 134
73866
73843
  };
73867
73844
  A._EvaluateVisitor__registerCommentsForModule_closure0.prototype = {
73868
73845
  call$0() {
73869
73846
  return A._setArrayType([], type$.JSArray_CssComment);
73870
73847
  },
73871
- $signature: 205
73848
+ $signature: 209
73872
73849
  };
73873
73850
  A._EvaluateVisitor_visitIfRule_closure0.prototype = {
73874
73851
  call$1(clause) {
@@ -74020,13 +73997,13 @@ self.util = _cliPkgRequires.util;
74020
73997
  call$1(rule) {
74021
73998
  return rule.url.get$scheme() !== "sass";
74022
73999
  },
74023
- $signature: 209
74000
+ $signature: 212
74024
74001
  };
74025
74002
  A._EvaluateVisitor__visitDynamicImport__closure5.prototype = {
74026
74003
  call$1(rule) {
74027
74004
  return rule.url.get$scheme() !== "sass";
74028
74005
  },
74029
- $signature: 212
74006
+ $signature: 214
74030
74007
  };
74031
74008
  A._EvaluateVisitor__visitDynamicImport__closure6.prototype = {
74032
74009
  call$0() {
@@ -74661,7 +74638,7 @@ self.util = _cliPkgRequires.util;
74661
74638
  });
74662
74639
  return A._asyncStartSync($async$call$0, $async$completer);
74663
74640
  },
74664
- $signature: 215
74641
+ $signature: 218
74665
74642
  };
74666
74643
  A._EvaluateVisitor_visitVariableDeclaration_closure2.prototype = {
74667
74644
  call$0() {
@@ -74715,7 +74692,7 @@ self.util = _cliPkgRequires.util;
74715
74692
  t1._async_environment$_allModules.push(module);
74716
74693
  }
74717
74694
  },
74718
- $signature: 129
74695
+ $signature: 134
74719
74696
  };
74720
74697
  A._EvaluateVisitor_visitWarnRule_closure0.prototype = {
74721
74698
  call$0() {
@@ -75139,7 +75116,7 @@ self.util = _cliPkgRequires.util;
75139
75116
  call$1(argument) {
75140
75117
  return argument.accept$1(B.C_IsCalculationSafeVisitor);
75141
75118
  },
75142
- $signature: 122
75119
+ $signature: 114
75143
75120
  };
75144
75121
  A._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
75145
75122
  call$0() {
@@ -75437,7 +75414,7 @@ self.util = _cliPkgRequires.util;
75437
75414
  _this.named.$indexSet(0, key, _this.$this._async_evaluate$_withoutSlash$2(value, t1));
75438
75415
  _this.namedNodes.$indexSet(0, key, t1);
75439
75416
  },
75440
- $signature: 94
75417
+ $signature: 88
75441
75418
  };
75442
75419
  A._EvaluateVisitor__evaluateArguments_closure6.prototype = {
75443
75420
  call$1(value) {
@@ -75465,7 +75442,7 @@ self.util = _cliPkgRequires.util;
75465
75442
  t1 = _this.restArgs;
75466
75443
  _this.named.$indexSet(0, key, new A.ValueExpression(_this.$this._async_evaluate$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
75467
75444
  },
75468
- $signature: 94
75445
+ $signature: 88
75469
75446
  };
75470
75447
  A._EvaluateVisitor__evaluateMacroArguments_closure6.prototype = {
75471
75448
  call$1(value) {
@@ -75892,7 +75869,7 @@ self.util = _cliPkgRequires.util;
75892
75869
  call$1(targetLocations) {
75893
75870
  return A.InterpolationMap$(this.interpolation, targetLocations);
75894
75871
  },
75895
- $signature: 260
75872
+ $signature: 264
75896
75873
  };
75897
75874
  A._EvaluateVisitor__serialize_closure0.prototype = {
75898
75875
  call$0() {
@@ -75905,7 +75882,7 @@ self.util = _cliPkgRequires.util;
75905
75882
  var t1 = this.expression;
75906
75883
  return this.$this._async_evaluate$_environment.getVariableNode$2$namespace(t1.name, t1.namespace);
75907
75884
  },
75908
- $signature: 264
75885
+ $signature: 267
75909
75886
  };
75910
75887
  A._EvaluateVisitor__withoutSlash_recommendation0.prototype = {
75911
75888
  call$1(number) {
@@ -75923,7 +75900,7 @@ self.util = _cliPkgRequires.util;
75923
75900
  }
75924
75901
  return t1;
75925
75902
  },
75926
- $signature: 267
75903
+ $signature: 140
75927
75904
  };
75928
75905
  A._EvaluateVisitor__stackFrame_closure0.prototype = {
75929
75906
  call$1(url) {
@@ -76445,7 +76422,7 @@ self.util = _cliPkgRequires.util;
76445
76422
  interleavedRules.push(rule0);
76446
76423
  break $label0$1;
76447
76424
  }
76448
- _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);
76449
76426
  B.JSArray_methods.clear$0(interleavedRules);
76450
76427
  break $label0$1;
76451
76428
  }
@@ -76530,7 +76507,7 @@ self.util = _cliPkgRequires.util;
76530
76507
  complex.accept$1(visitor);
76531
76508
  t6 = B.JSString_methods.trim$0(visitor._serialize$_buffer.toString$0(0));
76532
76509
  t7 = complex.accept$1(B.C__IsUselessVisitor) ? "can't" : "shouldn't";
76533
- _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);
76534
76511
  }
76535
76512
  _0_0 = _this._performInterpolationWithMap$2$warnForColor(node.selector, true);
76536
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) {
@@ -76849,7 +76826,7 @@ self.util = _cliPkgRequires.util;
76849
76826
  var _this = this,
76850
76827
  mixin = _this._addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure(_this, node));
76851
76828
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
76852
- _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);
76853
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)));
76854
76831
  return null;
76855
76832
  },
@@ -76999,12 +76976,12 @@ self.util = _cliPkgRequires.util;
76999
76976
  if (complex.accept$1(B.C__IsUselessVisitor)) {
77000
76977
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
77001
76978
  complex.accept$1(visitor);
77002
- _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);
77003
76980
  } else if (complex.leadingCombinators.length !== 0) {
77004
76981
  if (!_this._assertInModule$2(_this.__stylesheet, "_stylesheet").plainCss) {
77005
76982
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
77006
76983
  complex.accept$1(visitor);
77007
- _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);
77008
76985
  }
77009
76986
  } else {
77010
76987
  visitor = A._SerializeVisitor$(_null, true, _null, _null, true, false, _null, true);
@@ -77015,7 +76992,7 @@ self.util = _cliPkgRequires.util;
77015
76992
  if (t5.get$length(0) === 0)
77016
76993
  A.throwExpression(A.IterableElementError_noElement());
77017
76994
  t9 = J.get$span$z(t5.$index(0, 0));
77018
- _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);
77019
76996
  }
77020
76997
  }
77021
76998
  },
@@ -77115,7 +77092,7 @@ self.util = _cliPkgRequires.util;
77115
77092
  }
77116
77093
  if (node.isGlobal && !_this._environment.globalVariableExists$1(node.name)) {
77117
77094
  t1 = _this._environment._variables.length === 1 ? string$.As_of_S : string$.As_of_R + A.declarationName(node.span) + ": null` at the stylesheet root.";
77118
- _this._warn$3(t1, node.span, B.Deprecation_2nU);
77095
+ _this._warn$3(t1, node.span, B.Deprecation_KIf);
77119
77096
  }
77120
77097
  t1 = node.expression;
77121
77098
  _this._addExceptionSpan$2(node, new A._EvaluateVisitor_visitVariableDeclaration_closure1(_this, node, _this._withoutSlash$2(t1.accept$1(_this), t1)));
@@ -77189,7 +77166,7 @@ self.util = _cliPkgRequires.util;
77189
77166
  else
77190
77167
  t1 = false;
77191
77168
  if (t1) {
77192
- 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);
77193
77170
  return result;
77194
77171
  }
77195
77172
  return result;
@@ -77316,7 +77293,7 @@ self.util = _cliPkgRequires.util;
77316
77293
  } else
77317
77294
  t2 = $function;
77318
77295
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
77319
- _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);
77320
77297
  oldInFunction = _this._inFunction;
77321
77298
  _this._inFunction = true;
77322
77299
  result = _this._addErrorSpan$2(node, new A._EvaluateVisitor_visitFunctionExpression_closure1(t1, _this, node));
@@ -78245,7 +78222,7 @@ self.util = _cliPkgRequires.util;
78245
78222
  else
78246
78223
  t1 = false;
78247
78224
  if (t1)
78248
- 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);
78249
78226
  return value.withoutSlash$0();
78250
78227
  },
78251
78228
  _stackFrame$2(member, span) {
@@ -78532,7 +78509,7 @@ self.util = _cliPkgRequires.util;
78532
78509
  return local;
78533
78510
  return t1._builtInFunctions.$index(0, normalizedName);
78534
78511
  },
78535
- $signature: 88
78512
+ $signature: 95
78536
78513
  };
78537
78514
  A._EvaluateVisitor_closure8.prototype = {
78538
78515
  call$1($arguments) {
@@ -78558,7 +78535,7 @@ self.util = _cliPkgRequires.util;
78558
78535
  t3 = this.module;
78559
78536
  return t1.getMixin$2$namespace(t2, t3 == null ? null : t3._string$_text);
78560
78537
  },
78561
- $signature: 88
78538
+ $signature: 95
78562
78539
  };
78563
78540
  A._EvaluateVisitor_closure9.prototype = {
78564
78541
  call$1($arguments) {
@@ -78589,7 +78566,7 @@ self.util = _cliPkgRequires.util;
78589
78566
  }
78590
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);
78591
78568
  if ($function instanceof A.SassString) {
78592
- A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_gkc);
78569
+ A.warnForDeprecation(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_6v8);
78593
78570
  callableNode = t1._callableNode;
78594
78571
  t2 = $function._string$_text;
78595
78572
  t3 = callableNode.get$span(callableNode);
@@ -79124,7 +79101,7 @@ self.util = _cliPkgRequires.util;
79124
79101
  call$0() {
79125
79102
  return A._setArrayType([], type$.JSArray_CssComment);
79126
79103
  },
79127
- $signature: 205
79104
+ $signature: 209
79128
79105
  };
79129
79106
  A._EvaluateVisitor_visitIfRule_closure.prototype = {
79130
79107
  call$1(clause) {
@@ -79229,13 +79206,13 @@ self.util = _cliPkgRequires.util;
79229
79206
  call$1(rule) {
79230
79207
  return rule.url.get$scheme() !== "sass";
79231
79208
  },
79232
- $signature: 209
79209
+ $signature: 212
79233
79210
  };
79234
79211
  A._EvaluateVisitor__visitDynamicImport__closure1.prototype = {
79235
79212
  call$1(rule) {
79236
79213
  return rule.url.get$scheme() !== "sass";
79237
79214
  },
79238
- $signature: 212
79215
+ $signature: 214
79239
79216
  };
79240
79217
  A._EvaluateVisitor__visitDynamicImport__closure2.prototype = {
79241
79218
  call$0() {
@@ -79330,7 +79307,7 @@ self.util = _cliPkgRequires.util;
79330
79307
  var t1 = this.node;
79331
79308
  return this.$this._environment.getMixin$2$namespace(t1.name, t1.namespace);
79332
79309
  },
79333
- $signature: 88
79310
+ $signature: 95
79334
79311
  };
79335
79312
  A._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
79336
79313
  call$1($content) {
@@ -79670,13 +79647,13 @@ self.util = _cliPkgRequires.util;
79670
79647
  var t1 = this.node;
79671
79648
  return this.$this._environment.getFunction$2$namespace(t1.name, t1.namespace);
79672
79649
  },
79673
- $signature: 88
79650
+ $signature: 95
79674
79651
  };
79675
79652
  A._EvaluateVisitor_visitFunctionExpression_closure0.prototype = {
79676
79653
  call$1(argument) {
79677
79654
  return argument.accept$1(B.C_IsCalculationSafeVisitor);
79678
79655
  },
79679
- $signature: 122
79656
+ $signature: 114
79680
79657
  };
79681
79658
  A._EvaluateVisitor_visitFunctionExpression_closure1.prototype = {
79682
79659
  call$0() {
@@ -79851,7 +79828,7 @@ self.util = _cliPkgRequires.util;
79851
79828
  _this.named.$indexSet(0, key, _this.$this._withoutSlash$2(value, t1));
79852
79829
  _this.namedNodes.$indexSet(0, key, t1);
79853
79830
  },
79854
- $signature: 94
79831
+ $signature: 88
79855
79832
  };
79856
79833
  A._EvaluateVisitor__evaluateArguments_closure2.prototype = {
79857
79834
  call$1(value) {
@@ -79879,7 +79856,7 @@ self.util = _cliPkgRequires.util;
79879
79856
  t1 = _this.restArgs;
79880
79857
  _this.named.$indexSet(0, key, new A.ValueExpression(_this.$this._withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
79881
79858
  },
79882
- $signature: 94
79859
+ $signature: 88
79883
79860
  };
79884
79861
  A._EvaluateVisitor__evaluateMacroArguments_closure2.prototype = {
79885
79862
  call$1(value) {
@@ -80051,7 +80028,7 @@ self.util = _cliPkgRequires.util;
80051
80028
  call$1(targetLocations) {
80052
80029
  return A.InterpolationMap$(this.interpolation, targetLocations);
80053
80030
  },
80054
- $signature: 260
80031
+ $signature: 264
80055
80032
  };
80056
80033
  A._EvaluateVisitor__serialize_closure.prototype = {
80057
80034
  call$0() {
@@ -80064,7 +80041,7 @@ self.util = _cliPkgRequires.util;
80064
80041
  var t1 = this.expression;
80065
80042
  return this.$this._environment.getVariableNode$2$namespace(t1.name, t1.namespace);
80066
80043
  },
80067
- $signature: 264
80044
+ $signature: 267
80068
80045
  };
80069
80046
  A._EvaluateVisitor__withoutSlash_recommendation.prototype = {
80070
80047
  call$1(number) {
@@ -80082,7 +80059,7 @@ self.util = _cliPkgRequires.util;
80082
80059
  }
80083
80060
  return t1;
80084
80061
  },
80085
- $signature: 267
80062
+ $signature: 140
80086
80063
  };
80087
80064
  A._EvaluateVisitor__stackFrame_closure.prototype = {
80088
80065
  call$1(url) {
@@ -80448,7 +80425,7 @@ self.util = _cliPkgRequires.util;
80448
80425
  call$1(expression) {
80449
80426
  return expression.accept$1(this.$this);
80450
80427
  },
80451
- $signature: 122
80428
+ $signature: 114
80452
80429
  };
80453
80430
  A.RecursiveStatementVisitor.prototype = {
80454
80431
  visitAtRootRule$1(_, node) {
@@ -80852,7 +80829,7 @@ self.util = _cliPkgRequires.util;
80852
80829
  ruleSpecificities = _this._specificities$1(rule);
80853
80830
  if (!declSpecificities.any$1(0, ruleSpecificities.get$contains(ruleSpecificities)))
80854
80831
  continue;
80855
- 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);
80856
80833
  }
80857
80834
  }
80858
80835
  _this._writeIndentation$0();
@@ -82735,7 +82712,7 @@ self.util = _cliPkgRequires.util;
82735
82712
  this.result.$indexSet(0, $name, value);
82736
82713
  return value;
82737
82714
  },
82738
- $signature: 132
82715
+ $signature: 128
82739
82716
  };
82740
82717
  A.TargetLineEntry.prototype = {
82741
82718
  toString$0(_) {
@@ -83266,7 +83243,7 @@ self.util = _cliPkgRequires.util;
83266
83243
  var t1 = highlight.span;
83267
83244
  return t1.get$start(t1).get$line() !== t1.get$end(t1).get$line();
83268
83245
  },
83269
- $signature: 114
83246
+ $signature: 119
83270
83247
  };
83271
83248
  A.Highlighter$__closure0.prototype = {
83272
83249
  call$1(line) {
@@ -83336,13 +83313,13 @@ self.util = _cliPkgRequires.util;
83336
83313
  var t1 = highlight.span;
83337
83314
  return t1.get$end(t1).get$line() < this.line.number;
83338
83315
  },
83339
- $signature: 114
83316
+ $signature: 119
83340
83317
  };
83341
83318
  A.Highlighter_highlight_closure.prototype = {
83342
83319
  call$1(highlight) {
83343
83320
  return highlight.isPrimary;
83344
83321
  },
83345
- $signature: 114
83322
+ $signature: 119
83346
83323
  };
83347
83324
  A.Highlighter__writeFileStart_closure.prototype = {
83348
83325
  call$0() {
@@ -84391,7 +84368,7 @@ self.util = _cliPkgRequires.util;
84391
84368
  if (!_this.super$StringScanner$scan(pattern))
84392
84369
  return false;
84393
84370
  t1 = _this.get$lastMatch();
84394
- newlines = _this._newlinesIn$1(t1.pattern);
84371
+ newlines = _this._newlinesIn$2$endPosition(t1.pattern, _this._string_scanner$_position);
84395
84372
  t1 = _this._line_scanner$_line;
84396
84373
  t2 = newlines.length;
84397
84374
  _this._line_scanner$_line = t1 + t2;
@@ -84405,10 +84382,11 @@ self.util = _cliPkgRequires.util;
84405
84382
  }
84406
84383
  return true;
84407
84384
  },
84408
- _newlinesIn$1(text) {
84385
+ _newlinesIn$2$endPosition(text, endPosition) {
84409
84386
  var t1 = $.$get$_newlineRegExp().allMatches$1(0, text),
84410
84387
  newlines = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E"));
84411
- if (this.peekChar$1(-1) === 13 && this.peekChar$0() === 10)
84388
+ t1 = this.string;
84389
+ if (endPosition < t1.length && B.JSString_methods.endsWith$1(text, "\r") && t1[endPosition] === "\n")
84412
84390
  B.JSArray_methods.removeLast$0(newlines);
84413
84391
  return newlines;
84414
84392
  }
@@ -85210,8 +85188,9 @@ self.util = _cliPkgRequires.util;
85210
85188
  };
85211
85189
  A.AsyncBuiltInCallable_withDeprecationWarning_closure0.prototype = {
85212
85190
  call$1(args) {
85213
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
85214
- 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);
85215
85194
  },
85216
85195
  $signature: 312
85217
85196
  };
@@ -86041,13 +86020,13 @@ self.util = _cliPkgRequires.util;
86041
86020
  call$1(module) {
86042
86021
  return module.get$transitivelyContainsCss();
86043
86022
  },
86044
- $signature: 111
86023
+ $signature: 131
86045
86024
  };
86046
86025
  A._EnvironmentModule__EnvironmentModule_closure22.prototype = {
86047
86026
  call$1(module) {
86048
86027
  return module.get$transitivelyContainsExtensions();
86049
86028
  },
86050
- $signature: 111
86029
+ $signature: 131
86051
86030
  };
86052
86031
  A._EvaluateVisitor2.prototype = {
86053
86032
  _EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap2(functions, importCache, logger, nodeImporter, quietDeps, sourceMap) {
@@ -86658,7 +86637,7 @@ self.util = _cliPkgRequires.util;
86658
86637
  interleavedRules.push(rule0);
86659
86638
  break $label0$1;
86660
86639
  }
86661
- $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);
86662
86641
  B.JSArray_methods.clear$0(interleavedRules);
86663
86642
  break $label0$1;
86664
86643
  }
@@ -86833,7 +86812,7 @@ self.util = _cliPkgRequires.util;
86833
86812
  complex.accept$1(visitor);
86834
86813
  t6 = B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0));
86835
86814
  t7 = complex.accept$1(B.C__IsUselessVisitor0) ? "can't" : "shouldn't";
86836
- $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);
86837
86816
  }
86838
86817
  $async$goto = 3;
86839
86818
  return A._asyncAwait($async$self._async_evaluate0$_performInterpolationWithMap$2$warnForColor(node.selector, true), $async$visitExtendRule$1);
@@ -87662,7 +87641,7 @@ self.util = _cliPkgRequires.util;
87662
87641
  // Function start
87663
87642
  mixin = $async$self._async_evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure8($async$self, node));
87664
87643
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
87665
- $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);
87666
87645
  $async$goto = 3;
87667
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);
87668
87647
  case 3:
@@ -88019,12 +87998,12 @@ self.util = _cliPkgRequires.util;
88019
87998
  if (complex.accept$1(B.C__IsUselessVisitor0)) {
88020
87999
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
88021
88000
  complex.accept$1(visitor);
88022
- _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);
88023
88002
  } else if (complex.leadingCombinators.length !== 0) {
88024
88003
  if (!_this._async_evaluate0$_assertInModule$2(_this._async_evaluate0$__stylesheet, "_stylesheet").plainCss) {
88025
88004
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
88026
88005
  complex.accept$1(visitor);
88027
- _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);
88028
88007
  }
88029
88008
  } else {
88030
88009
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
@@ -88035,7 +88014,7 @@ self.util = _cliPkgRequires.util;
88035
88014
  if (t5.get$length(0) === 0)
88036
88015
  A.throwExpression(A.IterableElementError_noElement());
88037
88016
  t9 = J.get$span$z(t5.$index(0, 0));
88038
- _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);
88039
88018
  }
88040
88019
  }
88041
88020
  },
@@ -88362,7 +88341,7 @@ self.util = _cliPkgRequires.util;
88362
88341
  }
88363
88342
  if (node.isGlobal && !$async$self._async_evaluate0$_environment.globalVariableExists$1(node.name)) {
88364
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.";
88365
- $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);
88366
88345
  }
88367
88346
  t1 = node.expression;
88368
88347
  t2 = t1.accept$1($async$self);
@@ -88540,7 +88519,7 @@ self.util = _cliPkgRequires.util;
88540
88519
  else
88541
88520
  t1 = false;
88542
88521
  if (t1) {
88543
- 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);
88544
88523
  return result;
88545
88524
  }
88546
88525
  return result;
@@ -88976,7 +88955,7 @@ self.util = _cliPkgRequires.util;
88976
88955
  case 4:
88977
88956
  // join
88978
88957
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
88979
- $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);
88980
88959
  oldInFunction = $async$self._async_evaluate0$_inFunction;
88981
88960
  $async$self._async_evaluate0$_inFunction = true;
88982
88961
  $async$goto = 12;
@@ -91043,7 +91022,7 @@ self.util = _cliPkgRequires.util;
91043
91022
  else
91044
91023
  t1 = false;
91045
91024
  if (t1)
91046
- 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);
91047
91026
  return value.withoutSlash$0();
91048
91027
  },
91049
91028
  _async_evaluate0$_stackFrame$2(member, span) {
@@ -91483,7 +91462,7 @@ self.util = _cliPkgRequires.util;
91483
91462
  return local;
91484
91463
  return t1._async_evaluate0$_builtInFunctions.$index(0, normalizedName);
91485
91464
  },
91486
- $signature: 109
91465
+ $signature: 100
91487
91466
  };
91488
91467
  A._EvaluateVisitor_closure47.prototype = {
91489
91468
  call$1($arguments) {
@@ -91509,7 +91488,7 @@ self.util = _cliPkgRequires.util;
91509
91488
  t3 = this.module;
91510
91489
  return t1.getMixin$2$namespace(t2, t3 == null ? null : t3._string0$_text);
91511
91490
  },
91512
- $signature: 109
91491
+ $signature: 100
91513
91492
  };
91514
91493
  A._EvaluateVisitor_closure48.prototype = {
91515
91494
  call$1($arguments) {
@@ -91555,7 +91534,7 @@ self.util = _cliPkgRequires.util;
91555
91534
  break;
91556
91535
  case 3:
91557
91536
  // then
91558
- A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_MMc);
91537
+ A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_U43);
91559
91538
  callableNode = t1._async_evaluate0$_callableNode;
91560
91539
  t2 = $function._string0$_text;
91561
91540
  t3 = callableNode.get$span(callableNode);
@@ -91642,7 +91621,7 @@ self.util = _cliPkgRequires.util;
91642
91621
  throw A.wrapException("The variable $" + $name + " was configured twice.");
91643
91622
  t1.$indexSet(0, $name, new A.ConfiguredValue0(value, this.span, this.callableNode));
91644
91623
  },
91645
- $signature: 107
91624
+ $signature: 101
91646
91625
  };
91647
91626
  A._EvaluateVisitor__closure12.prototype = {
91648
91627
  call$2(module, _) {
@@ -91834,7 +91813,7 @@ self.util = _cliPkgRequires.util;
91834
91813
  call$1(previousLoad) {
91835
91814
  return this.$this._async_evaluate0$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
91836
91815
  },
91837
- $signature: 106
91816
+ $signature: 102
91838
91817
  };
91839
91818
  A._EvaluateVisitor__loadModule__closure6.prototype = {
91840
91819
  call$0() {
@@ -91916,7 +91895,7 @@ self.util = _cliPkgRequires.util;
91916
91895
  call$1(module) {
91917
91896
  return module.get$transitivelyContainsCss();
91918
91897
  },
91919
- $signature: 111
91898
+ $signature: 131
91920
91899
  };
91921
91900
  A._EvaluateVisitor__combineCss_closure6.prototype = {
91922
91901
  call$1(target) {
@@ -92292,7 +92271,7 @@ self.util = _cliPkgRequires.util;
92292
92271
  call$1(child) {
92293
92272
  return child.accept$1(this.$this);
92294
92273
  },
92295
- $signature: 105
92274
+ $signature: 103
92296
92275
  };
92297
92276
  A._EvaluateVisitor_visitAtRule_closure8.prototype = {
92298
92277
  call$1(value) {
@@ -92536,7 +92515,7 @@ self.util = _cliPkgRequires.util;
92536
92515
  call$1(child) {
92537
92516
  return child.accept$1(this.$this);
92538
92517
  },
92539
- $signature: 105
92518
+ $signature: 103
92540
92519
  };
92541
92520
  A._EvaluateVisitor_visitForwardRule_closure5.prototype = {
92542
92521
  call$2(module, firstLoad) {
@@ -92578,7 +92557,7 @@ self.util = _cliPkgRequires.util;
92578
92557
  call$1(child) {
92579
92558
  return child.accept$1(this.$this);
92580
92559
  },
92581
- $signature: 105
92560
+ $signature: 103
92582
92561
  };
92583
92562
  A._EvaluateVisitor__visitDynamicImport_closure2.prototype = {
92584
92563
  call$0() {
@@ -92703,7 +92682,7 @@ self.util = _cliPkgRequires.util;
92703
92682
  call$1(previousLoad) {
92704
92683
  return this.$this._async_evaluate0$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
92705
92684
  },
92706
- $signature: 106
92685
+ $signature: 102
92707
92686
  };
92708
92687
  A._EvaluateVisitor__visitDynamicImport__closure12.prototype = {
92709
92688
  call$1(rule) {
@@ -92928,7 +92907,7 @@ self.util = _cliPkgRequires.util;
92928
92907
  var t1 = this.node;
92929
92908
  return this.$this._async_evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
92930
92909
  },
92931
- $signature: 109
92910
+ $signature: 100
92932
92911
  };
92933
92912
  A._EvaluateVisitor_visitIncludeRule_closure9.prototype = {
92934
92913
  call$1($content) {
@@ -93350,7 +93329,7 @@ self.util = _cliPkgRequires.util;
93350
93329
  });
93351
93330
  return A._asyncStartSync($async$call$0, $async$completer);
93352
93331
  },
93353
- $signature: 215
93332
+ $signature: 218
93354
93333
  };
93355
93334
  A._EvaluateVisitor_visitVariableDeclaration_closure8.prototype = {
93356
93335
  call$0() {
@@ -93469,7 +93448,7 @@ self.util = _cliPkgRequires.util;
93469
93448
  call$1(child) {
93470
93449
  return child.accept$1(this.$this);
93471
93450
  },
93472
- $signature: 105
93451
+ $signature: 103
93473
93452
  };
93474
93453
  A._EvaluateVisitor_visitBinaryOperationExpression_closure2.prototype = {
93475
93454
  call$0() {
@@ -93822,7 +93801,7 @@ self.util = _cliPkgRequires.util;
93822
93801
  var t1 = this.node;
93823
93802
  return this.$this._async_evaluate0$_environment.getFunction$2$namespace(t1.name, t1.namespace);
93824
93803
  },
93825
- $signature: 109
93804
+ $signature: 100
93826
93805
  };
93827
93806
  A._EvaluateVisitor_visitFunctionExpression_closure9.prototype = {
93828
93807
  call$1(argument) {
@@ -94126,7 +94105,7 @@ self.util = _cliPkgRequires.util;
94126
94105
  _this.named.$indexSet(0, key, _this.$this._async_evaluate0$_withoutSlash$2(value, t1));
94127
94106
  _this.namedNodes.$indexSet(0, key, t1);
94128
94107
  },
94129
- $signature: 103
94108
+ $signature: 106
94130
94109
  };
94131
94110
  A._EvaluateVisitor__evaluateArguments_closure14.prototype = {
94132
94111
  call$1(value) {
@@ -94154,7 +94133,7 @@ self.util = _cliPkgRequires.util;
94154
94133
  t1 = _this.restArgs;
94155
94134
  _this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._async_evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
94156
94135
  },
94157
- $signature: 103
94136
+ $signature: 106
94158
94137
  };
94159
94138
  A._EvaluateVisitor__evaluateMacroArguments_closure14.prototype = {
94160
94139
  call$1(value) {
@@ -94174,7 +94153,7 @@ self.util = _cliPkgRequires.util;
94174
94153
  throw A.wrapException(t1._async_evaluate0$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
94175
94154
  }
94176
94155
  },
94177
- $signature: 107
94156
+ $signature: 101
94178
94157
  };
94179
94158
  A._EvaluateVisitor__verifyArguments_closure2.prototype = {
94180
94159
  call$0() {
@@ -95023,7 +95002,7 @@ self.util = _cliPkgRequires.util;
95023
95002
  break;
95024
95003
  case 11:
95025
95004
  // then
95026
- 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);
95027
95006
  // goto join
95028
95007
  $async$goto = 12;
95029
95008
  break;
@@ -95619,8 +95598,12 @@ self.util = _cliPkgRequires.util;
95619
95598
  };
95620
95599
  A.BuiltInCallable_withDeprecationWarning_closure0.prototype = {
95621
95600
  call$1(args) {
95622
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
95623
- 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);
95624
95607
  },
95625
95608
  $signature: 3
95626
95609
  };
@@ -96378,7 +96361,7 @@ self.util = _cliPkgRequires.util;
96378
96361
  if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
96379
96362
  return A._functionString0("grayscale", $arguments);
96380
96363
  else {
96381
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96364
+ A.warnForDeprecation0(string$.Globalcg, B.Deprecation_Q5r);
96382
96365
  return A._grayscale0(t1.$index($arguments, 0));
96383
96366
  }
96384
96367
  },
@@ -96391,7 +96374,7 @@ self.util = _cliPkgRequires.util;
96391
96374
  degrees = A._angleValue0(t1.$index($arguments, 1), "degrees");
96392
96375
  if (!color._color0$_space.get$isLegacyInternal())
96393
96376
  throw A.wrapException(A.SassScriptException$0(string$.adjusto, null));
96394
- 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);
96395
96378
  return color.changeHsl$1$hue(color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "hue") + degrees);
96396
96379
  },
96397
96380
  $signature: 25
@@ -96407,7 +96390,7 @@ self.util = _cliPkgRequires.util;
96407
96390
  throw A.wrapException(A.SassScriptException$0(string$.lighte, null));
96408
96391
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s9_) + amount.valueInRange$3(0, 100, "amount");
96409
96392
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96410
- 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);
96411
96394
  return result;
96412
96395
  },
96413
96396
  $signature: 25
@@ -96423,7 +96406,7 @@ self.util = _cliPkgRequires.util;
96423
96406
  throw A.wrapException(A.SassScriptException$0(string$.darken, null));
96424
96407
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s9_) - amount.valueInRange$3(0, 100, "amount");
96425
96408
  result = color.changeHsl$1$lightness(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96426
- 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);
96427
96410
  return result;
96428
96411
  },
96429
96412
  $signature: 25
@@ -96441,7 +96424,7 @@ self.util = _cliPkgRequires.util;
96441
96424
  call$1($arguments) {
96442
96425
  var t1, color, amount, result,
96443
96426
  _s10_ = "saturation";
96444
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96427
+ A.warnForDeprecation0(string$.Globalcad, B.Deprecation_Q5r);
96445
96428
  t1 = J.getInterceptor$asx($arguments);
96446
96429
  color = t1.$index($arguments, 0).assertColor$1("color");
96447
96430
  amount = t1.$index($arguments, 1).assertNumber$1("amount");
@@ -96449,7 +96432,7 @@ self.util = _cliPkgRequires.util;
96449
96432
  throw A.wrapException(A.SassScriptException$0(string$.satura, null));
96450
96433
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s10_) + amount.valueInRange$3(0, 100, "amount");
96451
96434
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96452
- 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);
96453
96436
  return result;
96454
96437
  },
96455
96438
  $signature: 25
@@ -96465,7 +96448,7 @@ self.util = _cliPkgRequires.util;
96465
96448
  throw A.wrapException(A.SassScriptException$0(string$.desatu, null));
96466
96449
  t1 = color._color0$_legacyChannel$2(B.HslColorSpace_gsm0, _s10_) - amount.valueInRange$3(0, 100, "amount");
96467
96450
  result = color.changeHsl$1$saturation(isNaN(t1) ? 0 : B.JSNumber_methods.clamp$2(t1, 0, 100));
96468
- 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);
96469
96452
  return result;
96470
96453
  },
96471
96454
  $signature: 25
@@ -96505,7 +96488,7 @@ self.util = _cliPkgRequires.util;
96505
96488
  return A._functionString0("alpha", $arguments);
96506
96489
  if (_0_0 instanceof A.SassColor0 && !_0_0._color0$_space.get$isLegacyInternal())
96507
96490
  throw A.wrapException(A.SassScriptException$0(string$.alpha_, null));
96508
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96491
+ A.warnForDeprecation0(string$.Globalcal, B.Deprecation_Q5r);
96509
96492
  t1 = _0_0.assertColor$1("color").alphaOrNull;
96510
96493
  return A.SassNumber_SassNumber0(t1 == null ? 0 : t1, null);
96511
96494
  },
@@ -96536,7 +96519,7 @@ self.util = _cliPkgRequires.util;
96536
96519
  var t1 = J.getInterceptor$asx($arguments);
96537
96520
  if (t1.$index($arguments, 0) instanceof A.SassNumber0 || t1.$index($arguments, 0).get$isSpecialNumber())
96538
96521
  return A._functionString0("opacity", $arguments);
96539
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
96522
+ A.warnForDeprecation0(string$.Globalco, B.Deprecation_Q5r);
96540
96523
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
96541
96524
  return A.SassNumber_SassNumber0(t1 == null ? 0 : t1, null);
96542
96525
  },
@@ -96600,7 +96583,7 @@ self.util = _cliPkgRequires.util;
96600
96583
  call$1($arguments) {
96601
96584
  var result = A._invert0($arguments, false);
96602
96585
  if (result instanceof A.SassString0)
96603
- 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);
96604
96587
  return result;
96605
96588
  },
96606
96589
  $signature: 3
@@ -96629,7 +96612,7 @@ self.util = _cliPkgRequires.util;
96629
96612
  t1 = J.getInterceptor$asx($arguments);
96630
96613
  if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
96631
96614
  result = A._functionString0("grayscale", t1.take$1($arguments, 1));
96632
- 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);
96633
96616
  return result;
96634
96617
  }
96635
96618
  return A._grayscale0(t1.$index($arguments, 0));
@@ -96672,7 +96655,7 @@ self.util = _cliPkgRequires.util;
96672
96655
  t1 = B.JSString_methods.contains$1(_0_0._string0$_text, $.$get$_microsoftFilterStart0());
96673
96656
  if (t1) {
96674
96657
  result = A._functionString0("alpha", $arguments);
96675
- 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);
96676
96659
  return result;
96677
96660
  }
96678
96661
  if (_0_0 instanceof A.SassColor0 && !_0_0._color0$_space.get$isLegacyInternal())
@@ -96688,7 +96671,7 @@ self.util = _cliPkgRequires.util;
96688
96671
  t1 = J.getInterceptor$asx($arguments);
96689
96672
  if (B.JSArray_methods.every$1(t1.$index($arguments, 0).get$asList(), new A.module__closure6())) {
96690
96673
  result = A._functionString0("alpha", $arguments);
96691
- 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);
96692
96675
  return result;
96693
96676
  }
96694
96677
  throw A.wrapException(A.SassScriptException$0("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed.", null));
@@ -96707,7 +96690,7 @@ self.util = _cliPkgRequires.util;
96707
96690
  t1 = J.getInterceptor$asx($arguments);
96708
96691
  if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
96709
96692
  result = A._functionString0("opacity", $arguments);
96710
- 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);
96711
96694
  return result;
96712
96695
  }
96713
96696
  t1 = t1.$index($arguments, 0).assertColor$1("color").alphaOrNull;
@@ -97008,7 +96991,7 @@ self.util = _cliPkgRequires.util;
97008
96991
  A._changeColor_closure0.prototype = {
97009
96992
  call$0() {
97010
96993
  var t1 = this.alphaArg;
97011
- 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);
97012
96995
  return t1.valueInRange$3(0, 1, "alpha");
97013
96996
  },
97014
96997
  $signature: 192
@@ -97065,13 +97048,13 @@ self.util = _cliPkgRequires.util;
97065
97048
  call$1(channel0) {
97066
97049
  return A._angleValue0(channel0, "hue");
97067
97050
  },
97068
- $signature: 102
97051
+ $signature: 107
97069
97052
  };
97070
97053
  A._colorFromChannels_closure2.prototype = {
97071
97054
  call$1(channel0) {
97072
97055
  return A._angleValue0(channel0, "hue");
97073
97056
  },
97074
- $signature: 102
97057
+ $signature: 107
97075
97058
  };
97076
97059
  A._channelFromValue_closure0.prototype = {
97077
97060
  call$1(value) {
@@ -97116,7 +97099,7 @@ self.util = _cliPkgRequires.util;
97116
97099
  }
97117
97100
  return t1;
97118
97101
  },
97119
- $signature: 102
97102
+ $signature: 107
97120
97103
  };
97121
97104
  A._channelFunction_closure0.prototype = {
97122
97105
  call$1($arguments) {
@@ -97124,7 +97107,7 @@ self.util = _cliPkgRequires.util;
97124
97107
  result = A.SassNumber_SassNumber0(_this.getter.call$1(J.get$first$ax($arguments).assertColor$1("color")), _this.unit),
97125
97108
  t1 = _this.global ? "" : "color.",
97126
97109
  t2 = _this.name;
97127
- 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);
97128
97111
  return result;
97129
97112
  },
97130
97113
  $signature: 22
@@ -97373,7 +97356,7 @@ self.util = _cliPkgRequires.util;
97373
97356
  else if ("red" in options || "green" in options || "blue" in options)
97374
97357
  space = B.RgbColorSpace_mlz0;
97375
97358
  if (space !== t3)
97376
- 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);
97377
97360
  }
97378
97361
  for (t2 = J.get$iterator$ax(self.Object.keys(options)), t4 = space._space$_channels, t5 = type$.JSArray_String; t2.moveNext$0();) {
97379
97362
  t6 = t2.get$current(t2);
@@ -97394,13 +97377,13 @@ self.util = _cliPkgRequires.util;
97394
97377
  t2 = t1.get$hue(options);
97395
97378
  t4 = $.$get$_isNull();
97396
97379
  if (A._asBool(t4.call$1(t2)))
97397
- A.warnForDeprecationFromApi(_s105_, B.Deprecation_zPV);
97380
+ A.warnForDeprecationFromApi(_s105_, B.Deprecation_FIw);
97398
97381
  else if (A._asBool(t4.call$1(t1.get$saturation(options))))
97399
- 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);
97400
97383
  else if (A._asBool(t4.call$1(t1.get$lightness(options))))
97401
- 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);
97402
97385
  if (A._asBool(t4.call$1(t1.get$alpha(options))))
97403
- A.warnForDeprecationFromApi(_s106_, B.Deprecation_omH);
97386
+ A.warnForDeprecationFromApi(_s106_, B.Deprecation_mBb);
97404
97387
  t2 = t1.get$hue(options);
97405
97388
  if (t2 == null)
97406
97389
  t2 = color.channel$1(0, _s3_);
@@ -97423,13 +97406,13 @@ self.util = _cliPkgRequires.util;
97423
97406
  t2 = t1.get$hue(options);
97424
97407
  t4 = $.$get$_isNull();
97425
97408
  if (A._asBool(t4.call$1(t2)))
97426
- A.warnForDeprecationFromApi(_s105_, B.Deprecation_zPV);
97409
+ A.warnForDeprecationFromApi(_s105_, B.Deprecation_FIw);
97427
97410
  else if (A._asBool(t4.call$1(t1.get$whiteness(options))))
97428
- 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);
97429
97412
  else if (A._asBool(t4.call$1(t1.get$blackness(options))))
97430
- 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);
97431
97414
  if (A._asBool(t4.call$1(t1.get$alpha(options))))
97432
- A.warnForDeprecationFromApi(_s106_, B.Deprecation_omH);
97415
+ A.warnForDeprecationFromApi(_s106_, B.Deprecation_mBb);
97433
97416
  t2 = t1.get$hue(options);
97434
97417
  if (t2 == null)
97435
97418
  t2 = color.channel$1(0, _s3_);
@@ -97452,13 +97435,13 @@ self.util = _cliPkgRequires.util;
97452
97435
  t2 = t1.get$red(options);
97453
97436
  t4 = $.$get$_isNull();
97454
97437
  if (A._asBool(t4.call$1(t2)))
97455
- 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);
97456
97439
  else if (A._asBool(t4.call$1(t1.get$green(options))))
97457
- 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);
97458
97441
  else if (A._asBool(t4.call$1(t1.get$blue(options))))
97459
- 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);
97460
97443
  if (A._asBool(t4.call$1(t1.get$alpha(options))))
97461
- A.warnForDeprecationFromApi(_s106_, B.Deprecation_omH);
97444
+ A.warnForDeprecationFromApi(_s106_, B.Deprecation_mBb);
97462
97445
  t2 = t1.get$red(options);
97463
97446
  if (t2 == null)
97464
97447
  t2 = color.channel$1(0, _s3_0);
@@ -97570,56 +97553,56 @@ self.util = _cliPkgRequires.util;
97570
97553
  };
97571
97554
  A.colorClass__closure10.prototype = {
97572
97555
  call$1($self) {
97573
- 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);
97574
97557
  return B.JSNumber_methods.round$0($self._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "red"));
97575
97558
  },
97576
97559
  $signature: 39
97577
97560
  };
97578
97561
  A.colorClass__closure11.prototype = {
97579
97562
  call$1($self) {
97580
- 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);
97581
97564
  return B.JSNumber_methods.round$0($self._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "green"));
97582
97565
  },
97583
97566
  $signature: 39
97584
97567
  };
97585
97568
  A.colorClass__closure12.prototype = {
97586
97569
  call$1($self) {
97587
- 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);
97588
97571
  return B.JSNumber_methods.round$0($self._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "blue"));
97589
97572
  },
97590
97573
  $signature: 39
97591
97574
  };
97592
97575
  A.colorClass__closure13.prototype = {
97593
97576
  call$1($self) {
97594
- 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);
97595
97578
  return $self._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "hue");
97596
97579
  },
97597
97580
  $signature: 28
97598
97581
  };
97599
97582
  A.colorClass__closure14.prototype = {
97600
97583
  call$1($self) {
97601
- 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);
97602
97585
  return $self._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "saturation");
97603
97586
  },
97604
97587
  $signature: 28
97605
97588
  };
97606
97589
  A.colorClass__closure15.prototype = {
97607
97590
  call$1($self) {
97608
- 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);
97609
97592
  return $self._color0$_legacyChannel$2(B.HslColorSpace_gsm0, "lightness");
97610
97593
  },
97611
97594
  $signature: 28
97612
97595
  };
97613
97596
  A.colorClass__closure16.prototype = {
97614
97597
  call$1($self) {
97615
- 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);
97616
97599
  return $self._color0$_legacyChannel$2(B.HwbColorSpace_06z0, "whiteness");
97617
97600
  },
97618
97601
  $signature: 28
97619
97602
  };
97620
97603
  A.colorClass__closure17.prototype = {
97621
97604
  call$1($self) {
97622
- 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);
97623
97606
  return $self._color0$_legacyChannel$2(B.HwbColorSpace_06z0, "blackness");
97624
97607
  },
97625
97608
  $signature: 28
@@ -97714,19 +97697,19 @@ self.util = _cliPkgRequires.util;
97714
97697
  call$1(thisArg) {
97715
97698
  return B.JSNumber_methods.round$0(J.get$dartValue$x(thisArg)._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "red"));
97716
97699
  },
97717
- $signature: 128
97700
+ $signature: 127
97718
97701
  };
97719
97702
  A.legacyColorClass_closure1.prototype = {
97720
97703
  call$1(thisArg) {
97721
97704
  return B.JSNumber_methods.round$0(J.get$dartValue$x(thisArg)._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "green"));
97722
97705
  },
97723
- $signature: 128
97706
+ $signature: 127
97724
97707
  };
97725
97708
  A.legacyColorClass_closure2.prototype = {
97726
97709
  call$1(thisArg) {
97727
97710
  return B.JSNumber_methods.round$0(J.get$dartValue$x(thisArg)._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "blue"));
97728
97711
  },
97729
- $signature: 128
97712
+ $signature: 127
97730
97713
  };
97731
97714
  A.legacyColorClass_closure3.prototype = {
97732
97715
  call$1(thisArg) {
@@ -97741,7 +97724,7 @@ self.util = _cliPkgRequires.util;
97741
97724
  t2 = t1.get$dartValue(thisArg);
97742
97725
  t1.set$dartValue(thisArg, t2.changeRgb$1$red(A.fuzzyRound0(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 255))));
97743
97726
  },
97744
- $signature: 100
97727
+ $signature: 108
97745
97728
  };
97746
97729
  A.legacyColorClass_closure5.prototype = {
97747
97730
  call$2(thisArg, value) {
@@ -97749,7 +97732,7 @@ self.util = _cliPkgRequires.util;
97749
97732
  t2 = t1.get$dartValue(thisArg);
97750
97733
  t1.set$dartValue(thisArg, t2.changeRgb$1$green(A.fuzzyRound0(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 255))));
97751
97734
  },
97752
- $signature: 100
97735
+ $signature: 108
97753
97736
  };
97754
97737
  A.legacyColorClass_closure6.prototype = {
97755
97738
  call$2(thisArg, value) {
@@ -97757,7 +97740,7 @@ self.util = _cliPkgRequires.util;
97757
97740
  t2 = t1.get$dartValue(thisArg);
97758
97741
  t1.set$dartValue(thisArg, t2.changeRgb$1$blue(A.fuzzyRound0(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 255))));
97759
97742
  },
97760
- $signature: 100
97743
+ $signature: 108
97761
97744
  };
97762
97745
  A.legacyColorClass_closure7.prototype = {
97763
97746
  call$2(thisArg, value) {
@@ -97765,7 +97748,7 @@ self.util = _cliPkgRequires.util;
97765
97748
  t2 = t1.get$dartValue(thisArg);
97766
97749
  t1.set$dartValue(thisArg, t2.changeRgb$1$alpha(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 1)));
97767
97750
  },
97768
- $signature: 100
97751
+ $signature: 108
97769
97752
  };
97770
97753
  A.SassColor0.prototype = {
97771
97754
  get$channels() {
@@ -98455,7 +98438,7 @@ self.util = _cliPkgRequires.util;
98455
98438
  t1.push(callable._readLocal$0());
98456
98439
  }
98457
98440
  },
98458
- $signature: 130
98441
+ $signature: 129
98459
98442
  };
98460
98443
  A._parseFunctions__closure2.prototype = {
98461
98444
  call$1($arguments) {
@@ -99351,51 +99334,29 @@ self.util = _cliPkgRequires.util;
99351
99334
  };
99352
99335
  A.DeprecationProcessingLogger0.prototype = {
99353
99336
  validate$0() {
99354
- var t1, t2, t3, t4, t5, t6, _1_7, _this = this, _null = null;
99355
- 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();) {
99356
- t5 = t1._collection$_current;
99357
- if (t5 == null)
99358
- t5 = t3._as(t5);
99359
- if (t5.isFuture && !t4.contains$1(0, t5)) {
99360
- t5 = t5.toString$0(0);
99361
- _this.internalWarn$4$deprecation$span$trace("Future " + t5 + string$.x20deprex20m, _null, _null, _null);
99362
- continue;
99363
- }
99364
- t6 = t2.contains$1(0, t5);
99365
- if (t6) {
99366
- t5 = t5.toString$0(0);
99367
- _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);
99368
99346
  continue;
99369
99347
  }
99370
99348
  }
99371
- for (t1 = A._LinkedHashSetIterator$(t2, t2._modifications, A._instanceType(t2)._precomputed1), t2 = t1.$ti._precomputed1; t1.moveNext$0();) {
99372
- t3 = t1._collection$_current;
99373
- if (t3 == null)
99374
- t3 = t2._as(t3);
99375
- 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)) {
99376
99352
  _this.internalWarn$4$deprecation$span$trace(string$.User_a, _null, _null, _null);
99377
99353
  continue;
99378
99354
  }
99379
- _1_7 = t3.isFuture;
99380
- if (_1_7 && t4.contains$1(0, t3)) {
99381
- t3 = t3.toString$0(0);
99382
- _this.internalWarn$4$deprecation$span$trace("Conflicting options for future " + t3 + " deprecation cancel each other out.", _null, _null, _null);
99383
- continue;
99384
- }
99385
- if (_1_7) {
99386
- t3 = t3.toString$0(0);
99387
- _this.internalWarn$4$deprecation$span$trace("Future " + t3 + string$.x20deprex20i, _null, _null, _null);
99388
- continue;
99389
- }
99390
99355
  }
99391
- 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();) {
99392
99357
  t3 = t1._collection$_current;
99393
- if (t3 == null)
99394
- t3 = t2._as(t3);
99395
- if (!t3.isFuture) {
99396
- t3 = t3.toString$0(0);
99397
- _this.internalWarn$4$deprecation$span$trace(t3 + string$.x20is_noaf, _null, _null, _null);
99398
- }
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);
99399
99360
  }
99400
99361
  },
99401
99362
  internalWarn$4$deprecation$span$trace(message, deprecation, span, trace) {
@@ -99406,10 +99367,8 @@ self.util = _cliPkgRequires.util;
99406
99367
  },
99407
99368
  _deprecation_processing$_handleDeprecation$4$span$trace(deprecation, message, span, trace) {
99408
99369
  var _0_3_isSet, _0_3, t1, span0, t2, count, _1_0, _this = this, _null = null;
99409
- if (deprecation.isFuture && !_this.futureDeprecations.contains$1(0, deprecation))
99410
- return;
99411
99370
  if (_this.fatalDeprecations.contains$1(0, deprecation)) {
99412
- message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20t;
99371
+ message += string$.x0a_This + deprecation.toString$0(0) + string$.x20deprex20;
99413
99372
  $label0$0: {
99414
99373
  _0_3_isSet = span != null;
99415
99374
  _0_3 = _null;
@@ -99479,18 +99438,14 @@ self.util = _cliPkgRequires.util;
99479
99438
  call$1(count) {
99480
99439
  return count - 5;
99481
99440
  },
99482
- $signature: 214
99441
+ $signature: 215
99483
99442
  };
99484
99443
  A.Deprecation1.prototype = {};
99485
99444
  A.deprecations_closure.prototype = {
99486
99445
  call$0() {
99487
- var t1, _0_8_isSet, _0_8,
99446
+ var _0_8_isSet, _0_8, t1,
99488
99447
  _0_0 = this.deprecation;
99489
99448
  $label0$0: {
99490
- if (_0_0.isFuture) {
99491
- t1 = "future";
99492
- break $label0$0;
99493
- }
99494
99449
  _0_8_isSet = A.NullableExtension_andThen0(_0_0._deprecation$_deprecatedIn, A.version_Version___parse_tearOff$closure()) == null;
99495
99450
  if (_0_8_isSet) {
99496
99451
  _0_8 = _0_0.get$obsoleteIn(0) == null;
@@ -100477,13 +100432,13 @@ self.util = _cliPkgRequires.util;
100477
100432
  call$1(module) {
100478
100433
  return module.get$transitivelyContainsCss();
100479
100434
  },
100480
- $signature: 131
100435
+ $signature: 130
100481
100436
  };
100482
100437
  A._EnvironmentModule__EnvironmentModule_closure16.prototype = {
100483
100438
  call$1(module) {
100484
100439
  return module.get$transitivelyContainsExtensions();
100485
100440
  },
100486
- $signature: 131
100441
+ $signature: 130
100487
100442
  };
100488
100443
  A.ErrorRule0.prototype = {
100489
100444
  accept$1$1(visitor) {
@@ -100846,7 +100801,7 @@ self.util = _cliPkgRequires.util;
100846
100801
  interleavedRules.push(rule0);
100847
100802
  break $label0$1;
100848
100803
  }
100849
- _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);
100850
100805
  B.JSArray_methods.clear$0(interleavedRules);
100851
100806
  break $label0$1;
100852
100807
  }
@@ -100931,7 +100886,7 @@ self.util = _cliPkgRequires.util;
100931
100886
  complex.accept$1(visitor);
100932
100887
  t6 = B.JSString_methods.trim$0(visitor._serialize0$_buffer.toString$0(0));
100933
100888
  t7 = complex.accept$1(B.C__IsUselessVisitor0) ? "can't" : "shouldn't";
100934
- _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);
100935
100890
  }
100936
100891
  _0_0 = _this._evaluate0$_performInterpolationWithMap$2$warnForColor(node.selector, true);
100937
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) {
@@ -101278,7 +101233,7 @@ self.util = _cliPkgRequires.util;
101278
101233
  var _this = this,
101279
101234
  mixin = _this._evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitIncludeRule_closure5(_this, node));
101280
101235
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && mixin instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(mixin.declaration.originalName, "--"))
101281
- _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);
101282
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)));
101283
101238
  return null;
101284
101239
  },
@@ -101428,12 +101383,12 @@ self.util = _cliPkgRequires.util;
101428
101383
  if (complex.accept$1(B.C__IsUselessVisitor0)) {
101429
101384
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
101430
101385
  complex.accept$1(visitor);
101431
- _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);
101432
101387
  } else if (complex.leadingCombinators.length !== 0) {
101433
101388
  if (!_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, "_stylesheet").plainCss) {
101434
101389
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
101435
101390
  complex.accept$1(visitor);
101436
- _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);
101437
101392
  }
101438
101393
  } else {
101439
101394
  visitor = A._SerializeVisitor$0(_null, true, _null, _null, true, false, _null, true);
@@ -101444,7 +101399,7 @@ self.util = _cliPkgRequires.util;
101444
101399
  if (t5.get$length(0) === 0)
101445
101400
  A.throwExpression(A.IterableElementError_noElement());
101446
101401
  t9 = J.get$span$z(t5.$index(0, 0));
101447
- _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);
101448
101403
  }
101449
101404
  }
101450
101405
  },
@@ -101544,7 +101499,7 @@ self.util = _cliPkgRequires.util;
101544
101499
  }
101545
101500
  if (node.isGlobal && !_this._evaluate0$_environment.globalVariableExists$1(node.name)) {
101546
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.";
101547
- _this._evaluate0$_warn$3(t1, node.span, B.Deprecation_W6Z);
101502
+ _this._evaluate0$_warn$3(t1, node.span, B.Deprecation_MT8);
101548
101503
  }
101549
101504
  t1 = node.expression;
101550
101505
  _this._evaluate0$_addExceptionSpan$2(node, new A._EvaluateVisitor_visitVariableDeclaration_closure7(_this, node, _this._evaluate0$_withoutSlash$2(t1.accept$1(_this), t1)));
@@ -101618,7 +101573,7 @@ self.util = _cliPkgRequires.util;
101618
101573
  else
101619
101574
  t1 = false;
101620
101575
  if (t1) {
101621
- 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);
101622
101577
  return result;
101623
101578
  }
101624
101579
  return result;
@@ -101745,7 +101700,7 @@ self.util = _cliPkgRequires.util;
101745
101700
  } else
101746
101701
  t2 = $function;
101747
101702
  if (B.JSString_methods.startsWith$1(node.originalName, "--") && t2 instanceof A.UserDefinedCallable0 && !B.JSString_methods.startsWith$1(t2.declaration.originalName, "--"))
101748
- _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);
101749
101704
  oldInFunction = _this._evaluate0$_inFunction;
101750
101705
  _this._evaluate0$_inFunction = true;
101751
101706
  result = _this._evaluate0$_addErrorSpan$2(node, new A._EvaluateVisitor_visitFunctionExpression_closure7(t1, _this, node));
@@ -102674,7 +102629,7 @@ self.util = _cliPkgRequires.util;
102674
102629
  else
102675
102630
  t1 = false;
102676
102631
  if (t1)
102677
- 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);
102678
102633
  return value.withoutSlash$0();
102679
102634
  },
102680
102635
  _evaluate0$_stackFrame$2(member, span) {
@@ -103020,7 +102975,7 @@ self.util = _cliPkgRequires.util;
103020
102975
  }
103021
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);
103022
102977
  if ($function instanceof A.SassString0) {
103023
- A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_MMc);
102978
+ A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_U43);
103024
102979
  callableNode = t1._evaluate0$_callableNode;
103025
102980
  t2 = $function._string0$_text;
103026
102981
  t3 = callableNode.get$span(callableNode);
@@ -103067,14 +103022,14 @@ self.util = _cliPkgRequires.util;
103067
103022
  throw A.wrapException("The variable $" + $name + " was configured twice.");
103068
103023
  t1.$indexSet(0, $name, new A.ConfiguredValue0(value, this.span, this.callableNode));
103069
103024
  },
103070
- $signature: 107
103025
+ $signature: 101
103071
103026
  };
103072
103027
  A._EvaluateVisitor__closure8.prototype = {
103073
103028
  call$2(module, _) {
103074
103029
  var t1 = this.$this;
103075
103030
  return t1._evaluate0$_combineCss$2$clone(module, true).accept$1(t1);
103076
103031
  },
103077
- $signature: 108
103032
+ $signature: 109
103078
103033
  };
103079
103034
  A._EvaluateVisitor_closure37.prototype = {
103080
103035
  call$1($arguments) {
@@ -103171,7 +103126,7 @@ self.util = _cliPkgRequires.util;
103171
103126
  call$1(previousLoad) {
103172
103127
  return this.$this._evaluate0$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
103173
103128
  },
103174
- $signature: 106
103129
+ $signature: 102
103175
103130
  };
103176
103131
  A._EvaluateVisitor__loadModule__closure4.prototype = {
103177
103132
  call$0() {
@@ -103236,7 +103191,7 @@ self.util = _cliPkgRequires.util;
103236
103191
  call$1(module) {
103237
103192
  return module.get$transitivelyContainsCss();
103238
103193
  },
103239
- $signature: 131
103194
+ $signature: 130
103240
103195
  };
103241
103196
  A._EvaluateVisitor__combineCss_closure4.prototype = {
103242
103197
  call$1(target) {
@@ -103498,7 +103453,7 @@ self.util = _cliPkgRequires.util;
103498
103453
  this.$this._evaluate0$_registerCommentsForModule$1(module);
103499
103454
  this.$this._evaluate0$_environment.forwardModule$2(module, this.node);
103500
103455
  },
103501
- $signature: 108
103456
+ $signature: 109
103502
103457
  };
103503
103458
  A._EvaluateVisitor_visitForwardRule_closure4.prototype = {
103504
103459
  call$2(module, firstLoad) {
@@ -103506,7 +103461,7 @@ self.util = _cliPkgRequires.util;
103506
103461
  this.$this._evaluate0$_registerCommentsForModule$1(module);
103507
103462
  this.$this._evaluate0$_environment.forwardModule$2(module, this.node);
103508
103463
  },
103509
- $signature: 108
103464
+ $signature: 109
103510
103465
  };
103511
103466
  A._EvaluateVisitor__registerCommentsForModule_closure1.prototype = {
103512
103467
  call$0() {
@@ -103610,7 +103565,7 @@ self.util = _cliPkgRequires.util;
103610
103565
  call$1(previousLoad) {
103611
103566
  return this.$this._evaluate0$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
103612
103567
  },
103613
- $signature: 106
103568
+ $signature: 102
103614
103569
  };
103615
103570
  A._EvaluateVisitor__visitDynamicImport__closure8.prototype = {
103616
103571
  call$1(rule) {
@@ -103915,7 +103870,7 @@ self.util = _cliPkgRequires.util;
103915
103870
  t1._environment0$_allModules.push(module);
103916
103871
  }
103917
103872
  },
103918
- $signature: 108
103873
+ $signature: 109
103919
103874
  };
103920
103875
  A._EvaluateVisitor_visitWarnRule_closure1.prototype = {
103921
103876
  call$0() {
@@ -104238,7 +104193,7 @@ self.util = _cliPkgRequires.util;
104238
104193
  _this.named.$indexSet(0, key, _this.$this._evaluate0$_withoutSlash$2(value, t1));
104239
104194
  _this.namedNodes.$indexSet(0, key, t1);
104240
104195
  },
104241
- $signature: 103
104196
+ $signature: 106
104242
104197
  };
104243
104198
  A._EvaluateVisitor__evaluateArguments_closure10.prototype = {
104244
104199
  call$1(value) {
@@ -104266,7 +104221,7 @@ self.util = _cliPkgRequires.util;
104266
104221
  t1 = _this.restArgs;
104267
104222
  _this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
104268
104223
  },
104269
- $signature: 103
104224
+ $signature: 106
104270
104225
  };
104271
104226
  A._EvaluateVisitor__evaluateMacroArguments_closure10.prototype = {
104272
104227
  call$1(value) {
@@ -104286,7 +104241,7 @@ self.util = _cliPkgRequires.util;
104286
104241
  throw A.wrapException(t1._evaluate0$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
104287
104242
  }
104288
104243
  },
104289
- $signature: 107
104244
+ $signature: 101
104290
104245
  };
104291
104246
  A._EvaluateVisitor__verifyArguments_closure1.prototype = {
104292
104247
  call$0() {
@@ -105721,7 +105676,7 @@ self.util = _cliPkgRequires.util;
105721
105676
  call$0() {
105722
105677
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
105723
105678
  },
105724
- $signature: 134
105679
+ $signature: 133
105725
105680
  };
105726
105681
  A.ExtensionStore_addExtension_closure3.prototype = {
105727
105682
  call$0() {
@@ -105745,13 +105700,13 @@ self.util = _cliPkgRequires.util;
105745
105700
  call$0() {
105746
105701
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
105747
105702
  },
105748
- $signature: 134
105703
+ $signature: 133
105749
105704
  };
105750
105705
  A.ExtensionStore_addExtensions_closure0.prototype = {
105751
105706
  call$0() {
105752
105707
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
105753
105708
  },
105754
- $signature: 134
105709
+ $signature: 133
105755
105710
  };
105756
105711
  A.ExtensionStore__extendComplex_closure0.prototype = {
105757
105712
  call$1(path) {
@@ -105965,7 +105920,7 @@ self.util = _cliPkgRequires.util;
105965
105920
  else {
105966
105921
  resolved = A.resolveImportPath0(A.join(this._filesystem$_loadPath, $.$get$context().style.pathFromUri$1(A._parseUri(url)), null));
105967
105922
  if (resolved != null && this._filesystem$_loadPathDeprecated)
105968
- A.warnForDeprecation0(string$.Using_t, B.Deprecation_kmo);
105923
+ A.warnForDeprecation0(string$.Using_t, B.Deprecation_cI8);
105969
105924
  }
105970
105925
  return A.NullableExtension_andThen0(resolved, new A.FilesystemImporter_canonicalize_closure0());
105971
105926
  },
@@ -106001,7 +105956,7 @@ self.util = _cliPkgRequires.util;
106001
105956
  }
106002
105957
  return t2.toUri$1(t1);
106003
105958
  },
106004
- $signature: 136
105959
+ $signature: 135
106005
105960
  };
106006
105961
  A.ForRule0.prototype = {
106007
105962
  accept$1$1(visitor) {
@@ -107066,7 +107021,7 @@ self.util = _cliPkgRequires.util;
107066
107021
  if (result == null)
107067
107022
  return new A._Record_2(_null, cacheable);
107068
107023
  if (result.get$scheme() === "")
107069
- 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);
107070
107025
  else if (importer.isNonCanonicalScheme$1(result.get$scheme()))
107071
107026
  throw A.wrapException("Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2c_whicu);
107072
107027
  return new A._Record_2(new A._Record_3_originalUrl(importer, result, url), cacheable);
@@ -107349,7 +107304,7 @@ self.util = _cliPkgRequires.util;
107349
107304
  call$1(value) {
107350
107305
  return typeof value == "string" ? value : "#{" + A.S(value) + "}";
107351
107306
  },
107352
- $signature: 118
107307
+ $signature: 138
107353
107308
  };
107354
107309
  A.SupportsInterpolation0.prototype = {
107355
107310
  toInterpolation$0() {
@@ -107888,7 +107843,7 @@ self.util = _cliPkgRequires.util;
107888
107843
  call$1(child) {
107889
107844
  return A.join(this.path, A._asString(child), null);
107890
107845
  },
107891
- $signature: 112
107846
+ $signature: 126
107892
107847
  };
107893
107848
  A.listDir__closure2.prototype = {
107894
107849
  call$1(child) {
@@ -108051,7 +108006,7 @@ self.util = _cliPkgRequires.util;
108051
108006
  t2.expectDone$0();
108052
108007
  return selectors;
108053
108008
  },
108054
- $signature: 127
108009
+ $signature: 113
108055
108010
  };
108056
108011
  A.LabColorSpace0.prototype = {
108057
108012
  get$isBoundedInternal() {
@@ -108207,7 +108162,7 @@ self.util = _cliPkgRequires.util;
108207
108162
  t1.push(A.AsyncCallable_AsyncCallable$fromSignature(B.JSString_methods.trimLeft$0(signature), new A._parseFunctions__closure1(callback, context), false));
108208
108163
  }
108209
108164
  },
108210
- $signature: 130
108165
+ $signature: 129
108211
108166
  };
108212
108167
  A._parseFunctions__closure.prototype = {
108213
108168
  call$1($arguments) {
@@ -109305,7 +109260,7 @@ self.util = _cliPkgRequires.util;
109305
109260
  A.DebugOptions.prototype = {};
109306
109261
  A.LoggerWithDeprecationType.prototype = {
109307
109262
  warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
109308
- 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);
109309
109264
  },
109310
109265
  warn$1(_, message) {
109311
109266
  return this.warn$4$deprecation$span$trace(0, message, false, null, null);
@@ -109818,9 +109773,9 @@ self.util = _cliPkgRequires.util;
109818
109773
  var t1,
109819
109774
  number = J.$index$asx($arguments, 0).assertNumber$1("number");
109820
109775
  if (number.hasUnit$1("%"))
109821
- 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);
109822
109777
  else
109823
- A.warnForDeprecation0(string$.Global, B.Deprecation_wdM);
109778
+ A.warnForDeprecation0(string$.Globalm, B.Deprecation_Q5r);
109824
109779
  t1 = number.get$numeratorUnits(number);
109825
109780
  return A.SassNumber_SassNumber$withUnits0(Math.abs(number._number1$_value), number.get$denominatorUnits(number), t1);
109826
109781
  },
@@ -109992,7 +109947,7 @@ self.util = _cliPkgRequires.util;
109992
109947
  return A.SassNumber_SassNumber0($.$get$_random2().nextDouble$0(), null);
109993
109948
  limit = t1.$index($arguments, 0).assertNumber$1("limit");
109994
109949
  if (limit.get$hasUnits())
109995
- 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);
109996
109951
  limitScalar = limit.assertInt$1("limit");
109997
109952
  if (limitScalar < 1)
109998
109953
  throw A.wrapException(A.SassScriptException$0("$limit: Must be greater than 0, was " + limit.toString$0(0) + ".", null));
@@ -110378,7 +110333,7 @@ self.util = _cliPkgRequires.util;
110378
110333
  };
110379
110334
  A._shared_closure3.prototype = {
110380
110335
  call$1($arguments) {
110381
- A.warnForDeprecation0(string$.The_fe, B.Deprecation_LBt);
110336
+ A.warnForDeprecation0(string$.The_fe, B.Deprecation_QAx);
110382
110337
  return $._features0.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature")._string0$_text) ? B.SassBoolean_true0 : B.SassBoolean_false0;
110383
110338
  },
110384
110339
  $signature: 11
@@ -111374,7 +111329,7 @@ self.util = _cliPkgRequires.util;
111374
111329
  call$1($self) {
111375
111330
  return $self._number1$_value;
111376
111331
  },
111377
- $signature: 102
111332
+ $signature: 107
111378
111333
  };
111379
111334
  A.numberClass__closure1.prototype = {
111380
111335
  call$1($self) {
@@ -113222,7 +113177,7 @@ self.util = _cliPkgRequires.util;
113222
113177
  return this.withErrorMessage$1$2(message, callback, type$.dynamic);
113223
113178
  },
113224
113179
  wrapSpanFormatException$1$1(callback) {
113225
- var error, stackTrace, map, error0, stackTrace0, span, error1, stackTrace1, span0, secondarySpans, t1, t2, span1, description, _0_0, t3, exception, t4, _this = this,
113180
+ var error, stackTrace, map, error0, stackTrace0, span, secondarySpans, t1, t2, span0, description, _0_0, error1, stackTrace1, span1, t3, exception, t4, _this = this,
113226
113181
  _s8_ = "expected";
113227
113182
  try {
113228
113183
  try {
@@ -113242,37 +113197,37 @@ self.util = _cliPkgRequires.util;
113242
113197
  }
113243
113198
  } catch (exception) {
113244
113199
  t3 = A.unwrapException(exception);
113245
- if (type$.SourceSpanFormatException._is(t3)) {
113200
+ if (type$.MultiSourceSpanFormatException._is(t3)) {
113246
113201
  error0 = t3;
113247
113202
  stackTrace0 = A.getTraceFromException(exception);
113248
113203
  span = J.get$span$z(error0);
113249
- if (A.startsWithIgnoreCase0(error0._span_exception$_message, _s8_))
113250
- span = _this._parser1$_adjustExceptionSpan$1(span);
113251
- t1 = error0._span_exception$_message;
113252
- t2 = span;
113253
- A.throwWithTrace0(new A.SassFormatException0(B.Set_empty, t1, t2), error0, stackTrace0);
113254
- } else if (type$.MultiSourceSpanFormatException._is(t3)) {
113255
- error1 = t3;
113256
- stackTrace1 = A.getTraceFromException(exception);
113257
- span0 = J.get$span$z(error1);
113258
113204
  t3 = type$.FileSpan;
113259
113205
  t4 = type$.String;
113260
- secondarySpans = error1.get$secondarySpans().cast$2$0(0, t3, t4);
113261
- if (A.startsWithIgnoreCase0(error1._span_exception$_message, _s8_)) {
113262
- span0 = _this._parser1$_adjustExceptionSpan$1(span0);
113206
+ secondarySpans = error0.get$secondarySpans().cast$2$0(0, t3, t4);
113207
+ if (A.startsWithIgnoreCase0(error0._span_exception$_message, _s8_)) {
113208
+ span = _this._parser1$_adjustExceptionSpan$1(span);
113263
113209
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4);
113264
113210
  for (t3 = A.MapExtensions_get_pairs0(secondarySpans, t3, t4), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
113265
113211
  t2 = t3.get$current(t3);
113266
- span1 = null;
113212
+ span0 = null;
113267
113213
  description = null;
113268
113214
  _0_0 = t2;
113269
- span1 = _0_0._0;
113215
+ span0 = _0_0._0;
113270
113216
  description = _0_0._1;
113271
- J.$indexSet$ax(t1, _this._parser1$_adjustExceptionSpan$1(span1), description);
113217
+ J.$indexSet$ax(t1, _this._parser1$_adjustExceptionSpan$1(span0), description);
113272
113218
  }
113273
113219
  secondarySpans = t1;
113274
113220
  }
113275
- A.throwWithTrace0(A.MultiSpanSassFormatException$0(error1._span_exception$_message, span0, error1.get$primaryLabel(), secondarySpans, null), error1, stackTrace1);
113221
+ A.throwWithTrace0(A.MultiSpanSassFormatException$0(error0._span_exception$_message, span, error0.get$primaryLabel(), secondarySpans, null), error0, stackTrace0);
113222
+ } else if (type$.SourceSpanFormatException._is(t3)) {
113223
+ error1 = t3;
113224
+ stackTrace1 = A.getTraceFromException(exception);
113225
+ span1 = J.get$span$z(error1);
113226
+ if (A.startsWithIgnoreCase0(error1._span_exception$_message, _s8_))
113227
+ span1 = _this._parser1$_adjustExceptionSpan$1(span1);
113228
+ t1 = error1._span_exception$_message;
113229
+ t2 = span1;
113230
+ A.throwWithTrace0(new A.SassFormatException0(B.Set_empty, t1, t2), error1, stackTrace1);
113276
113231
  } else
113277
113232
  throw exception;
113278
113233
  }
@@ -113721,21 +113676,21 @@ self.util = _cliPkgRequires.util;
113721
113676
  this._this[$name] = A.allowInteropNamed($name, body);
113722
113677
  return null;
113723
113678
  },
113724
- $signature: 137
113679
+ $signature: 136
113725
113680
  };
113726
113681
  A.JSClassExtension_get_defineMethod_closure.prototype = {
113727
113682
  call$2($name, body) {
113728
113683
  J.get$$prototype$x(this._this)[$name] = A.allowInteropCaptureThisNamed($name, body);
113729
113684
  return null;
113730
113685
  },
113731
- $signature: 137
113686
+ $signature: 136
113732
113687
  };
113733
113688
  A.JSClassExtension_get_defineGetter_closure.prototype = {
113734
113689
  call$2($name, body) {
113735
113690
  A.defineGetter(J.get$$prototype$x(this._this), $name, body, null);
113736
113691
  return null;
113737
113692
  },
113738
- $signature: 137
113693
+ $signature: 136
113739
113694
  };
113740
113695
  A.RenderContext0.prototype = {};
113741
113696
  A.RenderContextOptions0.prototype = {};
@@ -114107,38 +114062,38 @@ self.util = _cliPkgRequires.util;
114107
114062
  return _this.lastSilentComment = new A.SilentComment0(t3.charCodeAt(0) == 0 ? t3 : t3, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
114108
114063
  },
114109
114064
  _sass0$_loudComment$0() {
114110
- var t3, t4, t5, buffer, parentIndentation, t6, t7, first, beginningOfComment, t8, end, i, _1_0, _0_0, _this = this,
114065
+ var t2, t3, t4, buffer, parentIndentation, t5, t6, first, beginningOfComment, t7, end, i, _1_0, _0_0, endPosition, span, _this = this,
114111
114066
  t1 = _this.scanner,
114112
- t2 = t1._string_scanner$_position;
114067
+ start = new A._SpanScannerState(t1, t1._string_scanner$_position);
114113
114068
  t1.expect$1("/*");
114114
- t3 = new A.StringBuffer("");
114115
- t4 = A._setArrayType([], type$.JSArray_Object);
114116
- t5 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
114117
- buffer = new A.InterpolationBuffer0(t3, t4, t5);
114118
- t3._contents = "" + "/*";
114069
+ t2 = new A.StringBuffer("");
114070
+ t3 = A._setArrayType([], type$.JSArray_Object);
114071
+ t4 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
114072
+ buffer = new A.InterpolationBuffer0(t2, t3, t4);
114073
+ t2._contents = "" + "/*";
114119
114074
  parentIndentation = _this._sass0$_currentIndentation;
114120
- for (t6 = t1.string, t7 = t6.length, first = true; true; first = false) {
114075
+ for (t5 = t1.string, t6 = t5.length, first = true; true; first = false) {
114121
114076
  if (first) {
114122
114077
  beginningOfComment = t1._string_scanner$_position;
114123
114078
  _this.spaces$0();
114124
- t8 = t1.peekChar$0();
114125
- if (t8 === 10 || t8 === 13 || t8 === 12) {
114079
+ t7 = t1.peekChar$0();
114080
+ if (t7 === 10 || t7 === 13 || t7 === 12) {
114126
114081
  _this._sass0$_readIndentation$0();
114127
- t8 = A.Primitives_stringFromCharCode(32);
114128
- t3._contents += t8;
114082
+ t7 = A.Primitives_stringFromCharCode(32);
114083
+ t2._contents += t7;
114129
114084
  } else {
114130
114085
  end = t1._string_scanner$_position;
114131
- t3._contents += B.JSString_methods.substring$2(t6, beginningOfComment, end);
114086
+ t2._contents += B.JSString_methods.substring$2(t5, beginningOfComment, end);
114132
114087
  }
114133
114088
  } else {
114134
- t8 = t3._contents += "\n";
114135
- t3._contents = t8 + " * ";
114089
+ t7 = t2._contents += "\n";
114090
+ t2._contents = t7 + " * ";
114136
114091
  }
114137
114092
  for (i = 3; i < _this._sass0$_currentIndentation - parentIndentation; ++i) {
114138
- t8 = A.Primitives_stringFromCharCode(32);
114139
- t3._contents += t8;
114093
+ t7 = A.Primitives_stringFromCharCode(32);
114094
+ t2._contents += t7;
114140
114095
  }
114141
- for (; t1._string_scanner$_position !== t7;) {
114096
+ for (; t1._string_scanner$_position !== t6;) {
114142
114097
  _1_0 = t1.peekChar$0();
114143
114098
  if (10 === _1_0 || 13 === _1_0 || 12 === _1_0)
114144
114099
  break;
@@ -114146,27 +114101,74 @@ self.util = _cliPkgRequires.util;
114146
114101
  if (t1.peekChar$1(1) === 123) {
114147
114102
  _0_0 = _this.singleInterpolation$0();
114148
114103
  buffer._interpolation_buffer0$_flushText$0();
114149
- t4.push(_0_0._0);
114150
- t5.push(_0_0._1);
114104
+ t3.push(_0_0._0);
114105
+ t4.push(_0_0._1);
114151
114106
  } else {
114152
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
114153
- t3._contents += t8;
114107
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
114108
+ t2._contents += t7;
114154
114109
  }
114155
114110
  continue;
114156
114111
  }
114157
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
114158
- t3._contents += t8;
114112
+ if (42 === _1_0) {
114113
+ if (t1.peekChar$1(1) === 47) {
114114
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
114115
+ t2._contents += t3;
114116
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
114117
+ t2._contents += t3;
114118
+ endPosition = t1._string_scanner$_position;
114119
+ t2 = t1._sourceFile;
114120
+ t3 = start.position;
114121
+ span = new A._FileSpan(t2, t3, endPosition);
114122
+ span._FileSpan$3(t2, t3, endPosition);
114123
+ _this.whitespace$0();
114124
+ while (true) {
114125
+ t2 = t1.peekChar$0();
114126
+ if (!((t2 === 10 || t2 === 13 || t2 === 12) && _this._sass0$_peekIndentation$0() > parentIndentation))
114127
+ break;
114128
+ for (; _this._sass0$_lookingAtDoubleNewline$0();)
114129
+ _this._sass0$_expectNewline$0();
114130
+ _this._sass0$_readIndentation$0();
114131
+ _this.whitespace$0();
114132
+ }
114133
+ if (t1._string_scanner$_position !== t6) {
114134
+ t2 = t1.peekChar$0();
114135
+ t2 = !(t2 === 10 || t2 === 13 || t2 === 12);
114136
+ } else
114137
+ t2 = false;
114138
+ if (t2) {
114139
+ t2 = t1._string_scanner$_position;
114140
+ while (true) {
114141
+ if (t1._string_scanner$_position !== t6) {
114142
+ t3 = t1.peekChar$0();
114143
+ t3 = !(t3 === 10 || t3 === 13 || t3 === 12);
114144
+ } else
114145
+ t3 = false;
114146
+ if (!t3)
114147
+ break;
114148
+ t1.readChar$0();
114149
+ }
114150
+ throw A.wrapException(A.MultiSpanSassFormatException$0("Unexpected text after end of comment", t1.spanFrom$1(new A._SpanScannerState(t1, t2)), "extra text", A.LinkedHashMap_LinkedHashMap$_literal([span, "comment"], type$.FileSpan, type$.String), null));
114151
+ } else
114152
+ return new A.LoudComment0(buffer.interpolation$1(span));
114153
+ } else {
114154
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
114155
+ t2._contents += t7;
114156
+ }
114157
+ continue;
114158
+ }
114159
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
114160
+ t2._contents += t7;
114159
114161
  }
114160
114162
  if (_this._sass0$_peekIndentation$0() <= parentIndentation)
114161
114163
  break;
114162
114164
  for (; _this._sass0$_lookingAtDoubleNewline$0();) {
114163
114165
  _this._sass0$_expectNewline$0();
114164
- t8 = t3._contents += "\n";
114165
- t3._contents = t8 + " *";
114166
+ t7 = t2._contents += "\n";
114167
+ t2._contents = t7 + " *";
114166
114168
  }
114167
114169
  _this._sass0$_readIndentation$0();
114168
114170
  }
114169
- return new A.LoudComment0(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))));
114171
+ return new A.LoudComment0(buffer.interpolation$1(t1.spanFrom$1(start)));
114170
114172
  },
114171
114173
  whitespaceWithoutComments$0() {
114172
114174
  var t1, t2, next;
@@ -114380,13 +114382,13 @@ self.util = _cliPkgRequires.util;
114380
114382
  call$1(_) {
114381
114383
  return A._translateReturnValue(this.main.call$0());
114382
114384
  },
114383
- $signature: 81
114385
+ $signature: 99
114384
114386
  };
114385
114387
  A._wrapMain_closure0.prototype = {
114386
114388
  call$1(args) {
114387
114389
  return A._translateReturnValue(this.main.call$1(A.List_List$from(type$.List_dynamic._as(args), true, type$.String)));
114388
114390
  },
114389
- $signature: 81
114391
+ $signature: 99
114390
114392
  };
114391
114393
  A.ScssParser0.prototype = {
114392
114394
  get$indented() {
@@ -114429,7 +114431,7 @@ self.util = _cliPkgRequires.util;
114429
114431
  if (_this.scanIdentifier$2$caseSensitive("else", true))
114430
114432
  return true;
114431
114433
  if (_this.scanIdentifier$2$caseSensitive("elseif", true)) {
114432
- 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);
114433
114435
  t1.set$position(t1._string_scanner$_position - 2);
114434
114436
  return true;
114435
114437
  }
@@ -114592,7 +114594,7 @@ self.util = _cliPkgRequires.util;
114592
114594
  assertNotBogus$1$name($name) {
114593
114595
  if (!this.accept$1(B._IsBogusVisitor_true0))
114594
114596
  return;
114595
- 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);
114596
114598
  },
114597
114599
  toString$0(_) {
114598
114600
  var _null = null,
@@ -115417,7 +115419,7 @@ self.util = _cliPkgRequires.util;
115417
115419
  ruleSpecificities = _this._serialize0$_specificities$1(rule);
115418
115420
  if (!declSpecificities.any$1(0, ruleSpecificities.get$contains(ruleSpecificities)))
115419
115421
  continue;
115420
- 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);
115421
115423
  }
115422
115424
  }
115423
115425
  _this._serialize0$_writeIndentation$0();
@@ -118849,7 +118851,7 @@ self.util = _cliPkgRequires.util;
118849
118851
  t5 = flagStart.position;
118850
118852
  t6 = new A._FileSpan(t4, t5, endPosition);
118851
118853
  t6._FileSpan$3(t4, t5, endPosition);
118852
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_iXE, string$.x21defau, t6, null);
118854
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_VqL, string$.x21defau, t6, null);
118853
118855
  }
118854
118856
  guarded = true;
118855
118857
  break $label0$0;
@@ -118868,7 +118870,7 @@ self.util = _cliPkgRequires.util;
118868
118870
  t5 = flagStart.position;
118869
118871
  t6 = new A._FileSpan(t4, t5, endPosition);
118870
118872
  t6._FileSpan$3(t4, t5, endPosition);
118871
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_iXE, string$.x21globas, t6, null);
118873
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_VqL, string$.x21globas, t6, null);
118872
118874
  }
118873
118875
  global = true;
118874
118876
  break $label0$0;
@@ -119422,7 +119424,7 @@ self.util = _cliPkgRequires.util;
119422
119424
  t2 = t1._string_scanner$_position;
119423
119425
  $name = _this.identifier$0();
119424
119426
  if (B.JSString_methods.startsWith$1($name, "--"))
119425
- 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);
119426
119428
  _this.whitespace$0();
119427
119429
  $arguments = _this._stylesheet0$_argumentDeclaration$0();
119428
119430
  if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
@@ -119552,7 +119554,7 @@ self.util = _cliPkgRequires.util;
119552
119554
  argument = _this.importArgument$0();
119553
119555
  t3 = argument instanceof A.DynamicImport0;
119554
119556
  if (t3)
119555
- 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);
119556
119558
  if ((_this._stylesheet0$_inControlDirective || _this._stylesheet0$_inMixin) && t3)
119557
119559
  _this._stylesheet0$_disallowedAtRule$1(start);
119558
119560
  imports.push(argument);
@@ -119796,7 +119798,7 @@ self.util = _cliPkgRequires.util;
119796
119798
  t2 = t1._string_scanner$_position;
119797
119799
  $name = _this.identifier$0();
119798
119800
  if (B.JSString_methods.startsWith$1($name, "--"))
119799
- 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);
119800
119802
  _this.whitespace$0();
119801
119803
  if (t1.peekChar$0() === 40)
119802
119804
  $arguments = _this._stylesheet0$_argumentDeclaration$0();
@@ -122056,7 +122058,7 @@ self.util = _cliPkgRequires.util;
122056
122058
  call$0() {
122057
122059
  return this.$this._stylesheet0$_statement$0();
122058
122060
  },
122059
- $signature: 138
122061
+ $signature: 137
122060
122062
  };
122061
122063
  A.StylesheetParser_variableDeclarationWithoutNamespace_closure1.prototype = {
122062
122064
  call$0() {
@@ -122172,7 +122174,7 @@ self.util = _cliPkgRequires.util;
122172
122174
  call$2(children, span) {
122173
122175
  var _this = this;
122174
122176
  if (_this._box_0.needsDeprecationWarning)
122175
- 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);
122176
122178
  return A.AtRule$0(_this.name, span, children, _this.value);
122177
122179
  },
122178
122180
  $signature: 262
@@ -122248,7 +122250,7 @@ self.util = _cliPkgRequires.util;
122248
122250
  t5 = left.toString$0(0);
122249
122251
  t6 = right.toString$0(0);
122250
122252
  t1 = t1.singleExpression_;
122251
- 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);
122252
122254
  }
122253
122255
  }
122254
122256
  }
@@ -123012,7 +123014,7 @@ self.util = _cliPkgRequires.util;
123012
123014
  this.map.$indexSet(0, key, value);
123013
123015
  return value;
123014
123016
  },
123015
- $signature: 130
123017
+ $signature: 129
123016
123018
  };
123017
123019
  A._RequireMain0.prototype = {};
123018
123020
  A.indent_closure0.prototype = {
@@ -123118,7 +123120,7 @@ self.util = _cliPkgRequires.util;
123118
123120
  call$1($self) {
123119
123121
  return J.toString$0$($self);
123120
123122
  },
123121
- $signature: 118
123123
+ $signature: 138
123122
123124
  };
123123
123125
  A.valueClass__closure0.prototype = {
123124
123126
  call$1($self) {
@@ -123347,7 +123349,7 @@ self.util = _cliPkgRequires.util;
123347
123349
  indexValue = sassIndex.assertNumber$1($name);
123348
123350
  if (indexValue.get$hasUnits()) {
123349
123351
  t1 = indexValue.get$unitString();
123350
- 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);
123351
123353
  }
123352
123354
  index = indexValue.assertInt$1($name);
123353
123355
  if (index === 0)
@@ -123833,9 +123835,9 @@ self.util = _cliPkgRequires.util;
123833
123835
  _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 9);
123834
123836
  _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 9);
123835
123837
  _instance_1_u(A.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 9);
123836
- _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 119);
123837
- _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 119);
123838
- _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 119);
123838
+ _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 118);
123839
+ _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 118);
123840
+ _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 118);
123839
123841
  _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0);
123840
123842
  _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 77);
123841
123843
  _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 76);
@@ -123909,7 +123911,7 @@ self.util = _cliPkgRequires.util;
123909
123911
  _instance_1_u(A.MapBase.prototype, "get$containsKey", "containsKey$1", 9);
123910
123912
  _instance_1_u(A.MapView.prototype, "get$containsKey", "containsKey$1", 9);
123911
123913
  _instance_1_i(A.UnmodifiableSetView.prototype, "get$contains", "contains$1", 9);
123912
- _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 81);
123914
+ _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 99);
123913
123915
  _instance_1_u(A._JsonMap.prototype, "get$containsKey", "containsKey$1", 9);
123914
123916
  _static_1(A, "core__identityHashCode$closure", "identityHashCode", 266);
123915
123917
  _static_2(A, "core__identical$closure", "identical", 265);
@@ -123954,16 +123956,16 @@ self.util = _cliPkgRequires.util;
123954
123956
  _instance_0_u(_, "get$string", "string$0", 30);
123955
123957
  _instance(_, "get$error", 1, 2, function() {
123956
123958
  return [null];
123957
- }, ["call$3", "call$2"], ["error$3", "error$2"], 218, 0, 0);
123959
+ }, ["call$3", "call$2"], ["error$3", "error$2"], 224, 0, 0);
123958
123960
  _instance_0_u(A.SassParser.prototype, "get$loudComment", "loudComment$0", 0);
123959
123961
  _instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 345, 0, 0);
123960
- _instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 135);
123961
- _instance_0_u(_, "get$_functionChild", "_functionChild$0", 135);
123962
+ _instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 112);
123963
+ _instance_0_u(_, "get$_functionChild", "_functionChild$0", 112);
123962
123964
  _instance(_, "get$_expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$until"], ["_expression$3$bracketList$singleEquals$until", "_expression$0", "_expression$2$singleEquals$until", "_expression$1$bracketList", "_expression$1$until"], 348, 0, 0);
123963
123965
  _instance_0_u(_, "get$_number", "_number$0", 350);
123964
123966
  _instance(A.LazyFileSpan.prototype, "get$message", 1, 1, function() {
123965
123967
  return {color: null};
123966
- }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 133, 0, 0);
123968
+ }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 132, 0, 0);
123967
123969
  _instance_1_u(A.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 9);
123968
123970
  _instance_1_u(A.MergedMapView.prototype, "get$containsKey", "containsKey$1", 9);
123969
123971
  _instance(A.MultiSpan.prototype, "get$message", 1, 1, function() {
@@ -123976,7 +123978,7 @@ self.util = _cliPkgRequires.util;
123976
123978
  _instance_1_u(A.UnprefixedMapView.prototype, "get$containsKey", "containsKey$1", 9);
123977
123979
  _static_1(A, "utils__isPublic$closure", "isPublic", 5);
123978
123980
  _static_1(A, "calculation_SassCalculation__simplify$closure", "SassCalculation__simplify", 73);
123979
- _instance_1_u(A.ColorChannel.prototype, "get$isAnalogous", "isAnalogous$1", 99);
123981
+ _instance_1_u(A.ColorChannel.prototype, "get$isAnalogous", "isAnalogous$1", 105);
123980
123982
  _instance_1_u(A.SrgbColorSpace.prototype, "get$toLinear", "toLinear$1", 15);
123981
123983
  _instance_1_u(A.AnySelectorVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 19);
123982
123984
  _instance(_ = A._EvaluateVisitor0.prototype, "get$_async_evaluate$_interpolationToValue", 0, 1, null, ["call$3$trim$warnForColor", "call$1", "call$2$warnForColor"], ["_async_evaluate$_interpolationToValue$3$trim$warnForColor", "_async_evaluate$_interpolationToValue$1", "_async_evaluate$_interpolationToValue$2$warnForColor"], 420, 0, 0);
@@ -123997,11 +123999,11 @@ self.util = _cliPkgRequires.util;
123997
123999
  _instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor.T?(List<Statement>)");
123998
124000
  _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
123999
124001
  return {color: null};
124000
- }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 133, 0, 0);
124001
- _static_1(A, "frame_Frame___parseVM_tearOff$closure", "Frame___parseVM_tearOff", 95);
124002
- _static_1(A, "frame_Frame___parseV8_tearOff$closure", "Frame___parseV8_tearOff", 95);
124003
- _static_1(A, "frame_Frame___parseFirefox_tearOff$closure", "Frame___parseFirefox_tearOff", 95);
124004
- _static_1(A, "frame_Frame___parseFriendly_tearOff$closure", "Frame___parseFriendly_tearOff", 95);
124002
+ }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 132, 0, 0);
124003
+ _static_1(A, "frame_Frame___parseVM_tearOff$closure", "Frame___parseVM_tearOff", 94);
124004
+ _static_1(A, "frame_Frame___parseV8_tearOff$closure", "Frame___parseV8_tearOff", 94);
124005
+ _static_1(A, "frame_Frame___parseFirefox_tearOff$closure", "Frame___parseFirefox_tearOff", 94);
124006
+ _static_1(A, "frame_Frame___parseFriendly_tearOff$closure", "Frame___parseFriendly_tearOff", 94);
124005
124007
  _static_1(A, "trace_Trace___parseVM_tearOff$closure", "Trace___parseVM_tearOff", 268);
124006
124008
  _static_1(A, "trace_Trace___parseFriendly_tearOff$closure", "Trace___parseFriendly_tearOff", 268);
124007
124009
  _static(A, "from_handlers__TransformByHandlers__defaultHandleError$closure", 3, null, ["call$1$3", "call$3"], ["TransformByHandlers__defaultHandleError", function(error, stackTrace, sink) {
@@ -124050,7 +124052,7 @@ self.util = _cliPkgRequires.util;
124050
124052
  _static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 657);
124051
124053
  _instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
124052
124054
  return {color: null};
124053
- }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 133, 0, 0);
124055
+ }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 132, 0, 0);
124054
124056
  _static_2(A, "legacy__render$closure", "render", 658);
124055
124057
  _static_1(A, "legacy__renderSync$closure", "renderSync", 659);
124056
124058
  _instance_1_u(A.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
@@ -124069,7 +124071,7 @@ self.util = _cliPkgRequires.util;
124069
124071
  _instance_0_u(_, "get$string", "string$0", 30);
124070
124072
  _instance(_, "get$error", 1, 2, function() {
124071
124073
  return [null];
124072
- }, ["call$3", "call$2"], ["error$3", "error$2"], 218, 0, 0);
124074
+ }, ["call$3", "call$2"], ["error$3", "error$2"], 224, 0, 0);
124073
124075
  _instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
124074
124076
  _instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
124075
124077
  _instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
@@ -124091,8 +124093,8 @@ self.util = _cliPkgRequires.util;
124091
124093
  _instance_1_i(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
124092
124094
  _instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
124093
124095
  _instance(_ = A.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 589, 0, 0);
124094
- _instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 138);
124095
- _instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 138);
124096
+ _instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 137);
124097
+ _instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 137);
124096
124098
  _instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0", 591);
124097
124099
  _instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
124098
124100
  _instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
@@ -124121,7 +124123,7 @@ self.util = _cliPkgRequires.util;
124121
124123
  var _null = null;
124122
124124
  return A.absolute(part1, part2, part3, part4, part5, part6, _null, _null, _null, _null, _null, _null, _null, _null, _null);
124123
124125
  }], 663, 0);
124124
- _static_1(A, "path__toUri$closure", "toUri", 136);
124126
+ _static_1(A, "path__toUri$closure", "toUri", 135);
124125
124127
  _static_1(A, "path__prettyUri$closure", "prettyUri", 664);
124126
124128
  _static_2(A, "number0__fuzzyLessThan$closure", "fuzzyLessThan", 47);
124127
124129
  _static_2(A, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals", 47);
@@ -124365,7 +124367,7 @@ self.util = _cliPkgRequires.util;
124365
124367
  typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
124366
124368
  mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map"},
124367
124369
  mangledNames: {},
124368
- types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "bool(String)", "String(String)", "bool(CssNode)", "bool(CssNode0)", "bool(Object?)", "int()", "SassBoolean0(List<Value0>)", "SassBoolean(List<Value>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "double(double)", "JSClass0()", "SassString0(List<Value0>)", "SassString(List<Value>)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "bool()", "SassNumber0(List<Value0>)", "SassColor(List<Value>)", "SassNumber(List<Value>)", "SassColor0(List<Value0>)", "SassList(List<Value>)", "SassList0(List<Value0>)", "double(SassColor0)", "Future<~>()", "String()", "FileSpan()", "bool(int?)", "SassMap0(List<Value0>)", "~(Object?)", "SassMap(List<Value>)", "Object?()", "Null(~())", "Value()", "int(SassColor0)", "Future<Null>(Future<~>())", "Value(Value)", "Value0(Value0)", "Value0?()", "Value?()", "Uri(Uri)", "double(SassColor)", "bool(num,num)", "String?()", "bool(int)", "Value0()", "bool(ComplexSelectorComponent0)", "SassNumber0(SassNumber0)", "SassNumber(SassNumber)", "bool(ComplexSelectorComponent)", "Null(Object,StackTrace)", "bool(Value0)", "ValueExpression(Value)", "~(Value)", "double(double,double)", "int(SassColor)", "~(Value0)", "ComplexSelector(ComplexSelector)", "ValueExpression0(Value0)", "@()", "Null(@)", "ComplexSelector0(ComplexSelector0)", "Future<Value?>()", "Frame()", "bool(Object)", "bool(Value)", "Future<Value0?>()", "Future<Value0>()", "Object(Object)", "bool(SelectorList)", "bool(ColorChannel0)", "~(Object,StackTrace)", "~(@)", "bool(SelectorList0)", "Future<Value>()", "Callable?()", "@(@)", "~(String)", "Null([Object?])", "~(Object)", "AsyncCallable?()", "Value?(Statement)", "~(Value,Value)", "Callable0?()", "SassRuntimeException(AstNode)", "Future<Value?>(Statement)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "~([int?])", "int(Uri)", "~(String,Value)", "Frame(String)", "~(Module0<Callable0>,bool)", "Object()", "Future<Value0>(List<Value0>)", "bool(ColorChannel)", "Null(_NodeSassColor,num)", "Stylesheet?()", "double(SassNumber0)", "~(String,Value0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Future<Value0?>(Statement0)", "SassRuntimeException0(AstNode0)", "~(Value0,Value0)", "~(Module1<Callable>,bool)", "AsyncCallable0?()", "Value0?(Statement0)", "bool(Module1<AsyncCallable0>)", "String(@)", "Map<ComplexSelector,Extension>()", "bool(_Highlight)", "String(Expression)", "Null(Module1<AsyncCallable0>,bool)", "bool(Module0<Callable0>)", "String(Object)", "~(~())", "String(Expression0)", "bool(Expression0)", "bool(Expression)", "SassCalculation0(Object)", "double(SassNumber)", "bool(@)", "+originalUrl(Importer,Uri,Uri)?()", "List<String>()", "int(_NodeSassColor)", "Null(Module0<AsyncCallable>,bool)", "~(String,Object?)", "bool(Module1<Callable>)", "~(String,@)", "String(String{color:Object?})", "Map<ComplexSelector0,Extension0>()", "Statement()", "Uri(String)", "~(String,Function)", "Statement0()", "bool(Module0<AsyncCallable>)", "Future<~>(List<Value>)", "AtRootRule(List<Statement>,FileSpan)", "~(List<Value>)", "AtRule(List<Statement>,FileSpan)", "String?(String?)", "SassNumber()", "String?(Object)", "Expression(Expression)", "String(String{color:@})", "~(double?[String?])", "Entry(Entry)", "int(Frame)", "String(Frame)", "~(Iterable<ExtensionStore>)", "Trace()", "bool(Frame)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "List<Extension>()", "Callable?(Module1<Callable>)", "bool(Queue<List<ComplexSelectorComponent>>)", "double(double,String)", "AstNode(AstNode)", "AsyncCallable0?(Module1<AsyncCallable0>)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "SassFunction(List<Value>)", "AstNode0(AstNode0)", "Future<~>?()", "~(@,@)", "SassFunction0(List<Value0>)", "SassMixin(List<Value>)", "SassMixin0(List<Value0>)", "Future<~>(List<Value0>)", "Iterable<String>()", "Iterable<String>(String)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "~(Object[StackTrace?])", "bool(String?)", "~([Object?])", "DateTime()", "Future<SassNumber0>()", "List<ExtensionStore>()", "List<CssComment0>()", "bool(UseRule0)", "bool(ForwardRule0)", "Uri?/()", "bool(ModifiableCssParentNode)", "~(Uint8List,String,int)", "~(String[~])", "String(double)", "~(Object?,Object?)", "double()", "Future<Value>(List<Value>)", "bool(Statement)", "InterpolationMap0(List<SourceLocation>)", "AstNode0?()", "String(SassNumber0)", "0&(Object[Object?])", "0&(@[@])", "double(Value)", "Future<SassNumber>()", "Object(CalculationOperation0)", "int(ComplexSelector)", "bool(Import)", "List<CssComment>()", "int(String,String)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "bool(UseRule)", "String(Value0)", "double(Value0)", "bool(ForwardRule)", "ImmutableList0(SassColor0)", "int(int)", "Future<String>()", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "0&(String,FileSpan[StackTrace?])", "Set<0&>(Object)", "Version(String)", "~(Iterable<ExtensionStore0>)", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "Map<String,Callable>(Module1<Callable>)", "Callable0?(Module0<Callable0>)", "Iterable<String>(@)", "~(List<Value0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "Value0?(Value0)", "AsyncCallable?(Module0<AsyncCallable>)", "SassNumber0()", "String(_NodeException)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "List<Extension0>()", "Uri?()", "bool(Queue<List<ComplexSelectorComponent0>>)", "@(String)", "bool(Statement0)", "bool(Import0)", "VariableDeclaration()", "@(Value0,num)", "Value0(int)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList0(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "double(SassNumber0,SassNumber0[String?,String?])", "int(ComplexSelector0)", "Map<String,Callable0>(Module0<Callable0>)", "Expression0(Expression0)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "JSUrl0(Uri)", "String(FileSpan)", "int(SourceLocation)", "InterpolationMap(List<SourceLocation>)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "AstNode?()", "bool(Object?,Object?)", "int(Object?)", "String(SassNumber)", "Trace(String)", "Set<0^>()<Object?>", "Future<Object>()", "~(Module0<AsyncCallable>,bool)", "Value(Expression)", "Map<String,AstNode>(Module0<AsyncCallable>)", "~(ContentBlock)", "~(List<Statement>)", "SassString(SimpleSelector)", "SassString(int)", "~(CssMediaQuery)", "Set<int>(CssParentNode)", "SassString(String)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "Null(@,StackTrace)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "Null(Function,Function)", "String(Trace)", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "bool(+originalUrl(Importer,Uri,Uri))", "Frame(String,String)", "Uri(+originalUrl(Importer,Uri,Uri))", "bool(+forImport(Importer,Uri,bool),+originalUrl(Importer,Uri,Uri)?)", "Frame(Frame)", "String(String?)", "Future<Stylesheet?>()", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "String(Argument0)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "~(Symbol0,@)", "bool(String?,String?)", "Value0/(List<Value0>)", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "int(String?)", "Value/(List<Value>)", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "Object(String)", "bool(Deprecation)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "Value?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "bool(Version)", "bool(ModifiableCssNode)", "Map<String,Value>(Module0<Callable0>)", "~(Object?,List<ParcelWatcherEvent>)", "Null(Object?,List<@>)", "Map<String,AstNode>(Module0<Callable0>)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "String(Argument)", "~(Module1<AsyncCallable0>)", "AtRootQuery()", "String(BuiltInCallable)", "List<CssMediaQuery>()", "~(String,int)", "Future<Value0?>(Value0)", "ArgParser()", "Future<CssValue0<String>>(Interpolation0)", "Set<Deprecation>()", "SelectorList()", "CompoundSelector()", "Statement({root:bool})", "Future<Value0?>(IfRuleClause0)", "Future<~>(String)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "NumberExpression()", "Stylesheet()", "Statement?()", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "Future<Value0>(Expression0)", "List<WatchEvent>(List<WatchEvent>)", "Value0/()", "UseRule()", "StyleRule(List<Statement>,FileSpan)", "Declaration(List<Statement>,FileSpan)", "~(String,int?)", "EachRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "ForRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "bool(Extension)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "SupportsRule(List<Statement>,FileSpan)", "WhileRule(List<Statement>,FileSpan)", "~(Expression)", "~(BinaryOperator)", "StringExpression(Interpolation)", "DateTime(StylesheetNode)", "Set<ModifiableBox<SelectorList>>()", "SassColor0(SassColor0)", "SassColor0(ColorSpace0)", "String(int,IfClause)", "0&(List<Value0>)", "int(int,int)", "SassScriptException()", "SassColor0(Object,_ConstructionOptions)", "bool(SassColor0,Object)", "SassColor0(SassColor0,String)", "bool(SassColor0[String?])", "SassColor0(SassColor0,_ToGamutOptions)", "double(SassColor0,String[_ChannelOptions?])", "bool(SassColor0,String)", "bool(SassColor0,String[_ChannelOptions?])", "SassColor0(SassColor0,_ConstructionOptions)", "double?(String)", "SassColor0(SassColor0,SassColor0[_InterpolationOptions?])", "String(SassColor0)", "bool(SassColor0)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "double(num)", "List<SimpleSelector>(Extender)", "double(_NodeSassColor)", "SingleUnitSassNumber(double)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "List<Extender>?(SimpleSelector)", "AsyncImporter0(JSImporter)", "0&(@)", "List<Extender>(PseudoSelector)", "NodePackageImporter0(Object[String?])", "List<List<Extender>>(List<Extender>)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Iterable<Deprecation0>()", "Version(Object,int,int,int)", "Future<@>()", "PseudoSelector(ComplexSelector)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "Object(Value0)", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "Future<Module0<AsyncCallable>>()", "Uint8List(@,@)", "~(Module0<AsyncCallable>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "bool(List<Iterable<ComplexSelectorComponent>>)", "bool(PseudoSelector)", "CssValue0<String>(Interpolation0)", "SelectorList?(PseudoSelector)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "~([Future<~>?])", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "int(int,ComplexSelectorComponent)", "Future<Value?>(Value)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "String(CssValue<Combinator>)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "Future<CssValue<String>>(Interpolation)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "int(int,SimpleSelector)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Object?(Object?)", "~(@,StackTrace)", "~(Object?,Object,Object?)", "+(String,String)(String)", "+originalUrl(Importer0,Uri,Uri)?()", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "SassList(ComplexSelector)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "Future<Value?>(IfRuleClause)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Iterable<ComplexSelector>(ComplexSelector)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "@(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassColor(SassColor)", "int(_NodeSassMap)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "bool(ModifiableCssNode0)", "SassNumber0(Object,num[Object?])", "~(String,Option)", "int?(SassNumber0)", "SassColor(ColorSpace)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "SimpleSelector(SimpleSelector)", "~(int,@)", "String(Value)", "Future<Value>(Expression)", "0&(List<Value>)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "JSExpressionVisitor(JSExpressionVisitorObject)", "JSStatementVisitor(JSStatementVisitorObject)", "String(SourceFile,int[int?])", "List<int>(SourceFile)", "String?(Interpolation0)", "Object?(Statement0,StatementVisitor<Object?>)", "Object?(Expression0,ExpressionVisitor<Object?>)", "FileSpan(SassNode)", "Interpolation0(SupportsCondition)", "_Future<@>(@)", "String(Object,@,@[@])", "Value?(Module0<AsyncCallable>)", "Value/()", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "List<Value>(Value)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "Set<int>(CssParentNode0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "bool(List<Value>)", "JSUrl0?(FileSpan)", "Null(@,@)", "@(@,String)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "SassString0(int)", "SassString0(String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "SassMap(Value)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "+(String,ArgumentDeclaration0)()", "VariableDeclaration0()", "StyleRule0(List<Statement0>,FileSpan)", "Declaration0(List<Statement0>,FileSpan)", "SassMap(SassMap)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "SassNumber(Value)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "Module0<Callable0>()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "~(Module0<Callable0>)", "Value?(Value)", "0^(0^,0^)<num>", "Value(Object)", "CssValue<String>(Interpolation)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "ParserExports()", "Stylesheet0(String,String,String?,JSLogger?)", "Uri(JSUrl0)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "Map<String,Value>(Module0<AsyncCallable>)", "Value?(IfRuleClause)", "UserDefinedCallable<Environment>(ContentBlock)", "Future<~>(List<String>)", "List<ComplexSelector>(ComplexSelector)"],
124370
+ types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "bool(String)", "String(String)", "bool(CssNode)", "bool(CssNode0)", "bool(Object?)", "int()", "SassBoolean0(List<Value0>)", "SassBoolean(List<Value>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "double(double)", "JSClass0()", "SassString0(List<Value0>)", "SassString(List<Value>)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "bool()", "SassNumber0(List<Value0>)", "SassColor(List<Value>)", "SassNumber(List<Value>)", "SassColor0(List<Value0>)", "SassList(List<Value>)", "SassList0(List<Value0>)", "double(SassColor0)", "Future<~>()", "String()", "FileSpan()", "bool(int?)", "SassMap0(List<Value0>)", "~(Object?)", "SassMap(List<Value>)", "Object?()", "Null(~())", "Value()", "int(SassColor0)", "Future<Null>(Future<~>())", "Value(Value)", "Value0(Value0)", "Value0?()", "Value?()", "Uri(Uri)", "double(SassColor)", "bool(num,num)", "String?()", "bool(int)", "Value0()", "bool(ComplexSelectorComponent0)", "SassNumber0(SassNumber0)", "SassNumber(SassNumber)", "bool(ComplexSelectorComponent)", "Null(Object,StackTrace)", "bool(Value0)", "ValueExpression(Value)", "~(Value)", "double(double,double)", "int(SassColor)", "~(Value0)", "ComplexSelector(ComplexSelector)", "ValueExpression0(Value0)", "@()", "Null(@)", "ComplexSelector0(ComplexSelector0)", "Future<Value?>()", "Frame()", "bool(Object)", "bool(Value)", "Future<Value0?>()", "Future<Value0>()", "Object(Object)", "bool(SelectorList)", "bool(ColorChannel0)", "~(Object,StackTrace)", "~(@)", "bool(SelectorList0)", "Future<Value>()", "Callable?()", "Stylesheet?()", "~(String)", "Null([Object?])", "~(Object)", "AsyncCallable?()", "Value?(Statement)", "~(Value,Value)", "~(String,Value)", "SassRuntimeException(AstNode)", "Future<Value?>(Statement)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "~([int?])", "int(Uri)", "Frame(String)", "Callable0?()", "~(Module0<Callable0>,bool)", "Object()", "Future<Value0>(List<Value0>)", "@(@)", "AsyncCallable0?()", "~(Value0,Value0)", "SassRuntimeException0(AstNode0)", "Future<Value0?>(Statement0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "bool(ColorChannel)", "~(String,Value0)", "double(SassNumber0)", "Null(_NodeSassColor,num)", "~(Module1<Callable>,bool)", "Value0?(Statement0)", "bool(Module0<AsyncCallable>)", "Statement()", "List<String>()", "bool(Expression)", "String(Expression)", "Null(Module1<AsyncCallable0>,bool)", "bool(Module0<Callable0>)", "~(~())", "bool(_Highlight)", "String(Expression0)", "bool(Expression0)", "Map<ComplexSelector,Extension>()", "SassCalculation0(Object)", "double(SassNumber)", "+originalUrl(Importer,Uri,Uri)?()", "String(@)", "int(_NodeSassColor)", "~(String,@)", "~(String,Object?)", "bool(Module1<Callable>)", "bool(Module1<AsyncCallable0>)", "String(String{color:Object?})", "Map<ComplexSelector0,Extension0>()", "Null(Module0<AsyncCallable>,bool)", "Uri(String)", "~(String,Function)", "Statement0()", "String(Object)", "Future<~>(List<Value>)", "String(SassNumber)", "AtRootRule(List<Statement>,FileSpan)", "~(List<Value>)", "AtRule(List<Statement>,FileSpan)", "String?(String?)", "SassNumber()", "String?(Object)", "Expression(Expression)", "String(String{color:@})", "~(double?[String?])", "Entry(Entry)", "int(Frame)", "String(Frame)", "~(Iterable<ExtensionStore>)", "Trace()", "bool(Frame)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "List<Extension>()", "Callable?(Module1<Callable>)", "bool(Queue<List<ComplexSelectorComponent>>)", "double(double,String)", "AstNode(AstNode)", "AsyncCallable0?(Module1<AsyncCallable0>)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "SassFunction(List<Value>)", "AstNode0(AstNode0)", "Future<~>?()", "~(@,@)", "SassFunction0(List<Value0>)", "SassMixin(List<Value>)", "SassMixin0(List<Value0>)", "Future<~>(List<Value0>)", "Iterable<String>()", "Iterable<String>(String)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "~(Object[StackTrace?])", "bool(String?)", "~([Object?])", "DateTime()", "Future<SassNumber0>()", "List<ExtensionStore>()", "List<CssComment0>()", "bool(UseRule0)", "bool(ForwardRule0)", "Uri?/()", "bool(ModifiableCssParentNode)", "~(Uint8List,String,int)", "~(String[~])", "String(double)", "~(Object?,Object?)", "double()", "Future<Value>(List<Value>)", "bool(Statement)", "InterpolationMap0(List<SourceLocation>)", "AstNode0?()", "String(SassNumber0)", "0&(Object[Object?])", "0&(@[@])", "double(Value)", "Future<SassNumber>()", "Object(CalculationOperation0)", "int(ComplexSelector)", "bool(Import)", "bool(@)", "int(String,String)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "List<CssComment>()", "String(Value0)", "double(Value0)", "bool(UseRule)", "ImmutableList0(SassColor0)", "bool(ForwardRule)", "int(int)", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "Future<String>()", "Set<0&>(Object)", "Version(String)", "~(Iterable<ExtensionStore0>)", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "Map<String,Callable>(Module1<Callable>)", "0&(String,FileSpan[StackTrace?])", "Iterable<String>(@)", "~(List<Value0>)", "Callable0?(Module0<Callable0>)", "Value0?(Value0)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "SassNumber0()", "String(_NodeException)", "AsyncCallable?(Module0<AsyncCallable>)", "List<Extension0>()", "Uri?()", "bool(Queue<List<ComplexSelectorComponent0>>)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "bool(Statement0)", "bool(Import0)", "@(String)", "@(Value0,num)", "Value0(int)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList0(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "double(SassNumber0,SassNumber0[String?,String?])", "int(ComplexSelector0)", "VariableDeclaration()", "Expression0(Expression0)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "JSUrl0(Uri)", "String(FileSpan)", "int(SourceLocation)", "Map<String,Callable0>(Module0<Callable0>)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "InterpolationMap(List<SourceLocation>)", "bool(Object?,Object?)", "int(Object?)", "AstNode?()", "Trace(String)", "Set<0^>()<Object?>", "Future<Object>()", "~(Module0<AsyncCallable>,bool)", "Value(Expression)", "Map<String,AstNode>(Module0<AsyncCallable>)", "~(ContentBlock)", "~(List<Statement>)", "SassString(SimpleSelector)", "SassString(int)", "~(CssMediaQuery)", "Set<int>(CssParentNode)", "SassString(String)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "Null(@,StackTrace)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "Null(Function,Function)", "String(Trace)", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "bool(+originalUrl(Importer,Uri,Uri))", "Frame(String,String)", "Uri(+originalUrl(Importer,Uri,Uri))", "bool(+forImport(Importer,Uri,bool),+originalUrl(Importer,Uri,Uri)?)", "Frame(Frame)", "String(String?)", "Future<Stylesheet?>()", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "String(Argument0)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "~(Symbol0,@)", "bool(String?,String?)", "Value0/(List<Value0>)", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "int(String?)", "Value/(List<Value>)", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "Object(String)", "bool(Deprecation)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "Value?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "bool(Version)", "bool(ModifiableCssNode)", "Map<String,Value>(Module0<Callable0>)", "~(Object?,List<ParcelWatcherEvent>)", "Null(Object?,List<@>)", "Map<String,AstNode>(Module0<Callable0>)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "String(Argument)", "~(Module1<AsyncCallable0>)", "AtRootQuery()", "String(BuiltInCallable)", "List<CssMediaQuery>()", "~(String,int)", "Future<Value0?>(Value0)", "ArgParser()", "Future<CssValue0<String>>(Interpolation0)", "Set<Deprecation>()", "SelectorList()", "CompoundSelector()", "Statement({root:bool})", "Future<Value0?>(IfRuleClause0)", "Future<~>(String)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "NumberExpression()", "Stylesheet()", "Statement?()", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "Future<Value0>(Expression0)", "List<WatchEvent>(List<WatchEvent>)", "Value0/()", "UseRule()", "StyleRule(List<Statement>,FileSpan)", "Declaration(List<Statement>,FileSpan)", "~(String,int?)", "EachRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "ForRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "bool(Extension)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "SupportsRule(List<Statement>,FileSpan)", "WhileRule(List<Statement>,FileSpan)", "~(Expression)", "~(BinaryOperator)", "StringExpression(Interpolation)", "DateTime(StylesheetNode)", "Set<ModifiableBox<SelectorList>>()", "SassColor0(SassColor0)", "SassColor0(ColorSpace0)", "String(int,IfClause)", "0&(List<Value0>)", "int(int,int)", "SassScriptException()", "SassColor0(Object,_ConstructionOptions)", "bool(SassColor0,Object)", "SassColor0(SassColor0,String)", "bool(SassColor0[String?])", "SassColor0(SassColor0,_ToGamutOptions)", "double(SassColor0,String[_ChannelOptions?])", "bool(SassColor0,String)", "bool(SassColor0,String[_ChannelOptions?])", "SassColor0(SassColor0,_ConstructionOptions)", "double?(String)", "SassColor0(SassColor0,SassColor0[_InterpolationOptions?])", "String(SassColor0)", "bool(SassColor0)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "double(num)", "List<SimpleSelector>(Extender)", "double(_NodeSassColor)", "SingleUnitSassNumber(double)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "List<Extender>?(SimpleSelector)", "AsyncImporter0(JSImporter)", "0&(@)", "List<Extender>(PseudoSelector)", "NodePackageImporter0(Object[String?])", "List<List<Extender>>(List<Extender>)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Iterable<Deprecation0>()", "Version(Object,int,int,int)", "Future<@>()", "PseudoSelector(ComplexSelector)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "Object(Value0)", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "Future<Module0<AsyncCallable>>()", "Uint8List(@,@)", "~(Module0<AsyncCallable>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "bool(List<Iterable<ComplexSelectorComponent>>)", "bool(PseudoSelector)", "CssValue0<String>(Interpolation0)", "SelectorList?(PseudoSelector)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "~([Future<~>?])", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "int(int,ComplexSelectorComponent)", "Future<Value?>(Value)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "String(CssValue<Combinator>)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "Future<CssValue<String>>(Interpolation)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "int(int,SimpleSelector)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Object?(Object?)", "~(@,StackTrace)", "~(Object?,Object,Object?)", "+(String,String)(String)", "+originalUrl(Importer0,Uri,Uri)?()", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "SassList(ComplexSelector)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "Future<Value?>(IfRuleClause)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Iterable<ComplexSelector>(ComplexSelector)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "@(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassColor(SassColor)", "int(_NodeSassMap)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "bool(ModifiableCssNode0)", "SassNumber0(Object,num[Object?])", "~(String,Option)", "int?(SassNumber0)", "SassColor(ColorSpace)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "SimpleSelector(SimpleSelector)", "~(int,@)", "String(Value)", "Future<Value>(Expression)", "0&(List<Value>)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "JSExpressionVisitor(JSExpressionVisitorObject)", "JSStatementVisitor(JSStatementVisitorObject)", "String(SourceFile,int[int?])", "List<int>(SourceFile)", "String?(Interpolation0)", "Object?(Statement0,StatementVisitor<Object?>)", "Object?(Expression0,ExpressionVisitor<Object?>)", "FileSpan(SassNode)", "Interpolation0(SupportsCondition)", "_Future<@>(@)", "String(Object,@,@[@])", "Value?(Module0<AsyncCallable>)", "Value/()", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "List<Value>(Value)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "Set<int>(CssParentNode0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "bool(List<Value>)", "JSUrl0?(FileSpan)", "Null(@,@)", "@(@,String)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "SassString0(int)", "SassString0(String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "SassMap(Value)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "+(String,ArgumentDeclaration0)()", "VariableDeclaration0()", "StyleRule0(List<Statement0>,FileSpan)", "Declaration0(List<Statement0>,FileSpan)", "SassMap(SassMap)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "SassNumber(Value)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "Module0<Callable0>()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "~(Module0<Callable0>)", "Value?(Value)", "0^(0^,0^)<num>", "Value(Object)", "CssValue<String>(Interpolation)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "ParserExports()", "Stylesheet0(String,String,String?,JSLogger?)", "Uri(JSUrl0)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "Map<String,Value>(Module0<AsyncCallable>)", "Value?(IfRuleClause)", "UserDefinedCallable<Environment>(ContentBlock)", "Future<~>(List<String>)", "List<ComplexSelector>(ComplexSelector)"],
124369
124371
  interceptorsByTag: null,
124370
124372
  leafTags: null,
124371
124373
  arrayRti: Symbol("$ti"),
@@ -124400,12 +124402,11 @@ self.util = _cliPkgRequires.util;
124400
124402
  x20It_wi: " It will be omitted from the generated CSS.",
124401
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",
124402
124404
  x20can_n: " can not have both conditions and paths at the same level.\nFound ",
124403
- x20deprex20i: " deprecation is not yet active, so silencing it is unnecessary.",
124404
- x20deprex20m: " deprecation must be enabled before it can be made fatal.",
124405
- 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.",
124406
124406
  x20deprex2c: " deprecation, since it has also been made fatal.",
124407
124407
  x20hue__: ' hue" may not be set for rectangular color space ',
124408
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",
124409
124410
  x20is_as: " is asynchronous.\nThis is probably caused by a bug in a Sass plugin.",
124410
124411
  x20is_av: " is available from multiple global modules.",
124411
124412
  x20is_de: " is deprecated.\n\nTo preserve current behavior: ",
@@ -124491,7 +124492,12 @@ self.util = _cliPkgRequires.util;
124491
124492
  Expectu: 'Expected unquoted string "hue" at the end of ',
124492
124493
  Expectv: "Expected variable, mixin, or function name",
124493
124494
  Functi: "Functions may not be declared in control directives.",
124494
- 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",
124495
124501
  Hue_in: "Hue interpolation method may not be set for rectangular color space ",
124496
124502
  If_con: "If conditions is longer than one element, conjunction may not be null.",
124497
124503
  If_par: "If parsedAsCustomProperty is true, value must contain a SassString (was `",
@@ -124533,7 +124539,7 @@ self.util = _cliPkgRequires.util;
124533
124539
  Rest_a: "Rest arguments can't be used with calculations.",
124534
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",
124535
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",
124536
- 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",
124537
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",
124538
124544
  Sassx20v: "Sass variables aren't allowed in plain CSS.",
124539
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",
@@ -124707,7 +124713,6 @@ self.util = _cliPkgRequires.util;
124707
124713
  Future_nullable_Uri: findType("Future<Uri?>"),
124708
124714
  Future_nullable_Value: findType("Future<Value?>"),
124709
124715
  Future_nullable_Value_2: findType("Future<Value0?>"),
124710
- Future_void: findType("Future<~>"),
124711
124716
  IfClause: findType("IfClause"),
124712
124717
  IfClause_2: findType("IfClause0"),
124713
124718
  ImmutableList: findType("ImmutableList0"),
@@ -124949,6 +124954,7 @@ self.util = _cliPkgRequires.util;
124949
124954
  Never: findType("0&"),
124950
124955
  NodeCompileResult: findType("NodeCompileResult"),
124951
124956
  NodeImporterResult: findType("NodeImporterResult0"),
124957
+ NonNullsIterable_Future_void: findType("NonNullsIterable<Future<~>>"),
124952
124958
  NonNullsIterable_Object: findType("NonNullsIterable<Object>"),
124953
124959
  NonNullsIterable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl: findType("NonNullsIterable<+originalUrl(AsyncImporter,Uri,Uri)>"),
124954
124960
  NonNullsIterable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl_2: findType("NonNullsIterable<+originalUrl(AsyncImporter0,Uri,Uri)>"),
@@ -125449,50 +125455,50 @@ self.util = _cliPkgRequires.util;
125449
125455
  B.Configuration_Map_empty_null = new A.Configuration(B.Map_empty17, null);
125450
125456
  B.Map_empty18 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<String,ConfiguredValue0>"));
125451
125457
  B.Configuration_Map_empty_null0 = new A.Configuration0(B.Map_empty18, null);
125452
- B.Deprecation_2Vk = new A.Deprecation("strict-unary", "1.55.0", false, "strictUnary");
125453
- B.Deprecation_2jN = new A.Deprecation("function-units", "1.56.0", false, "functionUnits");
125454
- B.Deprecation_2nU = new A.Deprecation("new-global", "1.17.2", false, "newGlobal");
125455
- B.Deprecation_5pG = new A.Deprecation0("bogus-combinators", "1.54.0", "Leading, trailing, and repeated combinators.", false, "bogusCombinators");
125456
- B.Deprecation_Agq = new A.Deprecation0("calc-interp", null, null, false, "calcInterp");
125457
- B.Deprecation_B4v = new A.Deprecation("fs-importer-cwd", "1.73.0", false, "fsImporterCwd");
125458
- B.Deprecation_E6M = new A.Deprecation("feature-exists", "1.78.0", false, "featureExists");
125459
- B.Deprecation_E8a = new A.Deprecation0("slash-div", "1.33.0", "/ operator for division.", false, "slashDiv");
125460
- B.Deprecation_EJz = new A.Deprecation("elseif", "1.3.2", false, "elseif");
125461
- B.Deprecation_EfO = new A.Deprecation0("color-module-compat", "1.23.0", "Using color module functions in place of plain CSS functions.", false, "colorModuleCompat");
125462
- B.Deprecation_EuK = new A.Deprecation0("legacy-js-api", "1.79.0", "Legacy JS API.", false, "legacyJsApi");
125463
- B.Deprecation_FGJ = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", false, "mixedDecls");
125464
- B.Deprecation_GFc = new A.Deprecation("abs-percent", "1.65.0", false, "absPercent");
125465
- B.Deprecation_HJ0 = new A.Deprecation("css-function-mixin", "1.76.0", false, "cssFunctionMixin");
125466
- B.Deprecation_IIf = new A.Deprecation("global-builtin", null, true, "globalBuiltin");
125467
- B.Deprecation_IMm = new A.Deprecation("relative-canonical", "1.14.2", false, "relativeCanonical");
125468
- B.Deprecation_Iit = new A.Deprecation0("moz-document", "1.7.2", "@-moz-document.", false, "mozDocument");
125469
- B.Deprecation_JeE = new A.Deprecation("user-authored", null, false, "userAuthored");
125470
- B.Deprecation_LBt = new A.Deprecation0("feature-exists", "1.78.0", "meta.feature-exists", false, "featureExists");
125471
- B.Deprecation_MMc = new A.Deprecation0("call-string", "0.0.0", "Passing a string directly to meta.call().", false, "callString");
125472
- B.Deprecation_Ssf = new A.Deprecation0("relative-canonical", "1.14.2", "Imports using relative canonical URLs.", false, "relativeCanonical");
125473
- B.Deprecation_W6Z = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", false, "newGlobal");
125474
- B.Deprecation_gf0 = new A.Deprecation("mixed-decls", "1.77.7", false, "mixedDecls");
125475
- B.Deprecation_gkc = new A.Deprecation("call-string", "0.0.0", false, "callString");
125476
- B.Deprecation_iDZ = new A.Deprecation("color-module-compat", "1.23.0", false, "colorModuleCompat");
125477
- B.Deprecation_iXE = new A.Deprecation0("duplicate-var-flags", "1.62.0", "Using !default or !global multiple times for one variable.", false, "duplicateVarFlags");
125478
- B.Deprecation_ido = new A.Deprecation("bogus-combinators", "1.54.0", false, "bogusCombinators");
125479
- B.Deprecation_import_null_true_import = new A.Deprecation("import", null, true, "import");
125480
- B.Deprecation_ivT = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", false, "colorFunctions");
125481
- B.Deprecation_jYb = new A.Deprecation0("abs-percent", "1.65.0", "Passing percentages to the Sass abs() function.", false, "absPercent");
125482
- B.Deprecation_kmo = new A.Deprecation0("fs-importer-cwd", "1.73.0", "Using the current working directory as an implicit load path.", false, "fsImporterCwd");
125483
- B.Deprecation_oCX = new A.Deprecation0("function-units", "1.56.0", "Passing invalid units to built-in functions.", false, "functionUnits");
125484
- B.Deprecation_oJv = new A.Deprecation("slash-div", "1.33.0", false, "slashDiv");
125485
- B.Deprecation_omH = new A.Deprecation0("null-alpha", "1.62.3", "Passing null as alpha in the JS API.", false, "nullAlpha");
125486
- B.Deprecation_oty = new A.Deprecation0("user-authored", null, null, false, "userAuthored");
125487
- B.Deprecation_qBS = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", false, "cssFunctionMixin");
125488
- B.Deprecation_qd9 = new A.Deprecation0("import", null, "@import rules.", true, "import");
125489
- B.Deprecation_uNF = new A.Deprecation("moz-document", "1.7.2", false, "mozDocument");
125490
- B.Deprecation_ukt = new A.Deprecation("color-functions", "1.79.0", false, "colorFunctions");
125491
- B.Deprecation_wdM = new A.Deprecation0("global-builtin", null, "Global built-in functions that are available in sass: modules.", true, "globalBuiltin");
125492
- B.Deprecation_woc = new A.Deprecation0("strict-unary", "1.55.0", "Ambiguous + and - operators.", false, "strictUnary");
125493
- B.Deprecation_xw8 = new A.Deprecation0("elseif", "1.3.2", "@elseif.", false, "elseif");
125494
- B.Deprecation_zPV = new A.Deprecation0("color-4-api", "1.79.0", "Certain uses of built-in sass:color functions.", false, "color4Api");
125495
- 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");
125496
125502
  B.DisplayP3ColorSpace_NQk = new A.DisplayP3ColorSpace("display-p3", B.List_V3K);
125497
125503
  B.DisplayP3ColorSpace_NQk0 = new A.DisplayP3ColorSpace0("display-p3", B.List_V3K0);
125498
125504
  B.Duration_0 = new A.Duration(0);
@@ -125569,6 +125575,7 @@ self.util = _cliPkgRequires.util;
125569
125575
  B.ListSeparator_undecided_null_undecided0 = new A.ListSeparator0("undecided", null, "undecided");
125570
125576
  B.List_23h = A._setArrayType(makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30]), A.findType("JSArray<HueInterpolationMethod0>"));
125571
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>"));
125572
125579
  B.List_42A = A._setArrayType(makeConstList([0, 0, 65490, 45055, 65535, 34815, 65534, 18431]), type$.JSArray_int);
125573
125580
  B.List_4AN = A._setArrayType(makeConstList([0, 0, 32754, 11263, 65534, 34815, 65534, 18431]), type$.JSArray_int);
125574
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};
@@ -125583,7 +125590,11 @@ self.util = _cliPkgRequires.util;
125583
125590
  B.Set_Db0y4 = new A.ConstantStringSet(B.Object_3CF, 3, type$.ConstantStringSet_String);
125584
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>>"));
125585
125592
  B.List_GVy = A._setArrayType(makeConstList([0, 0, 26624, 1023, 65534, 2047, 65534, 2047]), type$.JSArray_int);
125586
- 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>"));
125587
125598
  B.List_M2I0 = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_int);
125588
125599
  B.List_M2I = A._setArrayType(makeConstList([0, 0, 65490, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_int);
125589
125600
  B.List_VOY = A._setArrayType(makeConstList([0, 0, 32776, 33792, 1, 10240, 0, 0]), type$.JSArray_int);
@@ -125619,11 +125630,6 @@ self.util = _cliPkgRequires.util;
125619
125630
  B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_dynamic);
125620
125631
  B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
125621
125632
  B.List_kUZ = A._setArrayType(makeConstList([B.CalculationOperator_g2q0, B.CalculationOperator_CxF0, B.CalculationOperator_1710, B.CalculationOperator_Qf10]), A.findType("JSArray<CalculationOperator0>"));
125622
- B.Deprecation_gQW = new A.Deprecation("null-alpha", "1.62.3", false, "nullAlpha");
125623
- B.Deprecation_kOq = new A.Deprecation("color-4-api", "1.79.0", false, "color4Api");
125624
- B.Deprecation_FYo = new A.Deprecation("legacy-js-api", "1.79.0", false, "legacyJsApi");
125625
- B.Deprecation_ErI = new A.Deprecation("calc-interp", null, false, "calcInterp");
125626
- 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>"));
125627
125633
  B.List_null = A._setArrayType(makeConstList([null]), type$.JSArray_nullable_FileSpan);
125628
125634
  B.List_oyU = A._setArrayType(makeConstList([0, 0, 27858, 1023, 65534, 51199, 65535, 32767]), type$.JSArray_int);
125629
125635
  B.List_piR = A._setArrayType(makeConstList([0, 0, 24576, 1023, 65534, 34815, 65534, 18431]), type$.JSArray_int);
@@ -126279,7 +126285,7 @@ self.util = _cliPkgRequires.util;
126279
126285
  _lazyFinal($, "_firefoxSafariTrace", "$get$_firefoxSafariTrace", () => A.RegExp_RegExp("^(([.0-9A-Za-z_$/<]|\\(.*\\))*@)?[^\\s]*:\\d*$", true));
126280
126286
  _lazyFinal($, "_friendlyTrace", "$get$_friendlyTrace", () => A.RegExp_RegExp("^[^\\s<][^\\s]*( \\d+(:\\d+)?)?[ \\t]+[^\\s]+$", true));
126281
126287
  _lazyFinal($, "vmChainGap", "$get$vmChainGap", () => A.RegExp_RegExp("^<asynchronous suspension>\\n?$", true));
126282
- _lazyFinal($, "_newlineRegExp", "$get$_newlineRegExp", () => A.RegExp_RegExp("\\r\\n?|\\n", false));
126288
+ _lazyFinal($, "_newlineRegExp", "$get$_newlineRegExp", () => A.RegExp_RegExp("\\n|\\r\\n|\\r(?!\\n)", false));
126283
126289
  _lazyFinal($, "argumentListClass", "$get$argumentListClass", () => new A.argumentListClass_closure().call$0());
126284
126290
  _lazyFinal($, "booleanClass", "$get$booleanClass", () => new A.booleanClass_closure().call$0());
126285
126291
  _lazyFinal($, "legacyBooleanClass", "$get$legacyBooleanClass", () => new A.legacyBooleanClass_closure().call$0());
@@ -126420,8 +126426,8 @@ self.util = _cliPkgRequires.util;
126420
126426
  var _i, deprecation, t2,
126421
126427
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
126422
126428
  for (_i = 0; _i < 24; ++_i) {
126423
- deprecation = B.List_IYb[_i];
126424
- if (deprecation !== B.Deprecation_Agq) {
126429
+ deprecation = B.List_31K[_i];
126430
+ if (deprecation !== B.Deprecation_ErI) {
126425
126431
  t2 = deprecation.id;
126426
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)});
126427
126433
  }