sass 1.77.2 → 1.77.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.77.2","bin":{"sass":"sass.js"},"main":"sass.node.js"}
1
+ {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=14.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.77.3","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -129,7 +129,7 @@ self.fs = _cliPkgRequires.fs;
129
129
  self.nodeModule = _cliPkgRequires.nodeModule;
130
130
  self.stream = _cliPkgRequires.stream;
131
131
  self.util = _cliPkgRequires.util;
132
- // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.4.0.
132
+ // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.4.2.
133
133
  // The code supports the following hooks:
134
134
  // dartPrint(message):
135
135
  // if this function is defined it is called instead of the Dart [print]
@@ -10423,13 +10423,13 @@ self.util = _cliPkgRequires.util;
10423
10423
  this.assignmentNode = t2;
10424
10424
  },
10425
10425
  Deprecation_fromId(id) {
10426
- return A.IterableExtension_firstWhereOrNull(B.List_Zyt, new A.Deprecation_fromId_closure(id));
10426
+ return A.IterableExtension_firstWhereOrNull(B.List_V43, new A.Deprecation_fromId_closure(id));
10427
10427
  },
10428
10428
  Deprecation_forVersion(version) {
10429
10429
  var t2, _i, deprecation, $self, t3,
10430
10430
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
10431
10431
  for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 18; ++_i) {
10432
- deprecation = B.List_Zyt[_i];
10432
+ deprecation = B.List_V43[_i];
10433
10433
  $self = deprecation._deprecatedIn;
10434
10434
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
10435
10435
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -23683,13 +23683,13 @@ self.util = _cliPkgRequires.util;
23683
23683
  this.span = t2;
23684
23684
  },
23685
23685
  Deprecation_fromId0(id) {
23686
- return A.IterableExtension_firstWhereOrNull(B.List_e7f, new A.Deprecation_fromId_closure0(id));
23686
+ return A.IterableExtension_firstWhereOrNull(B.List_jM9, new A.Deprecation_fromId_closure0(id));
23687
23687
  },
23688
23688
  Deprecation_forVersion0(version) {
23689
23689
  var t2, _i, deprecation, $self, t3,
23690
23690
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
23691
23691
  for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 18; ++_i) {
23692
- deprecation = B.List_e7f[_i];
23692
+ deprecation = B.List_jM9[_i];
23693
23693
  $self = deprecation._deprecation$_deprecatedIn;
23694
23694
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
23695
23695
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -26633,7 +26633,7 @@ self.util = _cliPkgRequires.util;
26633
26633
  J.set$NodePackageImporter$x(self.exports, $.$get$nodePackageImporterClass());
26634
26634
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
26635
26635
  J.set$Version$x(self.exports, $.$get$versionClass());
26636
- J.set$info$x(self.exports, "dart-sass\t1.77.2\t(Sass Compiler)\t[Dart]\ndart2js\t3.4.0\t(Dart Compiler)\t[Dart]");
26636
+ J.set$info$x(self.exports, "dart-sass\t1.77.3\t(Sass Compiler)\t[Dart]\ndart2js\t3.4.2\t(Dart Compiler)\t[Dart]");
26637
26637
  A.updateCanonicalizeContextPrototype();
26638
26638
  A.updateSourceSpanPrototype();
26639
26639
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -31584,7 +31584,7 @@ self.util = _cliPkgRequires.util;
31584
31584
  switch ($async$goto) {
31585
31585
  case 0:
31586
31586
  // Function start
31587
- $async$returnValue = "1.77.2 compiled with dart2js 3.4.0";
31587
+ $async$returnValue = "1.77.3 compiled with dart2js 3.4.2";
31588
31588
  // goto return
31589
31589
  $async$goto = 1;
31590
31590
  break;
@@ -49489,7 +49489,7 @@ self.util = _cliPkgRequires.util;
49489
49489
  }
49490
49490
  try {
49491
49491
  argVersion = A.Version_Version$parse(id);
49492
- sassVersion = A.Version_Version$parse("1.77.2");
49492
+ sassVersion = A.Version_Version$parse("1.77.3");
49493
49493
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
49494
49494
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
49495
49495
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -57108,7 +57108,7 @@ self.util = _cliPkgRequires.util;
57108
57108
  t5 = flagStart.position;
57109
57109
  t6 = new A._FileSpan(t4, t5, endPosition);
57110
57110
  t6._FileSpan$3(t4, t5, endPosition);
57111
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_4uL, string$.x21defau, t6, null);
57111
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_zrt, string$.x21defau, t6, null);
57112
57112
  }
57113
57113
  guarded = true;
57114
57114
  break $label0$0;
@@ -57127,7 +57127,7 @@ self.util = _cliPkgRequires.util;
57127
57127
  t5 = flagStart.position;
57128
57128
  t6 = new A._FileSpan(t4, t5, endPosition);
57129
57129
  t6._FileSpan$3(t4, t5, endPosition);
57130
- A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_4uL, string$.x21globas, t6, null);
57130
+ A.WarnForDeprecation_warnForDeprecation(t3, B.Deprecation_zrt, string$.x21globas, t6, null);
57131
57131
  }
57132
57132
  global = true;
57133
57133
  break $label0$0;
@@ -90131,7 +90131,7 @@ self.util = _cliPkgRequires.util;
90131
90131
  break;
90132
90132
  case 11:
90133
90133
  // then
90134
- A.WarnForDeprecation_warnForDeprecation0($async$self._async_import_cache0$_logger, B.Deprecation_jBa, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, null, null);
90134
+ 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);
90135
90135
  // goto join
90136
90136
  $async$goto = 12;
90137
90137
  break;
@@ -100744,7 +100744,7 @@ self.util = _cliPkgRequires.util;
100744
100744
  if (result == null)
100745
100745
  return new A._Record_2(_null, cacheable);
100746
100746
  if (result.get$scheme() === "")
100747
- A.WarnForDeprecation_warnForDeprecation0(this._import_cache$_logger, B.Deprecation_jBa, "Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2e_Rela, _null, _null);
100747
+ 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);
100748
100748
  else if (importer.isNonCanonicalScheme$1(result.get$scheme()))
100749
100749
  throw A.wrapException("Importer " + importer.toString$0(0) + " canonicalized " + url.toString$0(0) + " to " + result.toString$0(0) + string$.x2c_whicu);
100750
100750
  return new A._Record_2(new A._Record_3_originalUrl(importer, result, url), cacheable);
@@ -110977,7 +110977,7 @@ self.util = _cliPkgRequires.util;
110977
110977
  t5 = flagStart.position;
110978
110978
  t6 = new A._FileSpan(t4, t5, endPosition);
110979
110979
  t6._FileSpan$3(t4, t5, endPosition);
110980
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_c2q, string$.x21defau, t6, null);
110980
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_iXE, string$.x21defau, t6, null);
110981
110981
  }
110982
110982
  guarded = true;
110983
110983
  break $label0$0;
@@ -110996,7 +110996,7 @@ self.util = _cliPkgRequires.util;
110996
110996
  t5 = flagStart.position;
110997
110997
  t6 = new A._FileSpan(t4, t5, endPosition);
110998
110998
  t6._FileSpan$3(t4, t5, endPosition);
110999
- A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_c2q, string$.x21globas, t6, null);
110999
+ A.WarnForDeprecation_warnForDeprecation0(t3, B.Deprecation_iXE, string$.x21globas, t6, null);
111000
111000
  }
111001
111001
  global = true;
111002
111002
  break $label0$0;
@@ -117384,7 +117384,6 @@ self.util = _cliPkgRequires.util;
117384
117384
  B.Deprecation_2Vk = new A.Deprecation("strict-unary", "1.55.0", false, "strictUnary");
117385
117385
  B.Deprecation_2jN = new A.Deprecation("function-units", "1.56.0", false, "functionUnits");
117386
117386
  B.Deprecation_2nU = new A.Deprecation("new-global", "1.17.2", false, "newGlobal");
117387
- B.Deprecation_4uL = new A.Deprecation("duplicate-var-flags", "1.62.0", false, "duplicateVariableFlags");
117388
117387
  B.Deprecation_5pG = new A.Deprecation0("bogus-combinators", "1.54.0", "Leading, trailing, and repeated combinators.", false, "bogusCombinators");
117389
117388
  B.Deprecation_Agq = new A.Deprecation0("calc-interp", null, null, false, "calcInterp");
117390
117389
  B.Deprecation_B4v = new A.Deprecation("fs-importer-cwd", "1.73.0", false, "fsImporterCwd");
@@ -117397,13 +117396,13 @@ self.util = _cliPkgRequires.util;
117397
117396
  B.Deprecation_Iit = new A.Deprecation0("moz-document", "1.7.2", "@-moz-document.", false, "mozDocument");
117398
117397
  B.Deprecation_JeE = new A.Deprecation("user-authored", null, false, "userAuthored");
117399
117398
  B.Deprecation_MMc = new A.Deprecation0("call-string", "0.0.0", "Passing a string directly to meta.call().", false, "callString");
117399
+ B.Deprecation_Ssf = new A.Deprecation0("relative-canonical", "1.14.2", "Imports using relative canonical URLs.", false, "relativeCanonical");
117400
117400
  B.Deprecation_W6Z = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", false, "newGlobal");
117401
- B.Deprecation_c2q = new A.Deprecation0("duplicate-var-flags", "1.62.0", "Using !default or !global multiple times for one variable.", false, "duplicateVariableFlags");
117402
117401
  B.Deprecation_gkc = new A.Deprecation("call-string", "0.0.0", false, "callString");
117403
117402
  B.Deprecation_iDZ = new A.Deprecation("color-module-compat", "1.23.0", false, "colorModuleCompat");
117403
+ B.Deprecation_iXE = new A.Deprecation0("duplicate-var-flags", "1.62.0", "Using !default or !global multiple times for one variable.", false, "duplicateVarFlags");
117404
117404
  B.Deprecation_ido = new A.Deprecation("bogus-combinators", "1.54.0", false, "bogusCombinators");
117405
117405
  B.Deprecation_import_null_true_import = new A.Deprecation("import", null, true, "import");
117406
- B.Deprecation_jBa = new A.Deprecation0("relative-canonical", "1.14.2", null, false, "relativeCanonical");
117407
117406
  B.Deprecation_jYb = new A.Deprecation0("abs-percent", "1.65.0", "Passing percentages to the Sass abs() function.", false, "absPercent");
117408
117407
  B.Deprecation_kmo = new A.Deprecation0("fs-importer-cwd", "1.73.0", "Using the current working directory as an implicit load path.", false, "fsImporterCwd");
117409
117408
  B.Deprecation_oCX = new A.Deprecation0("function-units", "1.56.0", "Passing invalid units to built-in functions.", false, "functionUnits");
@@ -117415,6 +117414,7 @@ self.util = _cliPkgRequires.util;
117415
117414
  B.Deprecation_uNF = new A.Deprecation("moz-document", "1.7.2", false, "mozDocument");
117416
117415
  B.Deprecation_woc = new A.Deprecation0("strict-unary", "1.55.0", "Ambiguous + and - operators.", false, "strictUnary");
117417
117416
  B.Deprecation_xw8 = new A.Deprecation0("elseif", "1.3.2", "@elseif.", false, "elseif");
117417
+ B.Deprecation_zrt = new A.Deprecation("duplicate-var-flags", "1.62.0", false, "duplicateVarFlags");
117418
117418
  B.Duration_0 = new A.Duration(0);
117419
117419
  B.ExtendMode_allTargets_allTargets = new A.ExtendMode("allTargets", "allTargets");
117420
117420
  B.ExtendMode_allTargets_allTargets0 = new A.ExtendMode0("allTargets", "allTargets");
@@ -117454,11 +117454,10 @@ self.util = _cliPkgRequires.util;
117454
117454
  B.List_GVy = A._setArrayType(makeConstList([0, 0, 26624, 1023, 65534, 2047, 65534, 2047]), type$.JSArray_int);
117455
117455
  B.List_M2I0 = A._setArrayType(makeConstList([0, 0, 32722, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_int);
117456
117456
  B.List_M2I = A._setArrayType(makeConstList([0, 0, 65490, 12287, 65535, 34815, 65534, 18431]), type$.JSArray_int);
117457
- B.List_VOY = A._setArrayType(makeConstList([0, 0, 32776, 33792, 1, 10240, 0, 0]), type$.JSArray_int);
117458
117457
  B.Deprecation_gQW = new A.Deprecation("null-alpha", "1.62.3", false, "nullAlpha");
117459
117458
  B.Deprecation_ErI = new A.Deprecation("calc-interp", null, false, "calcInterp");
117460
- B.List_Zyt = 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_GFc, B.Deprecation_4uL, B.Deprecation_gQW, B.Deprecation_B4v, B.Deprecation_HJ0, B.Deprecation_ErI, B.Deprecation_import_null_true_import, B.Deprecation_JeE]), A.findType("JSArray<Deprecation>"));
117461
- B.List_e7f = A._setArrayType(makeConstList([B.Deprecation_MMc, B.Deprecation_xw8, B.Deprecation_Iit, B.Deprecation_jBa, B.Deprecation_W6Z, B.Deprecation_EfO, B.Deprecation_E8a, B.Deprecation_5pG, B.Deprecation_woc, B.Deprecation_oCX, B.Deprecation_jYb, B.Deprecation_c2q, B.Deprecation_omH, B.Deprecation_kmo, B.Deprecation_qBS, B.Deprecation_Agq, B.Deprecation_qd9, B.Deprecation_oty]), A.findType("JSArray<Deprecation0>"));
117459
+ B.List_V43 = 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_import_null_true_import, B.Deprecation_JeE, B.Deprecation_ErI]), A.findType("JSArray<Deprecation>"));
117460
+ B.List_VOY = A._setArrayType(makeConstList([0, 0, 32776, 33792, 1, 10240, 0, 0]), type$.JSArray_int);
117462
117461
  B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_Argument);
117463
117462
  B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_Argument_2);
117464
117463
  B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
@@ -117486,6 +117485,7 @@ self.util = _cliPkgRequires.util;
117486
117485
  B.List_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_Value_2);
117487
117486
  B.List_empty4 = A._setArrayType(makeConstList([]), type$.JSArray_int);
117488
117487
  B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_dynamic);
117488
+ B.List_jM9 = 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_qd9, B.Deprecation_oty, B.Deprecation_Agq]), A.findType("JSArray<Deprecation0>"));
117489
117489
  B.List_kUZ = A._setArrayType(makeConstList([B.CalculationOperator_g2q0, B.CalculationOperator_CxF0, B.CalculationOperator_1710, B.CalculationOperator_Qf10]), A.findType("JSArray<CalculationOperator0>"));
117490
117490
  B.List_oyU = A._setArrayType(makeConstList([0, 0, 27858, 1023, 65534, 51199, 65535, 32767]), type$.JSArray_int);
117491
117491
  B.List_piR = A._setArrayType(makeConstList([0, 0, 24576, 1023, 65534, 34815, 65534, 18431]), type$.JSArray_int);
@@ -118085,7 +118085,7 @@ self.util = _cliPkgRequires.util;
118085
118085
  var _i, deprecation, t2,
118086
118086
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
118087
118087
  for (_i = 0; _i < 18; ++_i) {
118088
- deprecation = B.List_e7f[_i];
118088
+ deprecation = B.List_jM9[_i];
118089
118089
  if (deprecation !== B.Deprecation_Agq) {
118090
118090
  t2 = deprecation.id;
118091
118091
  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)});
@@ -5,22 +5,25 @@
5
5
  * `fatalDeprecations`, `futureDeprecations`, or `silenceDeprecations`.
6
6
  */
7
7
  export interface Deprecations {
8
+ // START AUTOGENERATED LIST
9
+ // Checksum: 22d9bdbe92eb39b3c0d6d64ebe1879a431c0037e
10
+
8
11
  /**
9
- * Deprecation for passing a string to `call` instead of using `get-function`.
12
+ * Deprecation for passing a string directly to meta.call().
10
13
  *
11
- * This deprecation has been active in all versions of Dart Sass.
14
+ * This deprecation was active in the first version of Dart Sass.
12
15
  */
13
16
  'call-string': Deprecation<'call-string'>;
14
17
 
15
18
  /**
16
- * Deprecation for `@elseif`.
19
+ * Deprecation for @elseif.
17
20
  *
18
21
  * This deprecation became active in Dart Sass 1.3.2.
19
22
  */
20
23
  elseif: Deprecation<'elseif'>;
21
24
 
22
25
  /**
23
- * Deprecation for parsing `@-moz-document`.
26
+ * Deprecation for @-moz-document.
24
27
  *
25
28
  * This deprecation became active in Dart Sass 1.7.2.
26
29
  */
@@ -29,27 +32,26 @@ export interface Deprecations {
29
32
  /**
30
33
  * Deprecation for imports using relative canonical URLs.
31
34
  *
32
- * This deprecation became active in Dart Sass 1.17.2.
35
+ * This deprecation became active in Dart Sass 1.14.2.
33
36
  */
34
37
  'relative-canonical': Deprecation<'relative-canonical'>;
35
38
 
36
39
  /**
37
- * Deprecation for declaring new variables with `!global`.
40
+ * Deprecation for declaring new variables with !global.
38
41
  *
39
42
  * This deprecation became active in Dart Sass 1.17.2.
40
43
  */
41
44
  'new-global': Deprecation<'new-global'>;
42
45
 
43
46
  /**
44
- * Deprecation for using color module functions in place of plain CSS
45
- * functions.
47
+ * Deprecation for using color module functions in place of plain CSS functions.
46
48
  *
47
49
  * This deprecation became active in Dart Sass 1.23.0.
48
50
  */
49
51
  'color-module-compat': Deprecation<'color-module-compat'>;
50
52
 
51
53
  /**
52
- * Deprecation for treating `/` as division.
54
+ * Deprecation for / operator for division.
53
55
  *
54
56
  * This deprecation became active in Dart Sass 1.33.0.
55
57
  */
@@ -63,22 +65,21 @@ export interface Deprecations {
63
65
  'bogus-combinators': Deprecation<'bogus-combinators'>;
64
66
 
65
67
  /**
66
- * Deprecation for ambiguous `+` and `-` operators.
68
+ * Deprecation for ambiguous + and - operators.
67
69
  *
68
70
  * This deprecation became active in Dart Sass 1.55.0.
69
71
  */
70
72
  'strict-unary': Deprecation<'strict-unary'>;
71
73
 
72
74
  /**
73
- * Deprecation for passing invalid units to certain built-in functions.
75
+ * Deprecation for passing invalid units to built-in functions.
74
76
  *
75
77
  * This deprecation became active in Dart Sass 1.56.0.
76
78
  */
77
79
  'function-units': Deprecation<'function-units'>;
78
80
 
79
81
  /**
80
- * Deprecation for using `!default` or `!global` multiple times for one
81
- * variable.
82
+ * Deprecation for using !default or !global multiple times for one variable.
82
83
  *
83
84
  * This deprecation became active in Dart Sass 1.62.0.
84
85
  */
@@ -92,34 +93,35 @@ export interface Deprecations {
92
93
  'null-alpha': Deprecation<'null-alpha'>;
93
94
 
94
95
  /**
95
- * Deprecation for passing percentages to the Sass `abs()` function.
96
+ * Deprecation for passing percentages to the Sass abs() function.
96
97
  *
97
98
  * This deprecation became active in Dart Sass 1.65.0.
98
99
  */
99
100
  'abs-percent': Deprecation<'abs-percent'>;
100
101
 
101
102
  /**
102
- * Deprecation for using the current working directory as an implicit load
103
- * path.
103
+ * Deprecation for using the current working directory as an implicit load path.
104
104
  *
105
105
  * This deprecation became active in Dart Sass 1.73.0.
106
106
  */
107
107
  'fs-importer-cwd': Deprecation<'fs-importer-cwd'>;
108
108
 
109
109
  /**
110
- * Deprecation for function and mixin names beginning with `--`.
110
+ * Deprecation for function and mixin names beginning with --.
111
111
  *
112
112
  * This deprecation became active in Dart Sass 1.76.0.
113
113
  */
114
114
  'css-function-mixin': Deprecation<'css-function-mixin'>;
115
115
 
116
116
  /**
117
- * Deprecation for `@import` rules.
117
+ * Deprecation for @import rules.
118
118
  *
119
119
  * This deprecation is not yet active, but will be soon.
120
120
  */
121
121
  import: Deprecation<'import'>;
122
122
 
123
+ // END AUTOGENERATED LIST
124
+
123
125
  /**
124
126
  * Used for any user-emitted deprecation warnings.
125
127
  */