sass 1.80.6 → 1.80.7
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 +1 -1
- package/sass.dart.js +3 -3
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":"^
|
|
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.80.7","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -28558,7 +28558,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28558
28558
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28559
28559
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28560
28560
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28561
|
-
J.set$info$x(self.exports, "dart-sass\t1.80.
|
|
28561
|
+
J.set$info$x(self.exports, "dart-sass\t1.80.7\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.4\t(Dart Compiler)\t[Dart]");
|
|
28562
28562
|
A.updateCanonicalizeContextPrototype();
|
|
28563
28563
|
A.updateSourceSpanPrototype();
|
|
28564
28564
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33659,7 +33659,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33659
33659
|
switch ($async$goto) {
|
|
33660
33660
|
case 0:
|
|
33661
33661
|
// Function start
|
|
33662
|
-
$async$returnValue = "1.80.
|
|
33662
|
+
$async$returnValue = "1.80.7 compiled with dart2js 3.5.4";
|
|
33663
33663
|
// goto return
|
|
33664
33664
|
$async$goto = 1;
|
|
33665
33665
|
break;
|
|
@@ -51827,7 +51827,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51827
51827
|
}
|
|
51828
51828
|
try {
|
|
51829
51829
|
argVersion = A.Version_Version$parse(id);
|
|
51830
|
-
sassVersion = A.Version_Version$parse("1.80.
|
|
51830
|
+
sassVersion = A.Version_Version$parse("1.80.7");
|
|
51831
51831
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51832
51832
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51833
51833
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|