sass 1.54.8 → 1.54.9
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 +10 -8
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":">=12.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","default":"./sass.default.dart.js"},"version":"1.54.
|
|
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":">=12.0.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0","immutable":"^4.0.0","source-map-js":">=0.6.2 <2.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","default":"./sass.default.dart.js"},"version":"1.54.9","bin":{"sass":"sass.js"},"main":"sass.default.dart.js"}
|
package/sass.dart.js
CHANGED
|
@@ -21110,7 +21110,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21110
21110
|
J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
|
|
21111
21111
|
J.set$Exception$x(self.exports, $.$get$exceptionClass());
|
|
21112
21112
|
J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
|
|
21113
|
-
J.set$info$x(self.exports, "dart-sass\t1.54.
|
|
21113
|
+
J.set$info$x(self.exports, "dart-sass\t1.54.9\t(Sass Compiler)\t[Dart]\ndart2js\t2.18.0\t(Dart Compiler)\t[Dart]");
|
|
21114
21114
|
A.updateSourceSpanPrototype();
|
|
21115
21115
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
21116
21116
|
J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
|
|
@@ -21774,7 +21774,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
21774
21774
|
switch ($async$goto) {
|
|
21775
21775
|
case 0:
|
|
21776
21776
|
// Function start
|
|
21777
|
-
$async$returnValue = "1.54.
|
|
21777
|
+
$async$returnValue = "1.54.9 compiled with dart2js 2.18.0";
|
|
21778
21778
|
// goto return
|
|
21779
21779
|
$async$goto = 1;
|
|
21780
21780
|
break;
|
|
@@ -49445,7 +49445,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
49445
49445
|
return new A.StringExpression(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))), true);
|
|
49446
49446
|
},
|
|
49447
49447
|
identifierLike$0() {
|
|
49448
|
-
var invocation, color, specialFunction, _this = this,
|
|
49448
|
+
var invocation, expression, color, specialFunction, _this = this,
|
|
49449
49449
|
t1 = _this.scanner,
|
|
49450
49450
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position),
|
|
49451
49451
|
identifier = _this.interpolatedIdentifier$0(),
|
|
@@ -49459,7 +49459,8 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
49459
49459
|
return new A.IfExpression(invocation, identifier.span.expand$1(0, invocation.span));
|
|
49460
49460
|
} else if (plain === "not") {
|
|
49461
49461
|
_this.whitespace$0();
|
|
49462
|
-
|
|
49462
|
+
expression = _this._singleExpression$0();
|
|
49463
|
+
return new A.UnaryOperationExpression(B.UnaryOperator_not_not_not, expression, identifier.span.expand$1(0, expression.get$span(expression)));
|
|
49463
49464
|
}
|
|
49464
49465
|
lower._value = plain.toLowerCase();
|
|
49465
49466
|
if (t1.peekChar$0() !== 40) {
|
|
@@ -96450,7 +96451,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
96450
96451
|
return new A.StringExpression0(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))), true);
|
|
96451
96452
|
},
|
|
96452
96453
|
identifierLike$0() {
|
|
96453
|
-
var invocation, color, specialFunction, _this = this,
|
|
96454
|
+
var invocation, expression, color, specialFunction, _this = this,
|
|
96454
96455
|
t1 = _this.scanner,
|
|
96455
96456
|
start = new A._SpanScannerState(t1, t1._string_scanner$_position),
|
|
96456
96457
|
identifier = _this.interpolatedIdentifier$0(),
|
|
@@ -96464,7 +96465,8 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
96464
96465
|
return new A.IfExpression0(invocation, identifier.span.expand$1(0, invocation.span));
|
|
96465
96466
|
} else if (plain === "not") {
|
|
96466
96467
|
_this.whitespace$0();
|
|
96467
|
-
|
|
96468
|
+
expression = _this._stylesheet0$_singleExpression$0();
|
|
96469
|
+
return new A.UnaryOperationExpression0(B.UnaryOperator_not_not_not0, expression, identifier.span.expand$1(0, expression.get$span(expression)));
|
|
96468
96470
|
}
|
|
96469
96471
|
lower._value = plain.toLowerCase();
|
|
96470
96472
|
if (t1.peekChar$0() !== 40) {
|
|
@@ -99740,7 +99742,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
99740
99742
|
x2c_whicw: ', which will likely produce invalid CSS.\nAlways quote color names when using them as strings or map keys (for example, "',
|
|
99741
99743
|
x2e_Rela: ".\nRelative canonical URLs are deprecated and will eventually be disallowed.\n",
|
|
99742
99744
|
x3d_____: "===== asynchronous gap ===========================\n",
|
|
99743
|
-
x40_moz_: "@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.\n\nFor details, see
|
|
99745
|
+
x40_moz_: "@-moz-document is deprecated and support will be removed in Dart Sass 2.0.0.\n\nFor details, see https://sass-lang.com/d/moz-document.",
|
|
99744
99746
|
x40conte: "@content is only allowed within mixin declarations.",
|
|
99745
99747
|
x40elsei: "@elseif is deprecated and will not be supported in future Sass versions.\n\nRecommendation: @else if",
|
|
99746
99748
|
x40exten: "@extend may only be used within style rules.",
|
|
@@ -99831,7 +99833,7 @@ self.readline = _cli_pkg_requires.readline;
|
|
|
99831
99833
|
Variabs: "Variable keyword arguments must be a map (was ",
|
|
99832
99834
|
You_ma: "You may not @extend selectors across media queries.",
|
|
99833
99835
|
You_pr: "You probably don't mean to use the color value ",
|
|
99834
|
-
x60_inst: "` instead.\nSee
|
|
99836
|
+
x60_inst: "` instead.\nSee https://sass-lang.com/d/extend-compound for details.\n",
|
|
99835
99837
|
addExt_: "addExtension() can't be called for a const ExtensionStore.",
|
|
99836
99838
|
addExts: "addExtensions() can't be called for a const ExtensionStore.",
|
|
99837
99839
|
addSel: "addSelector() can't be called for a const ExtensionStore.",
|