sass 1.36.0 → 1.37.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 +13 -13
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.
|
|
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.37.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|
package/sass.dart.js
CHANGED
|
@@ -14977,7 +14977,7 @@ self.fs = require("fs");
|
|
|
14977
14977
|
switch ($async$goto) {
|
|
14978
14978
|
case 0:
|
|
14979
14979
|
// Function start
|
|
14980
|
-
$async$returnValue = "1.
|
|
14980
|
+
$async$returnValue = "1.37.0 compiled with dart2js 2.13.4";
|
|
14981
14981
|
// goto return
|
|
14982
14982
|
$async$goto = 1;
|
|
14983
14983
|
break;
|
|
@@ -21337,7 +21337,7 @@ self.fs = require("fs");
|
|
|
21337
21337
|
new Uint8Array(0);
|
|
21338
21338
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
21339
21339
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
21340
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
21340
|
+
J.set$info$x(self.exports, "dart-sass\t1.37.0\t(Sass Compiler)\t[Dart]\ndart2js\t2.13.4\t(Dart Compiler)\t[Dart]");
|
|
21341
21341
|
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});
|
|
21342
21342
|
J.set$NULL$x(self.exports, C.C__SassNull);
|
|
21343
21343
|
J.set$TRUE$x(self.exports, C.SassBoolean_true);
|
|
@@ -40684,7 +40684,7 @@ self.fs = require("fs");
|
|
|
40684
40684
|
t2 = list.get$asList(),
|
|
40685
40685
|
newList = H.setRuntimeTypeInfo(t2.slice(0), H._arrayInstanceType(t2));
|
|
40686
40686
|
newList[list.sassIndexToListIndex$2(index, "n")] = value;
|
|
40687
|
-
return t1.$index($arguments, 0).
|
|
40687
|
+
return t1.$index($arguments, 0).withListContents$1(newList);
|
|
40688
40688
|
},
|
|
40689
40689
|
$signature: 23
|
|
40690
40690
|
};
|
|
@@ -40738,7 +40738,7 @@ self.fs = require("fs");
|
|
|
40738
40738
|
}
|
|
40739
40739
|
t1 = P.List_List$of(list.get$asList(), true, type$.Value);
|
|
40740
40740
|
t1.push(value);
|
|
40741
|
-
return list.
|
|
40741
|
+
return list.withListContents$2$separator(t1, separator);
|
|
40742
40742
|
},
|
|
40743
40743
|
$signature: 23
|
|
40744
40744
|
};
|
|
@@ -48732,13 +48732,13 @@ self.fs = require("fs");
|
|
|
48732
48732
|
}
|
|
48733
48733
|
return C.JSArray_methods.join$1(result, t3 === C.ListSeparator_kWM ? ", " : " ");
|
|
48734
48734
|
},
|
|
48735
|
-
|
|
48735
|
+
withListContents$2$separator: function(contents, separator) {
|
|
48736
48736
|
var t1 = separator == null ? this.get$separator() : separator,
|
|
48737
48737
|
t2 = this.get$hasBrackets();
|
|
48738
48738
|
return D.SassList$(contents, t1, t2);
|
|
48739
48739
|
},
|
|
48740
|
-
|
|
48741
|
-
return this.
|
|
48740
|
+
withListContents$1: function(contents) {
|
|
48741
|
+
return this.withListContents$2$separator(contents, null);
|
|
48742
48742
|
},
|
|
48743
48743
|
greaterThan$1: function(other) {
|
|
48744
48744
|
return H.throwExpression(E.SassScriptException$('Undefined operation "' + this.toString$0(0) + " > " + other.toString$0(0) + '".'));
|
|
@@ -80101,7 +80101,7 @@ self.fs = require("fs");
|
|
|
80101
80101
|
t2 = list.get$asList(),
|
|
80102
80102
|
newList = H.setRuntimeTypeInfo(t2.slice(0), H._arrayInstanceType(t2));
|
|
80103
80103
|
newList[list.sassIndexToListIndex$2(index, "n")] = value;
|
|
80104
|
-
return t1.$index($arguments, 0).
|
|
80104
|
+
return t1.$index($arguments, 0).withListContents$1(newList);
|
|
80105
80105
|
},
|
|
80106
80106
|
$signature: 22
|
|
80107
80107
|
};
|
|
@@ -80155,7 +80155,7 @@ self.fs = require("fs");
|
|
|
80155
80155
|
}
|
|
80156
80156
|
t1 = P.List_List$of(list.get$asList(), true, type$.Value_2);
|
|
80157
80157
|
t1.push(value);
|
|
80158
|
-
return list.
|
|
80158
|
+
return list.withListContents$2$separator(t1, separator);
|
|
80159
80159
|
},
|
|
80160
80160
|
$signature: 22
|
|
80161
80161
|
};
|
|
@@ -80523,7 +80523,7 @@ self.fs = require("fs");
|
|
|
80523
80523
|
t2 = t1.get$dartValue(thisArg)._list1$_contents,
|
|
80524
80524
|
mutable = H.setRuntimeTypeInfo(t2.slice(0), H._arrayInstanceType(t2));
|
|
80525
80525
|
mutable[index] = F.unwrapValue(value);
|
|
80526
|
-
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).
|
|
80526
|
+
t1.set$dartValue(thisArg, t1.get$dartValue(thisArg).withListContents$1(mutable));
|
|
80527
80527
|
},
|
|
80528
80528
|
"call*": "call$3",
|
|
80529
80529
|
$requiredArgCount: 3,
|
|
@@ -90945,13 +90945,13 @@ self.fs = require("fs");
|
|
|
90945
90945
|
}
|
|
90946
90946
|
return C.JSArray_methods.join$1(result, t3 === C.ListSeparator_kWM0 ? ", " : " ");
|
|
90947
90947
|
},
|
|
90948
|
-
|
|
90948
|
+
withListContents$2$separator: function(contents, separator) {
|
|
90949
90949
|
var t1 = separator == null ? this.get$separator() : separator,
|
|
90950
90950
|
t2 = this.get$hasBrackets();
|
|
90951
90951
|
return D.SassList$0(contents, t1, t2);
|
|
90952
90952
|
},
|
|
90953
|
-
|
|
90954
|
-
return this.
|
|
90953
|
+
withListContents$1: function(contents) {
|
|
90954
|
+
return this.withListContents$2$separator(contents, null);
|
|
90955
90955
|
},
|
|
90956
90956
|
greaterThan$1: function(other) {
|
|
90957
90957
|
return H.throwExpression(E.SassScriptException$0('Undefined operation "' + this.toString$0(0) + " > " + other.toString$0(0) + '".'));
|