sass 1.86.3 → 1.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/sass.dart.js CHANGED
@@ -130,7 +130,7 @@ self.fs = _cliPkgRequires.fs;
130
130
  self.nodeModule = _cliPkgRequires.nodeModule;
131
131
  self.stream = _cliPkgRequires.stream;
132
132
  self.util = _cliPkgRequires.util;
133
- // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.7.2.
133
+ // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.7.3.
134
134
  // The code supports the following hooks:
135
135
  // dartPrint(message):
136
136
  // if this function is defined it is called instead of the Dart [print]
@@ -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, "--"))
@@ -9846,6 +9846,10 @@ self.util = _cliPkgRequires.util;
9846
9846
  _IsUselessVisitor_visitComplexSelector_closure: function _IsUselessVisitor_visitComplexSelector_closure(t0) {
9847
9847
  this.$this = t0;
9848
9848
  },
9849
+ _ContainsParentSelectorVisitor: function _ContainsParentSelectorVisitor() {
9850
+ },
9851
+ __ContainsParentSelectorVisitor_Object_AnySelectorVisitor: function __ContainsParentSelectorVisitor_Object_AnySelectorVisitor() {
9852
+ },
9849
9853
  __IsBogusVisitor_Object_AnySelectorVisitor: function __IsBogusVisitor_Object_AnySelectorVisitor() {
9850
9854
  },
9851
9855
  __IsInvisibleVisitor_Object_AnySelectorVisitor: function __IsInvisibleVisitor_Object_AnySelectorVisitor() {
@@ -10111,7 +10115,7 @@ self.util = _cliPkgRequires.util;
10111
10115
  compileStringAsync(source, charset, fatalDeprecations, futureDeprecations, importCache, importer, logger, quietDeps, silenceDeprecations, sourceMap, style, syntax, verbose) {
10112
10116
  var $async$goto = 0,
10113
10117
  $async$completer = A._makeAsyncAwaitCompleter(type$.CompileResult),
10114
- $async$returnValue, t3, t4, stylesheet, result, t1, t2;
10118
+ $async$returnValue, t3, t4, stylesheet, _0_0, result, t1, t2;
10115
10119
  var $async$compileStringAsync = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
10116
10120
  if ($async$errorCode === 1)
10117
10121
  return A._asyncRethrow($async$result, $async$completer);
@@ -10129,6 +10133,14 @@ self.util = _cliPkgRequires.util;
10129
10133
  logger = new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, !verbose);
10130
10134
  logger.validate$0();
10131
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);
10132
10144
  $async$goto = 3;
10133
10145
  return A._asyncAwait(A._compileStylesheet0(stylesheet, logger, importCache, null, importer, null, style, true, null, null, quietDeps, sourceMap, charset), $async$compileStringAsync);
10134
10146
  case 3:
@@ -10487,13 +10499,13 @@ self.util = _cliPkgRequires.util;
10487
10499
  this.assignmentNode = t2;
10488
10500
  },
10489
10501
  Deprecation_fromId(id) {
10490
- 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));
10491
10503
  },
10492
10504
  Deprecation_forVersion(version) {
10493
10505
  var t2, _i, deprecation, $self, t3,
10494
10506
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation);
10495
- for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 25; ++_i) {
10496
- 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];
10497
10509
  $self = deprecation._deprecatedIn;
10498
10510
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
10499
10511
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -10831,7 +10843,7 @@ self.util = _cliPkgRequires.util;
10831
10843
  _compileStylesheetWithoutErrorHandling$body(options, graph, source, destination, ifModified) {
10832
10844
  var $async$goto = 0,
10833
10845
  $async$completer = A._makeAsyncAwaitCompleter(type$.void),
10834
- $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;
10835
10847
  var $async$_compileStylesheetWithoutErrorHandling = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
10836
10848
  if ($async$errorCode === 1) {
10837
10849
  $async$errorStack.push($async$result);
@@ -10957,6 +10969,14 @@ self.util = _cliPkgRequires.util;
10957
10969
  logger = new A.DeprecationProcessingLogger(A.LinkedHashMap_LinkedHashMap$_empty(t13, type$.int), t4, t14, t10, t11, !t8);
10958
10970
  logger.validate$0();
10959
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);
10960
10980
  result0 = A._compileStylesheet(stylesheet, logger, graph.importCache, null, t5, null, t6, true, null, null, t7, t9, t1);
10961
10981
  logger.summarize$1$js(false);
10962
10982
  // goto join
@@ -17754,8 +17774,9 @@ self.util = _cliPkgRequires.util;
17754
17774
  this.name = t0;
17755
17775
  this._channels = t1;
17756
17776
  },
17757
- SassFunction: function SassFunction(t0) {
17777
+ SassFunction: function SassFunction(t0, t1) {
17758
17778
  this.callable = t0;
17779
+ this._function$_compileContext = t1;
17759
17780
  },
17760
17781
  SassList$(contents, _separator, brackets) {
17761
17782
  var t1 = new A.SassList(A.List_List$unmodifiable(contents, type$.Value), _separator, brackets);
@@ -17777,8 +17798,9 @@ self.util = _cliPkgRequires.util;
17777
17798
  SassMap: function SassMap(t0) {
17778
17799
  this._map$_contents = t0;
17779
17800
  },
17780
- SassMixin: function SassMixin(t0) {
17801
+ SassMixin: function SassMixin(t0, t1) {
17781
17802
  this.callable = t0;
17803
+ this._mixin$_compileContext = t1;
17782
17804
  },
17783
17805
  _SassNull: function _SassNull() {
17784
17806
  },
@@ -18122,11 +18144,11 @@ self.util = _cliPkgRequires.util;
18122
18144
  var t1 = type$.Uri,
18123
18145
  t2 = type$.Module_AsyncCallable,
18124
18146
  t3 = A._setArrayType([], type$.JSArray_Record_2_String_and_AstNode);
18125
- 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);
18126
18148
  t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap0(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
18127
18149
  return t1;
18128
18150
  },
18129
- _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) {
18130
18152
  var _ = this;
18131
18153
  _._async_evaluate$_importCache = t0;
18132
18154
  _._async_evaluate$_nodeImporter = t1;
@@ -18139,18 +18161,19 @@ self.util = _cliPkgRequires.util;
18139
18161
  _._async_evaluate$_warningsEmitted = t8;
18140
18162
  _._async_evaluate$_quietDeps = t9;
18141
18163
  _._async_evaluate$_sourceMap = t10;
18142
- _._async_evaluate$_environment = t11;
18164
+ _._async_evaluate$_compileContext = t11;
18165
+ _._async_evaluate$_environment = t12;
18143
18166
  _._async_evaluate$_declarationName = _._async_evaluate$__parent = _._async_evaluate$_mediaQuerySources = _._async_evaluate$_mediaQueries = _._async_evaluate$_styleRuleIgnoringAtRoot = null;
18144
18167
  _._async_evaluate$_member = "root stylesheet";
18145
- _._async_evaluate$_importSpan = _._async_evaluate$_callableNode = _._async_evaluate$_currentCallable = null;
18168
+ _._async_evaluate$_importSpan = _._async_evaluate$_callableNode = null;
18146
18169
  _._async_evaluate$_inSupportsDeclaration = _._async_evaluate$_inKeyframes = _._async_evaluate$_atRootExcludingStyleRule = _._async_evaluate$_inUnknownAtRule = _._async_evaluate$_inFunction = false;
18147
- _._async_evaluate$_loadedUrls = t12;
18148
- _._async_evaluate$_activeModules = t13;
18149
- _._async_evaluate$_stack = t14;
18170
+ _._async_evaluate$_loadedUrls = t13;
18171
+ _._async_evaluate$_activeModules = t14;
18172
+ _._async_evaluate$_stack = t15;
18150
18173
  _._async_evaluate$_importer = null;
18151
18174
  _._async_evaluate$_inDependency = false;
18152
18175
  _._async_evaluate$__extensionStore = _._async_evaluate$_preModuleComments = _._async_evaluate$_outOfOrderImports = _._async_evaluate$__endOfImports = _._async_evaluate$__root = _._async_evaluate$__stylesheet = null;
18153
- _._async_evaluate$_configuration = t15;
18176
+ _._async_evaluate$_configuration = t16;
18154
18177
  },
18155
18178
  _EvaluateVisitor_closure12: function _EvaluateVisitor_closure12(t0) {
18156
18179
  this.$this = t0;
@@ -18792,7 +18815,7 @@ self.util = _cliPkgRequires.util;
18792
18815
  var t1 = type$.Uri,
18793
18816
  t2 = type$.Module_Callable,
18794
18817
  t3 = A._setArrayType([], type$.JSArray_Record_2_String_and_AstNode);
18795
- 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);
18796
18819
  t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
18797
18820
  return t1;
18798
18821
  },
@@ -18800,7 +18823,7 @@ self.util = _cliPkgRequires.util;
18800
18823
  this._visitor = t0;
18801
18824
  this._importer = t1;
18802
18825
  },
18803
- _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) {
18804
18827
  var _ = this;
18805
18828
  _._evaluate$_importCache = t0;
18806
18829
  _._evaluate$_nodeImporter = t1;
@@ -18813,18 +18836,19 @@ self.util = _cliPkgRequires.util;
18813
18836
  _._warningsEmitted = t8;
18814
18837
  _._quietDeps = t9;
18815
18838
  _._sourceMap = t10;
18816
- _._environment = t11;
18839
+ _._compileContext = t11;
18840
+ _._environment = t12;
18817
18841
  _._declarationName = _.__parent = _._mediaQuerySources = _._mediaQueries = _._styleRuleIgnoringAtRoot = null;
18818
18842
  _._member = "root stylesheet";
18819
- _._importSpan = _._callableNode = _._currentCallable = null;
18843
+ _._importSpan = _._callableNode = null;
18820
18844
  _._inSupportsDeclaration = _._inKeyframes = _._atRootExcludingStyleRule = _._inUnknownAtRule = _._inFunction = false;
18821
- _._loadedUrls = t12;
18822
- _._activeModules = t13;
18823
- _._stack = t14;
18845
+ _._loadedUrls = t13;
18846
+ _._activeModules = t14;
18847
+ _._stack = t15;
18824
18848
  _._importer = null;
18825
18849
  _._inDependency = false;
18826
18850
  _.__extensionStore = _._preModuleComments = _._outOfOrderImports = _.__endOfImports = _.__root = _.__stylesheet = null;
18827
- _._configuration = t15;
18851
+ _._configuration = t16;
18828
18852
  },
18829
18853
  _EvaluateVisitor_closure: function _EvaluateVisitor_closure(t0) {
18830
18854
  this.$this = t0;
@@ -20560,7 +20584,7 @@ self.util = _cliPkgRequires.util;
20560
20584
  this.span = t1;
20561
20585
  },
20562
20586
  ArgumentList$empty0(span) {
20563
- 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);
20564
20588
  },
20565
20589
  ArgumentList0: function ArgumentList0(t0, t1, t2, t3, t4) {
20566
20590
  var _ = this;
@@ -20714,7 +20738,7 @@ self.util = _cliPkgRequires.util;
20714
20738
  compileStringAsync0(source, charset, fatalDeprecations, functions, futureDeprecations, importCache, importer, indentWidth, lineFeed, logger, nodeImporter, quietDeps, silenceDeprecations, sourceMap, style, syntax, url, useSpaces, verbose) {
20715
20739
  var $async$goto = 0,
20716
20740
  $async$completer = A._makeAsyncAwaitCompleter(type$.CompileResult_2),
20717
- $async$returnValue, t3, t4, stylesheet, result, t1, t2;
20741
+ $async$returnValue, t3, t4, stylesheet, _0_0, result, t1, t2;
20718
20742
  var $async$compileStringAsync0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
20719
20743
  if ($async$errorCode === 1)
20720
20744
  return A._asyncRethrow($async$result, $async$completer);
@@ -20735,6 +20759,9 @@ self.util = _cliPkgRequires.util;
20735
20759
  logger = new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, !verbose);
20736
20760
  logger.validate$0();
20737
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);
20738
20765
  if (importer == null)
20739
20766
  t1 = A.isBrowser() ? new A.NoOpImporter0() : $.$get$FilesystemImporter_cwd0();
20740
20767
  else
@@ -20952,11 +20979,11 @@ self.util = _cliPkgRequires.util;
20952
20979
  t4 = nodeImporter == null ? A.AsyncImportCache$none() : null;
20953
20980
  else
20954
20981
  t4 = importCache;
20955
- 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);
20956
20983
  t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap2(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
20957
20984
  return t1;
20958
20985
  },
20959
- _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) {
20960
20987
  var _ = this;
20961
20988
  _._async_evaluate0$_importCache = t0;
20962
20989
  _._async_evaluate0$_nodeImporter = t1;
@@ -20969,18 +20996,19 @@ self.util = _cliPkgRequires.util;
20969
20996
  _._async_evaluate0$_warningsEmitted = t8;
20970
20997
  _._async_evaluate0$_quietDeps = t9;
20971
20998
  _._async_evaluate0$_sourceMap = t10;
20972
- _._async_evaluate0$_environment = t11;
20999
+ _._async_evaluate0$_compileContext = t11;
21000
+ _._async_evaluate0$_environment = t12;
20973
21001
  _._async_evaluate0$_declarationName = _._async_evaluate0$__parent = _._async_evaluate0$_mediaQuerySources = _._async_evaluate0$_mediaQueries = _._async_evaluate0$_styleRuleIgnoringAtRoot = null;
20974
21002
  _._async_evaluate0$_member = "root stylesheet";
20975
- _._async_evaluate0$_importSpan = _._async_evaluate0$_callableNode = _._async_evaluate0$_currentCallable = null;
21003
+ _._async_evaluate0$_importSpan = _._async_evaluate0$_callableNode = null;
20976
21004
  _._async_evaluate0$_inSupportsDeclaration = _._async_evaluate0$_inKeyframes = _._async_evaluate0$_atRootExcludingStyleRule = _._async_evaluate0$_inUnknownAtRule = _._async_evaluate0$_inFunction = false;
20977
- _._async_evaluate0$_loadedUrls = t12;
20978
- _._async_evaluate0$_activeModules = t13;
20979
- _._async_evaluate0$_stack = t14;
21005
+ _._async_evaluate0$_loadedUrls = t13;
21006
+ _._async_evaluate0$_activeModules = t14;
21007
+ _._async_evaluate0$_stack = t15;
20980
21008
  _._async_evaluate0$_importer = null;
20981
21009
  _._async_evaluate0$_inDependency = false;
20982
21010
  _._async_evaluate0$__extensionStore = _._async_evaluate0$_preModuleComments = _._async_evaluate0$_outOfOrderImports = _._async_evaluate0$__endOfImports = _._async_evaluate0$__root = _._async_evaluate0$__stylesheet = null;
20983
- _._async_evaluate0$_configuration = t15;
21011
+ _._async_evaluate0$_configuration = t16;
20984
21012
  },
20985
21013
  _EvaluateVisitor_closure38: function _EvaluateVisitor_closure38(t0) {
20986
21014
  this.$this = t0;
@@ -21628,7 +21656,7 @@ self.util = _cliPkgRequires.util;
21628
21656
  var t1 = type$.nullable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl_2,
21629
21657
  t2 = type$.Record_3_AsyncImporter_and_Uri_and_bool_forImport_2,
21630
21658
  t3 = type$.Uri;
21631
- 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));
21632
21660
  },
21633
21661
  AsyncImportCache__toImporters0(importers, loadPaths, packageConfig) {
21634
21662
  var t1, t2, t3, t4, _i, path, _null = null,
@@ -25158,7 +25186,7 @@ self.util = _cliPkgRequires.util;
25158
25186
  _parseFunctions0(functions, asynch) {
25159
25187
  var result;
25160
25188
  if (functions == null)
25161
- return B.List_empty26;
25189
+ return B.List_empty28;
25162
25190
  result = A._setArrayType([], type$.JSArray_AsyncCallable_2);
25163
25191
  A.jsForEach(functions, new A._parseFunctions_closure0(asynch, result));
25164
25192
  return result;
@@ -25264,7 +25292,7 @@ self.util = _cliPkgRequires.util;
25264
25292
  return result;
25265
25293
  },
25266
25294
  compileString(source, charset, fatalDeprecations, functions, futureDeprecations, importCache, importer, indentWidth, lineFeed, logger, nodeImporter, quietDeps, silenceDeprecations, sourceMap, style, syntax, url, useSpaces, verbose) {
25267
- var t3, t4, stylesheet, result,
25295
+ var t3, t4, stylesheet, _0_0, result,
25268
25296
  t1 = type$.Deprecation_3,
25269
25297
  t2 = A.LinkedHashSet_LinkedHashSet$_empty(t1);
25270
25298
  if (silenceDeprecations != null)
@@ -25278,6 +25306,9 @@ self.util = _cliPkgRequires.util;
25278
25306
  logger = new A.DeprecationProcessingLogger0(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.int), logger, t2, t3, t4, !verbose);
25279
25307
  logger.validate$0();
25280
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);
25281
25312
  if (importer == null)
25282
25313
  t1 = A.isBrowser() ? new A.NoOpImporter0() : $.$get$FilesystemImporter_cwd0();
25283
25314
  else
@@ -25458,7 +25489,7 @@ self.util = _cliPkgRequires.util;
25458
25489
  },
25459
25490
  ModifiableCssDeclaration$0($name, value, span, interleavedRules, parsedAsCustomProperty, trace, valueSpanForMap) {
25460
25491
  var t3,
25461
- 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),
25462
25493
  t2 = valueSpanForMap == null ? value.span : valueSpanForMap;
25463
25494
  if (parsedAsCustomProperty)
25464
25495
  if (!J.startsWith$1$s($name.value, "--"))
@@ -25504,13 +25535,13 @@ self.util = _cliPkgRequires.util;
25504
25535
  this.span = t2;
25505
25536
  },
25506
25537
  Deprecation_fromId0(id) {
25507
- 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));
25508
25539
  },
25509
25540
  Deprecation_forVersion0(version) {
25510
25541
  var t2, _i, deprecation, $self, t3,
25511
25542
  t1 = A.LinkedHashSet_LinkedHashSet$_empty(type$.Deprecation_3);
25512
- for (t2 = A.VersionRange_VersionRange(true, version).get$allows(), _i = 0; _i < 25; ++_i) {
25513
- 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];
25514
25545
  $self = deprecation._deprecation$_deprecatedIn;
25515
25546
  t3 = $self == null ? null : A.Version___parse_tearOff($self);
25516
25547
  t3 = t3 == null ? null : t2.call$1(t3);
@@ -25752,11 +25783,11 @@ self.util = _cliPkgRequires.util;
25752
25783
  t4 = nodeImporter == null ? A.ImportCache$none() : null;
25753
25784
  else
25754
25785
  t4 = importCache;
25755
- 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);
25756
25787
  t1._EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap1(functions, importCache, logger, nodeImporter, quietDeps, sourceMap);
25757
25788
  return t1;
25758
25789
  },
25759
- _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) {
25760
25791
  var _ = this;
25761
25792
  _._evaluate0$_importCache = t0;
25762
25793
  _._nodeImporter = t1;
@@ -25769,18 +25800,19 @@ self.util = _cliPkgRequires.util;
25769
25800
  _._evaluate0$_warningsEmitted = t8;
25770
25801
  _._evaluate0$_quietDeps = t9;
25771
25802
  _._evaluate0$_sourceMap = t10;
25772
- _._evaluate0$_environment = t11;
25803
+ _._evaluate0$_compileContext = t11;
25804
+ _._evaluate0$_environment = t12;
25773
25805
  _._evaluate0$_declarationName = _._evaluate0$__parent = _._evaluate0$_mediaQuerySources = _._evaluate0$_mediaQueries = _._evaluate0$_styleRuleIgnoringAtRoot = null;
25774
25806
  _._evaluate0$_member = "root stylesheet";
25775
- _._evaluate0$_importSpan = _._evaluate0$_callableNode = _._evaluate0$_currentCallable = null;
25807
+ _._evaluate0$_importSpan = _._evaluate0$_callableNode = null;
25776
25808
  _._evaluate0$_inSupportsDeclaration = _._evaluate0$_inKeyframes = _._evaluate0$_atRootExcludingStyleRule = _._evaluate0$_inUnknownAtRule = _._evaluate0$_inFunction = false;
25777
- _._evaluate0$_loadedUrls = t12;
25778
- _._evaluate0$_activeModules = t13;
25779
- _._evaluate0$_stack = t14;
25809
+ _._evaluate0$_loadedUrls = t13;
25810
+ _._evaluate0$_activeModules = t14;
25811
+ _._evaluate0$_stack = t15;
25780
25812
  _._evaluate0$_importer = null;
25781
25813
  _._evaluate0$_inDependency = false;
25782
25814
  _._evaluate0$__extensionStore = _._evaluate0$_preModuleComments = _._evaluate0$_outOfOrderImports = _._evaluate0$__endOfImports = _._evaluate0$__root = _._evaluate0$__stylesheet = null;
25783
- _._evaluate0$_configuration = t15;
25815
+ _._evaluate0$_configuration = t16;
25784
25816
  },
25785
25817
  _EvaluateVisitor_closure25: function _EvaluateVisitor_closure25(t0) {
25786
25818
  this.$this = t0;
@@ -26815,8 +26847,9 @@ self.util = _cliPkgRequires.util;
26815
26847
  },
26816
26848
  functionClass__closure0: function functionClass__closure0() {
26817
26849
  },
26818
- SassFunction0: function SassFunction0(t0) {
26850
+ SassFunction0: function SassFunction0(t0, t1) {
26819
26851
  this.callable = t0;
26852
+ this._function0$_compileContext = t1;
26820
26853
  },
26821
26854
  FunctionRule$0($name, parameters, children, span, comment) {
26822
26855
  var t1 = A.stringReplaceAllUnchecked($name, "_", "-"),
@@ -26890,9 +26923,9 @@ self.util = _cliPkgRequires.util;
26890
26923
  t3.push(A.ComplexSelector$0(t8, B.JSArray_methods.take$1(t6, t7 - 1), t5.span, t5.lineBreak));
26891
26924
  }
26892
26925
  }
26893
- 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);
26894
26927
  unifiedBase.toString;
26895
- 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);
26896
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()));
26897
26930
  if (t3.length === 0)
26898
26931
  t1 = A._setArrayType([base], t2);
@@ -26991,7 +27024,7 @@ self.util = _cliPkgRequires.util;
26991
27024
  for (t8 = prefixes.length, _i = 0; _i < prefixes.length; prefixes.length === t8 || (0, A.throwConcurrentModificationError)(prefixes), ++_i) {
26992
27025
  t9 = A._weaveParents0(prefixes[_i], t5, span);
26993
27026
  if (t9 == null)
26994
- t9 = B.List_empty15;
27027
+ t9 = B.List_empty17;
26995
27028
  t10 = t9.length;
26996
27029
  _i0 = 0;
26997
27030
  for (; _i0 < t9.length; t9.length === t10 || (0, A.throwConcurrentModificationError)(t9), ++_i0) {
@@ -27246,7 +27279,7 @@ self.util = _cliPkgRequires.util;
27246
27279
  t1 = components1.$index(0, _0_1 - 1).combinators;
27247
27280
  break $label0$0;
27248
27281
  }
27249
- t1 = B.List_empty14;
27282
+ t1 = B.List_empty16;
27250
27283
  break $label0$0;
27251
27284
  }
27252
27285
  $label1$1: {
@@ -27255,7 +27288,7 @@ self.util = _cliPkgRequires.util;
27255
27288
  t2 = components2.$index(0, _1_1 - 1).combinators;
27256
27289
  break $label1$1;
27257
27290
  }
27258
- t2 = B.List_empty14;
27291
+ t2 = B.List_empty16;
27259
27292
  break $label1$1;
27260
27293
  }
27261
27294
  t3 = t1.length;
@@ -27718,7 +27751,7 @@ self.util = _cliPkgRequires.util;
27718
27751
  if (J.get$length$asx(complex1) > J.get$length$asx(complex2))
27719
27752
  return false;
27720
27753
  t1 = $.$get$bogusSpan0();
27721
- 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);
27722
27755
  t1 = type$.ComplexSelectorComponent_2;
27723
27756
  t2 = A.List_List$of(complex1, true, t1);
27724
27757
  t2.push(base);
@@ -28193,7 +28226,7 @@ self.util = _cliPkgRequires.util;
28193
28226
  var t1 = type$.nullable_Record_3_Importer_and_Uri_and_Uri_originalUrl_2,
28194
28227
  t2 = type$.Record_3_Importer_and_Uri_and_bool_forImport_2,
28195
28228
  t3 = type$.Uri;
28196
- 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));
28197
28230
  },
28198
28231
  ImportCache__toImporters0(importers, loadPaths, packageConfig) {
28199
28232
  var t1, t2, t3, t4, _i, path, _null = null,
@@ -28576,7 +28609,7 @@ self.util = _cliPkgRequires.util;
28576
28609
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28577
28610
  J.set$Version$x(self.exports, $.$get$versionClass());
28578
28611
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28579
- J.set$info$x(self.exports, "dart-sass\t1.86.3\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.2\t(Dart Compiler)\t[Dart]");
28612
+ J.set$info$x(self.exports, "dart-sass\t1.88.0\t(Sass Compiler)\t[Dart]\ndart2js\t3.7.3\t(Dart Compiler)\t[Dart]");
28580
28613
  A.updateCanonicalizeContextPrototype();
28581
28614
  A.updateSourceSpanPrototype();
28582
28615
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -28872,7 +28905,7 @@ self.util = _cliPkgRequires.util;
28872
28905
  var result,
28873
28906
  functions = J.get$functions$x(options);
28874
28907
  if (functions == null)
28875
- return B.List_empty26;
28908
+ return B.List_empty28;
28876
28909
  result = A._setArrayType([], type$.JSArray_AsyncCallable_2);
28877
28910
  A.jsForEach(functions, new A._parseFunctions_closure(options, start, result, asynch));
28878
28911
  return result;
@@ -29667,8 +29700,9 @@ self.util = _cliPkgRequires.util;
29667
29700
  },
29668
29701
  mixinClass__closure0: function mixinClass__closure0() {
29669
29702
  },
29670
- SassMixin0: function SassMixin0(t0) {
29703
+ SassMixin0: function SassMixin0(t0, t1) {
29671
29704
  this.callable = t0;
29705
+ this._mixin0$_compileContext = t1;
29672
29706
  },
29673
29707
  MixinRule$0($name, parameters, children, span, comment) {
29674
29708
  var t1 = A.stringReplaceAllUnchecked($name, "_", "-"),
@@ -30571,6 +30605,10 @@ self.util = _cliPkgRequires.util;
30571
30605
  _IsUselessVisitor_visitComplexSelector_closure0: function _IsUselessVisitor_visitComplexSelector_closure0(t0) {
30572
30606
  this.$this = t0;
30573
30607
  },
30608
+ _ContainsParentSelectorVisitor0: function _ContainsParentSelectorVisitor0() {
30609
+ },
30610
+ __ContainsParentSelectorVisitor_Object_AnySelectorVisitor0: function __ContainsParentSelectorVisitor_Object_AnySelectorVisitor0() {
30611
+ },
30574
30612
  __IsBogusVisitor_Object_AnySelectorVisitor0: function __IsBogusVisitor_Object_AnySelectorVisitor0() {
30575
30613
  },
30576
30614
  __IsInvisibleVisitor_Object_AnySelectorVisitor0: function __IsInvisibleVisitor_Object_AnySelectorVisitor0() {
@@ -33743,7 +33781,7 @@ self.util = _cliPkgRequires.util;
33743
33781
  switch ($async$goto) {
33744
33782
  case 0:
33745
33783
  // Function start
33746
- $async$returnValue = "1.86.3 compiled with dart2js 3.7.2";
33784
+ $async$returnValue = "1.88.0 compiled with dart2js 3.7.3";
33747
33785
  // goto return
33748
33786
  $async$goto = 1;
33749
33787
  break;
@@ -47162,7 +47200,7 @@ self.util = _cliPkgRequires.util;
47162
47200
  return t1;
47163
47201
  },
47164
47202
  spanForElement$1(index) {
47165
- var t1, t2, t3, t4, _this = this;
47203
+ var t1, t2, t3, t4, t5, _this = this;
47166
47204
  $label0$0: {
47167
47205
  if (typeof _this.contents[index] == "string") {
47168
47206
  t1 = _this.span;
@@ -47173,11 +47211,12 @@ self.util = _cliPkgRequires.util;
47173
47211
  t3 = _this.spans[index - 1];
47174
47212
  t3 = t3.get$end(t3);
47175
47213
  }
47176
- t4 = _this.spans;
47177
- if (index === t4.length)
47214
+ t4 = index + 1;
47215
+ t5 = _this.spans;
47216
+ if (t4 === t5.length)
47178
47217
  t1 = A.FileLocation$_(t2, t1._end);
47179
47218
  else {
47180
- t1 = t4[index + 1];
47219
+ t1 = t5[t4];
47181
47220
  t1 = t1.get$start(t1);
47182
47221
  }
47183
47222
  t1 = t2.span$2(0, t3.offset, t1.offset);
@@ -48194,6 +48233,12 @@ self.util = _cliPkgRequires.util;
48194
48233
  },
48195
48234
  $signature: 53
48196
48235
  };
48236
+ A._ContainsParentSelectorVisitor.prototype = {
48237
+ visitParentSelector$1(_) {
48238
+ return true;
48239
+ }
48240
+ };
48241
+ A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor.prototype = {};
48197
48242
  A.__IsBogusVisitor_Object_AnySelectorVisitor.prototype = {};
48198
48243
  A.__IsInvisibleVisitor_Object_AnySelectorVisitor.prototype = {};
48199
48244
  A.__IsUselessVisitor_Object_AnySelectorVisitor.prototype = {};
@@ -51956,7 +52001,7 @@ self.util = _cliPkgRequires.util;
51956
52001
  }
51957
52002
  try {
51958
52003
  argVersion = A.Version_Version$parse(id);
51959
- sassVersion = A.Version_Version$parse("1.86.3");
52004
+ sassVersion = A.Version_Version$parse("1.88.0");
51960
52005
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51961
52006
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51962
52007
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -54058,7 +54103,7 @@ self.util = _cliPkgRequires.util;
54058
54103
  call$1($arguments) {
54059
54104
  var result = A._invert($arguments, false);
54060
54105
  if (result instanceof A.SassString)
54061
- 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);
54062
54107
  return result;
54063
54108
  },
54064
54109
  $signature: 4
@@ -54087,7 +54132,7 @@ self.util = _cliPkgRequires.util;
54087
54132
  t1 = J.getInterceptor$asx($arguments);
54088
54133
  if (t1.$index($arguments, 0) instanceof A.SassNumber) {
54089
54134
  result = A._functionString("grayscale", t1.take$1($arguments, 1));
54090
- 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);
54091
54136
  return result;
54092
54137
  }
54093
54138
  return A._grayscale(t1.$index($arguments, 0));
@@ -60063,7 +60108,13 @@ self.util = _cliPkgRequires.util;
60063
60108
  t2._contents += t4;
60064
60109
  $name = nameBuffer.interpolation$1(t1.spanFrom$2(start, new A._SpanScannerState(t1, t3)));
60065
60110
  if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
60066
- t2 = _this._interpolatedDeclarationValue$1$silentComments(false);
60111
+ if (_this.atEndOfStatement$0()) {
60112
+ t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
60113
+ t3 = t2.offset;
60114
+ t3 = A.Interpolation$(B.List_empty11, B.List_empty12, A._FileSpan$(t2.file, t3, t3));
60115
+ t2 = t3;
60116
+ } else
60117
+ t2 = _this._interpolatedDeclarationValue$1$silentComments(false);
60067
60118
  _this.expectStatementSeparator$1("custom property");
60068
60119
  return A.Declaration$($name, new A.StringExpression(t2, false), t1.spanFrom$1(start));
60069
60120
  }
@@ -60866,7 +60917,7 @@ self.util = _cliPkgRequires.util;
60866
60917
  if (t2) {
60867
60918
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
60868
60919
  t3 = t2.offset;
60869
- contentParameters_ = new A.ParameterList(B.List_empty12, _null, A._FileSpan$(t2.file, t3, t3));
60920
+ contentParameters_ = new A.ParameterList(B.List_empty14, _null, A._FileSpan$(t2.file, t3, t3));
60870
60921
  } else
60871
60922
  contentParameters_ = contentParameters;
60872
60923
  wasInContentBlock = _this._inContentBlock;
@@ -60903,7 +60954,7 @@ self.util = _cliPkgRequires.util;
60903
60954
  else {
60904
60955
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
60905
60956
  t3 = t2.offset;
60906
- parameters = new A.ParameterList(B.List_empty12, null, A._FileSpan$(t2.file, t3, t3));
60957
+ parameters = new A.ParameterList(B.List_empty14, null, A._FileSpan$(t2.file, t3, t3));
60907
60958
  }
60908
60959
  if (_this._stylesheet$_inMixin || _this._inContentBlock)
60909
60960
  _this.error$2(0, string$.Mixinscm, t1.spanFrom$1(start));
@@ -66243,6 +66294,12 @@ self.util = _cliPkgRequires.util;
66243
66294
  assertFunction$1($name) {
66244
66295
  return this;
66245
66296
  },
66297
+ assertCompileContext$1(compileContext) {
66298
+ var t1 = this._function$_compileContext !== compileContext;
66299
+ if (t1)
66300
+ throw A.wrapException(A.SassScriptException$(this.toString$0(0) + " does not belong to current compilation.", null));
66301
+ return this;
66302
+ },
66246
66303
  $eq(_, other) {
66247
66304
  if (other == null)
66248
66305
  return false;
@@ -66392,6 +66449,12 @@ self.util = _cliPkgRequires.util;
66392
66449
  assertMixin$1($name) {
66393
66450
  return this;
66394
66451
  },
66452
+ assertCompileContext$1(compileContext) {
66453
+ var t1 = this._mixin$_compileContext !== compileContext;
66454
+ if (t1)
66455
+ throw A.wrapException(A.SassScriptException$(this.toString$0(0) + " does not belong to current compilation.", null));
66456
+ return this;
66457
+ },
66395
66458
  $eq(_, other) {
66396
66459
  if (other == null)
66397
66460
  return false;
@@ -68236,7 +68299,7 @@ self.util = _cliPkgRequires.util;
68236
68299
  case 6:
68237
68300
  // returning from await.
68238
68301
  value = $async$result;
68239
- if (!value.get$isBlank() || value.get$asList().length === 0) {
68302
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
68240
68303
  t2 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent");
68241
68304
  t3 = _2_0.get$span(_2_0);
68242
68305
  t4 = node.span;
@@ -68248,8 +68311,7 @@ self.util = _cliPkgRequires.util;
68248
68311
  } else
68249
68312
  t6 = null;
68250
68313
  t2.addChild$1(A.ModifiableCssDeclaration$($name, new A.CssValue(value, t3, type$.CssValue_Value), t4, interleavedRules, t1, t5, t6));
68251
- } else if (J.startsWith$1$s($name.value, "--"))
68252
- throw A.wrapException($async$self._async_evaluate$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
68314
+ }
68253
68315
  case 5:
68254
68316
  // join
68255
68317
  _3_0 = node.children;
@@ -69401,7 +69463,7 @@ self.util = _cliPkgRequires.util;
69401
69463
  visitStyleRule$body$_EvaluateVisitor(_, node) {
69402
69464
  var $async$goto = 0,
69403
69465
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value),
69404
- $async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector, nest, t2, _i, _1_0, first, t3, rule, oldAtRootExcludingStyleRule;
69466
+ $async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule;
69405
69467
  var $async$visitStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
69406
69468
  if ($async$errorCode === 1)
69407
69469
  return A._asyncRethrow($async$result, $async$completer);
@@ -69436,33 +69498,43 @@ self.util = _cliPkgRequires.util;
69436
69498
  case 5:
69437
69499
  // join
69438
69500
  parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
69439
- t1 = $async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
69440
- t1 = t1 == null ? null : t1.fromPlainCss;
69441
- nest = t1 !== true;
69442
- if (nest) {
69501
+ _1_0 = $async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
69502
+ $label0$0: {
69503
+ if (_1_0 == null) {
69504
+ t1 = true;
69505
+ break $label0$0;
69506
+ }
69507
+ if (_1_0.fromPlainCss) {
69508
+ t1 = false;
69509
+ break $label0$0;
69510
+ }
69511
+ t1 = !($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor));
69512
+ break $label0$0;
69513
+ }
69514
+ if (t1) {
69443
69515
  if ($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss)
69444
- for (t1 = parsedSelector.components, t2 = t1.length, _i = 0; _i < t2; ++_i) {
69445
- _1_0 = t1[_i].leadingCombinators;
69446
- if (_1_0.length >= 1) {
69447
- first = _1_0[0];
69448
- t3 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss;
69516
+ for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
69517
+ _2_0 = t2[_i].leadingCombinators;
69518
+ if (_2_0.length >= 1) {
69519
+ first = _2_0[0];
69520
+ t4 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss;
69449
69521
  } else {
69450
69522
  first = null;
69451
- t3 = false;
69523
+ t4 = false;
69452
69524
  }
69453
- if (t3)
69525
+ if (t4)
69454
69526
  throw A.wrapException($async$self._async_evaluate$_exception$2(string$.Top_lel, first.span));
69455
69527
  }
69456
- t1 = $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
69457
- t1 = t1 == null ? null : t1.originalSelector;
69458
- parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t1, !$async$self._async_evaluate$_atRootExcludingStyleRule, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
69528
+ t2 = $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
69529
+ t2 = t2 == null ? null : t2.originalSelector;
69530
+ parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !$async$self._async_evaluate$_atRootExcludingStyleRule, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss);
69459
69531
  }
69460
69532
  rule = A.ModifiableCssStyleRule$($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__extensionStore, "_extensionStore").addSelector$2(parsedSelector, $async$self._async_evaluate$_mediaQueries), node.span, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").plainCss, parsedSelector);
69461
69533
  oldAtRootExcludingStyleRule = $async$self._async_evaluate$_atRootExcludingStyleRule;
69462
- t1 = $async$self._async_evaluate$_atRootExcludingStyleRule = false;
69463
- t2 = nest ? new A._EvaluateVisitor_visitStyleRule_closure5() : null;
69534
+ t2 = $async$self._async_evaluate$_atRootExcludingStyleRule = false;
69535
+ t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure5() : null;
69464
69536
  $async$goto = 7;
69465
- return A._asyncAwait($async$self._async_evaluate$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure6($async$self, rule, node), node.hasDeclarations, t2, type$.ModifiableCssStyleRule, type$.Null), $async$visitStyleRule$1);
69537
+ return A._asyncAwait($async$self._async_evaluate$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure6($async$self, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule, type$.Null), $async$visitStyleRule$1);
69466
69538
  case 7:
69467
69539
  // returning from await.
69468
69540
  $async$self._async_evaluate$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
@@ -69470,7 +69542,8 @@ self.util = _cliPkgRequires.util;
69470
69542
  if (($async$self._async_evaluate$_atRootExcludingStyleRule ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot) == null) {
69471
69543
  t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children;
69472
69544
  t1 = !t1.get$isEmpty(t1);
69473
- }
69545
+ } else
69546
+ t1 = t2;
69474
69547
  if (t1) {
69475
69548
  t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children;
69476
69549
  t1.get$last(t1).isGroupEnd = true;
@@ -71035,7 +71108,7 @@ self.util = _cliPkgRequires.util;
71035
71108
  _runUserDefinedCallable$body$_EvaluateVisitor($arguments, callable, nodeWithSpan, run, $V, $async$type) {
71036
71109
  var $async$goto = 0,
71037
71110
  $async$completer = A._makeAsyncAwaitCompleter($async$type),
71038
- $async$returnValue, $async$self = this, oldCallable, oldInDependency, result, evaluated, $name;
71111
+ $async$returnValue, $async$self = this, oldInDependency, result, evaluated, $name;
71039
71112
  var $async$_async_evaluate$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
71040
71113
  if ($async$errorCode === 1)
71041
71114
  return A._asyncRethrow($async$result, $async$completer);
@@ -71051,16 +71124,13 @@ self.util = _cliPkgRequires.util;
71051
71124
  $name = callable.declaration.name;
71052
71125
  if ($name !== "@content")
71053
71126
  $name += "()";
71054
- oldCallable = $async$self._async_evaluate$_currentCallable;
71055
71127
  oldInDependency = $async$self._async_evaluate$_inDependency;
71056
- $async$self._async_evaluate$_currentCallable = callable;
71057
71128
  $async$self._async_evaluate$_inDependency = callable.inDependency;
71058
71129
  $async$goto = 4;
71059
71130
  return A._asyncAwait($async$self._async_evaluate$_withStackFrame$1$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure0($async$self, callable, evaluated, nodeWithSpan, run, $V), $V), $async$_async_evaluate$_runUserDefinedCallable$1$4);
71060
71131
  case 4:
71061
71132
  // returning from await.
71062
71133
  result = $async$result;
71063
- $async$self._async_evaluate$_currentCallable = oldCallable;
71064
71134
  $async$self._async_evaluate$_inDependency = oldInDependency;
71065
71135
  $async$returnValue = result;
71066
71136
  // goto return
@@ -71942,7 +72012,7 @@ self.util = _cliPkgRequires.util;
71942
72012
  visitCssStyleRule$body$_EvaluateVisitor(node) {
71943
72013
  var $async$goto = 0,
71944
72014
  $async$completer = A._makeAsyncAwaitCompleter(type$.void),
71945
- $async$self = this, t1, styleRule, t2, nest, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _0_1, lastChild;
72015
+ $async$self = this, t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild;
71946
72016
  var $async$visitCssStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
71947
72017
  if ($async$errorCode === 1)
71948
72018
  return A._asyncRethrow($async$result, $async$completer);
@@ -71956,20 +72026,30 @@ self.util = _cliPkgRequires.util;
71956
72026
  throw A.wrapException($async$self._async_evaluate$_exception$2(string$.Style_k, node.span));
71957
72027
  t1 = $async$self._async_evaluate$_atRootExcludingStyleRule;
71958
72028
  styleRule = t1 ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
71959
- t2 = t1 ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
71960
- t2 = t2 == null ? null : t2.fromPlainCss;
71961
- nest = t2 !== true;
72029
+ _0_0 = t1 ? null : $async$self._async_evaluate$_styleRuleIgnoringAtRoot;
72030
+ $label0$0: {
72031
+ if (_0_0 == null) {
72032
+ t1 = true;
72033
+ break $label0$0;
72034
+ }
72035
+ if (_0_0.fromPlainCss) {
72036
+ t1 = false;
72037
+ break $label0$0;
72038
+ }
72039
+ t1 = !(node.fromPlainCss && node._style_rule$_selector._box$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor));
72040
+ break $label0$0;
72041
+ }
71962
72042
  t2 = node._style_rule$_selector._box$_inner;
71963
- if (nest) {
72043
+ if (t1) {
71964
72044
  t2 = t2.value;
71965
72045
  t3 = styleRule == null ? null : styleRule.originalSelector;
71966
- originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !t1, node.fromPlainCss);
72046
+ originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !$async$self._async_evaluate$_atRootExcludingStyleRule, node.fromPlainCss);
71967
72047
  } else
71968
72048
  originalSelector = t2.value;
71969
72049
  rule = A.ModifiableCssStyleRule$($async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__extensionStore, "_extensionStore").addSelector$2(originalSelector, $async$self._async_evaluate$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
71970
72050
  oldAtRootExcludingStyleRule = $async$self._async_evaluate$_atRootExcludingStyleRule;
71971
72051
  $async$self._async_evaluate$_atRootExcludingStyleRule = false;
71972
- t1 = nest ? new A._EvaluateVisitor_visitCssStyleRule_closure1() : null;
72052
+ t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure1() : null;
71973
72053
  $async$goto = 2;
71974
72054
  return A._asyncAwait($async$self._async_evaluate$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure2($async$self, rule, node), false, t1, type$.ModifiableCssStyleRule, type$.Null), $async$visitCssStyleRule$1);
71975
72055
  case 2:
@@ -71977,9 +72057,9 @@ self.util = _cliPkgRequires.util;
71977
72057
  $async$self._async_evaluate$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
71978
72058
  t1 = $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__parent, "__parent").children._collection$_source;
71979
72059
  t2 = J.getInterceptor$asx(t1);
71980
- _0_1 = t2.get$length(t1);
71981
- if (_0_1 >= 1) {
71982
- lastChild = t2.elementAt$1(t1, _0_1 - 1);
72060
+ _1_1 = t2.get$length(t1);
72061
+ if (_1_1 >= 1) {
72062
+ lastChild = t2.elementAt$1(t1, _1_1 - 1);
71983
72063
  t1 = styleRule == null;
71984
72064
  } else {
71985
72065
  lastChild = null;
@@ -72900,35 +72980,37 @@ self.util = _cliPkgRequires.util;
72900
72980
  };
72901
72981
  A._EvaluateVisitor_closure18.prototype = {
72902
72982
  call$1($arguments) {
72903
- var t2, t3, t4,
72904
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
72905
- module = this.$this._async_evaluate$_environment._async_environment$_modules.$index(0, t1);
72983
+ var t3, t4, t5,
72984
+ t1 = this.$this,
72985
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
72986
+ module = t1._async_evaluate$_environment._async_environment$_modules.$index(0, t2);
72906
72987
  if (module == null)
72907
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
72908
- t1 = type$.Value;
72909
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
72910
- for (t3 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.AsyncCallable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
72911
- t4 = t3.get$current(t3);
72912
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassFunction(t4._1));
72988
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
72989
+ t2 = type$.Value;
72990
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
72991
+ for (t4 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.AsyncCallable), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate$_compileContext; t4.moveNext$0();) {
72992
+ t5 = t4.get$current(t4);
72993
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassFunction(t5._1, t1));
72913
72994
  }
72914
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
72995
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
72915
72996
  },
72916
72997
  $signature: 38
72917
72998
  };
72918
72999
  A._EvaluateVisitor_closure19.prototype = {
72919
73000
  call$1($arguments) {
72920
- var t2, t3, t4,
72921
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
72922
- module = this.$this._async_evaluate$_environment._async_environment$_modules.$index(0, t1);
73001
+ var t3, t4, t5,
73002
+ t1 = this.$this,
73003
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
73004
+ module = t1._async_evaluate$_environment._async_environment$_modules.$index(0, t2);
72923
73005
  if (module == null)
72924
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
72925
- t1 = type$.Value;
72926
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
72927
- for (t3 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.AsyncCallable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
72928
- t4 = t3.get$current(t3);
72929
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassMixin(t4._1));
73006
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
73007
+ t2 = type$.Value;
73008
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
73009
+ for (t4 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.AsyncCallable), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate$_compileContext; t4.moveNext$0();) {
73010
+ t5 = t4.get$current(t4);
73011
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassMixin(t5._1, t1));
72930
73012
  }
72931
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
73013
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
72932
73014
  },
72933
73015
  $signature: 38
72934
73016
  };
@@ -72943,7 +73025,7 @@ self.util = _cliPkgRequires.util;
72943
73025
  if (css) {
72944
73026
  if (module != null)
72945
73027
  throw A.wrapException(string$.x24css_a);
72946
- return new A.SassFunction(new A.PlainCssCallable($name._string$_text));
73028
+ return new A.SassFunction(new A.PlainCssCallable($name._string$_text), this.$this._async_evaluate$_compileContext);
72947
73029
  }
72948
73030
  t1 = this.$this;
72949
73031
  t2 = t1._async_evaluate$_callableNode;
@@ -72951,7 +73033,7 @@ self.util = _cliPkgRequires.util;
72951
73033
  callable = t1._async_evaluate$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure6(t1, $name, module));
72952
73034
  if (callable == null)
72953
73035
  throw A.wrapException("Function not found: " + $name.toString$0(0));
72954
- return new A.SassFunction(callable);
73036
+ return new A.SassFunction(callable, t1._async_evaluate$_compileContext);
72955
73037
  },
72956
73038
  $signature: 167
72957
73039
  };
@@ -72982,7 +73064,7 @@ self.util = _cliPkgRequires.util;
72982
73064
  callable = t1._async_evaluate$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure5(t1, $name, module));
72983
73065
  if (callable == null)
72984
73066
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
72985
- return new A.SassMixin(callable);
73067
+ return new A.SassMixin(callable, t1._async_evaluate$_compileContext);
72986
73068
  },
72987
73069
  $signature: 168
72988
73070
  };
@@ -73057,7 +73139,7 @@ self.util = _cliPkgRequires.util;
73057
73139
  break;
73058
73140
  case 4:
73059
73141
  // join
73060
- t2 = $function.assertFunction$1("function");
73142
+ t2 = $function.assertFunction$1("function").assertCompileContext$1(t1._async_evaluate$_compileContext);
73061
73143
  t3 = t1._async_evaluate$_callableNode;
73062
73144
  t3.toString;
73063
73145
  $async$goto = 6;
@@ -73164,7 +73246,7 @@ self.util = _cliPkgRequires.util;
73164
73246
  t5 = A.List_List$unmodifiable(B.List_empty9, t4);
73165
73247
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty5, type$.String, t4);
73166
73248
  $async$goto = 2;
73167
- return A._asyncAwait(t1._async_evaluate$_applyMixin$5(mixin.assertMixin$1("mixin").callable, t1._async_evaluate$_environment._async_environment$_content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode), $async$call$1);
73249
+ return A._asyncAwait(t1._async_evaluate$_applyMixin$5(mixin.assertMixin$1("mixin").assertCompileContext$1(t1._async_evaluate$_compileContext).callable, t1._async_evaluate$_environment._async_environment$_content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode), $async$call$1);
73168
73250
  case 2:
73169
73251
  // returning from await.
73170
73252
  // implicit return
@@ -76336,7 +76418,7 @@ self.util = _cliPkgRequires.util;
76336
76418
  var t1, _this = this,
76337
76419
  oldImporter = _this._importer;
76338
76420
  _this._importer = importer;
76339
- _this.__stylesheet = A.Stylesheet$(B.List_empty13, nodeWithSpan.get$span(nodeWithSpan));
76421
+ _this.__stylesheet = A.Stylesheet$(B.List_empty15, nodeWithSpan.get$span(nodeWithSpan));
76340
76422
  try {
76341
76423
  t1 = callback.call$0();
76342
76424
  return t1;
@@ -76657,7 +76739,7 @@ self.util = _cliPkgRequires.util;
76657
76739
  _2_0 = node.value;
76658
76740
  if (_2_0 != null) {
76659
76741
  value = _2_0.accept$1(_this);
76660
- if (!value.get$isBlank() || value.get$asList().length === 0) {
76742
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
76661
76743
  t2 = _this._assertInModule$2(_this.__parent, _s8_);
76662
76744
  t3 = _2_0.get$span(_2_0);
76663
76745
  t4 = node.span;
@@ -76669,8 +76751,7 @@ self.util = _cliPkgRequires.util;
76669
76751
  } else
76670
76752
  t6 = _null;
76671
76753
  t2.addChild$1(A.ModifiableCssDeclaration$($name, new A.CssValue(value, t3, type$.CssValue_Value), t4, interleavedRules, t1, t5, t6));
76672
- } else if (J.startsWith$1$s($name.value, "--"))
76673
- throw A.wrapException(_this._evaluate$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
76754
+ }
76674
76755
  }
76675
76756
  _3_0 = node.children;
76676
76757
  t1 = {};
@@ -77133,7 +77214,7 @@ self.util = _cliPkgRequires.util;
77133
77214
  return null;
77134
77215
  },
77135
77216
  visitStyleRule$1(_, node) {
77136
- var t1, _0_0, selectorText, selectorMap, parsedSelector, nest, t2, _i, _1_0, first, t3, rule, oldAtRootExcludingStyleRule, _this = this, _null = null,
77217
+ var t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule, _this = this, _null = null,
77137
77218
  _s8_ = "__parent",
77138
77219
  _s11_ = "_stylesheet";
77139
77220
  if (_this._declarationName != null)
@@ -77149,38 +77230,49 @@ self.util = _cliPkgRequires.util;
77149
77230
  return _null;
77150
77231
  }
77151
77232
  parsedSelector = A.SelectorList_SelectorList$parse(selectorText, true, selectorMap, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
77152
- t1 = _this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot;
77153
- t1 = t1 == null ? _null : t1.fromPlainCss;
77154
- nest = t1 !== true;
77155
- if (nest) {
77233
+ _1_0 = _this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot;
77234
+ $label0$0: {
77235
+ if (_1_0 == null) {
77236
+ t1 = true;
77237
+ break $label0$0;
77238
+ }
77239
+ if (_1_0.fromPlainCss) {
77240
+ t1 = false;
77241
+ break $label0$0;
77242
+ }
77243
+ t1 = !(_this._assertInModule$2(_this.__stylesheet, _s11_).plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor));
77244
+ break $label0$0;
77245
+ }
77246
+ if (t1) {
77156
77247
  if (_this._assertInModule$2(_this.__stylesheet, _s11_).plainCss)
77157
- for (t1 = parsedSelector.components, t2 = t1.length, _i = 0; _i < t2; ++_i) {
77158
- _1_0 = t1[_i].leadingCombinators;
77159
- if (_1_0.length >= 1) {
77160
- first = _1_0[0];
77161
- t3 = _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss;
77248
+ for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
77249
+ _2_0 = t2[_i].leadingCombinators;
77250
+ if (_2_0.length >= 1) {
77251
+ first = _2_0[0];
77252
+ t4 = _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss;
77162
77253
  } else {
77163
77254
  first = _null;
77164
- t3 = false;
77255
+ t4 = false;
77165
77256
  }
77166
- if (t3)
77257
+ if (t4)
77167
77258
  throw A.wrapException(_this._evaluate$_exception$2(string$.Top_lel, first.span));
77168
77259
  }
77169
- t1 = _this._styleRuleIgnoringAtRoot;
77170
- t1 = t1 == null ? _null : t1.originalSelector;
77171
- parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t1, !_this._atRootExcludingStyleRule, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
77260
+ t2 = _this._styleRuleIgnoringAtRoot;
77261
+ t2 = t2 == null ? _null : t2.originalSelector;
77262
+ parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !_this._atRootExcludingStyleRule, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss);
77172
77263
  }
77173
77264
  rule = A.ModifiableCssStyleRule$(_this._assertInModule$2(_this.__extensionStore, "_extensionStore").addSelector$2(parsedSelector, _this._mediaQueries), node.span, _this._assertInModule$2(_this.__stylesheet, _s11_).plainCss, parsedSelector);
77174
77265
  oldAtRootExcludingStyleRule = _this._atRootExcludingStyleRule;
77175
- t1 = _this._atRootExcludingStyleRule = false;
77176
- t2 = nest ? new A._EvaluateVisitor_visitStyleRule_closure1() : _null;
77177
- _this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure2(_this, rule, node), node.hasDeclarations, t2, type$.ModifiableCssStyleRule, type$.Null);
77266
+ t2 = _this._atRootExcludingStyleRule = false;
77267
+ t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure1() : _null;
77268
+ _this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure2(_this, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule, type$.Null);
77178
77269
  _this._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
77179
77270
  _this._warnForBogusCombinators$1(rule);
77180
77271
  if ((_this._atRootExcludingStyleRule ? _null : _this._styleRuleIgnoringAtRoot) == null) {
77181
77272
  t1 = _this._assertInModule$2(_this.__parent, _s8_).children;
77182
77273
  t1 = !t1.get$isEmpty(t1);
77183
- }
77274
+ } else
77275
+ t1 = t2;
77184
77276
  if (t1) {
77185
77277
  t1 = _this._assertInModule$2(_this.__parent, _s8_).children;
77186
77278
  t1.get$last(t1).isGroupEnd = true;
@@ -77905,17 +77997,14 @@ self.util = _cliPkgRequires.util;
77905
77997
  return result;
77906
77998
  },
77907
77999
  _runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
77908
- var oldCallable, oldInDependency, result, _this = this,
78000
+ var oldInDependency, result, _this = this,
77909
78001
  evaluated = _this._evaluateArguments$1($arguments),
77910
78002
  $name = callable.declaration.name;
77911
78003
  if ($name !== "@content")
77912
78004
  $name += "()";
77913
- oldCallable = _this._currentCallable;
77914
78005
  oldInDependency = _this._inDependency;
77915
- _this._currentCallable = callable;
77916
78006
  _this._inDependency = callable.inDependency;
77917
78007
  result = _this._withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure(_this, callable, evaluated, nodeWithSpan, run, $V));
77918
- _this._currentCallable = oldCallable;
77919
78008
  _this._inDependency = oldInDependency;
77920
78009
  return result;
77921
78010
  },
@@ -78244,7 +78333,7 @@ self.util = _cliPkgRequires.util;
78244
78333
  _this._withParent$2$4$scopeWhen$through(A.ModifiableCssMediaRule$(t1, node.span), new A._EvaluateVisitor_visitCssMediaRule_closure0(_this, mergedQueries, node, mergedSources), false, new A._EvaluateVisitor_visitCssMediaRule_closure1(mergedSources), type$.ModifiableCssMediaRule, type$.Null);
78245
78334
  },
78246
78335
  visitCssStyleRule$1(node) {
78247
- var t1, styleRule, t2, nest, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _0_1, lastChild, _this = this, _null = null,
78336
+ var t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild, _this = this, _null = null,
78248
78337
  _s8_ = "__parent";
78249
78338
  if (_this._declarationName != null)
78250
78339
  throw A.wrapException(_this._evaluate$_exception$2(string$.Style_n, node.span));
@@ -78252,27 +78341,37 @@ self.util = _cliPkgRequires.util;
78252
78341
  throw A.wrapException(_this._evaluate$_exception$2(string$.Style_k, node.span));
78253
78342
  t1 = _this._atRootExcludingStyleRule;
78254
78343
  styleRule = t1 ? _null : _this._styleRuleIgnoringAtRoot;
78255
- t2 = t1 ? _null : _this._styleRuleIgnoringAtRoot;
78256
- t2 = t2 == null ? _null : t2.fromPlainCss;
78257
- nest = t2 !== true;
78344
+ _0_0 = t1 ? _null : _this._styleRuleIgnoringAtRoot;
78345
+ $label0$0: {
78346
+ if (_0_0 == null) {
78347
+ t1 = true;
78348
+ break $label0$0;
78349
+ }
78350
+ if (_0_0.fromPlainCss) {
78351
+ t1 = false;
78352
+ break $label0$0;
78353
+ }
78354
+ t1 = !(node.fromPlainCss && node._style_rule$_selector._box$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor));
78355
+ break $label0$0;
78356
+ }
78258
78357
  t2 = node._style_rule$_selector._box$_inner;
78259
- if (nest) {
78358
+ if (t1) {
78260
78359
  t2 = t2.value;
78261
78360
  t3 = styleRule == null ? _null : styleRule.originalSelector;
78262
- originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !t1, node.fromPlainCss);
78361
+ originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !_this._atRootExcludingStyleRule, node.fromPlainCss);
78263
78362
  } else
78264
78363
  originalSelector = t2.value;
78265
78364
  rule = A.ModifiableCssStyleRule$(_this._assertInModule$2(_this.__extensionStore, "_extensionStore").addSelector$2(originalSelector, _this._mediaQueries), node.span, node.fromPlainCss, originalSelector);
78266
78365
  oldAtRootExcludingStyleRule = _this._atRootExcludingStyleRule;
78267
78366
  _this._atRootExcludingStyleRule = false;
78268
- t1 = nest ? new A._EvaluateVisitor_visitCssStyleRule_closure() : _null;
78367
+ t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure() : _null;
78269
78368
  _this._withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure0(_this, rule, node), false, t1, type$.ModifiableCssStyleRule, type$.Null);
78270
78369
  _this._atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
78271
78370
  t1 = _this._assertInModule$2(_this.__parent, _s8_).children._collection$_source;
78272
78371
  t2 = J.getInterceptor$asx(t1);
78273
- _0_1 = t2.get$length(t1);
78274
- if (_0_1 >= 1) {
78275
- lastChild = t2.elementAt$1(t1, _0_1 - 1);
78372
+ _1_1 = t2.get$length(t1);
78373
+ if (_1_1 >= 1) {
78374
+ lastChild = t2.elementAt$1(t1, _1_1 - 1);
78276
78375
  t1 = styleRule == null;
78277
78376
  } else {
78278
78377
  lastChild = _null;
@@ -78676,35 +78775,37 @@ self.util = _cliPkgRequires.util;
78676
78775
  };
78677
78776
  A._EvaluateVisitor_closure5.prototype = {
78678
78777
  call$1($arguments) {
78679
- var t2, t3, t4,
78680
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78681
- module = this.$this._environment._environment$_modules.$index(0, t1);
78778
+ var t3, t4, t5,
78779
+ t1 = this.$this,
78780
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78781
+ module = t1._environment._environment$_modules.$index(0, t2);
78682
78782
  if (module == null)
78683
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
78684
- t1 = type$.Value;
78685
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
78686
- for (t3 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.Callable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
78687
- t4 = t3.get$current(t3);
78688
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassFunction(t4._1));
78783
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
78784
+ t2 = type$.Value;
78785
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
78786
+ for (t4 = A.MapExtensions_get_pairs(module.get$functions(module), type$.String, type$.Callable), t4 = t4.get$iterator(t4), t1 = t1._compileContext; t4.moveNext$0();) {
78787
+ t5 = t4.get$current(t4);
78788
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassFunction(t5._1, t1));
78689
78789
  }
78690
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
78790
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
78691
78791
  },
78692
78792
  $signature: 38
78693
78793
  };
78694
78794
  A._EvaluateVisitor_closure6.prototype = {
78695
78795
  call$1($arguments) {
78696
- var t2, t3, t4,
78697
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78698
- module = this.$this._environment._environment$_modules.$index(0, t1);
78796
+ var t3, t4, t5,
78797
+ t1 = this.$this,
78798
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string$_text,
78799
+ module = t1._environment._environment$_modules.$index(0, t2);
78699
78800
  if (module == null)
78700
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
78701
- t1 = type$.Value;
78702
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
78703
- for (t3 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.Callable), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
78704
- t4 = t3.get$current(t3);
78705
- t2.$indexSet(0, new A.SassString(t4._0, true), new A.SassMixin(t4._1));
78801
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
78802
+ t2 = type$.Value;
78803
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
78804
+ for (t4 = A.MapExtensions_get_pairs(module.get$mixins(), type$.String, type$.Callable), t4 = t4.get$iterator(t4), t1 = t1._compileContext; t4.moveNext$0();) {
78805
+ t5 = t4.get$current(t4);
78806
+ t3.$indexSet(0, new A.SassString(t5._0, true), new A.SassMixin(t5._1, t1));
78706
78807
  }
78707
- return new A.SassMap(A.ConstantMap_ConstantMap$from(t2, t1, t1));
78808
+ return new A.SassMap(A.ConstantMap_ConstantMap$from(t3, t2, t2));
78708
78809
  },
78709
78810
  $signature: 38
78710
78811
  };
@@ -78719,7 +78820,7 @@ self.util = _cliPkgRequires.util;
78719
78820
  if (css) {
78720
78821
  if (module != null)
78721
78822
  throw A.wrapException(string$.x24css_a);
78722
- return new A.SassFunction(new A.PlainCssCallable($name._string$_text));
78823
+ return new A.SassFunction(new A.PlainCssCallable($name._string$_text), this.$this._compileContext);
78723
78824
  }
78724
78825
  t1 = this.$this;
78725
78826
  t2 = t1._callableNode;
@@ -78727,7 +78828,7 @@ self.util = _cliPkgRequires.util;
78727
78828
  callable = t1._addExceptionSpan$2(t2, new A._EvaluateVisitor__closure2(t1, $name, module));
78728
78829
  if (callable == null)
78729
78830
  throw A.wrapException("Function not found: " + $name.toString$0(0));
78730
- return new A.SassFunction(callable);
78831
+ return new A.SassFunction(callable, t1._compileContext);
78731
78832
  },
78732
78833
  $signature: 167
78733
78834
  };
@@ -78758,7 +78859,7 @@ self.util = _cliPkgRequires.util;
78758
78859
  callable = t1._addExceptionSpan$2(t2, new A._EvaluateVisitor__closure1(t1, $name, module));
78759
78860
  if (callable == null)
78760
78861
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
78761
- return new A.SassMixin(callable);
78862
+ return new A.SassMixin(callable, t1._compileContext);
78762
78863
  },
78763
78864
  $signature: 168
78764
78865
  };
@@ -78809,7 +78910,7 @@ self.util = _cliPkgRequires.util;
78809
78910
  t3 = callableNode.get$span(callableNode);
78810
78911
  return t1.visitFunctionExpression$1(0, new A.FunctionExpression(null, A.stringReplaceAllUnchecked(t2, "_", "-"), t2, invocation, t3));
78811
78912
  }
78812
- callable = $function.assertFunction$1("function").callable;
78913
+ callable = $function.assertFunction$1("function").assertCompileContext$1(t1._compileContext).callable;
78813
78914
  if (type$.Callable._is(callable)) {
78814
78915
  t2 = t1._callableNode;
78815
78916
  t2.toString;
@@ -78872,7 +78973,7 @@ self.util = _cliPkgRequires.util;
78872
78973
  t4 = type$.Expression;
78873
78974
  t5 = A.List_List$unmodifiable(B.List_empty9, t4);
78874
78975
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty5, type$.String, t4);
78875
- callable = mixin.assertMixin$1("mixin").callable;
78976
+ callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._compileContext).callable;
78876
78977
  $content = t1._environment._content;
78877
78978
  if (type$.Callable._is(callable))
78878
78979
  t1._applyMixin$5(callable, $content, new A.ArgumentList(t5, t4, new A.ValueExpression(args, t3), null, t2), callableNode, callableNode);
@@ -85884,7 +85985,7 @@ self.util = _cliPkgRequires.util;
85884
85985
  return A._EnvironmentModule__EnvironmentModule2(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toModule_closure0()));
85885
85986
  },
85886
85987
  toDummyModule$0() {
85887
- 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()));
85988
+ return A._EnvironmentModule__EnvironmentModule2(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty19, type$.UnmodifiableListView_CssNode_2), A.SourceFile$decoded(B.List_empty4, "<dummy module>").span$1(0, 0)), B.Map_empty16, B.C_EmptyExtensionStore0, A.NullableExtension_andThen0(this._async_environment0$_forwardedModules, new A.AsyncEnvironment_toDummyModule_closure0()));
85888
85989
  },
85889
85990
  _async_environment0$_getModule$1(namespace) {
85890
85991
  var _0_0 = this._async_environment0$_modules.$index(0, namespace);
@@ -86737,7 +86838,7 @@ self.util = _cliPkgRequires.util;
86737
86838
  case 6:
86738
86839
  // returning from await.
86739
86840
  value = $async$result;
86740
- if (!value.get$isBlank() || value.get$asList().length === 0) {
86841
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
86741
86842
  t2 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent");
86742
86843
  t3 = _2_0.get$span(_2_0);
86743
86844
  t4 = node.span;
@@ -86749,8 +86850,7 @@ self.util = _cliPkgRequires.util;
86749
86850
  } else
86750
86851
  t6 = null;
86751
86852
  t2.addChild$1(A.ModifiableCssDeclaration$0($name, new A.CssValue0(value, t3, type$.CssValue_Value_2), t4, interleavedRules, t1, t5, t6));
86752
- } else if (J.startsWith$1$s($name.value, "--"))
86753
- throw A.wrapException($async$self._async_evaluate0$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
86853
+ }
86754
86854
  case 5:
86755
86855
  // join
86756
86856
  _3_0 = node.children;
@@ -87977,7 +88077,7 @@ self.util = _cliPkgRequires.util;
87977
88077
  visitStyleRule$body$_EvaluateVisitor0(_, node) {
87978
88078
  var $async$goto = 0,
87979
88079
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable_Value_2),
87980
- $async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector, nest, t2, _i, _1_0, first, t3, rule, oldAtRootExcludingStyleRule;
88080
+ $async$returnValue, $async$self = this, t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule;
87981
88081
  var $async$visitStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
87982
88082
  if ($async$errorCode === 1)
87983
88083
  return A._asyncRethrow($async$result, $async$completer);
@@ -88012,33 +88112,43 @@ self.util = _cliPkgRequires.util;
88012
88112
  case 5:
88013
88113
  // join
88014
88114
  parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
88015
- t1 = $async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
88016
- t1 = t1 == null ? null : t1.fromPlainCss;
88017
- nest = t1 !== true;
88018
- if (nest) {
88115
+ _1_0 = $async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
88116
+ $label0$0: {
88117
+ if (_1_0 == null) {
88118
+ t1 = true;
88119
+ break $label0$0;
88120
+ }
88121
+ if (_1_0.fromPlainCss) {
88122
+ t1 = false;
88123
+ break $label0$0;
88124
+ }
88125
+ t1 = !($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor0));
88126
+ break $label0$0;
88127
+ }
88128
+ if (t1) {
88019
88129
  if ($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss)
88020
- for (t1 = parsedSelector.components, t2 = t1.length, _i = 0; _i < t2; ++_i) {
88021
- _1_0 = t1[_i].leadingCombinators;
88022
- if (_1_0.length >= 1) {
88023
- first = _1_0[0];
88024
- t3 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss;
88130
+ for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
88131
+ _2_0 = t2[_i].leadingCombinators;
88132
+ if (_2_0.length >= 1) {
88133
+ first = _2_0[0];
88134
+ t4 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss;
88025
88135
  } else {
88026
88136
  first = null;
88027
- t3 = false;
88137
+ t4 = false;
88028
88138
  }
88029
- if (t3)
88139
+ if (t4)
88030
88140
  throw A.wrapException($async$self._async_evaluate0$_exception$2(string$.Top_lel, first.span));
88031
88141
  }
88032
- t1 = $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
88033
- t1 = t1 == null ? null : t1.originalSelector;
88034
- parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t1, !$async$self._async_evaluate0$_atRootExcludingStyleRule, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
88142
+ t2 = $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
88143
+ t2 = t2 == null ? null : t2.originalSelector;
88144
+ parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !$async$self._async_evaluate0$_atRootExcludingStyleRule, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss);
88035
88145
  }
88036
88146
  rule = A.ModifiableCssStyleRule$0($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__extensionStore, "_extensionStore").addSelector$2(parsedSelector, $async$self._async_evaluate0$_mediaQueries), node.span, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").plainCss, parsedSelector);
88037
88147
  oldAtRootExcludingStyleRule = $async$self._async_evaluate0$_atRootExcludingStyleRule;
88038
- t1 = $async$self._async_evaluate0$_atRootExcludingStyleRule = false;
88039
- t2 = nest ? new A._EvaluateVisitor_visitStyleRule_closure13() : null;
88148
+ t2 = $async$self._async_evaluate0$_atRootExcludingStyleRule = false;
88149
+ t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure13() : null;
88040
88150
  $async$goto = 7;
88041
- return A._asyncAwait($async$self._async_evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure14($async$self, rule, node), node.hasDeclarations, t2, type$.ModifiableCssStyleRule_2, type$.Null), $async$visitStyleRule$1);
88151
+ return A._asyncAwait($async$self._async_evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure14($async$self, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule_2, type$.Null), $async$visitStyleRule$1);
88042
88152
  case 7:
88043
88153
  // returning from await.
88044
88154
  $async$self._async_evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
@@ -88046,7 +88156,8 @@ self.util = _cliPkgRequires.util;
88046
88156
  if (($async$self._async_evaluate0$_atRootExcludingStyleRule ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot) == null) {
88047
88157
  t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children;
88048
88158
  t1 = !t1.get$isEmpty(t1);
88049
- }
88159
+ } else
88160
+ t1 = t2;
88050
88161
  if (t1) {
88051
88162
  t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children;
88052
88163
  t1.get$last(t1).isGroupEnd = true;
@@ -89611,7 +89722,7 @@ self.util = _cliPkgRequires.util;
89611
89722
  _runUserDefinedCallable$body$_EvaluateVisitor0($arguments, callable, nodeWithSpan, run, $V, $async$type) {
89612
89723
  var $async$goto = 0,
89613
89724
  $async$completer = A._makeAsyncAwaitCompleter($async$type),
89614
- $async$returnValue, $async$self = this, oldCallable, oldInDependency, result, evaluated, $name;
89725
+ $async$returnValue, $async$self = this, oldInDependency, result, evaluated, $name;
89615
89726
  var $async$_async_evaluate0$_runUserDefinedCallable$1$4 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
89616
89727
  if ($async$errorCode === 1)
89617
89728
  return A._asyncRethrow($async$result, $async$completer);
@@ -89627,16 +89738,13 @@ self.util = _cliPkgRequires.util;
89627
89738
  $name = callable.declaration.name;
89628
89739
  if ($name !== "@content")
89629
89740
  $name += "()";
89630
- oldCallable = $async$self._async_evaluate0$_currentCallable;
89631
89741
  oldInDependency = $async$self._async_evaluate0$_inDependency;
89632
- $async$self._async_evaluate0$_currentCallable = callable;
89633
89742
  $async$self._async_evaluate0$_inDependency = callable.inDependency;
89634
89743
  $async$goto = 4;
89635
89744
  return A._asyncAwait($async$self._async_evaluate0$_withStackFrame$1$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure2($async$self, callable, evaluated, nodeWithSpan, run, $V), $V), $async$_async_evaluate0$_runUserDefinedCallable$1$4);
89636
89745
  case 4:
89637
89746
  // returning from await.
89638
89747
  result = $async$result;
89639
- $async$self._async_evaluate0$_currentCallable = oldCallable;
89640
89748
  $async$self._async_evaluate0$_inDependency = oldInDependency;
89641
89749
  $async$returnValue = result;
89642
89750
  // goto return
@@ -89886,7 +89994,7 @@ self.util = _cliPkgRequires.util;
89886
89994
  rest = J.sublist$1$ax(evaluated._values[2], t1);
89887
89995
  J.removeRange$2$ax(evaluated._values[2], t1, J.get$length$asx(evaluated._values[2]));
89888
89996
  } else
89889
- rest = B.List_empty20;
89997
+ rest = B.List_empty22;
89890
89998
  t1 = evaluated._values[0];
89891
89999
  argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : evaluated._values[4]);
89892
90000
  J.add$1$ax(evaluated._values[2], argumentList);
@@ -90518,7 +90626,7 @@ self.util = _cliPkgRequires.util;
90518
90626
  visitCssStyleRule$body$_EvaluateVisitor0(node) {
90519
90627
  var $async$goto = 0,
90520
90628
  $async$completer = A._makeAsyncAwaitCompleter(type$.void),
90521
- $async$self = this, t1, styleRule, t2, nest, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _0_1, lastChild;
90629
+ $async$self = this, t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild;
90522
90630
  var $async$visitCssStyleRule$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
90523
90631
  if ($async$errorCode === 1)
90524
90632
  return A._asyncRethrow($async$result, $async$completer);
@@ -90532,20 +90640,30 @@ self.util = _cliPkgRequires.util;
90532
90640
  throw A.wrapException($async$self._async_evaluate0$_exception$2(string$.Style_k, node.span));
90533
90641
  t1 = $async$self._async_evaluate0$_atRootExcludingStyleRule;
90534
90642
  styleRule = t1 ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
90535
- t2 = t1 ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
90536
- t2 = t2 == null ? null : t2.fromPlainCss;
90537
- nest = t2 !== true;
90643
+ _0_0 = t1 ? null : $async$self._async_evaluate0$_styleRuleIgnoringAtRoot;
90644
+ $label0$0: {
90645
+ if (_0_0 == null) {
90646
+ t1 = true;
90647
+ break $label0$0;
90648
+ }
90649
+ if (_0_0.fromPlainCss) {
90650
+ t1 = false;
90651
+ break $label0$0;
90652
+ }
90653
+ t1 = !(node.fromPlainCss && node._style_rule0$_selector._box0$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor0));
90654
+ break $label0$0;
90655
+ }
90538
90656
  t2 = node._style_rule0$_selector._box0$_inner;
90539
- if (nest) {
90657
+ if (t1) {
90540
90658
  t2 = t2.value;
90541
90659
  t3 = styleRule == null ? null : styleRule.originalSelector;
90542
- originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !t1, node.fromPlainCss);
90660
+ originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !$async$self._async_evaluate0$_atRootExcludingStyleRule, node.fromPlainCss);
90543
90661
  } else
90544
90662
  originalSelector = t2.value;
90545
90663
  rule = A.ModifiableCssStyleRule$0($async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__extensionStore, "_extensionStore").addSelector$2(originalSelector, $async$self._async_evaluate0$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
90546
90664
  oldAtRootExcludingStyleRule = $async$self._async_evaluate0$_atRootExcludingStyleRule;
90547
90665
  $async$self._async_evaluate0$_atRootExcludingStyleRule = false;
90548
- t1 = nest ? new A._EvaluateVisitor_visitCssStyleRule_closure5() : null;
90666
+ t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure5() : null;
90549
90667
  $async$goto = 2;
90550
90668
  return A._asyncAwait($async$self._async_evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure6($async$self, rule, node), false, t1, type$.ModifiableCssStyleRule_2, type$.Null), $async$visitCssStyleRule$1);
90551
90669
  case 2:
@@ -90553,9 +90671,9 @@ self.util = _cliPkgRequires.util;
90553
90671
  $async$self._async_evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
90554
90672
  t1 = $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__parent, "__parent").children._collection$_source;
90555
90673
  t2 = J.getInterceptor$asx(t1);
90556
- _0_1 = t2.get$length(t1);
90557
- if (_0_1 >= 1) {
90558
- lastChild = t2.elementAt$1(t1, _0_1 - 1);
90674
+ _1_1 = t2.get$length(t1);
90675
+ if (_1_1 >= 1) {
90676
+ lastChild = t2.elementAt$1(t1, _1_1 - 1);
90559
90677
  t1 = styleRule == null;
90560
90678
  } else {
90561
90679
  lastChild = null;
@@ -91478,35 +91596,37 @@ self.util = _cliPkgRequires.util;
91478
91596
  };
91479
91597
  A._EvaluateVisitor_closure44.prototype = {
91480
91598
  call$1($arguments) {
91481
- var t2, t3, t4,
91482
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91483
- module = this.$this._async_evaluate0$_environment._async_environment0$_modules.$index(0, t1);
91599
+ var t3, t4, t5,
91600
+ t1 = this.$this,
91601
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91602
+ module = t1._async_evaluate0$_environment._async_environment0$_modules.$index(0, t2);
91484
91603
  if (module == null)
91485
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
91486
- t1 = type$.Value_2;
91487
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
91488
- for (t3 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.AsyncCallable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
91489
- t4 = t3.get$current(t3);
91490
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassFunction0(t4._1));
91604
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
91605
+ t2 = type$.Value_2;
91606
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
91607
+ for (t4 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.AsyncCallable_2), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate0$_compileContext; t4.moveNext$0();) {
91608
+ t5 = t4.get$current(t4);
91609
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassFunction0(t5._1, t1));
91491
91610
  }
91492
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
91611
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
91493
91612
  },
91494
91613
  $signature: 37
91495
91614
  };
91496
91615
  A._EvaluateVisitor_closure45.prototype = {
91497
91616
  call$1($arguments) {
91498
- var t2, t3, t4,
91499
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91500
- module = this.$this._async_evaluate0$_environment._async_environment0$_modules.$index(0, t1);
91617
+ var t3, t4, t5,
91618
+ t1 = this.$this,
91619
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
91620
+ module = t1._async_evaluate0$_environment._async_environment0$_modules.$index(0, t2);
91501
91621
  if (module == null)
91502
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
91503
- t1 = type$.Value_2;
91504
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
91505
- for (t3 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.AsyncCallable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
91506
- t4 = t3.get$current(t3);
91507
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassMixin0(t4._1));
91622
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
91623
+ t2 = type$.Value_2;
91624
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
91625
+ for (t4 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.AsyncCallable_2), t4 = t4.get$iterator(t4), t1 = t1._async_evaluate0$_compileContext; t4.moveNext$0();) {
91626
+ t5 = t4.get$current(t4);
91627
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassMixin0(t5._1, t1));
91508
91628
  }
91509
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
91629
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
91510
91630
  },
91511
91631
  $signature: 37
91512
91632
  };
@@ -91521,7 +91641,7 @@ self.util = _cliPkgRequires.util;
91521
91641
  if (css) {
91522
91642
  if (module != null)
91523
91643
  throw A.wrapException(string$.x24css_a);
91524
- return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text));
91644
+ return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text), this.$this._async_evaluate0$_compileContext);
91525
91645
  }
91526
91646
  t1 = this.$this;
91527
91647
  t2 = t1._async_evaluate0$_callableNode;
@@ -91529,7 +91649,7 @@ self.util = _cliPkgRequires.util;
91529
91649
  callable = t1._async_evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure14(t1, $name, module));
91530
91650
  if (callable == null)
91531
91651
  throw A.wrapException("Function not found: " + $name.toString$0(0));
91532
- return new A.SassFunction0(callable);
91652
+ return new A.SassFunction0(callable, t1._async_evaluate0$_compileContext);
91533
91653
  },
91534
91654
  $signature: 205
91535
91655
  };
@@ -91560,7 +91680,7 @@ self.util = _cliPkgRequires.util;
91560
91680
  callable = t1._async_evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure13(t1, $name, module));
91561
91681
  if (callable == null)
91562
91682
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
91563
- return new A.SassMixin0(callable);
91683
+ return new A.SassMixin0(callable, t1._async_evaluate0$_compileContext);
91564
91684
  },
91565
91685
  $signature: 206
91566
91686
  };
@@ -91635,7 +91755,7 @@ self.util = _cliPkgRequires.util;
91635
91755
  break;
91636
91756
  case 4:
91637
91757
  // join
91638
- t2 = $function.assertFunction$1("function");
91758
+ t2 = $function.assertFunction$1("function").assertCompileContext$1(t1._async_evaluate0$_compileContext);
91639
91759
  t3 = t1._async_evaluate0$_callableNode;
91640
91760
  t3.toString;
91641
91761
  $async$goto = 6;
@@ -91739,10 +91859,10 @@ self.util = _cliPkgRequires.util;
91739
91859
  t2 = callableNode.get$span(callableNode);
91740
91860
  t3 = callableNode.get$span(callableNode);
91741
91861
  t4 = type$.Expression_2;
91742
- t5 = A.List_List$unmodifiable(B.List_empty21, t4);
91862
+ t5 = A.List_List$unmodifiable(B.List_empty23, t4);
91743
91863
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty14, type$.String, t4);
91744
91864
  $async$goto = 2;
91745
- return A._asyncAwait(t1._async_evaluate0$_applyMixin$5(mixin.assertMixin$1("mixin").callable, t1._async_evaluate0$_environment._async_environment0$_content, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode), $async$call$1);
91865
+ return A._asyncAwait(t1._async_evaluate0$_applyMixin$5(mixin.assertMixin$1("mixin").assertCompileContext$1(t1._async_evaluate0$_compileContext).callable, t1._async_evaluate0$_environment._async_environment0$_content, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode), $async$call$1);
91746
91866
  case 2:
91747
91867
  // returning from await.
91748
91868
  // implicit return
@@ -94071,7 +94191,7 @@ self.util = _cliPkgRequires.util;
94071
94191
  // after for
94072
94192
  restParameter = t3.restParameter;
94073
94193
  if (restParameter != null) {
94074
- rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.List_empty20;
94194
+ rest = J.get$length$asx(t2[2]) > t5 ? J.sublist$1$ax(t2[2], t5) : B.List_empty22;
94075
94195
  t5 = t2[0];
94076
94196
  t6 = t2[4];
94077
94197
  argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : t6);
@@ -95714,7 +95834,7 @@ self.util = _cliPkgRequires.util;
95714
95834
  };
95715
95835
  A.BuiltInModule0.prototype = {
95716
95836
  get$upstream() {
95717
- return B.List_empty19;
95837
+ return B.List_empty21;
95718
95838
  },
95719
95839
  get$variableNodes() {
95720
95840
  return B.Map_empty13;
@@ -95723,7 +95843,7 @@ self.util = _cliPkgRequires.util;
95723
95843
  return B.C_EmptyExtensionStore0;
95724
95844
  },
95725
95845
  get$css(_) {
95726
- return new A.CssStylesheet0(B.List_empty17, A.SourceFile$decoded(B.List_empty4, this.url).span$2(0, 0, 0));
95846
+ return new A.CssStylesheet0(B.List_empty19, A.SourceFile$decoded(B.List_empty4, this.url).span$2(0, 0, 0));
95727
95847
  },
95728
95848
  get$preModuleComments() {
95729
95849
  return B.Map_empty12;
@@ -96692,7 +96812,7 @@ self.util = _cliPkgRequires.util;
96692
96812
  call$1($arguments) {
96693
96813
  var result = A._invert0($arguments, false);
96694
96814
  if (result instanceof A.SassString0)
96695
- A.warnForDeprecation0("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.x29x20to_ci + result.toString$0(0), B.Deprecation_Kry);
96815
+ A.warnForDeprecation0("Passing a number (" + J.$index$asx($arguments, 0).toString$0(0) + string$.x29x20to_cli + result.toString$0(0), B.Deprecation_Kry);
96696
96816
  return result;
96697
96817
  },
96698
96818
  $signature: 3
@@ -96721,7 +96841,7 @@ self.util = _cliPkgRequires.util;
96721
96841
  t1 = J.getInterceptor$asx($arguments);
96722
96842
  if (t1.$index($arguments, 0) instanceof A.SassNumber0) {
96723
96843
  result = A._functionString0("grayscale", t1.take$1($arguments, 1));
96724
- A.warnForDeprecation0("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.x29x20to_cg + result.toString$0(0), B.Deprecation_Kry);
96844
+ A.warnForDeprecation0("Passing a number (" + t1.$index($arguments, 0).toString$0(0) + string$.x29x20to_clg + result.toString$0(0), B.Deprecation_Kry);
96725
96845
  return result;
96726
96846
  }
96727
96847
  return A._grayscale0(t1.$index($arguments, 0));
@@ -98938,7 +99058,7 @@ self.util = _cliPkgRequires.util;
98938
99058
  if (_0_1 <= 0) {
98939
99059
  t1 = A.List_List$of(_this.leadingCombinators, true, type$.CssValue_Combinator_2);
98940
99060
  B.JSArray_methods.addAll$1(t1, combinators);
98941
- t1 = A.ComplexSelector$0(t1, B.List_empty16, _this.span, _this.lineBreak);
99061
+ t1 = A.ComplexSelector$0(t1, B.List_empty18, _this.span, _this.lineBreak);
98942
99062
  break $label0$0;
98943
99063
  }
98944
99064
  t1 = null;
@@ -99851,7 +99971,7 @@ self.util = _cliPkgRequires.util;
99851
99971
  return B.C_EmptyUnmodifiableSet0;
99852
99972
  },
99853
99973
  extensionsWhereTarget$1(callback) {
99854
- return B.List_empty18;
99974
+ return B.List_empty20;
99855
99975
  },
99856
99976
  addSelector$2(selector, mediaContext) {
99857
99977
  throw A.wrapException(A.UnsupportedError$("addSelector() can't be called for a const ExtensionStore."));
@@ -100366,7 +100486,7 @@ self.util = _cliPkgRequires.util;
100366
100486
  return A._EnvironmentModule__EnvironmentModule1(this, css, preModuleComments, extensionStore, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toModule_closure0()));
100367
100487
  },
100368
100488
  toDummyModule$0() {
100369
- 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()));
100489
+ return A._EnvironmentModule__EnvironmentModule1(this, new A.CssStylesheet0(new A.UnmodifiableListView(B.List_empty19, type$.UnmodifiableListView_CssNode_2), A.SourceFile$decoded(B.List_empty4, "<dummy module>").span$1(0, 0)), B.Map_empty10, B.C_EmptyExtensionStore0, A.NullableExtension_andThen0(this._environment0$_forwardedModules, new A.Environment_toDummyModule_closure0()));
100370
100490
  },
100371
100491
  _environment0$_getModule$1(namespace) {
100372
100492
  var _0_0 = this._environment0$_modules.$index(0, namespace);
@@ -100961,7 +101081,7 @@ self.util = _cliPkgRequires.util;
100961
101081
  _2_0 = node.value;
100962
101082
  if (_2_0 != null) {
100963
101083
  value = _2_0.accept$1(_this);
100964
- if (!value.get$isBlank() || value.get$asList().length === 0) {
101084
+ if (!value.get$isBlank() || value.get$asList().length === 0 || J.startsWith$1$s($name.value, "--")) {
100965
101085
  t2 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_);
100966
101086
  t3 = _2_0.get$span(_2_0);
100967
101087
  t4 = node.span;
@@ -100973,8 +101093,7 @@ self.util = _cliPkgRequires.util;
100973
101093
  } else
100974
101094
  t6 = _null;
100975
101095
  t2.addChild$1(A.ModifiableCssDeclaration$0($name, new A.CssValue0(value, t3, type$.CssValue_Value_2), t4, interleavedRules, t1, t5, t6));
100976
- } else if (J.startsWith$1$s($name.value, "--"))
100977
- throw A.wrapException(_this._evaluate0$_exception$2("Custom property values may not be empty.", _2_0.get$span(_2_0)));
101096
+ }
100978
101097
  }
100979
101098
  _3_0 = node.children;
100980
101099
  t1 = {};
@@ -101464,7 +101583,7 @@ self.util = _cliPkgRequires.util;
101464
101583
  return null;
101465
101584
  },
101466
101585
  visitStyleRule$1(_, node) {
101467
- var t1, _0_0, selectorText, selectorMap, parsedSelector, nest, t2, _i, _1_0, first, t3, rule, oldAtRootExcludingStyleRule, _this = this, _null = null,
101586
+ var t1, _0_0, selectorText, selectorMap, parsedSelector, _1_0, t2, t3, _i, _2_0, first, t4, rule, oldAtRootExcludingStyleRule, _this = this, _null = null,
101468
101587
  _s8_ = "__parent",
101469
101588
  _s11_ = "_stylesheet";
101470
101589
  if (_this._evaluate0$_declarationName != null)
@@ -101480,38 +101599,49 @@ self.util = _cliPkgRequires.util;
101480
101599
  return _null;
101481
101600
  }
101482
101601
  parsedSelector = A.SelectorList_SelectorList$parse0(selectorText, true, selectorMap, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
101483
- t1 = _this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
101484
- t1 = t1 == null ? _null : t1.fromPlainCss;
101485
- nest = t1 !== true;
101486
- if (nest) {
101602
+ _1_0 = _this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
101603
+ $label0$0: {
101604
+ if (_1_0 == null) {
101605
+ t1 = true;
101606
+ break $label0$0;
101607
+ }
101608
+ if (_1_0.fromPlainCss) {
101609
+ t1 = false;
101610
+ break $label0$0;
101611
+ }
101612
+ t1 = !(_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss && parsedSelector.accept$1(B.C__ContainsParentSelectorVisitor0));
101613
+ break $label0$0;
101614
+ }
101615
+ if (t1) {
101487
101616
  if (_this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss)
101488
- for (t1 = parsedSelector.components, t2 = t1.length, _i = 0; _i < t2; ++_i) {
101489
- _1_0 = t1[_i].leadingCombinators;
101490
- if (_1_0.length >= 1) {
101491
- first = _1_0[0];
101492
- t3 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss;
101617
+ for (t2 = parsedSelector.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
101618
+ _2_0 = t2[_i].leadingCombinators;
101619
+ if (_2_0.length >= 1) {
101620
+ first = _2_0[0];
101621
+ t4 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss;
101493
101622
  } else {
101494
101623
  first = _null;
101495
- t3 = false;
101624
+ t4 = false;
101496
101625
  }
101497
- if (t3)
101626
+ if (t4)
101498
101627
  throw A.wrapException(_this._evaluate0$_exception$2(string$.Top_lel, first.span));
101499
101628
  }
101500
- t1 = _this._evaluate0$_styleRuleIgnoringAtRoot;
101501
- t1 = t1 == null ? _null : t1.originalSelector;
101502
- parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t1, !_this._evaluate0$_atRootExcludingStyleRule, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
101629
+ t2 = _this._evaluate0$_styleRuleIgnoringAtRoot;
101630
+ t2 = t2 == null ? _null : t2.originalSelector;
101631
+ parsedSelector = parsedSelector.nestWithin$3$implicitParent$preserveParentSelectors(t2, !_this._evaluate0$_atRootExcludingStyleRule, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss);
101503
101632
  }
101504
101633
  rule = A.ModifiableCssStyleRule$0(_this._evaluate0$_assertInModule$2(_this._evaluate0$__extensionStore, "_extensionStore").addSelector$2(parsedSelector, _this._evaluate0$_mediaQueries), node.span, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).plainCss, parsedSelector);
101505
101634
  oldAtRootExcludingStyleRule = _this._evaluate0$_atRootExcludingStyleRule;
101506
- t1 = _this._evaluate0$_atRootExcludingStyleRule = false;
101507
- t2 = nest ? new A._EvaluateVisitor_visitStyleRule_closure9() : _null;
101508
- _this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure10(_this, rule, node), node.hasDeclarations, t2, type$.ModifiableCssStyleRule_2, type$.Null);
101635
+ t2 = _this._evaluate0$_atRootExcludingStyleRule = false;
101636
+ t1 = t1 ? new A._EvaluateVisitor_visitStyleRule_closure9() : _null;
101637
+ _this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitStyleRule_closure10(_this, rule, node), node.hasDeclarations, t1, type$.ModifiableCssStyleRule_2, type$.Null);
101509
101638
  _this._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
101510
101639
  _this._evaluate0$_warnForBogusCombinators$1(rule);
101511
101640
  if ((_this._evaluate0$_atRootExcludingStyleRule ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot) == null) {
101512
101641
  t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children;
101513
101642
  t1 = !t1.get$isEmpty(t1);
101514
- }
101643
+ } else
101644
+ t1 = t2;
101515
101645
  if (t1) {
101516
101646
  t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children;
101517
101647
  t1.get$last(t1).isGroupEnd = true;
@@ -102236,17 +102366,14 @@ self.util = _cliPkgRequires.util;
102236
102366
  return result;
102237
102367
  },
102238
102368
  _evaluate0$_runUserDefinedCallable$1$4($arguments, callable, nodeWithSpan, run, $V) {
102239
- var oldCallable, oldInDependency, result, _this = this,
102369
+ var oldInDependency, result, _this = this,
102240
102370
  evaluated = _this._evaluate0$_evaluateArguments$1($arguments),
102241
102371
  $name = callable.declaration.name;
102242
102372
  if ($name !== "@content")
102243
102373
  $name += "()";
102244
- oldCallable = _this._evaluate0$_currentCallable;
102245
102374
  oldInDependency = _this._evaluate0$_inDependency;
102246
- _this._evaluate0$_currentCallable = callable;
102247
102375
  _this._evaluate0$_inDependency = callable.inDependency;
102248
102376
  result = _this._evaluate0$_withStackFrame$3($name, nodeWithSpan, new A._EvaluateVisitor__runUserDefinedCallable_closure1(_this, callable, evaluated, nodeWithSpan, run, $V));
102249
- _this._evaluate0$_currentCallable = oldCallable;
102250
102377
  _this._evaluate0$_inDependency = oldInDependency;
102251
102378
  return result;
102252
102379
  },
@@ -102328,7 +102455,7 @@ self.util = _cliPkgRequires.util;
102328
102455
  rest = B.JSArray_methods.sublist$1(evaluated._values[2], t1);
102329
102456
  B.JSArray_methods.removeRange$2(evaluated._values[2], t1, evaluated._values[2].length);
102330
102457
  } else
102331
- rest = B.List_empty20;
102458
+ rest = B.List_empty22;
102332
102459
  t1 = evaluated._values[0];
102333
102460
  argumentList = A.SassArgumentList$0(rest, t1, evaluated._values[4] === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : evaluated._values[4]);
102334
102461
  evaluated._values[2].push(argumentList);
@@ -102575,7 +102702,7 @@ self.util = _cliPkgRequires.util;
102575
102702
  _this._evaluate0$_withParent$2$4$scopeWhen$through(A.ModifiableCssMediaRule$0(t1, node.span), new A._EvaluateVisitor_visitCssMediaRule_closure6(_this, mergedQueries, node, mergedSources), false, new A._EvaluateVisitor_visitCssMediaRule_closure7(mergedSources), type$.ModifiableCssMediaRule_2, type$.Null);
102576
102703
  },
102577
102704
  visitCssStyleRule$1(node) {
102578
- var t1, styleRule, t2, nest, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _0_1, lastChild, _this = this, _null = null,
102705
+ var t1, styleRule, _0_0, t2, t3, originalSelector, rule, oldAtRootExcludingStyleRule, _1_1, lastChild, _this = this, _null = null,
102579
102706
  _s8_ = "__parent";
102580
102707
  if (_this._evaluate0$_declarationName != null)
102581
102708
  throw A.wrapException(_this._evaluate0$_exception$2(string$.Style_n, node.span));
@@ -102583,27 +102710,37 @@ self.util = _cliPkgRequires.util;
102583
102710
  throw A.wrapException(_this._evaluate0$_exception$2(string$.Style_k, node.span));
102584
102711
  t1 = _this._evaluate0$_atRootExcludingStyleRule;
102585
102712
  styleRule = t1 ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
102586
- t2 = t1 ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
102587
- t2 = t2 == null ? _null : t2.fromPlainCss;
102588
- nest = t2 !== true;
102713
+ _0_0 = t1 ? _null : _this._evaluate0$_styleRuleIgnoringAtRoot;
102714
+ $label0$0: {
102715
+ if (_0_0 == null) {
102716
+ t1 = true;
102717
+ break $label0$0;
102718
+ }
102719
+ if (_0_0.fromPlainCss) {
102720
+ t1 = false;
102721
+ break $label0$0;
102722
+ }
102723
+ t1 = !(node.fromPlainCss && node._style_rule0$_selector._box0$_inner.value.accept$1(B.C__ContainsParentSelectorVisitor0));
102724
+ break $label0$0;
102725
+ }
102589
102726
  t2 = node._style_rule0$_selector._box0$_inner;
102590
- if (nest) {
102727
+ if (t1) {
102591
102728
  t2 = t2.value;
102592
102729
  t3 = styleRule == null ? _null : styleRule.originalSelector;
102593
- originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !t1, node.fromPlainCss);
102730
+ originalSelector = t2.nestWithin$3$implicitParent$preserveParentSelectors(t3, !_this._evaluate0$_atRootExcludingStyleRule, node.fromPlainCss);
102594
102731
  } else
102595
102732
  originalSelector = t2.value;
102596
102733
  rule = A.ModifiableCssStyleRule$0(_this._evaluate0$_assertInModule$2(_this._evaluate0$__extensionStore, "_extensionStore").addSelector$2(originalSelector, _this._evaluate0$_mediaQueries), node.span, node.fromPlainCss, originalSelector);
102597
102734
  oldAtRootExcludingStyleRule = _this._evaluate0$_atRootExcludingStyleRule;
102598
102735
  _this._evaluate0$_atRootExcludingStyleRule = false;
102599
- t1 = nest ? new A._EvaluateVisitor_visitCssStyleRule_closure3() : _null;
102736
+ t1 = t1 ? new A._EvaluateVisitor_visitCssStyleRule_closure3() : _null;
102600
102737
  _this._evaluate0$_withParent$2$4$scopeWhen$through(rule, new A._EvaluateVisitor_visitCssStyleRule_closure4(_this, rule, node), false, t1, type$.ModifiableCssStyleRule_2, type$.Null);
102601
102738
  _this._evaluate0$_atRootExcludingStyleRule = oldAtRootExcludingStyleRule;
102602
102739
  t1 = _this._evaluate0$_assertInModule$2(_this._evaluate0$__parent, _s8_).children._collection$_source;
102603
102740
  t2 = J.getInterceptor$asx(t1);
102604
- _0_1 = t2.get$length(t1);
102605
- if (_0_1 >= 1) {
102606
- lastChild = t2.elementAt$1(t1, _0_1 - 1);
102741
+ _1_1 = t2.get$length(t1);
102742
+ if (_1_1 >= 1) {
102743
+ lastChild = t2.elementAt$1(t1, _1_1 - 1);
102607
102744
  t1 = styleRule == null;
102608
102745
  } else {
102609
102746
  lastChild = _null;
@@ -103009,35 +103146,37 @@ self.util = _cliPkgRequires.util;
103009
103146
  };
103010
103147
  A._EvaluateVisitor_closure31.prototype = {
103011
103148
  call$1($arguments) {
103012
- var t2, t3, t4,
103013
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103014
- module = this.$this._evaluate0$_environment._environment0$_modules.$index(0, t1);
103149
+ var t3, t4, t5,
103150
+ t1 = this.$this,
103151
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103152
+ module = t1._evaluate0$_environment._environment0$_modules.$index(0, t2);
103015
103153
  if (module == null)
103016
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
103017
- t1 = type$.Value_2;
103018
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
103019
- for (t3 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.Callable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
103020
- t4 = t3.get$current(t3);
103021
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassFunction0(t4._1));
103154
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
103155
+ t2 = type$.Value_2;
103156
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
103157
+ for (t4 = A.MapExtensions_get_pairs0(module.get$functions(module), type$.String, type$.Callable_2), t4 = t4.get$iterator(t4), t1 = t1._evaluate0$_compileContext; t4.moveNext$0();) {
103158
+ t5 = t4.get$current(t4);
103159
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassFunction0(t5._1, t1));
103022
103160
  }
103023
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
103161
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
103024
103162
  },
103025
103163
  $signature: 37
103026
103164
  };
103027
103165
  A._EvaluateVisitor_closure32.prototype = {
103028
103166
  call$1($arguments) {
103029
- var t2, t3, t4,
103030
- t1 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103031
- module = this.$this._evaluate0$_environment._environment0$_modules.$index(0, t1);
103167
+ var t3, t4, t5,
103168
+ t1 = this.$this,
103169
+ t2 = J.$index$asx($arguments, 0).assertString$1("module")._string0$_text,
103170
+ module = t1._evaluate0$_environment._environment0$_modules.$index(0, t2);
103032
103171
  if (module == null)
103033
- throw A.wrapException('There is no module with namespace "' + t1 + '".');
103034
- t1 = type$.Value_2;
103035
- t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
103036
- for (t3 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.Callable_2), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
103037
- t4 = t3.get$current(t3);
103038
- t2.$indexSet(0, new A.SassString0(t4._0, true), new A.SassMixin0(t4._1));
103172
+ throw A.wrapException('There is no module with namespace "' + t2 + '".');
103173
+ t2 = type$.Value_2;
103174
+ t3 = A.LinkedHashMap_LinkedHashMap$_empty(t2, t2);
103175
+ for (t4 = A.MapExtensions_get_pairs0(module.get$mixins(), type$.String, type$.Callable_2), t4 = t4.get$iterator(t4), t1 = t1._evaluate0$_compileContext; t4.moveNext$0();) {
103176
+ t5 = t4.get$current(t4);
103177
+ t3.$indexSet(0, new A.SassString0(t5._0, true), new A.SassMixin0(t5._1, t1));
103039
103178
  }
103040
- return new A.SassMap0(A.ConstantMap_ConstantMap$from(t2, t1, t1));
103179
+ return new A.SassMap0(A.ConstantMap_ConstantMap$from(t3, t2, t2));
103041
103180
  },
103042
103181
  $signature: 37
103043
103182
  };
@@ -103052,7 +103191,7 @@ self.util = _cliPkgRequires.util;
103052
103191
  if (css) {
103053
103192
  if (module != null)
103054
103193
  throw A.wrapException(string$.x24css_a);
103055
- return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text));
103194
+ return new A.SassFunction0(new A.PlainCssCallable0($name._string0$_text), this.$this._evaluate0$_compileContext);
103056
103195
  }
103057
103196
  t1 = this.$this;
103058
103197
  t2 = t1._evaluate0$_callableNode;
@@ -103060,7 +103199,7 @@ self.util = _cliPkgRequires.util;
103060
103199
  callable = t1._evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure10(t1, $name, module));
103061
103200
  if (callable == null)
103062
103201
  throw A.wrapException("Function not found: " + $name.toString$0(0));
103063
- return new A.SassFunction0(callable);
103202
+ return new A.SassFunction0(callable, t1._evaluate0$_compileContext);
103064
103203
  },
103065
103204
  $signature: 205
103066
103205
  };
@@ -103091,7 +103230,7 @@ self.util = _cliPkgRequires.util;
103091
103230
  callable = t1._evaluate0$_addExceptionSpan$2(t2, new A._EvaluateVisitor__closure9(t1, $name, module));
103092
103231
  if (callable == null)
103093
103232
  throw A.wrapException("Mixin not found: " + $name.toString$0(0));
103094
- return new A.SassMixin0(callable);
103233
+ return new A.SassMixin0(callable, t1._evaluate0$_compileContext);
103095
103234
  },
103096
103235
  $signature: 206
103097
103236
  };
@@ -103142,7 +103281,7 @@ self.util = _cliPkgRequires.util;
103142
103281
  t3 = callableNode.get$span(callableNode);
103143
103282
  return t1.visitFunctionExpression$1(0, new A.FunctionExpression0(null, A.stringReplaceAllUnchecked(t2, "_", "-"), t2, invocation, t3));
103144
103283
  }
103145
- callable = $function.assertFunction$1("function").callable;
103284
+ callable = $function.assertFunction$1("function").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
103146
103285
  if (type$.Callable_2._is(callable)) {
103147
103286
  t2 = t1._evaluate0$_callableNode;
103148
103287
  t2.toString;
@@ -103203,9 +103342,9 @@ self.util = _cliPkgRequires.util;
103203
103342
  t2 = callableNode.get$span(callableNode);
103204
103343
  t3 = callableNode.get$span(callableNode);
103205
103344
  t4 = type$.Expression_2;
103206
- t5 = A.List_List$unmodifiable(B.List_empty21, t4);
103345
+ t5 = A.List_List$unmodifiable(B.List_empty23, t4);
103207
103346
  t4 = A.ConstantMap_ConstantMap$from(B.Map_empty14, type$.String, t4);
103208
- callable = mixin.assertMixin$1("mixin").callable;
103347
+ callable = mixin.assertMixin$1("mixin").assertCompileContext$1(t1._evaluate0$_compileContext).callable;
103209
103348
  $content = t1._evaluate0$_environment._environment0$_content;
103210
103349
  if (type$.Callable_2._is(callable))
103211
103350
  t1._evaluate0$_applyMixin$5(callable, $content, new A.ArgumentList0(t5, t4, new A.ValueExpression0(args, t3), null, t2), callableNode, callableNode);
@@ -104293,7 +104432,7 @@ self.util = _cliPkgRequires.util;
104293
104432
  restParameter = t3.restParameter;
104294
104433
  if (restParameter != null) {
104295
104434
  t6 = t2[2];
104296
- rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.List_empty20;
104435
+ rest = t6.length > t5 ? B.JSArray_methods.sublist$1(t6, t5) : B.List_empty22;
104297
104436
  t5 = t2[0];
104298
104437
  t6 = t2[4];
104299
104438
  argumentList = A.SassArgumentList$0(rest, t5, t6 === B.ListSeparator_undecided_null_undecided0 ? B.ListSeparator_qVN0 : t6);
@@ -105599,7 +105738,7 @@ self.util = _cliPkgRequires.util;
105599
105738
  extended = this._extension_store$_extendCompound$4$inOriginal(component, extensions, mediaQueryContext, isOriginal);
105600
105739
  if (extended == null) {
105601
105740
  if (extendedNotExpanded != null)
105602
- extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty14, A._setArrayType([component], t10), t8, t6)], t9));
105741
+ extendedNotExpanded.push(A._setArrayType([A.ComplexSelector$0(B.List_empty16, A._setArrayType([component], t10), t8, t6)], t9));
105603
105742
  } else if (extendedNotExpanded != null)
105604
105743
  extendedNotExpanded.push(extended);
105605
105744
  else if (i !== 0) {
@@ -105653,9 +105792,9 @@ self.util = _cliPkgRequires.util;
105653
105792
  compound = new A.CompoundSelector0(t12, t10);
105654
105793
  if (t12.length === 0)
105655
105794
  A.throwExpression(A.ArgumentError$("components may not be empty.", _null));
105656
- result = A.List_List$from(B.List_empty14, false, t6);
105795
+ result = A.List_List$from(B.List_empty16, false, t6);
105657
105796
  result.$flags = 3;
105658
- t12 = A.ComplexSelector$0(B.List_empty14, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
105797
+ t12 = A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(compound, result, t10)], t7), t10, false);
105659
105798
  _this._extension_store$_sourceSpecificityFor$1(compound);
105660
105799
  options.push(A._setArrayType([new A.Extender0(t12, true)], t5));
105661
105800
  }
@@ -105685,7 +105824,7 @@ self.util = _cliPkgRequires.util;
105685
105824
  t1 = t1 === B.ExtendMode_replace_replace0;
105686
105825
  t4 = !t1;
105687
105826
  if (t4)
105688
- 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));
105827
+ t3.push(A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(J.expand$1$1$ax(J.get$first$ax(extenderPaths), new A.ExtensionStore__extendCompound_closure2(), t11), t2.span), A.List_List$unmodifiable(component.combinators, t6), t10)], t7), t10, false));
105689
105828
  t2 = J.skip$1$ax(extenderPaths, t1 ? 0 : 1);
105690
105829
  t5 = t2.$ti;
105691
105830
  t2 = new A.ListIterator(t2, t2.get$length(0), t5._eval$1("ListIterator<ListIterable.E>"));
@@ -105725,7 +105864,7 @@ self.util = _cliPkgRequires.util;
105725
105864
  }
105726
105865
  }
105727
105866
  if (originals != null)
105728
- 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));
105867
+ toUnify.addFirst$1(A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(originals, span), A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), span)], type$.JSArray_ComplexSelectorComponent_2), span, originalsLineBreak));
105729
105868
  complexes = A.unifyComplex0(toUnify, span);
105730
105869
  if (complexes == null)
105731
105870
  return _null;
@@ -105749,7 +105888,7 @@ self.util = _cliPkgRequires.util;
105749
105888
  },
105750
105889
  _extension_store$_extenderForSimple$1(simple) {
105751
105890
  var t1 = simple.span;
105752
- 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);
105891
+ t1 = A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(A._setArrayType([simple], type$.JSArray_SimpleSelector_2), t1), A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2), t1, false);
105753
105892
  this._extension_store$_sourceSpecificity.$index(0, simple);
105754
105893
  return new A.Extender0(t1, true);
105755
105894
  },
@@ -106341,7 +106480,7 @@ self.util = _cliPkgRequires.util;
106341
106480
  call$0() {
106342
106481
  var t1 = type$.JSClass,
106343
106482
  jsClass = t1._as(A.allowInteropCaptureThisNamed("sass.SassFunction", new A.functionClass__closure()));
106344
- A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null)).constructor), jsClass);
106483
+ A.JSClassExtension_injectSuperclass(t1._as(new A.SassFunction0(A.BuiltInCallable$function0("f", "", new A.functionClass__closure0(), null), null).constructor), jsClass);
106345
106484
  return jsClass;
106346
106485
  },
106347
106486
  $signature: 15
@@ -106351,7 +106490,7 @@ self.util = _cliPkgRequires.util;
106351
106490
  var paren = B.JSString_methods.indexOf$1(signature, "(");
106352
106491
  if (paren === -1 || !B.JSString_methods.endsWith$1(signature, ")"))
106353
106492
  A.jsThrow(new self.Error('Invalid signature for new sass.SassFunction(): "' + signature + '"'));
106354
- return new A.SassFunction0(A.BuiltInCallable$function0(B.JSString_methods.substring$2(signature, 0, paren), B.JSString_methods.substring$2(signature, paren + 1, signature.length - 1), callback, null));
106493
+ return new A.SassFunction0(A.BuiltInCallable$function0(B.JSString_methods.substring$2(signature, 0, paren), B.JSString_methods.substring$2(signature, paren + 1, signature.length - 1), callback, null), null);
106355
106494
  },
106356
106495
  "call*": "call$3",
106357
106496
  $requiredArgCount: 3,
@@ -106381,6 +106520,16 @@ self.util = _cliPkgRequires.util;
106381
106520
  assertFunction$1($name) {
106382
106521
  return this;
106383
106522
  },
106523
+ assertCompileContext$1(compileContext) {
106524
+ var t1 = this._function0$_compileContext;
106525
+ if (t1 != null)
106526
+ t1 = t1 !== compileContext;
106527
+ else
106528
+ t1 = false;
106529
+ if (t1)
106530
+ throw A.wrapException(A.SassScriptException$0(this.toString$0(0) + " does not belong to current compilation.", null));
106531
+ return this;
106532
+ },
106384
106533
  $eq(_, other) {
106385
106534
  if (other == null)
106386
106535
  return false;
@@ -106421,7 +106570,7 @@ self.util = _cliPkgRequires.util;
106421
106570
  if (!A._mustUnify0(group1, group2))
106422
106571
  return null;
106423
106572
  t1 = this.span;
106424
- 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);
106573
+ unified = A.unifyComplex0(A._setArrayType([A.ComplexSelector$0(B.List_empty16, group1, t1, false), A.ComplexSelector$0(B.List_empty16, group2, t1, false)], type$.JSArray_ComplexSelector_2), t1);
106425
106574
  if (unified == null)
106426
106575
  t1 = null;
106427
106576
  else {
@@ -106554,7 +106703,7 @@ self.util = _cliPkgRequires.util;
106554
106703
  if (t2 != null)
106555
106704
  B.JSArray_methods.addAll$1(t1, t2);
106556
106705
  t2 = this.compound2;
106557
- t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty14, type$.CssValue_Combinator_2), t2.span));
106706
+ t1.push(new A.ComplexSelectorComponent0(t2, A.List_List$unmodifiable(B.List_empty16, type$.CssValue_Combinator_2), t2.span));
106558
106707
  t1 = A.complexIsSuperselector0(complex1.components, t1);
106559
106708
  } else
106560
106709
  t1 = false;
@@ -107420,7 +107569,7 @@ self.util = _cliPkgRequires.util;
107420
107569
  return t1;
107421
107570
  },
107422
107571
  spanForElement$1(index) {
107423
- var t1, t2, t3, t4, _this = this;
107572
+ var t1, t2, t3, t4, t5, _this = this;
107424
107573
  $label0$0: {
107425
107574
  if (typeof _this.contents[index] == "string") {
107426
107575
  t1 = _this.span;
@@ -107431,11 +107580,12 @@ self.util = _cliPkgRequires.util;
107431
107580
  t3 = _this.spans[index - 1];
107432
107581
  t3 = t3.get$end(t3);
107433
107582
  }
107434
- t4 = _this.spans;
107435
- if (index === t4.length)
107583
+ t4 = index + 1;
107584
+ t5 = _this.spans;
107585
+ if (t4 === t5.length)
107436
107586
  t1 = t1.get$end(t1);
107437
107587
  else {
107438
- t1 = t4[index + 1];
107588
+ t1 = t5[t4];
107439
107589
  t1 = t1.get$start(t1);
107440
107590
  }
107441
107591
  t1 = t2.span$2(0, t3.offset, t1.offset);
@@ -108912,7 +109062,7 @@ self.util = _cliPkgRequires.util;
108912
109062
  try {
108913
109063
  if (!(parentSelector instanceof A.ParentSelector0)) {
108914
109064
  t2 = component.span;
108915
- 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);
109065
+ t2 = A._setArrayType([A.ComplexSelector$0(B.List_empty16, A._setArrayType([new A.ComplexSelectorComponent0(A.CompoundSelector$0(resolvedSimples, t1.span), A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t2)], type$.JSArray_ComplexSelectorComponent_2), t2, false)], type$.JSArray_ComplexSelector_2);
108916
109066
  return t2;
108917
109067
  } else if (J.get$length$asx(simples) === 1 && parentSelector.suffix == null) {
108918
109068
  t1 = $parent.withAdditionalCombinators$1(component.combinators);
@@ -109958,7 +110108,7 @@ self.util = _cliPkgRequires.util;
109958
110108
  },
109959
110109
  get$hashCode(_) {
109960
110110
  var t1 = this._map0$_contents;
109961
- return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.List_empty20) : B.C_MapEquality.hash$1(t1);
110111
+ return t1.get$isEmpty(t1) ? B.C_ListEquality0.hash$1(B.List_empty22) : B.C_MapEquality.hash$1(t1);
109962
110112
  }
109963
110113
  };
109964
110114
  A.global_closure43.prototype = {
@@ -110676,7 +110826,7 @@ self.util = _cliPkgRequires.util;
110676
110826
  call$0() {
110677
110827
  var t1 = type$.JSClass,
110678
110828
  jsClass = t1._as(A.allowInteropCaptureThisNamed("sass.SassMixin", new A.mixinClass__closure()));
110679
- A.JSClassExtension_injectSuperclass(t1._as(new A.SassMixin0(A.BuiltInCallable$function0("f", "", new A.mixinClass__closure0(), null)).constructor), jsClass);
110829
+ A.JSClassExtension_injectSuperclass(t1._as(new A.SassMixin0(A.BuiltInCallable$function0("f", "", new A.mixinClass__closure0(), null), null).constructor), jsClass);
110680
110830
  return jsClass;
110681
110831
  },
110682
110832
  $signature: 15
@@ -110711,6 +110861,16 @@ self.util = _cliPkgRequires.util;
110711
110861
  assertMixin$1($name) {
110712
110862
  return this;
110713
110863
  },
110864
+ assertCompileContext$1(compileContext) {
110865
+ var t1 = this._mixin0$_compileContext;
110866
+ if (t1 != null)
110867
+ t1 = t1 !== compileContext;
110868
+ else
110869
+ t1 = false;
110870
+ if (t1)
110871
+ throw A.wrapException(A.SassScriptException$0(this.toString$0(0) + " does not belong to current compilation.", null));
110872
+ return this;
110873
+ },
110714
110874
  $eq(_, other) {
110715
110875
  if (other == null)
110716
110876
  return false;
@@ -115069,6 +115229,12 @@ self.util = _cliPkgRequires.util;
115069
115229
  },
115070
115230
  $signature: 57
115071
115231
  };
115232
+ A._ContainsParentSelectorVisitor0.prototype = {
115233
+ visitParentSelector$1(_) {
115234
+ return true;
115235
+ }
115236
+ };
115237
+ A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0.prototype = {};
115072
115238
  A.__IsBogusVisitor_Object_AnySelectorVisitor0.prototype = {};
115073
115239
  A.__IsInvisibleVisitor_Object_AnySelectorVisitor0.prototype = {};
115074
115240
  A.__IsUselessVisitor_Object_AnySelectorVisitor0.prototype = {};
@@ -115159,7 +115325,7 @@ self.util = _cliPkgRequires.util;
115159
115325
  t1 = this.span;
115160
115326
  t2 = A._setArrayType([new A.ComplexSelectorComponent0(newCompound, A.List_List$unmodifiable(component.combinators, type$.CssValue_Combinator_2), t1)], type$.JSArray_ComplexSelectorComponent_2);
115161
115327
  B.JSArray_methods.addAll$1(t2, rest);
115162
- return A.ComplexSelector$0(B.List_empty14, t2, t1, false);
115328
+ return A.ComplexSelector$0(B.List_empty16, t2, t1, false);
115163
115329
  },
115164
115330
  $signature: 58
115165
115331
  };
@@ -115345,7 +115511,7 @@ self.util = _cliPkgRequires.util;
115345
115511
  initialCombinators = combinators;
115346
115512
  else
115347
115513
  t1.error$1(0, _s18_);
115348
- t3 = initialCombinators == null ? B.List_empty14 : initialCombinators;
115514
+ t3 = initialCombinators == null ? B.List_empty16 : initialCombinators;
115349
115515
  return A.ComplexSelector$0(t3, components, _this.spanFrom$1(new A._SpanScannerState(t1, t2)), lineBreak);
115350
115516
  },
115351
115517
  _selector$_complexSelector$0() {
@@ -119406,7 +119572,13 @@ self.util = _cliPkgRequires.util;
119406
119572
  t2._contents += t4;
119407
119573
  $name = nameBuffer.interpolation$1(t1.spanFrom$2(start, new A._SpanScannerState(t1, t3)));
119408
119574
  if (B.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
119409
- t2 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
119575
+ if (_this.atEndOfStatement$0()) {
119576
+ t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
119577
+ t3 = t2.offset;
119578
+ t3 = A.Interpolation$0(B.List_empty11, B.List_empty12, A._FileSpan$(t2.file, t3, t3));
119579
+ t2 = t3;
119580
+ } else
119581
+ t2 = _this._stylesheet0$_interpolatedDeclarationValue$1$silentComments(false);
119410
119582
  _this.expectStatementSeparator$1("custom property");
119411
119583
  return A.Declaration$0($name, new A.StringExpression0(t2, false), t1.spanFrom$1(start));
119412
119584
  }
@@ -119630,7 +119802,7 @@ self.util = _cliPkgRequires.util;
119630
119802
  if (!_this._stylesheet0$_isUseAllowed)
119631
119803
  _this.error$2(0, string$.x40use_r, span);
119632
119804
  _this.expectStatementSeparator$1("@use rule");
119633
- t1 = new A.UseRule0(url, namespace, configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
119805
+ t1 = new A.UseRule0(url, namespace, configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
119634
119806
  t1.UseRule$4$configuration0(url, namespace, span, configuration);
119635
119807
  return t1;
119636
119808
  case "warn":
@@ -119941,7 +120113,7 @@ self.util = _cliPkgRequires.util;
119941
120113
  t2 = A.LinkedHashSet_LinkedHashSet$of(shownMixinsAndFunctions, t1);
119942
120114
  t3 = type$.UnmodifiableSetView_String;
119943
120115
  t1 = A.LinkedHashSet_LinkedHashSet$of(shownVariables, t1);
119944
- t4 = configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
120116
+ t4 = configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
119945
120117
  return new A.ForwardRule0(url, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), _null, _null, prefix, t4, span);
119946
120118
  } else if (hiddenMixinsAndFunctions != null) {
119947
120119
  hiddenVariables.toString;
@@ -119949,10 +120121,10 @@ self.util = _cliPkgRequires.util;
119949
120121
  t2 = A.LinkedHashSet_LinkedHashSet$of(hiddenMixinsAndFunctions, t1);
119950
120122
  t3 = type$.UnmodifiableSetView_String;
119951
120123
  t1 = A.LinkedHashSet_LinkedHashSet$of(hiddenVariables, t1);
119952
- t4 = configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
120124
+ t4 = configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2);
119953
120125
  return new A.ForwardRule0(url, _null, _null, new A.UnmodifiableSetView0(t2, t3), new A.UnmodifiableSetView0(t1, t3), prefix, t4, span);
119954
120126
  } else
119955
- return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.List_empty22 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
120127
+ return new A.ForwardRule0(url, _null, _null, _null, _null, prefix, configuration == null ? B.List_empty24 : A.List_List$unmodifiable(configuration, type$.ConfiguredVariable_2), span);
119956
120128
  },
119957
120129
  _stylesheet0$_memberList$0() {
119958
120130
  var _this = this,
@@ -120225,7 +120397,7 @@ self.util = _cliPkgRequires.util;
120225
120397
  if (t2) {
120226
120398
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
120227
120399
  t3 = t2.offset;
120228
- contentParameters_ = new A.ParameterList0(B.List_empty24, _null, A._FileSpan$(t2.file, t3, t3));
120400
+ contentParameters_ = new A.ParameterList0(B.List_empty26, _null, A._FileSpan$(t2.file, t3, t3));
120229
120401
  } else
120230
120402
  contentParameters_ = contentParameters;
120231
120403
  wasInContentBlock = _this._stylesheet0$_inContentBlock;
@@ -120262,7 +120434,7 @@ self.util = _cliPkgRequires.util;
120262
120434
  else {
120263
120435
  t2 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
120264
120436
  t3 = t2.offset;
120265
- parameters = new A.ParameterList0(B.List_empty24, null, A._FileSpan$(t2.file, t3, t3));
120437
+ parameters = new A.ParameterList0(B.List_empty26, null, A._FileSpan$(t2.file, t3, t3));
120266
120438
  }
120267
120439
  if (_this._stylesheet0$_inMixin || _this._stylesheet0$_inContentBlock)
120268
120440
  _this.error$2(0, string$.Mixinscm, t1.spanFrom$1(start));
@@ -122545,7 +122717,7 @@ self.util = _cliPkgRequires.util;
122545
122717
  t2 = t1.scanner;
122546
122718
  t2 = A.FileLocation$_(t2._sourceFile, t2._string_scanner$_position);
122547
122719
  t3 = t2.offset;
122548
- parameters = new A.ParameterList0(B.List_empty24, null, A._FileSpan$(t2.file, t3, t3));
122720
+ parameters = new A.ParameterList0(B.List_empty26, null, A._FileSpan$(t2.file, t3, t3));
122549
122721
  }
122550
122722
  t1.scanner.expectDone$0();
122551
122723
  return new A._Record_2($name, parameters);
@@ -124691,7 +124863,7 @@ self.util = _cliPkgRequires.util;
124691
124863
  _inherit = hunkHelpers.inherit,
124692
124864
  _inheritMany = hunkHelpers.inheritMany;
124693
124865
  _inherit(A.Object, null);
124694
- _inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapBase, A.Error, A.ListBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.NonNullsIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.LinkedHashMapValueIterator, A.LinkedHashMapEntryIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A._UnmodifiableSetMixin, A.Codec, A.Converter, A._Base64Encoder, A.ByteConversionSink, A._JsonStringifier, A.StringConversionSink, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A._Enum, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.NullRejectionException, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.Version, A.VersionRange, A.CssMediaQuery, A.MediaQuerySuccessfulMergeResult, A.CssNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.ArgumentList, A.AtRootQuery, A.ConfiguredVariable, A.Expression, A.DynamicImport, A.StaticImport, A.Interpolation, A.Parameter, A.ParameterList, A.Statement, A.IfRuleClause, A.__HasContentVisitor_Object_StatementSearchVisitor, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor, A.ComplexSelectorComponent, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ImportCache, A.AsyncImporter, A.CanonicalizeContext, A.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.LoggerWithDeprecationType, A._QuietLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Box, A.ModifiableBox, A.LazyFileSpan, A.MultiDirWatcher, A.MultiSpan, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A._ColorFormatEnum, A.SpanColorFormat, A.ColorChannel, A.GamutMapMethod, A.InterpolationMethod, A.ColorSpace, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A._EvaluationContext0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.DependencyReport, A.IsCalculationSafeVisitor, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.StatementSearchVisitor, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.WatchEvent, A.ChangeType, A.ColorSpace0, A.AnySelectorVisitor0, A.SupportsAnything0, A.ArgumentList0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A._EvaluationContext2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.Statement0, A.CssNode0, A.Selector0, A.Expression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationOperation0, A.CalculationInterpolation, A.CanonicalizeContext0, A.ColorChannel0, A.GamutMapMethod0, A._CloneCssVisitor0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.Compiler, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.SupportsDeclaration0, A.LoggerWithDeprecationType0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A.EveryCssVisitor0, A.SassScriptException0, A.JSExpressionVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardedModuleView0, A.SupportsFunction0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.InterpolationMethod0, A.IsCalculationSafeVisitor0, A.FileSystemException0, A.LazyFileSpan0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.CssMediaQuery0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.SupportsOperation0, A.Parameter0, A.ParameterList0, A.PlainCssCallable0, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.ShadowedModuleView0, A.SourceInterpolationVisitor, A.SourceMapBuffer0, A.JSStatementVisitor, A.StatementSearchVisitor0, A.StaticImport0, A.UserDefinedCallable0, A.CssValue0]);
124866
+ _inheritMany(A.Object, [A.JS_CONST, J.Interceptor, J.ArrayIterator, A.Iterable, A.CastIterator, A.Closure, A.MapBase, A.Error, A.ListBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.NonNullsIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.LinkedHashMapValueIterator, A.LinkedHashMapEntryIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._SyncStarIterator, A.AsyncError, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.Stream, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._BufferingStreamSubscription, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._StreamIterator, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._ListQueueIterator, A._UnmodifiableSetMixin, A.Codec, A.Converter, A._Base64Encoder, A.ByteConversionSink, A._JsonStringifier, A.StringConversionSink, A._Utf8Encoder, A._Utf8Decoder, A.DateTime, A.Duration, A._Enum, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.MapEntry, A.Null, A._StringStackTrace, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.NullRejectionException, A._JSRandom, A.ArgParser, A.ArgResults, A.Option, A.OptionType, A.Parser0, A._Usage, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamCompleter, A.StreamGroup, A._StreamGroupState, A.StreamQueue, A._NextRequest, A.Repl, A.ReplAdapter, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._MapEntry, A.MapEquality, A._QueueList_Object_ListMixin, A._DelegatingIterableBase, A.UnmodifiableSetMixin, A.Context, A._PathDirection, A._PathRelation, A.Style, A.ParsedPath, A.PathException, A.Version, A.VersionRange, A.CssMediaQuery, A.MediaQuerySuccessfulMergeResult, A.CssNode, A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.CssValue, A._FakeAstNode, A.ArgumentList, A.AtRootQuery, A.ConfiguredVariable, A.Expression, A.DynamicImport, A.StaticImport, A.Interpolation, A.Parameter, A.ParameterList, A.Statement, A.IfRuleClause, A.__HasContentVisitor_Object_StatementSearchVisitor, A.SupportsAnything, A.SupportsDeclaration, A.SupportsFunction, A.SupportsInterpolation, A.SupportsNegation, A.SupportsOperation, A.Selector, A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.ComplexSelectorComponent, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor, A.QualifiedName, A.AsyncEnvironment, A._EnvironmentModule0, A.AsyncImportCache, A.AsyncBuiltInCallable, A.BuiltInCallable, A.PlainCssCallable, A.UserDefinedCallable, A.CompileResult, A.Configuration, A.ConfiguredValue, A.Environment, A._EnvironmentModule, A.SourceSpanException, A.SassScriptException, A.ExecutableOptions, A.UsageException, A._Watcher, A.EmptyExtensionStore, A.Extension, A.Extender, A.ExtensionStore, A.ImportCache, A.AsyncImporter, A.CanonicalizeContext, A.ImporterResult, A.InterpolationBuffer, A.InterpolationMap, A.FileSystemException, A.LoggerWithDeprecationType, A._QuietLogger, A.TrackingLogger, A.BuiltInModule, A.ForwardedModuleView, A.ShadowedModuleView, A.Parser, A.StylesheetGraph, A.StylesheetNode, A.Box, A.ModifiableBox, A.LazyFileSpan, A.MultiDirWatcher, A.MultiSpan, A.NoSourceMapBuffer, A.SourceMapBuffer, A.Value, A.CalculationOperation, A._ColorFormatEnum, A.SpanColorFormat, A.ColorChannel, A.GamutMapMethod, A.InterpolationMethod, A.ColorSpace, A.AnySelectorVisitor, A._EvaluateVisitor0, A._ImportedCssVisitor0, A._EvaluationContext0, A._CloneCssVisitor, A.Evaluator, A._EvaluateVisitor, A._ImportedCssVisitor, A._EvaluationContext, A.EveryCssVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor, A.__FindDependenciesVisitor_Object_RecursiveStatementVisitor, A.DependencyReport, A.IsCalculationSafeVisitor, A.RecursiveStatementVisitor, A.ReplaceExpressionVisitor, A.SelectorSearchVisitor, A._SerializeVisitor, A.StatementSearchVisitor, A.Entry, A.Mapping, A.TargetLineEntry, A.TargetEntry, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.Chain, A.Frame, A.LazyTrace, A.Trace, A.UnparsedFrame, A.StringScanner, A._SpanScannerState, A.AsciiGlyphSet, A.UnicodeGlyphSet, A.WatchEvent, A.ChangeType, A.ColorSpace0, A.AnySelectorVisitor0, A.SupportsAnything0, A.ArgumentList0, A.Value0, A.AsyncImporter0, A.AsyncBuiltInCallable0, A.AsyncEnvironment0, A._EnvironmentModule2, A._EvaluateVisitor2, A._ImportedCssVisitor2, A._EvaluationContext2, A.AsyncImportCache0, A.Parser1, A.AtRootQuery0, A.Statement0, A.CssNode0, A.Selector0, A.Expression0, A.Box0, A.ModifiableBox0, A.BuiltInCallable0, A.BuiltInModule0, A.CalculationOperation0, A.CalculationInterpolation, A.CanonicalizeContext0, A.ColorChannel0, A.GamutMapMethod0, A._CloneCssVisitor0, A._ColorFormatEnum0, A.SpanColorFormat0, A.CompileResult0, A.Compiler, A.ComplexSelectorComponent0, A.Configuration0, A.ConfiguredValue0, A.ConfiguredVariable0, A.SupportsDeclaration0, A.LoggerWithDeprecationType0, A.DynamicImport0, A.EmptyExtensionStore0, A.Environment0, A._EnvironmentModule1, A._EvaluateVisitor1, A._ImportedCssVisitor1, A._EvaluationContext1, A.EveryCssVisitor0, A.SassScriptException0, A.JSExpressionVisitor, A.__MakeExpressionCalculationSafe_Object_ReplaceExpressionVisitor0, A.Extension0, A.Extender0, A.ExtensionStore0, A.ForwardedModuleView0, A.SupportsFunction0, A.IfRuleClause0, A.NodeImporter, A.ImportCache0, A.Interpolation0, A.SupportsInterpolation0, A.InterpolationBuffer0, A.InterpolationMap0, A.InterpolationMethod0, A.IsCalculationSafeVisitor0, A.FileSystemException0, A.LazyFileSpan0, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.CssMediaQuery0, A.MediaQuerySuccessfulMergeResult0, A.__HasContentVisitor_Object_StatementSearchVisitor0, A.MultiSpan0, A.SupportsNegation0, A.NoSourceMapBuffer0, A._FakeAstNode0, A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.SupportsOperation0, A.Parameter0, A.ParameterList0, A.PlainCssCallable0, A.QualifiedName0, A.ReplaceExpressionVisitor0, A.ImporterResult0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0, A.SelectorSearchVisitor0, A._SerializeVisitor0, A.ShadowedModuleView0, A.SourceInterpolationVisitor, A.SourceMapBuffer0, A.JSStatementVisitor, A.StatementSearchVisitor0, A.StaticImport0, A.UserDefinedCallable0, A.CssValue0]);
124695
124867
  _inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JavaScriptBigInt, J.JavaScriptSymbol, J.JSNumber, J.JSString]);
124696
124868
  _inheritMany(J.JavaScriptObject, [J.LegacyJavaScriptObject, J.JSArray, A.NativeByteBuffer, A.NativeTypedData]);
124697
124869
  _inheritMany(J.LegacyJavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, A.Stdin, A.Stdout, A.ReadlineModule, A.ReadlineOptions, A.ReadlineInterface, A.BufferModule, A.BufferConstants, A.Buffer, A.ConsoleModule, A.Console, A.EventEmitter, A.FS, A.FSConstants, A.Realpath, A.RealpathSync, A.FSWatcher, A.ReadStream, A.ReadStreamOptions, A.WriteStream, A.WriteStreamOptions, A.FileOptions, A.StatOptions, A.MkdirOptions, A.RmdirOptions, A.WatchOptions, A.WatchFileOptions, A.Stats, A.Promise, A.Date, A.JsError, A.Atomics, A.Modules, A.Module, A.Net, A.Socket, A.NetAddress, A.NetServer, A.NodeJsError, A.Process, A.CPUUsage, A.Release, A.StreamModule, A.Readable, A.Writable, A.Duplex, A.Transform, A.WritableOptions, A.ReadableOptions, A.Immediate, A.Timeout, A.TTY, A.Util, A.JSArray0, A.Chokidar, A.ChokidarOptions, A.ChokidarWatcher, A.JSFunction, A.ImmutableList, A.ImmutableMap, A.NodeImporterResult, A.RenderContext, A.RenderContextOptions, A.RenderContextResult, A.RenderContextResultStats, A.JSModule, A.JSModuleRequire, A.JSClass, A.JSUrl, A._PropertyDescriptor, A._RequireMain, A.JSArray1, A.Chokidar0, A.ChokidarOptions0, A.ChokidarWatcher0, A._Channels, A._ChannelOptions, A._ToGamutOptions, A._InterpolationOptions, A._NodeSassColor, A.CompileOptions, A.NodeCompileResult, A.Deprecation1, A.Exports, A.LoggerNamespace, A.JSExpressionVisitorObject, A.FiberClass, A.Fiber, A.JSFunction0, A.ImmutableList0, A.ImmutableMap0, A.JSImporter, A.JSImporterResult, A.NodeImporterResult0, A._ConstructorOptions, A._NodeSassList, A.JSLogger, A.WarnOptions, A.DebugOptions, A._NodeSassMap, A.JSModule0, A.JSModuleRequire0, A._ConstructorOptions0, A._NodeSassNumber, A.ParserExports, A.JSClass0, A.RenderContext0, A.RenderContextOptions0, A.RenderContextResult0, A.RenderContextResultStats0, A.RenderOptions, A.RenderResult, A.RenderResultStats, A._Exports, A.JSSet, A.JSStatementVisitorObject, A._ConstructorOptions1, A._NodeSassString, A.Types, A.JSUrl0, A._PropertyDescriptor0, A._RequireMain0]);
@@ -124792,6 +124964,7 @@ self.util = _cliPkgRequires.util;
124792
124964
  _inherit(A._IsInvisibleVisitor0, A.__IsInvisibleVisitor_Object_AnySelectorVisitor);
124793
124965
  _inherit(A._IsBogusVisitor, A.__IsBogusVisitor_Object_AnySelectorVisitor);
124794
124966
  _inherit(A._IsUselessVisitor, A.__IsUselessVisitor_Object_AnySelectorVisitor);
124967
+ _inherit(A._ContainsParentSelectorVisitor, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor);
124795
124968
  _inheritMany(A.Selector, [A.SimpleSelector, A.ComplexSelector, A.CompoundSelector, A.SelectorList]);
124796
124969
  _inheritMany(A.SimpleSelector, [A.AttributeSelector, A.ClassSelector, A.IDSelector, A.ParentSelector, A.PlaceholderSelector, A.PseudoSelector, A.TypeSelector, A.UniversalSelector]);
124797
124970
  _inherit(A._ParentSelectorVisitor, A.__ParentSelectorVisitor_Object_SelectorSearchVisitor);
@@ -124861,6 +125034,7 @@ self.util = _cliPkgRequires.util;
124861
125034
  _inherit(A._IsInvisibleVisitor2, A.__IsInvisibleVisitor_Object_AnySelectorVisitor0);
124862
125035
  _inherit(A._IsBogusVisitor0, A.__IsBogusVisitor_Object_AnySelectorVisitor0);
124863
125036
  _inherit(A._IsUselessVisitor0, A.__IsUselessVisitor_Object_AnySelectorVisitor0);
125037
+ _inherit(A._ContainsParentSelectorVisitor0, A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0);
124864
125038
  _inherit(A.CssStylesheet0, A.CssParentNode0);
124865
125039
  _mixin(A.UnmodifiableListBase, A.UnmodifiableListMixin);
124866
125040
  _mixin(A.__CastListBase__CastIterableBase_ListMixin, A.ListBase);
@@ -124880,6 +125054,7 @@ self.util = _cliPkgRequires.util;
124880
125054
  _mixin(A._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, A.UnmodifiableSetMixin);
124881
125055
  _mixin(A.__IsInvisibleVisitor_Object_EveryCssVisitor, A.EveryCssVisitor);
124882
125056
  _mixin(A.__HasContentVisitor_Object_StatementSearchVisitor, A.StatementSearchVisitor);
125057
+ _mixin(A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
124883
125058
  _mixin(A.__IsBogusVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
124884
125059
  _mixin(A.__IsInvisibleVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
124885
125060
  _mixin(A.__IsUselessVisitor_Object_AnySelectorVisitor, A.AnySelectorVisitor);
@@ -124890,6 +125065,7 @@ self.util = _cliPkgRequires.util;
124890
125065
  _mixin(A.__ParentSelectorVisitor_Object_SelectorSearchVisitor0, A.SelectorSearchVisitor0);
124891
125066
  _mixin(A.__HasContentVisitor_Object_StatementSearchVisitor0, A.StatementSearchVisitor0);
124892
125067
  _mixin(A.__IsInvisibleVisitor_Object_EveryCssVisitor0, A.EveryCssVisitor0);
125068
+ _mixin(A.__ContainsParentSelectorVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
124893
125069
  _mixin(A.__IsBogusVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
124894
125070
  _mixin(A.__IsInvisibleVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
124895
125071
  _mixin(A.__IsUselessVisitor_Object_AnySelectorVisitor0, A.AnySelectorVisitor0);
@@ -124986,8 +125162,9 @@ self.util = _cliPkgRequires.util;
124986
125162
  x29x0a_Moro: ")\n\nMore info: https://sass-lang.com/documentation/functions/color#",
124987
125163
  x29x20in_a: ") in a future release.\n\nRecommendation: math.random(math.div($limit, 1",
124988
125164
  x29x20is_d: ") is deprecated.\n\nTo preserve current behavior: ",
124989
- x29x20to_cg: ") to color.grayscale() is deprecated.\n\nRecommendation: ",
124990
- x29x20to_ci: ") to color.invert() is deprecated.\n\nRecommendation: ",
125165
+ x29x20to_clg: ") to color.grayscale() is deprecated.\n\nRecommendation: ",
125166
+ x29x20to_cli: ") to color.invert() is deprecated.\n\nRecommendation: ",
125167
+ x29x20to_cm: ") to compileString() or related functions is deprecated and will be an error in Dart Sass 2.0.0.",
124991
125168
  x29x29__Mo: "))\n\nMore info: https://sass-lang.com/d/function-units",
124992
125169
  x2c_whicu: ", which uses a scheme declared as non-canonical.",
124993
125170
  x2c_whicw: ', which will likely produce invalid CSS.\nAlways quote color names when using them as strings or map keys (for example, "',
@@ -125958,6 +126135,8 @@ self.util = _cliPkgRequires.util;
125958
126135
  B.C_Utf8Encoder = new A.Utf8Encoder();
125959
126136
  B.C__ColorFormatEnum = new A._ColorFormatEnum();
125960
126137
  B.C__ColorFormatEnum0 = new A._ColorFormatEnum0();
126138
+ B.C__ContainsParentSelectorVisitor = new A._ContainsParentSelectorVisitor();
126139
+ B.C__ContainsParentSelectorVisitor0 = new A._ContainsParentSelectorVisitor0();
125961
126140
  B.C__DelayedDone = new A._DelayedDone();
125962
126141
  B.C__HasContentVisitor = new A._HasContentVisitor();
125963
126142
  B.C__HasContentVisitor0 = new A._HasContentVisitor0();
@@ -126028,6 +126207,7 @@ self.util = _cliPkgRequires.util;
126028
126207
  B.Deprecation_cyE = new A.Deprecation("color-functions", "1.79.0", "colorFunctions");
126029
126208
  B.Deprecation_d4j = new A.Deprecation0("css-function-mixin", "1.76.0", "Function and mixin names beginning with --.", "cssFunctionMixin");
126030
126209
  B.Deprecation_dAn = new A.Deprecation("call-string", "0.0.0", "callString");
126210
+ B.Deprecation_eJq = new A.Deprecation("compile-string-relative-url", "1.88.0", "compileStringRelativeUrl");
126031
126211
  B.Deprecation_f5Y = new A.Deprecation0("calc-interp", null, null, "calcInterp");
126032
126212
  B.Deprecation_fdF = new A.Deprecation0("color-functions", "1.79.0", "Using global color functions instead of sass:color.", "colorFunctions");
126033
126213
  B.Deprecation_hAa = new A.Deprecation("elseif", "1.3.2", "elseif");
@@ -126036,6 +126216,7 @@ self.util = _cliPkgRequires.util;
126036
126216
  B.Deprecation_kms = new A.Deprecation("type-function", "1.86.0", "typeFunction");
126037
126217
  B.Deprecation_l0m = new A.Deprecation0("null-alpha", "1.62.3", "Passing null as alpha in the JS API.", "nullAlpha");
126038
126218
  B.Deprecation_mSy = new A.Deprecation0("new-global", "1.17.2", "Declaring new variables with !global.", "newGlobal");
126219
+ B.Deprecation_pIR = new A.Deprecation0("compile-string-relative-url", "1.88.0", "Passing a relative url to compileString().", "compileStringRelativeUrl");
126039
126220
  B.Deprecation_pLJ = new A.Deprecation("abs-percent", "1.65.0", "absPercent");
126040
126221
  B.Deprecation_t60 = new A.Deprecation("strict-unary", "1.55.0", "strictUnary");
126041
126222
  B.Deprecation_tms = new A.Deprecation("fs-importer-cwd", "1.73.0", "fsImporterCwd");
@@ -126127,46 +126308,46 @@ self.util = _cliPkgRequires.util;
126127
126308
  B.Object_CHz = {dpi: 0, dpcm: 1, dppx: 2};
126128
126309
  B.Set_w2NC6 = new A.ConstantStringSet(B.Object_CHz, 3, type$.ConstantStringSet_String);
126129
126310
  B.List_BFg = A._setArrayType(makeConstList([B.Set_V30th, B.Set_5FBBb, B.Set_cXesm, B.Set_1Tayw, B.Set_w2NC6]), A.findType("JSArray<Set<String>>"));
126130
- 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>"));
126131
- B.Deprecation_MJf = new A.Deprecation("null-alpha", "1.62.3", "nullAlpha");
126132
- B.Deprecation_Nem = new A.Deprecation("color-4-api", "1.79.0", "color4Api");
126133
- B.Deprecation_fsU = new A.Deprecation("legacy-js-api", "1.79.0", "legacyJsApi");
126134
- B.Deprecation_ggp = new A.Deprecation("calc-interp", null, "calcInterp");
126135
- 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>"));
126136
- B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
126137
- B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncImporter);
126311
+ B.List_FlM = A._setArrayType(makeConstList([B.Deprecation_aM0, B.Deprecation_8ki, B.Deprecation_L0R, B.Deprecation_Ord, B.Deprecation_mSy, B.Deprecation_Kry, B.Deprecation_FyB, B.Deprecation_SHb, B.Deprecation_CRw, B.Deprecation_vn5, B.Deprecation_BzI, B.Deprecation_l0m, B.Deprecation_UYp, B.Deprecation_Ds6, B.Deprecation_d4j, B.Deprecation_MSr, B.Deprecation_HIp, B.Deprecation_FD1, B.Deprecation_fdF, B.Deprecation_F8y, B.Deprecation_OHJ, B.Deprecation_ZDV, B.Deprecation_vQt, B.Deprecation_pIR, B.Deprecation_ZVM, B.Deprecation_f5Y]), A.findType("JSArray<Deprecation0>"));
126312
+ B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncCallable_2);
126313
+ B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_AsyncImporter);
126138
126314
  B.List_empty1 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector);
126139
- B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector_2);
126315
+ B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelector_2);
126140
126316
  B.List_empty2 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent);
126141
- B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent_2);
126317
+ B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_ComplexSelectorComponent_2);
126142
126318
  B.List_empty10 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable);
126143
- B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable_2);
126319
+ B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_ConfiguredVariable_2);
126144
126320
  B.List_empty3 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode);
126145
- B.List_empty17 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode_2);
126146
- B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule);
126147
- B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule_2);
126321
+ B.List_empty19 = A._setArrayType(makeConstList([]), type$.JSArray_CssNode_2);
126322
+ B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule);
126323
+ B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_CssStyleRule_2);
126148
126324
  B.List_empty0 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator);
126149
- B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator_2);
126325
+ B.List_empty16 = A._setArrayType(makeConstList([]), type$.JSArray_CssValue_Combinator_2);
126150
126326
  B.List_empty9 = A._setArrayType(makeConstList([]), type$.JSArray_Expression);
126151
- B.List_empty21 = A._setArrayType(makeConstList([]), type$.JSArray_Expression_2);
126327
+ B.List_empty23 = A._setArrayType(makeConstList([]), type$.JSArray_Expression_2);
126152
126328
  B.List_empty5 = A._setArrayType(makeConstList([]), type$.JSArray_Extension);
126153
- B.List_empty18 = A._setArrayType(makeConstList([]), type$.JSArray_Extension_2);
126154
- B.List_empty25 = A._setArrayType(makeConstList([]), type$.JSArray_Importer_2);
126329
+ B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Extension_2);
126330
+ B.List_empty27 = A._setArrayType(makeConstList([]), type$.JSArray_Importer_2);
126155
126331
  B.List_empty7 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module0<0&>>"));
126156
- B.List_empty19 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module1<0&>>"));
126157
- B.List_empty28 = A._setArrayType(makeConstList([]), type$.JSArray_Object);
126158
- B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter);
126159
- B.List_empty24 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter_2);
126160
- B.List_empty13 = A._setArrayType(makeConstList([]), type$.JSArray_Statement);
126332
+ B.List_empty21 = A._setArrayType(makeConstList([]), A.findType("JSArray<Module1<0&>>"));
126333
+ B.List_empty11 = A._setArrayType(makeConstList([]), type$.JSArray_Object);
126334
+ B.List_empty14 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter);
126335
+ B.List_empty26 = A._setArrayType(makeConstList([]), type$.JSArray_Parameter_2);
126336
+ B.List_empty15 = A._setArrayType(makeConstList([]), type$.JSArray_Statement);
126161
126337
  B.List_empty = A._setArrayType(makeConstList([]), type$.JSArray_String);
126162
126338
  B.List_empty8 = A._setArrayType(makeConstList([]), type$.JSArray_Value);
126163
- B.List_empty20 = A._setArrayType(makeConstList([]), type$.JSArray_Value_2);
126339
+ B.List_empty22 = A._setArrayType(makeConstList([]), type$.JSArray_Value_2);
126164
126340
  B.List_empty4 = A._setArrayType(makeConstList([]), type$.JSArray_int);
126165
126341
  B.List_empty6 = A._setArrayType(makeConstList([]), type$.JSArray_dynamic);
126166
- B.List_empty29 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
126342
+ B.List_empty12 = A._setArrayType(makeConstList([]), type$.JSArray_nullable_FileSpan);
126167
126343
  B.List_g9w = A._setArrayType(makeConstList([B.CalculationOperator_F7i0, B.CalculationOperator_oum0, B.CalculationOperator_kkN0, B.CalculationOperator_bo50]), A.findType("JSArray<CalculationOperator0>"));
126168
126344
  B.List_nm2 = A._setArrayType(makeConstList([B.HueInterpolationMethod_00, B.HueInterpolationMethod_10, B.HueInterpolationMethod_20, B.HueInterpolationMethod_30]), A.findType("JSArray<HueInterpolationMethod0>"));
126169
126345
  B.List_null = A._setArrayType(makeConstList([null]), type$.JSArray_nullable_FileSpan);
126346
+ B.Deprecation_MJf = new A.Deprecation("null-alpha", "1.62.3", "nullAlpha");
126347
+ B.Deprecation_Nem = new A.Deprecation("color-4-api", "1.79.0", "color4Api");
126348
+ B.Deprecation_fsU = new A.Deprecation("legacy-js-api", "1.79.0", "legacyJsApi");
126349
+ B.Deprecation_ggp = new A.Deprecation("calc-interp", null, "calcInterp");
126350
+ B.List_rYe = A._setArrayType(makeConstList([B.Deprecation_dAn, B.Deprecation_hAa, B.Deprecation_89v, B.Deprecation_746, B.Deprecation_Rg0, B.Deprecation_u0j, B.Deprecation_BvP, B.Deprecation_9hF, B.Deprecation_t60, B.Deprecation_jG1, B.Deprecation_0NP, B.Deprecation_MJf, B.Deprecation_pLJ, B.Deprecation_tms, B.Deprecation_Kg6, B.Deprecation_39u, B.Deprecation_hcg, B.Deprecation_Nem, B.Deprecation_cyE, B.Deprecation_fsU, B.Deprecation_2g5, B.Deprecation_1AX, B.Deprecation_kms, B.Deprecation_eJq, B.Deprecation_KtC, B.Deprecation_ggp]), A.findType("JSArray<Deprecation>"));
126170
126351
  B.LinearChannel_n2W = new A.LinearChannel(0, 1, false, false, false, "long", false, null);
126171
126352
  B.LinearChannel_ZmQ = new A.LinearChannel(0, 1, false, false, false, "medium", false, null);
126172
126353
  B.LinearChannel_yJH = new A.LinearChannel(0, 1, false, false, false, "short", false, null);
@@ -126267,10 +126448,10 @@ self.util = _cliPkgRequires.util;
126267
126448
  B.SassBoolean_true = new A.SassBoolean(true);
126268
126449
  B.SassBoolean_true0 = new A.SassBoolean0(true);
126269
126450
  B.SassList_BlY = new A.SassList(B.List_empty8, B.ListSeparator_qVN, false);
126270
- B.SassList_BlY0 = new A.SassList0(B.List_empty20, B.ListSeparator_qVN0, false);
126271
- B.SassList_apG = new A.SassList0(B.List_empty20, B.ListSeparator_undecided_null_undecided0, false);
126451
+ B.SassList_BlY0 = new A.SassList0(B.List_empty22, B.ListSeparator_qVN0, false);
126452
+ B.SassList_apG = new A.SassList0(B.List_empty22, B.ListSeparator_undecided_null_undecided0, false);
126272
126453
  B.SassList_qAD = new A.SassList(B.List_empty8, B.ListSeparator_qVN, true);
126273
- B.SassList_qAD0 = new A.SassList0(B.List_empty20, B.ListSeparator_qVN0, true);
126454
+ B.SassList_qAD0 = new A.SassList0(B.List_empty22, B.ListSeparator_qVN0, true);
126274
126455
  B.Map_empty22 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value,Value>"));
126275
126456
  B.SassMap_Map_empty = new A.SassMap(B.Map_empty22);
126276
126457
  B.Map_empty23 = new A.ConstantStringMap(B.Object_empty, [], A.findType("ConstantStringMap<Value0,Value0>"));
@@ -126971,8 +127152,8 @@ self.util = _cliPkgRequires.util;
126971
127152
  _lazyFinal($, "deprecations", "$get$deprecations", () => {
126972
127153
  var _i, deprecation, t2,
126973
127154
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.String, A.findType("Deprecation1?"));
126974
- for (_i = 0; _i < 25; ++_i) {
126975
- deprecation = B.List_MG2[_i];
127155
+ for (_i = 0; _i < 26; ++_i) {
127156
+ deprecation = B.List_FlM[_i];
126976
127157
  if (deprecation !== B.Deprecation_f5Y) {
126977
127158
  t2 = deprecation.id;
126978
127159
  t1.$indexSet(0, t2, {id: t2, status: new A.deprecations_closure(deprecation).call$0(), description: deprecation.description, deprecatedIn: deprecation.get$deprecatedIn(0), obsoleteIn: deprecation.get$deprecatedIn(0)});
@@ -127112,7 +127293,7 @@ self.util = _cliPkgRequires.util;
127112
127293
  }
127113
127294
  return t2;
127114
127295
  });
127115
- _lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty28, B.List_empty29, $.$get$bogusSpan0()));
127296
+ _lazyFinal($, "_interpolation", "$get$_interpolation", () => A.Interpolation$0(B.List_empty11, B.List_empty12, $.$get$bogusSpan0()));
127116
127297
  _lazyFinal($, "_expression", "$get$_expression", () => A.NullExpression$($.$get$bogusSpan0()));
127117
127298
  _lazyFinal($, "global11", "$get$global10", () => {
127118
127299
  var _s8_ = "selector";