sass 1.49.8 → 1.49.9
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","version":"1.49.
|
|
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","version":"1.49.9","bin":{"sass":"sass.js"},"main":"sass.default.dart.js","exports":{"default":"./sass.default.dart.js"}}
|
package/sass.dart.js
CHANGED
|
@@ -20800,7 +20800,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
20800
20800
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
20801
20801
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
20802
20802
|
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())}});
|
|
20803
|
-
J.set$info$x(self.exports, "dart-sass\t1.49.
|
|
20803
|
+
J.set$info$x(self.exports, "dart-sass\t1.49.9\t(Sass Compiler)\t[Dart]\ndart2js\t2.16.1\t(Dart Compiler)\t[Dart]");
|
|
20804
20804
|
A.updateSourceSpanPrototype();
|
|
20805
20805
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
20806
20806
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -21459,7 +21459,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21459
21459
|
switch ($async$goto) {
|
|
21460
21460
|
case 0:
|
|
21461
21461
|
// Function start
|
|
21462
|
-
$async$returnValue = "1.49.
|
|
21462
|
+
$async$returnValue = "1.49.9 compiled with dart2js 2.16.1";
|
|
21463
21463
|
// goto return
|
|
21464
21464
|
$async$goto = 1;
|
|
21465
21465
|
break;
|