sass 1.80.0 → 1.80.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sass.dart.js +7 -7
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":{"@parcel/watcher":"^2.4.1","chokidar":"^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.80.0","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":{"@parcel/watcher":"^2.4.1","chokidar":"^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.80.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -10442,7 +10442,7 @@ self.util = _cliPkgRequires.util;
10442
10442
  t3.addAll$1(0, fatalDeprecations);
10443
10443
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
10444
10444
  t4.addAll$1(0, futureDeprecations);
10445
- return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
10445
+ return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
10446
10446
  },
10447
10447
  AsyncImportCache: function AsyncImportCache(t0, t1, t2, t3, t4, t5, t6) {
10448
10448
  var _ = this;
@@ -14243,7 +14243,7 @@ self.util = _cliPkgRequires.util;
14243
14243
  t3.addAll$1(0, fatalDeprecations);
14244
14244
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
14245
14245
  t4.addAll$1(0, futureDeprecations);
14246
- return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
14246
+ return new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
14247
14247
  },
14248
14248
  ImportCache: function ImportCache(t0, t1, t2, t3, t4, t5, t6) {
14249
14249
  var _ = this;
@@ -21544,7 +21544,7 @@ self.util = _cliPkgRequires.util;
21544
21544
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
21545
21545
  if (futureDeprecations != null)
21546
21546
  t4.addAll$1(0, futureDeprecations);
21547
- return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
21547
+ return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
21548
21548
  },
21549
21549
  AsyncImportCache0: function AsyncImportCache0(t0, t1, t2, t3, t4, t5, t6) {
21550
21550
  var _ = this;
@@ -28109,7 +28109,7 @@ self.util = _cliPkgRequires.util;
28109
28109
  t4 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
28110
28110
  if (futureDeprecations != null)
28111
28111
  t4.addAll$1(0, futureDeprecations);
28112
- return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, false);
28112
+ return new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, true);
28113
28113
  },
28114
28114
  ImportCache0: function ImportCache0(t0, t1, t2, t3, t4, t5, t6) {
28115
28115
  var _ = this;
@@ -28446,7 +28446,7 @@ self.util = _cliPkgRequires.util;
28446
28446
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28447
28447
  J.set$Version$x(self.exports, $.$get$versionClass());
28448
28448
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
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]");
28449
+ J.set$info$x(self.exports, "dart-sass\t1.80.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28450
28450
  A.updateCanonicalizeContextPrototype();
28451
28451
  A.updateSourceSpanPrototype();
28452
28452
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -33650,7 +33650,7 @@ self.util = _cliPkgRequires.util;
33650
33650
  switch ($async$goto) {
33651
33651
  case 0:
33652
33652
  // Function start
33653
- $async$returnValue = "1.80.0 compiled with dart2js 3.5.3";
33653
+ $async$returnValue = "1.80.1 compiled with dart2js 3.5.3";
33654
33654
  // goto return
33655
33655
  $async$goto = 1;
33656
33656
  break;
@@ -51822,7 +51822,7 @@ self.util = _cliPkgRequires.util;
51822
51822
  }
51823
51823
  try {
51824
51824
  argVersion = A.Version_Version$parse(id);
51825
- sassVersion = A.Version_Version$parse("1.80.0");
51825
+ sassVersion = A.Version_Version$parse("1.80.1");
51826
51826
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51827
51827
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51828
51828
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));