sass 1.59.1 → 1.59.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.
- 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":">=12.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","default":"./sass.default.js"},"version":"1.59.
|
|
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":">=12.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","default":"./sass.default.js"},"version":"1.59.2","bin":{"sass":"sass.js"},"main":"sass.default.js"}
|
package/sass.dart.js
CHANGED
|
@@ -21474,7 +21474,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
21474
21474
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21475
21475
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21476
21476
|
J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
|
|
21477
|
-
J.set$info$x(self.exports, "dart-sass\t1.59.
|
|
21477
|
+
J.set$info$x(self.exports, "dart-sass\t1.59.2\t(Sass Compiler)\t[Dart]\ndart2js\t2.19.4\t(Dart Compiler)\t[Dart]");
|
|
21478
21478
|
A.updateSourceSpanPrototype();
|
|
21479
21479
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21480
21480
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -22167,7 +22167,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
22167
22167
|
switch ($async$goto) {
|
|
22168
22168
|
case 0:
|
|
22169
22169
|
// Function start
|
|
22170
|
-
$async$returnValue = "1.59.
|
|
22170
|
+
$async$returnValue = "1.59.2 compiled with dart2js 2.19.4";
|
|
22171
22171
|
// goto return
|
|
22172
22172
|
$async$goto = 1;
|
|
22173
22173
|
break;
|
|
@@ -41898,7 +41898,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
41898
41898
|
else
|
|
41899
41899
|
try {
|
|
41900
41900
|
argVersion = A.Version_Version$parse(id);
|
|
41901
|
-
sassVersion = A.Version_Version$parse("1.59.
|
|
41901
|
+
sassVersion = A.Version_Version$parse("1.59.2");
|
|
41902
41902
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
41903
41903
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
41904
41904
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|