sass 1.45.1 → 1.45.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 +4 -4
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":">=8.9.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.45.
|
|
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":">=8.9.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.45.2","bin":{"sass":"sass.js"},"main":"sass.default.dart.js","exports":{"default":"./sass.default.dart.js"}}
|
package/sass.dart.js
CHANGED
|
@@ -20773,7 +20773,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
20773
20773
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
20774
20774
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
20775
20775
|
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())}});
|
|
20776
|
-
J.set$info$x(self.exports, "dart-sass\t1.45.
|
|
20776
|
+
J.set$info$x(self.exports, "dart-sass\t1.45.2\t(Sass Compiler)\t[Dart]\ndart2js\t2.15.1\t(Dart Compiler)\t[Dart]");
|
|
20777
20777
|
A.updateSourceSpanPrototype();
|
|
20778
20778
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
20779
20779
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -21432,7 +21432,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21432
21432
|
switch ($async$goto) {
|
|
21433
21433
|
case 0:
|
|
21434
21434
|
// Function start
|
|
21435
|
-
$async$returnValue = "1.45.
|
|
21435
|
+
$async$returnValue = "1.45.2 compiled with dart2js 2.15.1";
|
|
21436
21436
|
// goto return
|
|
21437
21437
|
$async$goto = 1;
|
|
21438
21438
|
break;
|
|
@@ -66802,12 +66802,12 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
66802
66802
|
return A.SassArgumentList$0(t1, t3.cast$2$0(0, type$.String, t2), A.jsToDartSeparator(separator));
|
|
66803
66803
|
},
|
|
66804
66804
|
call$3($self, contents, keywords) {
|
|
66805
|
-
return this.call$4($self, contents, keywords,
|
|
66805
|
+
return this.call$4($self, contents, keywords, ",");
|
|
66806
66806
|
},
|
|
66807
66807
|
"call*": "call$4",
|
|
66808
66808
|
$requiredArgCount: 3,
|
|
66809
66809
|
$defaultValues() {
|
|
66810
|
-
return [
|
|
66810
|
+
return [","];
|
|
66811
66811
|
},
|
|
66812
66812
|
$signature: 301
|
|
66813
66813
|
};
|