sass 1.87.0 → 1.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +345 -274
- package/types/deprecations.d.ts +8 -1
- package/types/importer.d.ts +12 -6
- package/types/options.d.ts +27 -14
package/sass.dart.js
CHANGED
|
@@ -9062,7 +9062,7 @@ self.util = _cliPkgRequires.util;
|
|
|
9062
9062
|
},
|
|
9063
9063
|
ModifiableCssDeclaration$($name, value, span, interleavedRules, parsedAsCustomProperty, trace, valueSpanForMap) {
|
|
9064
9064
|
var t3,
|
|
9065
|
-
t1 = interleavedRules == null ? B.
|
|
9065
|
+
t1 = interleavedRules == null ? B.List_empty13 : A.List_List$unmodifiable(interleavedRules, type$.CssStyleRule),
|
|
9066
9066
|
t2 = valueSpanForMap == null ? value.span : valueSpanForMap;
|
|
9067
9067
|
if (parsedAsCustomProperty)
|
|
9068
9068
|
if (!J.startsWith$1$s($name.value, "--"))
|
|
@@ -10115,7 +10115,7 @@ self.util = _cliPkgRequires.util;
|
|
|
10115
10115
|
compileStringAsync(source, charset, fatalDeprecations, futureDeprecations, importCache, importer, logger, quietDeps, silenceDeprecations, sourceMap, style, syntax, verbose) {
|
|
10116
10116
|
var $async$goto = 0,
|
|
10117
10117
|
$async$completer = A._makeAsyncAwaitCompleter(type$.CompileResult),
|
|
10118
|
-
$async$returnValue, t3, t4, stylesheet, result, t1, t2;
|
|
10118
|
+
$async$returnValue, t3, t4, stylesheet, _0_0, result, t1, t2;
|
|
10119
10119
|
var $async$compileStringAsync = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
10120
10120
|
if ($async$errorCode === 1)
|
|
10121
10121
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -10133,6 +10133,14 @@ self.util = _cliPkgRequires.util;
|
|
|
10133
10133
|
logger = new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, !verbose);
|
|
10134
10134
|
logger.validate$0();
|
|
10135
10135
|
stylesheet = A.Stylesheet_Stylesheet$parse(source, syntax, null);
|
|
10136
|
+
t1 = stylesheet.span;
|
|
10137
|
+
_0_0 = t1.get$sourceUrl(t1);
|
|
10138
|
+
if (type$.Uri._is(_0_0))
|
|
10139
|
+
t2 = "" === _0_0.get$scheme();
|
|
10140
|
+
else
|
|
10141
|
+
t2 = false;
|
|
10142
|
+
if (t2)
|
|
10143
|
+
A.WarnForDeprecation_warnForDeprecation(logger, B.Deprecation_eJq, "Passing a relative `url` argument (" + A.S(t1.get$sourceUrl(t1)) + string$.x29x20to_cm, null, null);
|
|
10136
10144
|
$async$goto = 3;
|
|
10137
10145
|
return A._asyncAwait(A._compileStylesheet0(stylesheet, logger, importCache, null, importer, null, style, true, null, null, quietDeps, sourceMap, charset), $async$compileStringAsync);
|
|
10138
10146
|
case 3:
|
|
@@ -10491,13 +10499,13 @@ self.util = _cliPkgRequires.util;
|
|
|
10491
10499
|
this.assignmentNode = t2;
|
|
10492
10500
|
},
|
|
10493
10501
|
Deprecation_fromId(id) {
|
|
10494
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
10502
|
+
return A.IterableExtension_firstWhereOrNull(B.List_rYe, new A.Deprecation_fromId_closure(id));
|
|
10495
10503
|
},
|
|
10496
10504
|
Deprecation_forVersion(version) {
|
|
10497
10505
|
var t2, _i, deprecation, $self, t3,
|
|
10498
10506
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
|
|
10499
|
-
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i <
|
|
10500
|
-
deprecation = B.
|
|
10507
|
+
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 26; ++_i) {
|
|
10508
|
+
deprecation = B.List_rYe[_i];
|
|
10501
10509
|
$self = deprecation._deprecatedIn;
|
|
10502
10510
|
t3 = $self == null ? null : A.Version___parse_tearOff($self);
|
|
10503
10511
|
t3 = t3 == null ? null : t2.call$1(t3);
|
|
@@ -10835,7 +10843,7 @@ self.util = _cliPkgRequires.util;
|
|
|
10835
10843
|
_compileStylesheetWithoutErrorHandling$body(options, graph, source, destination, ifModified) {
|
|
10836
10844
|
var $async$goto = 0,
|
|
10837
10845
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
10838
|
-
$async$returnValue, $async$handler = 2, $async$errorStack = [], syntax, result, importCache, error, t1, exception, t2, t3, t4, t5, t6, t7, t8, t9, t10, result0, t11, t12, t13, t14, logger, stylesheet, t0, css, buffer, sourceName, destinationName, nowStr, timestamp, importer, $async$exception;
|
|
10846
|
+
$async$returnValue, $async$handler = 2, $async$errorStack = [], syntax, result, importCache, error, t1, exception, t2, t3, t4, t5, t6, t7, t8, t9, t10, result0, t11, t12, t13, t14, logger, stylesheet, _0_0, t0, css, buffer, sourceName, destinationName, nowStr, timestamp, importer, $async$exception;
|
|
10839
10847
|
var $async$_compileStylesheetWithoutErrorHandling = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
10840
10848
|
if ($async$errorCode === 1) {
|
|
10841
10849
|
$async$errorStack.push($async$result);
|
|
@@ -10961,6 +10969,14 @@ self.util = _cliPkgRequires.util;
|
|
|
10961
10969
|
logger = new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t13, type$.int), t4, t14, t10, t11, !t8);
|
|
10962
10970
|
logger.validate$0();
|
|
10963
10971
|
stylesheet = A.Stylesheet_Stylesheet$parse(t2, t3 == null ? B.Syntax_SCSS_scss : t3, null);
|
|
10972
|
+
t2 = stylesheet.span;
|
|
10973
|
+
_0_0 = t2.get$sourceUrl(t2);
|
|
10974
|
+
if (type$.Uri._is(_0_0))
|
|
10975
|
+
t3 = "" === _0_0.get$scheme();
|
|
10976
|
+
else
|
|
10977
|
+
t3 = false;
|
|
10978
|
+
if (t3)
|
|
10979
|
+
A.WarnForDeprecation_warnForDeprecation(logger, B.Deprecation_eJq, "Passing a relative `url` argument (" + A.S(t2.get$sourceUrl(t2)) + string$.x29x20to_cm, null, null);
|
|
10964
10980
|
result0 = A._compileStylesheet(stylesheet, logger, graph.importCache, null, t5, null, t6, true, null, null, t7, t9, t1);
|
|
10965
10981
|
logger.summarize$1$js(false);
|
|
10966
10982
|
// goto join
|
|
@@ -17758,8 +17774,9 @@ self.util = _cliPkgRequires.util;
|
|
|
17758
17774
|
this.name = t0;
|
|
17759
17775
|
this._channels = t1;
|
|
17760
17776
|
},
|
|
17761
|
-
SassFunction: function SassFunction(t0) {
|
|
17777
|
+
SassFunction: function SassFunction(t0, t1) {
|
|
17762
17778
|
this.callable = t0;
|
|
17779
|
+
this._function$_compileContext = t1;
|
|
17763
17780
|
},
|
|
17764
17781
|
SassList$(contents, _separator, brackets) {
|
|
17765
17782
|
var t1 = new A.SassList(A.List_List$unmodifiable(contents, type$.Value), _separator, brackets);
|
|
@@ -17781,8 +17798,9 @@ self.util = _cliPkgRequires.util;
|
|
|
17781
17798
|
SassMap: function SassMap(t0) {
|
|
17782
17799
|
this._map$_contents = t0;
|
|
17783
17800
|
},
|
|
17784
|
-
SassMixin: function SassMixin(t0) {
|
|
17801
|
+
SassMixin: function SassMixin(t0, t1) {
|
|
17785
17802
|
this.callable = t0;
|
|
17803
|
+
this._mixin$_compileContext = t1;
|
|
17786
17804
|
},
|
|
17787
17805
|
_SassNull: function _SassNull() {
|
|
17788
17806
|
},
|
|
@@ -18126,11 +18144,11 @@ self.util = _cliPkgRequires.util;
|
|
|
18126
18144
|
var t1 = type$.Uri,
|
|
18127
18145
|
t2 = type$.Module_AsyncCallable,
|
|
18128
18146
|
t3 = A._setArrayType([], type$.JSArray_Record_2_String_and_AstNode);
|
|
18129
|
-
t1 = new A._EvaluateVisitor0(importCache, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.AsyncCallable), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, A.AsyncEnvironment$(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode), t3, B.Configuration_Map_empty_null);
|
|
18147
|
+
t1 = new A._EvaluateVisitor0(importCache, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.AsyncCallable), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, new A.Object(), A.AsyncEnvironment$(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode), t3, B.Configuration_Map_empty_null);
|
|
18130
18148
|
t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap0(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
|
|
18131
18149
|
return t1;
|
|
18132
18150
|
},
|
|
18133
|
-
_EvaluateVisitor0: function _EvaluateVisitor0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) {
|
|
18151
|
+
_EvaluateVisitor0: function _EvaluateVisitor0(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) {
|
|
18134
18152
|
var _ = this;
|
|
18135
18153
|
_._async_evaluate$_importCache = t0;
|
|
18136
18154
|
_._async_evaluate$_nodeImporter = t1;
|
|
@@ -18143,18 +18161,19 @@ self.util = _cliPkgRequires.util;
|
|
|
18143
18161
|
_._async_evaluate$_warningsEmitted = t8;
|
|
18144
18162
|
_._async_evaluate$_quietDeps = t9;
|
|
18145
18163
|
_._async_evaluate$_sourceMap = t10;
|
|
18146
|
-
_._async_evaluate$
|
|
18164
|
+
_._async_evaluate$_compileContext = t11;
|
|
18165
|
+
_._async_evaluate$_environment = t12;
|
|
18147
18166
|
_._async_evaluate$_declarationName = _._async_evaluate$__parent = _._async_evaluate$_mediaQuerySources = _._async_evaluate$_mediaQueries = _._async_evaluate$_styleRuleIgnoringAtRoot = null;
|
|
18148
18167
|
_._async_evaluate$_member = "root stylesheet";
|
|
18149
|
-
_._async_evaluate$_importSpan = _._async_evaluate$_callableNode =
|
|
18168
|
+
_._async_evaluate$_importSpan = _._async_evaluate$_callableNode = null;
|
|
18150
18169
|
_._async_evaluate$_inSupportsDeclaration = _._async_evaluate$_inKeyframes = _._async_evaluate$_atRootExcludingStyleRule = _._async_evaluate$_inUnknownAtRule = _._async_evaluate$_inFunction = false;
|
|
18151
|
-
_._async_evaluate$_loadedUrls =
|
|
18152
|
-
_._async_evaluate$_activeModules =
|
|
18153
|
-
_._async_evaluate$_stack =
|
|
18170
|
+
_._async_evaluate$_loadedUrls = t13;
|
|
18171
|
+
_._async_evaluate$_activeModules = t14;
|
|
18172
|
+
_._async_evaluate$_stack = t15;
|
|
18154
18173
|
_._async_evaluate$_importer = null;
|
|
18155
18174
|
_._async_evaluate$_inDependency = false;
|
|
18156
18175
|
_._async_evaluate$__extensionStore = _._async_evaluate$_preModuleComments = _._async_evaluate$_outOfOrderImports = _._async_evaluate$__endOfImports = _._async_evaluate$__root = _._async_evaluate$__stylesheet = null;
|
|
18157
|
-
_._async_evaluate$_configuration =
|
|
18176
|
+
_._async_evaluate$_configuration = t16;
|
|
18158
18177
|
},
|
|
18159
18178
|
_EvaluateVisitor_closure12: function _EvaluateVisitor_closure12(t0) {
|
|
18160
18179
|
this.$this = t0;
|
|
@@ -18796,7 +18815,7 @@ self.util = _cliPkgRequires.util;
|
|
|
18796
18815
|
var t1 = type$.Uri,
|
|
18797
18816
|
t2 = type$.Module_Callable,
|
|
18798
18817
|
t3 = A._setArrayType([], type$.JSArray_Record_2_String_and_AstNode);
|
|
18799
|
-
t1 = new A._EvaluateVisitor(importCache, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Callable), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, A.Environment$(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode), t3, B.Configuration_Map_empty_null);
|
|
18818
|
+
t1 = new A._EvaluateVisitor(importCache, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Callable), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, new A.Object(), A.Environment$(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode), t3, B.Configuration_Map_empty_null);
|
|
18800
18819
|
t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
|
|
18801
18820
|
return t1;
|
|
18802
18821
|
},
|
|
@@ -18804,7 +18823,7 @@ self.util = _cliPkgRequires.util;
|
|
|
18804
18823
|
this._visitor = t0;
|
|
18805
18824
|
this._importer = t1;
|
|
18806
18825
|
},
|
|
18807
|
-
_EvaluateVisitor: function _EvaluateVisitor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) {
|
|
18826
|
+
_EvaluateVisitor: function _EvaluateVisitor(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) {
|
|
18808
18827
|
var _ = this;
|
|
18809
18828
|
_._evaluate$_importCache = t0;
|
|
18810
18829
|
_._evaluate$_nodeImporter = t1;
|
|
@@ -18817,18 +18836,19 @@ self.util = _cliPkgRequires.util;
|
|
|
18817
18836
|
_._warningsEmitted = t8;
|
|
18818
18837
|
_._quietDeps = t9;
|
|
18819
18838
|
_._sourceMap = t10;
|
|
18820
|
-
_.
|
|
18839
|
+
_._compileContext = t11;
|
|
18840
|
+
_._environment = t12;
|
|
18821
18841
|
_._declarationName = _.__parent = _._mediaQuerySources = _._mediaQueries = _._styleRuleIgnoringAtRoot = null;
|
|
18822
18842
|
_._member = "root stylesheet";
|
|
18823
|
-
_._importSpan = _._callableNode =
|
|
18843
|
+
_._importSpan = _._callableNode = null;
|
|
18824
18844
|
_._inSupportsDeclaration = _._inKeyframes = _._atRootExcludingStyleRule = _._inUnknownAtRule = _._inFunction = false;
|
|
18825
|
-
_._loadedUrls =
|
|
18826
|
-
_._activeModules =
|
|
18827
|
-
_._stack =
|
|
18845
|
+
_._loadedUrls = t13;
|
|
18846
|
+
_._activeModules = t14;
|
|
18847
|
+
_._stack = t15;
|
|
18828
18848
|
_._importer = null;
|
|
18829
18849
|
_._inDependency = false;
|
|
18830
18850
|
_.__extensionStore = _._preModuleComments = _._outOfOrderImports = _.__endOfImports = _.__root = _.__stylesheet = null;
|
|
18831
|
-
_._configuration =
|
|
18851
|
+
_._configuration = t16;
|
|
18832
18852
|
},
|
|
18833
18853
|
_EvaluateVisitor_closure: function _EvaluateVisitor_closure(t0) {
|
|
18834
18854
|
this.$this = t0;
|
|
@@ -20564,7 +20584,7 @@ self.util = _cliPkgRequires.util;
|
|
|
20564
20584
|
this.span = t1;
|
|
20565
20585
|
},
|
|
20566
20586
|
ArgumentList$empty0(span) {
|
|
20567
|
-
return new A.ArgumentList0(B.
|
|
20587
|
+
return new A.ArgumentList0(B.List_empty23, B.Map_empty14, null, null, span);
|
|
20568
20588
|
},
|
|
20569
20589
|
ArgumentList0: function ArgumentList0(t0, t1, t2, t3, t4) {
|
|
20570
20590
|
var _ = this;
|
|
@@ -20718,7 +20738,7 @@ self.util = _cliPkgRequires.util;
|
|
|
20718
20738
|
compileStringAsync0(source, charset, fatalDeprecations, functions, futureDeprecations, importCache, importer, indentWidth, lineFeed, logger, nodeImporter, quietDeps, silenceDeprecations, sourceMap, style, syntax, url, useSpaces, verbose) {
|
|
20719
20739
|
var $async$goto = 0,
|
|
20720
20740
|
$async$completer = A._makeAsyncAwaitCompleter(type$.CompileResult_2),
|
|
20721
|
-
$async$returnValue, t3, t4, stylesheet, result, t1, t2;
|
|
20741
|
+
$async$returnValue, t3, t4, stylesheet, _0_0, result, t1, t2;
|
|
20722
20742
|
var $async$compileStringAsync0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
20723
20743
|
if ($async$errorCode === 1)
|
|
20724
20744
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -20739,6 +20759,9 @@ self.util = _cliPkgRequires.util;
|
|
|
20739
20759
|
logger = new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, !verbose);
|
|
20740
20760
|
logger.validate$0();
|
|
20741
20761
|
stylesheet = A.Stylesheet_Stylesheet$parse0(source, syntax == null ? B.Syntax_SCSS_scss0 : syntax, url);
|
|
20762
|
+
_0_0 = stylesheet.span.file.url;
|
|
20763
|
+
if (type$.Uri._is(_0_0) && "" === _0_0.get$scheme() && nodeImporter == null)
|
|
20764
|
+
A.WarnForDeprecation_warnForDeprecation0(logger, B.Deprecation_pIR, "Passing a relative `url` argument (" + A.S(_0_0) + string$.x29x20to_cm, null, null);
|
|
20742
20765
|
if (importer == null)
|
|
20743
20766
|
t1 = A.isBrowser() ? new A.NoOpImporter0() : $.$get$FilesystemImporter_cwd0();
|
|
20744
20767
|
else
|
|
@@ -20956,11 +20979,11 @@ self.util = _cliPkgRequires.util;
|
|
|
20956
20979
|
t4 = nodeImporter == null ? A.AsyncImportCache$none() : null;
|
|
20957
20980
|
else
|
|
20958
20981
|
t4 = importCache;
|
|
20959
|
-
t1 = new A._EvaluateVisitor2(t4, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.AsyncCallable_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode_2), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, A.AsyncEnvironment$0(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode_2), t3, B.Configuration_Map_empty_null0);
|
|
20982
|
+
t1 = new A._EvaluateVisitor2(t4, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.AsyncCallable_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode_2), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, new A.Object(), A.AsyncEnvironment$0(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode_2), t3, B.Configuration_Map_empty_null0);
|
|
20960
20983
|
t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap2(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
|
|
20961
20984
|
return t1;
|
|
20962
20985
|
},
|
|
20963
|
-
_EvaluateVisitor2: function _EvaluateVisitor2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) {
|
|
20986
|
+
_EvaluateVisitor2: function _EvaluateVisitor2(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) {
|
|
20964
20987
|
var _ = this;
|
|
20965
20988
|
_._async_evaluate0$_importCache = t0;
|
|
20966
20989
|
_._async_evaluate0$_nodeImporter = t1;
|
|
@@ -20973,18 +20996,19 @@ self.util = _cliPkgRequires.util;
|
|
|
20973
20996
|
_._async_evaluate0$_warningsEmitted = t8;
|
|
20974
20997
|
_._async_evaluate0$_quietDeps = t9;
|
|
20975
20998
|
_._async_evaluate0$_sourceMap = t10;
|
|
20976
|
-
_._async_evaluate0$
|
|
20999
|
+
_._async_evaluate0$_compileContext = t11;
|
|
21000
|
+
_._async_evaluate0$_environment = t12;
|
|
20977
21001
|
_._async_evaluate0$_declarationName = _._async_evaluate0$__parent = _._async_evaluate0$_mediaQuerySources = _._async_evaluate0$_mediaQueries = _._async_evaluate0$_styleRuleIgnoringAtRoot = null;
|
|
20978
21002
|
_._async_evaluate0$_member = "root stylesheet";
|
|
20979
|
-
_._async_evaluate0$_importSpan = _._async_evaluate0$_callableNode =
|
|
21003
|
+
_._async_evaluate0$_importSpan = _._async_evaluate0$_callableNode = null;
|
|
20980
21004
|
_._async_evaluate0$_inSupportsDeclaration = _._async_evaluate0$_inKeyframes = _._async_evaluate0$_atRootExcludingStyleRule = _._async_evaluate0$_inUnknownAtRule = _._async_evaluate0$_inFunction = false;
|
|
20981
|
-
_._async_evaluate0$_loadedUrls =
|
|
20982
|
-
_._async_evaluate0$_activeModules =
|
|
20983
|
-
_._async_evaluate0$_stack =
|
|
21005
|
+
_._async_evaluate0$_loadedUrls = t13;
|
|
21006
|
+
_._async_evaluate0$_activeModules = t14;
|
|
21007
|
+
_._async_evaluate0$_stack = t15;
|
|
20984
21008
|
_._async_evaluate0$_importer = null;
|
|
20985
21009
|
_._async_evaluate0$_inDependency = false;
|
|
20986
21010
|
_._async_evaluate0$__extensionStore = _._async_evaluate0$_preModuleComments = _._async_evaluate0$_outOfOrderImports = _._async_evaluate0$__endOfImports = _._async_evaluate0$__root = _._async_evaluate0$__stylesheet = null;
|
|
20987
|
-
_._async_evaluate0$_configuration =
|
|
21011
|
+
_._async_evaluate0$_configuration = t16;
|
|
20988
21012
|
},
|
|
20989
21013
|
_EvaluateVisitor_closure38: function _EvaluateVisitor_closure38(t0) {
|
|
20990
21014
|
this.$this = t0;
|
|
@@ -21632,7 +21656,7 @@ self.util = _cliPkgRequires.util;
|
|
|
21632
21656
|
var t1 = type$.nullable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl_2,
|
|
21633
21657
|
t2 = type$.Record_3_AsyncImporter_and_Uri_and_bool_forImport_2,
|
|
21634
21658
|
t3 = type$.Uri;
|
|
21635
|
-
return new A.AsyncImportCache0(B.
|
|
21659
|
+
return new A.AsyncImportCache0(B.List_empty29, 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));
|
|
21636
21660
|
},
|
|
21637
21661
|
AsyncImportCache__toImporters0(importers, loadPaths, packageConfig) {
|
|
21638
21662
|
var t1, t2, t3, t4, _i, path, _null = null,
|
|
@@ -25162,7 +25186,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25162
25186
|
_parseFunctions0(functions, asynch) {
|
|
25163
25187
|
var result;
|
|
25164
25188
|
if (functions == null)
|
|
25165
|
-
return B.
|
|
25189
|
+
return B.List_empty28;
|
|
25166
25190
|
result = A._setArrayType([], type$.JSArray_AsyncCallable_2);
|
|
25167
25191
|
A.jsForEach(functions, new A._parseFunctions_closure0(asynch, result));
|
|
25168
25192
|
return result;
|
|
@@ -25268,7 +25292,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25268
25292
|
return result;
|
|
25269
25293
|
},
|
|
25270
25294
|
compileString(source, charset, fatalDeprecations, functions, futureDeprecations, importCache, importer, indentWidth, lineFeed, logger, nodeImporter, quietDeps, silenceDeprecations, sourceMap, style, syntax, url, useSpaces, verbose) {
|
|
25271
|
-
var t3, t4, stylesheet, result,
|
|
25295
|
+
var t3, t4, stylesheet, _0_0, result,
|
|
25272
25296
|
t1 = type$.Deprecation_3,
|
|
25273
25297
|
t2 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
|
|
25274
25298
|
if (silenceDeprecations != null)
|
|
@@ -25282,6 +25306,9 @@ self.util = _cliPkgRequires.util;
|
|
|
25282
25306
|
logger = new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, !verbose);
|
|
25283
25307
|
logger.validate$0();
|
|
25284
25308
|
stylesheet = A.Stylesheet_Stylesheet$parse0(source, syntax == null ? B.Syntax_SCSS_scss0 : syntax, url);
|
|
25309
|
+
_0_0 = stylesheet.span.file.url;
|
|
25310
|
+
if (type$.Uri._is(_0_0) && "" === _0_0.get$scheme() && nodeImporter == null)
|
|
25311
|
+
A.WarnForDeprecation_warnForDeprecation0(logger, B.Deprecation_pIR, "Passing a relative `url` argument (" + A.S(_0_0) + string$.x29x20to_cm, null, null);
|
|
25285
25312
|
if (importer == null)
|
|
25286
25313
|
t1 = A.isBrowser() ? new A.NoOpImporter0() : $.$get$FilesystemImporter_cwd0();
|
|
25287
25314
|
else
|
|
@@ -25462,7 +25489,7 @@ self.util = _cliPkgRequires.util;
|
|
|
25462
25489
|
},
|
|
25463
25490
|
ModifiableCssDeclaration$0($name, value, span, interleavedRules, parsedAsCustomProperty, trace, valueSpanForMap) {
|
|
25464
25491
|
var t3,
|
|
25465
|
-
t1 = interleavedRules == null ? B.
|
|
25492
|
+
t1 = interleavedRules == null ? B.List_empty25 : A.List_List$unmodifiable(interleavedRules, type$.CssStyleRule_2),
|
|
25466
25493
|
t2 = valueSpanForMap == null ? value.span : valueSpanForMap;
|
|
25467
25494
|
if (parsedAsCustomProperty)
|
|
25468
25495
|
if (!J.startsWith$1$s($name.value, "--"))
|
|
@@ -25508,13 +25535,13 @@ self.util = _cliPkgRequires.util;
|
|
|
25508
25535
|
this.span = t2;
|
|
25509
25536
|
},
|
|
25510
25537
|
Deprecation_fromId0(id) {
|
|
25511
|
-
return A.IterableExtension_firstWhereOrNull(B.
|
|
25538
|
+
return A.IterableExtension_firstWhereOrNull(B.List_FlM, new A.Deprecation_fromId_closure0(id));
|
|
25512
25539
|
},
|
|
25513
25540
|
Deprecation_forVersion0(version) {
|
|
25514
25541
|
var t2, _i, deprecation, $self, t3,
|
|
25515
25542
|
t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
|
|
25516
|
-
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i <
|
|
25517
|
-
deprecation = B.
|
|
25543
|
+
for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 26; ++_i) {
|
|
25544
|
+
deprecation = B.List_FlM[_i];
|
|
25518
25545
|
$self = deprecation._deprecation$_deprecatedIn;
|
|
25519
25546
|
t3 = $self == null ? null : A.Version___parse_tearOff($self);
|
|
25520
25547
|
t3 = t3 == null ? null : t2.call$1(t3);
|
|
@@ -25756,11 +25783,11 @@ self.util = _cliPkgRequires.util;
|
|
|
25756
25783
|
t4 = nodeImporter == null ? A.ImportCache$none() : null;
|
|
25757
25784
|
else
|
|
25758
25785
|
t4 = importCache;
|
|
25759
|
-
t1 = new A._EvaluateVisitor1(t4, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Callable_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode_2), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, A.Environment$0(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode_2), t3, B.Configuration_Map_empty_null0);
|
|
25786
|
+
t1 = new A._EvaluateVisitor1(t4, nodeImporter, A.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.Callable_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, t2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Configuration_2), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.AstNode_2), logger, A.LinkedHashSet_LinkedHashSet$_empty(type$.Record_2_String_and_SourceSpan), quietDeps, sourceMap, new A.Object(), A.Environment$0(), A.LinkedHashSet_LinkedHashSet$_empty(t1), A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.nullable_AstNode_2), t3, B.Configuration_Map_empty_null0);
|
|
25760
25787
|
t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap1(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
|
|
25761
25788
|
return t1;
|
|
25762
25789
|
},
|
|
25763
|
-
_EvaluateVisitor1: function _EvaluateVisitor1(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15) {
|
|
25790
|
+
_EvaluateVisitor1: function _EvaluateVisitor1(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16) {
|
|
25764
25791
|
var _ = this;
|
|
25765
25792
|
_._evaluate0$_importCache = t0;
|
|
25766
25793
|
_._nodeImporter = t1;
|
|
@@ -25773,18 +25800,19 @@ self.util = _cliPkgRequires.util;
|
|
|
25773
25800
|
_._evaluate0$_warningsEmitted = t8;
|
|
25774
25801
|
_._evaluate0$_quietDeps = t9;
|
|
25775
25802
|
_._evaluate0$_sourceMap = t10;
|
|
25776
|
-
_._evaluate0$
|
|
25803
|
+
_._evaluate0$_compileContext = t11;
|
|
25804
|
+
_._evaluate0$_environment = t12;
|
|
25777
25805
|
_._evaluate0$_declarationName = _._evaluate0$__parent = _._evaluate0$_mediaQuerySources = _._evaluate0$_mediaQueries = _._evaluate0$_styleRuleIgnoringAtRoot = null;
|
|
25778
25806
|
_._evaluate0$_member = "root stylesheet";
|
|
25779
|
-
_._evaluate0$_importSpan = _._evaluate0$_callableNode =
|
|
25807
|
+
_._evaluate0$_importSpan = _._evaluate0$_callableNode = null;
|
|
25780
25808
|
_._evaluate0$_inSupportsDeclaration = _._evaluate0$_inKeyframes = _._evaluate0$_atRootExcludingStyleRule = _._evaluate0$_inUnknownAtRule = _._evaluate0$_inFunction = false;
|
|
25781
|
-
_._evaluate0$_loadedUrls =
|
|
25782
|
-
_._evaluate0$_activeModules =
|
|
25783
|
-
_._evaluate0$_stack =
|
|
25809
|
+
_._evaluate0$_loadedUrls = t13;
|
|
25810
|
+
_._evaluate0$_activeModules = t14;
|
|
25811
|
+
_._evaluate0$_stack = t15;
|
|
25784
25812
|
_._evaluate0$_importer = null;
|
|
25785
25813
|
_._evaluate0$_inDependency = false;
|
|
25786
25814
|
_._evaluate0$__extensionStore = _._evaluate0$_preModuleComments = _._evaluate0$_outOfOrderImports = _._evaluate0$__endOfImports = _._evaluate0$__root = _._evaluate0$__stylesheet = null;
|
|
25787
|
-
_._evaluate0$_configuration =
|
|
25815
|
+
_._evaluate0$_configuration = t16;
|
|
25788
25816
|
},
|
|
25789
25817
|
_EvaluateVisitor_closure25: function _EvaluateVisitor_closure25(t0) {
|
|
25790
25818
|
this.$this = t0;
|
|
@@ -26819,8 +26847,9 @@ self.util = _cliPkgRequires.util;
|
|
|
26819
26847
|
},
|
|
26820
26848
|
functionClass__closure0: function functionClass__closure0() {
|
|
26821
26849
|
},
|
|
26822
|
-
SassFunction0: function SassFunction0(t0) {
|
|
26850
|
+
SassFunction0: function SassFunction0(t0, t1) {
|
|
26823
26851
|
this.callable = t0;
|
|
26852
|
+
this._function0$_compileContext = t1;
|
|
26824
26853
|
},
|
|
26825
26854
|
FunctionRule$0($name, parameters, children, span, comment) {
|
|
26826
26855
|
var t1 = A.stringReplaceAllUnchecked($name, "_", "-"),
|
|
@@ -26894,9 +26923,9 @@ self.util = _cliPkgRequires.util;
|
|
|
26894
26923
|
t3.push(A.ComplexSelector$0(t8, B.JSArray_methods.take$1(t6, t7 - 1), t5.span, t5.lineBreak));
|
|
26895
26924
|
}
|
|
26896
26925
|
}
|
|
26897
|
-
t4 = leadingCombinator == null ? B.
|
|
26926
|
+
t4 = leadingCombinator == null ? B.List_empty16 : A._setArrayType([leadingCombinator], type$.JSArray_CssValue_Combinator_2);
|
|
26898
26927
|
unifiedBase.toString;
|
|
26899
|
-
t5 = trailingCombinator == null ? B.
|
|
26928
|
+
t5 = trailingCombinator == null ? B.List_empty16 : A._setArrayType([trailingCombinator], type$.JSArray_CssValue_Combinator_2);
|
|
26900
26929
|
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()));
|
|
26901
26930
|
if (t3.length === 0)
|
|
26902
26931
|
t1 = A._setArrayType([base], t2);
|
|
@@ -26995,7 +27024,7 @@ self.util = _cliPkgRequires.util;
|
|
|
26995
27024
|
for (t8 = prefixes.length, _i = 0; _i < prefixes.length; prefixes.length === t8 || (0, A.throwConcurrentModificationError)(prefixes), ++_i) {
|
|
26996
27025
|
t9 = A._weaveParents0(prefixes[_i], t5, span);
|
|
26997
27026
|
if (t9 == null)
|
|
26998
|
-
t9 = B.
|
|
27027
|
+
t9 = B.List_empty17;
|
|
26999
27028
|
t10 = t9.length;
|
|
27000
27029
|
_i0 = 0;
|
|
27001
27030
|
for (; _i0 < t9.length; t9.length === t10 || (0, A.throwConcurrentModificationError)(t9), ++_i0) {
|
|
@@ -27250,7 +27279,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27250
27279
|
t1 = components1.$index(0, _0_1 - 1).combinators;
|
|
27251
27280
|
break $label0$0;
|
|
27252
27281
|
}
|
|
27253
|
-
t1 = B.
|
|
27282
|
+
t1 = B.List_empty16;
|
|
27254
27283
|
break $label0$0;
|
|
27255
27284
|
}
|
|
27256
27285
|
$label1$1: {
|
|
@@ -27259,7 +27288,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27259
27288
|
t2 = components2.$index(0, _1_1 - 1).combinators;
|
|
27260
27289
|
break $label1$1;
|
|
27261
27290
|
}
|
|
27262
|
-
t2 = B.
|
|
27291
|
+
t2 = B.List_empty16;
|
|
27263
27292
|
break $label1$1;
|
|
27264
27293
|
}
|
|
27265
27294
|
t3 = t1.length;
|
|
@@ -27722,7 +27751,7 @@ self.util = _cliPkgRequires.util;
|
|
|
27722
27751
|
if (J.get$length$asx(complex1) > J.get$length$asx(complex2))
|
|
27723
27752
|
return false;
|
|
27724
27753
|
t1 = $.$get$bogusSpan0();
|
|
27725
|
-
base = new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([new A.PlaceholderSelector0("<temp>", t1)], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.
|
|
27754
|
+
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_empty16, type$.CssValue_Combinator_2), t1);
|
|
27726
27755
|
t1 = type$.ComplexSelectorComponent_2;
|
|
27727
27756
|
t2 = A.List_List$of(complex1, true, t1);
|
|
27728
27757
|
t2.push(base);
|
|
@@ -28197,7 +28226,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28197
28226
|
var t1 = type$.nullable_Record_3_Importer_and_Uri_and_Uri_originalUrl_2,
|
|
28198
28227
|
t2 = type$.Record_3_Importer_and_Uri_and_bool_forImport_2,
|
|
28199
28228
|
t3 = type$.Uri;
|
|
28200
|
-
return new A.ImportCache0(B.
|
|
28229
|
+
return new A.ImportCache0(B.List_empty27, 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));
|
|
28201
28230
|
},
|
|
28202
28231
|
ImportCache__toImporters0(importers, loadPaths, packageConfig) {
|
|
28203
28232
|
var t1, t2, t3, t4, _i, path, _null = null,
|
|
@@ -28580,7 +28609,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28580
28609
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
28581
28610
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
28582
28611
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
28583
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
28612
|
+
J.set$info$x(self.exports, "dart-sass\t1.88.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.3\t(Dart Compiler)\t[Dart]");
|
|
28584
28613
|
A.updateCanonicalizeContextPrototype();
|
|
28585
28614
|
A.updateSourceSpanPrototype();
|
|
28586
28615
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -28876,7 +28905,7 @@ self.util = _cliPkgRequires.util;
|
|
|
28876
28905
|
var result,
|
|
28877
28906
|
functions = J.get$functions$x(options);
|
|
28878
28907
|
if (functions == null)
|
|
28879
|
-
return B.
|
|
28908
|
+
return B.List_empty28;
|
|
28880
28909
|
result = A._setArrayType([], type$.JSArray_AsyncCallable_2);
|
|
28881
28910
|
A.jsForEach(functions, new A._parseFunctions_closure(options, start, result, asynch));
|
|
28882
28911
|
return result;
|
|
@@ -29671,8 +29700,9 @@ self.util = _cliPkgRequires.util;
|
|
|
29671
29700
|
},
|
|
29672
29701
|
mixinClass__closure0: function mixinClass__closure0() {
|
|
29673
29702
|
},
|
|
29674
|
-
SassMixin0: function SassMixin0(t0) {
|
|
29703
|
+
SassMixin0: function SassMixin0(t0, t1) {
|
|
29675
29704
|
this.callable = t0;
|
|
29705
|
+
this._mixin0$_compileContext = t1;
|
|
29676
29706
|
},
|
|
29677
29707
|
MixinRule$0($name, parameters, children, span, comment) {
|
|
29678
29708
|
var t1 = A.stringReplaceAllUnchecked($name, "_", "-"),
|
|
@@ -33751,7 +33781,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33751
33781
|
switch ($async$goto) {
|
|
33752
33782
|
case 0:
|
|
33753
33783
|
// Function start
|
|
33754
|
-
$async$returnValue = "1.
|
|
33784
|
+
$async$returnValue = "1.88.0 compiled with dart2js 3.7.3";
|
|
33755
33785
|
// goto return
|
|
33756
33786
|
$async$goto = 1;
|
|
33757
33787
|
break;
|
|
@@ -47170,7 +47200,7 @@ self.util = _cliPkgRequires.util;
|
|
|
47170
47200
|
return t1;
|
|
47171
47201
|
},
|
|
47172
47202
|
spanForElement$1(index) {
|
|
47173
|
-
var t1, t2, t3, t4, _this = this;
|
|
47203
|
+
var t1, t2, t3, t4, t5, _this = this;
|
|
47174
47204
|
$label0$0: {
|
|
47175
47205
|
if (typeof _this.contents[index] == "string") {
|
|
47176
47206
|
t1 = _this.span;
|
|
@@ -47181,11 +47211,12 @@ self.util = _cliPkgRequires.util;
|
|
|
47181
47211
|
t3 = _this.spans[index - 1];
|
|
47182
47212
|
t3 = t3.get$end(t3);
|
|
47183
47213
|
}
|
|
47184
|
-
t4 =
|
|
47185
|
-
|
|
47214
|
+
t4 = index + 1;
|
|
47215
|
+
t5 = _this.spans;
|
|
47216
|
+
if (t4 === t5.length)
|
|
47186
47217
|
t1 = A.FileLocation$_(t2, t1._end);
|
|
47187
47218
|
else {
|
|
47188
|
-
t1 = t4
|
|
47219
|
+
t1 = t5[t4];
|
|
47189
47220
|
t1 = t1.get$start(t1);
|
|
47190
47221
|
}
|
|
47191
47222
|
t1 = t2.span$2(0, t3.offset, t1.offset);
|
|
@@ -51970,7 +52001,7 @@ self.util = _cliPkgRequires.util;
|
|
|
51970
52001
|
}
|
|
51971
52002
|
try {
|
|
51972
52003
|
argVersion = A.Version_Version$parse(id);
|
|
51973
|
-
sassVersion = A.Version_Version$parse("1.
|
|
52004
|
+
sassVersion = A.Version_Version$parse("1.88.0");
|
|
51974
52005
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
51975
52006
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
51976
52007
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -54072,7 +54103,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54072
54103
|
call$1($arguments) {
|
|
54073
54104
|
var result = A._invert($arguments, false);
|
|
54074
54105
|
if (result instanceof A.SassString)
|
|
54075
|
-
A.warnForDeprecation("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.
|
|
54106
|
+
A.warnForDeprecation("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.x29x20to_cli + result.toString$0(0), B.Deprecation_u0j);
|
|
54076
54107
|
return result;
|
|
54077
54108
|
},
|
|
54078
54109
|
$signature: 4
|
|
@@ -54101,7 +54132,7 @@ self.util = _cliPkgRequires.util;
|
|
|
54101
54132
|
t1 = J.getInterceptor$asx($arguments);
|
|
54102
54133
|
if (t1.$index($arguments, 0) instanceof A.SassNumber) {
|
|
54103
54134
|
result = A._functionString("grayscale", t1.take$1($arguments, 1));
|
|
54104
|
-
A.warnForDeprecation("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.
|
|
54135
|
+
A.warnForDeprecation("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.x29x20to_clg + result.toString$0(0), B.Deprecation_u0j);
|
|
54105
54136
|
return result;
|
|
54106
54137
|
}
|
|
54107
54138
|
return A._grayscale(t1.$index($arguments, 0));
|
|
@@ -60077,7 +60108,13 @@ self.util = _cliPkgRequires.util;
|
|
|
60077
60108
|
t2._contents += t4;
|
|
60078
60109
|
$name = nameBuffer.interpolation$1(t1.spanFrom$2(start, new A._SpanScannerState(t1, t3)));
|
|
60079
60110
|
if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
|
|
60080
|
-
|
|
60111
|
+
if (_this.atEndOfStatement$0()) {
|
|
60112
|
+
t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
60113
|
+
t3 = t2.offset;
|
|
60114
|
+
t3 = A.Interpolation$(B.List_empty11, B.List_empty12, A._FileSpan$(t2.file, t3, t3));
|
|
60115
|
+
t2 = t3;
|
|
60116
|
+
} else
|
|
60117
|
+
t2 = _this._interpolatedDeclarationValue$1$silentComments(false);
|
|
60081
60118
|
_this.expectStatementSeparator$1("custom property");
|
|
60082
60119
|
return A.Declaration$($name, new A.StringExpression(t2, false), t1.spanFrom$1(start));
|
|
60083
60120
|
}
|
|
@@ -60880,7 +60917,7 @@ self.util = _cliPkgRequires.util;
|
|
|
60880
60917
|
if (t2) {
|
|
60881
60918
|
t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
60882
60919
|
t3 = t2.offset;
|
|
60883
|
-
contentParameters_ = new A.ParameterList(B.
|
|
60920
|
+
contentParameters_ = new A.ParameterList(B.List_empty14, _null, A._FileSpan$(t2.file, t3, t3));
|
|
60884
60921
|
} else
|
|
60885
60922
|
contentParameters_ = contentParameters;
|
|
60886
60923
|
wasInContentBlock = _this._inContentBlock;
|
|
@@ -60917,7 +60954,7 @@ self.util = _cliPkgRequires.util;
|
|
|
60917
60954
|
else {
|
|
60918
60955
|
t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
60919
60956
|
t3 = t2.offset;
|
|
60920
|
-
parameters = new A.ParameterList(B.
|
|
60957
|
+
parameters = new A.ParameterList(B.List_empty14, null, A._FileSpan$(t2.file, t3, t3));
|
|
60921
60958
|
}
|
|
60922
60959
|
if (_this._stylesheet$_inMixin || _this._inContentBlock)
|
|
60923
60960
|
_this.error$2(0, string$.Mixinscm, t1.spanFrom$1(start));
|
|
@@ -66257,6 +66294,12 @@ self.util = _cliPkgRequires.util;
|
|
|
66257
66294
|
assertFunction$1($name) {
|
|
66258
66295
|
return this;
|
|
66259
66296
|
},
|
|
66297
|
+
assertCompileContext$1(compileContext) {
|
|
66298
|
+
var t1 = this._function$_compileContext !== compileContext;
|
|
66299
|
+
if (t1)
|
|
66300
|
+
throw A.wrapException(A.SassScriptException$(this.toString$0(0) + " does not belong to current compilation.", null));
|
|
66301
|
+
return this;
|
|
66302
|
+
},
|
|
66260
66303
|
$eq(_, other) {
|
|
66261
66304
|
if (other == null)
|
|
66262
66305
|
return false;
|
|
@@ -66406,6 +66449,12 @@ self.util = _cliPkgRequires.util;
|
|
|
66406
66449
|
assertMixin$1($name) {
|
|
66407
66450
|
return this;
|
|
66408
66451
|
},
|
|
66452
|
+
assertCompileContext$1(compileContext) {
|
|
66453
|
+
var t1 = this._mixin$_compileContext !== compileContext;
|
|
66454
|
+
if (t1)
|
|
66455
|
+
throw A.wrapException(A.SassScriptException$(this.toString$0(0) + " does not belong to current compilation.", null));
|
|
66456
|
+
return this;
|
|
66457
|
+
},
|
|
66409
66458
|
$eq(_, other) {
|
|
66410
66459
|
if (other == null)
|
|
66411
66460
|
return false;
|
|
@@ -68250,7 +68299,7 @@ self.util = _cliPkgRequires.util;
|
|
|
68250
68299
|
case 6:
|
|
68251
68300
|
// returning from await.
|
|
68252
68301
|
value = $async$result;
|
|
68253
|
-
if (!value.get$isBlank() || value.get$asList().length === 0) {
|
|
68302
|
+
if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
|
|
68254
68303
|
t2 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent");
|
|
68255
68304
|
t3 = _2_0.get$span(_2_0);
|
|
68256
68305
|
t4 = node.span;
|
|
@@ -68262,8 +68311,7 @@ self.util = _cliPkgRequires.util;
|
|
|
68262
68311
|
} else
|
|
68263
68312
|
t6 = null;
|
|
68264
68313
|
t2.addChild$1(A.ModifiableCssDeclaration$($name, new A.CssValue(value, t3, type$.CssValue_Value), t4, interleavedRules, t1, t5, t6));
|
|
68265
|
-
}
|
|
68266
|
-
throw A.wrapException($async$self._async_evaluate$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
|
|
68314
|
+
}
|
|
68267
68315
|
case 5:
|
|
68268
68316
|
// join
|
|
68269
68317
|
_3_0 = node.children;
|
|
@@ -71060,7 +71108,7 @@ self.util = _cliPkgRequires.util;
|
|
|
71060
71108
|
_runUserDefinedCallable$body$_EvaluateVisitor($arguments, callable, nodeWithSpan, run, $V, $async$type) {
|
|
71061
71109
|
var $async$goto = 0,
|
|
71062
71110
|
$async$completer = A._makeAsyncAwaitCompleter($async$type),
|
|
71063
|
-
$async$returnValue, $async$self = this,
|
|
71111
|
+
$async$returnValue, $async$self = this, oldInDependency, result, evaluated, $name;
|
|
71064
71112
|
var $async$_async_evaluate$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
71065
71113
|
if ($async$errorCode === 1)
|
|
71066
71114
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -71076,16 +71124,13 @@ self.util = _cliPkgRequires.util;
|
|
|
71076
71124
|
$name = callable.declaration.name;
|
|
71077
71125
|
if ($name !== "@content")
|
|
71078
71126
|
$name += "()";
|
|
71079
|
-
oldCallable = $async$self._async_evaluate$_currentCallable;
|
|
71080
71127
|
oldInDependency = $async$self._async_evaluate$_inDependency;
|
|
71081
|
-
$async$self._async_evaluate$_currentCallable = callable;
|
|
71082
71128
|
$async$self._async_evaluate$_inDependency = callable.inDependency;
|
|
71083
71129
|
$async$goto = 4;
|
|
71084
71130
|
return A._asyncAwait($async$self._async_evaluate$_withStackFrame$1$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure0($async$self, callable, evaluated, nodeWithSpan, run, $V), $V), $async$_async_evaluate$_runUserDefinedCallable$1$4);
|
|
71085
71131
|
case 4:
|
|
71086
71132
|
// returning from await.
|
|
71087
71133
|
result = $async$result;
|
|
71088
|
-
$async$self._async_evaluate$_currentCallable = oldCallable;
|
|
71089
71134
|
$async$self._async_evaluate$_inDependency = oldInDependency;
|
|
71090
71135
|
$async$returnValue = result;
|
|
71091
71136
|
// goto return
|
|
@@ -72935,35 +72980,37 @@ self.util = _cliPkgRequires.util;
|
|
|
72935
72980
|
};
|
|
72936
72981
|
A._EvaluateVisitor_closure18.prototype = {
|
|
72937
72982
|
call$1($arguments) {
|
|
72938
|
-
var
|
|
72939
|
-
t1 =
|
|
72940
|
-
|
|
72983
|
+
var t3, t4, t5,
|
|
72984
|
+
t1 = this.$this,
|
|
72985
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
|
|
72986
|
+
module = t1._async_evaluate$_environment._async_environment$_modules.$index(0, t2);
|
|
72941
72987
|
if (module == null)
|
|
72942
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
72943
|
-
|
|
72944
|
-
|
|
72945
|
-
for (
|
|
72946
|
-
|
|
72947
|
-
|
|
72988
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
72989
|
+
t2 = type$.Value;
|
|
72990
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
72991
|
+
for (t4 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.AsyncCallable), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate$_compileContext; t4.moveNext$0();) {
|
|
72992
|
+
t5 = t4.get$current(t4);
|
|
72993
|
+
t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassFunction(t5._1, t1));
|
|
72948
72994
|
}
|
|
72949
|
-
return new A.SassMap(A.ConstantMap_ConstantMap$from(
|
|
72995
|
+
return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
72950
72996
|
},
|
|
72951
72997
|
$signature: 38
|
|
72952
72998
|
};
|
|
72953
72999
|
A._EvaluateVisitor_closure19.prototype = {
|
|
72954
73000
|
call$1($arguments) {
|
|
72955
|
-
var
|
|
72956
|
-
t1 =
|
|
72957
|
-
|
|
73001
|
+
var t3, t4, t5,
|
|
73002
|
+
t1 = this.$this,
|
|
73003
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
|
|
73004
|
+
module = t1._async_evaluate$_environment._async_environment$_modules.$index(0, t2);
|
|
72958
73005
|
if (module == null)
|
|
72959
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
72960
|
-
|
|
72961
|
-
|
|
72962
|
-
for (
|
|
72963
|
-
|
|
72964
|
-
|
|
73006
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
73007
|
+
t2 = type$.Value;
|
|
73008
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
73009
|
+
for (t4 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.AsyncCallable), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate$_compileContext; t4.moveNext$0();) {
|
|
73010
|
+
t5 = t4.get$current(t4);
|
|
73011
|
+
t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassMixin(t5._1, t1));
|
|
72965
73012
|
}
|
|
72966
|
-
return new A.SassMap(A.ConstantMap_ConstantMap$from(
|
|
73013
|
+
return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
72967
73014
|
},
|
|
72968
73015
|
$signature: 38
|
|
72969
73016
|
};
|
|
@@ -72978,7 +73025,7 @@ self.util = _cliPkgRequires.util;
|
|
|
72978
73025
|
if (css) {
|
|
72979
73026
|
if (module != null)
|
|
72980
73027
|
throw A.wrapException(string$.x24css_a);
|
|
72981
|
-
return new A.SassFunction(new A.PlainCssCallable($name._string$_text));
|
|
73028
|
+
return new A.SassFunction(new A.PlainCssCallable($name._string$_text), this.$this._async_evaluate$_compileContext);
|
|
72982
73029
|
}
|
|
72983
73030
|
t1 = this.$this;
|
|
72984
73031
|
t2 = t1._async_evaluate$_callableNode;
|
|
@@ -72986,7 +73033,7 @@ self.util = _cliPkgRequires.util;
|
|
|
72986
73033
|
callable = t1._async_evaluate$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure6(t1, $name, module));
|
|
72987
73034
|
if (callable == null)
|
|
72988
73035
|
throw A.wrapException("Function not found: " + $name.toString$0(0));
|
|
72989
|
-
return new A.SassFunction(callable);
|
|
73036
|
+
return new A.SassFunction(callable, t1._async_evaluate$_compileContext);
|
|
72990
73037
|
},
|
|
72991
73038
|
$signature: 167
|
|
72992
73039
|
};
|
|
@@ -73017,7 +73064,7 @@ self.util = _cliPkgRequires.util;
|
|
|
73017
73064
|
callable = t1._async_evaluate$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure5(t1, $name, module));
|
|
73018
73065
|
if (callable == null)
|
|
73019
73066
|
throw A.wrapException("Mixin not found: " + $name.toString$0(0));
|
|
73020
|
-
return new A.SassMixin(callable);
|
|
73067
|
+
return new A.SassMixin(callable, t1._async_evaluate$_compileContext);
|
|
73021
73068
|
},
|
|
73022
73069
|
$signature: 168
|
|
73023
73070
|
};
|
|
@@ -73092,7 +73139,7 @@ self.util = _cliPkgRequires.util;
|
|
|
73092
73139
|
break;
|
|
73093
73140
|
case 4:
|
|
73094
73141
|
// join
|
|
73095
|
-
t2 = $function.assertFunction$1("function");
|
|
73142
|
+
t2 = $function.assertFunction$1("function").assertCompileContext$1(t1._async_evaluate$_compileContext);
|
|
73096
73143
|
t3 = t1._async_evaluate$_callableNode;
|
|
73097
73144
|
t3.toString;
|
|
73098
73145
|
$async$goto = 6;
|
|
@@ -73199,7 +73246,7 @@ self.util = _cliPkgRequires.util;
|
|
|
73199
73246
|
t5 = A.List_List$unmodifiable(B.List_empty9, t4);
|
|
73200
73247
|
t4 = A.ConstantMap_ConstantMap$from(B.Map_empty5, type$.String, t4);
|
|
73201
73248
|
$async$goto = 2;
|
|
73202
|
-
return A._asyncAwait(t1._async_evaluate$_applyMixin$5(mixin.assertMixin$1("mixin").callable, t1._async_evaluate$_environment._async_environment$_content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode), $async$call$1);
|
|
73249
|
+
return A._asyncAwait(t1._async_evaluate$_applyMixin$5(mixin.assertMixin$1("mixin").assertCompileContext$1(t1._async_evaluate$_compileContext).callable, t1._async_evaluate$_environment._async_environment$_content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode), $async$call$1);
|
|
73203
73250
|
case 2:
|
|
73204
73251
|
// returning from await.
|
|
73205
73252
|
// implicit return
|
|
@@ -76371,7 +76418,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76371
76418
|
var t1, _this = this,
|
|
76372
76419
|
oldImporter = _this._importer;
|
|
76373
76420
|
_this._importer = importer;
|
|
76374
|
-
_this.__stylesheet = A.Stylesheet$(B.
|
|
76421
|
+
_this.__stylesheet = A.Stylesheet$(B.List_empty15, nodeWithSpan.get$span(nodeWithSpan));
|
|
76375
76422
|
try {
|
|
76376
76423
|
t1 = callback.call$0();
|
|
76377
76424
|
return t1;
|
|
@@ -76692,7 +76739,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76692
76739
|
_2_0 = node.value;
|
|
76693
76740
|
if (_2_0 != null) {
|
|
76694
76741
|
value = _2_0.accept$1(_this);
|
|
76695
|
-
if (!value.get$isBlank() || value.get$asList().length === 0) {
|
|
76742
|
+
if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
|
|
76696
76743
|
t2 = _this._assertInModule$2(_this.__parent, _s8_);
|
|
76697
76744
|
t3 = _2_0.get$span(_2_0);
|
|
76698
76745
|
t4 = node.span;
|
|
@@ -76704,8 +76751,7 @@ self.util = _cliPkgRequires.util;
|
|
|
76704
76751
|
} else
|
|
76705
76752
|
t6 = _null;
|
|
76706
76753
|
t2.addChild$1(A.ModifiableCssDeclaration$($name, new A.CssValue(value, t3, type$.CssValue_Value), t4, interleavedRules, t1, t5, t6));
|
|
76707
|
-
}
|
|
76708
|
-
throw A.wrapException(_this._evaluate$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
|
|
76754
|
+
}
|
|
76709
76755
|
}
|
|
76710
76756
|
_3_0 = node.children;
|
|
76711
76757
|
t1 = {};
|
|
@@ -77951,17 +77997,14 @@ self.util = _cliPkgRequires.util;
|
|
|
77951
77997
|
return result;
|
|
77952
77998
|
},
|
|
77953
77999
|
_runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
|
|
77954
|
-
var
|
|
78000
|
+
var oldInDependency, result, _this = this,
|
|
77955
78001
|
evaluated = _this._evaluateArguments$1($arguments),
|
|
77956
78002
|
$name = callable.declaration.name;
|
|
77957
78003
|
if ($name !== "@content")
|
|
77958
78004
|
$name += "()";
|
|
77959
|
-
oldCallable = _this._currentCallable;
|
|
77960
78005
|
oldInDependency = _this._inDependency;
|
|
77961
|
-
_this._currentCallable = callable;
|
|
77962
78006
|
_this._inDependency = callable.inDependency;
|
|
77963
78007
|
result = _this._withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure(_this, callable, evaluated, nodeWithSpan, run, $V));
|
|
77964
|
-
_this._currentCallable = oldCallable;
|
|
77965
78008
|
_this._inDependency = oldInDependency;
|
|
77966
78009
|
return result;
|
|
77967
78010
|
},
|
|
@@ -78732,35 +78775,37 @@ self.util = _cliPkgRequires.util;
|
|
|
78732
78775
|
};
|
|
78733
78776
|
A._EvaluateVisitor_closure5.prototype = {
|
|
78734
78777
|
call$1($arguments) {
|
|
78735
|
-
var
|
|
78736
|
-
t1 =
|
|
78737
|
-
|
|
78778
|
+
var t3, t4, t5,
|
|
78779
|
+
t1 = this.$this,
|
|
78780
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
|
|
78781
|
+
module = t1._environment._environment$_modules.$index(0, t2);
|
|
78738
78782
|
if (module == null)
|
|
78739
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
78740
|
-
|
|
78741
|
-
|
|
78742
|
-
for (
|
|
78743
|
-
|
|
78744
|
-
|
|
78783
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
78784
|
+
t2 = type$.Value;
|
|
78785
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
78786
|
+
for (t4 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.Callable), t4 = t4.get$iterator(t4), t1 = t1._compileContext; t4.moveNext$0();) {
|
|
78787
|
+
t5 = t4.get$current(t4);
|
|
78788
|
+
t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassFunction(t5._1, t1));
|
|
78745
78789
|
}
|
|
78746
|
-
return new A.SassMap(A.ConstantMap_ConstantMap$from(
|
|
78790
|
+
return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
78747
78791
|
},
|
|
78748
78792
|
$signature: 38
|
|
78749
78793
|
};
|
|
78750
78794
|
A._EvaluateVisitor_closure6.prototype = {
|
|
78751
78795
|
call$1($arguments) {
|
|
78752
|
-
var
|
|
78753
|
-
t1 =
|
|
78754
|
-
|
|
78796
|
+
var t3, t4, t5,
|
|
78797
|
+
t1 = this.$this,
|
|
78798
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
|
|
78799
|
+
module = t1._environment._environment$_modules.$index(0, t2);
|
|
78755
78800
|
if (module == null)
|
|
78756
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
78757
|
-
|
|
78758
|
-
|
|
78759
|
-
for (
|
|
78760
|
-
|
|
78761
|
-
|
|
78801
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
78802
|
+
t2 = type$.Value;
|
|
78803
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
78804
|
+
for (t4 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.Callable), t4 = t4.get$iterator(t4), t1 = t1._compileContext; t4.moveNext$0();) {
|
|
78805
|
+
t5 = t4.get$current(t4);
|
|
78806
|
+
t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassMixin(t5._1, t1));
|
|
78762
78807
|
}
|
|
78763
|
-
return new A.SassMap(A.ConstantMap_ConstantMap$from(
|
|
78808
|
+
return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
78764
78809
|
},
|
|
78765
78810
|
$signature: 38
|
|
78766
78811
|
};
|
|
@@ -78775,7 +78820,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78775
78820
|
if (css) {
|
|
78776
78821
|
if (module != null)
|
|
78777
78822
|
throw A.wrapException(string$.x24css_a);
|
|
78778
|
-
return new A.SassFunction(new A.PlainCssCallable($name._string$_text));
|
|
78823
|
+
return new A.SassFunction(new A.PlainCssCallable($name._string$_text), this.$this._compileContext);
|
|
78779
78824
|
}
|
|
78780
78825
|
t1 = this.$this;
|
|
78781
78826
|
t2 = t1._callableNode;
|
|
@@ -78783,7 +78828,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78783
78828
|
callable = t1._addExceptionSpan$2(t2, new A._EvaluateVisitor__closure2(t1, $name, module));
|
|
78784
78829
|
if (callable == null)
|
|
78785
78830
|
throw A.wrapException("Function not found: " + $name.toString$0(0));
|
|
78786
|
-
return new A.SassFunction(callable);
|
|
78831
|
+
return new A.SassFunction(callable, t1._compileContext);
|
|
78787
78832
|
},
|
|
78788
78833
|
$signature: 167
|
|
78789
78834
|
};
|
|
@@ -78814,7 +78859,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78814
78859
|
callable = t1._addExceptionSpan$2(t2, new A._EvaluateVisitor__closure1(t1, $name, module));
|
|
78815
78860
|
if (callable == null)
|
|
78816
78861
|
throw A.wrapException("Mixin not found: " + $name.toString$0(0));
|
|
78817
|
-
return new A.SassMixin(callable);
|
|
78862
|
+
return new A.SassMixin(callable, t1._compileContext);
|
|
78818
78863
|
},
|
|
78819
78864
|
$signature: 168
|
|
78820
78865
|
};
|
|
@@ -78865,7 +78910,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78865
78910
|
t3 = callableNode.get$span(callableNode);
|
|
78866
78911
|
return t1.visitFunctionExpression$1(0, new A.FunctionExpression(null, A.stringReplaceAllUnchecked(t2, "_", "-"), t2, invocation, t3));
|
|
78867
78912
|
}
|
|
78868
|
-
callable = $function.assertFunction$1("function").callable;
|
|
78913
|
+
callable = $function.assertFunction$1("function").assertCompileContext$1(t1._compileContext).callable;
|
|
78869
78914
|
if (type$.Callable._is(callable)) {
|
|
78870
78915
|
t2 = t1._callableNode;
|
|
78871
78916
|
t2.toString;
|
|
@@ -78928,7 +78973,7 @@ self.util = _cliPkgRequires.util;
|
|
|
78928
78973
|
t4 = type$.Expression;
|
|
78929
78974
|
t5 = A.List_List$unmodifiable(B.List_empty9, t4);
|
|
78930
78975
|
t4 = A.ConstantMap_ConstantMap$from(B.Map_empty5, type$.String, t4);
|
|
78931
|
-
callable = mixin.assertMixin$1("mixin").callable;
|
|
78976
|
+
callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._compileContext).callable;
|
|
78932
78977
|
$content = t1._environment._content;
|
|
78933
78978
|
if (type$.Callable._is(callable))
|
|
78934
78979
|
t1._applyMixin$5(callable, $content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode);
|
|
@@ -85940,7 +85985,7 @@ self.util = _cliPkgRequires.util;
|
|
|
85940
85985
|
return A._EnvironmentModule__EnvironmentModule2(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toModule_closure0()));
|
|
85941
85986
|
},
|
|
85942
85987
|
toDummyModule$0() {
|
|
85943
|
-
return A._EnvironmentModule__EnvironmentModule2(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.
|
|
85988
|
+
return A._EnvironmentModule__EnvironmentModule2(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty19, 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()));
|
|
85944
85989
|
},
|
|
85945
85990
|
_async_environment0$_getModule$1(namespace) {
|
|
85946
85991
|
var _0_0 = this._async_environment0$_modules.$index(0, namespace);
|
|
@@ -86793,7 +86838,7 @@ self.util = _cliPkgRequires.util;
|
|
|
86793
86838
|
case 6:
|
|
86794
86839
|
// returning from await.
|
|
86795
86840
|
value = $async$result;
|
|
86796
|
-
if (!value.get$isBlank() || value.get$asList().length === 0) {
|
|
86841
|
+
if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
|
|
86797
86842
|
t2 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent");
|
|
86798
86843
|
t3 = _2_0.get$span(_2_0);
|
|
86799
86844
|
t4 = node.span;
|
|
@@ -86805,8 +86850,7 @@ self.util = _cliPkgRequires.util;
|
|
|
86805
86850
|
} else
|
|
86806
86851
|
t6 = null;
|
|
86807
86852
|
t2.addChild$1(A.ModifiableCssDeclaration$0($name, new A.CssValue0(value, t3, type$.CssValue_Value_2), t4, interleavedRules, t1, t5, t6));
|
|
86808
|
-
}
|
|
86809
|
-
throw A.wrapException($async$self._async_evaluate0$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
|
|
86853
|
+
}
|
|
86810
86854
|
case 5:
|
|
86811
86855
|
// join
|
|
86812
86856
|
_3_0 = node.children;
|
|
@@ -89678,7 +89722,7 @@ self.util = _cliPkgRequires.util;
|
|
|
89678
89722
|
_runUserDefinedCallable$body$_EvaluateVisitor0($arguments, callable, nodeWithSpan, run, $V, $async$type) {
|
|
89679
89723
|
var $async$goto = 0,
|
|
89680
89724
|
$async$completer = A._makeAsyncAwaitCompleter($async$type),
|
|
89681
|
-
$async$returnValue, $async$self = this,
|
|
89725
|
+
$async$returnValue, $async$self = this, oldInDependency, result, evaluated, $name;
|
|
89682
89726
|
var $async$_async_evaluate0$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
89683
89727
|
if ($async$errorCode === 1)
|
|
89684
89728
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -89694,16 +89738,13 @@ self.util = _cliPkgRequires.util;
|
|
|
89694
89738
|
$name = callable.declaration.name;
|
|
89695
89739
|
if ($name !== "@content")
|
|
89696
89740
|
$name += "()";
|
|
89697
|
-
oldCallable = $async$self._async_evaluate0$_currentCallable;
|
|
89698
89741
|
oldInDependency = $async$self._async_evaluate0$_inDependency;
|
|
89699
|
-
$async$self._async_evaluate0$_currentCallable = callable;
|
|
89700
89742
|
$async$self._async_evaluate0$_inDependency = callable.inDependency;
|
|
89701
89743
|
$async$goto = 4;
|
|
89702
89744
|
return A._asyncAwait($async$self._async_evaluate0$_withStackFrame$1$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure2($async$self, callable, evaluated, nodeWithSpan, run, $V), $V), $async$_async_evaluate0$_runUserDefinedCallable$1$4);
|
|
89703
89745
|
case 4:
|
|
89704
89746
|
// returning from await.
|
|
89705
89747
|
result = $async$result;
|
|
89706
|
-
$async$self._async_evaluate0$_currentCallable = oldCallable;
|
|
89707
89748
|
$async$self._async_evaluate0$_inDependency = oldInDependency;
|
|
89708
89749
|
$async$returnValue = result;
|
|
89709
89750
|
// goto return
|
|
@@ -89953,7 +89994,7 @@ self.util = _cliPkgRequires.util;
|
|
|
89953
89994
|
rest = J.sublist$1$ax(evaluated._values[2], t1);
|
|
89954
89995
|
J.removeRange$2$ax(evaluated._values[2], t1, J.get$length$asx(evaluated._values[2]));
|
|
89955
89996
|
} else
|
|
89956
|
-
rest = B.
|
|
89997
|
+
rest = B.List_empty22;
|
|
89957
89998
|
t1 = evaluated._values[0];
|
|
89958
89999
|
argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : evaluated._values[4]);
|
|
89959
90000
|
J.add$1$ax(evaluated._values[2], argumentList);
|
|
@@ -91555,35 +91596,37 @@ self.util = _cliPkgRequires.util;
|
|
|
91555
91596
|
};
|
|
91556
91597
|
A._EvaluateVisitor_closure44.prototype = {
|
|
91557
91598
|
call$1($arguments) {
|
|
91558
|
-
var
|
|
91559
|
-
t1 =
|
|
91560
|
-
|
|
91599
|
+
var t3, t4, t5,
|
|
91600
|
+
t1 = this.$this,
|
|
91601
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
|
|
91602
|
+
module = t1._async_evaluate0$_environment._async_environment0$_modules.$index(0, t2);
|
|
91561
91603
|
if (module == null)
|
|
91562
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
91563
|
-
|
|
91564
|
-
|
|
91565
|
-
for (
|
|
91566
|
-
|
|
91567
|
-
|
|
91604
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
91605
|
+
t2 = type$.Value_2;
|
|
91606
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
91607
|
+
for (t4 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.AsyncCallable_2), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate0$_compileContext; t4.moveNext$0();) {
|
|
91608
|
+
t5 = t4.get$current(t4);
|
|
91609
|
+
t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassFunction0(t5._1, t1));
|
|
91568
91610
|
}
|
|
91569
|
-
return new A.SassMap0(A.ConstantMap_ConstantMap$from(
|
|
91611
|
+
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
91570
91612
|
},
|
|
91571
91613
|
$signature: 37
|
|
91572
91614
|
};
|
|
91573
91615
|
A._EvaluateVisitor_closure45.prototype = {
|
|
91574
91616
|
call$1($arguments) {
|
|
91575
|
-
var
|
|
91576
|
-
t1 =
|
|
91577
|
-
|
|
91617
|
+
var t3, t4, t5,
|
|
91618
|
+
t1 = this.$this,
|
|
91619
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
|
|
91620
|
+
module = t1._async_evaluate0$_environment._async_environment0$_modules.$index(0, t2);
|
|
91578
91621
|
if (module == null)
|
|
91579
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
91580
|
-
|
|
91581
|
-
|
|
91582
|
-
for (
|
|
91583
|
-
|
|
91584
|
-
|
|
91622
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
91623
|
+
t2 = type$.Value_2;
|
|
91624
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
91625
|
+
for (t4 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.AsyncCallable_2), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate0$_compileContext; t4.moveNext$0();) {
|
|
91626
|
+
t5 = t4.get$current(t4);
|
|
91627
|
+
t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassMixin0(t5._1, t1));
|
|
91585
91628
|
}
|
|
91586
|
-
return new A.SassMap0(A.ConstantMap_ConstantMap$from(
|
|
91629
|
+
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
91587
91630
|
},
|
|
91588
91631
|
$signature: 37
|
|
91589
91632
|
};
|
|
@@ -91598,7 +91641,7 @@ self.util = _cliPkgRequires.util;
|
|
|
91598
91641
|
if (css) {
|
|
91599
91642
|
if (module != null)
|
|
91600
91643
|
throw A.wrapException(string$.x24css_a);
|
|
91601
|
-
return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text));
|
|
91644
|
+
return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text), this.$this._async_evaluate0$_compileContext);
|
|
91602
91645
|
}
|
|
91603
91646
|
t1 = this.$this;
|
|
91604
91647
|
t2 = t1._async_evaluate0$_callableNode;
|
|
@@ -91606,7 +91649,7 @@ self.util = _cliPkgRequires.util;
|
|
|
91606
91649
|
callable = t1._async_evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure14(t1, $name, module));
|
|
91607
91650
|
if (callable == null)
|
|
91608
91651
|
throw A.wrapException("Function not found: " + $name.toString$0(0));
|
|
91609
|
-
return new A.SassFunction0(callable);
|
|
91652
|
+
return new A.SassFunction0(callable, t1._async_evaluate0$_compileContext);
|
|
91610
91653
|
},
|
|
91611
91654
|
$signature: 205
|
|
91612
91655
|
};
|
|
@@ -91637,7 +91680,7 @@ self.util = _cliPkgRequires.util;
|
|
|
91637
91680
|
callable = t1._async_evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure13(t1, $name, module));
|
|
91638
91681
|
if (callable == null)
|
|
91639
91682
|
throw A.wrapException("Mixin not found: " + $name.toString$0(0));
|
|
91640
|
-
return new A.SassMixin0(callable);
|
|
91683
|
+
return new A.SassMixin0(callable, t1._async_evaluate0$_compileContext);
|
|
91641
91684
|
},
|
|
91642
91685
|
$signature: 206
|
|
91643
91686
|
};
|
|
@@ -91712,7 +91755,7 @@ self.util = _cliPkgRequires.util;
|
|
|
91712
91755
|
break;
|
|
91713
91756
|
case 4:
|
|
91714
91757
|
// join
|
|
91715
|
-
t2 = $function.assertFunction$1("function");
|
|
91758
|
+
t2 = $function.assertFunction$1("function").assertCompileContext$1(t1._async_evaluate0$_compileContext);
|
|
91716
91759
|
t3 = t1._async_evaluate0$_callableNode;
|
|
91717
91760
|
t3.toString;
|
|
91718
91761
|
$async$goto = 6;
|
|
@@ -91816,10 +91859,10 @@ self.util = _cliPkgRequires.util;
|
|
|
91816
91859
|
t2 = callableNode.get$span(callableNode);
|
|
91817
91860
|
t3 = callableNode.get$span(callableNode);
|
|
91818
91861
|
t4 = type$.Expression_2;
|
|
91819
|
-
t5 = A.List_List$unmodifiable(B.
|
|
91862
|
+
t5 = A.List_List$unmodifiable(B.List_empty23, t4);
|
|
91820
91863
|
t4 = A.ConstantMap_ConstantMap$from(B.Map_empty14, type$.String, t4);
|
|
91821
91864
|
$async$goto = 2;
|
|
91822
|
-
return A._asyncAwait(t1._async_evaluate0$_applyMixin$5(mixin.assertMixin$1("mixin").callable, t1._async_evaluate0$_environment._async_environment0$_content, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode), $async$call$1);
|
|
91865
|
+
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, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode), $async$call$1);
|
|
91823
91866
|
case 2:
|
|
91824
91867
|
// returning from await.
|
|
91825
91868
|
// implicit return
|
|
@@ -94148,7 +94191,7 @@ self.util = _cliPkgRequires.util;
|
|
|
94148
94191
|
// after for
|
|
94149
94192
|
restParameter = t3.restParameter;
|
|
94150
94193
|
if (restParameter != null) {
|
|
94151
|
-
rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.
|
|
94194
|
+
rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.List_empty22;
|
|
94152
94195
|
t5 = t2[0];
|
|
94153
94196
|
t6 = t2[4];
|
|
94154
94197
|
argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : t6);
|
|
@@ -95791,7 +95834,7 @@ self.util = _cliPkgRequires.util;
|
|
|
95791
95834
|
};
|
|
95792
95835
|
A.BuiltInModule0.prototype = {
|
|
95793
95836
|
get$upstream() {
|
|
95794
|
-
return B.
|
|
95837
|
+
return B.List_empty21;
|
|
95795
95838
|
},
|
|
95796
95839
|
get$variableNodes() {
|
|
95797
95840
|
return B.Map_empty13;
|
|
@@ -95800,7 +95843,7 @@ self.util = _cliPkgRequires.util;
|
|
|
95800
95843
|
return B.C_EmptyExtensionStore0;
|
|
95801
95844
|
},
|
|
95802
95845
|
get$css(_) {
|
|
95803
|
-
return new A.CssStylesheet0(B.
|
|
95846
|
+
return new A.CssStylesheet0(B.List_empty19, A.SourceFile$decoded(B.List_empty4, this.url).span$2(0, 0, 0));
|
|
95804
95847
|
},
|
|
95805
95848
|
get$preModuleComments() {
|
|
95806
95849
|
return B.Map_empty12;
|
|
@@ -96769,7 +96812,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96769
96812
|
call$1($arguments) {
|
|
96770
96813
|
var result = A._invert0($arguments, false);
|
|
96771
96814
|
if (result instanceof A.SassString0)
|
|
96772
|
-
A.warnForDeprecation0("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.
|
|
96815
|
+
A.warnForDeprecation0("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.x29x20to_cli + result.toString$0(0), B.Deprecation_Kry);
|
|
96773
96816
|
return result;
|
|
96774
96817
|
},
|
|
96775
96818
|
$signature: 3
|
|
@@ -96798,7 +96841,7 @@ self.util = _cliPkgRequires.util;
|
|
|
96798
96841
|
t1 = J.getInterceptor$asx($arguments);
|
|
96799
96842
|
if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
|
|
96800
96843
|
result = A._functionString0("grayscale", t1.take$1($arguments, 1));
|
|
96801
|
-
A.warnForDeprecation0("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.
|
|
96844
|
+
A.warnForDeprecation0("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.x29x20to_clg + result.toString$0(0), B.Deprecation_Kry);
|
|
96802
96845
|
return result;
|
|
96803
96846
|
}
|
|
96804
96847
|
return A._grayscale0(t1.$index($arguments, 0));
|
|
@@ -99015,7 +99058,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99015
99058
|
if (_0_1 <= 0) {
|
|
99016
99059
|
t1 = A.List_List$of(_this.leadingCombinators, true, type$.CssValue_Combinator_2);
|
|
99017
99060
|
B.JSArray_methods.addAll$1(t1, combinators);
|
|
99018
|
-
t1 = A.ComplexSelector$0(t1, B.
|
|
99061
|
+
t1 = A.ComplexSelector$0(t1, B.List_empty18, _this.span, _this.lineBreak);
|
|
99019
99062
|
break $label0$0;
|
|
99020
99063
|
}
|
|
99021
99064
|
t1 = null;
|
|
@@ -99928,7 +99971,7 @@ self.util = _cliPkgRequires.util;
|
|
|
99928
99971
|
return B.C_EmptyUnmodifiableSet0;
|
|
99929
99972
|
},
|
|
99930
99973
|
extensionsWhereTarget$1(callback) {
|
|
99931
|
-
return B.
|
|
99974
|
+
return B.List_empty20;
|
|
99932
99975
|
},
|
|
99933
99976
|
addSelector$2(selector, mediaContext) {
|
|
99934
99977
|
throw A.wrapException(A.UnsupportedError$("addSelector() can't be called for a const ExtensionStore."));
|
|
@@ -100443,7 +100486,7 @@ self.util = _cliPkgRequires.util;
|
|
|
100443
100486
|
return A._EnvironmentModule__EnvironmentModule1(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toModule_closure0()));
|
|
100444
100487
|
},
|
|
100445
100488
|
toDummyModule$0() {
|
|
100446
|
-
return A._EnvironmentModule__EnvironmentModule1(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.
|
|
100489
|
+
return A._EnvironmentModule__EnvironmentModule1(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty19, 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()));
|
|
100447
100490
|
},
|
|
100448
100491
|
_environment0$_getModule$1(namespace) {
|
|
100449
100492
|
var _0_0 = this._environment0$_modules.$index(0, namespace);
|
|
@@ -101038,7 +101081,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101038
101081
|
_2_0 = node.value;
|
|
101039
101082
|
if (_2_0 != null) {
|
|
101040
101083
|
value = _2_0.accept$1(_this);
|
|
101041
|
-
if (!value.get$isBlank() || value.get$asList().length === 0) {
|
|
101084
|
+
if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
|
|
101042
101085
|
t2 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_);
|
|
101043
101086
|
t3 = _2_0.get$span(_2_0);
|
|
101044
101087
|
t4 = node.span;
|
|
@@ -101050,8 +101093,7 @@ self.util = _cliPkgRequires.util;
|
|
|
101050
101093
|
} else
|
|
101051
101094
|
t6 = _null;
|
|
101052
101095
|
t2.addChild$1(A.ModifiableCssDeclaration$0($name, new A.CssValue0(value, t3, type$.CssValue_Value_2), t4, interleavedRules, t1, t5, t6));
|
|
101053
|
-
}
|
|
101054
|
-
throw A.wrapException(_this._evaluate0$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
|
|
101096
|
+
}
|
|
101055
101097
|
}
|
|
101056
101098
|
_3_0 = node.children;
|
|
101057
101099
|
t1 = {};
|
|
@@ -102324,17 +102366,14 @@ self.util = _cliPkgRequires.util;
|
|
|
102324
102366
|
return result;
|
|
102325
102367
|
},
|
|
102326
102368
|
_evaluate0$_runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
|
|
102327
|
-
var
|
|
102369
|
+
var oldInDependency, result, _this = this,
|
|
102328
102370
|
evaluated = _this._evaluate0$_evaluateArguments$1($arguments),
|
|
102329
102371
|
$name = callable.declaration.name;
|
|
102330
102372
|
if ($name !== "@content")
|
|
102331
102373
|
$name += "()";
|
|
102332
|
-
oldCallable = _this._evaluate0$_currentCallable;
|
|
102333
102374
|
oldInDependency = _this._evaluate0$_inDependency;
|
|
102334
|
-
_this._evaluate0$_currentCallable = callable;
|
|
102335
102375
|
_this._evaluate0$_inDependency = callable.inDependency;
|
|
102336
102376
|
result = _this._evaluate0$_withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure1(_this, callable, evaluated, nodeWithSpan, run, $V));
|
|
102337
|
-
_this._evaluate0$_currentCallable = oldCallable;
|
|
102338
102377
|
_this._evaluate0$_inDependency = oldInDependency;
|
|
102339
102378
|
return result;
|
|
102340
102379
|
},
|
|
@@ -102416,7 +102455,7 @@ self.util = _cliPkgRequires.util;
|
|
|
102416
102455
|
rest = B.JSArray_methods.sublist$1(evaluated._values[2], t1);
|
|
102417
102456
|
B.JSArray_methods.removeRange$2(evaluated._values[2], t1, evaluated._values[2].length);
|
|
102418
102457
|
} else
|
|
102419
|
-
rest = B.
|
|
102458
|
+
rest = B.List_empty22;
|
|
102420
102459
|
t1 = evaluated._values[0];
|
|
102421
102460
|
argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : evaluated._values[4]);
|
|
102422
102461
|
evaluated._values[2].push(argumentList);
|
|
@@ -103107,35 +103146,37 @@ self.util = _cliPkgRequires.util;
|
|
|
103107
103146
|
};
|
|
103108
103147
|
A._EvaluateVisitor_closure31.prototype = {
|
|
103109
103148
|
call$1($arguments) {
|
|
103110
|
-
var
|
|
103111
|
-
t1 =
|
|
103112
|
-
|
|
103149
|
+
var t3, t4, t5,
|
|
103150
|
+
t1 = this.$this,
|
|
103151
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
|
|
103152
|
+
module = t1._evaluate0$_environment._environment0$_modules.$index(0, t2);
|
|
103113
103153
|
if (module == null)
|
|
103114
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
103115
|
-
|
|
103116
|
-
|
|
103117
|
-
for (
|
|
103118
|
-
|
|
103119
|
-
|
|
103154
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
103155
|
+
t2 = type$.Value_2;
|
|
103156
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
103157
|
+
for (t4 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.Callable_2), t4 = t4.get$iterator(t4), t1 = t1._evaluate0$_compileContext; t4.moveNext$0();) {
|
|
103158
|
+
t5 = t4.get$current(t4);
|
|
103159
|
+
t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassFunction0(t5._1, t1));
|
|
103120
103160
|
}
|
|
103121
|
-
return new A.SassMap0(A.ConstantMap_ConstantMap$from(
|
|
103161
|
+
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
103122
103162
|
},
|
|
103123
103163
|
$signature: 37
|
|
103124
103164
|
};
|
|
103125
103165
|
A._EvaluateVisitor_closure32.prototype = {
|
|
103126
103166
|
call$1($arguments) {
|
|
103127
|
-
var
|
|
103128
|
-
t1 =
|
|
103129
|
-
|
|
103167
|
+
var t3, t4, t5,
|
|
103168
|
+
t1 = this.$this,
|
|
103169
|
+
t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
|
|
103170
|
+
module = t1._evaluate0$_environment._environment0$_modules.$index(0, t2);
|
|
103130
103171
|
if (module == null)
|
|
103131
|
-
throw A.wrapException('There is no module with namespace "' +
|
|
103132
|
-
|
|
103133
|
-
|
|
103134
|
-
for (
|
|
103135
|
-
|
|
103136
|
-
|
|
103172
|
+
throw A.wrapException('There is no module with namespace "' + t2 + '".');
|
|
103173
|
+
t2 = type$.Value_2;
|
|
103174
|
+
t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
|
|
103175
|
+
for (t4 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.Callable_2), t4 = t4.get$iterator(t4), t1 = t1._evaluate0$_compileContext; t4.moveNext$0();) {
|
|
103176
|
+
t5 = t4.get$current(t4);
|
|
103177
|
+
t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassMixin0(t5._1, t1));
|
|
103137
103178
|
}
|
|
103138
|
-
return new A.SassMap0(A.ConstantMap_ConstantMap$from(
|
|
103179
|
+
return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
|
|
103139
103180
|
},
|
|
103140
103181
|
$signature: 37
|
|
103141
103182
|
};
|
|
@@ -103150,7 +103191,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103150
103191
|
if (css) {
|
|
103151
103192
|
if (module != null)
|
|
103152
103193
|
throw A.wrapException(string$.x24css_a);
|
|
103153
|
-
return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text));
|
|
103194
|
+
return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text), this.$this._evaluate0$_compileContext);
|
|
103154
103195
|
}
|
|
103155
103196
|
t1 = this.$this;
|
|
103156
103197
|
t2 = t1._evaluate0$_callableNode;
|
|
@@ -103158,7 +103199,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103158
103199
|
callable = t1._evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure10(t1, $name, module));
|
|
103159
103200
|
if (callable == null)
|
|
103160
103201
|
throw A.wrapException("Function not found: " + $name.toString$0(0));
|
|
103161
|
-
return new A.SassFunction0(callable);
|
|
103202
|
+
return new A.SassFunction0(callable, t1._evaluate0$_compileContext);
|
|
103162
103203
|
},
|
|
103163
103204
|
$signature: 205
|
|
103164
103205
|
};
|
|
@@ -103189,7 +103230,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103189
103230
|
callable = t1._evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure9(t1, $name, module));
|
|
103190
103231
|
if (callable == null)
|
|
103191
103232
|
throw A.wrapException("Mixin not found: " + $name.toString$0(0));
|
|
103192
|
-
return new A.SassMixin0(callable);
|
|
103233
|
+
return new A.SassMixin0(callable, t1._evaluate0$_compileContext);
|
|
103193
103234
|
},
|
|
103194
103235
|
$signature: 206
|
|
103195
103236
|
};
|
|
@@ -103240,7 +103281,7 @@ self.util = _cliPkgRequires.util;
|
|
|
103240
103281
|
t3 = callableNode.get$span(callableNode);
|
|
103241
103282
|
return t1.visitFunctionExpression$1(0, new A.FunctionExpression0(null, A.stringReplaceAllUnchecked(t2, "_", "-"), t2, invocation, t3));
|
|
103242
103283
|
}
|
|
103243
|
-
callable = $function.assertFunction$1("function").callable;
|
|
103284
|
+
callable = $function.assertFunction$1("function").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
|
|
103244
103285
|
if (type$.Callable_2._is(callable)) {
|
|
103245
103286
|
t2 = t1._evaluate0$_callableNode;
|
|
103246
103287
|
t2.toString;
|
|
@@ -103301,9 +103342,9 @@ self.util = _cliPkgRequires.util;
|
|
|
103301
103342
|
t2 = callableNode.get$span(callableNode);
|
|
103302
103343
|
t3 = callableNode.get$span(callableNode);
|
|
103303
103344
|
t4 = type$.Expression_2;
|
|
103304
|
-
t5 = A.List_List$unmodifiable(B.
|
|
103345
|
+
t5 = A.List_List$unmodifiable(B.List_empty23, t4);
|
|
103305
103346
|
t4 = A.ConstantMap_ConstantMap$from(B.Map_empty14, type$.String, t4);
|
|
103306
|
-
callable = mixin.assertMixin$1("mixin").callable;
|
|
103347
|
+
callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
|
|
103307
103348
|
$content = t1._evaluate0$_environment._environment0$_content;
|
|
103308
103349
|
if (type$.Callable_2._is(callable))
|
|
103309
103350
|
t1._evaluate0$_applyMixin$5(callable, $content, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode);
|
|
@@ -104391,7 +104432,7 @@ self.util = _cliPkgRequires.util;
|
|
|
104391
104432
|
restParameter = t3.restParameter;
|
|
104392
104433
|
if (restParameter != null) {
|
|
104393
104434
|
t6 = t2[2];
|
|
104394
|
-
rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.
|
|
104435
|
+
rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.List_empty22;
|
|
104395
104436
|
t5 = t2[0];
|
|
104396
104437
|
t6 = t2[4];
|
|
104397
104438
|
argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : t6);
|
|
@@ -105697,7 +105738,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105697
105738
|
extended = this._extension_store$_extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
|
|
105698
105739
|
if (extended == null) {
|
|
105699
105740
|
if (extendedNotExpanded != null)
|
|
105700
|
-
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.
|
|
105741
|
+
extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty16, A._setArrayType([component], t10), t8, t6)], t9));
|
|
105701
105742
|
} else if (extendedNotExpanded != null)
|
|
105702
105743
|
extendedNotExpanded.push(extended);
|
|
105703
105744
|
else if (i !== 0) {
|
|
@@ -105751,9 +105792,9 @@ self.util = _cliPkgRequires.util;
|
|
|
105751
105792
|
compound = new A.CompoundSelector0(t12, t10);
|
|
105752
105793
|
if (t12.length === 0)
|
|
105753
105794
|
A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
|
|
105754
|
-
result = A.List_List$from(B.
|
|
105795
|
+
result = A.List_List$from(B.List_empty16, false, t6);
|
|
105755
105796
|
result.$flags = 3;
|
|
105756
|
-
t12 = A.ComplexSelector$0(B.
|
|
105797
|
+
t12 = A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
|
|
105757
105798
|
_this._extension_store$_sourceSpecificityFor$1(compound);
|
|
105758
105799
|
options.push(A._setArrayType([new A.Extender0(t12, true)], t5));
|
|
105759
105800
|
}
|
|
@@ -105783,7 +105824,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105783
105824
|
t1 = t1 === B.ExtendMode_replace_replace0;
|
|
105784
105825
|
t4 = !t1;
|
|
105785
105826
|
if (t4)
|
|
105786
|
-
t3.push(A.ComplexSelector$0(B.
|
|
105827
|
+
t3.push(A.ComplexSelector$0(B.List_empty16, 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));
|
|
105787
105828
|
t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
|
|
105788
105829
|
t5 = t2.$ti;
|
|
105789
105830
|
t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
|
|
@@ -105823,7 +105864,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105823
105864
|
}
|
|
105824
105865
|
}
|
|
105825
105866
|
if (originals != null)
|
|
105826
|
-
toUnify.addFirst$1(A.ComplexSelector$0(B.
|
|
105867
|
+
toUnify.addFirst$1(A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(originals, span), A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, originalsLineBreak));
|
|
105827
105868
|
complexes = A.unifyComplex0(toUnify, span);
|
|
105828
105869
|
if (complexes == null)
|
|
105829
105870
|
return _null;
|
|
@@ -105847,7 +105888,7 @@ self.util = _cliPkgRequires.util;
|
|
|
105847
105888
|
},
|
|
105848
105889
|
_extension_store$_extenderForSimple$1(simple) {
|
|
105849
105890
|
var t1 = simple.span;
|
|
105850
|
-
t1 = A.ComplexSelector$0(B.
|
|
105891
|
+
t1 = A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([simple], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2), t1, false);
|
|
105851
105892
|
this._extension_store$_sourceSpecificity.$index(0, simple);
|
|
105852
105893
|
return new A.Extender0(t1, true);
|
|
105853
105894
|
},
|
|
@@ -106439,7 +106480,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106439
106480
|
call$0() {
|
|
106440
106481
|
var t1 = type$.JSClass,
|
|
106441
106482
|
jsClass = t1._as(A.allowInteropCaptureThisNamed("sass.SassFunction", new A.functionClass__closure()));
|
|
106442
|
-
A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null)).constructor), jsClass);
|
|
106483
|
+
A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null), null).constructor), jsClass);
|
|
106443
106484
|
return jsClass;
|
|
106444
106485
|
},
|
|
106445
106486
|
$signature: 15
|
|
@@ -106449,7 +106490,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106449
106490
|
var paren = B.JSString_methods.indexOf$1(signature, "(");
|
|
106450
106491
|
if (paren === -1 || !B.JSString_methods.endsWith$1(signature, ")"))
|
|
106451
106492
|
A.jsThrow(new self.Error('Invalid signature for new sass.SassFunction(): "' + signature + '"'));
|
|
106452
|
-
return new A.SassFunction0(A.BuiltInCallable$function0(B.JSString_methods.substring$2(signature, 0, paren), B.JSString_methods.substring$2(signature, paren + 1, signature.length - 1), callback, null));
|
|
106493
|
+
return new A.SassFunction0(A.BuiltInCallable$function0(B.JSString_methods.substring$2(signature, 0, paren), B.JSString_methods.substring$2(signature, paren + 1, signature.length - 1), callback, null), null);
|
|
106453
106494
|
},
|
|
106454
106495
|
"call*": "call$3",
|
|
106455
106496
|
$requiredArgCount: 3,
|
|
@@ -106479,6 +106520,16 @@ self.util = _cliPkgRequires.util;
|
|
|
106479
106520
|
assertFunction$1($name) {
|
|
106480
106521
|
return this;
|
|
106481
106522
|
},
|
|
106523
|
+
assertCompileContext$1(compileContext) {
|
|
106524
|
+
var t1 = this._function0$_compileContext;
|
|
106525
|
+
if (t1 != null)
|
|
106526
|
+
t1 = t1 !== compileContext;
|
|
106527
|
+
else
|
|
106528
|
+
t1 = false;
|
|
106529
|
+
if (t1)
|
|
106530
|
+
throw A.wrapException(A.SassScriptException$0(this.toString$0(0) + " does not belong to current compilation.", null));
|
|
106531
|
+
return this;
|
|
106532
|
+
},
|
|
106482
106533
|
$eq(_, other) {
|
|
106483
106534
|
if (other == null)
|
|
106484
106535
|
return false;
|
|
@@ -106519,7 +106570,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106519
106570
|
if (!A._mustUnify0(group1, group2))
|
|
106520
106571
|
return null;
|
|
106521
106572
|
t1 = this.span;
|
|
106522
|
-
unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.
|
|
106573
|
+
unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.List_empty16, group1, t1, false), A.ComplexSelector$0(B.List_empty16, group2, t1, false)], type$.JSArray_ComplexSelector_2), t1);
|
|
106523
106574
|
if (unified == null)
|
|
106524
106575
|
t1 = null;
|
|
106525
106576
|
else {
|
|
@@ -106652,7 +106703,7 @@ self.util = _cliPkgRequires.util;
|
|
|
106652
106703
|
if (t2 != null)
|
|
106653
106704
|
B.JSArray_methods.addAll$1(t1, t2);
|
|
106654
106705
|
t2 = this.compound2;
|
|
106655
|
-
t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.
|
|
106706
|
+
t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), t2.span));
|
|
106656
106707
|
t1 = A.complexIsSuperselector0(complex1.components, t1);
|
|
106657
106708
|
} else
|
|
106658
106709
|
t1 = false;
|
|
@@ -107518,7 +107569,7 @@ self.util = _cliPkgRequires.util;
|
|
|
107518
107569
|
return t1;
|
|
107519
107570
|
},
|
|
107520
107571
|
spanForElement$1(index) {
|
|
107521
|
-
var t1, t2, t3, t4, _this = this;
|
|
107572
|
+
var t1, t2, t3, t4, t5, _this = this;
|
|
107522
107573
|
$label0$0: {
|
|
107523
107574
|
if (typeof _this.contents[index] == "string") {
|
|
107524
107575
|
t1 = _this.span;
|
|
@@ -107529,11 +107580,12 @@ self.util = _cliPkgRequires.util;
|
|
|
107529
107580
|
t3 = _this.spans[index - 1];
|
|
107530
107581
|
t3 = t3.get$end(t3);
|
|
107531
107582
|
}
|
|
107532
|
-
t4 =
|
|
107533
|
-
|
|
107583
|
+
t4 = index + 1;
|
|
107584
|
+
t5 = _this.spans;
|
|
107585
|
+
if (t4 === t5.length)
|
|
107534
107586
|
t1 = t1.get$end(t1);
|
|
107535
107587
|
else {
|
|
107536
|
-
t1 = t4
|
|
107588
|
+
t1 = t5[t4];
|
|
107537
107589
|
t1 = t1.get$start(t1);
|
|
107538
107590
|
}
|
|
107539
107591
|
t1 = t2.span$2(0, t3.offset, t1.offset);
|
|
@@ -109010,7 +109062,7 @@ self.util = _cliPkgRequires.util;
|
|
|
109010
109062
|
try {
|
|
109011
109063
|
if (!(parentSelector instanceof A.ParentSelector0)) {
|
|
109012
109064
|
t2 = component.span;
|
|
109013
|
-
t2 = A._setArrayType([A.ComplexSelector$0(B.
|
|
109065
|
+
t2 = A._setArrayType([A.ComplexSelector$0(B.List_empty16, 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);
|
|
109014
109066
|
return t2;
|
|
109015
109067
|
} else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
|
|
109016
109068
|
t1 = $parent.withAdditionalCombinators$1(component.combinators);
|
|
@@ -110056,7 +110108,7 @@ self.util = _cliPkgRequires.util;
|
|
|
110056
110108
|
},
|
|
110057
110109
|
get$hashCode(_) {
|
|
110058
110110
|
var t1 = this._map0$_contents;
|
|
110059
|
-
return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.
|
|
110111
|
+
return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.List_empty22) : B.C_MapEquality.hash$1(t1);
|
|
110060
110112
|
}
|
|
110061
110113
|
};
|
|
110062
110114
|
A.global_closure43.prototype = {
|
|
@@ -110774,7 +110826,7 @@ self.util = _cliPkgRequires.util;
|
|
|
110774
110826
|
call$0() {
|
|
110775
110827
|
var t1 = type$.JSClass,
|
|
110776
110828
|
jsClass = t1._as(A.allowInteropCaptureThisNamed("sass.SassMixin", new A.mixinClass__closure()));
|
|
110777
|
-
A.JSClassExtension_injectSuperclass(t1._as(new A.SassMixin0(A.BuiltInCallable$function0("f", "", new A.mixinClass__closure0(), null)).constructor), jsClass);
|
|
110829
|
+
A.JSClassExtension_injectSuperclass(t1._as(new A.SassMixin0(A.BuiltInCallable$function0("f", "", new A.mixinClass__closure0(), null), null).constructor), jsClass);
|
|
110778
110830
|
return jsClass;
|
|
110779
110831
|
},
|
|
110780
110832
|
$signature: 15
|
|
@@ -110809,6 +110861,16 @@ self.util = _cliPkgRequires.util;
|
|
|
110809
110861
|
assertMixin$1($name) {
|
|
110810
110862
|
return this;
|
|
110811
110863
|
},
|
|
110864
|
+
assertCompileContext$1(compileContext) {
|
|
110865
|
+
var t1 = this._mixin0$_compileContext;
|
|
110866
|
+
if (t1 != null)
|
|
110867
|
+
t1 = t1 !== compileContext;
|
|
110868
|
+
else
|
|
110869
|
+
t1 = false;
|
|
110870
|
+
if (t1)
|
|
110871
|
+
throw A.wrapException(A.SassScriptException$0(this.toString$0(0) + " does not belong to current compilation.", null));
|
|
110872
|
+
return this;
|
|
110873
|
+
},
|
|
110812
110874
|
$eq(_, other) {
|
|
110813
110875
|
if (other == null)
|
|
110814
110876
|
return false;
|
|
@@ -115263,7 +115325,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115263
115325
|
t1 = this.span;
|
|
115264
115326
|
t2 = A._setArrayType([new A.ComplexSelectorComponent0(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2);
|
|
115265
115327
|
B.JSArray_methods.addAll$1(t2, rest);
|
|
115266
|
-
return A.ComplexSelector$0(B.
|
|
115328
|
+
return A.ComplexSelector$0(B.List_empty16, t2, t1, false);
|
|
115267
115329
|
},
|
|
115268
115330
|
$signature: 58
|
|
115269
115331
|
};
|
|
@@ -115449,7 +115511,7 @@ self.util = _cliPkgRequires.util;
|
|
|
115449
115511
|
initialCombinators = combinators;
|
|
115450
115512
|
else
|
|
115451
115513
|
t1.error$1(0, _s18_);
|
|
115452
|
-
t3 = initialCombinators == null ? B.
|
|
115514
|
+
t3 = initialCombinators == null ? B.List_empty16 : initialCombinators;
|
|
115453
115515
|
return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
|
|
115454
115516
|
},
|
|
115455
115517
|
_selector$_complexSelector$0() {
|
|
@@ -119510,7 +119572,13 @@ self.util = _cliPkgRequires.util;
|
|
|
119510
119572
|
t2._contents += t4;
|
|
119511
119573
|
$name = nameBuffer.interpolation$1(t1.spanFrom$2(start, new A._SpanScannerState(t1, t3)));
|
|
119512
119574
|
if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
|
|
119513
|
-
|
|
119575
|
+
if (_this.atEndOfStatement$0()) {
|
|
119576
|
+
t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
119577
|
+
t3 = t2.offset;
|
|
119578
|
+
t3 = A.Interpolation$0(B.List_empty11, B.List_empty12, A._FileSpan$(t2.file, t3, t3));
|
|
119579
|
+
t2 = t3;
|
|
119580
|
+
} else
|
|
119581
|
+
t2 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
|
|
119514
119582
|
_this.expectStatementSeparator$1("custom property");
|
|
119515
119583
|
return A.Declaration$0($name, new A.StringExpression0(t2, false), t1.spanFrom$1(start));
|
|
119516
119584
|
}
|
|
@@ -119734,7 +119802,7 @@ self.util = _cliPkgRequires.util;
|
|
|
119734
119802
|
if (!_this._stylesheet0$_isUseAllowed)
|
|
119735
119803
|
_this.error$2(0, string$.x40use_r, span);
|
|
119736
119804
|
_this.expectStatementSeparator$1("@use rule");
|
|
119737
|
-
t1 = new A.UseRule0(url, namespace, configuration == null ? B.
|
|
119805
|
+
t1 = new A.UseRule0(url, namespace, configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
|
|
119738
119806
|
t1.UseRule$4$configuration0(url, namespace, span, configuration);
|
|
119739
119807
|
return t1;
|
|
119740
119808
|
case "warn":
|
|
@@ -120045,7 +120113,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120045
120113
|
t2 = A.LinkedHashSet_LinkedHashSet$of(shownMixinsAndFunctions, t1);
|
|
120046
120114
|
t3 = type$.UnmodifiableSetView_String;
|
|
120047
120115
|
t1 = A.LinkedHashSet_LinkedHashSet$of(shownVariables, t1);
|
|
120048
|
-
t4 = configuration == null ? B.
|
|
120116
|
+
t4 = configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
|
|
120049
120117
|
return new A.ForwardRule0(url, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), _null, _null, prefix, t4, span);
|
|
120050
120118
|
} else if (hiddenMixinsAndFunctions != null) {
|
|
120051
120119
|
hiddenVariables.toString;
|
|
@@ -120053,10 +120121,10 @@ self.util = _cliPkgRequires.util;
|
|
|
120053
120121
|
t2 = A.LinkedHashSet_LinkedHashSet$of(hiddenMixinsAndFunctions, t1);
|
|
120054
120122
|
t3 = type$.UnmodifiableSetView_String;
|
|
120055
120123
|
t1 = A.LinkedHashSet_LinkedHashSet$of(hiddenVariables, t1);
|
|
120056
|
-
t4 = configuration == null ? B.
|
|
120124
|
+
t4 = configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
|
|
120057
120125
|
return new A.ForwardRule0(url, _null, _null, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), prefix, t4, span);
|
|
120058
120126
|
} else
|
|
120059
|
-
return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.
|
|
120127
|
+
return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
|
|
120060
120128
|
},
|
|
120061
120129
|
_stylesheet0$_memberList$0() {
|
|
120062
120130
|
var _this = this,
|
|
@@ -120329,7 +120397,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120329
120397
|
if (t2) {
|
|
120330
120398
|
t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
120331
120399
|
t3 = t2.offset;
|
|
120332
|
-
contentParameters_ = new A.ParameterList0(B.
|
|
120400
|
+
contentParameters_ = new A.ParameterList0(B.List_empty26, _null, A._FileSpan$(t2.file, t3, t3));
|
|
120333
120401
|
} else
|
|
120334
120402
|
contentParameters_ = contentParameters;
|
|
120335
120403
|
wasInContentBlock = _this._stylesheet0$_inContentBlock;
|
|
@@ -120366,7 +120434,7 @@ self.util = _cliPkgRequires.util;
|
|
|
120366
120434
|
else {
|
|
120367
120435
|
t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
|
|
120368
120436
|
t3 = t2.offset;
|
|
120369
|
-
parameters = new A.ParameterList0(B.
|
|
120437
|
+
parameters = new A.ParameterList0(B.List_empty26, null, A._FileSpan$(t2.file, t3, t3));
|
|
120370
120438
|
}
|
|
120371
120439
|
if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
|
|
120372
120440
|
_this.error$2(0, string$.Mixinscm, t1.spanFrom$1(start));
|
|
@@ -122649,7 +122717,7 @@ self.util = _cliPkgRequires.util;
|
|
|
122649
122717
|
t2 = t1.scanner;
|
|
122650
122718
|
t2 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
|
|
122651
122719
|
t3 = t2.offset;
|
|
122652
|
-
parameters = new A.ParameterList0(B.
|
|
122720
|
+
parameters = new A.ParameterList0(B.List_empty26, null, A._FileSpan$(t2.file, t3, t3));
|
|
122653
122721
|
}
|
|
122654
122722
|
t1.scanner.expectDone$0();
|
|
122655
122723
|
return new A._Record_2($name, parameters);
|
|
@@ -125094,8 +125162,9 @@ self.util = _cliPkgRequires.util;
|
|
|
125094
125162
|
x29x0a_Moro: ")\n\nMore info: https://sass-lang.com/documentation/functions/color#",
|
|
125095
125163
|
x29x20in_a: ") in a future release.\n\nRecommendation: math.random(math.div($limit, 1",
|
|
125096
125164
|
x29x20is_d: ") is deprecated.\n\nTo preserve current behavior: ",
|
|
125097
|
-
|
|
125098
|
-
|
|
125165
|
+
x29x20to_clg: ") to color.grayscale() is deprecated.\n\nRecommendation: ",
|
|
125166
|
+
x29x20to_cli: ") to color.invert() is deprecated.\n\nRecommendation: ",
|
|
125167
|
+
x29x20to_cm: ") to compileString() or related functions is deprecated and will be an error in Dart Sass 2.0.0.",
|
|
125099
125168
|
x29x29__Mo: "))\n\nMore info: https://sass-lang.com/d/function-units",
|
|
125100
125169
|
x2c_whicu: ", which uses a scheme declared as non-canonical.",
|
|
125101
125170
|
x2c_whicw: ', which will likely produce invalid CSS.\nAlways quote color names when using them as strings or map keys (for example, "',
|
|
@@ -126138,6 +126207,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126138
126207
|
B.Deprecation_cyE = new A.Deprecation("color-functions", "1.79.0", "colorFunctions");
|
|
126139
126208
|
B.Deprecation_d4j = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "cssFunctionMixin");
|
|
126140
126209
|
B.Deprecation_dAn = new A.Deprecation("call-string", "0.0.0", "callString");
|
|
126210
|
+
B.Deprecation_eJq = new A.Deprecation("compile-string-relative-url", "1.88.0", "compileStringRelativeUrl");
|
|
126141
126211
|
B.Deprecation_f5Y = new A.Deprecation0("calc-interp", null, null, "calcInterp");
|
|
126142
126212
|
B.Deprecation_fdF = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", "colorFunctions");
|
|
126143
126213
|
B.Deprecation_hAa = new A.Deprecation("elseif", "1.3.2", "elseif");
|
|
@@ -126146,6 +126216,7 @@ self.util = _cliPkgRequires.util;
|
|
|
126146
126216
|
B.Deprecation_kms = new A.Deprecation("type-function", "1.86.0", "typeFunction");
|
|
126147
126217
|
B.Deprecation_l0m = new A.Deprecation0("null-alpha", "1.62.3", "Passing null as alpha in the JS API.", "nullAlpha");
|
|
126148
126218
|
B.Deprecation_mSy = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", "newGlobal");
|
|
126219
|
+
B.Deprecation_pIR = new A.Deprecation0("compile-string-relative-url", "1.88.0", "Passing a relative url to compileString().", "compileStringRelativeUrl");
|
|
126149
126220
|
B.Deprecation_pLJ = new A.Deprecation("abs-percent", "1.65.0", "absPercent");
|
|
126150
126221
|
B.Deprecation_t60 = new A.Deprecation("strict-unary", "1.55.0", "strictUnary");
|
|
126151
126222
|
B.Deprecation_tms = new A.Deprecation("fs-importer-cwd", "1.73.0", "fsImporterCwd");
|
|
@@ -126237,46 +126308,46 @@ self.util = _cliPkgRequires.util;
|
|
|
126237
126308
|
B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
|
|
126238
126309
|
B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
|
|
126239
126310
|
B.List_BFg = A._setArrayType(makeConstList([B.Set_V30th, B.Set_5FBBb, B.Set_cXesm, B.Set_1Tayw, B.Set_w2NC6]), A.findType("JSArray<Set<String>>"));
|
|
126240
|
-
B.
|
|
126241
|
-
B.
|
|
126242
|
-
B.
|
|
126243
|
-
B.Deprecation_fsU = new A.Deprecation("legacy-js-api", "1.79.0", "legacyJsApi");
|
|
126244
|
-
B.Deprecation_ggp = new A.Deprecation("calc-interp", null, "calcInterp");
|
|
126245
|
-
B.List_dCD = A._setArrayType(makeConstList([B.Deprecation_dAn, B.Deprecation_hAa, B.Deprecation_89v, B.Deprecation_746, B.Deprecation_Rg0, B.Deprecation_u0j, B.Deprecation_BvP, B.Deprecation_9hF, B.Deprecation_t60, B.Deprecation_jG1, B.Deprecation_0NP, B.Deprecation_MJf, B.Deprecation_pLJ, B.Deprecation_tms, B.Deprecation_Kg6, B.Deprecation_39u, B.Deprecation_hcg, B.Deprecation_Nem, B.Deprecation_cyE, B.Deprecation_fsU, B.Deprecation_2g5, B.Deprecation_1AX, B.Deprecation_kms, B.Deprecation_KtC, B.Deprecation_ggp]), A.findType("JSArray<Deprecation>"));
|
|
126246
|
-
B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
|
|
126247
|
-
B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncImporter);
|
|
126311
|
+
B.List_FlM = A._setArrayType(makeConstList([B.Deprecation_aM0, B.Deprecation_8ki, B.Deprecation_L0R, B.Deprecation_Ord, B.Deprecation_mSy, B.Deprecation_Kry, B.Deprecation_FyB, B.Deprecation_SHb, B.Deprecation_CRw, B.Deprecation_vn5, B.Deprecation_BzI, B.Deprecation_l0m, B.Deprecation_UYp, B.Deprecation_Ds6, B.Deprecation_d4j, B.Deprecation_MSr, B.Deprecation_HIp, B.Deprecation_FD1, B.Deprecation_fdF, B.Deprecation_F8y, B.Deprecation_OHJ, B.Deprecation_ZDV, B.Deprecation_vQt, B.Deprecation_pIR, B.Deprecation_ZVM, B.Deprecation_f5Y]), A.findType("JSArray<Deprecation0>"));
|
|
126312
|
+
B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
|
|
126313
|
+
B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncImporter);
|
|
126248
126314
|
B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector);
|
|
126249
|
-
B.
|
|
126315
|
+
B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector_2);
|
|
126250
126316
|
B.List_empty2 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent);
|
|
126251
|
-
B.
|
|
126317
|
+
B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent_2);
|
|
126252
126318
|
B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable);
|
|
126253
|
-
B.
|
|
126319
|
+
B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable_2);
|
|
126254
126320
|
B.List_empty3 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode);
|
|
126255
|
-
B.
|
|
126256
|
-
B.
|
|
126257
|
-
B.
|
|
126321
|
+
B.List_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode_2);
|
|
126322
|
+
B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule);
|
|
126323
|
+
B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule_2);
|
|
126258
126324
|
B.List_empty0 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator);
|
|
126259
|
-
B.
|
|
126325
|
+
B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator_2);
|
|
126260
126326
|
B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_Expression);
|
|
126261
|
-
B.
|
|
126327
|
+
B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_Expression_2);
|
|
126262
126328
|
B.List_empty5 = A._setArrayType(makeConstList([]), type$.JSArray_Extension);
|
|
126263
|
-
B.
|
|
126264
|
-
B.
|
|
126329
|
+
B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Extension_2);
|
|
126330
|
+
B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_Importer_2);
|
|
126265
126331
|
B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module0<0&>>"));
|
|
126266
|
-
B.
|
|
126267
|
-
B.
|
|
126268
|
-
B.
|
|
126269
|
-
B.
|
|
126270
|
-
B.
|
|
126332
|
+
B.List_empty21 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module1<0&>>"));
|
|
126333
|
+
B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_Object);
|
|
126334
|
+
B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter);
|
|
126335
|
+
B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter_2);
|
|
126336
|
+
B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_Statement);
|
|
126271
126337
|
B.List_empty = A._setArrayType(makeConstList([]), type$.JSArray_String);
|
|
126272
126338
|
B.List_empty8 = A._setArrayType(makeConstList([]), type$.JSArray_Value);
|
|
126273
|
-
B.
|
|
126339
|
+
B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_Value_2);
|
|
126274
126340
|
B.List_empty4 = A._setArrayType(makeConstList([]), type$.JSArray_int);
|
|
126275
126341
|
B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_dynamic);
|
|
126276
|
-
B.
|
|
126342
|
+
B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
|
|
126277
126343
|
B.List_g9w = A._setArrayType(makeConstList([B.CalculationOperator_F7i0, B.CalculationOperator_oum0, B.CalculationOperator_kkN0, B.CalculationOperator_bo50]), A.findType("JSArray<CalculationOperator0>"));
|
|
126278
126344
|
B.List_nm2 = A._setArrayType(makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30]), A.findType("JSArray<HueInterpolationMethod0>"));
|
|
126279
126345
|
B.List_null = A._setArrayType(makeConstList([null]), type$.JSArray_nullable_FileSpan);
|
|
126346
|
+
B.Deprecation_MJf = new A.Deprecation("null-alpha", "1.62.3", "nullAlpha");
|
|
126347
|
+
B.Deprecation_Nem = new A.Deprecation("color-4-api", "1.79.0", "color4Api");
|
|
126348
|
+
B.Deprecation_fsU = new A.Deprecation("legacy-js-api", "1.79.0", "legacyJsApi");
|
|
126349
|
+
B.Deprecation_ggp = new A.Deprecation("calc-interp", null, "calcInterp");
|
|
126350
|
+
B.List_rYe = A._setArrayType(makeConstList([B.Deprecation_dAn, B.Deprecation_hAa, B.Deprecation_89v, B.Deprecation_746, B.Deprecation_Rg0, B.Deprecation_u0j, B.Deprecation_BvP, B.Deprecation_9hF, B.Deprecation_t60, B.Deprecation_jG1, B.Deprecation_0NP, B.Deprecation_MJf, B.Deprecation_pLJ, B.Deprecation_tms, B.Deprecation_Kg6, B.Deprecation_39u, B.Deprecation_hcg, B.Deprecation_Nem, B.Deprecation_cyE, B.Deprecation_fsU, B.Deprecation_2g5, B.Deprecation_1AX, B.Deprecation_kms, B.Deprecation_eJq, B.Deprecation_KtC, B.Deprecation_ggp]), A.findType("JSArray<Deprecation>"));
|
|
126280
126351
|
B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
|
|
126281
126352
|
B.LinearChannel_ZmQ = new A.LinearChannel(0, 1, false, false, false, "medium", false, null);
|
|
126282
126353
|
B.LinearChannel_yJH = new A.LinearChannel(0, 1, false, false, false, "short", false, null);
|
|
@@ -126377,10 +126448,10 @@ self.util = _cliPkgRequires.util;
|
|
|
126377
126448
|
B.SassBoolean_true = new A.SassBoolean(true);
|
|
126378
126449
|
B.SassBoolean_true0 = new A.SassBoolean0(true);
|
|
126379
126450
|
B.SassList_BlY = new A.SassList(B.List_empty8, B.ListSeparator_qVN, false);
|
|
126380
|
-
B.SassList_BlY0 = new A.SassList0(B.
|
|
126381
|
-
B.SassList_apG = new A.SassList0(B.
|
|
126451
|
+
B.SassList_BlY0 = new A.SassList0(B.List_empty22, B.ListSeparator_qVN0, false);
|
|
126452
|
+
B.SassList_apG = new A.SassList0(B.List_empty22, B.ListSeparator_undecided_null_undecided0, false);
|
|
126382
126453
|
B.SassList_qAD = new A.SassList(B.List_empty8, B.ListSeparator_qVN, true);
|
|
126383
|
-
B.SassList_qAD0 = new A.SassList0(B.
|
|
126454
|
+
B.SassList_qAD0 = new A.SassList0(B.List_empty22, B.ListSeparator_qVN0, true);
|
|
126384
126455
|
B.Map_empty22 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value,Value>"));
|
|
126385
126456
|
B.SassMap_Map_empty = new A.SassMap(B.Map_empty22);
|
|
126386
126457
|
B.Map_empty23 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value0,Value0>"));
|
|
@@ -127081,8 +127152,8 @@ self.util = _cliPkgRequires.util;
|
|
|
127081
127152
|
_lazyFinal($, "deprecations", "$get$deprecations", () => {
|
|
127082
127153
|
var _i, deprecation, t2,
|
|
127083
127154
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
|
|
127084
|
-
for (_i = 0; _i <
|
|
127085
|
-
deprecation = B.
|
|
127155
|
+
for (_i = 0; _i < 26; ++_i) {
|
|
127156
|
+
deprecation = B.List_FlM[_i];
|
|
127086
127157
|
if (deprecation !== B.Deprecation_f5Y) {
|
|
127087
127158
|
t2 = deprecation.id;
|
|
127088
127159
|
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$deprecatedIn(0)});
|
|
@@ -127222,7 +127293,7 @@ self.util = _cliPkgRequires.util;
|
|
|
127222
127293
|
}
|
|
127223
127294
|
return t2;
|
|
127224
127295
|
});
|
|
127225
|
-
_lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.
|
|
127296
|
+
_lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty11, B.List_empty12, $.$get$bogusSpan0()));
|
|
127226
127297
|
_lazyFinal($, "_expression", "$get$_expression", () => A.NullExpression$($.$get$bogusSpan0()));
|
|
127227
127298
|
_lazyFinal($, "global11", "$get$global10", () => {
|
|
127228
127299
|
var _s8_ = "selector";
|