sass 1.92.0 → 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 +60 -12
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;
|
|
@@ -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.
|
|
51885
|
+
sassVersion = A.Version_Version$parse("1.93.0");
|
|
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));
|
|
@@ -76210,6 +76232,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76210
76232
|
return this._async_evaluate$_visitor._async_evaluate$_addChild$1(node);
|
|
76211
76233
|
},
|
|
76212
76234
|
visitCssDeclaration$1(node) {
|
|
76235
|
+
return this._async_evaluate$_visitor._async_evaluate$_addChild$1(node);
|
|
76213
76236
|
},
|
|
76214
76237
|
visitCssImport$1(node) {
|
|
76215
76238
|
var t2,
|
|
@@ -80427,6 +80450,7 @@ self.util = _cliPkgRequires.util;
|
|
|
80427
80450
|
return this._visitor._addChild$1(node);
|
|
80428
80451
|
},
|
|
80429
80452
|
visitCssDeclaration$1(node) {
|
|
80453
|
+
return this._visitor._addChild$1(node);
|
|
80430
80454
|
},
|
|
80431
80455
|
visitCssImport$1(node) {
|
|
80432
80456
|
var t2,
|
|
@@ -85931,10 +85955,21 @@ self.util = _cliPkgRequires.util;
|
|
|
85931
85955
|
return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
|
|
85932
85956
|
},
|
|
85933
85957
|
toImplicitConfiguration$0() {
|
|
85934
|
-
var t2, t3, t4,
|
|
85958
|
+
var t2, t3, t4, t5, t6, $name, value, i, values, nodes,
|
|
85935
85959
|
t1 = type$.String,
|
|
85936
85960
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
85937
|
-
for (t2 = this._async_environment0$
|
|
85961
|
+
for (t2 = this._async_environment0$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value_2; t2.moveNext$0();) {
|
|
85962
|
+
t4 = t2.__js_helper$_current;
|
|
85963
|
+
for (t5 = A.MapExtensions_get_pairs0(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
85964
|
+
t6 = t5.get$current(t5);
|
|
85965
|
+
$name = t6._0;
|
|
85966
|
+
value = t6._1;
|
|
85967
|
+
t6 = t4.get$variableNodes().$index(0, $name);
|
|
85968
|
+
t6.toString;
|
|
85969
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, null, t6));
|
|
85970
|
+
}
|
|
85971
|
+
}
|
|
85972
|
+
for (t2 = this._async_environment0$_variables, t4 = this._async_environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
85938
85973
|
values = t2[i];
|
|
85939
85974
|
nodes = t4[i];
|
|
85940
85975
|
for (t5 = A.MapExtensions_get_pairs0(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
@@ -94845,6 +94880,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94845
94880
|
return this._async_evaluate0$_visitor._async_evaluate0$_addChild$1(node);
|
|
94846
94881
|
},
|
|
94847
94882
|
visitCssDeclaration$1(node) {
|
|
94883
|
+
return this._async_evaluate0$_visitor._async_evaluate0$_addChild$1(node);
|
|
94848
94884
|
},
|
|
94849
94885
|
visitCssImport$1(node) {
|
|
94850
94886
|
var t2,
|
|
@@ -100499,10 +100535,21 @@ self.util = _cliPkgRequires.util;
|
|
|
100499
100535
|
return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
|
|
100500
100536
|
},
|
|
100501
100537
|
toImplicitConfiguration$0() {
|
|
100502
|
-
var t2, t3, t4,
|
|
100538
|
+
var t2, t3, t4, t5, t6, $name, value, i, values, nodes,
|
|
100503
100539
|
t1 = type$.String,
|
|
100504
100540
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
100505
|
-
for (t2 = this._environment0$
|
|
100541
|
+
for (t2 = this._environment0$_importedModules, t2 = new A.LinkedHashMapKeyIterator(t2, t2._modifications, t2._first), t3 = type$.Value_2; t2.moveNext$0();) {
|
|
100542
|
+
t4 = t2.__js_helper$_current;
|
|
100543
|
+
for (t5 = A.MapExtensions_get_pairs0(t4.get$variables(), t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
100544
|
+
t6 = t5.get$current(t5);
|
|
100545
|
+
$name = t6._0;
|
|
100546
|
+
value = t6._1;
|
|
100547
|
+
t6 = t4.get$variableNodes().$index(0, $name);
|
|
100548
|
+
t6.toString;
|
|
100549
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, null, t6));
|
|
100550
|
+
}
|
|
100551
|
+
}
|
|
100552
|
+
for (t2 = this._environment0$_variables, t4 = this._environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
100506
100553
|
values = t2[i];
|
|
100507
100554
|
nodes = t4[i];
|
|
100508
100555
|
for (t5 = A.MapExtensions_get_pairs0(values, t1, t3), t5 = t5.get$iterator(t5); t5.moveNext$0();) {
|
|
@@ -104834,6 +104881,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104834
104881
|
return this._evaluate0$_visitor._evaluate0$_addChild$1(node);
|
|
104835
104882
|
},
|
|
104836
104883
|
visitCssDeclaration$1(node) {
|
|
104884
|
+
return this._evaluate0$_visitor._evaluate0$_addChild$1(node);
|
|
104837
104885
|
},
|
|
104838
104886
|
visitCssImport$1(node) {
|
|
104839
104887
|
var t2,
|