sass 1.49.0 → 1.49.1
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":">=
|
|
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","bin":{"sass":"sass.js"},"main":"sass.default.dart.js","exports":{"default":"./sass.default.dart.js"}}
|
package/sass.dart.js
CHANGED
|
@@ -20785,7 +20785,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
20785
20785
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
20786
20786
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
20787
20787
|
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())}});
|
|
20788
|
-
J.set$info$x(self.exports, "dart-sass\t1.49.
|
|
20788
|
+
J.set$info$x(self.exports, "dart-sass\t1.49.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.15.1\t(Dart Compiler)\t[Dart]");
|
|
20789
20789
|
A.updateSourceSpanPrototype();
|
|
20790
20790
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
20791
20791
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -21444,7 +21444,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21444
21444
|
switch ($async$goto) {
|
|
21445
21445
|
case 0:
|
|
21446
21446
|
// Function start
|
|
21447
|
-
$async$returnValue = "1.49.
|
|
21447
|
+
$async$returnValue = "1.49.1 compiled with dart2js 2.15.1";
|
|
21448
21448
|
// goto return
|
|
21449
21449
|
$async$goto = 1;
|
|
21450
21450
|
break;
|