sass 1.88.0 → 1.89.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 -5
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":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^5.0.2","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":">=14.0.0"},"dependencies":{"chokidar":"^4.0.0","immutable":"^5.0.2","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.89.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -28609,7 +28609,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28609
28609
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28610
28610
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28611
28611
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28612
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
28612
|
+
J.set$info$x(self.exports, "dart-sass\t1.89.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.3\t(Dart Compiler)\t[Dart]");
|
|
28613
28613
|
A.updateCanonicalizeContextPrototype();
|
|
28614
28614
|
A.updateSourceSpanPrototype();
|
|
28615
28615
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33781,7 +33781,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33781
33781
|
switch ($async$goto) {
|
|
33782
33782
|
case 0:
|
|
33783
33783
|
// Function start
|
|
33784
|
-
$async$returnValue = "1.
|
|
33784
|
+
$async$returnValue = "1.89.0 compiled with dart2js 3.7.3";
|
|
33785
33785
|
// goto return
|
|
33786
33786
|
$async$goto = 1;
|
|
33787
33787
|
break;
|
|
@@ -52001,7 +52001,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52001
52001
|
}
|
|
52002
52002
|
try {
|
|
52003
52003
|
argVersion = A.Version_Version$parse(id);
|
|
52004
|
-
sassVersion = A.Version_Version$parse("1.
|
|
52004
|
+
sassVersion = A.Version_Version$parse("1.89.0");
|
|
52005
52005
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52006
52006
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52007
52007
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -56197,7 +56197,8 @@ self.util = _cliPkgRequires.util;
|
|
|
56197
56197
|
if (type$.Map_String_dynamic._is(exports) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure()) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure0()))
|
|
56198
56198
|
throw A.wrapException("`exports` in " + packageName + string$.x20can_n + J.map$1$1$ax(J.get$keys$z(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure1(), type$.String).join$1(0, ",") + " in " + A.join(packageRoot, "package.json", null) + ".");
|
|
56199
56199
|
t1 = type$.NonNullsIterable_String;
|
|
56200
|
-
|
|
56200
|
+
t1 = A.LinkedHashSet_LinkedHashSet$of(new A.NonNullsIterable(new A.MappedListIterable(subpathVariants, new A.NodePackageImporter__nodePackageExportsResolve_closure2(this, exports, packageRoot), A._arrayInstanceType(subpathVariants)._eval$1("MappedListIterable<1,String?>")), t1), t1._eval$1("Iterable.E"));
|
|
56201
|
+
matches = A.List_List$of(t1, true, A._instanceType(t1)._precomputed1);
|
|
56201
56202
|
$label0$1: {
|
|
56202
56203
|
_1_1 = matches.length;
|
|
56203
56204
|
if (_1_1 === 1) {
|
|
@@ -111276,7 +111277,8 @@ self.util = _cliPkgRequires.util;
|
|
|
111276
111277
|
if (type$.Map_String_dynamic._is(exports) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure3()) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure4()))
|
|
111277
111278
|
throw A.wrapException("`exports` in " + packageName + string$.x20can_n + J.map$1$1$ax(J.get$keys$z(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure5(), type$.String).join$1(0, ",") + " in " + A.join(packageRoot, "package.json", null) + ".");
|
|
111278
111279
|
t1 = type$.NonNullsIterable_String;
|
|
111279
|
-
|
|
111280
|
+
t1 = A.LinkedHashSet_LinkedHashSet$of(new A.NonNullsIterable(new A.MappedListIterable(subpathVariants, new A.NodePackageImporter__nodePackageExportsResolve_closure6(this, exports, packageRoot), A._arrayInstanceType(subpathVariants)._eval$1("MappedListIterable<1,String?>")), t1), t1._eval$1("Iterable.E"));
|
|
111281
|
+
matches = A.List_List$of(t1, true, A._instanceType(t1)._precomputed1);
|
|
111280
111282
|
$label0$1: {
|
|
111281
111283
|
_1_1 = matches.length;
|
|
111282
111284
|
if (_1_1 === 1) {
|