sass 1.97.0 → 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 +410 -282
- package/types/deprecations.d.ts +1 -1
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
|
},
|
|
@@ -71452,7 +71466,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71452
71466
|
visitIfExpression$body$_EvaluateVisitor(_, node) {
|
|
71453
71467
|
var $async$goto = 0,
|
|
71454
71468
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Value),
|
|
71455
|
-
$async$returnValue, $async$self = this, t1, t2, t3, t4, results, _i,
|
|
71469
|
+
$async$returnValue, $async$self = this, t1, t2, t3, t4, t5, t6, results, _i, t7, condition, expression, t8, result, _1_2, $async$temp1, $async$temp2, $async$temp3;
|
|
71456
71470
|
var $async$visitIfExpression$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
71457
71471
|
if ($async$errorCode === 1)
|
|
71458
71472
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -71460,7 +71474,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71460
71474
|
switch ($async$goto) {
|
|
71461
71475
|
case 0:
|
|
71462
71476
|
// Function start
|
|
71463
|
-
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$.JSArray_Record_2_String_and_Value, results = null, _i = 0;
|
|
71477
|
+
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$._Future_Value, t5 = type$.Future_Value, t6 = type$.JSArray_Record_2_String_and_Value, results = null, _i = 0;
|
|
71464
71478
|
case 3:
|
|
71465
71479
|
// for condition
|
|
71466
71480
|
if (!(_i < t2)) {
|
|
@@ -71468,50 +71482,96 @@ self.util = _cliPkgRequires.util;
|
|
|
71468
71482
|
$async$goto = 5;
|
|
71469
71483
|
break;
|
|
71470
71484
|
}
|
|
71471
|
-
|
|
71472
|
-
condition =
|
|
71473
|
-
|
|
71474
|
-
|
|
71475
|
-
|
|
71476
|
-
|
|
71477
|
-
|
|
71478
|
-
|
|
71485
|
+
t7 = t1[_i];
|
|
71486
|
+
condition = t7._0;
|
|
71487
|
+
expression = t7._1;
|
|
71488
|
+
t7 = condition == null ? null : condition.accept$1($async$self);
|
|
71489
|
+
if (!(t7 instanceof A._Future)) {
|
|
71490
|
+
t8 = new A._Future($.Zone__current, t3);
|
|
71491
|
+
t8._state = 8;
|
|
71492
|
+
t8._resultOrListeners = t7;
|
|
71493
|
+
t7 = t8;
|
|
71479
71494
|
}
|
|
71480
71495
|
$async$goto = 6;
|
|
71481
|
-
return A._asyncAwait(
|
|
71496
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
71482
71497
|
case 6:
|
|
71483
71498
|
// returning from await.
|
|
71484
71499
|
result = $async$result;
|
|
71485
71500
|
if (result == null)
|
|
71486
71501
|
result = true;
|
|
71487
|
-
|
|
71488
|
-
|
|
71502
|
+
t7 = typeof result == "string";
|
|
71503
|
+
condition = t7 ? result : null;
|
|
71504
|
+
$async$goto = t7 ? 7 : 8;
|
|
71505
|
+
break;
|
|
71489
71506
|
case 7:
|
|
71490
|
-
//
|
|
71491
|
-
|
|
71492
|
-
|
|
71493
|
-
|
|
71494
|
-
if (t5) {
|
|
71495
|
-
|
|
71496
|
-
|
|
71497
|
-
|
|
71498
|
-
|
|
71499
|
-
$async$goto = 4;
|
|
71500
|
-
break;
|
|
71507
|
+
// then
|
|
71508
|
+
if (results == null)
|
|
71509
|
+
results = A._setArrayType([], t6);
|
|
71510
|
+
t7 = expression.accept$1($async$self);
|
|
71511
|
+
if (!t5._is(t7)) {
|
|
71512
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
71513
|
+
t8._state = 8;
|
|
71514
|
+
t8._resultOrListeners = t7;
|
|
71515
|
+
t7 = t8;
|
|
71501
71516
|
}
|
|
71517
|
+
$async$temp1 = results;
|
|
71518
|
+
$async$temp2 = A;
|
|
71519
|
+
$async$temp3 = condition;
|
|
71520
|
+
$async$goto = 9;
|
|
71521
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
71522
|
+
case 9:
|
|
71523
|
+
// returning from await.
|
|
71524
|
+
$async$temp1.push(new $async$temp2._Record_2($async$temp3, $async$result));
|
|
71525
|
+
// goto for update
|
|
71526
|
+
$async$goto = 4;
|
|
71527
|
+
break;
|
|
71528
|
+
case 8:
|
|
71529
|
+
// join
|
|
71502
71530
|
_1_2 = true === result;
|
|
71503
|
-
|
|
71504
|
-
|
|
71505
|
-
|
|
71506
|
-
|
|
71507
|
-
|
|
71531
|
+
$async$goto = _1_2 && results != null ? 10 : 11;
|
|
71532
|
+
break;
|
|
71533
|
+
case 10:
|
|
71534
|
+
// then
|
|
71535
|
+
t7 = expression.accept$1($async$self);
|
|
71536
|
+
if (!t5._is(t7)) {
|
|
71537
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
71538
|
+
t8._state = 8;
|
|
71539
|
+
t8._resultOrListeners = t7;
|
|
71540
|
+
t7 = t8;
|
|
71508
71541
|
}
|
|
71509
|
-
|
|
71510
|
-
|
|
71511
|
-
|
|
71512
|
-
|
|
71513
|
-
|
|
71542
|
+
$async$temp1 = results;
|
|
71543
|
+
$async$temp2 = A;
|
|
71544
|
+
$async$goto = 12;
|
|
71545
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
71546
|
+
case 12:
|
|
71547
|
+
// returning from await.
|
|
71548
|
+
$async$temp1.push(new $async$temp2._Record_2("else", $async$result));
|
|
71549
|
+
// goto for update
|
|
71550
|
+
$async$goto = 4;
|
|
71551
|
+
break;
|
|
71552
|
+
case 11:
|
|
71553
|
+
// join
|
|
71554
|
+
$async$goto = _1_2 ? 13 : 14;
|
|
71555
|
+
break;
|
|
71556
|
+
case 13:
|
|
71557
|
+
// then
|
|
71558
|
+
t1 = expression.accept$1($async$self);
|
|
71559
|
+
if (!t5._is(t1)) {
|
|
71560
|
+
t2 = new A._Future($.Zone__current, t4);
|
|
71561
|
+
t2._state = 8;
|
|
71562
|
+
t2._resultOrListeners = t1;
|
|
71563
|
+
t1 = t2;
|
|
71514
71564
|
}
|
|
71565
|
+
$async$goto = 15;
|
|
71566
|
+
return A._asyncAwait(t1, $async$visitIfExpression$1);
|
|
71567
|
+
case 15:
|
|
71568
|
+
// returning from await.
|
|
71569
|
+
$async$returnValue = $async$result;
|
|
71570
|
+
// goto return
|
|
71571
|
+
$async$goto = 1;
|
|
71572
|
+
break;
|
|
71573
|
+
case 14:
|
|
71574
|
+
// join
|
|
71515
71575
|
case 4:
|
|
71516
71576
|
// for update
|
|
71517
71577
|
++_i;
|
|
@@ -75746,7 +75806,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75746
75806
|
$call$body$_EvaluateVisitor__visitDynamicImport_closure() {
|
|
75747
75807
|
var $async$goto = 0,
|
|
75748
75808
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
75749
|
-
$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;
|
|
75750
75810
|
var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
75751
75811
|
if ($async$errorCode === 1)
|
|
75752
75812
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -75814,16 +75874,17 @@ self.util = _cliPkgRequires.util;
|
|
|
75814
75874
|
t3 = type$.String;
|
|
75815
75875
|
t4 = type$.Module_AsyncCallable;
|
|
75816
75876
|
t5 = type$.AstNode;
|
|
75817
|
-
t6 =
|
|
75818
|
-
t7 =
|
|
75819
|
-
|
|
75820
|
-
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;
|
|
75821
75880
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
75822
|
-
t9 = t2._async_environment$
|
|
75881
|
+
t9 = t2._async_environment$_variableNodes;
|
|
75823
75882
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
75824
|
-
t10 = t2._async_environment$
|
|
75883
|
+
t10 = t2._async_environment$_functions;
|
|
75825
75884
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
75826
|
-
|
|
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);
|
|
75827
75888
|
$async$goto = 7;
|
|
75828
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);
|
|
75829
75890
|
case 7:
|
|
@@ -78028,7 +78089,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78028
78089
|
var t1, _this = this,
|
|
78029
78090
|
oldImporter = _this._importer;
|
|
78030
78091
|
_this._importer = importer;
|
|
78031
|
-
_this.__stylesheet = A.Stylesheet$(B.
|
|
78092
|
+
_this.__stylesheet = A.Stylesheet$(B.List_empty16, nodeWithSpan.get$span(nodeWithSpan));
|
|
78032
78093
|
try {
|
|
78033
78094
|
t1 = callback.call$0();
|
|
78034
78095
|
return t1;
|
|
@@ -79100,29 +79161,29 @@ self.util = _cliPkgRequires.util;
|
|
|
79100
79161
|
return node.value ? B.SassBoolean_true : B.SassBoolean_false;
|
|
79101
79162
|
},
|
|
79102
79163
|
visitIfExpression$1(_, node) {
|
|
79103
|
-
var t1, t2, t3, results, _i, t4, condition, result,
|
|
79164
|
+
var t1, t2, t3, results, _i, t4, condition, expression, result, _1_2, _this = this;
|
|
79104
79165
|
for (t1 = node.branches, t2 = t1.length, t3 = type$.JSArray_Record_2_String_and_Value, results = null, _i = 0; _i < t2; ++_i) {
|
|
79105
79166
|
t4 = t1[_i];
|
|
79106
79167
|
condition = t4._0;
|
|
79107
|
-
|
|
79168
|
+
expression = t4._1;
|
|
79169
|
+
result = condition == null ? null : condition.accept$1(_this);
|
|
79108
79170
|
if (result == null)
|
|
79109
79171
|
result = true;
|
|
79110
|
-
value = t4._1.accept$1(this);
|
|
79111
79172
|
t4 = typeof result == "string";
|
|
79112
79173
|
condition = t4 ? result : null;
|
|
79113
79174
|
if (t4) {
|
|
79114
79175
|
if (results == null)
|
|
79115
79176
|
results = A._setArrayType([], t3);
|
|
79116
|
-
results.push(new A._Record_2(condition,
|
|
79177
|
+
results.push(new A._Record_2(condition, expression.accept$1(_this)));
|
|
79117
79178
|
continue;
|
|
79118
79179
|
}
|
|
79119
79180
|
_1_2 = true === result;
|
|
79120
79181
|
if (_1_2 && results != null) {
|
|
79121
|
-
results.push(new A._Record_2("else",
|
|
79182
|
+
results.push(new A._Record_2("else", expression.accept$1(_this)));
|
|
79122
79183
|
continue;
|
|
79123
79184
|
}
|
|
79124
79185
|
if (_1_2)
|
|
79125
|
-
return
|
|
79186
|
+
return expression.accept$1(_this);
|
|
79126
79187
|
}
|
|
79127
79188
|
if (results == null)
|
|
79128
79189
|
return B.C__SassNull;
|
|
@@ -81166,7 +81227,7 @@ self.util = _cliPkgRequires.util;
|
|
|
81166
81227
|
};
|
|
81167
81228
|
A._EvaluateVisitor__visitDynamicImport_closure.prototype = {
|
|
81168
81229
|
call$0() {
|
|
81169
|
-
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 = {};
|
|
81170
81231
|
_box_0.isDependency = _box_0.importer = _box_0.stylesheet = null;
|
|
81171
81232
|
t1 = this.$this;
|
|
81172
81233
|
t2 = this.$import;
|
|
@@ -81213,16 +81274,17 @@ self.util = _cliPkgRequires.util;
|
|
|
81213
81274
|
t3 = type$.String;
|
|
81214
81275
|
t4 = type$.Module_Callable;
|
|
81215
81276
|
t5 = type$.AstNode;
|
|
81216
|
-
t6 =
|
|
81217
|
-
t7 =
|
|
81218
|
-
|
|
81219
|
-
t8 = t2._variableNodes;
|
|
81277
|
+
t6 = t2._nestedForwardedModules;
|
|
81278
|
+
t7 = A._setArrayType([], type$.JSArray_Module_Callable);
|
|
81279
|
+
t8 = t2._variables;
|
|
81220
81280
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
81221
|
-
t9 = t2.
|
|
81281
|
+
t9 = t2._variableNodes;
|
|
81222
81282
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
81223
|
-
t10 = t2.
|
|
81283
|
+
t10 = t2._functions;
|
|
81224
81284
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
81225
|
-
|
|
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);
|
|
81226
81288
|
t1._withEnvironment$2(environment, new A._EvaluateVisitor__visitDynamicImport__closure2(_box_0, t1, loadsUserDefinedModules, environment, children));
|
|
81227
81289
|
module = environment.toDummyModule$0();
|
|
81228
81290
|
t1._environment.importForwards$1(module);
|
|
@@ -87668,39 +87730,46 @@ self.util = _cliPkgRequires.util;
|
|
|
87668
87730
|
return A._asyncStartSync($async$scope$1$3$semiGlobal$when, $async$completer);
|
|
87669
87731
|
},
|
|
87670
87732
|
toImplicitConfiguration$0() {
|
|
87671
|
-
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,
|
|
87672
87734
|
t1 = type$.String,
|
|
87673
87735
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
87674
|
-
for (t2 =
|
|
87675
|
-
|
|
87676
|
-
|
|
87677
|
-
|
|
87678
|
-
|
|
87679
|
-
|
|
87680
|
-
|
|
87681
|
-
|
|
87682
|
-
|
|
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
|
+
}
|
|
87683
87754
|
}
|
|
87684
|
-
}
|
|
87685
|
-
for (t2 = this._async_environment0$_variables, t4 = this._async_environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
87686
87755
|
values = t2[i];
|
|
87687
87756
|
nodes = t4[i];
|
|
87688
|
-
for (
|
|
87689
|
-
|
|
87690
|
-
$name =
|
|
87691
|
-
value =
|
|
87692
|
-
|
|
87693
|
-
|
|
87694
|
-
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));
|
|
87695
87764
|
}
|
|
87696
87765
|
}
|
|
87697
|
-
return new A.Configuration0(configuration,
|
|
87766
|
+
return new A.Configuration0(configuration, _null);
|
|
87698
87767
|
},
|
|
87699
87768
|
toModule$3(css, preModuleComments, extensionStore) {
|
|
87700
87769
|
return A._EnvironmentModule__EnvironmentModule2(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toModule_closure0()));
|
|
87701
87770
|
},
|
|
87702
87771
|
toDummyModule$0() {
|
|
87703
|
-
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()));
|
|
87704
87773
|
},
|
|
87705
87774
|
_async_environment0$_getModule$1(namespace) {
|
|
87706
87775
|
var _0_0 = this._async_environment0$_modules.$index(0, namespace);
|
|
@@ -90580,7 +90649,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90580
90649
|
visitIfExpression$body$_EvaluateVisitor0(_, node) {
|
|
90581
90650
|
var $async$goto = 0,
|
|
90582
90651
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Value_2),
|
|
90583
|
-
$async$returnValue, $async$self = this, t1, t2, t3, t4, results, _i,
|
|
90652
|
+
$async$returnValue, $async$self = this, t1, t2, t3, t4, t5, t6, results, _i, t7, condition, expression, t8, result, _1_2, $async$temp1, $async$temp2, $async$temp3;
|
|
90584
90653
|
var $async$visitIfExpression$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
90585
90654
|
if ($async$errorCode === 1)
|
|
90586
90655
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -90588,7 +90657,7 @@ self.util = _cliPkgRequires.util;
|
|
|
90588
90657
|
switch ($async$goto) {
|
|
90589
90658
|
case 0:
|
|
90590
90659
|
// Function start
|
|
90591
|
-
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$.JSArray_Record_2_String_and_Value_2, results = null, _i = 0;
|
|
90660
|
+
t1 = node.branches, t2 = t1.length, t3 = type$._Future_nullable_Object, t4 = type$._Future_Value_2, t5 = type$.Future_Value_2, t6 = type$.JSArray_Record_2_String_and_Value_2, results = null, _i = 0;
|
|
90592
90661
|
case 3:
|
|
90593
90662
|
// for condition
|
|
90594
90663
|
if (!(_i < t2)) {
|
|
@@ -90596,50 +90665,96 @@ self.util = _cliPkgRequires.util;
|
|
|
90596
90665
|
$async$goto = 5;
|
|
90597
90666
|
break;
|
|
90598
90667
|
}
|
|
90599
|
-
|
|
90600
|
-
condition =
|
|
90601
|
-
|
|
90602
|
-
|
|
90603
|
-
|
|
90604
|
-
|
|
90605
|
-
|
|
90606
|
-
|
|
90668
|
+
t7 = t1[_i];
|
|
90669
|
+
condition = t7._0;
|
|
90670
|
+
expression = t7._1;
|
|
90671
|
+
t7 = condition == null ? null : condition.accept$1($async$self);
|
|
90672
|
+
if (!(t7 instanceof A._Future)) {
|
|
90673
|
+
t8 = new A._Future($.Zone__current, t3);
|
|
90674
|
+
t8._state = 8;
|
|
90675
|
+
t8._resultOrListeners = t7;
|
|
90676
|
+
t7 = t8;
|
|
90607
90677
|
}
|
|
90608
90678
|
$async$goto = 6;
|
|
90609
|
-
return A._asyncAwait(
|
|
90679
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
90610
90680
|
case 6:
|
|
90611
90681
|
// returning from await.
|
|
90612
90682
|
result = $async$result;
|
|
90613
90683
|
if (result == null)
|
|
90614
90684
|
result = true;
|
|
90615
|
-
|
|
90616
|
-
|
|
90685
|
+
t7 = typeof result == "string";
|
|
90686
|
+
condition = t7 ? result : null;
|
|
90687
|
+
$async$goto = t7 ? 7 : 8;
|
|
90688
|
+
break;
|
|
90617
90689
|
case 7:
|
|
90618
|
-
//
|
|
90619
|
-
|
|
90620
|
-
|
|
90621
|
-
|
|
90622
|
-
if (t5) {
|
|
90623
|
-
|
|
90624
|
-
|
|
90625
|
-
|
|
90626
|
-
|
|
90627
|
-
$async$goto = 4;
|
|
90628
|
-
break;
|
|
90690
|
+
// then
|
|
90691
|
+
if (results == null)
|
|
90692
|
+
results = A._setArrayType([], t6);
|
|
90693
|
+
t7 = expression.accept$1($async$self);
|
|
90694
|
+
if (!t5._is(t7)) {
|
|
90695
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
90696
|
+
t8._state = 8;
|
|
90697
|
+
t8._resultOrListeners = t7;
|
|
90698
|
+
t7 = t8;
|
|
90629
90699
|
}
|
|
90700
|
+
$async$temp1 = results;
|
|
90701
|
+
$async$temp2 = A;
|
|
90702
|
+
$async$temp3 = condition;
|
|
90703
|
+
$async$goto = 9;
|
|
90704
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
90705
|
+
case 9:
|
|
90706
|
+
// returning from await.
|
|
90707
|
+
$async$temp1.push(new $async$temp2._Record_2($async$temp3, $async$result));
|
|
90708
|
+
// goto for update
|
|
90709
|
+
$async$goto = 4;
|
|
90710
|
+
break;
|
|
90711
|
+
case 8:
|
|
90712
|
+
// join
|
|
90630
90713
|
_1_2 = true === result;
|
|
90631
|
-
|
|
90632
|
-
|
|
90633
|
-
|
|
90634
|
-
|
|
90635
|
-
|
|
90714
|
+
$async$goto = _1_2 && results != null ? 10 : 11;
|
|
90715
|
+
break;
|
|
90716
|
+
case 10:
|
|
90717
|
+
// then
|
|
90718
|
+
t7 = expression.accept$1($async$self);
|
|
90719
|
+
if (!t5._is(t7)) {
|
|
90720
|
+
t8 = new A._Future($.Zone__current, t4);
|
|
90721
|
+
t8._state = 8;
|
|
90722
|
+
t8._resultOrListeners = t7;
|
|
90723
|
+
t7 = t8;
|
|
90636
90724
|
}
|
|
90637
|
-
|
|
90638
|
-
|
|
90639
|
-
|
|
90640
|
-
|
|
90641
|
-
|
|
90725
|
+
$async$temp1 = results;
|
|
90726
|
+
$async$temp2 = A;
|
|
90727
|
+
$async$goto = 12;
|
|
90728
|
+
return A._asyncAwait(t7, $async$visitIfExpression$1);
|
|
90729
|
+
case 12:
|
|
90730
|
+
// returning from await.
|
|
90731
|
+
$async$temp1.push(new $async$temp2._Record_2("else", $async$result));
|
|
90732
|
+
// goto for update
|
|
90733
|
+
$async$goto = 4;
|
|
90734
|
+
break;
|
|
90735
|
+
case 11:
|
|
90736
|
+
// join
|
|
90737
|
+
$async$goto = _1_2 ? 13 : 14;
|
|
90738
|
+
break;
|
|
90739
|
+
case 13:
|
|
90740
|
+
// then
|
|
90741
|
+
t1 = expression.accept$1($async$self);
|
|
90742
|
+
if (!t5._is(t1)) {
|
|
90743
|
+
t2 = new A._Future($.Zone__current, t4);
|
|
90744
|
+
t2._state = 8;
|
|
90745
|
+
t2._resultOrListeners = t1;
|
|
90746
|
+
t1 = t2;
|
|
90642
90747
|
}
|
|
90748
|
+
$async$goto = 15;
|
|
90749
|
+
return A._asyncAwait(t1, $async$visitIfExpression$1);
|
|
90750
|
+
case 15:
|
|
90751
|
+
// returning from await.
|
|
90752
|
+
$async$returnValue = $async$result;
|
|
90753
|
+
// goto return
|
|
90754
|
+
$async$goto = 1;
|
|
90755
|
+
break;
|
|
90756
|
+
case 14:
|
|
90757
|
+
// join
|
|
90643
90758
|
case 4:
|
|
90644
90759
|
// for update
|
|
90645
90760
|
++_i;
|
|
@@ -92082,7 +92197,7 @@ self.util = _cliPkgRequires.util;
|
|
|
92082
92197
|
rest = J.sublist$1$ax(evaluated._values[2], t1);
|
|
92083
92198
|
J.removeRange$2$ax(evaluated._values[2], t1, J.get$length$asx(evaluated._values[2]));
|
|
92084
92199
|
} else
|
|
92085
|
-
rest = B.
|
|
92200
|
+
rest = B.List_empty23;
|
|
92086
92201
|
t1 = evaluated._values[0];
|
|
92087
92202
|
argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : evaluated._values[4]);
|
|
92088
92203
|
J.add$1$ax(evaluated._values[2], argumentList);
|
|
@@ -93841,7 +93956,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93841
93956
|
}
|
|
93842
93957
|
t4 = new A.ValueExpression0(new A.SassMap0(A.ConstantMap_ConstantMap$from(t6, t5, t5)), callableNode.get$span(callableNode));
|
|
93843
93958
|
}
|
|
93844
|
-
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));
|
|
93845
93960
|
$async$goto = $function instanceof A.SassString0 ? 3 : 4;
|
|
93846
93961
|
break;
|
|
93847
93962
|
case 3:
|
|
@@ -93970,7 +94085,7 @@ self.util = _cliPkgRequires.util;
|
|
|
93970
94085
|
args = type$.SassArgumentList_2._as(t1.$index($arguments, 1));
|
|
93971
94086
|
t1 = $async$self.$this;
|
|
93972
94087
|
callableNode = t1._async_evaluate0$_callableNode;
|
|
93973
|
-
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)));
|
|
93974
94089
|
$async$goto = 2;
|
|
93975
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);
|
|
93976
94091
|
case 2:
|
|
@@ -94878,7 +94993,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94878
94993
|
$call$body$_EvaluateVisitor__visitDynamicImport_closure0() {
|
|
94879
94994
|
var $async$goto = 0,
|
|
94880
94995
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
94881
|
-
$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;
|
|
94882
94997
|
var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
94883
94998
|
if ($async$errorCode === 1)
|
|
94884
94999
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -94946,16 +95061,17 @@ self.util = _cliPkgRequires.util;
|
|
|
94946
95061
|
t3 = type$.String;
|
|
94947
95062
|
t4 = type$.Module_AsyncCallable_2;
|
|
94948
95063
|
t5 = type$.AstNode_2;
|
|
94949
|
-
t6 =
|
|
94950
|
-
t7 =
|
|
94951
|
-
|
|
94952
|
-
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;
|
|
94953
95067
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
94954
|
-
t9 = t2._async_environment0$
|
|
95068
|
+
t9 = t2._async_environment0$_variableNodes;
|
|
94955
95069
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
94956
|
-
t10 = t2._async_environment0$
|
|
95070
|
+
t10 = t2._async_environment0$_functions;
|
|
94957
95071
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
94958
|
-
|
|
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);
|
|
94959
95075
|
$async$goto = 7;
|
|
94960
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);
|
|
94961
95077
|
case 7:
|
|
@@ -96311,7 +96427,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96311
96427
|
// after for
|
|
96312
96428
|
restParameter = t3.restParameter;
|
|
96313
96429
|
if (restParameter != null) {
|
|
96314
|
-
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;
|
|
96315
96431
|
t5 = t2[0];
|
|
96316
96432
|
t6 = t2[4];
|
|
96317
96433
|
argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : t6);
|
|
@@ -97990,7 +98106,7 @@ self.util = _cliPkgRequires.util;
|
|
|
97990
98106
|
};
|
|
97991
98107
|
A.BuiltInModule0.prototype = {
|
|
97992
98108
|
get$upstream() {
|
|
97993
|
-
return B.
|
|
98109
|
+
return B.List_empty22;
|
|
97994
98110
|
},
|
|
97995
98111
|
get$variableNodes() {
|
|
97996
98112
|
return B.Map_empty13;
|
|
@@ -97999,7 +98115,7 @@ self.util = _cliPkgRequires.util;
|
|
|
97999
98115
|
return B.C_EmptyExtensionStore0;
|
|
98000
98116
|
},
|
|
98001
98117
|
get$css(_) {
|
|
98002
|
-
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));
|
|
98003
98119
|
},
|
|
98004
98120
|
get$preModuleComments() {
|
|
98005
98121
|
return B.Map_empty12;
|
|
@@ -101259,7 +101375,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101259
101375
|
if (_0_1 <= 0) {
|
|
101260
101376
|
t1 = A.List_List$_of(_this.leadingCombinators, type$.CssValue_Combinator_2);
|
|
101261
101377
|
B.JSArray_methods.addAll$1(t1, combinators);
|
|
101262
|
-
t1 = A.ComplexSelector$0(t1, B.
|
|
101378
|
+
t1 = A.ComplexSelector$0(t1, B.List_empty19, _this.span, _this.lineBreak);
|
|
101263
101379
|
break $label0$0;
|
|
101264
101380
|
}
|
|
101265
101381
|
t1 = null;
|
|
@@ -102307,7 +102423,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102307
102423
|
return B.C_EmptyUnmodifiableSet0;
|
|
102308
102424
|
},
|
|
102309
102425
|
extensionsWhereTarget$1(callback) {
|
|
102310
|
-
return B.
|
|
102426
|
+
return B.List_empty21;
|
|
102311
102427
|
},
|
|
102312
102428
|
addSelector$2(selector, mediaContext) {
|
|
102313
102429
|
throw A.wrapException(A.UnsupportedError$("addSelector() can't be called for a const ExtensionStore."));
|
|
@@ -102801,39 +102917,46 @@ self.util = _cliPkgRequires.util;
|
|
|
102801
102917
|
return this.scope$1$3$semiGlobal$when(callback, semiGlobal, true);
|
|
102802
102918
|
},
|
|
102803
102919
|
toImplicitConfiguration$0() {
|
|
102804
|
-
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,
|
|
102805
102921
|
t1 = type$.String,
|
|
102806
102922
|
configuration = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ConfiguredValue_2);
|
|
102807
|
-
for (t2 =
|
|
102808
|
-
|
|
102809
|
-
|
|
102810
|
-
|
|
102811
|
-
|
|
102812
|
-
|
|
102813
|
-
|
|
102814
|
-
|
|
102815
|
-
|
|
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
|
+
}
|
|
102816
102941
|
}
|
|
102817
|
-
}
|
|
102818
|
-
for (t2 = this._environment0$_variables, t4 = this._environment0$_variableNodes, i = 0; i < t2.length; ++i) {
|
|
102819
102942
|
values = t2[i];
|
|
102820
102943
|
nodes = t4[i];
|
|
102821
|
-
for (
|
|
102822
|
-
|
|
102823
|
-
$name =
|
|
102824
|
-
value =
|
|
102825
|
-
|
|
102826
|
-
|
|
102827
|
-
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));
|
|
102828
102951
|
}
|
|
102829
102952
|
}
|
|
102830
|
-
return new A.Configuration0(configuration,
|
|
102953
|
+
return new A.Configuration0(configuration, _null);
|
|
102831
102954
|
},
|
|
102832
102955
|
toModule$3(css, preModuleComments, extensionStore) {
|
|
102833
102956
|
return A._EnvironmentModule__EnvironmentModule1(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toModule_closure0()));
|
|
102834
102957
|
},
|
|
102835
102958
|
toDummyModule$0() {
|
|
102836
|
-
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()));
|
|
102837
102960
|
},
|
|
102838
102961
|
_environment0$_getModule$1(namespace) {
|
|
102839
102962
|
var _0_0 = this._environment0$_modules.$index(0, namespace);
|
|
@@ -104257,29 +104380,29 @@ self.util = _cliPkgRequires.util;
|
|
|
104257
104380
|
return node.value ? B.SassBoolean_true0 : B.SassBoolean_false0;
|
|
104258
104381
|
},
|
|
104259
104382
|
visitIfExpression$1(_, node) {
|
|
104260
|
-
var t1, t2, t3, results, _i, t4, condition, result,
|
|
104383
|
+
var t1, t2, t3, results, _i, t4, condition, expression, result, _1_2, _this = this;
|
|
104261
104384
|
for (t1 = node.branches, t2 = t1.length, t3 = type$.JSArray_Record_2_String_and_Value_2, results = null, _i = 0; _i < t2; ++_i) {
|
|
104262
104385
|
t4 = t1[_i];
|
|
104263
104386
|
condition = t4._0;
|
|
104264
|
-
|
|
104387
|
+
expression = t4._1;
|
|
104388
|
+
result = condition == null ? null : condition.accept$1(_this);
|
|
104265
104389
|
if (result == null)
|
|
104266
104390
|
result = true;
|
|
104267
|
-
value = t4._1.accept$1(this);
|
|
104268
104391
|
t4 = typeof result == "string";
|
|
104269
104392
|
condition = t4 ? result : null;
|
|
104270
104393
|
if (t4) {
|
|
104271
104394
|
if (results == null)
|
|
104272
104395
|
results = A._setArrayType([], t3);
|
|
104273
|
-
results.push(new A._Record_2(condition,
|
|
104396
|
+
results.push(new A._Record_2(condition, expression.accept$1(_this)));
|
|
104274
104397
|
continue;
|
|
104275
104398
|
}
|
|
104276
104399
|
_1_2 = true === result;
|
|
104277
104400
|
if (_1_2 && results != null) {
|
|
104278
|
-
results.push(new A._Record_2("else",
|
|
104401
|
+
results.push(new A._Record_2("else", expression.accept$1(_this)));
|
|
104279
104402
|
continue;
|
|
104280
104403
|
}
|
|
104281
104404
|
if (_1_2)
|
|
104282
|
-
return
|
|
104405
|
+
return expression.accept$1(_this);
|
|
104283
104406
|
}
|
|
104284
104407
|
if (results == null)
|
|
104285
104408
|
return B.C__SassNull0;
|
|
@@ -104933,7 +105056,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104933
105056
|
rest = B.JSArray_methods.sublist$1(evaluated._values[2], t1);
|
|
104934
105057
|
B.JSArray_methods.removeRange$2(evaluated._values[2], t1, evaluated._values[2].length);
|
|
104935
105058
|
} else
|
|
104936
|
-
rest = B.
|
|
105059
|
+
rest = B.List_empty23;
|
|
104937
105060
|
t1 = evaluated._values[0];
|
|
104938
105061
|
argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : evaluated._values[4]);
|
|
104939
105062
|
evaluated._values[2].push(argumentList);
|
|
@@ -105767,7 +105890,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105767
105890
|
}
|
|
105768
105891
|
t4 = new A.ValueExpression0(new A.SassMap0(A.ConstantMap_ConstantMap$from(t6, t5, t5)), callableNode.get$span(callableNode));
|
|
105769
105892
|
}
|
|
105770
|
-
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));
|
|
105771
105894
|
if ($function instanceof A.SassString0) {
|
|
105772
105895
|
A.warnForDeprecation0(string$.Passina + $function.toString$0(0) + "))", B.Deprecation_LIY);
|
|
105773
105896
|
callableNode = t1._evaluate0$_callableNode;
|
|
@@ -105841,7 +105964,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105841
105964
|
args = type$.SassArgumentList_2._as(t1.$index($arguments, 1));
|
|
105842
105965
|
t1 = this.$this;
|
|
105843
105966
|
callableNode = t1._evaluate0$_callableNode;
|
|
105844
|
-
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)));
|
|
105845
105968
|
callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
|
|
105846
105969
|
$content = t1._evaluate0$_environment._environment0$_content;
|
|
105847
105970
|
if (type$.Callable_2._is(callable))
|
|
@@ -106285,7 +106408,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106285
106408
|
};
|
|
106286
106409
|
A._EvaluateVisitor__visitDynamicImport_closure1.prototype = {
|
|
106287
106410
|
call$0() {
|
|
106288
|
-
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 = {};
|
|
106289
106412
|
_box_0.isDependency = _box_0.importer = _box_0.stylesheet = null;
|
|
106290
106413
|
t1 = this.$this;
|
|
106291
106414
|
t2 = this.$import;
|
|
@@ -106332,16 +106455,17 @@ self.util = _cliPkgRequires.util;
|
|
|
106332
106455
|
t3 = type$.String;
|
|
106333
106456
|
t4 = type$.Module_Callable_2;
|
|
106334
106457
|
t5 = type$.AstNode_2;
|
|
106335
|
-
t6 =
|
|
106336
|
-
t7 =
|
|
106337
|
-
|
|
106338
|
-
t8 = t2._environment0$_variableNodes;
|
|
106458
|
+
t6 = t2._environment0$_nestedForwardedModules;
|
|
106459
|
+
t7 = A._setArrayType([], type$.JSArray_Module_Callable_2);
|
|
106460
|
+
t8 = t2._environment0$_variables;
|
|
106339
106461
|
t8 = A._setArrayType(t8.slice(0), A._arrayInstanceType(t8));
|
|
106340
|
-
t9 = t2._environment0$
|
|
106462
|
+
t9 = t2._environment0$_variableNodes;
|
|
106341
106463
|
t9 = A._setArrayType(t9.slice(0), A._arrayInstanceType(t9));
|
|
106342
|
-
t10 = t2._environment0$
|
|
106464
|
+
t10 = t2._environment0$_functions;
|
|
106343
106465
|
t10 = A._setArrayType(t10.slice(0), A._arrayInstanceType(t10));
|
|
106344
|
-
|
|
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);
|
|
106345
106469
|
t1._evaluate0$_withEnvironment$2(environment, new A._EvaluateVisitor__visitDynamicImport__closure10(_box_0, t1, loadsUserDefinedModules, environment, children));
|
|
106346
106470
|
module = environment.toDummyModule$0();
|
|
106347
106471
|
t1._evaluate0$_environment.importForwards$1(module);
|
|
@@ -106940,7 +107064,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106940
107064
|
restParameter = t3.restParameter;
|
|
106941
107065
|
if (restParameter != null) {
|
|
106942
107066
|
t6 = t2[2];
|
|
106943
|
-
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;
|
|
106944
107068
|
t5 = t2[0];
|
|
106945
107069
|
t6 = t2[4];
|
|
106946
107070
|
argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_3_undecided0 ? B.ListSeparator_z0K0 : t6);
|
|
@@ -108248,7 +108372,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108248
108372
|
extended = this._extension_store$_extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
|
|
108249
108373
|
if (extended == null) {
|
|
108250
108374
|
if (extendedNotExpanded != null)
|
|
108251
|
-
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));
|
|
108252
108376
|
} else if (extendedNotExpanded != null)
|
|
108253
108377
|
extendedNotExpanded.push(extended);
|
|
108254
108378
|
else if (i !== 0) {
|
|
@@ -108303,9 +108427,9 @@ self.util = _cliPkgRequires.util;
|
|
|
108303
108427
|
compound = new A.CompoundSelector0(t12, t10);
|
|
108304
108428
|
if (t12.length === 0)
|
|
108305
108429
|
A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
|
|
108306
|
-
result = A.List_List$from(B.
|
|
108430
|
+
result = A.List_List$from(B.List_empty17, false, t6);
|
|
108307
108431
|
result.$flags = 3;
|
|
108308
|
-
t12 = A.ComplexSelector$0(B.
|
|
108432
|
+
t12 = A.ComplexSelector$0(B.List_empty17, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
|
|
108309
108433
|
_this._extension_store$_sourceSpecificityFor$1(compound);
|
|
108310
108434
|
options.push(A._setArrayType([new A.Extender0(t12, true)], t5));
|
|
108311
108435
|
}
|
|
@@ -108335,7 +108459,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108335
108459
|
t1 = t1 === B.ExtendMode_replace_1_replace0;
|
|
108336
108460
|
t4 = !t1;
|
|
108337
108461
|
if (t4)
|
|
108338
|
-
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));
|
|
108339
108463
|
t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
|
|
108340
108464
|
t5 = t2.$ti;
|
|
108341
108465
|
t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
|
|
@@ -108375,7 +108499,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108375
108499
|
}
|
|
108376
108500
|
}
|
|
108377
108501
|
if (originals != null)
|
|
108378
|
-
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));
|
|
108379
108503
|
complexes = A.unifyComplex0(toUnify, span);
|
|
108380
108504
|
if (complexes == null)
|
|
108381
108505
|
return _null;
|
|
@@ -108399,7 +108523,7 @@ self.util = _cliPkgRequires.util;
|
|
|
108399
108523
|
},
|
|
108400
108524
|
_extension_store$_extenderForSimple$1(simple) {
|
|
108401
108525
|
var t1 = simple.span;
|
|
108402
|
-
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);
|
|
108403
108527
|
this._extension_store$_sourceSpecificity.$index(0, simple);
|
|
108404
108528
|
return new A.Extender0(t1, true);
|
|
108405
108529
|
},
|
|
@@ -109122,7 +109246,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109122
109246
|
if (!A._mustUnify0(group1, group2))
|
|
109123
109247
|
return null;
|
|
109124
109248
|
t1 = this.span;
|
|
109125
|
-
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);
|
|
109126
109250
|
if (unified == null)
|
|
109127
109251
|
t1 = null;
|
|
109128
109252
|
else {
|
|
@@ -109256,7 +109380,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109256
109380
|
if (t2 != null)
|
|
109257
109381
|
B.JSArray_methods.addAll$1(t1, t2);
|
|
109258
109382
|
t2 = this.compound2;
|
|
109259
|
-
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));
|
|
109260
109384
|
t1 = A.complexIsSuperselector0(complex1.components, t1);
|
|
109261
109385
|
} else
|
|
109262
109386
|
t1 = false;
|
|
@@ -111909,7 +112033,7 @@ self.util = _cliPkgRequires.util;
|
|
|
111909
112033
|
try {
|
|
111910
112034
|
if (!(parentSelector instanceof A.ParentSelector0)) {
|
|
111911
112035
|
t2 = component.span;
|
|
111912
|
-
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);
|
|
111913
112037
|
return t2;
|
|
111914
112038
|
} else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
|
|
111915
112039
|
t1 = $parent.withAdditionalCombinators$1(component.combinators);
|
|
@@ -112958,7 +113082,7 @@ self.util = _cliPkgRequires.util;
|
|
|
112958
113082
|
},
|
|
112959
113083
|
get$hashCode(_) {
|
|
112960
113084
|
var t1 = this._map0$_contents;
|
|
112961
|
-
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);
|
|
112962
113086
|
}
|
|
112963
113087
|
};
|
|
112964
113088
|
A.global_closure43.prototype = {
|
|
@@ -118361,7 +118485,7 @@ self.util = _cliPkgRequires.util;
|
|
|
118361
118485
|
t1 = this.span;
|
|
118362
118486
|
t2 = A._setArrayType([new A.ComplexSelectorComponent0(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2);
|
|
118363
118487
|
B.JSArray_methods.addAll$1(t2, rest);
|
|
118364
|
-
return A.ComplexSelector$0(B.
|
|
118488
|
+
return A.ComplexSelector$0(B.List_empty17, t2, t1, false);
|
|
118365
118489
|
},
|
|
118366
118490
|
$signature: 61
|
|
118367
118491
|
};
|
|
@@ -118547,7 +118671,7 @@ self.util = _cliPkgRequires.util;
|
|
|
118547
118671
|
initialCombinators = combinators;
|
|
118548
118672
|
else
|
|
118549
118673
|
t1.error$1(0, _s18_);
|
|
118550
|
-
t3 = initialCombinators == null ? B.
|
|
118674
|
+
t3 = initialCombinators == null ? B.List_empty17 : initialCombinators;
|
|
118551
118675
|
return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
118552
118676
|
},
|
|
118553
118677
|
_selector$_complexSelector$0() {
|
|
@@ -122737,7 +122861,7 @@ self.util = _cliPkgRequires.util;
|
|
|
122737
122861
|
if (_this.atEndOfStatement$0()) {
|
|
122738
122862
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
122739
122863
|
t2 = t1.offset;
|
|
122740
|
-
t2 = A.Interpolation$0(B.
|
|
122864
|
+
t2 = A.Interpolation$0(B.List_empty12, B.List_empty13, A._FileSpan$(t1.file, t2, t2));
|
|
122741
122865
|
t1 = t2;
|
|
122742
122866
|
} else
|
|
122743
122867
|
t1 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
|
|
@@ -122977,7 +123101,7 @@ self.util = _cliPkgRequires.util;
|
|
|
122977
123101
|
if (!_this._stylesheet0$_isUseAllowed)
|
|
122978
123102
|
_this.error$2(0, string$.x40use_r, span);
|
|
122979
123103
|
_this.expectStatementSeparator$1("@use rule");
|
|
122980
|
-
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);
|
|
122981
123105
|
t1.UseRule$4$configuration0(url, namespace, span, configuration);
|
|
122982
123106
|
return t1;
|
|
122983
123107
|
case "warn":
|
|
@@ -123288,7 +123412,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123288
123412
|
t2 = A.LinkedHashSet_LinkedHashSet$of(shownMixinsAndFunctions, t1);
|
|
123289
123413
|
t3 = type$.UnmodifiableSetView_String;
|
|
123290
123414
|
t1 = A.LinkedHashSet_LinkedHashSet$of(shownVariables, t1);
|
|
123291
|
-
t4 = configuration == null ? B.
|
|
123415
|
+
t4 = configuration == null ? B.List_empty26 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
|
|
123292
123416
|
return new A.ForwardRule0(url, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), _null, _null, prefix, t4, span);
|
|
123293
123417
|
} else if (hiddenMixinsAndFunctions != null) {
|
|
123294
123418
|
hiddenVariables.toString;
|
|
@@ -123296,10 +123420,10 @@ self.util = _cliPkgRequires.util;
|
|
|
123296
123420
|
t2 = A.LinkedHashSet_LinkedHashSet$of(hiddenMixinsAndFunctions, t1);
|
|
123297
123421
|
t3 = type$.UnmodifiableSetView_String;
|
|
123298
123422
|
t1 = A.LinkedHashSet_LinkedHashSet$of(hiddenVariables, t1);
|
|
123299
|
-
t4 = configuration == null ? B.
|
|
123423
|
+
t4 = configuration == null ? B.List_empty26 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
|
|
123300
123424
|
return new A.ForwardRule0(url, _null, _null, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), prefix, t4, span);
|
|
123301
123425
|
} else
|
|
123302
|
-
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);
|
|
123303
123427
|
},
|
|
123304
123428
|
_stylesheet0$_memberList$0() {
|
|
123305
123429
|
var _this = this,
|
|
@@ -123555,7 +123679,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123555
123679
|
if (t2) {
|
|
123556
123680
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
123557
123681
|
t2 = t1.offset;
|
|
123558
|
-
contentParameters_ = new A.ParameterList0(B.
|
|
123682
|
+
contentParameters_ = new A.ParameterList0(B.List_empty27, _null, A._FileSpan$(t1.file, t2, t2));
|
|
123559
123683
|
} else
|
|
123560
123684
|
contentParameters_ = contentParameters;
|
|
123561
123685
|
wasInContentBlock = _this._stylesheet0$_inContentBlock;
|
|
@@ -123592,7 +123716,7 @@ self.util = _cliPkgRequires.util;
|
|
|
123592
123716
|
else {
|
|
123593
123717
|
t1 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
123594
123718
|
t2 = t1.offset;
|
|
123595
|
-
parameters = new A.ParameterList0(B.
|
|
123719
|
+
parameters = new A.ParameterList0(B.List_empty27, null, A._FileSpan$(t1.file, t2, t2));
|
|
123596
123720
|
}
|
|
123597
123721
|
if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
|
|
123598
123722
|
_this.error$2(0, string$.Mixinscm, _this.spanFrom$1(start));
|
|
@@ -126560,7 +126684,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126560
126684
|
t2 = t1.scanner;
|
|
126561
126685
|
t2 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
|
|
126562
126686
|
t3 = t2.offset;
|
|
126563
|
-
parameters = new A.ParameterList0(B.
|
|
126687
|
+
parameters = new A.ParameterList0(B.List_empty27, null, A._FileSpan$(t2.file, t3, t3));
|
|
126564
126688
|
}
|
|
126565
126689
|
t1.scanner.expectDone$0();
|
|
126566
126690
|
return new A._Record_2($name, parameters);
|
|
@@ -130261,48 +130385,52 @@ self.util = _cliPkgRequires.util;
|
|
|
130261
130385
|
B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
|
|
130262
130386
|
B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
|
|
130263
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>>"));
|
|
130264
|
-
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");
|
|
130265
130389
|
B.Deprecation_Fpx = new A.Deprecation0("mixed-decls", "1.77.7", "Declarations after or between nested rules.", "1.92.0", 15, "mixedDecls");
|
|
130266
130390
|
B.Deprecation_Byo = new A.Deprecation0("type-function", "1.86.0", 'Functions named "type".', "1.92.0", 22, "typeFunction");
|
|
130267
|
-
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>"));
|
|
130268
130393
|
B.Deprecation_NNd = new A.Deprecation("null-alpha", "1.62.3", null, 11, "nullAlpha");
|
|
130269
|
-
B.
|
|
130394
|
+
B.Deprecation_ov6 = new A.Deprecation("css-function-mixin", "1.76.0", "1.94.0", 14, "cssFunctionMixin");
|
|
130270
130395
|
B.Deprecation_Uqa = new A.Deprecation("mixed-decls", "1.77.7", "1.92.0", 15, "mixedDecls");
|
|
130271
130396
|
B.Deprecation_mme = new A.Deprecation("color-4-api", "1.79.0", null, 17, "color4Api");
|
|
130272
130397
|
B.Deprecation_cfK = new A.Deprecation("legacy-js-api", "1.79.0", null, 19, "legacyJsApi");
|
|
130273
130398
|
B.Deprecation_ST9 = new A.Deprecation("type-function", "1.86.0", "1.92.0", 22, "typeFunction");
|
|
130274
130399
|
B.Deprecation_Pq8 = new A.Deprecation("calc-interp", null, null, 28, "calcInterp");
|
|
130275
|
-
B.
|
|
130276
|
-
B.
|
|
130277
|
-
B.
|
|
130278
|
-
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);
|
|
130279
130403
|
B.List_empty1 = makeConstList([], type$.JSArray_ComplexSelector);
|
|
130280
|
-
B.
|
|
130404
|
+
B.List_empty18 = makeConstList([], type$.JSArray_ComplexSelector_2);
|
|
130281
130405
|
B.List_empty2 = makeConstList([], type$.JSArray_ComplexSelectorComponent);
|
|
130282
|
-
B.
|
|
130283
|
-
B.
|
|
130284
|
-
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);
|
|
130285
130409
|
B.List_empty3 = makeConstList([], type$.JSArray_CssNode);
|
|
130286
|
-
B.
|
|
130410
|
+
B.List_empty20 = makeConstList([], type$.JSArray_CssNode_2);
|
|
130287
130411
|
B.List_empty0 = makeConstList([], type$.JSArray_CssValue_Combinator);
|
|
130288
|
-
B.
|
|
130412
|
+
B.List_empty17 = makeConstList([], type$.JSArray_CssValue_Combinator_2);
|
|
130289
130413
|
B.List_empty9 = makeConstList([], type$.JSArray_Expression);
|
|
130290
|
-
B.
|
|
130414
|
+
B.List_empty24 = makeConstList([], type$.JSArray_Expression_2);
|
|
130291
130415
|
B.List_empty5 = makeConstList([], type$.JSArray_Extension);
|
|
130292
|
-
B.
|
|
130293
|
-
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);
|
|
130294
130420
|
B.List_empty7 = makeConstList([], A.findType("JSArray<Module0<0&>>"));
|
|
130295
|
-
B.
|
|
130296
|
-
B.
|
|
130297
|
-
B.
|
|
130298
|
-
B.
|
|
130299
|
-
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);
|
|
130300
130428
|
B.List_empty = makeConstList([], type$.JSArray_String);
|
|
130301
130429
|
B.List_empty8 = makeConstList([], type$.JSArray_Value);
|
|
130302
|
-
B.
|
|
130430
|
+
B.List_empty23 = makeConstList([], type$.JSArray_Value_2);
|
|
130303
130431
|
B.List_empty4 = makeConstList([], type$.JSArray_int);
|
|
130304
130432
|
B.List_empty6 = makeConstList([], type$.JSArray_dynamic);
|
|
130305
|
-
B.
|
|
130433
|
+
B.List_empty13 = makeConstList([], type$.JSArray_nullable_FileSpan);
|
|
130306
130434
|
B.List_mRc = makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30], A.findType("JSArray<HueInterpolationMethod0>"));
|
|
130307
130435
|
B.List_null = makeConstList([null], type$.JSArray_nullable_FileSpan);
|
|
130308
130436
|
B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
|
|
@@ -130404,11 +130532,11 @@ self.util = _cliPkgRequires.util;
|
|
|
130404
130532
|
B.SassBoolean_false0 = new A.SassBoolean0(false);
|
|
130405
130533
|
B.SassBoolean_true = new A.SassBoolean(true);
|
|
130406
130534
|
B.SassBoolean_true0 = new A.SassBoolean0(true);
|
|
130407
|
-
B.SassList_9ua = new A.SassList0(B.
|
|
130535
|
+
B.SassList_9ua = new A.SassList0(B.List_empty23, B.ListSeparator_undecided_null_3_undecided0, false);
|
|
130408
130536
|
B.SassList_oH0 = new A.SassList(B.List_empty8, B.ListSeparator_z0K, false);
|
|
130409
|
-
B.SassList_oH00 = new A.SassList0(B.
|
|
130537
|
+
B.SassList_oH00 = new A.SassList0(B.List_empty23, B.ListSeparator_z0K0, false);
|
|
130410
130538
|
B.SassList_oWx = new A.SassList(B.List_empty8, B.ListSeparator_z0K, true);
|
|
130411
|
-
B.SassList_oWx0 = new A.SassList0(B.
|
|
130539
|
+
B.SassList_oWx0 = new A.SassList0(B.List_empty23, B.ListSeparator_z0K0, true);
|
|
130412
130540
|
B.Map_empty22 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value,Value>"));
|
|
130413
130541
|
B.SassMap_Map_empty = new A.SassMap(B.Map_empty22);
|
|
130414
130542
|
B.Map_empty23 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value0,Value0>"));
|
|
@@ -131110,7 +131238,7 @@ self.util = _cliPkgRequires.util;
|
|
|
131110
131238
|
var _i, deprecation, t2,
|
|
131111
131239
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
|
|
131112
131240
|
for (_i = 0; _i < 29; ++_i) {
|
|
131113
|
-
deprecation = B.
|
|
131241
|
+
deprecation = B.List_DUj[_i];
|
|
131114
131242
|
if (deprecation !== B.Deprecation_AA4) {
|
|
131115
131243
|
t2 = deprecation.id;
|
|
131116
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)});
|
|
@@ -131250,7 +131378,7 @@ self.util = _cliPkgRequires.util;
|
|
|
131250
131378
|
}
|
|
131251
131379
|
return t2;
|
|
131252
131380
|
});
|
|
131253
|
-
_lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.
|
|
131381
|
+
_lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty12, B.List_empty13, $.$get$bogusSpan0()));
|
|
131254
131382
|
_lazyFinal($, "_expression", "$get$_expression", () => A.NullExpression$($.$get$bogusSpan0()));
|
|
131255
131383
|
_lazyFinal($, "global11", "$get$global10", () => {
|
|
131256
131384
|
var _s8_ = "selector";
|