sass 1.87.0 → 1.89.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/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.List_empty11 : A.List_List$unmodifiable(interleavedRules, type$.CssStyleRule),
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.List_dCD, new A.Deprecation_fromId_closure(id));
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 < 25; ++_i) {
10500
- deprecation = B.List_dCD[_i];
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$_environment = t11;
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 = _._async_evaluate$_currentCallable = null;
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 = t12;
18152
- _._async_evaluate$_activeModules = t13;
18153
- _._async_evaluate$_stack = t14;
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 = t15;
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
- _._environment = t11;
18839
+ _._compileContext = t11;
18840
+ _._environment = t12;
18821
18841
  _._declarationName = _.__parent = _._mediaQuerySources = _._mediaQueries = _._styleRuleIgnoringAtRoot = null;
18822
18842
  _._member = "root stylesheet";
18823
- _._importSpan = _._callableNode = _._currentCallable = null;
18843
+ _._importSpan = _._callableNode = null;
18824
18844
  _._inSupportsDeclaration = _._inKeyframes = _._atRootExcludingStyleRule = _._inUnknownAtRule = _._inFunction = false;
18825
- _._loadedUrls = t12;
18826
- _._activeModules = t13;
18827
- _._stack = t14;
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 = t15;
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.List_empty21, B.Map_empty14, null, null, span);
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$_environment = t11;
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 = _._async_evaluate0$_currentCallable = null;
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 = t12;
20982
- _._async_evaluate0$_activeModules = t13;
20983
- _._async_evaluate0$_stack = t14;
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 = t15;
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.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));
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.List_empty26;
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.List_empty23 : A.List_List$unmodifiable(interleavedRules, type$.CssStyleRule_2),
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.List_MG2, new A.Deprecation_fromId_closure0(id));
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 < 25; ++_i) {
25517
- deprecation = B.List_MG2[_i];
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$_environment = t11;
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 = _._evaluate0$_currentCallable = null;
25807
+ _._evaluate0$_importSpan = _._evaluate0$_callableNode = null;
25780
25808
  _._evaluate0$_inSupportsDeclaration = _._evaluate0$_inKeyframes = _._evaluate0$_atRootExcludingStyleRule = _._evaluate0$_inUnknownAtRule = _._evaluate0$_inFunction = false;
25781
- _._evaluate0$_loadedUrls = t12;
25782
- _._evaluate0$_activeModules = t13;
25783
- _._evaluate0$_stack = t14;
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 = t15;
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.List_empty14 : A._setArrayType([leadingCombinator], type$.JSArray_CssValue_Combinator_2);
26926
+ t4 = leadingCombinator == null ? B.List_empty16 : A._setArrayType([leadingCombinator], type$.JSArray_CssValue_Combinator_2);
26898
26927
  unifiedBase.toString;
26899
- t5 = trailingCombinator == null ? B.List_empty14 : A._setArrayType([trailingCombinator], type$.JSArray_CssValue_Combinator_2);
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.List_empty15;
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.List_empty14;
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.List_empty14;
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.List_empty14, type$.CssValue_Combinator_2), t1);
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.List_empty25, 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));
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.87.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.3\t(Dart Compiler)\t[Dart]");
28612
+ J.set$info$x(self.exports, "dart-sass\t1.89.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.List_empty26;
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.87.0 compiled with dart2js 3.7.3";
33784
+ $async$returnValue = "1.89.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 = _this.spans;
47185
- if (index === t4.length)
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[index + 1];
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.87.0");
52004
+ sassVersion = A.Version_Version$parse("1.89.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$.x29x20to_ci + result.toString$0(0), B.Deprecation_u0j);
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$.x29x20to_cg + result.toString$0(0), B.Deprecation_u0j);
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));
@@ -56166,7 +56197,8 @@ self.util = _cliPkgRequires.util;
56166
56197
  if (type$.Map_String_dynamic._is(exports) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure()) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure0()))
56167
56198
  throw A.wrapException("`exports` in " + packageName + string$.x20can_n + J.map$1$1$ax(J.get$keys$z(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure1(), type$.String).join$1(0, ",") + " in " + A.join(packageRoot, "package.json", null) + ".");
56168
56199
  t1 = type$.NonNullsIterable_String;
56169
- matches = A.List_List$of(new A.NonNullsIterable(new A.MappedListIterable(subpathVariants, new A.NodePackageImporter__nodePackageExportsResolve_closure2(this, exports, packageRoot), A._arrayInstanceType(subpathVariants)._eval$1("MappedListIterable<1,String?>")), t1), true, t1._eval$1("Iterable.E"));
56200
+ t1 = A.LinkedHashSet_LinkedHashSet$of(new A.NonNullsIterable(new A.MappedListIterable(subpathVariants, new A.NodePackageImporter__nodePackageExportsResolve_closure2(this, exports, packageRoot), A._arrayInstanceType(subpathVariants)._eval$1("MappedListIterable<1,String?>")), t1), t1._eval$1("Iterable.E"));
56201
+ matches = A.List_List$of(t1, true, A._instanceType(t1)._precomputed1);
56170
56202
  $label0$1: {
56171
56203
  _1_1 = matches.length;
56172
56204
  if (_1_1 === 1) {
@@ -60077,7 +60109,13 @@ self.util = _cliPkgRequires.util;
60077
60109
  t2._contents += t4;
60078
60110
  $name = nameBuffer.interpolation$1(t1.spanFrom$2(start, new A._SpanScannerState(t1, t3)));
60079
60111
  if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
60080
- t2 = _this._interpolatedDeclarationValue$1$silentComments(false);
60112
+ if (_this.atEndOfStatement$0()) {
60113
+ t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
60114
+ t3 = t2.offset;
60115
+ t3 = A.Interpolation$(B.List_empty11, B.List_empty12, A._FileSpan$(t2.file, t3, t3));
60116
+ t2 = t3;
60117
+ } else
60118
+ t2 = _this._interpolatedDeclarationValue$1$silentComments(false);
60081
60119
  _this.expectStatementSeparator$1("custom property");
60082
60120
  return A.Declaration$($name, new A.StringExpression(t2, false), t1.spanFrom$1(start));
60083
60121
  }
@@ -60880,7 +60918,7 @@ self.util = _cliPkgRequires.util;
60880
60918
  if (t2) {
60881
60919
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
60882
60920
  t3 = t2.offset;
60883
- contentParameters_ = new A.ParameterList(B.List_empty12, _null, A._FileSpan$(t2.file, t3, t3));
60921
+ contentParameters_ = new A.ParameterList(B.List_empty14, _null, A._FileSpan$(t2.file, t3, t3));
60884
60922
  } else
60885
60923
  contentParameters_ = contentParameters;
60886
60924
  wasInContentBlock = _this._inContentBlock;
@@ -60917,7 +60955,7 @@ self.util = _cliPkgRequires.util;
60917
60955
  else {
60918
60956
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
60919
60957
  t3 = t2.offset;
60920
- parameters = new A.ParameterList(B.List_empty12, null, A._FileSpan$(t2.file, t3, t3));
60958
+ parameters = new A.ParameterList(B.List_empty14, null, A._FileSpan$(t2.file, t3, t3));
60921
60959
  }
60922
60960
  if (_this._stylesheet$_inMixin || _this._inContentBlock)
60923
60961
  _this.error$2(0, string$.Mixinscm, t1.spanFrom$1(start));
@@ -66257,6 +66295,12 @@ self.util = _cliPkgRequires.util;
66257
66295
  assertFunction$1($name) {
66258
66296
  return this;
66259
66297
  },
66298
+ assertCompileContext$1(compileContext) {
66299
+ var t1 = this._function$_compileContext !== compileContext;
66300
+ if (t1)
66301
+ throw A.wrapException(A.SassScriptException$(this.toString$0(0) + " does not belong to current compilation.", null));
66302
+ return this;
66303
+ },
66260
66304
  $eq(_, other) {
66261
66305
  if (other == null)
66262
66306
  return false;
@@ -66406,6 +66450,12 @@ self.util = _cliPkgRequires.util;
66406
66450
  assertMixin$1($name) {
66407
66451
  return this;
66408
66452
  },
66453
+ assertCompileContext$1(compileContext) {
66454
+ var t1 = this._mixin$_compileContext !== compileContext;
66455
+ if (t1)
66456
+ throw A.wrapException(A.SassScriptException$(this.toString$0(0) + " does not belong to current compilation.", null));
66457
+ return this;
66458
+ },
66409
66459
  $eq(_, other) {
66410
66460
  if (other == null)
66411
66461
  return false;
@@ -68250,7 +68300,7 @@ self.util = _cliPkgRequires.util;
68250
68300
  case 6:
68251
68301
  // returning from await.
68252
68302
  value = $async$result;
68253
- if (!value.get$isBlank() || value.get$asList().length === 0) {
68303
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
68254
68304
  t2 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent");
68255
68305
  t3 = _2_0.get$span(_2_0);
68256
68306
  t4 = node.span;
@@ -68262,8 +68312,7 @@ self.util = _cliPkgRequires.util;
68262
68312
  } else
68263
68313
  t6 = null;
68264
68314
  t2.addChild$1(A.ModifiableCssDeclaration$($name, new A.CssValue(value, t3, type$.CssValue_Value), t4, interleavedRules, t1, t5, t6));
68265
- } else if (J.startsWith$1$s($name.value, "--"))
68266
- throw A.wrapException($async$self._async_evaluate$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
68315
+ }
68267
68316
  case 5:
68268
68317
  // join
68269
68318
  _3_0 = node.children;
@@ -71060,7 +71109,7 @@ self.util = _cliPkgRequires.util;
71060
71109
  _runUserDefinedCallable$body$_EvaluateVisitor($arguments, callable, nodeWithSpan, run, $V, $async$type) {
71061
71110
  var $async$goto = 0,
71062
71111
  $async$completer = A._makeAsyncAwaitCompleter($async$type),
71063
- $async$returnValue, $async$self = this, oldCallable, oldInDependency, result, evaluated, $name;
71112
+ $async$returnValue, $async$self = this, oldInDependency, result, evaluated, $name;
71064
71113
  var $async$_async_evaluate$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
71065
71114
  if ($async$errorCode === 1)
71066
71115
  return A._asyncRethrow($async$result, $async$completer);
@@ -71076,16 +71125,13 @@ self.util = _cliPkgRequires.util;
71076
71125
  $name = callable.declaration.name;
71077
71126
  if ($name !== "@content")
71078
71127
  $name += "()";
71079
- oldCallable = $async$self._async_evaluate$_currentCallable;
71080
71128
  oldInDependency = $async$self._async_evaluate$_inDependency;
71081
- $async$self._async_evaluate$_currentCallable = callable;
71082
71129
  $async$self._async_evaluate$_inDependency = callable.inDependency;
71083
71130
  $async$goto = 4;
71084
71131
  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
71132
  case 4:
71086
71133
  // returning from await.
71087
71134
  result = $async$result;
71088
- $async$self._async_evaluate$_currentCallable = oldCallable;
71089
71135
  $async$self._async_evaluate$_inDependency = oldInDependency;
71090
71136
  $async$returnValue = result;
71091
71137
  // goto return
@@ -72935,35 +72981,37 @@ self.util = _cliPkgRequires.util;
72935
72981
  };
72936
72982
  A._EvaluateVisitor_closure18.prototype = {
72937
72983
  call$1($arguments) {
72938
- var t2, t3, t4,
72939
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
72940
- module = this.$this._async_evaluate$_environment._async_environment$_modules.$index(0, t1);
72984
+ var t3, t4, t5,
72985
+ t1 = this.$this,
72986
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
72987
+ module = t1._async_evaluate$_environment._async_environment$_modules.$index(0, t2);
72941
72988
  if (module == null)
72942
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
72943
- t1 = type$.Value;
72944
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
72945
- for (t3 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.AsyncCallable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
72946
- t4 = t3.get$current(t3);
72947
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassFunction(t4._1));
72989
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
72990
+ t2 = type$.Value;
72991
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
72992
+ 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();) {
72993
+ t5 = t4.get$current(t4);
72994
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassFunction(t5._1, t1));
72948
72995
  }
72949
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
72996
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
72950
72997
  },
72951
72998
  $signature: 38
72952
72999
  };
72953
73000
  A._EvaluateVisitor_closure19.prototype = {
72954
73001
  call$1($arguments) {
72955
- var t2, t3, t4,
72956
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
72957
- module = this.$this._async_evaluate$_environment._async_environment$_modules.$index(0, t1);
73002
+ var t3, t4, t5,
73003
+ t1 = this.$this,
73004
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
73005
+ module = t1._async_evaluate$_environment._async_environment$_modules.$index(0, t2);
72958
73006
  if (module == null)
72959
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
72960
- t1 = type$.Value;
72961
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
72962
- for (t3 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.AsyncCallable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
72963
- t4 = t3.get$current(t3);
72964
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassMixin(t4._1));
73007
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
73008
+ t2 = type$.Value;
73009
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
73010
+ 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();) {
73011
+ t5 = t4.get$current(t4);
73012
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassMixin(t5._1, t1));
72965
73013
  }
72966
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
73014
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
72967
73015
  },
72968
73016
  $signature: 38
72969
73017
  };
@@ -72978,7 +73026,7 @@ self.util = _cliPkgRequires.util;
72978
73026
  if (css) {
72979
73027
  if (module != null)
72980
73028
  throw A.wrapException(string$.x24css_a);
72981
- return new A.SassFunction(new A.PlainCssCallable($name._string$_text));
73029
+ return new A.SassFunction(new A.PlainCssCallable($name._string$_text), this.$this._async_evaluate$_compileContext);
72982
73030
  }
72983
73031
  t1 = this.$this;
72984
73032
  t2 = t1._async_evaluate$_callableNode;
@@ -72986,7 +73034,7 @@ self.util = _cliPkgRequires.util;
72986
73034
  callable = t1._async_evaluate$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure6(t1, $name, module));
72987
73035
  if (callable == null)
72988
73036
  throw A.wrapException("Function not found: " + $name.toString$0(0));
72989
- return new A.SassFunction(callable);
73037
+ return new A.SassFunction(callable, t1._async_evaluate$_compileContext);
72990
73038
  },
72991
73039
  $signature: 167
72992
73040
  };
@@ -73017,7 +73065,7 @@ self.util = _cliPkgRequires.util;
73017
73065
  callable = t1._async_evaluate$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure5(t1, $name, module));
73018
73066
  if (callable == null)
73019
73067
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
73020
- return new A.SassMixin(callable);
73068
+ return new A.SassMixin(callable, t1._async_evaluate$_compileContext);
73021
73069
  },
73022
73070
  $signature: 168
73023
73071
  };
@@ -73092,7 +73140,7 @@ self.util = _cliPkgRequires.util;
73092
73140
  break;
73093
73141
  case 4:
73094
73142
  // join
73095
- t2 = $function.assertFunction$1("function");
73143
+ t2 = $function.assertFunction$1("function").assertCompileContext$1(t1._async_evaluate$_compileContext);
73096
73144
  t3 = t1._async_evaluate$_callableNode;
73097
73145
  t3.toString;
73098
73146
  $async$goto = 6;
@@ -73199,7 +73247,7 @@ self.util = _cliPkgRequires.util;
73199
73247
  t5 = A.List_List$unmodifiable(B.List_empty9, t4);
73200
73248
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty5, type$.String, t4);
73201
73249
  $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);
73250
+ 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
73251
  case 2:
73204
73252
  // returning from await.
73205
73253
  // implicit return
@@ -76371,7 +76419,7 @@ self.util = _cliPkgRequires.util;
76371
76419
  var t1, _this = this,
76372
76420
  oldImporter = _this._importer;
76373
76421
  _this._importer = importer;
76374
- _this.__stylesheet = A.Stylesheet$(B.List_empty13, nodeWithSpan.get$span(nodeWithSpan));
76422
+ _this.__stylesheet = A.Stylesheet$(B.List_empty15, nodeWithSpan.get$span(nodeWithSpan));
76375
76423
  try {
76376
76424
  t1 = callback.call$0();
76377
76425
  return t1;
@@ -76692,7 +76740,7 @@ self.util = _cliPkgRequires.util;
76692
76740
  _2_0 = node.value;
76693
76741
  if (_2_0 != null) {
76694
76742
  value = _2_0.accept$1(_this);
76695
- if (!value.get$isBlank() || value.get$asList().length === 0) {
76743
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
76696
76744
  t2 = _this._assertInModule$2(_this.__parent, _s8_);
76697
76745
  t3 = _2_0.get$span(_2_0);
76698
76746
  t4 = node.span;
@@ -76704,8 +76752,7 @@ self.util = _cliPkgRequires.util;
76704
76752
  } else
76705
76753
  t6 = _null;
76706
76754
  t2.addChild$1(A.ModifiableCssDeclaration$($name, new A.CssValue(value, t3, type$.CssValue_Value), t4, interleavedRules, t1, t5, t6));
76707
- } else if (J.startsWith$1$s($name.value, "--"))
76708
- throw A.wrapException(_this._evaluate$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
76755
+ }
76709
76756
  }
76710
76757
  _3_0 = node.children;
76711
76758
  t1 = {};
@@ -77951,17 +77998,14 @@ self.util = _cliPkgRequires.util;
77951
77998
  return result;
77952
77999
  },
77953
78000
  _runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
77954
- var oldCallable, oldInDependency, result, _this = this,
78001
+ var oldInDependency, result, _this = this,
77955
78002
  evaluated = _this._evaluateArguments$1($arguments),
77956
78003
  $name = callable.declaration.name;
77957
78004
  if ($name !== "@content")
77958
78005
  $name += "()";
77959
- oldCallable = _this._currentCallable;
77960
78006
  oldInDependency = _this._inDependency;
77961
- _this._currentCallable = callable;
77962
78007
  _this._inDependency = callable.inDependency;
77963
78008
  result = _this._withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure(_this, callable, evaluated, nodeWithSpan, run, $V));
77964
- _this._currentCallable = oldCallable;
77965
78009
  _this._inDependency = oldInDependency;
77966
78010
  return result;
77967
78011
  },
@@ -78732,35 +78776,37 @@ self.util = _cliPkgRequires.util;
78732
78776
  };
78733
78777
  A._EvaluateVisitor_closure5.prototype = {
78734
78778
  call$1($arguments) {
78735
- var t2, t3, t4,
78736
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78737
- module = this.$this._environment._environment$_modules.$index(0, t1);
78779
+ var t3, t4, t5,
78780
+ t1 = this.$this,
78781
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78782
+ module = t1._environment._environment$_modules.$index(0, t2);
78738
78783
  if (module == null)
78739
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
78740
- t1 = type$.Value;
78741
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
78742
- for (t3 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.Callable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
78743
- t4 = t3.get$current(t3);
78744
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassFunction(t4._1));
78784
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
78785
+ t2 = type$.Value;
78786
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
78787
+ 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();) {
78788
+ t5 = t4.get$current(t4);
78789
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassFunction(t5._1, t1));
78745
78790
  }
78746
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
78791
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
78747
78792
  },
78748
78793
  $signature: 38
78749
78794
  };
78750
78795
  A._EvaluateVisitor_closure6.prototype = {
78751
78796
  call$1($arguments) {
78752
- var t2, t3, t4,
78753
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78754
- module = this.$this._environment._environment$_modules.$index(0, t1);
78797
+ var t3, t4, t5,
78798
+ t1 = this.$this,
78799
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78800
+ module = t1._environment._environment$_modules.$index(0, t2);
78755
78801
  if (module == null)
78756
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
78757
- t1 = type$.Value;
78758
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
78759
- for (t3 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.Callable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
78760
- t4 = t3.get$current(t3);
78761
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassMixin(t4._1));
78802
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
78803
+ t2 = type$.Value;
78804
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
78805
+ for (t4 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.Callable), t4 = t4.get$iterator(t4), t1 = t1._compileContext; t4.moveNext$0();) {
78806
+ t5 = t4.get$current(t4);
78807
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassMixin(t5._1, t1));
78762
78808
  }
78763
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
78809
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
78764
78810
  },
78765
78811
  $signature: 38
78766
78812
  };
@@ -78775,7 +78821,7 @@ self.util = _cliPkgRequires.util;
78775
78821
  if (css) {
78776
78822
  if (module != null)
78777
78823
  throw A.wrapException(string$.x24css_a);
78778
- return new A.SassFunction(new A.PlainCssCallable($name._string$_text));
78824
+ return new A.SassFunction(new A.PlainCssCallable($name._string$_text), this.$this._compileContext);
78779
78825
  }
78780
78826
  t1 = this.$this;
78781
78827
  t2 = t1._callableNode;
@@ -78783,7 +78829,7 @@ self.util = _cliPkgRequires.util;
78783
78829
  callable = t1._addExceptionSpan$2(t2, new A._EvaluateVisitor__closure2(t1, $name, module));
78784
78830
  if (callable == null)
78785
78831
  throw A.wrapException("Function not found: " + $name.toString$0(0));
78786
- return new A.SassFunction(callable);
78832
+ return new A.SassFunction(callable, t1._compileContext);
78787
78833
  },
78788
78834
  $signature: 167
78789
78835
  };
@@ -78814,7 +78860,7 @@ self.util = _cliPkgRequires.util;
78814
78860
  callable = t1._addExceptionSpan$2(t2, new A._EvaluateVisitor__closure1(t1, $name, module));
78815
78861
  if (callable == null)
78816
78862
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
78817
- return new A.SassMixin(callable);
78863
+ return new A.SassMixin(callable, t1._compileContext);
78818
78864
  },
78819
78865
  $signature: 168
78820
78866
  };
@@ -78865,7 +78911,7 @@ self.util = _cliPkgRequires.util;
78865
78911
  t3 = callableNode.get$span(callableNode);
78866
78912
  return t1.visitFunctionExpression$1(0, new A.FunctionExpression(null, A.stringReplaceAllUnchecked(t2, "_", "-"), t2, invocation, t3));
78867
78913
  }
78868
- callable = $function.assertFunction$1("function").callable;
78914
+ callable = $function.assertFunction$1("function").assertCompileContext$1(t1._compileContext).callable;
78869
78915
  if (type$.Callable._is(callable)) {
78870
78916
  t2 = t1._callableNode;
78871
78917
  t2.toString;
@@ -78928,7 +78974,7 @@ self.util = _cliPkgRequires.util;
78928
78974
  t4 = type$.Expression;
78929
78975
  t5 = A.List_List$unmodifiable(B.List_empty9, t4);
78930
78976
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty5, type$.String, t4);
78931
- callable = mixin.assertMixin$1("mixin").callable;
78977
+ callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._compileContext).callable;
78932
78978
  $content = t1._environment._content;
78933
78979
  if (type$.Callable._is(callable))
78934
78980
  t1._applyMixin$5(callable, $content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode);
@@ -85940,7 +85986,7 @@ self.util = _cliPkgRequires.util;
85940
85986
  return A._EnvironmentModule__EnvironmentModule2(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toModule_closure0()));
85941
85987
  },
85942
85988
  toDummyModule$0() {
85943
- return A._EnvironmentModule__EnvironmentModule2(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty17, 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()));
85989
+ 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
85990
  },
85945
85991
  _async_environment0$_getModule$1(namespace) {
85946
85992
  var _0_0 = this._async_environment0$_modules.$index(0, namespace);
@@ -86793,7 +86839,7 @@ self.util = _cliPkgRequires.util;
86793
86839
  case 6:
86794
86840
  // returning from await.
86795
86841
  value = $async$result;
86796
- if (!value.get$isBlank() || value.get$asList().length === 0) {
86842
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
86797
86843
  t2 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent");
86798
86844
  t3 = _2_0.get$span(_2_0);
86799
86845
  t4 = node.span;
@@ -86805,8 +86851,7 @@ self.util = _cliPkgRequires.util;
86805
86851
  } else
86806
86852
  t6 = null;
86807
86853
  t2.addChild$1(A.ModifiableCssDeclaration$0($name, new A.CssValue0(value, t3, type$.CssValue_Value_2), t4, interleavedRules, t1, t5, t6));
86808
- } else if (J.startsWith$1$s($name.value, "--"))
86809
- throw A.wrapException($async$self._async_evaluate0$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
86854
+ }
86810
86855
  case 5:
86811
86856
  // join
86812
86857
  _3_0 = node.children;
@@ -89678,7 +89723,7 @@ self.util = _cliPkgRequires.util;
89678
89723
  _runUserDefinedCallable$body$_EvaluateVisitor0($arguments, callable, nodeWithSpan, run, $V, $async$type) {
89679
89724
  var $async$goto = 0,
89680
89725
  $async$completer = A._makeAsyncAwaitCompleter($async$type),
89681
- $async$returnValue, $async$self = this, oldCallable, oldInDependency, result, evaluated, $name;
89726
+ $async$returnValue, $async$self = this, oldInDependency, result, evaluated, $name;
89682
89727
  var $async$_async_evaluate0$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
89683
89728
  if ($async$errorCode === 1)
89684
89729
  return A._asyncRethrow($async$result, $async$completer);
@@ -89694,16 +89739,13 @@ self.util = _cliPkgRequires.util;
89694
89739
  $name = callable.declaration.name;
89695
89740
  if ($name !== "@content")
89696
89741
  $name += "()";
89697
- oldCallable = $async$self._async_evaluate0$_currentCallable;
89698
89742
  oldInDependency = $async$self._async_evaluate0$_inDependency;
89699
- $async$self._async_evaluate0$_currentCallable = callable;
89700
89743
  $async$self._async_evaluate0$_inDependency = callable.inDependency;
89701
89744
  $async$goto = 4;
89702
89745
  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
89746
  case 4:
89704
89747
  // returning from await.
89705
89748
  result = $async$result;
89706
- $async$self._async_evaluate0$_currentCallable = oldCallable;
89707
89749
  $async$self._async_evaluate0$_inDependency = oldInDependency;
89708
89750
  $async$returnValue = result;
89709
89751
  // goto return
@@ -89953,7 +89995,7 @@ self.util = _cliPkgRequires.util;
89953
89995
  rest = J.sublist$1$ax(evaluated._values[2], t1);
89954
89996
  J.removeRange$2$ax(evaluated._values[2], t1, J.get$length$asx(evaluated._values[2]));
89955
89997
  } else
89956
- rest = B.List_empty20;
89998
+ rest = B.List_empty22;
89957
89999
  t1 = evaluated._values[0];
89958
90000
  argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : evaluated._values[4]);
89959
90001
  J.add$1$ax(evaluated._values[2], argumentList);
@@ -91555,35 +91597,37 @@ self.util = _cliPkgRequires.util;
91555
91597
  };
91556
91598
  A._EvaluateVisitor_closure44.prototype = {
91557
91599
  call$1($arguments) {
91558
- var t2, t3, t4,
91559
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91560
- module = this.$this._async_evaluate0$_environment._async_environment0$_modules.$index(0, t1);
91600
+ var t3, t4, t5,
91601
+ t1 = this.$this,
91602
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91603
+ module = t1._async_evaluate0$_environment._async_environment0$_modules.$index(0, t2);
91561
91604
  if (module == null)
91562
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
91563
- t1 = type$.Value_2;
91564
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
91565
- for (t3 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.AsyncCallable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
91566
- t4 = t3.get$current(t3);
91567
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassFunction0(t4._1));
91605
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
91606
+ t2 = type$.Value_2;
91607
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
91608
+ 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();) {
91609
+ t5 = t4.get$current(t4);
91610
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassFunction0(t5._1, t1));
91568
91611
  }
91569
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
91612
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
91570
91613
  },
91571
91614
  $signature: 37
91572
91615
  };
91573
91616
  A._EvaluateVisitor_closure45.prototype = {
91574
91617
  call$1($arguments) {
91575
- var t2, t3, t4,
91576
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91577
- module = this.$this._async_evaluate0$_environment._async_environment0$_modules.$index(0, t1);
91618
+ var t3, t4, t5,
91619
+ t1 = this.$this,
91620
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91621
+ module = t1._async_evaluate0$_environment._async_environment0$_modules.$index(0, t2);
91578
91622
  if (module == null)
91579
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
91580
- t1 = type$.Value_2;
91581
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
91582
- for (t3 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.AsyncCallable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
91583
- t4 = t3.get$current(t3);
91584
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassMixin0(t4._1));
91623
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
91624
+ t2 = type$.Value_2;
91625
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
91626
+ 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();) {
91627
+ t5 = t4.get$current(t4);
91628
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassMixin0(t5._1, t1));
91585
91629
  }
91586
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
91630
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
91587
91631
  },
91588
91632
  $signature: 37
91589
91633
  };
@@ -91598,7 +91642,7 @@ self.util = _cliPkgRequires.util;
91598
91642
  if (css) {
91599
91643
  if (module != null)
91600
91644
  throw A.wrapException(string$.x24css_a);
91601
- return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text));
91645
+ return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text), this.$this._async_evaluate0$_compileContext);
91602
91646
  }
91603
91647
  t1 = this.$this;
91604
91648
  t2 = t1._async_evaluate0$_callableNode;
@@ -91606,7 +91650,7 @@ self.util = _cliPkgRequires.util;
91606
91650
  callable = t1._async_evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure14(t1, $name, module));
91607
91651
  if (callable == null)
91608
91652
  throw A.wrapException("Function not found: " + $name.toString$0(0));
91609
- return new A.SassFunction0(callable);
91653
+ return new A.SassFunction0(callable, t1._async_evaluate0$_compileContext);
91610
91654
  },
91611
91655
  $signature: 205
91612
91656
  };
@@ -91637,7 +91681,7 @@ self.util = _cliPkgRequires.util;
91637
91681
  callable = t1._async_evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure13(t1, $name, module));
91638
91682
  if (callable == null)
91639
91683
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
91640
- return new A.SassMixin0(callable);
91684
+ return new A.SassMixin0(callable, t1._async_evaluate0$_compileContext);
91641
91685
  },
91642
91686
  $signature: 206
91643
91687
  };
@@ -91712,7 +91756,7 @@ self.util = _cliPkgRequires.util;
91712
91756
  break;
91713
91757
  case 4:
91714
91758
  // join
91715
- t2 = $function.assertFunction$1("function");
91759
+ t2 = $function.assertFunction$1("function").assertCompileContext$1(t1._async_evaluate0$_compileContext);
91716
91760
  t3 = t1._async_evaluate0$_callableNode;
91717
91761
  t3.toString;
91718
91762
  $async$goto = 6;
@@ -91816,10 +91860,10 @@ self.util = _cliPkgRequires.util;
91816
91860
  t2 = callableNode.get$span(callableNode);
91817
91861
  t3 = callableNode.get$span(callableNode);
91818
91862
  t4 = type$.Expression_2;
91819
- t5 = A.List_List$unmodifiable(B.List_empty21, t4);
91863
+ t5 = A.List_List$unmodifiable(B.List_empty23, t4);
91820
91864
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty14, type$.String, t4);
91821
91865
  $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);
91866
+ 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
91867
  case 2:
91824
91868
  // returning from await.
91825
91869
  // implicit return
@@ -94148,7 +94192,7 @@ self.util = _cliPkgRequires.util;
94148
94192
  // after for
94149
94193
  restParameter = t3.restParameter;
94150
94194
  if (restParameter != null) {
94151
- rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.List_empty20;
94195
+ rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.List_empty22;
94152
94196
  t5 = t2[0];
94153
94197
  t6 = t2[4];
94154
94198
  argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : t6);
@@ -95791,7 +95835,7 @@ self.util = _cliPkgRequires.util;
95791
95835
  };
95792
95836
  A.BuiltInModule0.prototype = {
95793
95837
  get$upstream() {
95794
- return B.List_empty19;
95838
+ return B.List_empty21;
95795
95839
  },
95796
95840
  get$variableNodes() {
95797
95841
  return B.Map_empty13;
@@ -95800,7 +95844,7 @@ self.util = _cliPkgRequires.util;
95800
95844
  return B.C_EmptyExtensionStore0;
95801
95845
  },
95802
95846
  get$css(_) {
95803
- return new A.CssStylesheet0(B.List_empty17, A.SourceFile$decoded(B.List_empty4, this.url).span$2(0, 0, 0));
95847
+ return new A.CssStylesheet0(B.List_empty19, A.SourceFile$decoded(B.List_empty4, this.url).span$2(0, 0, 0));
95804
95848
  },
95805
95849
  get$preModuleComments() {
95806
95850
  return B.Map_empty12;
@@ -96769,7 +96813,7 @@ self.util = _cliPkgRequires.util;
96769
96813
  call$1($arguments) {
96770
96814
  var result = A._invert0($arguments, false);
96771
96815
  if (result instanceof A.SassString0)
96772
- A.warnForDeprecation0("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.x29x20to_ci + result.toString$0(0), B.Deprecation_Kry);
96816
+ A.warnForDeprecation0("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.x29x20to_cli + result.toString$0(0), B.Deprecation_Kry);
96773
96817
  return result;
96774
96818
  },
96775
96819
  $signature: 3
@@ -96798,7 +96842,7 @@ self.util = _cliPkgRequires.util;
96798
96842
  t1 = J.getInterceptor$asx($arguments);
96799
96843
  if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
96800
96844
  result = A._functionString0("grayscale", t1.take$1($arguments, 1));
96801
- A.warnForDeprecation0("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.x29x20to_cg + result.toString$0(0), B.Deprecation_Kry);
96845
+ A.warnForDeprecation0("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.x29x20to_clg + result.toString$0(0), B.Deprecation_Kry);
96802
96846
  return result;
96803
96847
  }
96804
96848
  return A._grayscale0(t1.$index($arguments, 0));
@@ -99015,7 +99059,7 @@ self.util = _cliPkgRequires.util;
99015
99059
  if (_0_1 <= 0) {
99016
99060
  t1 = A.List_List$of(_this.leadingCombinators, true, type$.CssValue_Combinator_2);
99017
99061
  B.JSArray_methods.addAll$1(t1, combinators);
99018
- t1 = A.ComplexSelector$0(t1, B.List_empty16, _this.span, _this.lineBreak);
99062
+ t1 = A.ComplexSelector$0(t1, B.List_empty18, _this.span, _this.lineBreak);
99019
99063
  break $label0$0;
99020
99064
  }
99021
99065
  t1 = null;
@@ -99928,7 +99972,7 @@ self.util = _cliPkgRequires.util;
99928
99972
  return B.C_EmptyUnmodifiableSet0;
99929
99973
  },
99930
99974
  extensionsWhereTarget$1(callback) {
99931
- return B.List_empty18;
99975
+ return B.List_empty20;
99932
99976
  },
99933
99977
  addSelector$2(selector, mediaContext) {
99934
99978
  throw A.wrapException(A.UnsupportedError$("addSelector() can't be called for a const ExtensionStore."));
@@ -100443,7 +100487,7 @@ self.util = _cliPkgRequires.util;
100443
100487
  return A._EnvironmentModule__EnvironmentModule1(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toModule_closure0()));
100444
100488
  },
100445
100489
  toDummyModule$0() {
100446
- return A._EnvironmentModule__EnvironmentModule1(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty17, 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()));
100490
+ 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
100491
  },
100448
100492
  _environment0$_getModule$1(namespace) {
100449
100493
  var _0_0 = this._environment0$_modules.$index(0, namespace);
@@ -101038,7 +101082,7 @@ self.util = _cliPkgRequires.util;
101038
101082
  _2_0 = node.value;
101039
101083
  if (_2_0 != null) {
101040
101084
  value = _2_0.accept$1(_this);
101041
- if (!value.get$isBlank() || value.get$asList().length === 0) {
101085
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
101042
101086
  t2 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_);
101043
101087
  t3 = _2_0.get$span(_2_0);
101044
101088
  t4 = node.span;
@@ -101050,8 +101094,7 @@ self.util = _cliPkgRequires.util;
101050
101094
  } else
101051
101095
  t6 = _null;
101052
101096
  t2.addChild$1(A.ModifiableCssDeclaration$0($name, new A.CssValue0(value, t3, type$.CssValue_Value_2), t4, interleavedRules, t1, t5, t6));
101053
- } else if (J.startsWith$1$s($name.value, "--"))
101054
- throw A.wrapException(_this._evaluate0$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
101097
+ }
101055
101098
  }
101056
101099
  _3_0 = node.children;
101057
101100
  t1 = {};
@@ -102324,17 +102367,14 @@ self.util = _cliPkgRequires.util;
102324
102367
  return result;
102325
102368
  },
102326
102369
  _evaluate0$_runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
102327
- var oldCallable, oldInDependency, result, _this = this,
102370
+ var oldInDependency, result, _this = this,
102328
102371
  evaluated = _this._evaluate0$_evaluateArguments$1($arguments),
102329
102372
  $name = callable.declaration.name;
102330
102373
  if ($name !== "@content")
102331
102374
  $name += "()";
102332
- oldCallable = _this._evaluate0$_currentCallable;
102333
102375
  oldInDependency = _this._evaluate0$_inDependency;
102334
- _this._evaluate0$_currentCallable = callable;
102335
102376
  _this._evaluate0$_inDependency = callable.inDependency;
102336
102377
  result = _this._evaluate0$_withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure1(_this, callable, evaluated, nodeWithSpan, run, $V));
102337
- _this._evaluate0$_currentCallable = oldCallable;
102338
102378
  _this._evaluate0$_inDependency = oldInDependency;
102339
102379
  return result;
102340
102380
  },
@@ -102416,7 +102456,7 @@ self.util = _cliPkgRequires.util;
102416
102456
  rest = B.JSArray_methods.sublist$1(evaluated._values[2], t1);
102417
102457
  B.JSArray_methods.removeRange$2(evaluated._values[2], t1, evaluated._values[2].length);
102418
102458
  } else
102419
- rest = B.List_empty20;
102459
+ rest = B.List_empty22;
102420
102460
  t1 = evaluated._values[0];
102421
102461
  argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : evaluated._values[4]);
102422
102462
  evaluated._values[2].push(argumentList);
@@ -103107,35 +103147,37 @@ self.util = _cliPkgRequires.util;
103107
103147
  };
103108
103148
  A._EvaluateVisitor_closure31.prototype = {
103109
103149
  call$1($arguments) {
103110
- var t2, t3, t4,
103111
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103112
- module = this.$this._evaluate0$_environment._environment0$_modules.$index(0, t1);
103150
+ var t3, t4, t5,
103151
+ t1 = this.$this,
103152
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103153
+ module = t1._evaluate0$_environment._environment0$_modules.$index(0, t2);
103113
103154
  if (module == null)
103114
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
103115
- t1 = type$.Value_2;
103116
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
103117
- for (t3 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.Callable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
103118
- t4 = t3.get$current(t3);
103119
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassFunction0(t4._1));
103155
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
103156
+ t2 = type$.Value_2;
103157
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
103158
+ 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();) {
103159
+ t5 = t4.get$current(t4);
103160
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassFunction0(t5._1, t1));
103120
103161
  }
103121
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
103162
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
103122
103163
  },
103123
103164
  $signature: 37
103124
103165
  };
103125
103166
  A._EvaluateVisitor_closure32.prototype = {
103126
103167
  call$1($arguments) {
103127
- var t2, t3, t4,
103128
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103129
- module = this.$this._evaluate0$_environment._environment0$_modules.$index(0, t1);
103168
+ var t3, t4, t5,
103169
+ t1 = this.$this,
103170
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103171
+ module = t1._evaluate0$_environment._environment0$_modules.$index(0, t2);
103130
103172
  if (module == null)
103131
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
103132
- t1 = type$.Value_2;
103133
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
103134
- for (t3 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.Callable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
103135
- t4 = t3.get$current(t3);
103136
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassMixin0(t4._1));
103173
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
103174
+ t2 = type$.Value_2;
103175
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
103176
+ 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();) {
103177
+ t5 = t4.get$current(t4);
103178
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassMixin0(t5._1, t1));
103137
103179
  }
103138
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
103180
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
103139
103181
  },
103140
103182
  $signature: 37
103141
103183
  };
@@ -103150,7 +103192,7 @@ self.util = _cliPkgRequires.util;
103150
103192
  if (css) {
103151
103193
  if (module != null)
103152
103194
  throw A.wrapException(string$.x24css_a);
103153
- return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text));
103195
+ return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text), this.$this._evaluate0$_compileContext);
103154
103196
  }
103155
103197
  t1 = this.$this;
103156
103198
  t2 = t1._evaluate0$_callableNode;
@@ -103158,7 +103200,7 @@ self.util = _cliPkgRequires.util;
103158
103200
  callable = t1._evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure10(t1, $name, module));
103159
103201
  if (callable == null)
103160
103202
  throw A.wrapException("Function not found: " + $name.toString$0(0));
103161
- return new A.SassFunction0(callable);
103203
+ return new A.SassFunction0(callable, t1._evaluate0$_compileContext);
103162
103204
  },
103163
103205
  $signature: 205
103164
103206
  };
@@ -103189,7 +103231,7 @@ self.util = _cliPkgRequires.util;
103189
103231
  callable = t1._evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure9(t1, $name, module));
103190
103232
  if (callable == null)
103191
103233
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
103192
- return new A.SassMixin0(callable);
103234
+ return new A.SassMixin0(callable, t1._evaluate0$_compileContext);
103193
103235
  },
103194
103236
  $signature: 206
103195
103237
  };
@@ -103240,7 +103282,7 @@ self.util = _cliPkgRequires.util;
103240
103282
  t3 = callableNode.get$span(callableNode);
103241
103283
  return t1.visitFunctionExpression$1(0, new A.FunctionExpression0(null, A.stringReplaceAllUnchecked(t2, "_", "-"), t2, invocation, t3));
103242
103284
  }
103243
- callable = $function.assertFunction$1("function").callable;
103285
+ callable = $function.assertFunction$1("function").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
103244
103286
  if (type$.Callable_2._is(callable)) {
103245
103287
  t2 = t1._evaluate0$_callableNode;
103246
103288
  t2.toString;
@@ -103301,9 +103343,9 @@ self.util = _cliPkgRequires.util;
103301
103343
  t2 = callableNode.get$span(callableNode);
103302
103344
  t3 = callableNode.get$span(callableNode);
103303
103345
  t4 = type$.Expression_2;
103304
- t5 = A.List_List$unmodifiable(B.List_empty21, t4);
103346
+ t5 = A.List_List$unmodifiable(B.List_empty23, t4);
103305
103347
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty14, type$.String, t4);
103306
- callable = mixin.assertMixin$1("mixin").callable;
103348
+ callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
103307
103349
  $content = t1._evaluate0$_environment._environment0$_content;
103308
103350
  if (type$.Callable_2._is(callable))
103309
103351
  t1._evaluate0$_applyMixin$5(callable, $content, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode);
@@ -104391,7 +104433,7 @@ self.util = _cliPkgRequires.util;
104391
104433
  restParameter = t3.restParameter;
104392
104434
  if (restParameter != null) {
104393
104435
  t6 = t2[2];
104394
- rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.List_empty20;
104436
+ rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.List_empty22;
104395
104437
  t5 = t2[0];
104396
104438
  t6 = t2[4];
104397
104439
  argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : t6);
@@ -105697,7 +105739,7 @@ self.util = _cliPkgRequires.util;
105697
105739
  extended = this._extension_store$_extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
105698
105740
  if (extended == null) {
105699
105741
  if (extendedNotExpanded != null)
105700
- extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty14, A._setArrayType([component], t10), t8, t6)], t9));
105742
+ extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty16, A._setArrayType([component], t10), t8, t6)], t9));
105701
105743
  } else if (extendedNotExpanded != null)
105702
105744
  extendedNotExpanded.push(extended);
105703
105745
  else if (i !== 0) {
@@ -105751,9 +105793,9 @@ self.util = _cliPkgRequires.util;
105751
105793
  compound = new A.CompoundSelector0(t12, t10);
105752
105794
  if (t12.length === 0)
105753
105795
  A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
105754
- result = A.List_List$from(B.List_empty14, false, t6);
105796
+ result = A.List_List$from(B.List_empty16, false, t6);
105755
105797
  result.$flags = 3;
105756
- t12 = A.ComplexSelector$0(B.List_empty14, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
105798
+ t12 = A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
105757
105799
  _this._extension_store$_sourceSpecificityFor$1(compound);
105758
105800
  options.push(A._setArrayType([new A.Extender0(t12, true)], t5));
105759
105801
  }
@@ -105783,7 +105825,7 @@ self.util = _cliPkgRequires.util;
105783
105825
  t1 = t1 === B.ExtendMode_replace_replace0;
105784
105826
  t4 = !t1;
105785
105827
  if (t4)
105786
- t3.push(A.ComplexSelector$0(B.List_empty14, 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));
105828
+ 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
105829
  t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
105788
105830
  t5 = t2.$ti;
105789
105831
  t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
@@ -105823,7 +105865,7 @@ self.util = _cliPkgRequires.util;
105823
105865
  }
105824
105866
  }
105825
105867
  if (originals != null)
105826
- toUnify.addFirst$1(A.ComplexSelector$0(B.List_empty14, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(originals, span), A.List_List$unmodifiable(B.List_empty14, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, originalsLineBreak));
105868
+ 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
105869
  complexes = A.unifyComplex0(toUnify, span);
105828
105870
  if (complexes == null)
105829
105871
  return _null;
@@ -105847,7 +105889,7 @@ self.util = _cliPkgRequires.util;
105847
105889
  },
105848
105890
  _extension_store$_extenderForSimple$1(simple) {
105849
105891
  var t1 = simple.span;
105850
- t1 = A.ComplexSelector$0(B.List_empty14, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([simple], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty14, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2), t1, false);
105892
+ 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
105893
  this._extension_store$_sourceSpecificity.$index(0, simple);
105852
105894
  return new A.Extender0(t1, true);
105853
105895
  },
@@ -106439,7 +106481,7 @@ self.util = _cliPkgRequires.util;
106439
106481
  call$0() {
106440
106482
  var t1 = type$.JSClass,
106441
106483
  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);
106484
+ A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null), null).constructor), jsClass);
106443
106485
  return jsClass;
106444
106486
  },
106445
106487
  $signature: 15
@@ -106449,7 +106491,7 @@ self.util = _cliPkgRequires.util;
106449
106491
  var paren = B.JSString_methods.indexOf$1(signature, "(");
106450
106492
  if (paren === -1 || !B.JSString_methods.endsWith$1(signature, ")"))
106451
106493
  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));
106494
+ 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
106495
  },
106454
106496
  "call*": "call$3",
106455
106497
  $requiredArgCount: 3,
@@ -106479,6 +106521,16 @@ self.util = _cliPkgRequires.util;
106479
106521
  assertFunction$1($name) {
106480
106522
  return this;
106481
106523
  },
106524
+ assertCompileContext$1(compileContext) {
106525
+ var t1 = this._function0$_compileContext;
106526
+ if (t1 != null)
106527
+ t1 = t1 !== compileContext;
106528
+ else
106529
+ t1 = false;
106530
+ if (t1)
106531
+ throw A.wrapException(A.SassScriptException$0(this.toString$0(0) + " does not belong to current compilation.", null));
106532
+ return this;
106533
+ },
106482
106534
  $eq(_, other) {
106483
106535
  if (other == null)
106484
106536
  return false;
@@ -106519,7 +106571,7 @@ self.util = _cliPkgRequires.util;
106519
106571
  if (!A._mustUnify0(group1, group2))
106520
106572
  return null;
106521
106573
  t1 = this.span;
106522
- unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.List_empty14, group1, t1, false), A.ComplexSelector$0(B.List_empty14, group2, t1, false)], type$.JSArray_ComplexSelector_2), t1);
106574
+ 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
106575
  if (unified == null)
106524
106576
  t1 = null;
106525
106577
  else {
@@ -106652,7 +106704,7 @@ self.util = _cliPkgRequires.util;
106652
106704
  if (t2 != null)
106653
106705
  B.JSArray_methods.addAll$1(t1, t2);
106654
106706
  t2 = this.compound2;
106655
- t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty14, type$.CssValue_Combinator_2), t2.span));
106707
+ t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), t2.span));
106656
106708
  t1 = A.complexIsSuperselector0(complex1.components, t1);
106657
106709
  } else
106658
106710
  t1 = false;
@@ -107518,7 +107570,7 @@ self.util = _cliPkgRequires.util;
107518
107570
  return t1;
107519
107571
  },
107520
107572
  spanForElement$1(index) {
107521
- var t1, t2, t3, t4, _this = this;
107573
+ var t1, t2, t3, t4, t5, _this = this;
107522
107574
  $label0$0: {
107523
107575
  if (typeof _this.contents[index] == "string") {
107524
107576
  t1 = _this.span;
@@ -107529,11 +107581,12 @@ self.util = _cliPkgRequires.util;
107529
107581
  t3 = _this.spans[index - 1];
107530
107582
  t3 = t3.get$end(t3);
107531
107583
  }
107532
- t4 = _this.spans;
107533
- if (index === t4.length)
107584
+ t4 = index + 1;
107585
+ t5 = _this.spans;
107586
+ if (t4 === t5.length)
107534
107587
  t1 = t1.get$end(t1);
107535
107588
  else {
107536
- t1 = t4[index + 1];
107589
+ t1 = t5[t4];
107537
107590
  t1 = t1.get$start(t1);
107538
107591
  }
107539
107592
  t1 = t2.span$2(0, t3.offset, t1.offset);
@@ -109010,7 +109063,7 @@ self.util = _cliPkgRequires.util;
109010
109063
  try {
109011
109064
  if (!(parentSelector instanceof A.ParentSelector0)) {
109012
109065
  t2 = component.span;
109013
- t2 = A._setArrayType([A.ComplexSelector$0(B.List_empty14, 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);
109066
+ 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
109067
  return t2;
109015
109068
  } else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
109016
109069
  t1 = $parent.withAdditionalCombinators$1(component.combinators);
@@ -110056,7 +110109,7 @@ self.util = _cliPkgRequires.util;
110056
110109
  },
110057
110110
  get$hashCode(_) {
110058
110111
  var t1 = this._map0$_contents;
110059
- return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.List_empty20) : B.C_MapEquality.hash$1(t1);
110112
+ return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.List_empty22) : B.C_MapEquality.hash$1(t1);
110060
110113
  }
110061
110114
  };
110062
110115
  A.global_closure43.prototype = {
@@ -110774,7 +110827,7 @@ self.util = _cliPkgRequires.util;
110774
110827
  call$0() {
110775
110828
  var t1 = type$.JSClass,
110776
110829
  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);
110830
+ A.JSClassExtension_injectSuperclass(t1._as(new A.SassMixin0(A.BuiltInCallable$function0("f", "", new A.mixinClass__closure0(), null), null).constructor), jsClass);
110778
110831
  return jsClass;
110779
110832
  },
110780
110833
  $signature: 15
@@ -110809,6 +110862,16 @@ self.util = _cliPkgRequires.util;
110809
110862
  assertMixin$1($name) {
110810
110863
  return this;
110811
110864
  },
110865
+ assertCompileContext$1(compileContext) {
110866
+ var t1 = this._mixin0$_compileContext;
110867
+ if (t1 != null)
110868
+ t1 = t1 !== compileContext;
110869
+ else
110870
+ t1 = false;
110871
+ if (t1)
110872
+ throw A.wrapException(A.SassScriptException$0(this.toString$0(0) + " does not belong to current compilation.", null));
110873
+ return this;
110874
+ },
110812
110875
  $eq(_, other) {
110813
110876
  if (other == null)
110814
110877
  return false;
@@ -111214,7 +111277,8 @@ self.util = _cliPkgRequires.util;
111214
111277
  if (type$.Map_String_dynamic._is(exports) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure3()) && J.any$1$ax(exports.get$keys(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure4()))
111215
111278
  throw A.wrapException("`exports` in " + packageName + string$.x20can_n + J.map$1$1$ax(J.get$keys$z(exports), new A.NodePackageImporter__nodePackageExportsResolve_closure5(), type$.String).join$1(0, ",") + " in " + A.join(packageRoot, "package.json", null) + ".");
111216
111279
  t1 = type$.NonNullsIterable_String;
111217
- matches = A.List_List$of(new A.NonNullsIterable(new A.MappedListIterable(subpathVariants, new A.NodePackageImporter__nodePackageExportsResolve_closure6(this, exports, packageRoot), A._arrayInstanceType(subpathVariants)._eval$1("MappedListIterable<1,String?>")), t1), true, t1._eval$1("Iterable.E"));
111280
+ t1 = A.LinkedHashSet_LinkedHashSet$of(new A.NonNullsIterable(new A.MappedListIterable(subpathVariants, new A.NodePackageImporter__nodePackageExportsResolve_closure6(this, exports, packageRoot), A._arrayInstanceType(subpathVariants)._eval$1("MappedListIterable<1,String?>")), t1), t1._eval$1("Iterable.E"));
111281
+ matches = A.List_List$of(t1, true, A._instanceType(t1)._precomputed1);
111218
111282
  $label0$1: {
111219
111283
  _1_1 = matches.length;
111220
111284
  if (_1_1 === 1) {
@@ -115263,7 +115327,7 @@ self.util = _cliPkgRequires.util;
115263
115327
  t1 = this.span;
115264
115328
  t2 = A._setArrayType([new A.ComplexSelectorComponent0(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2);
115265
115329
  B.JSArray_methods.addAll$1(t2, rest);
115266
- return A.ComplexSelector$0(B.List_empty14, t2, t1, false);
115330
+ return A.ComplexSelector$0(B.List_empty16, t2, t1, false);
115267
115331
  },
115268
115332
  $signature: 58
115269
115333
  };
@@ -115449,7 +115513,7 @@ self.util = _cliPkgRequires.util;
115449
115513
  initialCombinators = combinators;
115450
115514
  else
115451
115515
  t1.error$1(0, _s18_);
115452
- t3 = initialCombinators == null ? B.List_empty14 : initialCombinators;
115516
+ t3 = initialCombinators == null ? B.List_empty16 : initialCombinators;
115453
115517
  return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
115454
115518
  },
115455
115519
  _selector$_complexSelector$0() {
@@ -119510,7 +119574,13 @@ self.util = _cliPkgRequires.util;
119510
119574
  t2._contents += t4;
119511
119575
  $name = nameBuffer.interpolation$1(t1.spanFrom$2(start, new A._SpanScannerState(t1, t3)));
119512
119576
  if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
119513
- t2 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
119577
+ if (_this.atEndOfStatement$0()) {
119578
+ t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
119579
+ t3 = t2.offset;
119580
+ t3 = A.Interpolation$0(B.List_empty11, B.List_empty12, A._FileSpan$(t2.file, t3, t3));
119581
+ t2 = t3;
119582
+ } else
119583
+ t2 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
119514
119584
  _this.expectStatementSeparator$1("custom property");
119515
119585
  return A.Declaration$0($name, new A.StringExpression0(t2, false), t1.spanFrom$1(start));
119516
119586
  }
@@ -119734,7 +119804,7 @@ self.util = _cliPkgRequires.util;
119734
119804
  if (!_this._stylesheet0$_isUseAllowed)
119735
119805
  _this.error$2(0, string$.x40use_r, span);
119736
119806
  _this.expectStatementSeparator$1("@use rule");
119737
- t1 = new A.UseRule0(url, namespace, configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
119807
+ t1 = new A.UseRule0(url, namespace, configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
119738
119808
  t1.UseRule$4$configuration0(url, namespace, span, configuration);
119739
119809
  return t1;
119740
119810
  case "warn":
@@ -120045,7 +120115,7 @@ self.util = _cliPkgRequires.util;
120045
120115
  t2 = A.LinkedHashSet_LinkedHashSet$of(shownMixinsAndFunctions, t1);
120046
120116
  t3 = type$.UnmodifiableSetView_String;
120047
120117
  t1 = A.LinkedHashSet_LinkedHashSet$of(shownVariables, t1);
120048
- t4 = configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
120118
+ t4 = configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
120049
120119
  return new A.ForwardRule0(url, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), _null, _null, prefix, t4, span);
120050
120120
  } else if (hiddenMixinsAndFunctions != null) {
120051
120121
  hiddenVariables.toString;
@@ -120053,10 +120123,10 @@ self.util = _cliPkgRequires.util;
120053
120123
  t2 = A.LinkedHashSet_LinkedHashSet$of(hiddenMixinsAndFunctions, t1);
120054
120124
  t3 = type$.UnmodifiableSetView_String;
120055
120125
  t1 = A.LinkedHashSet_LinkedHashSet$of(hiddenVariables, t1);
120056
- t4 = configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
120126
+ t4 = configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
120057
120127
  return new A.ForwardRule0(url, _null, _null, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), prefix, t4, span);
120058
120128
  } else
120059
- return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
120129
+ 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
120130
  },
120061
120131
  _stylesheet0$_memberList$0() {
120062
120132
  var _this = this,
@@ -120329,7 +120399,7 @@ self.util = _cliPkgRequires.util;
120329
120399
  if (t2) {
120330
120400
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
120331
120401
  t3 = t2.offset;
120332
- contentParameters_ = new A.ParameterList0(B.List_empty24, _null, A._FileSpan$(t2.file, t3, t3));
120402
+ contentParameters_ = new A.ParameterList0(B.List_empty26, _null, A._FileSpan$(t2.file, t3, t3));
120333
120403
  } else
120334
120404
  contentParameters_ = contentParameters;
120335
120405
  wasInContentBlock = _this._stylesheet0$_inContentBlock;
@@ -120366,7 +120436,7 @@ self.util = _cliPkgRequires.util;
120366
120436
  else {
120367
120437
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
120368
120438
  t3 = t2.offset;
120369
- parameters = new A.ParameterList0(B.List_empty24, null, A._FileSpan$(t2.file, t3, t3));
120439
+ parameters = new A.ParameterList0(B.List_empty26, null, A._FileSpan$(t2.file, t3, t3));
120370
120440
  }
120371
120441
  if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
120372
120442
  _this.error$2(0, string$.Mixinscm, t1.spanFrom$1(start));
@@ -122649,7 +122719,7 @@ self.util = _cliPkgRequires.util;
122649
122719
  t2 = t1.scanner;
122650
122720
  t2 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
122651
122721
  t3 = t2.offset;
122652
- parameters = new A.ParameterList0(B.List_empty24, null, A._FileSpan$(t2.file, t3, t3));
122722
+ parameters = new A.ParameterList0(B.List_empty26, null, A._FileSpan$(t2.file, t3, t3));
122653
122723
  }
122654
122724
  t1.scanner.expectDone$0();
122655
122725
  return new A._Record_2($name, parameters);
@@ -125094,8 +125164,9 @@ self.util = _cliPkgRequires.util;
125094
125164
  x29x0a_Moro: ")\n\nMore info: https://sass-lang.com/documentation/functions/color#",
125095
125165
  x29x20in_a: ") in a future release.\n\nRecommendation: math.random(math.div($limit, 1",
125096
125166
  x29x20is_d: ") is deprecated.\n\nTo preserve current behavior: ",
125097
- x29x20to_cg: ") to color.grayscale() is deprecated.\n\nRecommendation: ",
125098
- x29x20to_ci: ") to color.invert() is deprecated.\n\nRecommendation: ",
125167
+ x29x20to_clg: ") to color.grayscale() is deprecated.\n\nRecommendation: ",
125168
+ x29x20to_cli: ") to color.invert() is deprecated.\n\nRecommendation: ",
125169
+ x29x20to_cm: ") to compileString() or related functions is deprecated and will be an error in Dart Sass 2.0.0.",
125099
125170
  x29x29__Mo: "))\n\nMore info: https://sass-lang.com/d/function-units",
125100
125171
  x2c_whicu: ", which uses a scheme declared as non-canonical.",
125101
125172
  x2c_whicw: ', which will likely produce invalid CSS.\nAlways quote color names when using them as strings or map keys (for example, "',
@@ -126138,6 +126209,7 @@ self.util = _cliPkgRequires.util;
126138
126209
  B.Deprecation_cyE = new A.Deprecation("color-functions", "1.79.0", "colorFunctions");
126139
126210
  B.Deprecation_d4j = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "cssFunctionMixin");
126140
126211
  B.Deprecation_dAn = new A.Deprecation("call-string", "0.0.0", "callString");
126212
+ B.Deprecation_eJq = new A.Deprecation("compile-string-relative-url", "1.88.0", "compileStringRelativeUrl");
126141
126213
  B.Deprecation_f5Y = new A.Deprecation0("calc-interp", null, null, "calcInterp");
126142
126214
  B.Deprecation_fdF = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", "colorFunctions");
126143
126215
  B.Deprecation_hAa = new A.Deprecation("elseif", "1.3.2", "elseif");
@@ -126146,6 +126218,7 @@ self.util = _cliPkgRequires.util;
126146
126218
  B.Deprecation_kms = new A.Deprecation("type-function", "1.86.0", "typeFunction");
126147
126219
  B.Deprecation_l0m = new A.Deprecation0("null-alpha", "1.62.3", "Passing null as alpha in the JS API.", "nullAlpha");
126148
126220
  B.Deprecation_mSy = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", "newGlobal");
126221
+ B.Deprecation_pIR = new A.Deprecation0("compile-string-relative-url", "1.88.0", "Passing a relative url to compileString().", "compileStringRelativeUrl");
126149
126222
  B.Deprecation_pLJ = new A.Deprecation("abs-percent", "1.65.0", "absPercent");
126150
126223
  B.Deprecation_t60 = new A.Deprecation("strict-unary", "1.55.0", "strictUnary");
126151
126224
  B.Deprecation_tms = new A.Deprecation("fs-importer-cwd", "1.73.0", "fsImporterCwd");
@@ -126237,46 +126310,46 @@ self.util = _cliPkgRequires.util;
126237
126310
  B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
126238
126311
  B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
126239
126312
  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.List_MG2 = 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_ZVM, B.Deprecation_f5Y]), A.findType("JSArray<Deprecation0>"));
126241
- B.Deprecation_MJf = new A.Deprecation("null-alpha", "1.62.3", "nullAlpha");
126242
- B.Deprecation_Nem = new A.Deprecation("color-4-api", "1.79.0", "color4Api");
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);
126313
+ 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>"));
126314
+ B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
126315
+ B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncImporter);
126248
126316
  B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector);
126249
- B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector_2);
126317
+ B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector_2);
126250
126318
  B.List_empty2 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent);
126251
- B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent_2);
126319
+ B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent_2);
126252
126320
  B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable);
126253
- B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable_2);
126321
+ B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable_2);
126254
126322
  B.List_empty3 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode);
126255
- B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode_2);
126256
- B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule);
126257
- B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule_2);
126323
+ B.List_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode_2);
126324
+ B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule);
126325
+ B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule_2);
126258
126326
  B.List_empty0 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator);
126259
- B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator_2);
126327
+ B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator_2);
126260
126328
  B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_Expression);
126261
- B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_Expression_2);
126329
+ B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_Expression_2);
126262
126330
  B.List_empty5 = A._setArrayType(makeConstList([]), type$.JSArray_Extension);
126263
- B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_Extension_2);
126264
- B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_Importer_2);
126331
+ B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Extension_2);
126332
+ B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_Importer_2);
126265
126333
  B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module0<0&>>"));
126266
- B.List_empty19 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module1<0&>>"));
126267
- B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_Object);
126268
- B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter);
126269
- B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter_2);
126270
- B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_Statement);
126334
+ B.List_empty21 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module1<0&>>"));
126335
+ B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_Object);
126336
+ B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter);
126337
+ B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter_2);
126338
+ B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_Statement);
126271
126339
  B.List_empty = A._setArrayType(makeConstList([]), type$.JSArray_String);
126272
126340
  B.List_empty8 = A._setArrayType(makeConstList([]), type$.JSArray_Value);
126273
- B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Value_2);
126341
+ B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_Value_2);
126274
126342
  B.List_empty4 = A._setArrayType(makeConstList([]), type$.JSArray_int);
126275
126343
  B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_dynamic);
126276
- B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
126344
+ B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
126277
126345
  B.List_g9w = A._setArrayType(makeConstList([B.CalculationOperator_F7i0, B.CalculationOperator_oum0, B.CalculationOperator_kkN0, B.CalculationOperator_bo50]), A.findType("JSArray<CalculationOperator0>"));
126278
126346
  B.List_nm2 = A._setArrayType(makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30]), A.findType("JSArray<HueInterpolationMethod0>"));
126279
126347
  B.List_null = A._setArrayType(makeConstList([null]), type$.JSArray_nullable_FileSpan);
126348
+ B.Deprecation_MJf = new A.Deprecation("null-alpha", "1.62.3", "nullAlpha");
126349
+ B.Deprecation_Nem = new A.Deprecation("color-4-api", "1.79.0", "color4Api");
126350
+ B.Deprecation_fsU = new A.Deprecation("legacy-js-api", "1.79.0", "legacyJsApi");
126351
+ B.Deprecation_ggp = new A.Deprecation("calc-interp", null, "calcInterp");
126352
+ 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
126353
  B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
126281
126354
  B.LinearChannel_ZmQ = new A.LinearChannel(0, 1, false, false, false, "medium", false, null);
126282
126355
  B.LinearChannel_yJH = new A.LinearChannel(0, 1, false, false, false, "short", false, null);
@@ -126377,10 +126450,10 @@ self.util = _cliPkgRequires.util;
126377
126450
  B.SassBoolean_true = new A.SassBoolean(true);
126378
126451
  B.SassBoolean_true0 = new A.SassBoolean0(true);
126379
126452
  B.SassList_BlY = new A.SassList(B.List_empty8, B.ListSeparator_qVN, false);
126380
- B.SassList_BlY0 = new A.SassList0(B.List_empty20, B.ListSeparator_qVN0, false);
126381
- B.SassList_apG = new A.SassList0(B.List_empty20, B.ListSeparator_undecided_null_undecided0, false);
126453
+ B.SassList_BlY0 = new A.SassList0(B.List_empty22, B.ListSeparator_qVN0, false);
126454
+ B.SassList_apG = new A.SassList0(B.List_empty22, B.ListSeparator_undecided_null_undecided0, false);
126382
126455
  B.SassList_qAD = new A.SassList(B.List_empty8, B.ListSeparator_qVN, true);
126383
- B.SassList_qAD0 = new A.SassList0(B.List_empty20, B.ListSeparator_qVN0, true);
126456
+ B.SassList_qAD0 = new A.SassList0(B.List_empty22, B.ListSeparator_qVN0, true);
126384
126457
  B.Map_empty22 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value,Value>"));
126385
126458
  B.SassMap_Map_empty = new A.SassMap(B.Map_empty22);
126386
126459
  B.Map_empty23 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value0,Value0>"));
@@ -127081,8 +127154,8 @@ self.util = _cliPkgRequires.util;
127081
127154
  _lazyFinal($, "deprecations", "$get$deprecations", () => {
127082
127155
  var _i, deprecation, t2,
127083
127156
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
127084
- for (_i = 0; _i < 25; ++_i) {
127085
- deprecation = B.List_MG2[_i];
127157
+ for (_i = 0; _i < 26; ++_i) {
127158
+ deprecation = B.List_FlM[_i];
127086
127159
  if (deprecation !== B.Deprecation_f5Y) {
127087
127160
  t2 = deprecation.id;
127088
127161
  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 +127295,7 @@ self.util = _cliPkgRequires.util;
127222
127295
  }
127223
127296
  return t2;
127224
127297
  });
127225
- _lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty28, B.List_empty29, $.$get$bogusSpan0()));
127298
+ _lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty11, B.List_empty12, $.$get$bogusSpan0()));
127226
127299
  _lazyFinal($, "_expression", "$get$_expression", () => A.NullExpression$($.$get$bogusSpan0()));
127227
127300
  _lazyFinal($, "global11", "$get$global10", () => {
127228
127301
  var _s8_ = "selector";