sass 1.92.0 → 1.92.1
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 +55 -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":">=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.92.
|
|
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.92.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -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.92.
|
|
28431
|
+
J.set$info$x(self.exports, "dart-sass\t1.92.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.9.2\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.92.
|
|
33588
|
+
$async$returnValue = "1.92.1 compiled with dart2js 3.9.2";
|
|
33589
33589
|
// goto return
|
|
33590
33590
|
$async$goto = 1;
|
|
33591
33591
|
break;
|
|
@@ -49596,10 +49596,21 @@ self.util = _cliPkgRequires.util;
|
|
|
49596
49596
|
return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
|
|
49597
49597
|
},
|
|
49598
49598
|
toImplicitConfiguration$0() {
|
|
49599
|
-
var t2, t3, t4,
|
|
49599
|
+
var t2, t3, t4, t5, t6, $name, value, i, values, nodes,
|
|
49600
49600
|
t1 = type$.String,
|
|
49601
49601
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
|
|
49602
|
-
for (t2 = this._async_environment$
|
|
49602
|
+
for (t2 = this._async_environment$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value; t2.moveNext$0();) {
|
|
49603
|
+
t4 = t2.__js_helper$_current;
|
|
49604
|
+
for (t5 = A.MapExtensions_get_pairs(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
49605
|
+
t6 = t5.get$current(t5);
|
|
49606
|
+
$name = t6._0;
|
|
49607
|
+
value = t6._1;
|
|
49608
|
+
t6 = t4.get$variableNodes().$index(0, $name);
|
|
49609
|
+
t6.toString;
|
|
49610
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue(value, null, t6));
|
|
49611
|
+
}
|
|
49612
|
+
}
|
|
49613
|
+
for (t2 = this._async_environment$_variables, t4 = this._async_environment$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
49603
49614
|
values = t2[i];
|
|
49604
49615
|
nodes = t4[i];
|
|
49605
49616
|
for (t5 = A.MapExtensions_get_pairs(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
@@ -51000,10 +51011,21 @@ self.util = _cliPkgRequires.util;
|
|
|
51000
51011
|
return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
|
|
51001
51012
|
},
|
|
51002
51013
|
toImplicitConfiguration$0() {
|
|
51003
|
-
var t2, t3, t4,
|
|
51014
|
+
var t2, t3, t4, t5, t6, $name, value, i, values, nodes,
|
|
51004
51015
|
t1 = type$.String,
|
|
51005
51016
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
|
|
51006
|
-
for (t2 = this.
|
|
51017
|
+
for (t2 = this._importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value; t2.moveNext$0();) {
|
|
51018
|
+
t4 = t2.__js_helper$_current;
|
|
51019
|
+
for (t5 = A.MapExtensions_get_pairs(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
51020
|
+
t6 = t5.get$current(t5);
|
|
51021
|
+
$name = t6._0;
|
|
51022
|
+
value = t6._1;
|
|
51023
|
+
t6 = t4.get$variableNodes().$index(0, $name);
|
|
51024
|
+
t6.toString;
|
|
51025
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue(value, null, t6));
|
|
51026
|
+
}
|
|
51027
|
+
}
|
|
51028
|
+
for (t2 = this._variables, t4 = this._variableNodes, i = 0; i < t2.length; ++i) {
|
|
51007
51029
|
values = t2[i];
|
|
51008
51030
|
nodes = t4[i];
|
|
51009
51031
|
for (t5 = A.MapExtensions_get_pairs(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
@@ -51860,7 +51882,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51860
51882
|
}
|
|
51861
51883
|
try {
|
|
51862
51884
|
argVersion = A.Version_Version$parse(id);
|
|
51863
|
-
sassVersion = A.Version_Version$parse("1.92.
|
|
51885
|
+
sassVersion = A.Version_Version$parse("1.92.1");
|
|
51864
51886
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51865
51887
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51866
51888
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -85931,10 +85953,21 @@ self.util = _cliPkgRequires.util;
|
|
|
85931
85953
|
return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
|
|
85932
85954
|
},
|
|
85933
85955
|
toImplicitConfiguration$0() {
|
|
85934
|
-
var t2, t3, t4,
|
|
85956
|
+
var t2, t3, t4, t5, t6, $name, value, i, values, nodes,
|
|
85935
85957
|
t1 = type$.String,
|
|
85936
85958
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
85937
|
-
for (t2 = this._async_environment0$
|
|
85959
|
+
for (t2 = this._async_environment0$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value_2; t2.moveNext$0();) {
|
|
85960
|
+
t4 = t2.__js_helper$_current;
|
|
85961
|
+
for (t5 = A.MapExtensions_get_pairs0(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
85962
|
+
t6 = t5.get$current(t5);
|
|
85963
|
+
$name = t6._0;
|
|
85964
|
+
value = t6._1;
|
|
85965
|
+
t6 = t4.get$variableNodes().$index(0, $name);
|
|
85966
|
+
t6.toString;
|
|
85967
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, null, t6));
|
|
85968
|
+
}
|
|
85969
|
+
}
|
|
85970
|
+
for (t2 = this._async_environment0$_variables, t4 = this._async_environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
85938
85971
|
values = t2[i];
|
|
85939
85972
|
nodes = t4[i];
|
|
85940
85973
|
for (t5 = A.MapExtensions_get_pairs0(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
@@ -100499,10 +100532,21 @@ self.util = _cliPkgRequires.util;
|
|
|
100499
100532
|
return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
|
|
100500
100533
|
},
|
|
100501
100534
|
toImplicitConfiguration$0() {
|
|
100502
|
-
var t2, t3, t4,
|
|
100535
|
+
var t2, t3, t4, t5, t6, $name, value, i, values, nodes,
|
|
100503
100536
|
t1 = type$.String,
|
|
100504
100537
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
100505
|
-
for (t2 = this._environment0$
|
|
100538
|
+
for (t2 = this._environment0$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value_2; t2.moveNext$0();) {
|
|
100539
|
+
t4 = t2.__js_helper$_current;
|
|
100540
|
+
for (t5 = A.MapExtensions_get_pairs0(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
100541
|
+
t6 = t5.get$current(t5);
|
|
100542
|
+
$name = t6._0;
|
|
100543
|
+
value = t6._1;
|
|
100544
|
+
t6 = t4.get$variableNodes().$index(0, $name);
|
|
100545
|
+
t6.toString;
|
|
100546
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, null, t6));
|
|
100547
|
+
}
|
|
100548
|
+
}
|
|
100549
|
+
for (t2 = this._environment0$_variables, t4 = this._environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
100506
100550
|
values = t2[i];
|
|
100507
100551
|
nodes = t4[i];
|
|
100508
100552
|
for (t5 = A.MapExtensions_get_pairs0(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|