sass 1.58.2 → 1.58.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 +1 -1
- package/sass.dart.js +2 -2
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.dart.js"},"version":"1.58.
|
|
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.dart.js"},"version":"1.58.3","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}
|
package/sass.dart.js
CHANGED
|
@@ -21314,7 +21314,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21314
21314
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21315
21315
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21316
21316
|
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())}});
|
|
21317
|
-
J.set$info$x(self.exports, "dart-sass\t1.58.
|
|
21317
|
+
J.set$info$x(self.exports, "dart-sass\t1.58.3\t(Sass Compiler)\t[Dart]\ndart2js\t2.19.2\t(Dart Compiler)\t[Dart]");
|
|
21318
21318
|
A.updateSourceSpanPrototype();
|
|
21319
21319
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21320
21320
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -22002,7 +22002,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
22002
22002
|
switch ($async$goto) {
|
|
22003
22003
|
case 0:
|
|
22004
22004
|
// Function start
|
|
22005
|
-
$async$returnValue = "1.58.
|
|
22005
|
+
$async$returnValue = "1.58.3 compiled with dart2js 2.19.2";
|
|
22006
22006
|
// goto return
|
|
22007
22007
|
$async$goto = 1;
|
|
22008
22008
|
break;
|