sass 1.101.6 → 1.102.0
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 +7 -11
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":">=20.19.0"},"dependencies":{"chokidar":"^5.0.0","immutable":"^5.1.5","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"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":">=20.19.0"},"dependencies":{"chokidar":"^5.0.0","immutable":"^5.1.5","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.102.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -29107,7 +29107,7 @@ self.util = _cliPkgRequires.util;
|
|
|
29107
29107
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
29108
29108
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
29109
29109
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
29110
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
29110
|
+
J.set$info$x(self.exports, "dart-sass\t1.102.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.12.2\t(Dart Compiler)\t[Dart]");
|
|
29111
29111
|
A.updateCanonicalizeContextPrototype();
|
|
29112
29112
|
A.updateSourceSpanPrototype();
|
|
29113
29113
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -34311,7 +34311,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34311
34311
|
switch ($async$goto) {
|
|
34312
34312
|
case 0:
|
|
34313
34313
|
// Function start
|
|
34314
|
-
$async$returnValue = "1.
|
|
34314
|
+
$async$returnValue = "1.102.0 compiled with dart2js 3.12.2";
|
|
34315
34315
|
// goto return
|
|
34316
34316
|
$async$goto = 1;
|
|
34317
34317
|
break;
|
|
@@ -52907,7 +52907,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52907
52907
|
}
|
|
52908
52908
|
try {
|
|
52909
52909
|
argVersion = A.Version_Version$parse(id);
|
|
52910
|
-
sassVersion = A.Version_Version$parse("1.
|
|
52910
|
+
sassVersion = A.Version_Version$parse("1.102.0");
|
|
52911
52911
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52912
52912
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52913
52913
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -67599,12 +67599,10 @@ self.util = _cliPkgRequires.util;
|
|
|
67599
67599
|
return true;
|
|
67600
67600
|
},
|
|
67601
67601
|
toLinear$1(channel) {
|
|
67602
|
-
|
|
67603
|
-
return abs < 0.08124285829863151 ? channel / 4.5 : J.get$sign$in(channel) * Math.pow((abs + 1.09929682680944 - 1) / 1.09929682680944, 2.2222222222222223);
|
|
67602
|
+
return J.get$sign$in(channel) * Math.pow(Math.abs(channel), 2.4);
|
|
67604
67603
|
},
|
|
67605
67604
|
fromLinear$1(channel) {
|
|
67606
|
-
|
|
67607
|
-
return abs > 0.018053968510807 ? J.get$sign$in(channel) * (1.09929682680944 * Math.pow(abs, 0.45) - 0.09929682680944008) : 4.5 * channel;
|
|
67605
|
+
return J.get$sign$in(channel) * Math.pow(Math.abs(channel), 0.4166666666666667);
|
|
67608
67606
|
},
|
|
67609
67607
|
transformationMatrix$1(dest) {
|
|
67610
67608
|
var t1;
|
|
@@ -118876,12 +118874,10 @@ self.util = _cliPkgRequires.util;
|
|
|
118876
118874
|
return true;
|
|
118877
118875
|
},
|
|
118878
118876
|
toLinear$1(channel) {
|
|
118879
|
-
|
|
118880
|
-
return abs < 0.08124285829863151 ? channel / 4.5 : J.get$sign$in(channel) * Math.pow((abs + 1.09929682680944 - 1) / 1.09929682680944, 2.2222222222222223);
|
|
118877
|
+
return J.get$sign$in(channel) * Math.pow(Math.abs(channel), 2.4);
|
|
118881
118878
|
},
|
|
118882
118879
|
fromLinear$1(channel) {
|
|
118883
|
-
|
|
118884
|
-
return abs > 0.018053968510807 ? J.get$sign$in(channel) * (1.09929682680944 * Math.pow(abs, 0.45) - 0.09929682680944008) : 4.5 * channel;
|
|
118880
|
+
return J.get$sign$in(channel) * Math.pow(Math.abs(channel), 0.4166666666666667);
|
|
118885
118881
|
},
|
|
118886
118882
|
transformationMatrix$1(dest) {
|
|
118887
118883
|
var t1;
|