sass 1.64.1 → 1.64.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":">=14.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","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.64.
|
|
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":">=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","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.64.2","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -127,7 +127,7 @@ self.readline = _cliPkgRequires.readline;
|
|
|
127
127
|
self.fs = _cliPkgRequires.fs;
|
|
128
128
|
self.stream = _cliPkgRequires.stream;
|
|
129
129
|
self.util = _cliPkgRequires.util;
|
|
130
|
-
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, deferred-serialization, intern-composite-values), the Dart to JavaScript compiler version: 3.0.
|
|
130
|
+
// Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, deferred-serialization, intern-composite-values), the Dart to JavaScript compiler version: 3.0.7.
|
|
131
131
|
// The code supports the following hooks:
|
|
132
132
|
// dartPrint(message):
|
|
133
133
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -21108,7 +21108,7 @@ self.util = _cliPkgRequires.util;
|
|
|
21108
21108
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21109
21109
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21110
21110
|
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())}});
|
|
21111
|
-
J.set$info$x(self.exports, "dart-sass\t1.64.
|
|
21111
|
+
J.set$info$x(self.exports, "dart-sass\t1.64.2\t(Sass Compiler)\t[Dart]\ndart2js\t3.0.7\t(Dart Compiler)\t[Dart]");
|
|
21112
21112
|
A.updateSourceSpanPrototype();
|
|
21113
21113
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21114
21114
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -22829,7 +22829,7 @@ self.util = _cliPkgRequires.util;
|
|
|
22829
22829
|
switch ($async$goto) {
|
|
22830
22830
|
case 0:
|
|
22831
22831
|
// Function start
|
|
22832
|
-
$async$returnValue = "1.64.
|
|
22832
|
+
$async$returnValue = "1.64.2 compiled with dart2js 3.0.7";
|
|
22833
22833
|
// goto return
|
|
22834
22834
|
$async$goto = 1;
|
|
22835
22835
|
break;
|
|
@@ -42894,7 +42894,7 @@ self.util = _cliPkgRequires.util;
|
|
|
42894
42894
|
else
|
|
42895
42895
|
try {
|
|
42896
42896
|
argVersion = A.Version_Version$parse(id);
|
|
42897
|
-
sassVersion = A.Version_Version$parse("1.64.
|
|
42897
|
+
sassVersion = A.Version_Version$parse("1.64.2");
|
|
42898
42898
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
42899
42899
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
42900
42900
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|