sass 1.35.0 → 1.35.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 +18 -6
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":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.35.
|
|
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":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.35.1","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|
package/sass.dart.js
CHANGED
|
@@ -14963,7 +14963,7 @@ self.fs = require("fs");
|
|
|
14963
14963
|
switch ($async$goto) {
|
|
14964
14964
|
case 0:
|
|
14965
14965
|
// Function start
|
|
14966
|
-
$async$returnValue = "1.35.
|
|
14966
|
+
$async$returnValue = "1.35.1 compiled with dart2js 2.13.3";
|
|
14967
14967
|
// goto return
|
|
14968
14968
|
$async$goto = 1;
|
|
14969
14969
|
break;
|
|
@@ -21348,7 +21348,7 @@ self.fs = require("fs");
|
|
|
21348
21348
|
new Uint8Array(0);
|
|
21349
21349
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
21350
21350
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
21351
|
-
J.set$info$x(self.exports, "dart-sass\t1.35.
|
|
21351
|
+
J.set$info$x(self.exports, "dart-sass\t1.35.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.13.3\t(Dart Compiler)\t[Dart]");
|
|
21352
21352
|
J.set$types$x(self.exports, {Boolean: $.$get$booleanConstructor(), Color: $.$get$colorConstructor(), List: $.$get$listConstructor(), Map: $.$get$mapConstructor(), Null: $.$get$nullConstructor(), Number: $.$get$numberConstructor(), String: $.$get$stringConstructor(), Error: self.Error});
|
|
21353
21353
|
J.set$NULL$x(self.exports, C.C_SassNull);
|
|
21354
21354
|
J.set$TRUE$x(self.exports, C.SassBoolean_true);
|
|
@@ -55072,7 +55072,7 @@ self.fs = require("fs");
|
|
|
55072
55072
|
$call$body$_EvaluateVisitor__visitDynamicImport_closure: function() {
|
|
55073
55073
|
var $async$goto = 0,
|
|
55074
55074
|
$async$completer = P._makeAsyncAwaitCompleter(type$.void),
|
|
55075
|
-
$async$returnValue, $async$self = this, t3, oldImporter, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0, t1, t2, result, stylesheet, url;
|
|
55075
|
+
$async$returnValue, $async$self = this, t3, oldImporter, oldInDependency, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0, t1, t2, result, stylesheet, url;
|
|
55076
55076
|
var $async$call$0 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
55077
55077
|
if ($async$errorCode === 1)
|
|
55078
55078
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -55110,14 +55110,17 @@ self.fs = require("fs");
|
|
|
55110
55110
|
// then
|
|
55111
55111
|
oldImporter = t1._async_evaluate$_importer;
|
|
55112
55112
|
t2 = t1._async_evaluate$_assertInModule$2(t1._async_evaluate$__stylesheet, "_stylesheet");
|
|
55113
|
+
oldInDependency = t1._async_evaluate$_inDependency;
|
|
55113
55114
|
t1._async_evaluate$_importer = result.importer;
|
|
55114
55115
|
t1._async_evaluate$__stylesheet = stylesheet;
|
|
55116
|
+
t1._async_evaluate$_inDependency = result.isDependency;
|
|
55115
55117
|
$async$goto = 6;
|
|
55116
55118
|
return P._asyncAwait(t1.visitStylesheet$1(stylesheet), $async$call$0);
|
|
55117
55119
|
case 6:
|
|
55118
55120
|
// returning from await.
|
|
55119
55121
|
t1._async_evaluate$_importer = oldImporter;
|
|
55120
55122
|
t1._async_evaluate$__stylesheet = t2;
|
|
55123
|
+
t1._async_evaluate$_inDependency = oldInDependency;
|
|
55121
55124
|
t1._async_evaluate$_activeModules.remove$1(0, url);
|
|
55122
55125
|
// goto return
|
|
55123
55126
|
$async$goto = 1;
|
|
@@ -59348,7 +59351,7 @@ self.fs = require("fs");
|
|
|
59348
59351
|
};
|
|
59349
59352
|
R._EvaluateVisitor__visitDynamicImport_closure.prototype = {
|
|
59350
59353
|
call$0: function() {
|
|
59351
|
-
var t3, oldImporter, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0 = {},
|
|
59354
|
+
var t3, oldImporter, oldInDependency, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0 = {},
|
|
59352
59355
|
t1 = this.$this,
|
|
59353
59356
|
t2 = this.$import,
|
|
59354
59357
|
result = t1._loadStylesheet$3$forImport(t2.url, t2.span, true),
|
|
@@ -59371,11 +59374,14 @@ self.fs = require("fs");
|
|
|
59371
59374
|
if (t2) {
|
|
59372
59375
|
oldImporter = t1._importer;
|
|
59373
59376
|
t2 = t1._assertInModule$2(t1.__stylesheet, "_stylesheet");
|
|
59377
|
+
oldInDependency = t1._inDependency;
|
|
59374
59378
|
t1._importer = result.importer;
|
|
59375
59379
|
t1.__stylesheet = stylesheet;
|
|
59380
|
+
t1._inDependency = result.isDependency;
|
|
59376
59381
|
t1.visitStylesheet$1(stylesheet);
|
|
59377
59382
|
t1._importer = oldImporter;
|
|
59378
59383
|
t1.__stylesheet = t2;
|
|
59384
|
+
t1._inDependency = oldInDependency;
|
|
59379
59385
|
t1._activeModules.remove$1(0, url);
|
|
59380
59386
|
return;
|
|
59381
59387
|
}
|
|
@@ -69735,7 +69741,7 @@ self.fs = require("fs");
|
|
|
69735
69741
|
$call$body$_EvaluateVisitor__visitDynamicImport_closure0: function() {
|
|
69736
69742
|
var $async$goto = 0,
|
|
69737
69743
|
$async$completer = P._makeAsyncAwaitCompleter(type$.void),
|
|
69738
|
-
$async$returnValue, $async$self = this, t3, oldImporter, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0, t1, t2, result, stylesheet, url;
|
|
69744
|
+
$async$returnValue, $async$self = this, t3, oldImporter, oldInDependency, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0, t1, t2, result, stylesheet, url;
|
|
69739
69745
|
var $async$call$0 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
69740
69746
|
if ($async$errorCode === 1)
|
|
69741
69747
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -69773,14 +69779,17 @@ self.fs = require("fs");
|
|
|
69773
69779
|
// then
|
|
69774
69780
|
oldImporter = t1._async_evaluate0$_importer;
|
|
69775
69781
|
t2 = t1._async_evaluate0$_assertInModule$2(t1._async_evaluate0$__stylesheet, "_stylesheet");
|
|
69782
|
+
oldInDependency = t1._async_evaluate0$_inDependency;
|
|
69776
69783
|
t1._async_evaluate0$_importer = result.importer;
|
|
69777
69784
|
t1._async_evaluate0$__stylesheet = stylesheet;
|
|
69785
|
+
t1._async_evaluate0$_inDependency = result.isDependency;
|
|
69778
69786
|
$async$goto = 6;
|
|
69779
69787
|
return P._asyncAwait(t1.visitStylesheet$1(stylesheet), $async$call$0);
|
|
69780
69788
|
case 6:
|
|
69781
69789
|
// returning from await.
|
|
69782
69790
|
t1._async_evaluate0$_importer = oldImporter;
|
|
69783
69791
|
t1._async_evaluate0$__stylesheet = t2;
|
|
69792
|
+
t1._async_evaluate0$_inDependency = oldInDependency;
|
|
69784
69793
|
t1._async_evaluate0$_activeModules.remove$1(0, url);
|
|
69785
69794
|
// goto return
|
|
69786
69795
|
$async$goto = 1;
|
|
@@ -76624,7 +76633,7 @@ self.fs = require("fs");
|
|
|
76624
76633
|
};
|
|
76625
76634
|
R._EvaluateVisitor__visitDynamicImport_closure1.prototype = {
|
|
76626
76635
|
call$0: function() {
|
|
76627
|
-
var t3, oldImporter, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0 = {},
|
|
76636
|
+
var t3, oldImporter, oldInDependency, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0 = {},
|
|
76628
76637
|
t1 = this.$this,
|
|
76629
76638
|
t2 = this.$import,
|
|
76630
76639
|
result = t1._evaluate0$_loadStylesheet$3$forImport(t2.url, t2.span, true),
|
|
@@ -76647,11 +76656,14 @@ self.fs = require("fs");
|
|
|
76647
76656
|
if (t2) {
|
|
76648
76657
|
oldImporter = t1._evaluate0$_importer;
|
|
76649
76658
|
t2 = t1._evaluate0$_assertInModule$2(t1._evaluate0$__stylesheet, "_stylesheet");
|
|
76659
|
+
oldInDependency = t1._evaluate0$_inDependency;
|
|
76650
76660
|
t1._evaluate0$_importer = result.importer;
|
|
76651
76661
|
t1._evaluate0$__stylesheet = stylesheet;
|
|
76662
|
+
t1._evaluate0$_inDependency = result.isDependency;
|
|
76652
76663
|
t1.visitStylesheet$1(stylesheet);
|
|
76653
76664
|
t1._evaluate0$_importer = oldImporter;
|
|
76654
76665
|
t1._evaluate0$__stylesheet = t2;
|
|
76666
|
+
t1._evaluate0$_inDependency = oldInDependency;
|
|
76655
76667
|
t1._evaluate0$_activeModules.remove$1(0, url);
|
|
76656
76668
|
return;
|
|
76657
76669
|
}
|