sass 1.94.1 → 1.94.2

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 +24 -6
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":"^4.0.0","immutable":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"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.94.1","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":"^4.0.0","immutable":"^5.0.2","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"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.94.2","bin":{"sass":"sass.js"},"main":"sass.node.js"}
package/sass.dart.js CHANGED
@@ -130,7 +130,7 @@ self.fs = _cliPkgRequires.fs;
130
130
  self.nodeModule = _cliPkgRequires.nodeModule;
131
131
  self.stream = _cliPkgRequires.stream;
132
132
  self.util = _cliPkgRequires.util;
133
- // Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.10.0.
133
+ // Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.10.1.
134
134
  // The code supports the following hooks:
135
135
  // dartPrint(message):
136
136
  // if this function is defined it is called instead of the Dart [print]
@@ -10534,7 +10534,16 @@ self.util = _cliPkgRequires.util;
10534
10534
  $self = deprecation._deprecatedIn;
10535
10535
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
10536
10536
  t3 = t3 == null ? null : t2.call$1(t3);
10537
- if (t3 == null ? false : t3)
10537
+ if (t3 == null ? false : t3) {
10538
+ $self = deprecation._obsoleteIn;
10539
+ if ($self == null)
10540
+ t3 = null;
10541
+ else
10542
+ t3 = A.Version___parse_tearOff($self);
10543
+ t3 = t3 == null;
10544
+ } else
10545
+ t3 = false;
10546
+ if (t3)
10538
10547
  t1.add$1(0, deprecation);
10539
10548
  }
10540
10549
  return t1;
@@ -25597,7 +25606,16 @@ self.util = _cliPkgRequires.util;
25597
25606
  $self = deprecation._deprecation$_deprecatedIn;
25598
25607
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
25599
25608
  t3 = t3 == null ? null : t2.call$1(t3);
25600
- if (t3 == null ? false : t3)
25609
+ if (t3 == null ? false : t3) {
25610
+ $self = deprecation._deprecation$_obsoleteIn;
25611
+ if ($self == null)
25612
+ t3 = null;
25613
+ else
25614
+ t3 = A.Version___parse_tearOff($self);
25615
+ t3 = t3 == null;
25616
+ } else
25617
+ t3 = false;
25618
+ if (t3)
25601
25619
  t1.add$1(0, deprecation);
25602
25620
  }
25603
25621
  return t1;
@@ -28636,7 +28654,7 @@ self.util = _cliPkgRequires.util;
28636
28654
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28637
28655
  J.set$Version$x(self.exports, $.$get$versionClass());
28638
28656
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28639
- J.set$info$x(self.exports, "dart-sass\t1.94.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.0\t(Dart Compiler)\t[Dart]");
28657
+ J.set$info$x(self.exports, "dart-sass\t1.94.2\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.1\t(Dart Compiler)\t[Dart]");
28640
28658
  A.updateCanonicalizeContextPrototype();
28641
28659
  A.updateSourceSpanPrototype();
28642
28660
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -33898,7 +33916,7 @@ self.util = _cliPkgRequires.util;
33898
33916
  switch ($async$goto) {
33899
33917
  case 0:
33900
33918
  // Function start
33901
- $async$returnValue = "1.94.1 compiled with dart2js 3.10.0";
33919
+ $async$returnValue = "1.94.2 compiled with dart2js 3.10.1";
33902
33920
  // goto return
33903
33921
  $async$goto = 1;
33904
33922
  break;
@@ -52191,7 +52209,7 @@ self.util = _cliPkgRequires.util;
52191
52209
  }
52192
52210
  try {
52193
52211
  argVersion = A.Version_Version$parse(id);
52194
- sassVersion = A.Version_Version$parse("1.94.1");
52212
+ sassVersion = A.Version_Version$parse("1.94.2");
52195
52213
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
52196
52214
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
52197
52215
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));