sass 1.97.1 → 1.97.2
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 +238 -202
- package/types/deprecations.d.ts +1 -1
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.97.
|
|
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.97.2","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.10.
|
|
133
|
+
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.10.7.
|
|
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]
|
|
@@ -10587,13 +10587,13 @@ self.util = _cliPkgRequires.util;
|
|
|
10587
10587
|
this.assignmentNode = t2;
|
|
10588
10588
|
},
|
|
10589
10589
|
Deprecation_fromId(id) {
|
|
10590
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
10590
|
+
return A.IterableExtension_firstWhereOrNull(B.List_eCP, new A.Deprecation_fromId_closure(id));
|
|
10591
10591
|
},
|
|
10592
10592
|
Deprecation_forVersion(version) {
|
|
10593
10593
|
var t2, _i, deprecation, $self, t3,
|
|
10594
10594
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
|
|
10595
10595
|
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 29; ++_i) {
|
|
10596
|
-
deprecation = B.
|
|
10596
|
+
deprecation = B.List_eCP[_i];
|
|
10597
10597
|
$self = deprecation._deprecatedIn;
|
|
10598
10598
|
t3 = $self == null ? null : A.Version___parse_tearOff($self);
|
|
10599
10599
|
t3 = t3 == null ? null : t2.call$1(t3);
|
|
@@ -20664,7 +20664,7 @@ self.util = _cliPkgRequires.util;
|
|
|
20664
20664
|
return new A.ArgumentList0(A.List_List$unmodifiable(positional, t1), A.ConstantMap_ConstantMap$from(named, t2, t1), A.ConstantMap_ConstantMap$from(namedSpans, t2, type$.FileSpan), rest, keywordRest, span);
|
|
20665
20665
|
},
|
|
20666
20666
|
ArgumentList$empty0(span) {
|
|
20667
|
-
return new A.ArgumentList0(B.
|
|
20667
|
+
return new A.ArgumentList0(B.List_empty24, B.Map_empty14, B.Map_empty5, null, null, span);
|
|
20668
20668
|
},
|
|
20669
20669
|
ArgumentList0: function ArgumentList0(t0, t1, t2, t3, t4, t5) {
|
|
20670
20670
|
var _ = this;
|
|
@@ -21749,7 +21749,7 @@ self.util = _cliPkgRequires.util;
|
|
|
21749
21749
|
var t1 = type$.nullable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl_2,
|
|
21750
21750
|
t2 = type$.Record_3_AsyncImporter_and_Uri_and_bool_forImport_2,
|
|
21751
21751
|
t3 = type$.Uri;
|
|
21752
|
-
return new A.AsyncImportCache0(B.
|
|
21752
|
+
return new A.AsyncImportCache0(B.List_empty31, A.LinkedHashMap_LinkedHashMap$_empty(type$.Record_2_Uri_and_bool_forImport, t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t3), A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.nullable_Stylesheet_2), A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.ImporterResult_2), A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.DateTime));
|
|
21753
21753
|
},
|
|
21754
21754
|
AsyncImportCache__toImporters0(importers, loadPaths, packageConfig) {
|
|
21755
21755
|
var t1, t2, t3, t4, _i, path, _null = null,
|
|
@@ -25316,7 +25316,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25316
25316
|
_parseFunctions0(functions, asynch) {
|
|
25317
25317
|
var result;
|
|
25318
25318
|
if (functions == null)
|
|
25319
|
-
return B.
|
|
25319
|
+
return B.List_empty29;
|
|
25320
25320
|
result = A._setArrayType([], type$.JSArray_AsyncCallable_2);
|
|
25321
25321
|
A.jsForEach(functions, new A._parseFunctions_closure0(asynch, result));
|
|
25322
25322
|
return result;
|
|
@@ -25690,13 +25690,13 @@ self.util = _cliPkgRequires.util;
|
|
|
25690
25690
|
this.span = t2;
|
|
25691
25691
|
},
|
|
25692
25692
|
Deprecation_fromId0(id) {
|
|
25693
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
25693
|
+
return A.IterableExtension_firstWhereOrNull(B.List_DUj, new A.Deprecation_fromId_closure0(id));
|
|
25694
25694
|
},
|
|
25695
25695
|
Deprecation_forVersion0(version) {
|
|
25696
25696
|
var t2, _i, deprecation, $self, t3,
|
|
25697
25697
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
|
|
25698
25698
|
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 29; ++_i) {
|
|
25699
|
-
deprecation = B.
|
|
25699
|
+
deprecation = B.List_DUj[_i];
|
|
25700
25700
|
$self = deprecation._deprecation$_deprecatedIn;
|
|
25701
25701
|
t3 = $self == null ? null : A.Version___parse_tearOff($self);
|
|
25702
25702
|
t3 = t3 == null ? null : t2.call$1(t3);
|
|
@@ -27103,9 +27103,9 @@ self.util = _cliPkgRequires.util;
|
|
|
27103
27103
|
t3.push(A.ComplexSelector$0(t8, B.JSArray_methods.take$1(t6, t7 - 1), t5.span, t5.lineBreak));
|
|
27104
27104
|
}
|
|
27105
27105
|
}
|
|
27106
|
-
t4 = leadingCombinator == null ? B.
|
|
27106
|
+
t4 = leadingCombinator == null ? B.List_empty17 : A._setArrayType([leadingCombinator], type$.JSArray_CssValue_Combinator_2);
|
|
27107
27107
|
unifiedBase.toString;
|
|
27108
|
-
t5 = trailingCombinator == null ? B.
|
|
27108
|
+
t5 = trailingCombinator == null ? B.List_empty17 : A._setArrayType([trailingCombinator], type$.JSArray_CssValue_Combinator_2);
|
|
27109
27109
|
base = A.ComplexSelector$0(t4, A._setArrayType([new A.ComplexSelectorComponent0(unifiedBase, A.List_List$unmodifiable(t5, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, t1.any$1(complexes, new A.unifyComplex_closure0()));
|
|
27110
27110
|
if (t3.length === 0)
|
|
27111
27111
|
t1 = A._setArrayType([base], t2);
|
|
@@ -27204,7 +27204,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27204
27204
|
for (t8 = prefixes.length, _i = 0; _i < prefixes.length; prefixes.length === t8 || (0, A.throwConcurrentModificationError)(prefixes), ++_i) {
|
|
27205
27205
|
t9 = A._weaveParents0(prefixes[_i], t5, span);
|
|
27206
27206
|
if (t9 == null)
|
|
27207
|
-
t9 = B.
|
|
27207
|
+
t9 = B.List_empty18;
|
|
27208
27208
|
t10 = t9.length;
|
|
27209
27209
|
_i0 = 0;
|
|
27210
27210
|
for (; _i0 < t9.length; t9.length === t10 || (0, A.throwConcurrentModificationError)(t9), ++_i0) {
|
|
@@ -27418,7 +27418,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27418
27418
|
t1 = components1.$index(0, _0_1 - 1).combinators;
|
|
27419
27419
|
break $label0$0;
|
|
27420
27420
|
}
|
|
27421
|
-
t1 = B.
|
|
27421
|
+
t1 = B.List_empty17;
|
|
27422
27422
|
break $label0$0;
|
|
27423
27423
|
}
|
|
27424
27424
|
$label1$1: {
|
|
@@ -27427,7 +27427,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27427
27427
|
t2 = components2.$index(0, _1_1 - 1).combinators;
|
|
27428
27428
|
break $label1$1;
|
|
27429
27429
|
}
|
|
27430
|
-
t2 = B.
|
|
27430
|
+
t2 = B.List_empty17;
|
|
27431
27431
|
break $label1$1;
|
|
27432
27432
|
}
|
|
27433
27433
|
t3 = t1.length;
|
|
@@ -27889,7 +27889,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27889
27889
|
if (J.get$length$asx(complex1) > J.get$length$asx(complex2))
|
|
27890
27890
|
return false;
|
|
27891
27891
|
t1 = $.$get$bogusSpan0();
|
|
27892
|
-
base = new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([new A.PlaceholderSelector0("<temp>", t1)], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.
|
|
27892
|
+
base = new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([new A.PlaceholderSelector0("<temp>", t1)], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty17, type$.CssValue_Combinator_2), t1);
|
|
27893
27893
|
t1 = type$.ComplexSelectorComponent_2;
|
|
27894
27894
|
t2 = A.List_List$_of(complex1, t1);
|
|
27895
27895
|
t2.push(base);
|
|
@@ -28405,7 +28405,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28405
28405
|
var t1 = type$.nullable_Record_3_Importer_and_Uri_and_Uri_originalUrl_2,
|
|
28406
28406
|
t2 = type$.Record_3_Importer_and_Uri_and_bool_forImport_2,
|
|
28407
28407
|
t3 = type$.Uri;
|
|
28408
|
-
return new A.ImportCache0(B.
|
|
28408
|
+
return new A.ImportCache0(B.List_empty28, A.LinkedHashMap_LinkedHashMap$_empty(type$.Record_2_Uri_and_bool_forImport, t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t1), A.LinkedHashMap_LinkedHashMap$_empty(t2, t3), A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.nullable_Stylesheet_2), A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.ImporterResult_2), A.LinkedHashMap_LinkedHashMap$_empty(t3, type$.DateTime));
|
|
28409
28409
|
},
|
|
28410
28410
|
ImportCache__toImporters0(importers, loadPaths, packageConfig) {
|
|
28411
28411
|
var t1, t2, t3, t4, _i, path, _null = null,
|
|
@@ -28791,7 +28791,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28791
28791
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28792
28792
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28793
28793
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28794
|
-
J.set$info$x(self.exports, "dart-sass\t1.97.
|
|
28794
|
+
J.set$info$x(self.exports, "dart-sass\t1.97.2\t(Sass Compiler)\t[Dart]\ndart2js\t3.10.7\t(Dart Compiler)\t[Dart]");
|
|
28795
28795
|
A.updateCanonicalizeContextPrototype();
|
|
28796
28796
|
A.updateSourceSpanPrototype();
|
|
28797
28797
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -29087,7 +29087,7 @@ self.util = _cliPkgRequires.util;
|
|
|
29087
29087
|
var result,
|
|
29088
29088
|
functions = J.get$functions$x(options);
|
|
29089
29089
|
if (functions == null)
|
|
29090
|
-
return B.
|
|
29090
|
+
return B.List_empty29;
|
|
29091
29091
|
result = A._setArrayType([], type$.JSArray_AsyncCallable_2);
|
|
29092
29092
|
A.jsForEach(functions, new A._parseFunctions_closure(options, start, result, asynch));
|
|
29093
29093
|
return result;
|
|
@@ -30449,7 +30449,7 @@ self.util = _cliPkgRequires.util;
|
|
|
30449
30449
|
J.get$$prototype$x(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(string.constructor))).constructor)).accept = A.allowInteropCaptureThisNamed(_s6_, new A._updateAstPrototypes_closure4());
|
|
30450
30450
|
J.get$$prototype$x(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(new A.InterpolatedParentSelector(_null, t3).constructor))).constructor)).accept = A.allowInteropCaptureThisNamed(_s6_, new A._updateAstPrototypes_closure5());
|
|
30451
30451
|
J.get$$prototype$x(t1._as(self.Object.getPrototypeOf(J.get$$prototype$x(t1._as(new A.IfConditionSass0(string, t3).constructor))).constructor)).accept = A.allowInteropCaptureThisNamed(_s6_, new A._updateAstPrototypes_closure6());
|
|
30452
|
-
$arguments = A.ArgumentList$0(B.
|
|
30452
|
+
$arguments = A.ArgumentList$0(B.List_empty24, B.Map_empty14, B.Map_empty5, t3, _null, _null);
|
|
30453
30453
|
A.defineGetter(J.get$$prototype$x(t1._as(new A.IncludeRule0(_null, A.stringReplaceAllUnchecked("a", "_", "-"), "a", $arguments, _null, t3).constructor)), _s9_, new A._updateAstPrototypes_closure7(), _null);
|
|
30454
30454
|
A.defineGetter(J.get$$prototype$x(t1._as(new A.ContentRule0($arguments, t3).constructor)), _s9_, new A._updateAstPrototypes_closure8(), _null);
|
|
30455
30455
|
A.defineGetter(J.get$$prototype$x(t1._as(new A.FunctionExpression0(_null, A.stringReplaceAllUnchecked("a", "_", "-"), "a", $arguments, t3).constructor)), _s9_, new A._updateAstPrototypes_closure9(), _null);
|
|
@@ -34074,7 +34074,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34074
34074
|
switch ($async$goto) {
|
|
34075
34075
|
case 0:
|
|
34076
34076
|
// Function start
|
|
34077
|
-
$async$returnValue = "1.97.
|
|
34077
|
+
$async$returnValue = "1.97.2 compiled with dart2js 3.10.7";
|
|
34078
34078
|
// goto return
|
|
34079
34079
|
$async$goto = 1;
|
|
34080
34080
|
break;
|
|
@@ -50341,33 +50341,40 @@ self.util = _cliPkgRequires.util;
|
|
|
50341
50341
|
return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
|
|
50342
50342
|
},
|
|
50343
50343
|
toImplicitConfiguration$0() {
|
|
50344
|
-
var t2, t3, t4, t5, t6, $name, value,
|
|
50344
|
+
var t2, t3, t4, t5, t6, i, modules, t7, t8, t9, t10, $name, value, values, nodes, _this = this, _null = null,
|
|
50345
50345
|
t1 = type$.String,
|
|
50346
50346
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
|
|
50347
|
-
for (t2 =
|
|
50348
|
-
|
|
50349
|
-
|
|
50350
|
-
|
|
50351
|
-
|
|
50352
|
-
|
|
50353
|
-
|
|
50354
|
-
|
|
50355
|
-
|
|
50347
|
+
for (t2 = _this._async_environment$_variables, t3 = type$.Value, t4 = _this._async_environment$_variableNodes, t5 = _this._async_environment$_importedModules, t6 = A._instanceType(t5)._eval$1("LinkedHashMapKeysIterable<1>"), i = 0; i < t2.length; ++i) {
|
|
50348
|
+
if (i === 0)
|
|
50349
|
+
modules = new A.LinkedHashMapKeysIterable(t5, t6);
|
|
50350
|
+
else {
|
|
50351
|
+
t7 = _this._async_environment$_nestedForwardedModules;
|
|
50352
|
+
modules = t7 == null ? _null : t7[i - 1];
|
|
50353
|
+
}
|
|
50354
|
+
t7 = J.get$iterator$ax(modules == null ? B.List_empty15 : modules);
|
|
50355
|
+
while (t7.moveNext$0()) {
|
|
50356
|
+
t8 = t7.get$current(t7);
|
|
50357
|
+
for (t9 = A.MapExtensions_get_pairs(t8.get$variables(), t1, t3), t9 = t9.get$iterator(t9); t9.moveNext$0();) {
|
|
50358
|
+
t10 = t9.get$current(t9);
|
|
50359
|
+
$name = t10._0;
|
|
50360
|
+
value = t10._1;
|
|
50361
|
+
t10 = t8.get$variableNodes().$index(0, $name);
|
|
50362
|
+
t10.toString;
|
|
50363
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue(value, _null, t10));
|
|
50364
|
+
}
|
|
50356
50365
|
}
|
|
50357
|
-
}
|
|
50358
|
-
for (t2 = this._async_environment$_variables, t4 = this._async_environment$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
50359
50366
|
values = t2[i];
|
|
50360
50367
|
nodes = t4[i];
|
|
50361
|
-
for (
|
|
50362
|
-
|
|
50363
|
-
$name =
|
|
50364
|
-
value =
|
|
50365
|
-
|
|
50366
|
-
|
|
50367
|
-
configuration.$indexSet(0, $name, new A.ConfiguredValue(value,
|
|
50368
|
+
for (t7 = A.MapExtensions_get_pairs(values, t1, t3), t7 = t7.get$iterator(t7); t7.moveNext$0();) {
|
|
50369
|
+
t8 = t7.get$current(t7);
|
|
50370
|
+
$name = t8._0;
|
|
50371
|
+
value = t8._1;
|
|
50372
|
+
t8 = nodes.$index(0, $name);
|
|
50373
|
+
t8.toString;
|
|
50374
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue(value, _null, t8));
|
|
50368
50375
|
}
|
|
50369
50376
|
}
|
|
50370
|
-
return new A.Configuration(configuration,
|
|
50377
|
+
return new A.Configuration(configuration, _null);
|
|
50371
50378
|
},
|
|
50372
50379
|
toModule$3(css, preModuleComments, extensionStore) {
|
|
50373
50380
|
return A._EnvironmentModule__EnvironmentModule0(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen(this._async_environment$_forwardedModules, new A.AsyncEnvironment_toModule_closure()));
|
|
@@ -51756,33 +51763,40 @@ self.util = _cliPkgRequires.util;
|
|
|
51756
51763
|
return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
|
|
51757
51764
|
},
|
|
51758
51765
|
toImplicitConfiguration$0() {
|
|
51759
|
-
var t2, t3, t4, t5, t6, $name, value,
|
|
51766
|
+
var t2, t3, t4, t5, t6, i, modules, t7, t8, t9, t10, $name, value, values, nodes, _this = this, _null = null,
|
|
51760
51767
|
t1 = type$.String,
|
|
51761
51768
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue);
|
|
51762
|
-
for (t2 =
|
|
51763
|
-
|
|
51764
|
-
|
|
51765
|
-
|
|
51766
|
-
|
|
51767
|
-
|
|
51768
|
-
|
|
51769
|
-
|
|
51770
|
-
|
|
51769
|
+
for (t2 = _this._variables, t3 = type$.Value, t4 = _this._variableNodes, t5 = _this._importedModules, t6 = A._instanceType(t5)._eval$1("LinkedHashMapKeysIterable<1>"), i = 0; i < t2.length; ++i) {
|
|
51770
|
+
if (i === 0)
|
|
51771
|
+
modules = new A.LinkedHashMapKeysIterable(t5, t6);
|
|
51772
|
+
else {
|
|
51773
|
+
t7 = _this._nestedForwardedModules;
|
|
51774
|
+
modules = t7 == null ? _null : t7[i - 1];
|
|
51775
|
+
}
|
|
51776
|
+
t7 = J.get$iterator$ax(modules == null ? B.List_empty10 : modules);
|
|
51777
|
+
while (t7.moveNext$0()) {
|
|
51778
|
+
t8 = t7.get$current(t7);
|
|
51779
|
+
for (t9 = A.MapExtensions_get_pairs(t8.get$variables(), t1, t3), t9 = t9.get$iterator(t9); t9.moveNext$0();) {
|
|
51780
|
+
t10 = t9.get$current(t9);
|
|
51781
|
+
$name = t10._0;
|
|
51782
|
+
value = t10._1;
|
|
51783
|
+
t10 = t8.get$variableNodes().$index(0, $name);
|
|
51784
|
+
t10.toString;
|
|
51785
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue(value, _null, t10));
|
|
51786
|
+
}
|
|
51771
51787
|
}
|
|
51772
|
-
}
|
|
51773
|
-
for (t2 = this._variables, t4 = this._variableNodes, i = 0; i < t2.length; ++i) {
|
|
51774
51788
|
values = t2[i];
|
|
51775
51789
|
nodes = t4[i];
|
|
51776
|
-
for (
|
|
51777
|
-
|
|
51778
|
-
$name =
|
|
51779
|
-
value =
|
|
51780
|
-
|
|
51781
|
-
|
|
51782
|
-
configuration.$indexSet(0, $name, new A.ConfiguredValue(value,
|
|
51790
|
+
for (t7 = A.MapExtensions_get_pairs(values, t1, t3), t7 = t7.get$iterator(t7); t7.moveNext$0();) {
|
|
51791
|
+
t8 = t7.get$current(t7);
|
|
51792
|
+
$name = t8._0;
|
|
51793
|
+
value = t8._1;
|
|
51794
|
+
t8 = nodes.$index(0, $name);
|
|
51795
|
+
t8.toString;
|
|
51796
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue(value, _null, t8));
|
|
51783
51797
|
}
|
|
51784
51798
|
}
|
|
51785
|
-
return new A.Configuration(configuration,
|
|
51799
|
+
return new A.Configuration(configuration, _null);
|
|
51786
51800
|
},
|
|
51787
51801
|
toModule$3(css, preModuleComments, extensionStore) {
|
|
51788
51802
|
return A._EnvironmentModule__EnvironmentModule(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen(this._forwardedModules, new A.Environment_toModule_closure()));
|
|
@@ -52627,7 +52641,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52627
52641
|
}
|
|
52628
52642
|
try {
|
|
52629
52643
|
argVersion = A.Version_Version$parse(id);
|
|
52630
|
-
sassVersion = A.Version_Version$parse("1.97.
|
|
52644
|
+
sassVersion = A.Version_Version$parse("1.97.2");
|
|
52631
52645
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52632
52646
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52633
52647
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -60879,7 +60893,7 @@ self.util = _cliPkgRequires.util;
|
|
|
60879
60893
|
if (_this.atEndOfStatement$0()) {
|
|
60880
60894
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
60881
60895
|
t2 = t1.offset;
|
|
60882
|
-
t2 = A.Interpolation$(B.
|
|
60896
|
+
t2 = A.Interpolation$(B.List_empty12, B.List_empty13, A._FileSpan$(t1.file, t2, t2));
|
|
60883
60897
|
t1 = t2;
|
|
60884
60898
|
} else
|
|
60885
60899
|
t1 = _this._interpolatedDeclarationValue$1$silentComments(false);
|
|
@@ -61406,7 +61420,7 @@ self.util = _cliPkgRequires.util;
|
|
|
61406
61420
|
t2 = A.LinkedHashSet_LinkedHashSet$of(shownMixinsAndFunctions, t1);
|
|
61407
61421
|
t3 = type$.UnmodifiableSetView_String;
|
|
61408
61422
|
t1 = A.LinkedHashSet_LinkedHashSet$of(shownVariables, t1);
|
|
61409
|
-
t4 = configuration == null ? B.
|
|
61423
|
+
t4 = configuration == null ? B.List_empty11 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable);
|
|
61410
61424
|
return new A.ForwardRule(url, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), _null, _null, prefix, t4, span);
|
|
61411
61425
|
} else if (hiddenMixinsAndFunctions != null) {
|
|
61412
61426
|
hiddenVariables.toString;
|
|
@@ -61414,10 +61428,10 @@ self.util = _cliPkgRequires.util;
|
|
|
61414
61428
|
t2 = A.LinkedHashSet_LinkedHashSet$of(hiddenMixinsAndFunctions, t1);
|
|
61415
61429
|
t3 = type$.UnmodifiableSetView_String;
|
|
61416
61430
|
t1 = A.LinkedHashSet_LinkedHashSet$of(hiddenVariables, t1);
|
|
61417
|
-
t4 = configuration == null ? B.
|
|
61431
|
+
t4 = configuration == null ? B.List_empty11 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable);
|
|
61418
61432
|
return new A.ForwardRule(url, _null, _null, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), prefix, t4, span);
|
|
61419
61433
|
} else
|
|
61420
|
-
return new A.ForwardRule(url, _null, _null, _null, _null, prefix, configuration == null ? B.
|
|
61434
|
+
return new A.ForwardRule(url, _null, _null, _null, _null, prefix, configuration == null ? B.List_empty11 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable), span);
|
|
61421
61435
|
},
|
|
61422
61436
|
_memberList$0() {
|
|
61423
61437
|
var _this = this,
|
|
@@ -61673,7 +61687,7 @@ self.util = _cliPkgRequires.util;
|
|
|
61673
61687
|
if (t2) {
|
|
61674
61688
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
61675
61689
|
t2 = t1.offset;
|
|
61676
|
-
contentParameters_ = new A.ParameterList(B.
|
|
61690
|
+
contentParameters_ = new A.ParameterList(B.List_empty14, _null, A._FileSpan$(t1.file, t2, t2));
|
|
61677
61691
|
} else
|
|
61678
61692
|
contentParameters_ = contentParameters;
|
|
61679
61693
|
wasInContentBlock = _this._inContentBlock;
|
|
@@ -61710,7 +61724,7 @@ self.util = _cliPkgRequires.util;
|
|
|
61710
61724
|
else {
|
|
61711
61725
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
61712
61726
|
t2 = t1.offset;
|
|
61713
|
-
parameters = new A.ParameterList(B.
|
|
61727
|
+
parameters = new A.ParameterList(B.List_empty14, null, A._FileSpan$(t1.file, t2, t2));
|
|
61714
61728
|
}
|
|
61715
61729
|
if (_this._stylesheet$_inMixin || _this._inContentBlock)
|
|
61716
61730
|
_this.error$2(0, string$.Mixinscm, _this.spanFrom$1(start));
|
|
@@ -61808,7 +61822,7 @@ self.util = _cliPkgRequires.util;
|
|
|
61808
61822
|
if (!_this._isUseAllowed)
|
|
61809
61823
|
_this.error$2(0, string$.x40use_r, span);
|
|
61810
61824
|
_this.expectStatementSeparator$1("@use rule");
|
|
61811
|
-
t1 = new A.UseRule(url, namespace, configuration == null ? B.
|
|
61825
|
+
t1 = new A.UseRule(url, namespace, configuration == null ? B.List_empty11 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable), span);
|
|
61812
61826
|
t1.UseRule$4$configuration(url, namespace, span, configuration);
|
|
61813
61827
|
return t1;
|
|
61814
61828
|
},
|
|
@@ -75792,7 +75806,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75792
75806
|
$call$body$_EvaluateVisitor__visitDynamicImport_closure() {
|
|
75793
75807
|
var $async$goto = 0,
|
|
75794
75808
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
75795
|
-
$async$returnValue, $async$self = this, t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0;
|
|
75809
|
+
$async$returnValue, $async$self = this, t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, t11, environment, module, visitor, _box_0;
|
|
75796
75810
|
var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
75797
75811
|
if ($async$errorCode === 1)
|
|
75798
75812
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -75860,16 +75874,17 @@ self.util = _cliPkgRequires.util;
|
|
|
75860
75874
|
t3 = type$.String;
|
|
75861
75875
|
t4 = type$.Module_AsyncCallable;
|
|
75862
75876
|
t5 = type$.AstNode;
|
|
75863
|
-
t6 =
|
|
75864
|
-
t7 =
|
|
75865
|
-
|
|
75866
|
-
t8 = t2._async_environment$_variableNodes;
|
|
75877
|
+
t6 = t2._async_environment$_nestedForwardedModules;
|
|
75878
|
+
t7 = A._setArrayType([], type$.JSArray_Module_AsyncCallable);
|
|
75879
|
+
t8 = t2._async_environment$_variables;
|
|
75867
75880
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
75868
|
-
t9 = t2._async_environment$
|
|
75881
|
+
t9 = t2._async_environment$_variableNodes;
|
|
75869
75882
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
75870
|
-
t10 = t2._async_environment$
|
|
75883
|
+
t10 = t2._async_environment$_functions;
|
|
75871
75884
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
75872
|
-
|
|
75885
|
+
t11 = t2._async_environment$_mixins;
|
|
75886
|
+
t11 = A._setArrayType(t11.slice(0), A._arrayInstanceType(t11));
|
|
75887
|
+
environment = A.AsyncEnvironment$_(A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t5), A.LinkedHashMap_LinkedHashMap$_empty(t4, t5), t2._async_environment$_importedModules, null, t6, t7, t8, t9, t10, t11, t2._async_environment$_content, t2._async_environment$_configurableVariables);
|
|
75873
75888
|
$async$goto = 7;
|
|
75874
75889
|
return A._asyncAwait(t1._async_evaluate$_withEnvironment$1$2(environment, new A._EvaluateVisitor__visitDynamicImport__closure6(_box_0, t1, loadsUserDefinedModules, environment, children), type$.Null), $async$call$0);
|
|
75875
75890
|
case 7:
|
|
@@ -78074,7 +78089,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78074
78089
|
var t1, _this = this,
|
|
78075
78090
|
oldImporter = _this._importer;
|
|
78076
78091
|
_this._importer = importer;
|
|
78077
|
-
_this.__stylesheet = A.Stylesheet$(B.
|
|
78092
|
+
_this.__stylesheet = A.Stylesheet$(B.List_empty16, nodeWithSpan.get$span(nodeWithSpan));
|
|
78078
78093
|
try {
|
|
78079
78094
|
t1 = callback.call$0();
|
|
78080
78095
|
return t1;
|
|
@@ -81212,7 +81227,7 @@ self.util = _cliPkgRequires.util;
|
|
|
81212
81227
|
};
|
|
81213
81228
|
A._EvaluateVisitor__visitDynamicImport_closure.prototype = {
|
|
81214
81229
|
call$0() {
|
|
81215
|
-
var t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0 = {};
|
|
81230
|
+
var t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, t11, environment, module, visitor, _box_0 = {};
|
|
81216
81231
|
_box_0.isDependency = _box_0.importer = _box_0.stylesheet = null;
|
|
81217
81232
|
t1 = this.$this;
|
|
81218
81233
|
t2 = this.$import;
|
|
@@ -81259,16 +81274,17 @@ self.util = _cliPkgRequires.util;
|
|
|
81259
81274
|
t3 = type$.String;
|
|
81260
81275
|
t4 = type$.Module_Callable;
|
|
81261
81276
|
t5 = type$.AstNode;
|
|
81262
|
-
t6 =
|
|
81263
|
-
t7 =
|
|
81264
|
-
|
|
81265
|
-
t8 = t2._variableNodes;
|
|
81277
|
+
t6 = t2._nestedForwardedModules;
|
|
81278
|
+
t7 = A._setArrayType([], type$.JSArray_Module_Callable);
|
|
81279
|
+
t8 = t2._variables;
|
|
81266
81280
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
81267
|
-
t9 = t2.
|
|
81281
|
+
t9 = t2._variableNodes;
|
|
81268
81282
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
81269
|
-
t10 = t2.
|
|
81283
|
+
t10 = t2._functions;
|
|
81270
81284
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
81271
|
-
|
|
81285
|
+
t11 = t2._mixins;
|
|
81286
|
+
t11 = A._setArrayType(t11.slice(0), A._arrayInstanceType(t11));
|
|
81287
|
+
environment = A.Environment$_(A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t5), A.LinkedHashMap_LinkedHashMap$_empty(t4, t5), t2._importedModules, null, t6, t7, t8, t9, t10, t11, t2._content, t2._configurableVariables);
|
|
81272
81288
|
t1._withEnvironment$2(environment, new A._EvaluateVisitor__visitDynamicImport__closure2(_box_0, t1, loadsUserDefinedModules, environment, children));
|
|
81273
81289
|
module = environment.toDummyModule$0();
|
|
81274
81290
|
t1._environment.importForwards$1(module);
|
|
@@ -87714,39 +87730,46 @@ self.util = _cliPkgRequires.util;
|
|
|
87714
87730
|
return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
|
|
87715
87731
|
},
|
|
87716
87732
|
toImplicitConfiguration$0() {
|
|
87717
|
-
var t2, t3, t4, t5, t6, $name, value,
|
|
87733
|
+
var t2, t3, t4, t5, t6, i, modules, t7, t8, t9, t10, $name, value, values, nodes, _this = this, _null = null,
|
|
87718
87734
|
t1 = type$.String,
|
|
87719
87735
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
87720
|
-
for (t2 =
|
|
87721
|
-
|
|
87722
|
-
|
|
87723
|
-
|
|
87724
|
-
|
|
87725
|
-
|
|
87726
|
-
|
|
87727
|
-
|
|
87728
|
-
|
|
87736
|
+
for (t2 = _this._async_environment0$_variables, t3 = type$.Value_2, t4 = _this._async_environment0$_variableNodes, t5 = _this._async_environment0$_importedModules, t6 = A._instanceType(t5)._eval$1("LinkedHashMapKeysIterable<1>"), i = 0; i < t2.length; ++i) {
|
|
87737
|
+
if (i === 0)
|
|
87738
|
+
modules = new A.LinkedHashMapKeysIterable(t5, t6);
|
|
87739
|
+
else {
|
|
87740
|
+
t7 = _this._async_environment0$_nestedForwardedModules;
|
|
87741
|
+
modules = t7 == null ? _null : t7[i - 1];
|
|
87742
|
+
}
|
|
87743
|
+
t7 = J.get$iterator$ax(modules == null ? B.List_empty30 : modules);
|
|
87744
|
+
while (t7.moveNext$0()) {
|
|
87745
|
+
t8 = t7.get$current(t7);
|
|
87746
|
+
for (t9 = A.MapExtensions_get_pairs0(t8.get$variables(), t1, t3), t9 = t9.get$iterator(t9); t9.moveNext$0();) {
|
|
87747
|
+
t10 = t9.get$current(t9);
|
|
87748
|
+
$name = t10._0;
|
|
87749
|
+
value = t10._1;
|
|
87750
|
+
t10 = t8.get$variableNodes().$index(0, $name);
|
|
87751
|
+
t10.toString;
|
|
87752
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, _null, t10));
|
|
87753
|
+
}
|
|
87729
87754
|
}
|
|
87730
|
-
}
|
|
87731
|
-
for (t2 = this._async_environment0$_variables, t4 = this._async_environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
87732
87755
|
values = t2[i];
|
|
87733
87756
|
nodes = t4[i];
|
|
87734
|
-
for (
|
|
87735
|
-
|
|
87736
|
-
$name =
|
|
87737
|
-
value =
|
|
87738
|
-
|
|
87739
|
-
|
|
87740
|
-
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value,
|
|
87757
|
+
for (t7 = A.MapExtensions_get_pairs0(values, t1, t3), t7 = t7.get$iterator(t7); t7.moveNext$0();) {
|
|
87758
|
+
t8 = t7.get$current(t7);
|
|
87759
|
+
$name = t8._0;
|
|
87760
|
+
value = t8._1;
|
|
87761
|
+
t8 = nodes.$index(0, $name);
|
|
87762
|
+
t8.toString;
|
|
87763
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, _null, t8));
|
|
87741
87764
|
}
|
|
87742
87765
|
}
|
|
87743
|
-
return new A.Configuration0(configuration,
|
|
87766
|
+
return new A.Configuration0(configuration, _null);
|
|
87744
87767
|
},
|
|
87745
87768
|
toModule$3(css, preModuleComments, extensionStore) {
|
|
87746
87769
|
return A._EnvironmentModule__EnvironmentModule2(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toModule_closure0()));
|
|
87747
87770
|
},
|
|
87748
87771
|
toDummyModule$0() {
|
|
87749
|
-
return A._EnvironmentModule__EnvironmentModule2(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.
|
|
87772
|
+
return A._EnvironmentModule__EnvironmentModule2(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty20, type$.UnmodifiableListView_CssNode_2), A.SourceFile$decoded(B.List_empty4, "<dummy module>").span$1(0, 0)), B.Map_empty16, B.C_EmptyExtensionStore0, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toDummyModule_closure0()));
|
|
87750
87773
|
},
|
|
87751
87774
|
_async_environment0$_getModule$1(namespace) {
|
|
87752
87775
|
var _0_0 = this._async_environment0$_modules.$index(0, namespace);
|
|
@@ -92174,7 +92197,7 @@ self.util = _cliPkgRequires.util;
|
|
|
92174
92197
|
rest = J.sublist$1$ax(evaluated._values[2], t1);
|
|
92175
92198
|
J.removeRange$2$ax(evaluated._values[2], t1, J.get$length$asx(evaluated._values[2]));
|
|
92176
92199
|
} else
|
|
92177
|
-
rest = B.
|
|
92200
|
+
rest = B.List_empty23;
|
|
92178
92201
|
t1 = evaluated._values[0];
|
|
92179
92202
|
argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : evaluated._values[4]);
|
|
92180
92203
|
J.add$1$ax(evaluated._values[2], argumentList);
|
|
@@ -93933,7 +93956,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93933
93956
|
}
|
|
93934
93957
|
t4 = new A.ValueExpression0(new A.SassMap0(A.ConstantMap_ConstantMap$from(t6, t5, t5)), callableNode.get$span(callableNode));
|
|
93935
93958
|
}
|
|
93936
|
-
invocation = A.ArgumentList$0(B.
|
|
93959
|
+
invocation = A.ArgumentList$0(B.List_empty24, B.Map_empty14, B.Map_empty5, t2, t4, new A.ValueExpression0(args, t3));
|
|
93937
93960
|
$async$goto = $function instanceof A.SassString0 ? 3 : 4;
|
|
93938
93961
|
break;
|
|
93939
93962
|
case 3:
|
|
@@ -94062,7 +94085,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94062
94085
|
args = type$.SassArgumentList_2._as(t1.$index($arguments, 1));
|
|
94063
94086
|
t1 = $async$self.$this;
|
|
94064
94087
|
callableNode = t1._async_evaluate0$_callableNode;
|
|
94065
|
-
invocation = A.ArgumentList$0(B.
|
|
94088
|
+
invocation = A.ArgumentList$0(B.List_empty24, B.Map_empty14, B.Map_empty5, callableNode.get$span(callableNode), null, new A.ValueExpression0(args, callableNode.get$span(callableNode)));
|
|
94066
94089
|
$async$goto = 2;
|
|
94067
94090
|
return A._asyncAwait(t1._async_evaluate0$_applyMixin$5(mixin.assertMixin$1("mixin").assertCompileContext$1(t1._async_evaluate0$_compileContext).callable, t1._async_evaluate0$_environment._async_environment0$_content, invocation, callableNode, callableNode), $async$call$1);
|
|
94068
94091
|
case 2:
|
|
@@ -94970,7 +94993,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94970
94993
|
$call$body$_EvaluateVisitor__visitDynamicImport_closure0() {
|
|
94971
94994
|
var $async$goto = 0,
|
|
94972
94995
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
94973
|
-
$async$returnValue, $async$self = this, t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0;
|
|
94996
|
+
$async$returnValue, $async$self = this, t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, t11, environment, module, visitor, _box_0;
|
|
94974
94997
|
var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
94975
94998
|
if ($async$errorCode === 1)
|
|
94976
94999
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -95038,16 +95061,17 @@ self.util = _cliPkgRequires.util;
|
|
|
95038
95061
|
t3 = type$.String;
|
|
95039
95062
|
t4 = type$.Module_AsyncCallable_2;
|
|
95040
95063
|
t5 = type$.AstNode_2;
|
|
95041
|
-
t6 =
|
|
95042
|
-
t7 =
|
|
95043
|
-
|
|
95044
|
-
t8 = t2._async_environment0$_variableNodes;
|
|
95064
|
+
t6 = t2._async_environment0$_nestedForwardedModules;
|
|
95065
|
+
t7 = A._setArrayType([], type$.JSArray_Module_AsyncCallable_2);
|
|
95066
|
+
t8 = t2._async_environment0$_variables;
|
|
95045
95067
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
95046
|
-
t9 = t2._async_environment0$
|
|
95068
|
+
t9 = t2._async_environment0$_variableNodes;
|
|
95047
95069
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
95048
|
-
t10 = t2._async_environment0$
|
|
95070
|
+
t10 = t2._async_environment0$_functions;
|
|
95049
95071
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
95050
|
-
|
|
95072
|
+
t11 = t2._async_environment0$_mixins;
|
|
95073
|
+
t11 = A._setArrayType(t11.slice(0), A._arrayInstanceType(t11));
|
|
95074
|
+
environment = A.AsyncEnvironment$_0(A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t5), A.LinkedHashMap_LinkedHashMap$_empty(t4, t5), t2._async_environment0$_importedModules, null, t6, t7, t8, t9, t10, t11, t2._async_environment0$_content, t2._async_environment0$_configurableVariables);
|
|
95051
95075
|
$async$goto = 7;
|
|
95052
95076
|
return A._asyncAwait(t1._async_evaluate0$_withEnvironment$1$2(environment, new A._EvaluateVisitor__visitDynamicImport__closure14(_box_0, t1, loadsUserDefinedModules, environment, children), type$.Null), $async$call$0);
|
|
95053
95077
|
case 7:
|
|
@@ -96403,7 +96427,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96403
96427
|
// after for
|
|
96404
96428
|
restParameter = t3.restParameter;
|
|
96405
96429
|
if (restParameter != null) {
|
|
96406
|
-
rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.
|
|
96430
|
+
rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.List_empty23;
|
|
96407
96431
|
t5 = t2[0];
|
|
96408
96432
|
t6 = t2[4];
|
|
96409
96433
|
argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : t6);
|
|
@@ -98082,7 +98106,7 @@ self.util = _cliPkgRequires.util;
|
|
|
98082
98106
|
};
|
|
98083
98107
|
A.BuiltInModule0.prototype = {
|
|
98084
98108
|
get$upstream() {
|
|
98085
|
-
return B.
|
|
98109
|
+
return B.List_empty22;
|
|
98086
98110
|
},
|
|
98087
98111
|
get$variableNodes() {
|
|
98088
98112
|
return B.Map_empty13;
|
|
@@ -98091,7 +98115,7 @@ self.util = _cliPkgRequires.util;
|
|
|
98091
98115
|
return B.C_EmptyExtensionStore0;
|
|
98092
98116
|
},
|
|
98093
98117
|
get$css(_) {
|
|
98094
|
-
return new A.CssStylesheet0(B.
|
|
98118
|
+
return new A.CssStylesheet0(B.List_empty20, A.SourceFile$decoded(B.List_empty4, this.url).span$2(0, 0, 0));
|
|
98095
98119
|
},
|
|
98096
98120
|
get$preModuleComments() {
|
|
98097
98121
|
return B.Map_empty12;
|
|
@@ -101351,7 +101375,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101351
101375
|
if (_0_1 <= 0) {
|
|
101352
101376
|
t1 = A.List_List$_of(_this.leadingCombinators, type$.CssValue_Combinator_2);
|
|
101353
101377
|
B.JSArray_methods.addAll$1(t1, combinators);
|
|
101354
|
-
t1 = A.ComplexSelector$0(t1, B.
|
|
101378
|
+
t1 = A.ComplexSelector$0(t1, B.List_empty19, _this.span, _this.lineBreak);
|
|
101355
101379
|
break $label0$0;
|
|
101356
101380
|
}
|
|
101357
101381
|
t1 = null;
|
|
@@ -102399,7 +102423,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102399
102423
|
return B.C_EmptyUnmodifiableSet0;
|
|
102400
102424
|
},
|
|
102401
102425
|
extensionsWhereTarget$1(callback) {
|
|
102402
|
-
return B.
|
|
102426
|
+
return B.List_empty21;
|
|
102403
102427
|
},
|
|
102404
102428
|
addSelector$2(selector, mediaContext) {
|
|
102405
102429
|
throw A.wrapException(A.UnsupportedError$("addSelector() can't be called for a const ExtensionStore."));
|
|
@@ -102893,39 +102917,46 @@ self.util = _cliPkgRequires.util;
|
|
|
102893
102917
|
return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
|
|
102894
102918
|
},
|
|
102895
102919
|
toImplicitConfiguration$0() {
|
|
102896
|
-
var t2, t3, t4, t5, t6, $name, value,
|
|
102920
|
+
var t2, t3, t4, t5, t6, i, modules, t7, t8, t9, t10, $name, value, values, nodes, _this = this, _null = null,
|
|
102897
102921
|
t1 = type$.String,
|
|
102898
102922
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
102899
|
-
for (t2 =
|
|
102900
|
-
|
|
102901
|
-
|
|
102902
|
-
|
|
102903
|
-
|
|
102904
|
-
|
|
102905
|
-
|
|
102906
|
-
|
|
102907
|
-
|
|
102923
|
+
for (t2 = _this._environment0$_variables, t3 = type$.Value_2, t4 = _this._environment0$_variableNodes, t5 = _this._environment0$_importedModules, t6 = A._instanceType(t5)._eval$1("LinkedHashMapKeysIterable<1>"), i = 0; i < t2.length; ++i) {
|
|
102924
|
+
if (i === 0)
|
|
102925
|
+
modules = new A.LinkedHashMapKeysIterable(t5, t6);
|
|
102926
|
+
else {
|
|
102927
|
+
t7 = _this._environment0$_nestedForwardedModules;
|
|
102928
|
+
modules = t7 == null ? _null : t7[i - 1];
|
|
102929
|
+
}
|
|
102930
|
+
t7 = J.get$iterator$ax(modules == null ? B.List_empty25 : modules);
|
|
102931
|
+
while (t7.moveNext$0()) {
|
|
102932
|
+
t8 = t7.get$current(t7);
|
|
102933
|
+
for (t9 = A.MapExtensions_get_pairs0(t8.get$variables(), t1, t3), t9 = t9.get$iterator(t9); t9.moveNext$0();) {
|
|
102934
|
+
t10 = t9.get$current(t9);
|
|
102935
|
+
$name = t10._0;
|
|
102936
|
+
value = t10._1;
|
|
102937
|
+
t10 = t8.get$variableNodes().$index(0, $name);
|
|
102938
|
+
t10.toString;
|
|
102939
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, _null, t10));
|
|
102940
|
+
}
|
|
102908
102941
|
}
|
|
102909
|
-
}
|
|
102910
|
-
for (t2 = this._environment0$_variables, t4 = this._environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
102911
102942
|
values = t2[i];
|
|
102912
102943
|
nodes = t4[i];
|
|
102913
|
-
for (
|
|
102914
|
-
|
|
102915
|
-
$name =
|
|
102916
|
-
value =
|
|
102917
|
-
|
|
102918
|
-
|
|
102919
|
-
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value,
|
|
102944
|
+
for (t7 = A.MapExtensions_get_pairs0(values, t1, t3), t7 = t7.get$iterator(t7); t7.moveNext$0();) {
|
|
102945
|
+
t8 = t7.get$current(t7);
|
|
102946
|
+
$name = t8._0;
|
|
102947
|
+
value = t8._1;
|
|
102948
|
+
t8 = nodes.$index(0, $name);
|
|
102949
|
+
t8.toString;
|
|
102950
|
+
configuration.$indexSet(0, $name, new A.ConfiguredValue0(value, _null, t8));
|
|
102920
102951
|
}
|
|
102921
102952
|
}
|
|
102922
|
-
return new A.Configuration0(configuration,
|
|
102953
|
+
return new A.Configuration0(configuration, _null);
|
|
102923
102954
|
},
|
|
102924
102955
|
toModule$3(css, preModuleComments, extensionStore) {
|
|
102925
102956
|
return A._EnvironmentModule__EnvironmentModule1(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toModule_closure0()));
|
|
102926
102957
|
},
|
|
102927
102958
|
toDummyModule$0() {
|
|
102928
|
-
return A._EnvironmentModule__EnvironmentModule1(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.
|
|
102959
|
+
return A._EnvironmentModule__EnvironmentModule1(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty20, type$.UnmodifiableListView_CssNode_2), A.SourceFile$decoded(B.List_empty4, "<dummy module>").span$1(0, 0)), B.Map_empty10, B.C_EmptyExtensionStore0, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toDummyModule_closure0()));
|
|
102929
102960
|
},
|
|
102930
102961
|
_environment0$_getModule$1(namespace) {
|
|
102931
102962
|
var _0_0 = this._environment0$_modules.$index(0, namespace);
|
|
@@ -105025,7 +105056,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105025
105056
|
rest = B.JSArray_methods.sublist$1(evaluated._values[2], t1);
|
|
105026
105057
|
B.JSArray_methods.removeRange$2(evaluated._values[2], t1, evaluated._values[2].length);
|
|
105027
105058
|
} else
|
|
105028
|
-
rest = B.
|
|
105059
|
+
rest = B.List_empty23;
|
|
105029
105060
|
t1 = evaluated._values[0];
|
|
105030
105061
|
argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : evaluated._values[4]);
|
|
105031
105062
|
evaluated._values[2].push(argumentList);
|
|
@@ -105859,7 +105890,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105859
105890
|
}
|
|
105860
105891
|
t4 = new A.ValueExpression0(new A.SassMap0(A.ConstantMap_ConstantMap$from(t6, t5, t5)), callableNode.get$span(callableNode));
|
|
105861
105892
|
}
|
|
105862
|
-
invocation = A.ArgumentList$0(B.
|
|
105893
|
+
invocation = A.ArgumentList$0(B.List_empty24, B.Map_empty14, B.Map_empty5, t2, t4, new A.ValueExpression0(args, t3));
|
|
105863
105894
|
if ($function instanceof A.SassString0) {
|
|
105864
105895
|
A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_LIY);
|
|
105865
105896
|
callableNode = t1._evaluate0$_callableNode;
|
|
@@ -105933,7 +105964,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105933
105964
|
args = type$.SassArgumentList_2._as(t1.$index($arguments, 1));
|
|
105934
105965
|
t1 = this.$this;
|
|
105935
105966
|
callableNode = t1._evaluate0$_callableNode;
|
|
105936
|
-
invocation = A.ArgumentList$0(B.
|
|
105967
|
+
invocation = A.ArgumentList$0(B.List_empty24, B.Map_empty14, B.Map_empty5, callableNode.get$span(callableNode), null, new A.ValueExpression0(args, callableNode.get$span(callableNode)));
|
|
105937
105968
|
callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
|
|
105938
105969
|
$content = t1._evaluate0$_environment._environment0$_content;
|
|
105939
105970
|
if (type$.Callable_2._is(callable))
|
|
@@ -106377,7 +106408,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106377
106408
|
};
|
|
106378
106409
|
A._EvaluateVisitor__visitDynamicImport_closure1.prototype = {
|
|
106379
106410
|
call$0() {
|
|
106380
|
-
var t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, environment, module, visitor, _box_0 = {};
|
|
106411
|
+
var t1, t2, _0_0, stylesheet, importer, isDependency, t3, url, oldImporter, oldStylesheet, oldInDependency, loadsUserDefinedModules, children, t4, t5, t6, t7, t8, t9, t10, t11, environment, module, visitor, _box_0 = {};
|
|
106381
106412
|
_box_0.isDependency = _box_0.importer = _box_0.stylesheet = null;
|
|
106382
106413
|
t1 = this.$this;
|
|
106383
106414
|
t2 = this.$import;
|
|
@@ -106424,16 +106455,17 @@ self.util = _cliPkgRequires.util;
|
|
|
106424
106455
|
t3 = type$.String;
|
|
106425
106456
|
t4 = type$.Module_Callable_2;
|
|
106426
106457
|
t5 = type$.AstNode_2;
|
|
106427
|
-
t6 =
|
|
106428
|
-
t7 =
|
|
106429
|
-
|
|
106430
|
-
t8 = t2._environment0$_variableNodes;
|
|
106458
|
+
t6 = t2._environment0$_nestedForwardedModules;
|
|
106459
|
+
t7 = A._setArrayType([], type$.JSArray_Module_Callable_2);
|
|
106460
|
+
t8 = t2._environment0$_variables;
|
|
106431
106461
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
106432
|
-
t9 = t2._environment0$
|
|
106462
|
+
t9 = t2._environment0$_variableNodes;
|
|
106433
106463
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
106434
|
-
t10 = t2._environment0$
|
|
106464
|
+
t10 = t2._environment0$_functions;
|
|
106435
106465
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
106436
|
-
|
|
106466
|
+
t11 = t2._environment0$_mixins;
|
|
106467
|
+
t11 = A._setArrayType(t11.slice(0), A._arrayInstanceType(t11));
|
|
106468
|
+
environment = A.Environment$_0(A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), A.LinkedHashMap_LinkedHashMap$_empty(t3, t5), A.LinkedHashMap_LinkedHashMap$_empty(t4, t5), t2._environment0$_importedModules, null, t6, t7, t8, t9, t10, t11, t2._environment0$_content, t2._environment0$_configurableVariables);
|
|
106437
106469
|
t1._evaluate0$_withEnvironment$2(environment, new A._EvaluateVisitor__visitDynamicImport__closure10(_box_0, t1, loadsUserDefinedModules, environment, children));
|
|
106438
106470
|
module = environment.toDummyModule$0();
|
|
106439
106471
|
t1._evaluate0$_environment.importForwards$1(module);
|
|
@@ -107032,7 +107064,7 @@ self.util = _cliPkgRequires.util;
|
|
|
107032
107064
|
restParameter = t3.restParameter;
|
|
107033
107065
|
if (restParameter != null) {
|
|
107034
107066
|
t6 = t2[2];
|
|
107035
|
-
rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.
|
|
107067
|
+
rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.List_empty23;
|
|
107036
107068
|
t5 = t2[0];
|
|
107037
107069
|
t6 = t2[4];
|
|
107038
107070
|
argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : t6);
|
|
@@ -108340,7 +108372,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108340
108372
|
extended = this._extension_store$_extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
|
|
108341
108373
|
if (extended == null) {
|
|
108342
108374
|
if (extendedNotExpanded != null)
|
|
108343
|
-
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.
|
|
108375
|
+
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty17, A._setArrayType([component], t10), t8, t6)], t9));
|
|
108344
108376
|
} else if (extendedNotExpanded != null)
|
|
108345
108377
|
extendedNotExpanded.push(extended);
|
|
108346
108378
|
else if (i !== 0) {
|
|
@@ -108395,9 +108427,9 @@ self.util = _cliPkgRequires.util;
|
|
|
108395
108427
|
compound = new A.CompoundSelector0(t12, t10);
|
|
108396
108428
|
if (t12.length === 0)
|
|
108397
108429
|
A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
|
|
108398
|
-
result = A.List_List$from(B.
|
|
108430
|
+
result = A.List_List$from(B.List_empty17, false, t6);
|
|
108399
108431
|
result.$flags = 3;
|
|
108400
|
-
t12 = A.ComplexSelector$0(B.
|
|
108432
|
+
t12 = A.ComplexSelector$0(B.List_empty17, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
|
|
108401
108433
|
_this._extension_store$_sourceSpecificityFor$1(compound);
|
|
108402
108434
|
options.push(A._setArrayType([new A.Extender0(t12, true)], t5));
|
|
108403
108435
|
}
|
|
@@ -108427,7 +108459,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108427
108459
|
t1 = t1 === B.ExtendMode_replace_1_replace0;
|
|
108428
108460
|
t4 = !t1;
|
|
108429
108461
|
if (t4)
|
|
108430
|
-
t3.push(A.ComplexSelector$0(B.
|
|
108462
|
+
t3.push(A.ComplexSelector$0(B.List_empty17, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(J.expand$1$1$ax(J.get$first$ax(extenderPaths), new A.ExtensionStore__extendCompound_closure2(), t11), t2.span), A.List_List$unmodifiable(component.combinators, t6), t10)], t7), t10, false));
|
|
108431
108463
|
t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
|
|
108432
108464
|
t5 = t2.$ti;
|
|
108433
108465
|
t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
|
|
@@ -108467,7 +108499,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108467
108499
|
}
|
|
108468
108500
|
}
|
|
108469
108501
|
if (originals != null)
|
|
108470
|
-
toUnify.addFirst$1(A.ComplexSelector$0(B.
|
|
108502
|
+
toUnify.addFirst$1(A.ComplexSelector$0(B.List_empty17, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(originals, span), A.List_List$unmodifiable(B.List_empty17, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, originalsLineBreak));
|
|
108471
108503
|
complexes = A.unifyComplex0(toUnify, span);
|
|
108472
108504
|
if (complexes == null)
|
|
108473
108505
|
return _null;
|
|
@@ -108491,7 +108523,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108491
108523
|
},
|
|
108492
108524
|
_extension_store$_extenderForSimple$1(simple) {
|
|
108493
108525
|
var t1 = simple.span;
|
|
108494
|
-
t1 = A.ComplexSelector$0(B.
|
|
108526
|
+
t1 = A.ComplexSelector$0(B.List_empty17, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([simple], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty17, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2), t1, false);
|
|
108495
108527
|
this._extension_store$_sourceSpecificity.$index(0, simple);
|
|
108496
108528
|
return new A.Extender0(t1, true);
|
|
108497
108529
|
},
|
|
@@ -109214,7 +109246,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109214
109246
|
if (!A._mustUnify0(group1, group2))
|
|
109215
109247
|
return null;
|
|
109216
109248
|
t1 = this.span;
|
|
109217
|
-
unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.
|
|
109249
|
+
unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.List_empty17, group1, t1, false), A.ComplexSelector$0(B.List_empty17, group2, t1, false)], type$.JSArray_ComplexSelector_2), t1);
|
|
109218
109250
|
if (unified == null)
|
|
109219
109251
|
t1 = null;
|
|
109220
109252
|
else {
|
|
@@ -109348,7 +109380,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109348
109380
|
if (t2 != null)
|
|
109349
109381
|
B.JSArray_methods.addAll$1(t1, t2);
|
|
109350
109382
|
t2 = this.compound2;
|
|
109351
|
-
t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.
|
|
109383
|
+
t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty17, type$.CssValue_Combinator_2), t2.span));
|
|
109352
109384
|
t1 = A.complexIsSuperselector0(complex1.components, t1);
|
|
109353
109385
|
} else
|
|
109354
109386
|
t1 = false;
|
|
@@ -112001,7 +112033,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112001
112033
|
try {
|
|
112002
112034
|
if (!(parentSelector instanceof A.ParentSelector0)) {
|
|
112003
112035
|
t2 = component.span;
|
|
112004
|
-
t2 = A._setArrayType([A.ComplexSelector$0(B.
|
|
112036
|
+
t2 = A._setArrayType([A.ComplexSelector$0(B.List_empty17, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(resolvedSimples, t1.span), A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t2)], type$.JSArray_ComplexSelectorComponent_2), t2, false)], type$.JSArray_ComplexSelector_2);
|
|
112005
112037
|
return t2;
|
|
112006
112038
|
} else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
|
|
112007
112039
|
t1 = $parent.withAdditionalCombinators$1(component.combinators);
|
|
@@ -113050,7 +113082,7 @@ self.util = _cliPkgRequires.util;
|
|
|
113050
113082
|
},
|
|
113051
113083
|
get$hashCode(_) {
|
|
113052
113084
|
var t1 = this._map0$_contents;
|
|
113053
|
-
return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.
|
|
113085
|
+
return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.List_empty23) : B.C_MapEquality.hash$1(t1);
|
|
113054
113086
|
}
|
|
113055
113087
|
};
|
|
113056
113088
|
A.global_closure43.prototype = {
|
|
@@ -118453,7 +118485,7 @@ self.util = _cliPkgRequires.util;
|
|
|
118453
118485
|
t1 = this.span;
|
|
118454
118486
|
t2 = A._setArrayType([new A.ComplexSelectorComponent0(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2);
|
|
118455
118487
|
B.JSArray_methods.addAll$1(t2, rest);
|
|
118456
|
-
return A.ComplexSelector$0(B.
|
|
118488
|
+
return A.ComplexSelector$0(B.List_empty17, t2, t1, false);
|
|
118457
118489
|
},
|
|
118458
118490
|
$signature: 61
|
|
118459
118491
|
};
|
|
@@ -118639,7 +118671,7 @@ self.util = _cliPkgRequires.util;
|
|
|
118639
118671
|
initialCombinators = combinators;
|
|
118640
118672
|
else
|
|
118641
118673
|
t1.error$1(0, _s18_);
|
|
118642
|
-
t3 = initialCombinators == null ? B.
|
|
118674
|
+
t3 = initialCombinators == null ? B.List_empty17 : initialCombinators;
|
|
118643
118675
|
return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
118644
118676
|
},
|
|
118645
118677
|
_selector$_complexSelector$0() {
|
|
@@ -122829,7 +122861,7 @@ self.util = _cliPkgRequires.util;
|
|
|
122829
122861
|
if (_this.atEndOfStatement$0()) {
|
|
122830
122862
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
122831
122863
|
t2 = t1.offset;
|
|
122832
|
-
t2 = A.Interpolation$0(B.
|
|
122864
|
+
t2 = A.Interpolation$0(B.List_empty12, B.List_empty13, A._FileSpan$(t1.file, t2, t2));
|
|
122833
122865
|
t1 = t2;
|
|
122834
122866
|
} else
|
|
122835
122867
|
t1 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
|
|
@@ -123069,7 +123101,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123069
123101
|
if (!_this._stylesheet0$_isUseAllowed)
|
|
123070
123102
|
_this.error$2(0, string$.x40use_r, span);
|
|
123071
123103
|
_this.expectStatementSeparator$1("@use rule");
|
|
123072
|
-
t1 = new A.UseRule0(url, namespace, configuration == null ? B.
|
|
123104
|
+
t1 = new A.UseRule0(url, namespace, configuration == null ? B.List_empty26 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
|
|
123073
123105
|
t1.UseRule$4$configuration0(url, namespace, span, configuration);
|
|
123074
123106
|
return t1;
|
|
123075
123107
|
case "warn":
|
|
@@ -123380,7 +123412,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123380
123412
|
t2 = A.LinkedHashSet_LinkedHashSet$of(shownMixinsAndFunctions, t1);
|
|
123381
123413
|
t3 = type$.UnmodifiableSetView_String;
|
|
123382
123414
|
t1 = A.LinkedHashSet_LinkedHashSet$of(shownVariables, t1);
|
|
123383
|
-
t4 = configuration == null ? B.
|
|
123415
|
+
t4 = configuration == null ? B.List_empty26 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
|
|
123384
123416
|
return new A.ForwardRule0(url, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), _null, _null, prefix, t4, span);
|
|
123385
123417
|
} else if (hiddenMixinsAndFunctions != null) {
|
|
123386
123418
|
hiddenVariables.toString;
|
|
@@ -123388,10 +123420,10 @@ self.util = _cliPkgRequires.util;
|
|
|
123388
123420
|
t2 = A.LinkedHashSet_LinkedHashSet$of(hiddenMixinsAndFunctions, t1);
|
|
123389
123421
|
t3 = type$.UnmodifiableSetView_String;
|
|
123390
123422
|
t1 = A.LinkedHashSet_LinkedHashSet$of(hiddenVariables, t1);
|
|
123391
|
-
t4 = configuration == null ? B.
|
|
123423
|
+
t4 = configuration == null ? B.List_empty26 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
|
|
123392
123424
|
return new A.ForwardRule0(url, _null, _null, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), prefix, t4, span);
|
|
123393
123425
|
} else
|
|
123394
|
-
return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.
|
|
123426
|
+
return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.List_empty26 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
|
|
123395
123427
|
},
|
|
123396
123428
|
_stylesheet0$_memberList$0() {
|
|
123397
123429
|
var _this = this,
|
|
@@ -123647,7 +123679,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123647
123679
|
if (t2) {
|
|
123648
123680
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
123649
123681
|
t2 = t1.offset;
|
|
123650
|
-
contentParameters_ = new A.ParameterList0(B.
|
|
123682
|
+
contentParameters_ = new A.ParameterList0(B.List_empty27, _null, A._FileSpan$(t1.file, t2, t2));
|
|
123651
123683
|
} else
|
|
123652
123684
|
contentParameters_ = contentParameters;
|
|
123653
123685
|
wasInContentBlock = _this._stylesheet0$_inContentBlock;
|
|
@@ -123684,7 +123716,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123684
123716
|
else {
|
|
123685
123717
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
123686
123718
|
t2 = t1.offset;
|
|
123687
|
-
parameters = new A.ParameterList0(B.
|
|
123719
|
+
parameters = new A.ParameterList0(B.List_empty27, null, A._FileSpan$(t1.file, t2, t2));
|
|
123688
123720
|
}
|
|
123689
123721
|
if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
|
|
123690
123722
|
_this.error$2(0, string$.Mixinscm, _this.spanFrom$1(start));
|
|
@@ -126652,7 +126684,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126652
126684
|
t2 = t1.scanner;
|
|
126653
126685
|
t2 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
|
|
126654
126686
|
t3 = t2.offset;
|
|
126655
|
-
parameters = new A.ParameterList0(B.
|
|
126687
|
+
parameters = new A.ParameterList0(B.List_empty27, null, A._FileSpan$(t2.file, t3, t3));
|
|
126656
126688
|
}
|
|
126657
126689
|
t1.scanner.expectDone$0();
|
|
126658
126690
|
return new A._Record_2($name, parameters);
|
|
@@ -130353,48 +130385,52 @@ self.util = _cliPkgRequires.util;
|
|
|
130353
130385
|
B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
|
|
130354
130386
|
B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
|
|
130355
130387
|
B.List_BFg = makeConstList([B.Set_V30th, B.Set_5FBBb, B.Set_cXesm, B.Set_1Tayw, B.Set_w2NC6], A.findType("JSArray<Set<String>>"));
|
|
130356
|
-
B.
|
|
130388
|
+
B.Deprecation_uqF = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "1.94.0", 14, "cssFunctionMixin");
|
|
130357
130389
|
B.Deprecation_Fpx = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", "1.92.0", 15, "mixedDecls");
|
|
130358
130390
|
B.Deprecation_Byo = new A.Deprecation0("type-function", "1.86.0", 'Functions named "type".', "1.92.0", 22, "typeFunction");
|
|
130359
|
-
B.
|
|
130391
|
+
B.List_DUj = makeConstList([B.Deprecation_LIY, B.Deprecation_VUl, B.Deprecation_Gmv, B.Deprecation_Vc9, B.Deprecation_pwd, B.Deprecation_mqF, B.Deprecation_v81, B.Deprecation_2PR, B.Deprecation_Kh7, B.Deprecation_PHd, B.Deprecation_DVV, B.Deprecation_ox0, B.Deprecation_w3M, B.Deprecation_LUk, B.Deprecation_uqF, B.Deprecation_Fpx, B.Deprecation_p2t, B.Deprecation_alT, B.Deprecation_hJG, B.Deprecation_PGp, B.Deprecation_L3L, B.Deprecation_SGB, B.Deprecation_Byo, B.Deprecation_y9Y, B.Deprecation_Jgi, B.Deprecation_lkJ, B.Deprecation_qka, B.Deprecation_WdA, B.Deprecation_AA4], A.findType("JSArray<Deprecation0>"));
|
|
130392
|
+
B.List_UqK = makeConstList([B.CalculationOperator_dpX0, B.CalculationOperator_KrC0, B.CalculationOperator_LPB0, B.CalculationOperator_wFL0], A.findType("JSArray<CalculationOperator0>"));
|
|
130360
130393
|
B.Deprecation_NNd = new A.Deprecation("null-alpha", "1.62.3", null, 11, "nullAlpha");
|
|
130361
|
-
B.
|
|
130394
|
+
B.Deprecation_ov6 = new A.Deprecation("css-function-mixin", "1.76.0", "1.94.0", 14, "cssFunctionMixin");
|
|
130362
130395
|
B.Deprecation_Uqa = new A.Deprecation("mixed-decls", "1.77.7", "1.92.0", 15, "mixedDecls");
|
|
130363
130396
|
B.Deprecation_mme = new A.Deprecation("color-4-api", "1.79.0", null, 17, "color4Api");
|
|
130364
130397
|
B.Deprecation_cfK = new A.Deprecation("legacy-js-api", "1.79.0", null, 19, "legacyJsApi");
|
|
130365
130398
|
B.Deprecation_ST9 = new A.Deprecation("type-function", "1.86.0", "1.92.0", 22, "typeFunction");
|
|
130366
130399
|
B.Deprecation_Pq8 = new A.Deprecation("calc-interp", null, null, 28, "calcInterp");
|
|
130367
|
-
B.
|
|
130368
|
-
B.
|
|
130369
|
-
B.
|
|
130370
|
-
B.List_empty27 = makeConstList([], type$.JSArray_AsyncImporter);
|
|
130400
|
+
B.List_eCP = makeConstList([B.Deprecation_c4i, B.Deprecation_HUu, B.Deprecation_PmQ, B.Deprecation_IqB, B.Deprecation_jGw, B.Deprecation_7Bn, B.Deprecation_qZ1, B.Deprecation_0rM, B.Deprecation_K9u, B.Deprecation_7TE, B.Deprecation_nRC, B.Deprecation_NNd, B.Deprecation_Usi, B.Deprecation_uJ0, B.Deprecation_ov6, B.Deprecation_Uqa, B.Deprecation_PY0, B.Deprecation_mme, B.Deprecation_zUK, B.Deprecation_cfK, B.Deprecation_6BW, B.Deprecation_WW3, B.Deprecation_ST9, B.Deprecation_r8S, B.Deprecation_8Zg, B.Deprecation_mXO, B.Deprecation_qPD, B.Deprecation_zQD, B.Deprecation_Pq8], A.findType("JSArray<Deprecation>"));
|
|
130401
|
+
B.List_empty29 = makeConstList([], type$.JSArray_AsyncCallable_2);
|
|
130402
|
+
B.List_empty31 = makeConstList([], type$.JSArray_AsyncImporter);
|
|
130371
130403
|
B.List_empty1 = makeConstList([], type$.JSArray_ComplexSelector);
|
|
130372
|
-
B.
|
|
130404
|
+
B.List_empty18 = makeConstList([], type$.JSArray_ComplexSelector_2);
|
|
130373
130405
|
B.List_empty2 = makeConstList([], type$.JSArray_ComplexSelectorComponent);
|
|
130374
|
-
B.
|
|
130375
|
-
B.
|
|
130376
|
-
B.
|
|
130406
|
+
B.List_empty19 = makeConstList([], type$.JSArray_ComplexSelectorComponent_2);
|
|
130407
|
+
B.List_empty11 = makeConstList([], type$.JSArray_ConfiguredVariable);
|
|
130408
|
+
B.List_empty26 = makeConstList([], type$.JSArray_ConfiguredVariable_2);
|
|
130377
130409
|
B.List_empty3 = makeConstList([], type$.JSArray_CssNode);
|
|
130378
|
-
B.
|
|
130410
|
+
B.List_empty20 = makeConstList([], type$.JSArray_CssNode_2);
|
|
130379
130411
|
B.List_empty0 = makeConstList([], type$.JSArray_CssValue_Combinator);
|
|
130380
|
-
B.
|
|
130412
|
+
B.List_empty17 = makeConstList([], type$.JSArray_CssValue_Combinator_2);
|
|
130381
130413
|
B.List_empty9 = makeConstList([], type$.JSArray_Expression);
|
|
130382
|
-
B.
|
|
130414
|
+
B.List_empty24 = makeConstList([], type$.JSArray_Expression_2);
|
|
130383
130415
|
B.List_empty5 = makeConstList([], type$.JSArray_Extension);
|
|
130384
|
-
B.
|
|
130385
|
-
B.
|
|
130416
|
+
B.List_empty21 = makeConstList([], type$.JSArray_Extension_2);
|
|
130417
|
+
B.List_empty28 = makeConstList([], type$.JSArray_Importer_2);
|
|
130418
|
+
B.List_empty15 = makeConstList([], type$.JSArray_Module_AsyncCallable);
|
|
130419
|
+
B.List_empty10 = makeConstList([], type$.JSArray_Module_Callable);
|
|
130386
130420
|
B.List_empty7 = makeConstList([], A.findType("JSArray<Module0<0&>>"));
|
|
130387
|
-
B.
|
|
130388
|
-
B.
|
|
130389
|
-
B.
|
|
130390
|
-
B.
|
|
130391
|
-
B.List_empty14 = makeConstList([], type$.
|
|
130421
|
+
B.List_empty30 = makeConstList([], type$.JSArray_Module_AsyncCallable_2);
|
|
130422
|
+
B.List_empty25 = makeConstList([], type$.JSArray_Module_Callable_2);
|
|
130423
|
+
B.List_empty22 = makeConstList([], A.findType("JSArray<Module1<0&>>"));
|
|
130424
|
+
B.List_empty12 = makeConstList([], type$.JSArray_Object);
|
|
130425
|
+
B.List_empty14 = makeConstList([], type$.JSArray_Parameter);
|
|
130426
|
+
B.List_empty27 = makeConstList([], type$.JSArray_Parameter_2);
|
|
130427
|
+
B.List_empty16 = makeConstList([], type$.JSArray_Statement);
|
|
130392
130428
|
B.List_empty = makeConstList([], type$.JSArray_String);
|
|
130393
130429
|
B.List_empty8 = makeConstList([], type$.JSArray_Value);
|
|
130394
|
-
B.
|
|
130430
|
+
B.List_empty23 = makeConstList([], type$.JSArray_Value_2);
|
|
130395
130431
|
B.List_empty4 = makeConstList([], type$.JSArray_int);
|
|
130396
130432
|
B.List_empty6 = makeConstList([], type$.JSArray_dynamic);
|
|
130397
|
-
B.
|
|
130433
|
+
B.List_empty13 = makeConstList([], type$.JSArray_nullable_FileSpan);
|
|
130398
130434
|
B.List_mRc = makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30], A.findType("JSArray<HueInterpolationMethod0>"));
|
|
130399
130435
|
B.List_null = makeConstList([null], type$.JSArray_nullable_FileSpan);
|
|
130400
130436
|
B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
|
|
@@ -130496,11 +130532,11 @@ self.util = _cliPkgRequires.util;
|
|
|
130496
130532
|
B.SassBoolean_false0 = new A.SassBoolean0(false);
|
|
130497
130533
|
B.SassBoolean_true = new A.SassBoolean(true);
|
|
130498
130534
|
B.SassBoolean_true0 = new A.SassBoolean0(true);
|
|
130499
|
-
B.SassList_9ua = new A.SassList0(B.
|
|
130535
|
+
B.SassList_9ua = new A.SassList0(B.List_empty23, B.ListSeparator_undecided_null_3_undecided0, false);
|
|
130500
130536
|
B.SassList_oH0 = new A.SassList(B.List_empty8, B.ListSeparator_z0K, false);
|
|
130501
|
-
B.SassList_oH00 = new A.SassList0(B.
|
|
130537
|
+
B.SassList_oH00 = new A.SassList0(B.List_empty23, B.ListSeparator_z0K0, false);
|
|
130502
130538
|
B.SassList_oWx = new A.SassList(B.List_empty8, B.ListSeparator_z0K, true);
|
|
130503
|
-
B.SassList_oWx0 = new A.SassList0(B.
|
|
130539
|
+
B.SassList_oWx0 = new A.SassList0(B.List_empty23, B.ListSeparator_z0K0, true);
|
|
130504
130540
|
B.Map_empty22 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value,Value>"));
|
|
130505
130541
|
B.SassMap_Map_empty = new A.SassMap(B.Map_empty22);
|
|
130506
130542
|
B.Map_empty23 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value0,Value0>"));
|
|
@@ -131202,7 +131238,7 @@ self.util = _cliPkgRequires.util;
|
|
|
131202
131238
|
var _i, deprecation, t2,
|
|
131203
131239
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
|
|
131204
131240
|
for (_i = 0; _i < 29; ++_i) {
|
|
131205
|
-
deprecation = B.
|
|
131241
|
+
deprecation = B.List_DUj[_i];
|
|
131206
131242
|
if (deprecation !== B.Deprecation_AA4) {
|
|
131207
131243
|
t2 = deprecation.id;
|
|
131208
131244
|
t1.$indexSet(0, t2, {id: t2, status: new A.deprecations_closure(deprecation).call$0(), description: deprecation.description, deprecatedIn: deprecation.get$deprecatedIn(0), obsoleteIn: deprecation.get$obsoleteIn(0)});
|
|
@@ -131342,7 +131378,7 @@ self.util = _cliPkgRequires.util;
|
|
|
131342
131378
|
}
|
|
131343
131379
|
return t2;
|
|
131344
131380
|
});
|
|
131345
|
-
_lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.
|
|
131381
|
+
_lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty12, B.List_empty13, $.$get$bogusSpan0()));
|
|
131346
131382
|
_lazyFinal($, "_expression", "$get$_expression", () => A.NullExpression$($.$get$bogusSpan0()));
|
|
131347
131383
|
_lazyFinal($, "global11", "$get$global10", () => {
|
|
131348
131384
|
var _s8_ = "selector";
|
package/types/deprecations.d.ts
CHANGED