sass 1.92.1 → 1.93.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 +8 -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":"^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.93.0","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -130,7 +130,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
130
130
|
self.nodeModule = _cliPkgRequires.nodeModule;
|
|
131
131
|
self.stream = _cliPkgRequires.stream;
|
|
132
132
|
self.util = _cliPkgRequires.util;
|
|
133
|
-
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.9.
|
|
133
|
+
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.9.3.
|
|
134
134
|
// The code supports the following hooks:
|
|
135
135
|
// dartPrint(message):
|
|
136
136
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -28428,7 +28428,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28428
28428
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28429
28429
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28430
28430
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28431
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
28431
|
+
J.set$info$x(self.exports, "dart-sass\t1.93.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.9.3\t(Dart Compiler)\t[Dart]");
|
|
28432
28432
|
A.updateCanonicalizeContextPrototype();
|
|
28433
28433
|
A.updateSourceSpanPrototype();
|
|
28434
28434
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33585,7 +33585,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33585
33585
|
switch ($async$goto) {
|
|
33586
33586
|
case 0:
|
|
33587
33587
|
// Function start
|
|
33588
|
-
$async$returnValue = "1.
|
|
33588
|
+
$async$returnValue = "1.93.0 compiled with dart2js 3.9.3";
|
|
33589
33589
|
// goto return
|
|
33590
33590
|
$async$goto = 1;
|
|
33591
33591
|
break;
|
|
@@ -51882,7 +51882,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51882
51882
|
}
|
|
51883
51883
|
try {
|
|
51884
51884
|
argVersion = A.Version_Version$parse(id);
|
|
51885
|
-
sassVersion = A.Version_Version$parse("1.
|
|
51885
|
+
sassVersion = A.Version_Version$parse("1.93.0");
|
|
51886
51886
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51887
51887
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51888
51888
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -76232,6 +76232,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76232
76232
|
return this._async_evaluate$_visitor._async_evaluate$_addChild$1(node);
|
|
76233
76233
|
},
|
|
76234
76234
|
visitCssDeclaration$1(node) {
|
|
76235
|
+
return this._async_evaluate$_visitor._async_evaluate$_addChild$1(node);
|
|
76235
76236
|
},
|
|
76236
76237
|
visitCssImport$1(node) {
|
|
76237
76238
|
var t2,
|
|
@@ -80449,6 +80450,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80449
80450
|
return this._visitor._addChild$1(node);
|
|
80450
80451
|
},
|
|
80451
80452
|
visitCssDeclaration$1(node) {
|
|
80453
|
+
return this._visitor._addChild$1(node);
|
|
80452
80454
|
},
|
|
80453
80455
|
visitCssImport$1(node) {
|
|
80454
80456
|
var t2,
|
|
@@ -94878,6 +94880,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94878
94880
|
return this._async_evaluate0$_visitor._async_evaluate0$_addChild$1(node);
|
|
94879
94881
|
},
|
|
94880
94882
|
visitCssDeclaration$1(node) {
|
|
94883
|
+
return this._async_evaluate0$_visitor._async_evaluate0$_addChild$1(node);
|
|
94881
94884
|
},
|
|
94882
94885
|
visitCssImport$1(node) {
|
|
94883
94886
|
var t2,
|
|
@@ -104878,6 +104881,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104878
104881
|
return this._evaluate0$_visitor._evaluate0$_addChild$1(node);
|
|
104879
104882
|
},
|
|
104880
104883
|
visitCssDeclaration$1(node) {
|
|
104884
|
+
return this._evaluate0$_visitor._evaluate0$_addChild$1(node);
|
|
104881
104885
|
},
|
|
104882
104886
|
visitCssImport$1(node) {
|
|
104883
104887
|
var t2,
|