sass 1.86.2 → 1.86.3
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 +29 -45
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.86.
|
|
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.86.3","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -10065,11 +10065,9 @@ self.util = _cliPkgRequires.util;
|
|
|
10065
10065
|
} else
|
|
10066
10066
|
t2 = true;
|
|
10067
10067
|
if (t2) {
|
|
10068
|
-
t2 =
|
|
10069
|
-
t3 =
|
|
10070
|
-
|
|
10071
|
-
t3 = t2;
|
|
10072
|
-
t2 = t0;
|
|
10068
|
+
t2 = A.absolute(path, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
10069
|
+
t3 = $.$get$context();
|
|
10070
|
+
t2 = A._realCasePath(t3.normalize$1(t2));
|
|
10073
10071
|
} else {
|
|
10074
10072
|
t2 = $.$get$context();
|
|
10075
10073
|
t3 = t2.canonicalize$1(0, path);
|
|
@@ -10996,11 +10994,9 @@ self.util = _cliPkgRequires.util;
|
|
|
10996
10994
|
} else
|
|
10997
10995
|
t3 = true;
|
|
10998
10996
|
if (t3) {
|
|
10999
|
-
t3 =
|
|
11000
|
-
t6 =
|
|
11001
|
-
|
|
11002
|
-
t6 = t3;
|
|
11003
|
-
t3 = t0;
|
|
10997
|
+
t3 = A.absolute(source, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
10998
|
+
t6 = $.$get$context();
|
|
10999
|
+
t3 = A._realCasePath(t6.normalize$1(t3));
|
|
11004
11000
|
} else {
|
|
11005
11001
|
t3 = $.$get$context();
|
|
11006
11002
|
t6 = t3.canonicalize$1(0, source);
|
|
@@ -11465,7 +11461,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11465
11461
|
t6 = true;
|
|
11466
11462
|
if (t6) {
|
|
11467
11463
|
t6 = $.$get$context();
|
|
11468
|
-
t7 = A._realCasePath(t6.
|
|
11464
|
+
t7 = A._realCasePath(t6.normalize$1(t6.absolute$15(t4, null, null, null, null, null, null, null, null, null, null, null, null, null, null)));
|
|
11469
11465
|
t0 = t7;
|
|
11470
11466
|
t7 = t6;
|
|
11471
11467
|
t6 = t0;
|
|
@@ -20671,11 +20667,9 @@ self.util = _cliPkgRequires.util;
|
|
|
20671
20667
|
} else
|
|
20672
20668
|
t3 = true;
|
|
20673
20669
|
if (t3) {
|
|
20674
|
-
t3 =
|
|
20675
|
-
t4 =
|
|
20676
|
-
|
|
20677
|
-
t4 = t3;
|
|
20678
|
-
t3 = t0;
|
|
20670
|
+
t3 = A.absolute(path, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
20671
|
+
t4 = $.$get$context();
|
|
20672
|
+
t3 = A._realCasePath0(t4.normalize$1(t3));
|
|
20679
20673
|
} else {
|
|
20680
20674
|
t3 = $.$get$context();
|
|
20681
20675
|
t4 = t3.canonicalize$1(0, path);
|
|
@@ -25247,11 +25241,9 @@ self.util = _cliPkgRequires.util;
|
|
|
25247
25241
|
} else
|
|
25248
25242
|
t3 = true;
|
|
25249
25243
|
if (t3) {
|
|
25250
|
-
t3 =
|
|
25251
|
-
t4 =
|
|
25252
|
-
|
|
25253
|
-
t4 = t3;
|
|
25254
|
-
t3 = t0;
|
|
25244
|
+
t3 = A.absolute(path, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
25245
|
+
t4 = $.$get$context();
|
|
25246
|
+
t3 = A._realCasePath0(t4.normalize$1(t3));
|
|
25255
25247
|
} else {
|
|
25256
25248
|
t3 = $.$get$context();
|
|
25257
25249
|
t4 = t3.canonicalize$1(0, path);
|
|
@@ -28584,7 +28576,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28584
28576
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28585
28577
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28586
28578
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28587
|
-
J.set$info$x(self.exports, "dart-sass\t1.86.
|
|
28579
|
+
J.set$info$x(self.exports, "dart-sass\t1.86.3\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.2\t(Dart Compiler)\t[Dart]");
|
|
28588
28580
|
A.updateCanonicalizeContextPrototype();
|
|
28589
28581
|
A.updateSourceSpanPrototype();
|
|
28590
28582
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33751,7 +33743,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33751
33743
|
switch ($async$goto) {
|
|
33752
33744
|
case 0:
|
|
33753
33745
|
// Function start
|
|
33754
|
-
$async$returnValue = "1.86.
|
|
33746
|
+
$async$returnValue = "1.86.3 compiled with dart2js 3.7.2";
|
|
33755
33747
|
// goto return
|
|
33756
33748
|
$async$goto = 1;
|
|
33757
33749
|
break;
|
|
@@ -51964,7 +51956,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51964
51956
|
}
|
|
51965
51957
|
try {
|
|
51966
51958
|
argVersion = A.Version_Version$parse(id);
|
|
51967
|
-
sassVersion = A.Version_Version$parse("1.86.
|
|
51959
|
+
sassVersion = A.Version_Version$parse("1.86.3");
|
|
51968
51960
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51969
51961
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51970
51962
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -52100,7 +52092,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52100
52092
|
t13 = J.$eq$(t13 == null ? null : J.get$platform$x(t13), "darwin");
|
|
52101
52093
|
} else
|
|
52102
52094
|
t13 = true;
|
|
52103
|
-
url = t12.toUri$1(t13 ? A._realCasePath(t12.
|
|
52095
|
+
url = t12.toUri$1(t13 ? A._realCasePath(t12.normalize$1(t12.absolute$15(t11, null, null, null, null, null, null, null, null, null, null, null, null, null, null))) : t12.canonicalize$1(0, t11));
|
|
52104
52096
|
_0_0 = t7.$index(0, url);
|
|
52105
52097
|
if (_0_0 != null) {
|
|
52106
52098
|
t6.reload$1(url);
|
|
@@ -52179,11 +52171,9 @@ self.util = _cliPkgRequires.util;
|
|
|
52179
52171
|
} else
|
|
52180
52172
|
t2 = true;
|
|
52181
52173
|
if (t2) {
|
|
52182
|
-
t2 =
|
|
52183
|
-
t3 =
|
|
52184
|
-
|
|
52185
|
-
t3 = t2;
|
|
52186
|
-
t2 = t0;
|
|
52174
|
+
t2 = A.absolute(path, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
52175
|
+
t3 = $.$get$context();
|
|
52176
|
+
t2 = A._realCasePath(t3.normalize$1(t2));
|
|
52187
52177
|
} else {
|
|
52188
52178
|
t2 = $.$get$context();
|
|
52189
52179
|
t3 = t2.canonicalize$1(0, path);
|
|
@@ -52214,11 +52204,9 @@ self.util = _cliPkgRequires.util;
|
|
|
52214
52204
|
} else
|
|
52215
52205
|
t1 = true;
|
|
52216
52206
|
if (t1) {
|
|
52217
|
-
t1 =
|
|
52218
|
-
t2 =
|
|
52219
|
-
|
|
52220
|
-
t2 = t1;
|
|
52221
|
-
t1 = t0;
|
|
52207
|
+
t1 = A.absolute(path, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
|
|
52208
|
+
t2 = $.$get$context();
|
|
52209
|
+
t1 = A._realCasePath(t2.normalize$1(t1));
|
|
52222
52210
|
} else {
|
|
52223
52211
|
t1 = $.$get$context();
|
|
52224
52212
|
t2 = t1.canonicalize$1(0, path);
|
|
@@ -56003,11 +55991,9 @@ self.util = _cliPkgRequires.util;
|
|
|
56003
55991
|
} else
|
|
56004
55992
|
t1 = true;
|
|
56005
55993
|
if (t1) {
|
|
56006
|
-
t1 =
|
|
56007
|
-
t2 =
|
|
56008
|
-
|
|
56009
|
-
t2 = t1;
|
|
56010
|
-
t1 = t0;
|
|
55994
|
+
t1 = A.absolute(resolved, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
55995
|
+
t2 = $.$get$context();
|
|
55996
|
+
t1 = A._realCasePath(t2.normalize$1(t1));
|
|
56011
55997
|
} else {
|
|
56012
55998
|
t1 = $.$get$context();
|
|
56013
55999
|
t2 = t1.canonicalize$1(0, resolved);
|
|
@@ -106136,11 +106122,9 @@ self.util = _cliPkgRequires.util;
|
|
|
106136
106122
|
} else
|
|
106137
106123
|
t1 = true;
|
|
106138
106124
|
if (t1) {
|
|
106139
|
-
t1 =
|
|
106140
|
-
t2 =
|
|
106141
|
-
|
|
106142
|
-
t2 = t1;
|
|
106143
|
-
t1 = t0;
|
|
106125
|
+
t1 = A.absolute(resolved, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null);
|
|
106126
|
+
t2 = $.$get$context();
|
|
106127
|
+
t1 = A._realCasePath0(t2.normalize$1(t1));
|
|
106144
106128
|
} else {
|
|
106145
106129
|
t1 = $.$get$context();
|
|
106146
106130
|
t2 = t1.canonicalize$1(0, resolved);
|