sass 1.52.1 → 1.53.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.
Files changed (4) hide show
  1. package/LICENSE +9 -9
  2. package/README.md +0 -19
  3. package/package.json +1 -1
  4. package/sass.dart.js +518 -338
package/sass.dart.js CHANGED
@@ -128,7 +128,7 @@ self.immutable = require("immutable");
128
128
  self.fs = require("fs");
129
129
  self.chokidar = _cli_pkg_requires.chokidar;
130
130
  self.readline = _cli_pkg_requires.readline;
131
- // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp), the Dart to JavaScript compiler version: 2.17.1.
131
+ // Generated by dart2js (NullSafetyMode.sound, trust primitives, omit checks, lax runtime type, csp), the Dart to JavaScript compiler version: 2.17.3.
132
132
  // The code supports the following hooks:
133
133
  // dartPrint(message):
134
134
  // if this function is defined it is called instead of the Dart [print]
@@ -11849,37 +11849,37 @@ self.readline = _cli_pkg_requires.readline;
11849
11849
  this._box_0 = t0;
11850
11850
  this.name = t1;
11851
11851
  },
11852
- StylesheetParser_expression_resetState: function StylesheetParser_expression_resetState(t0, t1, t2) {
11852
+ StylesheetParser__expression_resetState: function StylesheetParser__expression_resetState(t0, t1, t2) {
11853
11853
  this._box_0 = t0;
11854
11854
  this.$this = t1;
11855
11855
  this.start = t2;
11856
11856
  },
11857
- StylesheetParser_expression_resolveOneOperation: function StylesheetParser_expression_resolveOneOperation(t0, t1) {
11857
+ StylesheetParser__expression_resolveOneOperation: function StylesheetParser__expression_resolveOneOperation(t0, t1) {
11858
11858
  this._box_0 = t0;
11859
11859
  this.$this = t1;
11860
11860
  },
11861
- StylesheetParser_expression_resolveOperations: function StylesheetParser_expression_resolveOperations(t0, t1) {
11861
+ StylesheetParser__expression_resolveOperations: function StylesheetParser__expression_resolveOperations(t0, t1) {
11862
11862
  this._box_0 = t0;
11863
11863
  this.resolveOneOperation = t1;
11864
11864
  },
11865
- StylesheetParser_expression_addSingleExpression: function StylesheetParser_expression_addSingleExpression(t0, t1, t2, t3) {
11865
+ StylesheetParser__expression_addSingleExpression: function StylesheetParser__expression_addSingleExpression(t0, t1, t2, t3) {
11866
11866
  var _ = this;
11867
11867
  _._box_0 = t0;
11868
11868
  _.$this = t1;
11869
11869
  _.resetState = t2;
11870
11870
  _.resolveOperations = t3;
11871
11871
  },
11872
- StylesheetParser_expression_addOperator: function StylesheetParser_expression_addOperator(t0, t1, t2) {
11872
+ StylesheetParser__expression_addOperator: function StylesheetParser__expression_addOperator(t0, t1, t2) {
11873
11873
  this._box_0 = t0;
11874
11874
  this.$this = t1;
11875
11875
  this.resolveOneOperation = t2;
11876
11876
  },
11877
- StylesheetParser_expression_resolveSpaceExpressions: function StylesheetParser_expression_resolveSpaceExpressions(t0, t1, t2) {
11877
+ StylesheetParser__expression_resolveSpaceExpressions: function StylesheetParser__expression_resolveSpaceExpressions(t0, t1, t2) {
11878
11878
  this._box_0 = t0;
11879
11879
  this.$this = t1;
11880
11880
  this.resolveOperations = t2;
11881
11881
  },
11882
- StylesheetParser__expressionUntilComma_closure: function StylesheetParser__expressionUntilComma_closure(t0) {
11882
+ StylesheetParser_expressionUntilComma_closure: function StylesheetParser_expressionUntilComma_closure(t0) {
11883
11883
  this.$this = t0;
11884
11884
  },
11885
11885
  StylesheetParser__unicodeRange_closure: function StylesheetParser__unicodeRange_closure() {
@@ -14311,10 +14311,13 @@ self.readline = _cli_pkg_requires.readline;
14311
14311
  this.$this = t0;
14312
14312
  this.value = t1;
14313
14313
  },
14314
- _SerializeVisitor__visitChildren_closure: function _SerializeVisitor__visitChildren_closure(t0, t1, t2) {
14315
- this._box_0 = t0;
14316
- this.$this = t1;
14317
- this.children = t2;
14314
+ _SerializeVisitor__visitChildren_closure: function _SerializeVisitor__visitChildren_closure(t0, t1) {
14315
+ this.$this = t0;
14316
+ this.child = t1;
14317
+ },
14318
+ _SerializeVisitor__visitChildren_closure0: function _SerializeVisitor__visitChildren_closure0(t0, t1) {
14319
+ this.$this = t0;
14320
+ this.child = t1;
14318
14321
  },
14319
14322
  OutputStyle: function OutputStyle(t0) {
14320
14323
  this._name = t0;
@@ -20854,7 +20857,7 @@ self.readline = _cli_pkg_requires.readline;
20854
20857
  J.set$sassFalse$x(self.exports, B.SassBoolean_false0);
20855
20858
  J.set$Exception$x(self.exports, $.$get$exceptionClass());
20856
20859
  J.set$Logger$x(self.exports, {silent: {warn: A.allowInteropNamed("sass.Logger.silent.warn", new A.main_closure0()), debug: A.allowInteropNamed("sass.Logger.silent.debug", new A.main_closure1())}});
20857
- J.set$info$x(self.exports, "dart-sass\t1.52.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.17.1\t(Dart Compiler)\t[Dart]");
20860
+ J.set$info$x(self.exports, "dart-sass\t1.53.0\t(Sass Compiler)\t[Dart]\ndart2js\t2.17.3\t(Dart Compiler)\t[Dart]");
20858
20861
  A.updateSourceSpanPrototype();
20859
20862
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
20860
20863
  J.set$renderSync$x(self.exports, A.allowInteropNamed("sass.renderSync", A.legacy__renderSync$closure()));
@@ -21513,7 +21516,7 @@ self.readline = _cli_pkg_requires.readline;
21513
21516
  switch ($async$goto) {
21514
21517
  case 0:
21515
21518
  // Function start
21516
- $async$returnValue = "1.52.1 compiled with dart2js 2.17.1";
21519
+ $async$returnValue = "1.53.0 compiled with dart2js 2.17.3";
21517
21520
  // goto return
21518
21521
  $async$goto = 1;
21519
21522
  break;
@@ -21768,10 +21771,13 @@ self.readline = _cli_pkg_requires.readline;
21768
21771
  this.$this = t0;
21769
21772
  this.value = t1;
21770
21773
  },
21771
- _SerializeVisitor__visitChildren_closure0: function _SerializeVisitor__visitChildren_closure0(t0, t1, t2) {
21772
- this._box_0 = t0;
21773
- this.$this = t1;
21774
- this.children = t2;
21774
+ _SerializeVisitor__visitChildren_closure1: function _SerializeVisitor__visitChildren_closure1(t0, t1) {
21775
+ this.$this = t0;
21776
+ this.child = t1;
21777
+ },
21778
+ _SerializeVisitor__visitChildren_closure2: function _SerializeVisitor__visitChildren_closure2(t0, t1) {
21779
+ this.$this = t0;
21780
+ this.child = t1;
21775
21781
  },
21776
21782
  OutputStyle0: function OutputStyle0(t0) {
21777
21783
  this._serialize0$_name = t0;
@@ -22180,37 +22186,37 @@ self.readline = _cli_pkg_requires.readline;
22180
22186
  this._box_0 = t0;
22181
22187
  this.name = t1;
22182
22188
  },
22183
- StylesheetParser_expression_resetState0: function StylesheetParser_expression_resetState0(t0, t1, t2) {
22189
+ StylesheetParser__expression_resetState0: function StylesheetParser__expression_resetState0(t0, t1, t2) {
22184
22190
  this._box_0 = t0;
22185
22191
  this.$this = t1;
22186
22192
  this.start = t2;
22187
22193
  },
22188
- StylesheetParser_expression_resolveOneOperation0: function StylesheetParser_expression_resolveOneOperation0(t0, t1) {
22194
+ StylesheetParser__expression_resolveOneOperation0: function StylesheetParser__expression_resolveOneOperation0(t0, t1) {
22189
22195
  this._box_0 = t0;
22190
22196
  this.$this = t1;
22191
22197
  },
22192
- StylesheetParser_expression_resolveOperations0: function StylesheetParser_expression_resolveOperations0(t0, t1) {
22198
+ StylesheetParser__expression_resolveOperations0: function StylesheetParser__expression_resolveOperations0(t0, t1) {
22193
22199
  this._box_0 = t0;
22194
22200
  this.resolveOneOperation = t1;
22195
22201
  },
22196
- StylesheetParser_expression_addSingleExpression0: function StylesheetParser_expression_addSingleExpression0(t0, t1, t2, t3) {
22202
+ StylesheetParser__expression_addSingleExpression0: function StylesheetParser__expression_addSingleExpression0(t0, t1, t2, t3) {
22197
22203
  var _ = this;
22198
22204
  _._box_0 = t0;
22199
22205
  _.$this = t1;
22200
22206
  _.resetState = t2;
22201
22207
  _.resolveOperations = t3;
22202
22208
  },
22203
- StylesheetParser_expression_addOperator0: function StylesheetParser_expression_addOperator0(t0, t1, t2) {
22209
+ StylesheetParser__expression_addOperator0: function StylesheetParser__expression_addOperator0(t0, t1, t2) {
22204
22210
  this._box_0 = t0;
22205
22211
  this.$this = t1;
22206
22212
  this.resolveOneOperation = t2;
22207
22213
  },
22208
- StylesheetParser_expression_resolveSpaceExpressions0: function StylesheetParser_expression_resolveSpaceExpressions0(t0, t1, t2) {
22214
+ StylesheetParser__expression_resolveSpaceExpressions0: function StylesheetParser__expression_resolveSpaceExpressions0(t0, t1, t2) {
22209
22215
  this._box_0 = t0;
22210
22216
  this.$this = t1;
22211
22217
  this.resolveOperations = t2;
22212
22218
  },
22213
- StylesheetParser__expressionUntilComma_closure0: function StylesheetParser__expressionUntilComma_closure0(t0) {
22219
+ StylesheetParser_expressionUntilComma_closure0: function StylesheetParser_expressionUntilComma_closure0(t0) {
22214
22220
  this.$this = t0;
22215
22221
  },
22216
22222
  StylesheetParser__unicodeRange_closure1: function StylesheetParser__unicodeRange_closure1() {
@@ -23376,7 +23382,7 @@ self.readline = _cli_pkg_requires.readline;
23376
23382
  if (t6 == null)
23377
23383
  t6 = B.StderrLogger_false;
23378
23384
  t6 = new A.ScssParser(A.LinkedHashMap_LinkedHashMap$_empty(t3, t4), t7, t6);
23379
- t6 = t6._parseSingleProduction$1$1(t6.get$expression(), t1);
23385
+ t6 = t6._parseSingleProduction$1$1(t6.get$_expression(), t1);
23380
23386
  line0 = t5._visitor.runExpression$2(t5._importer, t6).toString$0(0);
23381
23387
  toZone = $.printToZone;
23382
23388
  if (toZone == null)
@@ -45012,22 +45018,31 @@ self.readline = _cli_pkg_requires.readline;
45012
45018
  }
45013
45019
  },
45014
45020
  identifierLike$0() {
45015
- var t2, $arguments, t3, t4, _this = this,
45021
+ var t2, allowEmptySecondArg, $arguments, t3, t4, _this = this,
45016
45022
  t1 = _this.scanner,
45017
45023
  start = new A._SpanScannerState(t1, t1._string_scanner$_position),
45018
45024
  identifier = _this.interpolatedIdentifier$0(),
45019
45025
  plain = identifier.get$asPlain(),
45020
- specialFunction = _this.trySpecialFunction$2(plain.toLowerCase(), start);
45026
+ lower = plain.toLowerCase(),
45027
+ specialFunction = _this.trySpecialFunction$2(lower, start);
45021
45028
  if (specialFunction != null)
45022
45029
  return specialFunction;
45023
45030
  t2 = t1._string_scanner$_position;
45024
45031
  if (!t1.scanChar$1(40))
45025
45032
  return new A.StringExpression(identifier, false);
45033
+ allowEmptySecondArg = lower === "var";
45026
45034
  $arguments = A._setArrayType([], type$.JSArray_Expression);
45027
45035
  if (!t1.scanChar$1(41)) {
45028
45036
  do {
45029
45037
  _this.whitespace$0();
45030
- $arguments.push(_this.expression$1$singleEquals(true));
45038
+ if (allowEmptySecondArg && $arguments.length === 1 && t1.peekChar$0() === 41) {
45039
+ t3 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
45040
+ t4 = t3.offset;
45041
+ t4 = A._FileSpan$(t3.file, t4, t4);
45042
+ $arguments.push(new A.StringExpression(A.Interpolation$(A._setArrayType([""], type$.JSArray_Object), t4), false));
45043
+ break;
45044
+ }
45045
+ $arguments.push(_this.expressionUntilComma$1$singleEquals(true));
45031
45046
  _this.whitespace$0();
45032
45047
  } while (t1.scanChar$1(44));
45033
45048
  t1.expectChar$1(41);
@@ -46856,7 +46871,7 @@ self.readline = _cli_pkg_requires.readline;
46856
46871
  t2 = _this.scanner;
46857
46872
  t2.expectChar$1(58);
46858
46873
  _this.whitespace$0();
46859
- value = _this.expression$0();
46874
+ value = _this._expression$0();
46860
46875
  flagStart = new A._SpanScannerState(t2, t2._string_scanner$_position);
46861
46876
  for (t3 = t2.string, guarded = false, global = false; t2.scanChar$1(33);) {
46862
46877
  flag = _this.identifier$0();
@@ -46993,7 +47008,7 @@ self.readline = _cli_pkg_requires.readline;
46993
47008
  beforeDeclaration = new A._SpanScannerState(t2, t2._string_scanner$_position);
46994
47009
  t3 = t1.value = null;
46995
47010
  try {
46996
- t3 = t1.value = _this.expression$0();
47011
+ t3 = t1.value = _this._expression$0();
46997
47012
  if (_this.lookingAtChildren$0()) {
46998
47013
  if (couldBeSelector)
46999
47014
  _this.expectStatementSeparator$0();
@@ -47114,7 +47129,7 @@ self.readline = _cli_pkg_requires.readline;
47114
47129
  t2.error$1(0, _s48_);
47115
47130
  return _this._withChildren$3(_this.get$_declarationChild(), start, new A.StylesheetParser__propertyOrVariableDeclaration_closure(t1));
47116
47131
  }
47117
- value = _this.expression$0();
47132
+ value = _this._expression$0();
47118
47133
  if (_this.lookingAtChildren$0()) {
47119
47134
  if (_this.get$plainCss())
47120
47135
  t2.error$1(0, _s48_);
@@ -47275,7 +47290,7 @@ self.readline = _cli_pkg_requires.readline;
47275
47290
  case "if":
47276
47291
  return _this._ifRule$2(start, _this.get$_functionChild());
47277
47292
  case "return":
47278
- value = _this.expression$0();
47293
+ value = _this._expression$0();
47279
47294
  _this.expectStatementSeparator$1("@return rule");
47280
47295
  return new A.ReturnRule(value, t1.spanFrom$1(start));
47281
47296
  case "warn":
@@ -47318,14 +47333,14 @@ self.readline = _cli_pkg_requires.readline;
47318
47333
  t1.expectChar$1(40);
47319
47334
  t3._contents += A.Primitives_stringFromCharCode(40);
47320
47335
  _this.whitespace$0();
47321
- t5 = _this.expression$0();
47336
+ t5 = _this._expression$0();
47322
47337
  buffer._flushText$0();
47323
47338
  t4.push(t5);
47324
47339
  if (t1.scanChar$1(58)) {
47325
47340
  _this.whitespace$0();
47326
47341
  t5 = t3._contents += A.Primitives_stringFromCharCode(58);
47327
47342
  t3._contents = t5 + A.Primitives_stringFromCharCode(32);
47328
- t5 = _this.expression$0();
47343
+ t5 = _this._expression$0();
47329
47344
  buffer._flushText$0();
47330
47345
  t4.push(t5);
47331
47346
  }
@@ -47351,7 +47366,7 @@ self.readline = _cli_pkg_requires.readline;
47351
47366
  return new A.ContentRule($arguments, t1.spanFrom$1(start));
47352
47367
  },
47353
47368
  _debugRule$1(start) {
47354
- var value = this.expression$0();
47369
+ var value = this._expression$0();
47355
47370
  this.expectStatementSeparator$1("@debug rule");
47356
47371
  return new A.DebugRule(value, this.scanner.spanFrom$1(start));
47357
47372
  },
@@ -47369,10 +47384,10 @@ self.readline = _cli_pkg_requires.readline;
47369
47384
  }
47370
47385
  _this.expectIdentifier$1("in");
47371
47386
  _this.whitespace$0();
47372
- return _this._withChildren$3(child, start, new A.StylesheetParser__eachRule_closure(_this, wasInControlDirective, variables, _this.expression$0()));
47387
+ return _this._withChildren$3(child, start, new A.StylesheetParser__eachRule_closure(_this, wasInControlDirective, variables, _this._expression$0()));
47373
47388
  },
47374
47389
  _errorRule$1(start) {
47375
- var value = this.expression$0();
47390
+ var value = this._expression$0();
47376
47391
  this.expectStatementSeparator$1("@error rule");
47377
47392
  return new A.ErrorRule(value, this.scanner.spanFrom$1(start));
47378
47393
  },
@@ -47411,11 +47426,11 @@ self.readline = _cli_pkg_requires.readline;
47411
47426
  _this.expectIdentifier$1("from");
47412
47427
  _this.whitespace$0();
47413
47428
  t1.exclusive = null;
47414
- from = _this.expression$1$until(new A.StylesheetParser__forRule_closure(t1, _this));
47429
+ from = _this._expression$1$until(new A.StylesheetParser__forRule_closure(t1, _this));
47415
47430
  if (t1.exclusive == null)
47416
47431
  _this.scanner.error$1(0, 'Expected "to" or "through".');
47417
47432
  _this.whitespace$0();
47418
- return _this._withChildren$3(child, start, new A.StylesheetParser__forRule_closure0(t1, _this, wasInControlDirective, variable, from, _this.expression$0()));
47433
+ return _this._withChildren$3(child, start, new A.StylesheetParser__forRule_closure0(t1, _this, wasInControlDirective, variable, from, _this._expression$0()));
47419
47434
  },
47420
47435
  _forwardRule$1(start) {
47421
47436
  var prefix, members, shownMixinsAndFunctions, shownVariables, hiddenVariables, hiddenMixinsAndFunctions, configuration, span, t1, t2, t3, t4, _this = this, _null = null,
@@ -47488,7 +47503,7 @@ self.readline = _cli_pkg_requires.readline;
47488
47503
  ifIndentation = _this.get$currentIndentation(),
47489
47504
  wasInControlDirective = _this._inControlDirective;
47490
47505
  _this._inControlDirective = true;
47491
- condition = _this.expression$0();
47506
+ condition = _this._expression$0();
47492
47507
  children = _this.children$1(0, child);
47493
47508
  _this.whitespaceWithoutComments$0();
47494
47509
  clauses = A._setArrayType([A.IfClause$(condition, children)], type$.JSArray_IfClause);
@@ -47500,7 +47515,7 @@ self.readline = _cli_pkg_requires.readline;
47500
47515
  _this.whitespace$0();
47501
47516
  if (_this.scanIdentifier$1("if")) {
47502
47517
  _this.whitespace$0();
47503
- clauses.push(A.IfClause$(_this.expression$0(), _this.children$1(0, child)));
47518
+ clauses.push(A.IfClause$(_this._expression$0(), _this.children$1(0, child)));
47504
47519
  } else {
47505
47520
  lastClause = A.ElseClause$(_this.children$1(0, child));
47506
47521
  break;
@@ -47691,7 +47706,7 @@ self.readline = _cli_pkg_requires.readline;
47691
47706
  if ($function != null)
47692
47707
  return $function;
47693
47708
  t2 = t1._string_scanner$_position;
47694
- $name = _this.expression$0();
47709
+ $name = _this._expression$0();
47695
47710
  t1.expectChar$1(58);
47696
47711
  return _this._supportsDeclarationValue$2($name, new A._SpanScannerState(t1, t2));
47697
47712
  }
@@ -47911,7 +47926,7 @@ self.readline = _cli_pkg_requires.readline;
47911
47926
  _this.whitespace$0();
47912
47927
  t1.expectChar$1(58);
47913
47928
  _this.whitespace$0();
47914
- expression = _this._expressionUntilComma$0();
47929
+ expression = _this.expressionUntilComma$0();
47915
47930
  t4 = t1._string_scanner$_position;
47916
47931
  if (allowGuarded && t1.scanChar$1(33))
47917
47932
  if (_this.identifier$0() === "default") {
@@ -47948,7 +47963,7 @@ self.readline = _cli_pkg_requires.readline;
47948
47963
  return this._stylesheet$_configuration$1$allowGuarded(false);
47949
47964
  },
47950
47965
  _warnRule$1(start) {
47951
- var value = this.expression$0();
47966
+ var value = this._expression$0();
47952
47967
  this.expectStatementSeparator$1("@warn rule");
47953
47968
  return new A.WarnRule(value, this.scanner.spanFrom$1(start));
47954
47969
  },
@@ -47956,7 +47971,7 @@ self.readline = _cli_pkg_requires.readline;
47956
47971
  var _this = this,
47957
47972
  wasInControlDirective = _this._inControlDirective;
47958
47973
  _this._inControlDirective = true;
47959
- return _this._withChildren$3(child, start, new A.StylesheetParser__whileRule_closure(_this, wasInControlDirective, _this.expression$0()));
47974
+ return _this._withChildren$3(child, start, new A.StylesheetParser__whileRule_closure(_this, wasInControlDirective, _this._expression$0()));
47960
47975
  },
47961
47976
  unknownAtRule$2(start, $name) {
47962
47977
  var t2, t3, rule, _this = this, t1 = {},
@@ -47998,7 +48013,7 @@ self.readline = _cli_pkg_requires.readline;
47998
48013
  _this.whitespace$0();
47999
48014
  if (t1.scanChar$1(58)) {
48000
48015
  _this.whitespace$0();
48001
- defaultValue = _this._expressionUntilComma$0();
48016
+ defaultValue = _this.expressionUntilComma$0();
48002
48017
  } else {
48003
48018
  if (t1.scanChar$1(46)) {
48004
48019
  t1.expectChar$1(46);
@@ -48026,8 +48041,8 @@ self.readline = _cli_pkg_requires.readline;
48026
48041
  t1 = t1.spanFrom$1(new A._SpanScannerState(t1, t2));
48027
48042
  return new A.ArgumentDeclaration(A.List_List$unmodifiable($arguments, type$.Argument), restArgument, t1);
48028
48043
  },
48029
- _argumentInvocation$1$mixin(mixin) {
48030
- var positional, t3, t4, named, keywordRest, t5, t6, rest, expression, t7, _this = this,
48044
+ _argumentInvocation$2$allowEmptySecondArg$mixin(allowEmptySecondArg, mixin) {
48045
+ var positional, t3, t4, named, keywordRest, t5, t6, rest, expression, t7, result, _this = this, _null = null,
48031
48046
  t1 = _this.scanner,
48032
48047
  t2 = t1._string_scanner$_position;
48033
48048
  t1.expectChar$1(40);
@@ -48038,20 +48053,20 @@ self.readline = _cli_pkg_requires.readline;
48038
48053
  named = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4);
48039
48054
  t5 = !mixin;
48040
48055
  t6 = t1.string;
48041
- rest = null;
48056
+ rest = _null;
48042
48057
  while (true) {
48043
48058
  if (!_this._lookingAtExpression$0()) {
48044
- keywordRest = null;
48059
+ keywordRest = _null;
48045
48060
  break;
48046
48061
  }
48047
- expression = _this._expressionUntilComma$1$singleEquals(t5);
48062
+ expression = _this.expressionUntilComma$1$singleEquals(t5);
48048
48063
  _this.whitespace$0();
48049
48064
  if (expression instanceof A.VariableExpression && t1.scanChar$1(58)) {
48050
48065
  _this.whitespace$0();
48051
48066
  t7 = expression.name;
48052
48067
  if (named.containsKey$1(t7))
48053
48068
  A.throwExpression(new A.StringScannerException(t6, "Duplicate argument.", expression.span));
48054
- named.$indexSet(0, t7, _this._expressionUntilComma$1$singleEquals(t5));
48069
+ named.$indexSet(0, t7, _this.expressionUntilComma$1$singleEquals(t5));
48055
48070
  } else if (t1.scanChar$1(46)) {
48056
48071
  t1.expectChar$1(46);
48057
48072
  t1.expectChar$1(46);
@@ -48067,19 +48082,41 @@ self.readline = _cli_pkg_requires.readline;
48067
48082
  positional.push(expression);
48068
48083
  _this.whitespace$0();
48069
48084
  if (!t1.scanChar$1(44)) {
48070
- keywordRest = null;
48085
+ keywordRest = _null;
48071
48086
  break;
48072
48087
  }
48073
48088
  _this.whitespace$0();
48089
+ if (allowEmptySecondArg && positional.length === 1 && named.__js_helper$_length === 0 && rest == null && t1.peekChar$0() === 41) {
48090
+ t5 = t1._sourceFile;
48091
+ t6 = t1._string_scanner$_position;
48092
+ new A.FileLocation(t5, t6).FileLocation$_$2(t5, t6);
48093
+ t7 = new A._FileSpan(t5, t6, t6);
48094
+ t7._FileSpan$3(t5, t6, t6);
48095
+ t6 = A._setArrayType([""], type$.JSArray_Object);
48096
+ result = A.List_List$from(t6, false, type$.Object);
48097
+ result.fixed$length = Array;
48098
+ result.immutable$list = Array;
48099
+ t5 = new A.Interpolation(result, t7);
48100
+ t5.Interpolation$2(t6, t7);
48101
+ positional.push(new A.StringExpression(t5, false));
48102
+ keywordRest = _null;
48103
+ break;
48104
+ }
48074
48105
  }
48075
48106
  t1.expectChar$1(41);
48076
48107
  t1 = t1.spanFrom$1(new A._SpanScannerState(t1, t2));
48077
48108
  return new A.ArgumentInvocation(A.List_List$unmodifiable(positional, t4), A.ConstantMap_ConstantMap$from(named, t3, t4), rest, keywordRest, t1);
48078
48109
  },
48079
48110
  _argumentInvocation$0() {
48080
- return this._argumentInvocation$1$mixin(false);
48111
+ return this._argumentInvocation$2$allowEmptySecondArg$mixin(false, false);
48081
48112
  },
48082
- expression$3$bracketList$singleEquals$until(bracketList, singleEquals, until) {
48113
+ _argumentInvocation$1$allowEmptySecondArg(allowEmptySecondArg) {
48114
+ return this._argumentInvocation$2$allowEmptySecondArg$mixin(allowEmptySecondArg, false);
48115
+ },
48116
+ _argumentInvocation$1$mixin(mixin) {
48117
+ return this._argumentInvocation$2$allowEmptySecondArg$mixin(false, mixin);
48118
+ },
48119
+ _expression$3$bracketList$singleEquals$until(bracketList, singleEquals, until) {
48083
48120
  var t2, beforeBracket, start, wasInParentheses, resetState, resolveOneOperation, resolveOperations, addSingleExpression, addOperator, resolveSpaceExpressions, t3, first, next, t4, commaExpressions, spaceExpressions, singleExpression, _this = this,
48084
48121
  _s20_ = "Expected expression.",
48085
48122
  _box_0 = {},
@@ -48104,12 +48141,12 @@ self.readline = _cli_pkg_requires.readline;
48104
48141
  _box_0.operands_ = _box_0.operators_ = _box_0.spaceExpressions_ = _box_0.commaExpressions_ = null;
48105
48142
  _box_0.allowSlash = true;
48106
48143
  _box_0.singleExpression_ = _this._singleExpression$0();
48107
- resetState = new A.StylesheetParser_expression_resetState(_box_0, _this, start);
48108
- resolveOneOperation = new A.StylesheetParser_expression_resolveOneOperation(_box_0, _this);
48109
- resolveOperations = new A.StylesheetParser_expression_resolveOperations(_box_0, resolveOneOperation);
48110
- addSingleExpression = new A.StylesheetParser_expression_addSingleExpression(_box_0, _this, resetState, resolveOperations);
48111
- addOperator = new A.StylesheetParser_expression_addOperator(_box_0, _this, resolveOneOperation);
48112
- resolveSpaceExpressions = new A.StylesheetParser_expression_resolveSpaceExpressions(_box_0, _this, resolveOperations);
48144
+ resetState = new A.StylesheetParser__expression_resetState(_box_0, _this, start);
48145
+ resolveOneOperation = new A.StylesheetParser__expression_resolveOneOperation(_box_0, _this);
48146
+ resolveOperations = new A.StylesheetParser__expression_resolveOperations(_box_0, resolveOneOperation);
48147
+ addSingleExpression = new A.StylesheetParser__expression_addSingleExpression(_box_0, _this, resetState, resolveOperations);
48148
+ addOperator = new A.StylesheetParser__expression_addOperator(_box_0, _this, resolveOneOperation);
48149
+ resolveSpaceExpressions = new A.StylesheetParser__expression_resolveSpaceExpressions(_box_0, _this, resolveOperations);
48113
48150
  $label0$0:
48114
48151
  for (t3 = type$.JSArray_Expression; true;) {
48115
48152
  _this.whitespace$0();
@@ -48121,7 +48158,7 @@ self.readline = _cli_pkg_requires.readline;
48121
48158
  addSingleExpression.call$1(_this._parentheses$0());
48122
48159
  break;
48123
48160
  case 91:
48124
- addSingleExpression.call$1(_this.expression$1$bracketList(true));
48161
+ addSingleExpression.call$1(_this._expression$1$bracketList(true));
48125
48162
  break;
48126
48163
  case 36:
48127
48164
  addSingleExpression.call$1(_this._variable$0());
@@ -48370,26 +48407,23 @@ self.readline = _cli_pkg_requires.readline;
48370
48407
  return t1;
48371
48408
  }
48372
48409
  },
48373
- expression$0() {
48374
- return this.expression$3$bracketList$singleEquals$until(false, false, null);
48375
- },
48376
- expression$2$singleEquals$until(singleEquals, until) {
48377
- return this.expression$3$bracketList$singleEquals$until(false, singleEquals, until);
48410
+ _expression$0() {
48411
+ return this._expression$3$bracketList$singleEquals$until(false, false, null);
48378
48412
  },
48379
- expression$1$bracketList(bracketList) {
48380
- return this.expression$3$bracketList$singleEquals$until(bracketList, false, null);
48413
+ _expression$2$singleEquals$until(singleEquals, until) {
48414
+ return this._expression$3$bracketList$singleEquals$until(false, singleEquals, until);
48381
48415
  },
48382
- expression$1$singleEquals(singleEquals) {
48383
- return this.expression$3$bracketList$singleEquals$until(false, singleEquals, null);
48416
+ _expression$1$bracketList(bracketList) {
48417
+ return this._expression$3$bracketList$singleEquals$until(bracketList, false, null);
48384
48418
  },
48385
- expression$1$until(until) {
48386
- return this.expression$3$bracketList$singleEquals$until(false, false, until);
48419
+ _expression$1$until(until) {
48420
+ return this._expression$3$bracketList$singleEquals$until(false, false, until);
48387
48421
  },
48388
- _expressionUntilComma$1$singleEquals(singleEquals) {
48389
- return this.expression$2$singleEquals$until(singleEquals, new A.StylesheetParser__expressionUntilComma_closure(this));
48422
+ expressionUntilComma$1$singleEquals(singleEquals) {
48423
+ return this._expression$2$singleEquals$until(singleEquals, new A.StylesheetParser_expressionUntilComma_closure(this));
48390
48424
  },
48391
- _expressionUntilComma$0() {
48392
- return this._expressionUntilComma$1$singleEquals(false);
48425
+ expressionUntilComma$0() {
48426
+ return this.expressionUntilComma$1$singleEquals(false);
48393
48427
  },
48394
48428
  _isSlashOperand$1(expression) {
48395
48429
  var t1;
@@ -48414,7 +48448,7 @@ self.readline = _cli_pkg_requires.readline;
48414
48448
  case 46:
48415
48449
  return _this._number$0();
48416
48450
  case 91:
48417
- return _this.expression$1$bracketList(true);
48451
+ return _this._expression$1$bracketList(true);
48418
48452
  case 36:
48419
48453
  return _this._variable$0();
48420
48454
  case 38:
@@ -48525,7 +48559,7 @@ self.readline = _cli_pkg_requires.readline;
48525
48559
  t2 = A.List_List$unmodifiable(t2, type$.Expression);
48526
48560
  return new A.ListExpression(t2, B.ListSeparator_undecided_null, false, t1);
48527
48561
  }
48528
- first = _this._expressionUntilComma$0();
48562
+ first = _this.expressionUntilComma$0();
48529
48563
  if (t1.scanChar$1(58)) {
48530
48564
  _this.whitespace$0();
48531
48565
  t1 = _this._stylesheet$_map$2(first, start);
@@ -48541,7 +48575,7 @@ self.readline = _cli_pkg_requires.readline;
48541
48575
  for (; true;) {
48542
48576
  if (!_this._lookingAtExpression$0())
48543
48577
  break;
48544
- J.add$1$ax(expressions, _this._expressionUntilComma$0());
48578
+ J.add$1$ax(expressions, _this.expressionUntilComma$0());
48545
48579
  if (!t1.scanChar$1(44))
48546
48580
  break;
48547
48581
  _this.whitespace$0();
@@ -48557,15 +48591,15 @@ self.readline = _cli_pkg_requires.readline;
48557
48591
  _stylesheet$_map$2(first, start) {
48558
48592
  var t2, key, _this = this,
48559
48593
  t1 = type$.Tuple2_Expression_Expression,
48560
- pairs = A._setArrayType([new A.Tuple2(first, _this._expressionUntilComma$0(), t1)], type$.JSArray_Tuple2_Expression_Expression);
48594
+ pairs = A._setArrayType([new A.Tuple2(first, _this.expressionUntilComma$0(), t1)], type$.JSArray_Tuple2_Expression_Expression);
48561
48595
  for (t2 = _this.scanner; t2.scanChar$1(44);) {
48562
48596
  _this.whitespace$0();
48563
48597
  if (!_this._lookingAtExpression$0())
48564
48598
  break;
48565
- key = _this._expressionUntilComma$0();
48599
+ key = _this.expressionUntilComma$0();
48566
48600
  t2.expectChar$1(58);
48567
48601
  _this.whitespace$0();
48568
- pairs.push(new A.Tuple2(key, _this._expressionUntilComma$0(), t1));
48602
+ pairs.push(new A.Tuple2(key, _this.expressionUntilComma$0(), t1));
48569
48603
  }
48570
48604
  t2.expectChar$1(41);
48571
48605
  t2 = t2.spanFrom$1(start);
@@ -48846,11 +48880,12 @@ self.readline = _cli_pkg_requires.readline;
48846
48880
  return new A.StringExpression(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))), true);
48847
48881
  },
48848
48882
  identifierLike$0() {
48849
- var invocation, lower, color, specialFunction, _this = this,
48883
+ var invocation, color, specialFunction, _this = this,
48850
48884
  t1 = _this.scanner,
48851
48885
  start = new A._SpanScannerState(t1, t1._string_scanner$_position),
48852
48886
  identifier = _this.interpolatedIdentifier$0(),
48853
48887
  plain = identifier.get$asPlain(),
48888
+ lower = A._Cell$(),
48854
48889
  t2 = plain == null,
48855
48890
  t3 = !t2;
48856
48891
  if (t3) {
@@ -48861,7 +48896,7 @@ self.readline = _cli_pkg_requires.readline;
48861
48896
  _this.whitespace$0();
48862
48897
  return new A.UnaryOperationExpression(B.UnaryOperator_not_not, _this._singleExpression$0(), identifier.span);
48863
48898
  }
48864
- lower = plain.toLowerCase();
48899
+ lower._value = plain.toLowerCase();
48865
48900
  if (t1.peekChar$0() !== 40) {
48866
48901
  switch (plain) {
48867
48902
  case "false":
@@ -48871,13 +48906,13 @@ self.readline = _cli_pkg_requires.readline;
48871
48906
  case "true":
48872
48907
  return new A.BooleanExpression(true, identifier.span);
48873
48908
  }
48874
- color = $.$get$colorsByName().$index(0, lower);
48909
+ color = $.$get$colorsByName().$index(0, lower._readLocal$0());
48875
48910
  if (color != null) {
48876
48911
  t1 = identifier.span;
48877
48912
  return new A.ColorExpression(A.SassColor$rgbInternal(color.get$red(color), color.get$green(color), color.get$blue(color), color._alpha, new A.SpanColorFormat(t1)), t1);
48878
48913
  }
48879
48914
  }
48880
- specialFunction = _this.trySpecialFunction$2(lower, start);
48915
+ specialFunction = _this.trySpecialFunction$2(lower._readLocal$0(), start);
48881
48916
  if (specialFunction != null)
48882
48917
  return specialFunction;
48883
48918
  }
@@ -48894,7 +48929,7 @@ self.readline = _cli_pkg_requires.readline;
48894
48929
  if (t2)
48895
48930
  return new A.InterpolatedFunctionExpression(identifier, _this._argumentInvocation$0(), t1.spanFrom$1(start));
48896
48931
  else
48897
- return new A.FunctionExpression(null, plain, _this._argumentInvocation$0(), t1.spanFrom$1(start));
48932
+ return new A.FunctionExpression(null, plain, _this._argumentInvocation$1$allowEmptySecondArg(J.$eq$(lower._readLocal$0(), "var")), t1.spanFrom$1(start));
48898
48933
  default:
48899
48934
  return new A.StringExpression(identifier, false);
48900
48935
  }
@@ -49566,7 +49601,7 @@ self.readline = _cli_pkg_requires.readline;
49566
49601
  t2 = t1._string_scanner$_position;
49567
49602
  t1.expect$1("#{");
49568
49603
  _this.whitespace$0();
49569
- contents = _this.expression$0();
49604
+ contents = _this._expression$0();
49570
49605
  t1.expectChar$1(125);
49571
49606
  if (_this.get$plainCss())
49572
49607
  _this.error$2(0, string$.Interpp, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
@@ -49640,7 +49675,7 @@ self.readline = _cli_pkg_requires.readline;
49640
49675
  _this.whitespace$0();
49641
49676
  t5 = t3._contents += A.Primitives_stringFromCharCode(58);
49642
49677
  t3._contents = t5 + A.Primitives_stringFromCharCode(32);
49643
- t5 = _this.expression$0();
49678
+ t5 = _this._expression$0();
49644
49679
  buffer._flushText$0();
49645
49680
  t4.push(t5);
49646
49681
  } else {
@@ -49680,7 +49715,7 @@ self.readline = _cli_pkg_requires.readline;
49680
49715
  return buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
49681
49716
  },
49682
49717
  _expressionUntilComparison$0() {
49683
- return this.expression$1$until(new A.StylesheetParser__expressionUntilComparison_closure(this));
49718
+ return this._expression$1$until(new A.StylesheetParser__expressionUntilComparison_closure(this));
49684
49719
  },
49685
49720
  _supportsCondition$0() {
49686
49721
  var condition, operator, right, endPosition, t3, t4, lowerOperator, _this = this,
@@ -49752,7 +49787,7 @@ self.readline = _cli_pkg_requires.readline;
49752
49787
  nameStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
49753
49788
  wasInParentheses = _this._inParentheses;
49754
49789
  try {
49755
- $name = _this.expression$0();
49790
+ $name = _this._expression$0();
49756
49791
  t1.expectChar$1(58);
49757
49792
  } catch (exception) {
49758
49793
  if (type$.FormatException._is(A.unwrapException(exception))) {
@@ -49785,7 +49820,7 @@ self.readline = _cli_pkg_requires.readline;
49785
49820
  value = new A.StringExpression(_this._interpolatedDeclarationValue$0(), false);
49786
49821
  else {
49787
49822
  _this.whitespace$0();
49788
- value = _this.expression$0();
49823
+ value = _this._expression$0();
49789
49824
  }
49790
49825
  return new A.SupportsDeclaration($name, value, _this.scanner.spanFrom$1(start));
49791
49826
  },
@@ -50202,7 +50237,7 @@ self.readline = _cli_pkg_requires.readline;
50202
50237
  },
50203
50238
  $signature: 171
50204
50239
  };
50205
- A.StylesheetParser_expression_resetState.prototype = {
50240
+ A.StylesheetParser__expression_resetState.prototype = {
50206
50241
  call$0() {
50207
50242
  var t2,
50208
50243
  t1 = this._box_0;
@@ -50214,7 +50249,7 @@ self.readline = _cli_pkg_requires.readline;
50214
50249
  },
50215
50250
  $signature: 0
50216
50251
  };
50217
- A.StylesheetParser_expression_resolveOneOperation.prototype = {
50252
+ A.StylesheetParser__expression_resolveOneOperation.prototype = {
50218
50253
  call$0() {
50219
50254
  var t2, t3,
50220
50255
  t1 = this._box_0,
@@ -50240,7 +50275,7 @@ self.readline = _cli_pkg_requires.readline;
50240
50275
  },
50241
50276
  $signature: 0
50242
50277
  };
50243
- A.StylesheetParser_expression_resolveOperations.prototype = {
50278
+ A.StylesheetParser__expression_resolveOperations.prototype = {
50244
50279
  call$0() {
50245
50280
  var t1,
50246
50281
  operators = this._box_0.operators_;
@@ -50251,7 +50286,7 @@ self.readline = _cli_pkg_requires.readline;
50251
50286
  },
50252
50287
  $signature: 0
50253
50288
  };
50254
- A.StylesheetParser_expression_addSingleExpression.prototype = {
50289
+ A.StylesheetParser__expression_addSingleExpression.prototype = {
50255
50290
  call$1(expression) {
50256
50291
  var t2, spaceExpressions, _this = this,
50257
50292
  t1 = _this._box_0;
@@ -50277,7 +50312,7 @@ self.readline = _cli_pkg_requires.readline;
50277
50312
  },
50278
50313
  $signature: 374
50279
50314
  };
50280
- A.StylesheetParser_expression_addOperator.prototype = {
50315
+ A.StylesheetParser__expression_addOperator.prototype = {
50281
50316
  call$1(operator) {
50282
50317
  var t2, t3, operators, operands, t4, singleExpression,
50283
50318
  t1 = this.$this;
@@ -50314,7 +50349,7 @@ self.readline = _cli_pkg_requires.readline;
50314
50349
  },
50315
50350
  $signature: 375
50316
50351
  };
50317
- A.StylesheetParser_expression_resolveSpaceExpressions.prototype = {
50352
+ A.StylesheetParser__expression_resolveSpaceExpressions.prototype = {
50318
50353
  call$0() {
50319
50354
  var t1, spaceExpressions, singleExpression, t2;
50320
50355
  this.resolveOperations.call$0();
@@ -50333,7 +50368,7 @@ self.readline = _cli_pkg_requires.readline;
50333
50368
  },
50334
50369
  $signature: 0
50335
50370
  };
50336
- A.StylesheetParser__expressionUntilComma_closure.prototype = {
50371
+ A.StylesheetParser_expressionUntilComma_closure.prototype = {
50337
50372
  call$0() {
50338
50373
  return this.$this.scanner.peekChar$0() === 44;
50339
50374
  },
@@ -53804,8 +53839,9 @@ self.readline = _cli_pkg_requires.readline;
53804
53839
  break;
53805
53840
  case 9:
53806
53841
  // else
53842
+ t1 = baseUrl;
53807
53843
  $async$goto = 14;
53808
- return A._asyncAwait($async$self._async_evaluate$_importLikeNode$2(url, forImport), $async$_async_evaluate$_loadStylesheet$4$baseUrl$forImport);
53844
+ return A._asyncAwait($async$self._async_evaluate$_importLikeNode$3(url, t1 == null ? $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").span.file.url : t1, forImport), $async$_async_evaluate$_loadStylesheet$4$baseUrl$forImport);
53809
53845
  case 14:
53810
53846
  // returning from await.
53811
53847
  result = $async$result;
@@ -53877,23 +53913,21 @@ self.readline = _cli_pkg_requires.readline;
53877
53913
  });
53878
53914
  return A._asyncStartSync($async$_async_evaluate$_loadStylesheet$4$baseUrl$forImport, $async$completer);
53879
53915
  },
53880
- _async_evaluate$_importLikeNode$2(originalUrl, forImport) {
53881
- return this._importLikeNode$body$_EvaluateVisitor(originalUrl, forImport);
53916
+ _async_evaluate$_importLikeNode$3(originalUrl, previous, forImport) {
53917
+ return this._importLikeNode$body$_EvaluateVisitor(originalUrl, previous, forImport);
53882
53918
  },
53883
- _importLikeNode$body$_EvaluateVisitor(originalUrl, forImport) {
53919
+ _importLikeNode$body$_EvaluateVisitor(originalUrl, previous, forImport) {
53884
53920
  var $async$goto = 0,
53885
53921
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable__LoadedStylesheet),
53886
- $async$returnValue, $async$self = this, result, isDependency, url, t2, t1;
53887
- var $async$_async_evaluate$_importLikeNode$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
53922
+ $async$returnValue, $async$self = this, result, isDependency, url, t1, t2;
53923
+ var $async$_async_evaluate$_importLikeNode$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
53888
53924
  if ($async$errorCode === 1)
53889
53925
  return A._asyncRethrow($async$result, $async$completer);
53890
53926
  while (true)
53891
53927
  switch ($async$goto) {
53892
53928
  case 0:
53893
53929
  // Function start
53894
- t1 = $async$self._async_evaluate$_nodeImporter;
53895
- t1.toString;
53896
- result = t1.loadRelative$3(originalUrl, $async$self._async_evaluate$_assertInModule$2($async$self._async_evaluate$__stylesheet, "_stylesheet").span.file.url, forImport);
53930
+ result = $async$self._async_evaluate$_nodeImporter.loadRelative$3(originalUrl, previous, forImport);
53897
53931
  isDependency = $async$self._async_evaluate$_inDependency;
53898
53932
  url = result.item2;
53899
53933
  t1 = B.JSString_methods.startsWith$1(url, "file") ? A.Syntax_forPath(url) : B.Syntax_SCSS;
@@ -53907,7 +53941,7 @@ self.readline = _cli_pkg_requires.readline;
53907
53941
  return A._asyncReturn($async$returnValue, $async$completer);
53908
53942
  }
53909
53943
  });
53910
- return A._asyncStartSync($async$_async_evaluate$_importLikeNode$2, $async$completer);
53944
+ return A._asyncStartSync($async$_async_evaluate$_importLikeNode$3, $async$completer);
53911
53945
  },
53912
53946
  _visitStaticImport$1($import) {
53913
53947
  return this._visitStaticImport$body$_EvaluateVisitor($import);
@@ -60823,14 +60857,15 @@ self.readline = _cli_pkg_requires.readline;
60823
60857
  return this._withStackFrame$3("@import", $import, new A._EvaluateVisitor__visitDynamicImport_closure(this, $import));
60824
60858
  },
60825
60859
  _loadStylesheet$4$baseUrl$forImport(url, span, baseUrl, forImport) {
60826
- var importCache, tuple, isDependency, stylesheet, result, error, stackTrace, error0, stackTrace0, message, t1, t2, t3, t4, exception, message0, _this = this;
60860
+ var importCache, tuple, isDependency, stylesheet, result, error, stackTrace, error0, stackTrace0, message, t1, t2, t3, t4, exception, message0, _this = this,
60861
+ _s11_ = "_stylesheet";
60827
60862
  baseUrl = baseUrl;
60828
60863
  try {
60829
60864
  _this._importSpan = span;
60830
60865
  importCache = _this._evaluate$_importCache;
60831
60866
  if (importCache != null) {
60832
60867
  if (baseUrl == null)
60833
- baseUrl = _this._assertInModule$2(_this.__stylesheet, "_stylesheet").span.file.url;
60868
+ baseUrl = _this._assertInModule$2(_this.__stylesheet, _s11_).span.file.url;
60834
60869
  tuple = J.canonicalize$4$baseImporter$baseUrl$forImport$x(importCache, A.Uri_parse(url), _this._importer, baseUrl, forImport);
60835
60870
  if (tuple != null) {
60836
60871
  isDependency = _this._inDependency || tuple.item1 !== _this._importer;
@@ -60846,7 +60881,8 @@ self.readline = _cli_pkg_requires.readline;
60846
60881
  }
60847
60882
  }
60848
60883
  } else {
60849
- result = _this._importLikeNode$2(url, forImport);
60884
+ t1 = baseUrl;
60885
+ result = _this._importLikeNode$3(url, t1 == null ? _this._assertInModule$2(_this.__stylesheet, _s11_).span.file.url : t1, forImport);
60850
60886
  if (result != null) {
60851
60887
  t1 = _this._loadedUrls;
60852
60888
  A.NullableExtension_andThen(result.stylesheet.span.file.url, t1.get$add(t1));
@@ -60887,15 +60923,13 @@ self.readline = _cli_pkg_requires.readline;
60887
60923
  _loadStylesheet$3$forImport(url, span, forImport) {
60888
60924
  return this._loadStylesheet$4$baseUrl$forImport(url, span, null, forImport);
60889
60925
  },
60890
- _importLikeNode$2(originalUrl, forImport) {
60891
- var result, isDependency, contents, url, _this = this,
60892
- t1 = _this._nodeImporter;
60893
- t1.toString;
60894
- result = t1.loadRelative$3(originalUrl, _this._assertInModule$2(_this.__stylesheet, "_stylesheet").span.file.url, forImport);
60895
- isDependency = _this._inDependency;
60896
- contents = result.get$item1();
60897
- url = result.get$item2();
60898
- t1 = url.startsWith$1(0, "file") ? A.Syntax_forPath(url) : B.Syntax_SCSS;
60926
+ _importLikeNode$3(originalUrl, previous, forImport) {
60927
+ var _this = this,
60928
+ result = _this._nodeImporter.loadRelative$3(originalUrl, previous, forImport),
60929
+ isDependency = _this._inDependency,
60930
+ contents = result.get$item1(),
60931
+ url = result.get$item2(),
60932
+ t1 = url.startsWith$1(0, "file") ? A.Syntax_forPath(url) : B.Syntax_SCSS;
60899
60933
  return new A._LoadedStylesheet(A.Stylesheet_Stylesheet$parse(contents, t1, _this._quietDeps && isDependency ? $.$get$Logger_quiet() : _this._evaluate$_logger, url), null, isDependency);
60900
60934
  },
60901
60935
  visitIncludeRule$1(node) {
@@ -63715,29 +63749,34 @@ self.readline = _cli_pkg_requires.readline;
63715
63749
  };
63716
63750
  A._SerializeVisitor.prototype = {
63717
63751
  visitCssStylesheet$1(node) {
63718
- var t1, t2, t3, t4, previous, i, child, _this = this;
63719
- for (t1 = _this._style !== B.OutputStyle_compressed, t2 = type$.CssComment, t3 = type$.CssParentNode, t4 = _this._serialize$_buffer, previous = null, i = 0; i < J.get$length$asx(node.get$children(node)); ++i) {
63720
- child = J.$index$asx(node.get$children(node), i);
63721
- if (_this._isInvisible$1(child))
63752
+ var t1, t2, t3, t4, t5, previous, previous0, _this = this;
63753
+ for (t1 = J.get$iterator$ax(node.get$children(node)), t2 = _this._style !== B.OutputStyle_compressed, t3 = type$.CssComment, t4 = type$.CssParentNode, t5 = _this._serialize$_buffer, previous = null; t1.moveNext$0();) {
63754
+ previous0 = t1.get$current(t1);
63755
+ if (_this._isInvisible$1(previous0))
63722
63756
  continue;
63723
63757
  if (previous != null) {
63724
- if (t3._is(previous) ? previous.get$isChildless() : !t2._is(previous))
63725
- t4.writeCharCode$1(59);
63726
- if (t1)
63727
- t4.write$1(0, "\n");
63728
- if (previous.get$isGroupEnd())
63729
- if (t1)
63730
- t4.write$1(0, "\n");
63758
+ if (t4._is(previous) ? previous.get$isChildless() : !t3._is(previous))
63759
+ t5.writeCharCode$1(59);
63760
+ if (_this._isTrailingComment$2(previous0, previous)) {
63761
+ if (t2)
63762
+ t5.writeCharCode$1(32);
63763
+ } else {
63764
+ if (t2)
63765
+ t5.write$1(0, "\n");
63766
+ if (previous.get$isGroupEnd())
63767
+ if (t2)
63768
+ t5.write$1(0, "\n");
63769
+ }
63731
63770
  }
63732
- child.accept$1(_this);
63733
- previous = child;
63771
+ previous0.accept$1(_this);
63772
+ previous = previous0;
63734
63773
  }
63735
63774
  if (previous != null)
63736
- t1 = (t3._is(previous) ? previous.get$isChildless() : !t2._is(previous)) && t1;
63775
+ t1 = (t4._is(previous) ? previous.get$isChildless() : !t3._is(previous)) && t2;
63737
63776
  else
63738
63777
  t1 = false;
63739
63778
  if (t1)
63740
- t4.writeCharCode$1(59);
63779
+ t5.writeCharCode$1(59);
63741
63780
  },
63742
63781
  visitCssComment$1(node) {
63743
63782
  this._serialize$_buffer.forSpan$2(node.span, new A._SerializeVisitor_visitCssComment_closure(this, node));
@@ -63750,7 +63789,7 @@ self.readline = _cli_pkg_requires.readline;
63750
63789
  if (!node.isChildless) {
63751
63790
  if (_this._style !== B.OutputStyle_compressed)
63752
63791
  t1.writeCharCode$1(32);
63753
- _this._serialize$_visitChildren$1(node.children);
63792
+ _this._serialize$_visitChildren$1(node);
63754
63793
  }
63755
63794
  },
63756
63795
  visitCssMediaRule$1(node) {
@@ -63760,7 +63799,7 @@ self.readline = _cli_pkg_requires.readline;
63760
63799
  t1.forSpan$2(node.span, new A._SerializeVisitor_visitCssMediaRule_closure(_this, node));
63761
63800
  if (_this._style !== B.OutputStyle_compressed)
63762
63801
  t1.writeCharCode$1(32);
63763
- _this._serialize$_visitChildren$1(node.children);
63802
+ _this._serialize$_visitChildren$1(node);
63764
63803
  },
63765
63804
  visitCssImport$1(node) {
63766
63805
  this._writeIndentation$0();
@@ -63786,7 +63825,7 @@ self.readline = _cli_pkg_requires.readline;
63786
63825
  t1.forSpan$2(node.selector.span, new A._SerializeVisitor_visitCssKeyframeBlock_closure(_this, node));
63787
63826
  if (_this._style !== B.OutputStyle_compressed)
63788
63827
  t1.writeCharCode$1(32);
63789
- _this._serialize$_visitChildren$1(node.children);
63828
+ _this._serialize$_visitChildren$1(node);
63790
63829
  },
63791
63830
  _visitMediaQuery$1(query) {
63792
63831
  var t2, t3, _this = this,
@@ -63815,7 +63854,7 @@ self.readline = _cli_pkg_requires.readline;
63815
63854
  t1.forSpan$2(node.selector.span, new A._SerializeVisitor_visitCssStyleRule_closure(_this, node));
63816
63855
  if (_this._style !== B.OutputStyle_compressed)
63817
63856
  t1.writeCharCode$1(32);
63818
- _this._serialize$_visitChildren$1(node.children);
63857
+ _this._serialize$_visitChildren$1(node);
63819
63858
  },
63820
63859
  visitCssSupportsRule$1(node) {
63821
63860
  var t1, _this = this;
@@ -63824,7 +63863,7 @@ self.readline = _cli_pkg_requires.readline;
63824
63863
  t1.forSpan$2(node.span, new A._SerializeVisitor_visitCssSupportsRule_closure(_this, node));
63825
63864
  if (_this._style !== B.OutputStyle_compressed)
63826
63865
  t1.writeCharCode$1(32);
63827
- _this._serialize$_visitChildren$1(node.children);
63866
+ _this._serialize$_visitChildren$1(node);
63828
63867
  },
63829
63868
  visitCssDeclaration$1(node) {
63830
63869
  var error, stackTrace, error0, stackTrace0, t1, t2, exception, _this = this;
@@ -64530,26 +64569,86 @@ self.readline = _cli_pkg_requires.readline;
64530
64569
  _serialize$_write$1(value) {
64531
64570
  return this._serialize$_buffer.forSpan$2(value.get$span(value), new A._SerializeVisitor__write_closure(this, value));
64532
64571
  },
64533
- _serialize$_visitChildren$1(children) {
64534
- var _this = this, t1 = {},
64535
- t2 = _this._serialize$_buffer;
64536
- t2.writeCharCode$1(123);
64537
- if (children.every$1(children, _this.get$_isInvisible())) {
64538
- t2.writeCharCode$1(125);
64539
- return;
64572
+ _serialize$_visitChildren$1($parent) {
64573
+ var t2, t3, t4, t5, t6, prePrevious, previous, t7, previous0, t8, savedIndentation, _this = this,
64574
+ t1 = _this._serialize$_buffer;
64575
+ t1.writeCharCode$1(123);
64576
+ for (t2 = $parent.children, t2 = new A.ListIterator(t2, t2.get$length(t2)), t3 = _this._style !== B.OutputStyle_compressed, t4 = A._instanceType(t2)._precomputed1, t5 = type$.CssComment, t6 = type$.CssParentNode, prePrevious = null, previous = null; t2.moveNext$0();) {
64577
+ t7 = t2.__internal$_current;
64578
+ previous0 = t7 == null ? t4._as(t7) : t7;
64579
+ if (_this._isInvisible$1(previous0))
64580
+ continue;
64581
+ t7 = previous == null;
64582
+ if (!t7)
64583
+ t8 = t6._is(previous) ? previous.get$isChildless() : !t5._is(previous);
64584
+ else
64585
+ t8 = false;
64586
+ if (t8)
64587
+ t1.writeCharCode$1(59);
64588
+ if (_this._isTrailingComment$2(previous0, t7 ? $parent : previous)) {
64589
+ if (t3)
64590
+ t1.writeCharCode$1(32);
64591
+ savedIndentation = _this._indentation;
64592
+ _this._indentation = 0;
64593
+ new A._SerializeVisitor__visitChildren_closure(_this, previous0).call$0();
64594
+ _this._indentation = savedIndentation;
64595
+ } else {
64596
+ if (t3)
64597
+ t1.write$1(0, "\n");
64598
+ ++_this._indentation;
64599
+ new A._SerializeVisitor__visitChildren_closure0(_this, previous0).call$0();
64600
+ --_this._indentation;
64601
+ }
64602
+ prePrevious = previous;
64603
+ previous = previous0;
64604
+ }
64605
+ if (previous != null) {
64606
+ if ((t6._is(previous) ? previous.get$isChildless() : !t5._is(previous)) && t3)
64607
+ t1.writeCharCode$1(59);
64608
+ if (prePrevious == null && _this._isTrailingComment$2(previous, $parent)) {
64609
+ if (t3)
64610
+ t1.writeCharCode$1(32);
64611
+ } else {
64612
+ _this._writeLineFeed$0();
64613
+ _this._writeIndentation$0();
64614
+ }
64540
64615
  }
64541
- _this._writeLineFeed$0();
64542
- t1.previous_ = null;
64543
- ++_this._indentation;
64544
- new A._SerializeVisitor__visitChildren_closure(t1, _this, children).call$0();
64545
- --_this._indentation;
64546
- t1 = t1.previous_;
64547
- t1.toString;
64548
- if ((type$.CssParentNode._is(t1) ? t1.get$isChildless() : !type$.CssComment._is(t1)) && _this._style !== B.OutputStyle_compressed)
64549
- t2.writeCharCode$1(59);
64550
- _this._writeLineFeed$0();
64551
- _this._writeIndentation$0();
64552
- t2.writeCharCode$1(125);
64616
+ t1.writeCharCode$1(125);
64617
+ },
64618
+ _isTrailingComment$2(node, previous) {
64619
+ var t1, t2, t3, t4, searchFrom, endOffset, t5, span;
64620
+ if (this._style === B.OutputStyle_compressed)
64621
+ return false;
64622
+ if (!type$.CssComment._is(node))
64623
+ return false;
64624
+ t1 = previous.get$span(previous);
64625
+ t2 = node.span;
64626
+ t3 = t1.file;
64627
+ t4 = t2.file;
64628
+ if (!(J.$eq$(t3.url, t4.url) && A.FileLocation$_(t3, t1._file$_start).offset <= A.FileLocation$_(t4, t2._file$_start).offset && A.FileLocation$_(t3, t1._end).offset >= A.FileLocation$_(t4, t2._end).offset)) {
64629
+ t1 = A.FileLocation$_(t4, t2._file$_start);
64630
+ t1 = t1.file.getLine$1(t1.offset);
64631
+ t2 = previous.get$span(previous);
64632
+ t2 = A.FileLocation$_(t2.file, t2._end);
64633
+ return t1 === t2.file.getLine$1(t2.offset);
64634
+ }
64635
+ t1 = t2._file$_start;
64636
+ t2 = A.FileLocation$_(t4, t1);
64637
+ t3 = previous.get$span(previous);
64638
+ searchFrom = t2.offset - A.FileLocation$_(t3.file, t3._file$_start).offset - 1;
64639
+ if (searchFrom < 0)
64640
+ return false;
64641
+ t2 = previous.get$span(previous);
64642
+ endOffset = Math.max(0, B.JSString_methods.lastIndexOf$2(A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, null), "{", searchFrom));
64643
+ t2 = previous.get$span(previous);
64644
+ t3 = previous.get$span(previous);
64645
+ t3 = A.FileLocation$_(t3.file, t3._file$_start);
64646
+ t5 = previous.get$span(previous);
64647
+ span = t2.file.span$2(0, t3.offset, A.FileLocation$_(t5.file, t5._file$_start).offset + endOffset);
64648
+ t1 = A.FileLocation$_(t4, t1);
64649
+ t1 = t1.file.getLine$1(t1.offset);
64650
+ t4 = A.FileLocation$_(span.file, span._end);
64651
+ return t1 === t4.file.getLine$1(t4.offset);
64553
64652
  },
64554
64653
  _writeLineFeed$0() {
64555
64654
  if (this._style !== B.OutputStyle_compressed)
@@ -64772,25 +64871,13 @@ self.readline = _cli_pkg_requires.readline;
64772
64871
  };
64773
64872
  A._SerializeVisitor__visitChildren_closure.prototype = {
64774
64873
  call$0() {
64775
- var t1, t2, t3, t4, t5, t6, t7, i, child, previous, t8;
64776
- for (t1 = this.children._collection$_source, t2 = J.getInterceptor$asx(t1), t3 = this._box_0, t4 = this.$this, t5 = type$.CssComment, t6 = type$.CssParentNode, t7 = t4._serialize$_buffer, i = 0; i < t2.get$length(t1); ++i) {
64777
- child = t2.elementAt$1(t1, i);
64778
- if (t4._isInvisible$1(child))
64779
- continue;
64780
- previous = t3.previous_;
64781
- if (previous != null) {
64782
- if (t6._is(previous) ? previous.get$isChildless() : !t5._is(previous))
64783
- t7.writeCharCode$1(59);
64784
- t8 = t4._style !== B.OutputStyle_compressed;
64785
- if (t8)
64786
- t7.write$1(0, "\n");
64787
- if (previous.get$isGroupEnd())
64788
- if (t8)
64789
- t7.write$1(0, "\n");
64790
- }
64791
- t3.previous_ = child;
64792
- child.accept$1(t4);
64793
- }
64874
+ return this.child.accept$1(this.$this);
64875
+ },
64876
+ $signature: 0
64877
+ };
64878
+ A._SerializeVisitor__visitChildren_closure0.prototype = {
64879
+ call$0() {
64880
+ this.child.accept$1(this.$this);
64794
64881
  },
64795
64882
  $signature: 0
64796
64883
  };
@@ -65174,6 +65261,17 @@ self.readline = _cli_pkg_requires.readline;
65174
65261
  get$column() {
65175
65262
  return this.file.getColumn$1(this.offset);
65176
65263
  },
65264
+ FileLocation$_$2(file, offset) {
65265
+ var t2,
65266
+ t1 = this.offset;
65267
+ if (t1 < 0)
65268
+ throw A.wrapException(A.RangeError$("Offset may not be negative, was " + t1 + "."));
65269
+ else {
65270
+ t2 = this.file;
65271
+ if (t1 > t2._decodedChars.length)
65272
+ throw A.wrapException(A.RangeError$("Offset " + t1 + string$.x20must_ + t2.get$length(t2) + "."));
65273
+ }
65274
+ },
65177
65275
  pointSpan$0() {
65178
65276
  var t1 = this.offset;
65179
65277
  return A._FileSpan$(this.file, t1, t1);
@@ -69324,8 +69422,9 @@ self.readline = _cli_pkg_requires.readline;
69324
69422
  break;
69325
69423
  case 9:
69326
69424
  // else
69425
+ t1 = baseUrl;
69327
69426
  $async$goto = 14;
69328
- return A._asyncAwait($async$self._async_evaluate0$_importLikeNode$2(url, forImport), $async$_async_evaluate0$_loadStylesheet$4$baseUrl$forImport);
69427
+ return A._asyncAwait($async$self._async_evaluate0$_importLikeNode$3(url, t1 == null ? $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").span.file.url : t1, forImport), $async$_async_evaluate0$_loadStylesheet$4$baseUrl$forImport);
69329
69428
  case 14:
69330
69429
  // returning from await.
69331
69430
  result = $async$result;
@@ -69397,14 +69496,14 @@ self.readline = _cli_pkg_requires.readline;
69397
69496
  });
69398
69497
  return A._asyncStartSync($async$_async_evaluate0$_loadStylesheet$4$baseUrl$forImport, $async$completer);
69399
69498
  },
69400
- _async_evaluate0$_importLikeNode$2(originalUrl, forImport) {
69401
- return this._importLikeNode$body$_EvaluateVisitor0(originalUrl, forImport);
69499
+ _async_evaluate0$_importLikeNode$3(originalUrl, previous, forImport) {
69500
+ return this._importLikeNode$body$_EvaluateVisitor0(originalUrl, previous, forImport);
69402
69501
  },
69403
- _importLikeNode$body$_EvaluateVisitor0(originalUrl, forImport) {
69502
+ _importLikeNode$body$_EvaluateVisitor0(originalUrl, previous, forImport) {
69404
69503
  var $async$goto = 0,
69405
69504
  $async$completer = A._makeAsyncAwaitCompleter(type$.nullable__LoadedStylesheet_2),
69406
- $async$returnValue, $async$self = this, result, isDependency, url, t2, t1;
69407
- var $async$_async_evaluate0$_importLikeNode$2 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
69505
+ $async$returnValue, $async$self = this, isDependency, url, t2, t1, result;
69506
+ var $async$_async_evaluate0$_importLikeNode$3 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
69408
69507
  if ($async$errorCode === 1)
69409
69508
  return A._asyncRethrow($async$result, $async$completer);
69410
69509
  while (true)
@@ -69412,8 +69511,7 @@ self.readline = _cli_pkg_requires.readline;
69412
69511
  case 0:
69413
69512
  // Function start
69414
69513
  t1 = $async$self._async_evaluate0$_nodeImporter;
69415
- t1.toString;
69416
- result = t1.loadRelative$3(originalUrl, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").span.file.url, forImport);
69514
+ result = t1.loadRelative$3(originalUrl, previous, forImport);
69417
69515
  $async$goto = result != null ? 3 : 5;
69418
69516
  break;
69419
69517
  case 3:
@@ -69425,7 +69523,7 @@ self.readline = _cli_pkg_requires.readline;
69425
69523
  case 5:
69426
69524
  // else
69427
69525
  $async$goto = 6;
69428
- return A._asyncAwait(t1.loadAsync$3(originalUrl, $async$self._async_evaluate0$_assertInModule$2($async$self._async_evaluate0$__stylesheet, "_stylesheet").span.file.url, forImport), $async$_async_evaluate0$_importLikeNode$2);
69526
+ return A._asyncAwait(t1.loadAsync$3(originalUrl, previous, forImport), $async$_async_evaluate0$_importLikeNode$3);
69429
69527
  case 6:
69430
69528
  // returning from await.
69431
69529
  result = $async$result;
@@ -69450,7 +69548,7 @@ self.readline = _cli_pkg_requires.readline;
69450
69548
  return A._asyncReturn($async$returnValue, $async$completer);
69451
69549
  }
69452
69550
  });
69453
- return A._asyncStartSync($async$_async_evaluate0$_importLikeNode$2, $async$completer);
69551
+ return A._asyncStartSync($async$_async_evaluate0$_importLikeNode$3, $async$completer);
69454
69552
  },
69455
69553
  _async_evaluate0$_visitStaticImport$1($import) {
69456
69554
  return this._visitStaticImport$body$_EvaluateVisitor0($import);
@@ -78265,22 +78363,31 @@ self.readline = _cli_pkg_requires.readline;
78265
78363
  }
78266
78364
  },
78267
78365
  identifierLike$0() {
78268
- var t2, $arguments, t3, t4, _this = this,
78366
+ var t2, allowEmptySecondArg, $arguments, t3, t4, _this = this,
78269
78367
  t1 = _this.scanner,
78270
78368
  start = new A._SpanScannerState(t1, t1._string_scanner$_position),
78271
78369
  identifier = _this.interpolatedIdentifier$0(),
78272
78370
  plain = identifier.get$asPlain(),
78273
- specialFunction = _this.trySpecialFunction$2(plain.toLowerCase(), start);
78371
+ lower = plain.toLowerCase(),
78372
+ specialFunction = _this.trySpecialFunction$2(lower, start);
78274
78373
  if (specialFunction != null)
78275
78374
  return specialFunction;
78276
78375
  t2 = t1._string_scanner$_position;
78277
78376
  if (!t1.scanChar$1(40))
78278
78377
  return new A.StringExpression0(identifier, false);
78378
+ allowEmptySecondArg = lower === "var";
78279
78379
  $arguments = A._setArrayType([], type$.JSArray_Expression_2);
78280
78380
  if (!t1.scanChar$1(41)) {
78281
78381
  do {
78282
78382
  _this.whitespace$0();
78283
- $arguments.push(_this.expression$1$singleEquals(true));
78383
+ if (allowEmptySecondArg && $arguments.length === 1 && t1.peekChar$0() === 41) {
78384
+ t3 = A.FileLocation$_(t1._sourceFile, t1._string_scanner$_position);
78385
+ t4 = t3.offset;
78386
+ t4 = A._FileSpan$(t3.file, t4, t4);
78387
+ $arguments.push(new A.StringExpression0(A.Interpolation$0(A._setArrayType([""], type$.JSArray_Object), t4), false));
78388
+ break;
78389
+ }
78390
+ $arguments.push(_this.expressionUntilComma$1$singleEquals(true));
78284
78391
  _this.whitespace$0();
78285
78392
  } while (t1.scanChar$1(44));
78286
78393
  t1.expectChar$1(41);
@@ -79709,14 +79816,15 @@ self.readline = _cli_pkg_requires.readline;
79709
79816
  return this._evaluate0$_withStackFrame$3("@import", $import, new A._EvaluateVisitor__visitDynamicImport_closure1(this, $import));
79710
79817
  },
79711
79818
  _evaluate0$_loadStylesheet$4$baseUrl$forImport(url, span, baseUrl, forImport) {
79712
- var importCache, tuple, isDependency, stylesheet, result, error, stackTrace, error0, stackTrace0, message, t1, t2, t3, t4, exception, message0, _this = this;
79819
+ var importCache, tuple, isDependency, stylesheet, result, error, stackTrace, error0, stackTrace0, message, t1, t2, t3, t4, exception, message0, _this = this,
79820
+ _s11_ = "_stylesheet";
79713
79821
  baseUrl = baseUrl;
79714
79822
  try {
79715
79823
  _this._evaluate0$_importSpan = span;
79716
79824
  importCache = _this._evaluate0$_importCache;
79717
79825
  if (importCache != null) {
79718
79826
  if (baseUrl == null)
79719
- baseUrl = _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, "_stylesheet").span.file.url;
79827
+ baseUrl = _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).span.file.url;
79720
79828
  tuple = J.canonicalize$4$baseImporter$baseUrl$forImport$x(importCache, A.Uri_parse(url), _this._evaluate0$_importer, baseUrl, forImport);
79721
79829
  if (tuple != null) {
79722
79830
  isDependency = _this._evaluate0$_inDependency || tuple.item1 !== _this._evaluate0$_importer;
@@ -79732,7 +79840,8 @@ self.readline = _cli_pkg_requires.readline;
79732
79840
  }
79733
79841
  }
79734
79842
  } else {
79735
- result = _this._evaluate0$_importLikeNode$2(url, forImport);
79843
+ t1 = baseUrl;
79844
+ result = _this._evaluate0$_importLikeNode$3(url, t1 == null ? _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).span.file.url : t1, forImport);
79736
79845
  if (result != null) {
79737
79846
  t1 = _this._evaluate0$_loadedUrls;
79738
79847
  A.NullableExtension_andThen0(result.stylesheet.span.file.url, t1.get$add(t1));
@@ -79773,16 +79882,14 @@ self.readline = _cli_pkg_requires.readline;
79773
79882
  _evaluate0$_loadStylesheet$3$forImport(url, span, forImport) {
79774
79883
  return this._evaluate0$_loadStylesheet$4$baseUrl$forImport(url, span, null, forImport);
79775
79884
  },
79776
- _evaluate0$_importLikeNode$2(originalUrl, forImport) {
79777
- var result, isDependency, url, t2, _this = this,
79778
- _s11_ = "_stylesheet",
79779
- t1 = _this._evaluate0$_nodeImporter;
79780
- t1.toString;
79781
- result = t1.loadRelative$3(originalUrl, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).span.file.url, forImport);
79885
+ _evaluate0$_importLikeNode$3(originalUrl, previous, forImport) {
79886
+ var isDependency, url, t2, _this = this,
79887
+ t1 = _this._evaluate0$_nodeImporter,
79888
+ result = t1.loadRelative$3(originalUrl, previous, forImport);
79782
79889
  if (result != null)
79783
79890
  isDependency = _this._evaluate0$_inDependency;
79784
79891
  else {
79785
- result = t1.load$3(0, originalUrl, _this._evaluate0$_assertInModule$2(_this._evaluate0$__stylesheet, _s11_).span.file.url, forImport);
79892
+ result = t1.load$3(0, originalUrl, previous, forImport);
79786
79893
  if (result == null)
79787
79894
  return null;
79788
79895
  isDependency = true;
@@ -90457,29 +90564,34 @@ self.readline = _cli_pkg_requires.readline;
90457
90564
  };
90458
90565
  A._SerializeVisitor0.prototype = {
90459
90566
  visitCssStylesheet$1(node) {
90460
- var t1, t2, t3, t4, t5, previous, i, child, _this = this;
90461
- for (t1 = _this._serialize0$_style !== B.OutputStyle_compressed0, t2 = type$.CssComment_2, t3 = type$.CssParentNode_2, t4 = _this._serialize0$_buffer, t5 = _this._lineFeed.text, previous = null, i = 0; i < J.get$length$asx(node.get$children(node)); ++i) {
90462
- child = J.$index$asx(node.get$children(node), i);
90463
- if (_this._serialize0$_isInvisible$1(child))
90567
+ var t1, t2, t3, t4, t5, t6, previous, previous0, _this = this;
90568
+ for (t1 = J.get$iterator$ax(node.get$children(node)), t2 = _this._serialize0$_style !== B.OutputStyle_compressed0, t3 = type$.CssComment_2, t4 = type$.CssParentNode_2, t5 = _this._serialize0$_buffer, t6 = _this._lineFeed.text, previous = null; t1.moveNext$0();) {
90569
+ previous0 = t1.get$current(t1);
90570
+ if (_this._serialize0$_isInvisible$1(previous0))
90464
90571
  continue;
90465
90572
  if (previous != null) {
90466
- if (t3._is(previous) ? previous.get$isChildless() : !t2._is(previous))
90467
- t4.writeCharCode$1(59);
90468
- if (t1)
90469
- t4.write$1(0, t5);
90470
- if (previous.get$isGroupEnd())
90471
- if (t1)
90472
- t4.write$1(0, t5);
90573
+ if (t4._is(previous) ? previous.get$isChildless() : !t3._is(previous))
90574
+ t5.writeCharCode$1(59);
90575
+ if (_this._serialize0$_isTrailingComment$2(previous0, previous)) {
90576
+ if (t2)
90577
+ t5.writeCharCode$1(32);
90578
+ } else {
90579
+ if (t2)
90580
+ t5.write$1(0, t6);
90581
+ if (previous.get$isGroupEnd())
90582
+ if (t2)
90583
+ t5.write$1(0, t6);
90584
+ }
90473
90585
  }
90474
- child.accept$1(_this);
90475
- previous = child;
90586
+ previous0.accept$1(_this);
90587
+ previous = previous0;
90476
90588
  }
90477
90589
  if (previous != null)
90478
- t1 = (t3._is(previous) ? previous.get$isChildless() : !t2._is(previous)) && t1;
90590
+ t1 = (t4._is(previous) ? previous.get$isChildless() : !t3._is(previous)) && t2;
90479
90591
  else
90480
90592
  t1 = false;
90481
90593
  if (t1)
90482
- t4.writeCharCode$1(59);
90594
+ t5.writeCharCode$1(59);
90483
90595
  },
90484
90596
  visitCssComment$1(node) {
90485
90597
  this._serialize0$_buffer.forSpan$2(node.span, new A._SerializeVisitor_visitCssComment_closure0(this, node));
@@ -90492,7 +90604,7 @@ self.readline = _cli_pkg_requires.readline;
90492
90604
  if (!node.isChildless) {
90493
90605
  if (_this._serialize0$_style !== B.OutputStyle_compressed0)
90494
90606
  t1.writeCharCode$1(32);
90495
- _this._serialize0$_visitChildren$1(node.children);
90607
+ _this._serialize0$_visitChildren$1(node);
90496
90608
  }
90497
90609
  },
90498
90610
  visitCssMediaRule$1(node) {
@@ -90502,7 +90614,7 @@ self.readline = _cli_pkg_requires.readline;
90502
90614
  t1.forSpan$2(node.span, new A._SerializeVisitor_visitCssMediaRule_closure0(_this, node));
90503
90615
  if (_this._serialize0$_style !== B.OutputStyle_compressed0)
90504
90616
  t1.writeCharCode$1(32);
90505
- _this._serialize0$_visitChildren$1(node.children);
90617
+ _this._serialize0$_visitChildren$1(node);
90506
90618
  },
90507
90619
  visitCssImport$1(node) {
90508
90620
  this._serialize0$_writeIndentation$0();
@@ -90528,7 +90640,7 @@ self.readline = _cli_pkg_requires.readline;
90528
90640
  t1.forSpan$2(node.selector.span, new A._SerializeVisitor_visitCssKeyframeBlock_closure0(_this, node));
90529
90641
  if (_this._serialize0$_style !== B.OutputStyle_compressed0)
90530
90642
  t1.writeCharCode$1(32);
90531
- _this._serialize0$_visitChildren$1(node.children);
90643
+ _this._serialize0$_visitChildren$1(node);
90532
90644
  },
90533
90645
  _serialize0$_visitMediaQuery$1(query) {
90534
90646
  var t2, t3, _this = this,
@@ -90557,7 +90669,7 @@ self.readline = _cli_pkg_requires.readline;
90557
90669
  t1.forSpan$2(node.selector.span, new A._SerializeVisitor_visitCssStyleRule_closure0(_this, node));
90558
90670
  if (_this._serialize0$_style !== B.OutputStyle_compressed0)
90559
90671
  t1.writeCharCode$1(32);
90560
- _this._serialize0$_visitChildren$1(node.children);
90672
+ _this._serialize0$_visitChildren$1(node);
90561
90673
  },
90562
90674
  visitCssSupportsRule$1(node) {
90563
90675
  var t1, _this = this;
@@ -90566,7 +90678,7 @@ self.readline = _cli_pkg_requires.readline;
90566
90678
  t1.forSpan$2(node.span, new A._SerializeVisitor_visitCssSupportsRule_closure0(_this, node));
90567
90679
  if (_this._serialize0$_style !== B.OutputStyle_compressed0)
90568
90680
  t1.writeCharCode$1(32);
90569
- _this._serialize0$_visitChildren$1(node.children);
90681
+ _this._serialize0$_visitChildren$1(node);
90570
90682
  },
90571
90683
  visitCssDeclaration$1(node) {
90572
90684
  var error, stackTrace, error0, stackTrace0, t1, t2, exception, _this = this;
@@ -91272,26 +91384,86 @@ self.readline = _cli_pkg_requires.readline;
91272
91384
  _serialize0$_write$1(value) {
91273
91385
  return this._serialize0$_buffer.forSpan$2(value.get$span(value), new A._SerializeVisitor__write_closure0(this, value));
91274
91386
  },
91275
- _serialize0$_visitChildren$1(children) {
91276
- var _this = this, t1 = {},
91277
- t2 = _this._serialize0$_buffer;
91278
- t2.writeCharCode$1(123);
91279
- if (children.every$1(children, _this.get$_serialize0$_isInvisible())) {
91280
- t2.writeCharCode$1(125);
91281
- return;
91387
+ _serialize0$_visitChildren$1($parent) {
91388
+ var t2, t3, t4, t5, t6, t7, prePrevious, previous, t8, previous0, t9, savedIndentation, _this = this,
91389
+ t1 = _this._serialize0$_buffer;
91390
+ t1.writeCharCode$1(123);
91391
+ for (t2 = $parent.children, t2 = new A.ListIterator(t2, t2.get$length(t2)), t3 = _this._serialize0$_style !== B.OutputStyle_compressed0, t4 = A._instanceType(t2)._precomputed1, t5 = type$.CssComment_2, t6 = type$.CssParentNode_2, t7 = _this._lineFeed.text, prePrevious = null, previous = null; t2.moveNext$0();) {
91392
+ t8 = t2.__internal$_current;
91393
+ previous0 = t8 == null ? t4._as(t8) : t8;
91394
+ if (_this._serialize0$_isInvisible$1(previous0))
91395
+ continue;
91396
+ t8 = previous == null;
91397
+ if (!t8)
91398
+ t9 = t6._is(previous) ? previous.get$isChildless() : !t5._is(previous);
91399
+ else
91400
+ t9 = false;
91401
+ if (t9)
91402
+ t1.writeCharCode$1(59);
91403
+ if (_this._serialize0$_isTrailingComment$2(previous0, t8 ? $parent : previous)) {
91404
+ if (t3)
91405
+ t1.writeCharCode$1(32);
91406
+ savedIndentation = _this._serialize0$_indentation;
91407
+ _this._serialize0$_indentation = 0;
91408
+ new A._SerializeVisitor__visitChildren_closure1(_this, previous0).call$0();
91409
+ _this._serialize0$_indentation = savedIndentation;
91410
+ } else {
91411
+ if (t3)
91412
+ t1.write$1(0, t7);
91413
+ ++_this._serialize0$_indentation;
91414
+ new A._SerializeVisitor__visitChildren_closure2(_this, previous0).call$0();
91415
+ --_this._serialize0$_indentation;
91416
+ }
91417
+ prePrevious = previous;
91418
+ previous = previous0;
91419
+ }
91420
+ if (previous != null) {
91421
+ if ((t6._is(previous) ? previous.get$isChildless() : !t5._is(previous)) && t3)
91422
+ t1.writeCharCode$1(59);
91423
+ if (prePrevious == null && _this._serialize0$_isTrailingComment$2(previous, $parent)) {
91424
+ if (t3)
91425
+ t1.writeCharCode$1(32);
91426
+ } else {
91427
+ _this._serialize0$_writeLineFeed$0();
91428
+ _this._serialize0$_writeIndentation$0();
91429
+ }
91282
91430
  }
91283
- _this._serialize0$_writeLineFeed$0();
91284
- t1.previous_ = null;
91285
- ++_this._serialize0$_indentation;
91286
- new A._SerializeVisitor__visitChildren_closure0(t1, _this, children).call$0();
91287
- --_this._serialize0$_indentation;
91288
- t1 = t1.previous_;
91289
- t1.toString;
91290
- if ((type$.CssParentNode_2._is(t1) ? t1.get$isChildless() : !type$.CssComment_2._is(t1)) && _this._serialize0$_style !== B.OutputStyle_compressed0)
91291
- t2.writeCharCode$1(59);
91292
- _this._serialize0$_writeLineFeed$0();
91293
- _this._serialize0$_writeIndentation$0();
91294
- t2.writeCharCode$1(125);
91431
+ t1.writeCharCode$1(125);
91432
+ },
91433
+ _serialize0$_isTrailingComment$2(node, previous) {
91434
+ var t1, t2, t3, t4, searchFrom, endOffset, t5, span;
91435
+ if (this._serialize0$_style === B.OutputStyle_compressed0)
91436
+ return false;
91437
+ if (!type$.CssComment_2._is(node))
91438
+ return false;
91439
+ t1 = previous.get$span(previous);
91440
+ t2 = node.span;
91441
+ t3 = t1.file;
91442
+ t4 = t2.file;
91443
+ if (!(J.$eq$(t3.url, t4.url) && A.FileLocation$_(t3, t1._file$_start).offset <= A.FileLocation$_(t4, t2._file$_start).offset && A.FileLocation$_(t3, t1._end).offset >= A.FileLocation$_(t4, t2._end).offset)) {
91444
+ t1 = A.FileLocation$_(t4, t2._file$_start);
91445
+ t1 = t1.file.getLine$1(t1.offset);
91446
+ t2 = previous.get$span(previous);
91447
+ t2 = A.FileLocation$_(t2.file, t2._end);
91448
+ return t1 === t2.file.getLine$1(t2.offset);
91449
+ }
91450
+ t1 = t2._file$_start;
91451
+ t2 = A.FileLocation$_(t4, t1);
91452
+ t3 = previous.get$span(previous);
91453
+ searchFrom = t2.offset - A.FileLocation$_(t3.file, t3._file$_start).offset - 1;
91454
+ if (searchFrom < 0)
91455
+ return false;
91456
+ t2 = previous.get$span(previous);
91457
+ endOffset = Math.max(0, B.JSString_methods.lastIndexOf$2(A.String_String$fromCharCodes(B.NativeUint32List_methods.sublist$2(t2.file._decodedChars, t2._file$_start, t2._end), 0, null), "{", searchFrom));
91458
+ t2 = previous.get$span(previous);
91459
+ t3 = previous.get$span(previous);
91460
+ t3 = A.FileLocation$_(t3.file, t3._file$_start);
91461
+ t5 = previous.get$span(previous);
91462
+ span = t2.file.span$2(0, t3.offset, A.FileLocation$_(t5.file, t5._file$_start).offset + endOffset);
91463
+ t1 = A.FileLocation$_(t4, t1);
91464
+ t1 = t1.file.getLine$1(t1.offset);
91465
+ t4 = A.FileLocation$_(span.file, span._end);
91466
+ return t1 === t4.file.getLine$1(t4.offset);
91295
91467
  },
91296
91468
  _serialize0$_writeLineFeed$0() {
91297
91469
  if (this._serialize0$_style !== B.OutputStyle_compressed0)
@@ -91512,27 +91684,15 @@ self.readline = _cli_pkg_requires.readline;
91512
91684
  },
91513
91685
  $signature: 0
91514
91686
  };
91515
- A._SerializeVisitor__visitChildren_closure0.prototype = {
91687
+ A._SerializeVisitor__visitChildren_closure1.prototype = {
91516
91688
  call$0() {
91517
- var t1, t2, t3, t4, t5, t6, t7, t8, i, child, previous, t9;
91518
- for (t1 = this.children._collection$_source, t2 = J.getInterceptor$asx(t1), t3 = this._box_0, t4 = this.$this, t5 = type$.CssComment_2, t6 = type$.CssParentNode_2, t7 = t4._serialize0$_buffer, t8 = t4._lineFeed.text, i = 0; i < t2.get$length(t1); ++i) {
91519
- child = t2.elementAt$1(t1, i);
91520
- if (t4._serialize0$_isInvisible$1(child))
91521
- continue;
91522
- previous = t3.previous_;
91523
- if (previous != null) {
91524
- if (t6._is(previous) ? previous.get$isChildless() : !t5._is(previous))
91525
- t7.writeCharCode$1(59);
91526
- t9 = t4._serialize0$_style !== B.OutputStyle_compressed0;
91527
- if (t9)
91528
- t7.write$1(0, t8);
91529
- if (previous.get$isGroupEnd())
91530
- if (t9)
91531
- t7.write$1(0, t8);
91532
- }
91533
- t3.previous_ = child;
91534
- child.accept$1(t4);
91535
- }
91689
+ return this.child.accept$1(this.$this);
91690
+ },
91691
+ $signature: 0
91692
+ };
91693
+ A._SerializeVisitor__visitChildren_closure2.prototype = {
91694
+ call$0() {
91695
+ this.child.accept$1(this.$this);
91536
91696
  },
91537
91697
  $signature: 0
91538
91698
  };
@@ -92677,7 +92837,7 @@ self.readline = _cli_pkg_requires.readline;
92677
92837
  t2 = _this.scanner;
92678
92838
  t2.expectChar$1(58);
92679
92839
  _this.whitespace$0();
92680
- value = _this.expression$0();
92840
+ value = _this._stylesheet0$_expression$0();
92681
92841
  flagStart = new A._SpanScannerState(t2, t2._string_scanner$_position);
92682
92842
  for (t3 = t2.string, guarded = false, global = false; t2.scanChar$1(33);) {
92683
92843
  flag = _this.identifier$0();
@@ -92814,7 +92974,7 @@ self.readline = _cli_pkg_requires.readline;
92814
92974
  beforeDeclaration = new A._SpanScannerState(t2, t2._string_scanner$_position);
92815
92975
  t3 = t1.value = null;
92816
92976
  try {
92817
- t3 = t1.value = _this.expression$0();
92977
+ t3 = t1.value = _this._stylesheet0$_expression$0();
92818
92978
  if (_this.lookingAtChildren$0()) {
92819
92979
  if (couldBeSelector)
92820
92980
  _this.expectStatementSeparator$0();
@@ -92935,7 +93095,7 @@ self.readline = _cli_pkg_requires.readline;
92935
93095
  t2.error$1(0, _s48_);
92936
93096
  return _this._stylesheet0$_withChildren$3(_this.get$_stylesheet0$_declarationChild(), start, new A.StylesheetParser__propertyOrVariableDeclaration_closure1(t1));
92937
93097
  }
92938
- value = _this.expression$0();
93098
+ value = _this._stylesheet0$_expression$0();
92939
93099
  if (_this.lookingAtChildren$0()) {
92940
93100
  if (_this.get$plainCss())
92941
93101
  t2.error$1(0, _s48_);
@@ -93112,7 +93272,7 @@ self.readline = _cli_pkg_requires.readline;
93112
93272
  case "if":
93113
93273
  return _this._stylesheet0$_ifRule$2(start, _this.get$_stylesheet0$_functionChild());
93114
93274
  case "return":
93115
- value = _this.expression$0();
93275
+ value = _this._stylesheet0$_expression$0();
93116
93276
  _this.expectStatementSeparator$1("@return rule");
93117
93277
  return new A.ReturnRule0(value, t1.spanFrom$1(start));
93118
93278
  case "warn":
@@ -93155,14 +93315,14 @@ self.readline = _cli_pkg_requires.readline;
93155
93315
  t1.expectChar$1(40);
93156
93316
  t3._contents += A.Primitives_stringFromCharCode(40);
93157
93317
  _this.whitespace$0();
93158
- t5 = _this.expression$0();
93318
+ t5 = _this._stylesheet0$_expression$0();
93159
93319
  buffer._interpolation_buffer0$_flushText$0();
93160
93320
  t4.push(t5);
93161
93321
  if (t1.scanChar$1(58)) {
93162
93322
  _this.whitespace$0();
93163
93323
  t5 = t3._contents += A.Primitives_stringFromCharCode(58);
93164
93324
  t3._contents = t5 + A.Primitives_stringFromCharCode(32);
93165
- t5 = _this.expression$0();
93325
+ t5 = _this._stylesheet0$_expression$0();
93166
93326
  buffer._interpolation_buffer0$_flushText$0();
93167
93327
  t4.push(t5);
93168
93328
  }
@@ -93188,7 +93348,7 @@ self.readline = _cli_pkg_requires.readline;
93188
93348
  return new A.ContentRule0($arguments, t1.spanFrom$1(start));
93189
93349
  },
93190
93350
  _stylesheet0$_debugRule$1(start) {
93191
- var value = this.expression$0();
93351
+ var value = this._stylesheet0$_expression$0();
93192
93352
  this.expectStatementSeparator$1("@debug rule");
93193
93353
  return new A.DebugRule0(value, this.scanner.spanFrom$1(start));
93194
93354
  },
@@ -93206,10 +93366,10 @@ self.readline = _cli_pkg_requires.readline;
93206
93366
  }
93207
93367
  _this.expectIdentifier$1("in");
93208
93368
  _this.whitespace$0();
93209
- return _this._stylesheet0$_withChildren$3(child, start, new A.StylesheetParser__eachRule_closure0(_this, wasInControlDirective, variables, _this.expression$0()));
93369
+ return _this._stylesheet0$_withChildren$3(child, start, new A.StylesheetParser__eachRule_closure0(_this, wasInControlDirective, variables, _this._stylesheet0$_expression$0()));
93210
93370
  },
93211
93371
  _stylesheet0$_errorRule$1(start) {
93212
- var value = this.expression$0();
93372
+ var value = this._stylesheet0$_expression$0();
93213
93373
  this.expectStatementSeparator$1("@error rule");
93214
93374
  return new A.ErrorRule0(value, this.scanner.spanFrom$1(start));
93215
93375
  },
@@ -93248,11 +93408,11 @@ self.readline = _cli_pkg_requires.readline;
93248
93408
  _this.expectIdentifier$1("from");
93249
93409
  _this.whitespace$0();
93250
93410
  t1.exclusive = null;
93251
- from = _this.expression$1$until(new A.StylesheetParser__forRule_closure1(t1, _this));
93411
+ from = _this._stylesheet0$_expression$1$until(new A.StylesheetParser__forRule_closure1(t1, _this));
93252
93412
  if (t1.exclusive == null)
93253
93413
  _this.scanner.error$1(0, 'Expected "to" or "through".');
93254
93414
  _this.whitespace$0();
93255
- return _this._stylesheet0$_withChildren$3(child, start, new A.StylesheetParser__forRule_closure2(t1, _this, wasInControlDirective, variable, from, _this.expression$0()));
93415
+ return _this._stylesheet0$_withChildren$3(child, start, new A.StylesheetParser__forRule_closure2(t1, _this, wasInControlDirective, variable, from, _this._stylesheet0$_expression$0()));
93256
93416
  },
93257
93417
  _stylesheet0$_forwardRule$1(start) {
93258
93418
  var prefix, members, shownMixinsAndFunctions, shownVariables, hiddenVariables, hiddenMixinsAndFunctions, configuration, span, t1, t2, t3, t4, _this = this, _null = null,
@@ -93325,7 +93485,7 @@ self.readline = _cli_pkg_requires.readline;
93325
93485
  ifIndentation = _this.get$currentIndentation(),
93326
93486
  wasInControlDirective = _this._stylesheet0$_inControlDirective;
93327
93487
  _this._stylesheet0$_inControlDirective = true;
93328
- condition = _this.expression$0();
93488
+ condition = _this._stylesheet0$_expression$0();
93329
93489
  children = _this.children$1(0, child);
93330
93490
  _this.whitespaceWithoutComments$0();
93331
93491
  clauses = A._setArrayType([A.IfClause$0(condition, children)], type$.JSArray_IfClause_2);
@@ -93337,7 +93497,7 @@ self.readline = _cli_pkg_requires.readline;
93337
93497
  _this.whitespace$0();
93338
93498
  if (_this.scanIdentifier$1("if")) {
93339
93499
  _this.whitespace$0();
93340
- clauses.push(A.IfClause$0(_this.expression$0(), _this.children$1(0, child)));
93500
+ clauses.push(A.IfClause$0(_this._stylesheet0$_expression$0(), _this.children$1(0, child)));
93341
93501
  } else {
93342
93502
  lastClause = A.ElseClause$0(_this.children$1(0, child));
93343
93503
  break;
@@ -93528,7 +93688,7 @@ self.readline = _cli_pkg_requires.readline;
93528
93688
  if ($function != null)
93529
93689
  return $function;
93530
93690
  t2 = t1._string_scanner$_position;
93531
- $name = _this.expression$0();
93691
+ $name = _this._stylesheet0$_expression$0();
93532
93692
  t1.expectChar$1(58);
93533
93693
  return _this._stylesheet0$_supportsDeclarationValue$2($name, new A._SpanScannerState(t1, t2));
93534
93694
  }
@@ -93731,7 +93891,7 @@ self.readline = _cli_pkg_requires.readline;
93731
93891
  _this.whitespace$0();
93732
93892
  t1.expectChar$1(58);
93733
93893
  _this.whitespace$0();
93734
- expression = _this._stylesheet0$_expressionUntilComma$0();
93894
+ expression = _this.expressionUntilComma$0();
93735
93895
  t4 = t1._string_scanner$_position;
93736
93896
  if (allowGuarded && t1.scanChar$1(33))
93737
93897
  if (_this.identifier$0() === "default") {
@@ -93768,7 +93928,7 @@ self.readline = _cli_pkg_requires.readline;
93768
93928
  return this._stylesheet0$_configuration$1$allowGuarded(false);
93769
93929
  },
93770
93930
  _stylesheet0$_warnRule$1(start) {
93771
- var value = this.expression$0();
93931
+ var value = this._stylesheet0$_expression$0();
93772
93932
  this.expectStatementSeparator$1("@warn rule");
93773
93933
  return new A.WarnRule0(value, this.scanner.spanFrom$1(start));
93774
93934
  },
@@ -93776,7 +93936,7 @@ self.readline = _cli_pkg_requires.readline;
93776
93936
  var _this = this,
93777
93937
  wasInControlDirective = _this._stylesheet0$_inControlDirective;
93778
93938
  _this._stylesheet0$_inControlDirective = true;
93779
- return _this._stylesheet0$_withChildren$3(child, start, new A.StylesheetParser__whileRule_closure0(_this, wasInControlDirective, _this.expression$0()));
93939
+ return _this._stylesheet0$_withChildren$3(child, start, new A.StylesheetParser__whileRule_closure0(_this, wasInControlDirective, _this._stylesheet0$_expression$0()));
93780
93940
  },
93781
93941
  unknownAtRule$2(start, $name) {
93782
93942
  var t2, t3, rule, _this = this, t1 = {},
@@ -93818,7 +93978,7 @@ self.readline = _cli_pkg_requires.readline;
93818
93978
  _this.whitespace$0();
93819
93979
  if (t1.scanChar$1(58)) {
93820
93980
  _this.whitespace$0();
93821
- defaultValue = _this._stylesheet0$_expressionUntilComma$0();
93981
+ defaultValue = _this.expressionUntilComma$0();
93822
93982
  } else {
93823
93983
  if (t1.scanChar$1(46)) {
93824
93984
  t1.expectChar$1(46);
@@ -93846,8 +94006,8 @@ self.readline = _cli_pkg_requires.readline;
93846
94006
  t1 = t1.spanFrom$1(new A._SpanScannerState(t1, t2));
93847
94007
  return new A.ArgumentDeclaration0(A.List_List$unmodifiable($arguments, type$.Argument_2), restArgument, t1);
93848
94008
  },
93849
- _stylesheet0$_argumentInvocation$1$mixin(mixin) {
93850
- var positional, t3, t4, named, keywordRest, t5, t6, rest, expression, t7, _this = this,
94009
+ _stylesheet0$_argumentInvocation$2$allowEmptySecondArg$mixin(allowEmptySecondArg, mixin) {
94010
+ var positional, t3, t4, named, keywordRest, t5, t6, rest, expression, t7, result, _this = this, _null = null,
93851
94011
  t1 = _this.scanner,
93852
94012
  t2 = t1._string_scanner$_position;
93853
94013
  t1.expectChar$1(40);
@@ -93858,20 +94018,20 @@ self.readline = _cli_pkg_requires.readline;
93858
94018
  named = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4);
93859
94019
  t5 = !mixin;
93860
94020
  t6 = t1.string;
93861
- rest = null;
94021
+ rest = _null;
93862
94022
  while (true) {
93863
94023
  if (!_this._stylesheet0$_lookingAtExpression$0()) {
93864
- keywordRest = null;
94024
+ keywordRest = _null;
93865
94025
  break;
93866
94026
  }
93867
- expression = _this._stylesheet0$_expressionUntilComma$1$singleEquals(t5);
94027
+ expression = _this.expressionUntilComma$1$singleEquals(t5);
93868
94028
  _this.whitespace$0();
93869
94029
  if (expression instanceof A.VariableExpression0 && t1.scanChar$1(58)) {
93870
94030
  _this.whitespace$0();
93871
94031
  t7 = expression.name;
93872
94032
  if (named.containsKey$1(t7))
93873
94033
  A.throwExpression(new A.StringScannerException(t6, "Duplicate argument.", expression.span));
93874
- named.$indexSet(0, t7, _this._stylesheet0$_expressionUntilComma$1$singleEquals(t5));
94034
+ named.$indexSet(0, t7, _this.expressionUntilComma$1$singleEquals(t5));
93875
94035
  } else if (t1.scanChar$1(46)) {
93876
94036
  t1.expectChar$1(46);
93877
94037
  t1.expectChar$1(46);
@@ -93887,19 +94047,41 @@ self.readline = _cli_pkg_requires.readline;
93887
94047
  positional.push(expression);
93888
94048
  _this.whitespace$0();
93889
94049
  if (!t1.scanChar$1(44)) {
93890
- keywordRest = null;
94050
+ keywordRest = _null;
93891
94051
  break;
93892
94052
  }
93893
94053
  _this.whitespace$0();
94054
+ if (allowEmptySecondArg && positional.length === 1 && named.__js_helper$_length === 0 && rest == null && t1.peekChar$0() === 41) {
94055
+ t5 = t1._sourceFile;
94056
+ t6 = t1._string_scanner$_position;
94057
+ new A.FileLocation(t5, t6).FileLocation$_$2(t5, t6);
94058
+ t7 = new A._FileSpan(t5, t6, t6);
94059
+ t7._FileSpan$3(t5, t6, t6);
94060
+ t6 = A._setArrayType([""], type$.JSArray_Object);
94061
+ result = A.List_List$from(t6, false, type$.Object);
94062
+ result.fixed$length = Array;
94063
+ result.immutable$list = Array;
94064
+ t5 = new A.Interpolation0(result, t7);
94065
+ t5.Interpolation$20(t6, t7);
94066
+ positional.push(new A.StringExpression0(t5, false));
94067
+ keywordRest = _null;
94068
+ break;
94069
+ }
93894
94070
  }
93895
94071
  t1.expectChar$1(41);
93896
94072
  t1 = t1.spanFrom$1(new A._SpanScannerState(t1, t2));
93897
94073
  return new A.ArgumentInvocation0(A.List_List$unmodifiable(positional, t4), A.ConstantMap_ConstantMap$from(named, t3, t4), rest, keywordRest, t1);
93898
94074
  },
93899
94075
  _stylesheet0$_argumentInvocation$0() {
93900
- return this._stylesheet0$_argumentInvocation$1$mixin(false);
94076
+ return this._stylesheet0$_argumentInvocation$2$allowEmptySecondArg$mixin(false, false);
93901
94077
  },
93902
- expression$3$bracketList$singleEquals$until(bracketList, singleEquals, until) {
94078
+ _stylesheet0$_argumentInvocation$1$allowEmptySecondArg(allowEmptySecondArg) {
94079
+ return this._stylesheet0$_argumentInvocation$2$allowEmptySecondArg$mixin(allowEmptySecondArg, false);
94080
+ },
94081
+ _stylesheet0$_argumentInvocation$1$mixin(mixin) {
94082
+ return this._stylesheet0$_argumentInvocation$2$allowEmptySecondArg$mixin(false, mixin);
94083
+ },
94084
+ _stylesheet0$_expression$3$bracketList$singleEquals$until(bracketList, singleEquals, until) {
93903
94085
  var t2, beforeBracket, start, wasInParentheses, resetState, resolveOneOperation, resolveOperations, addSingleExpression, addOperator, resolveSpaceExpressions, t3, first, next, t4, commaExpressions, spaceExpressions, singleExpression, _this = this,
93904
94086
  _s20_ = "Expected expression.",
93905
94087
  _box_0 = {},
@@ -93924,12 +94106,12 @@ self.readline = _cli_pkg_requires.readline;
93924
94106
  _box_0.operands_ = _box_0.operators_ = _box_0.spaceExpressions_ = _box_0.commaExpressions_ = null;
93925
94107
  _box_0.allowSlash = true;
93926
94108
  _box_0.singleExpression_ = _this._stylesheet0$_singleExpression$0();
93927
- resetState = new A.StylesheetParser_expression_resetState0(_box_0, _this, start);
93928
- resolveOneOperation = new A.StylesheetParser_expression_resolveOneOperation0(_box_0, _this);
93929
- resolveOperations = new A.StylesheetParser_expression_resolveOperations0(_box_0, resolveOneOperation);
93930
- addSingleExpression = new A.StylesheetParser_expression_addSingleExpression0(_box_0, _this, resetState, resolveOperations);
93931
- addOperator = new A.StylesheetParser_expression_addOperator0(_box_0, _this, resolveOneOperation);
93932
- resolveSpaceExpressions = new A.StylesheetParser_expression_resolveSpaceExpressions0(_box_0, _this, resolveOperations);
94109
+ resetState = new A.StylesheetParser__expression_resetState0(_box_0, _this, start);
94110
+ resolveOneOperation = new A.StylesheetParser__expression_resolveOneOperation0(_box_0, _this);
94111
+ resolveOperations = new A.StylesheetParser__expression_resolveOperations0(_box_0, resolveOneOperation);
94112
+ addSingleExpression = new A.StylesheetParser__expression_addSingleExpression0(_box_0, _this, resetState, resolveOperations);
94113
+ addOperator = new A.StylesheetParser__expression_addOperator0(_box_0, _this, resolveOneOperation);
94114
+ resolveSpaceExpressions = new A.StylesheetParser__expression_resolveSpaceExpressions0(_box_0, _this, resolveOperations);
93933
94115
  $label0$0:
93934
94116
  for (t3 = type$.JSArray_Expression_2; true;) {
93935
94117
  _this.whitespace$0();
@@ -93941,7 +94123,7 @@ self.readline = _cli_pkg_requires.readline;
93941
94123
  addSingleExpression.call$1(_this._stylesheet0$_parentheses$0());
93942
94124
  break;
93943
94125
  case 91:
93944
- addSingleExpression.call$1(_this.expression$1$bracketList(true));
94126
+ addSingleExpression.call$1(_this._stylesheet0$_expression$1$bracketList(true));
93945
94127
  break;
93946
94128
  case 36:
93947
94129
  addSingleExpression.call$1(_this._stylesheet0$_variable$0());
@@ -94190,26 +94372,23 @@ self.readline = _cli_pkg_requires.readline;
94190
94372
  return t1;
94191
94373
  }
94192
94374
  },
94193
- expression$2$singleEquals$until(singleEquals, until) {
94194
- return this.expression$3$bracketList$singleEquals$until(false, singleEquals, until);
94195
- },
94196
- expression$1$bracketList(bracketList) {
94197
- return this.expression$3$bracketList$singleEquals$until(bracketList, false, null);
94375
+ _stylesheet0$_expression$2$singleEquals$until(singleEquals, until) {
94376
+ return this._stylesheet0$_expression$3$bracketList$singleEquals$until(false, singleEquals, until);
94198
94377
  },
94199
- expression$0() {
94200
- return this.expression$3$bracketList$singleEquals$until(false, false, null);
94378
+ _stylesheet0$_expression$1$bracketList(bracketList) {
94379
+ return this._stylesheet0$_expression$3$bracketList$singleEquals$until(bracketList, false, null);
94201
94380
  },
94202
- expression$1$singleEquals(singleEquals) {
94203
- return this.expression$3$bracketList$singleEquals$until(false, singleEquals, null);
94381
+ _stylesheet0$_expression$0() {
94382
+ return this._stylesheet0$_expression$3$bracketList$singleEquals$until(false, false, null);
94204
94383
  },
94205
- expression$1$until(until) {
94206
- return this.expression$3$bracketList$singleEquals$until(false, false, until);
94384
+ _stylesheet0$_expression$1$until(until) {
94385
+ return this._stylesheet0$_expression$3$bracketList$singleEquals$until(false, false, until);
94207
94386
  },
94208
- _stylesheet0$_expressionUntilComma$1$singleEquals(singleEquals) {
94209
- return this.expression$2$singleEquals$until(singleEquals, new A.StylesheetParser__expressionUntilComma_closure0(this));
94387
+ expressionUntilComma$1$singleEquals(singleEquals) {
94388
+ return this._stylesheet0$_expression$2$singleEquals$until(singleEquals, new A.StylesheetParser_expressionUntilComma_closure0(this));
94210
94389
  },
94211
- _stylesheet0$_expressionUntilComma$0() {
94212
- return this._stylesheet0$_expressionUntilComma$1$singleEquals(false);
94390
+ expressionUntilComma$0() {
94391
+ return this.expressionUntilComma$1$singleEquals(false);
94213
94392
  },
94214
94393
  _stylesheet0$_isSlashOperand$1(expression) {
94215
94394
  var t1;
@@ -94234,7 +94413,7 @@ self.readline = _cli_pkg_requires.readline;
94234
94413
  case 46:
94235
94414
  return _this._stylesheet0$_number$0();
94236
94415
  case 91:
94237
- return _this.expression$1$bracketList(true);
94416
+ return _this._stylesheet0$_expression$1$bracketList(true);
94238
94417
  case 36:
94239
94418
  return _this._stylesheet0$_variable$0();
94240
94419
  case 38:
@@ -94345,7 +94524,7 @@ self.readline = _cli_pkg_requires.readline;
94345
94524
  t2 = A.List_List$unmodifiable(t2, type$.Expression_2);
94346
94525
  return new A.ListExpression0(t2, B.ListSeparator_undecided_null0, false, t1);
94347
94526
  }
94348
- first = _this._stylesheet0$_expressionUntilComma$0();
94527
+ first = _this.expressionUntilComma$0();
94349
94528
  if (t1.scanChar$1(58)) {
94350
94529
  _this.whitespace$0();
94351
94530
  t1 = _this._stylesheet0$_map$2(first, start);
@@ -94361,7 +94540,7 @@ self.readline = _cli_pkg_requires.readline;
94361
94540
  for (; true;) {
94362
94541
  if (!_this._stylesheet0$_lookingAtExpression$0())
94363
94542
  break;
94364
- J.add$1$ax(expressions, _this._stylesheet0$_expressionUntilComma$0());
94543
+ J.add$1$ax(expressions, _this.expressionUntilComma$0());
94365
94544
  if (!t1.scanChar$1(44))
94366
94545
  break;
94367
94546
  _this.whitespace$0();
@@ -94377,15 +94556,15 @@ self.readline = _cli_pkg_requires.readline;
94377
94556
  _stylesheet0$_map$2(first, start) {
94378
94557
  var t2, key, _this = this,
94379
94558
  t1 = type$.Tuple2_Expression_Expression_2,
94380
- pairs = A._setArrayType([new A.Tuple2(first, _this._stylesheet0$_expressionUntilComma$0(), t1)], type$.JSArray_Tuple2_Expression_Expression_2);
94559
+ pairs = A._setArrayType([new A.Tuple2(first, _this.expressionUntilComma$0(), t1)], type$.JSArray_Tuple2_Expression_Expression_2);
94381
94560
  for (t2 = _this.scanner; t2.scanChar$1(44);) {
94382
94561
  _this.whitespace$0();
94383
94562
  if (!_this._stylesheet0$_lookingAtExpression$0())
94384
94563
  break;
94385
- key = _this._stylesheet0$_expressionUntilComma$0();
94564
+ key = _this.expressionUntilComma$0();
94386
94565
  t2.expectChar$1(58);
94387
94566
  _this.whitespace$0();
94388
- pairs.push(new A.Tuple2(key, _this._stylesheet0$_expressionUntilComma$0(), t1));
94567
+ pairs.push(new A.Tuple2(key, _this.expressionUntilComma$0(), t1));
94389
94568
  }
94390
94569
  t2.expectChar$1(41);
94391
94570
  t2 = t2.spanFrom$1(start);
@@ -94666,11 +94845,12 @@ self.readline = _cli_pkg_requires.readline;
94666
94845
  return new A.StringExpression0(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))), true);
94667
94846
  },
94668
94847
  identifierLike$0() {
94669
- var invocation, lower, color, specialFunction, _this = this,
94848
+ var invocation, color, specialFunction, _this = this,
94670
94849
  t1 = _this.scanner,
94671
94850
  start = new A._SpanScannerState(t1, t1._string_scanner$_position),
94672
94851
  identifier = _this.interpolatedIdentifier$0(),
94673
94852
  plain = identifier.get$asPlain(),
94853
+ lower = A._Cell$(),
94674
94854
  t2 = plain == null,
94675
94855
  t3 = !t2;
94676
94856
  if (t3) {
@@ -94681,7 +94861,7 @@ self.readline = _cli_pkg_requires.readline;
94681
94861
  _this.whitespace$0();
94682
94862
  return new A.UnaryOperationExpression0(B.UnaryOperator_not_not0, _this._stylesheet0$_singleExpression$0(), identifier.span);
94683
94863
  }
94684
- lower = plain.toLowerCase();
94864
+ lower._value = plain.toLowerCase();
94685
94865
  if (t1.peekChar$0() !== 40) {
94686
94866
  switch (plain) {
94687
94867
  case "false":
@@ -94691,13 +94871,13 @@ self.readline = _cli_pkg_requires.readline;
94691
94871
  case "true":
94692
94872
  return new A.BooleanExpression0(true, identifier.span);
94693
94873
  }
94694
- color = $.$get$colorsByName0().$index(0, lower);
94874
+ color = $.$get$colorsByName0().$index(0, lower._readLocal$0());
94695
94875
  if (color != null) {
94696
94876
  t1 = identifier.span;
94697
94877
  return new A.ColorExpression0(A.SassColor$rgbInternal0(color.get$red(color), color.get$green(color), color.get$blue(color), color._color1$_alpha, new A.SpanColorFormat0(t1)), t1);
94698
94878
  }
94699
94879
  }
94700
- specialFunction = _this.trySpecialFunction$2(lower, start);
94880
+ specialFunction = _this.trySpecialFunction$2(lower._readLocal$0(), start);
94701
94881
  if (specialFunction != null)
94702
94882
  return specialFunction;
94703
94883
  }
@@ -94714,7 +94894,7 @@ self.readline = _cli_pkg_requires.readline;
94714
94894
  if (t2)
94715
94895
  return new A.InterpolatedFunctionExpression0(identifier, _this._stylesheet0$_argumentInvocation$0(), t1.spanFrom$1(start));
94716
94896
  else
94717
- return new A.FunctionExpression0(null, plain, _this._stylesheet0$_argumentInvocation$0(), t1.spanFrom$1(start));
94897
+ return new A.FunctionExpression0(null, plain, _this._stylesheet0$_argumentInvocation$1$allowEmptySecondArg(J.$eq$(lower._readLocal$0(), "var")), t1.spanFrom$1(start));
94718
94898
  default:
94719
94899
  return new A.StringExpression0(identifier, false);
94720
94900
  }
@@ -95386,7 +95566,7 @@ self.readline = _cli_pkg_requires.readline;
95386
95566
  t2 = t1._string_scanner$_position;
95387
95567
  t1.expect$1("#{");
95388
95568
  _this.whitespace$0();
95389
- contents = _this.expression$0();
95569
+ contents = _this._stylesheet0$_expression$0();
95390
95570
  t1.expectChar$1(125);
95391
95571
  if (_this.get$plainCss())
95392
95572
  _this.error$2(0, string$.Interpp, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
@@ -95460,7 +95640,7 @@ self.readline = _cli_pkg_requires.readline;
95460
95640
  _this.whitespace$0();
95461
95641
  t5 = t3._contents += A.Primitives_stringFromCharCode(58);
95462
95642
  t3._contents = t5 + A.Primitives_stringFromCharCode(32);
95463
- t5 = _this.expression$0();
95643
+ t5 = _this._stylesheet0$_expression$0();
95464
95644
  buffer._interpolation_buffer0$_flushText$0();
95465
95645
  t4.push(t5);
95466
95646
  } else {
@@ -95500,7 +95680,7 @@ self.readline = _cli_pkg_requires.readline;
95500
95680
  return buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
95501
95681
  },
95502
95682
  _stylesheet0$_expressionUntilComparison$0() {
95503
- return this.expression$1$until(new A.StylesheetParser__expressionUntilComparison_closure0(this));
95683
+ return this._stylesheet0$_expression$1$until(new A.StylesheetParser__expressionUntilComparison_closure0(this));
95504
95684
  },
95505
95685
  _stylesheet0$_supportsCondition$0() {
95506
95686
  var condition, operator, right, endPosition, t3, t4, lowerOperator, _this = this,
@@ -95572,7 +95752,7 @@ self.readline = _cli_pkg_requires.readline;
95572
95752
  nameStart = new A._SpanScannerState(t1, t1._string_scanner$_position);
95573
95753
  wasInParentheses = _this._stylesheet0$_inParentheses;
95574
95754
  try {
95575
- $name = _this.expression$0();
95755
+ $name = _this._stylesheet0$_expression$0();
95576
95756
  t1.expectChar$1(58);
95577
95757
  } catch (exception) {
95578
95758
  if (type$.FormatException._is(A.unwrapException(exception))) {
@@ -95605,7 +95785,7 @@ self.readline = _cli_pkg_requires.readline;
95605
95785
  value = new A.StringExpression0(_this._stylesheet0$_interpolatedDeclarationValue$0(), false);
95606
95786
  else {
95607
95787
  _this.whitespace$0();
95608
- value = _this.expression$0();
95788
+ value = _this._stylesheet0$_expression$0();
95609
95789
  }
95610
95790
  return new A.SupportsDeclaration0($name, value, _this.scanner.spanFrom$1(start));
95611
95791
  },
@@ -96022,7 +96202,7 @@ self.readline = _cli_pkg_requires.readline;
96022
96202
  },
96023
96203
  $signature: 253
96024
96204
  };
96025
- A.StylesheetParser_expression_resetState0.prototype = {
96205
+ A.StylesheetParser__expression_resetState0.prototype = {
96026
96206
  call$0() {
96027
96207
  var t2,
96028
96208
  t1 = this._box_0;
@@ -96034,7 +96214,7 @@ self.readline = _cli_pkg_requires.readline;
96034
96214
  },
96035
96215
  $signature: 0
96036
96216
  };
96037
- A.StylesheetParser_expression_resolveOneOperation0.prototype = {
96217
+ A.StylesheetParser__expression_resolveOneOperation0.prototype = {
96038
96218
  call$0() {
96039
96219
  var t2, t3,
96040
96220
  t1 = this._box_0,
@@ -96060,7 +96240,7 @@ self.readline = _cli_pkg_requires.readline;
96060
96240
  },
96061
96241
  $signature: 0
96062
96242
  };
96063
- A.StylesheetParser_expression_resolveOperations0.prototype = {
96243
+ A.StylesheetParser__expression_resolveOperations0.prototype = {
96064
96244
  call$0() {
96065
96245
  var t1,
96066
96246
  operators = this._box_0.operators_;
@@ -96071,7 +96251,7 @@ self.readline = _cli_pkg_requires.readline;
96071
96251
  },
96072
96252
  $signature: 0
96073
96253
  };
96074
- A.StylesheetParser_expression_addSingleExpression0.prototype = {
96254
+ A.StylesheetParser__expression_addSingleExpression0.prototype = {
96075
96255
  call$1(expression) {
96076
96256
  var t2, spaceExpressions, _this = this,
96077
96257
  t1 = _this._box_0;
@@ -96097,7 +96277,7 @@ self.readline = _cli_pkg_requires.readline;
96097
96277
  },
96098
96278
  $signature: 550
96099
96279
  };
96100
- A.StylesheetParser_expression_addOperator0.prototype = {
96280
+ A.StylesheetParser__expression_addOperator0.prototype = {
96101
96281
  call$1(operator) {
96102
96282
  var t2, t3, operators, operands, t4, singleExpression,
96103
96283
  t1 = this.$this;
@@ -96134,7 +96314,7 @@ self.readline = _cli_pkg_requires.readline;
96134
96314
  },
96135
96315
  $signature: 551
96136
96316
  };
96137
- A.StylesheetParser_expression_resolveSpaceExpressions0.prototype = {
96317
+ A.StylesheetParser__expression_resolveSpaceExpressions0.prototype = {
96138
96318
  call$0() {
96139
96319
  var t1, spaceExpressions, singleExpression, t2;
96140
96320
  this.resolveOperations.call$0();
@@ -96153,7 +96333,7 @@ self.readline = _cli_pkg_requires.readline;
96153
96333
  },
96154
96334
  $signature: 0
96155
96335
  };
96156
- A.StylesheetParser__expressionUntilComma_closure0.prototype = {
96336
+ A.StylesheetParser_expressionUntilComma_closure0.prototype = {
96157
96337
  call$0() {
96158
96338
  return this.$this.scanner.peekChar$0() === 44;
96159
96339
  },
@@ -97542,7 +97722,7 @@ self.readline = _cli_pkg_requires.readline;
97542
97722
  _instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 341, 0, 0);
97543
97723
  _instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 100);
97544
97724
  _instance_0_u(_, "get$_functionChild", "_functionChild$0", 100);
97545
- _instance(_, "get$expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$singleEquals", "call$1$until"], ["expression$3$bracketList$singleEquals$until", "expression$0", "expression$2$singleEquals$until", "expression$1$bracketList", "expression$1$singleEquals", "expression$1$until"], 343, 0, 0);
97725
+ _instance(_, "get$_expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$until"], ["_expression$3$bracketList$singleEquals$until", "_expression$0", "_expression$2$singleEquals$until", "_expression$1$bracketList", "_expression$1$until"], 343, 0, 0);
97546
97726
  _instance_1_u(A.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 11);
97547
97727
  _instance_1_u(A.MergedMapView.prototype, "get$containsKey", "containsKey$1", 11);
97548
97728
  _instance_1_i(A.NoSourceMapBuffer.prototype, "get$write", "write$1", 27);
@@ -97682,7 +97862,7 @@ self.readline = _cli_pkg_requires.readline;
97682
97862
  _inheritMany(A._CastIterableBase, [A.CastIterable, A.__CastListBase__CastIterableBase_ListMixin, A.CastSet]);
97683
97863
  _inherit(A._EfficientLengthCastIterable, A.CastIterable);
97684
97864
  _inherit(A._CastListBase, A.__CastListBase__CastIterableBase_ListMixin);
97685
- _inheritMany(A.Closure, [A.Closure2Args, A.CastMap_entries_closure, A.Closure0Args, A.ConstantStringMap_values_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A.Stream_Stream$fromFuture_closure, A.Stream_length_closure, A._CustomZone_bindUnaryCallback_closure, A._RootZone_bindUnaryCallback_closure, A._HashMap_values_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A._convertDataTree__convert, A.ArgParser__addOption_closure, A._Usage__writeOption_closure, A._Usage__buildAllowedList_closure, A.StreamGroup__onListen_closure, A.StreamGroup__onCancel_closure, A.StreamQueue__ensureListening_closure, A.alwaysValid_closure, A.ReplAdapter_runAsync__closure, A.MapKeySet_difference_closure, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.futureToPromise__closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.ParsedPath__splitExtension_closure, A.PathMap__create_closure0, A.PathMap__create_closure1, A.WindowsStyle_absolutePathToUri_closure, A.ArgumentDeclaration_verify_closure, A.ArgumentDeclaration_verify_closure0, A.CalculationExpression__verifyArguments_closure, A.ListExpression_toString_closure, A.MapExpression_toString_closure, A.Interpolation_toString_closure, A.EachRule_toString_closure, A.IfRuleClause$__closure, A.IfRuleClause$___closure, A.ParentStatement_closure, A.ParentStatement__closure, A.ComplexSelector_isInvisible_closure, A.CompoundSelector_isInvisible_closure, A.IDSelector_unify_closure, A.SelectorList_isInvisible_closure, A.SelectorList_asSassList_closure, A.SelectorList_asSassList__closure, A.SelectorList_unify_closure, A.SelectorList_unify__closure, A.SelectorList_unify___closure, A.SelectorList_resolveParentSelectors_closure, A.SelectorList_resolveParentSelectors__closure, A.SelectorList_resolveParentSelectors__closure0, A.SelectorList__complexContainsParentSelector_closure, A.SelectorList__complexContainsParentSelector__closure, A.SelectorList__resolveParentSelectorsCompound_closure, A.SelectorList__resolveParentSelectorsCompound_closure0, A.SelectorList__resolveParentSelectorsCompound_closure1, A.PseudoSelector_unify_closure, A._compileStylesheet_closure0, A.AsyncEnvironment_importForwards_closure, A.AsyncEnvironment_importForwards_closure0, A.AsyncEnvironment_importForwards_closure1, A.AsyncEnvironment__getVariableFromGlobalModule_closure, A.AsyncEnvironment_setVariable_closure0, A.AsyncEnvironment__getFunctionFromGlobalModule_closure, A.AsyncEnvironment__getMixinFromGlobalModule_closure, A.AsyncEnvironment_toModule_closure, A.AsyncEnvironment_toDummyModule_closure, A.AsyncEnvironment__fromOneModule_closure, A.AsyncEnvironment__fromOneModule__closure, A._EnvironmentModule__EnvironmentModule_closure5, A._EnvironmentModule__EnvironmentModule_closure6, A._EnvironmentModule__EnvironmentModule_closure7, A._EnvironmentModule__EnvironmentModule_closure8, A._EnvironmentModule__EnvironmentModule_closure9, A._EnvironmentModule__EnvironmentModule_closure10, A.AsyncImportCache_humanize_closure, A.AsyncImportCache_humanize_closure0, A.AsyncImportCache_humanize_closure1, A.AsyncBuiltInCallable$mixin_closure, A.BuiltInCallable$mixin_closure, A._compileStylesheet_closure, A.Configuration_toString_closure, A.Environment_importForwards_closure, A.Environment_importForwards_closure0, A.Environment_importForwards_closure1, A.Environment__getVariableFromGlobalModule_closure, A.Environment_setVariable_closure0, A.Environment__getFunctionFromGlobalModule_closure, A.Environment__getMixinFromGlobalModule_closure, A.Environment_toModule_closure, A.Environment_toDummyModule_closure, A.Environment__fromOneModule_closure, A.Environment__fromOneModule__closure, A._EnvironmentModule__EnvironmentModule_closure, A._EnvironmentModule__EnvironmentModule_closure0, A._EnvironmentModule__EnvironmentModule_closure1, A._EnvironmentModule__EnvironmentModule_closure2, A._EnvironmentModule__EnvironmentModule_closure3, A._EnvironmentModule__EnvironmentModule_closure4, A._writeSourceMap_closure, A.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A.ExtensionStore_extensionsWhereTarget_closure, A.ExtensionStore_addExtensions_closure0, A.ExtensionStore_addExtensions__closure, A.ExtensionStore_addExtensions__closure0, A.ExtensionStore__extendComplex_closure, A.ExtensionStore__extendComplex_closure0, A.ExtensionStore__extendComplex__closure, A.ExtensionStore__extendComplex__closure0, A.ExtensionStore__extendComplex___closure, A.ExtensionStore__extendCompound_closure, A.ExtensionStore__extendCompound_closure0, A.ExtensionStore__extendCompound__closure, A.ExtensionStore__extendCompound__closure0, A.ExtensionStore__extendCompound_closure1, A.ExtensionStore__extendCompound_closure2, A.ExtensionStore__extendCompound_closure3, A.ExtensionStore__extendSimple_withoutPseudo, A.ExtensionStore__extendSimple_closure, A.ExtensionStore__extendSimple_closure0, A.ExtensionStore__extendPseudo_closure, A.ExtensionStore__extendPseudo_closure0, A.ExtensionStore__extendPseudo_closure1, A.ExtensionStore__extendPseudo_closure2, A.ExtensionStore__extendPseudo_closure3, A.ExtensionStore__trim_closure, A.ExtensionStore__trim_closure0, A.unifyComplex_closure, A._weaveParents_closure0, A._weaveParents_closure1, A._weaveParents__closure1, A._weaveParents_closure2, A._weaveParents_closure3, A._weaveParents__closure0, A._weaveParents_closure4, A._weaveParents_closure5, A._weaveParents__closure, A._mustUnify_closure, A._mustUnify__closure, A.paths__closure, A.paths___closure, A._hasRoot_closure, A.listIsSuperselector_closure, A.listIsSuperselector__closure, A._simpleIsSuperselectorOfCompound_closure, A._simpleIsSuperselectorOfCompound__closure, A._selectorPseudoIsSuperselector_closure, A._selectorPseudoIsSuperselector_closure0, A._selectorPseudoIsSuperselector_closure1, A._selectorPseudoIsSuperselector_closure2, A._selectorPseudoIsSuperselector_closure3, A._selectorPseudoIsSuperselector__closure, A._selectorPseudoIsSuperselector___closure, A._selectorPseudoIsSuperselector___closure0, A._selectorPseudoIsSuperselector_closure4, A._selectorPseudoIsSuperselector_closure5, A._selectorPseudoArgs_closure, A._selectorPseudoArgs_closure0, A.globalFunctions_closure, A.global_closure, A.global_closure0, A.global_closure1, A.global_closure2, A.global_closure3, A.global_closure4, A.global_closure5, A.global_closure6, A.global_closure7, A.global_closure8, A.global_closure9, A.global_closure10, A.global_closure11, A.global_closure12, A.global_closure13, A.global_closure14, A.global_closure15, A.global_closure16, A.global_closure17, A.global_closure18, A.global_closure19, A.global_closure20, A.global_closure21, A.global_closure22, A.global_closure23, A.global_closure24, A.global__closure, A.global_closure25, A.module_closure, A.module_closure0, A.module_closure1, A.module_closure2, A.module_closure3, A.module_closure4, A.module_closure5, A.module_closure6, A.module__closure, A.module_closure7, A._red_closure, A._green_closure, A._blue_closure, A._mix_closure, A._hue_closure, A._saturation_closure, A._lightness_closure, A._complement_closure, A._adjust_closure, A._scale_closure, A._change_closure, A._ieHexStr_closure, A._ieHexStr_closure_hexString, A._updateComponents_getParam, A._updateComponents_closure, A._updateComponents_updateValue, A._functionString_closure, A._removedColorFunction_closure, A._rgb_closure, A._hsl_closure, A._removeUnits_closure, A._removeUnits_closure0, A._hwb_closure, A._parseChannels_closure, A._length_closure0, A._nth_closure, A._setNth_closure, A._join_closure, A._append_closure0, A._zip_closure, A._zip__closure, A._zip__closure0, A._zip__closure1, A._index_closure0, A._separator_closure, A._isBracketed_closure, A._slash_closure, A._get_closure, A._set_closure, A._set__closure0, A._set_closure0, A._set__closure, A._merge_closure, A._merge_closure0, A._merge__closure, A._deepMerge_closure, A._deepRemove_closure, A._deepRemove__closure, A._remove_closure, A._remove_closure0, A._keys_closure, A._values_closure, A._hasKey_closure, A._modify__modifyNestedMap, A._ceil_closure, A._clamp_closure, A._floor_closure, A._max_closure, A._min_closure, A._abs_closure, A._hypot_closure, A._hypot__closure, A._log_closure, A._pow_closure, A._sqrt_closure, A._acos_closure, A._asin_closure, A._atan_closure, A._atan2_closure, A._cos_closure, A._sin_closure, A._tan_closure, A._compatible_closure, A._isUnitless_closure, A._unit_closure, A._percentage_closure, A._randomFunction_closure, A._div_closure, A._numberFunction_closure, A.global_closure26, A.global_closure27, A.global_closure28, A.global_closure29, A.local_closure, A.local_closure0, A.local__closure, A._nest_closure, A._nest__closure, A._append_closure, A._append__closure, A._append___closure, A._extend_closure, A._replace_closure, A._unify_closure, A._isSuperselector_closure, A._simpleSelectors_closure, A._simpleSelectors__closure, A._parse_closure, A._unquote_closure, A._quote_closure, A._length_closure, A._insert_closure, A._index_closure, A._slice_closure, A._toUpperCase_closure, A._toLowerCase_closure, A._uniqueId_closure, A.ImportCache_humanize_closure, A.ImportCache_humanize_closure0, A.ImportCache_humanize_closure1, A.FilesystemImporter_canonicalize_closure, A._exactlyOne_closure, A._realCasePath_helper, A._realCasePath_helper__closure, A.readStdin_closure, A.readStdin_closure0, A.readStdin_closure1, A.readStdin_closure2, A.listDir__closure, A.listDir__closure0, A.listDir_closure_list, A.listDir__list_closure, A.watchDir_closure, A.watchDir_closure0, A.watchDir_closure1, A.watchDir_closure2, A.TerseLogger_summarize_closure, A.TerseLogger_summarize_closure0, A._disallowedFunctionNames_closure, A.Parser_scanIdentChar_matches, A.StylesheetParser_parse__closure0, A.StylesheetParser_expression_addSingleExpression, A.StylesheetParser_expression_addOperator, A.StylesheetParser__unicodeRange_closure, A.StylesheetParser__unicodeRange_closure0, A.StylesheetParser_trySpecialFunction_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime, A._PrefixedKeys_iterator_closure, A.SourceMapBuffer_buildSourceMap_closure, A._UnprefixedKeys_iterator_closure, A._UnprefixedKeys_iterator_closure0, A.indent_closure, A.flattenVertically_closure, A.flattenVertically_closure0, A.SassCalculation__verifyLength_closure, A.SassColor_SassColor$hwb_toRgb, A.SassList_isBlank_closure, A.SassNumber__coerceOrConvertValue_closure, A.SassNumber__coerceOrConvertValue_closure1, A.SassNumber_multiplyUnits_closure, A.SassNumber_multiplyUnits_closure1, A.SassNumber__areAnyConvertible_closure, A.SassNumber__canonicalizeUnitList_closure, A.SingleUnitSassNumber__coerceToUnit_closure, A.SingleUnitSassNumber__coerceValueToUnit_closure, A.SingleUnitSassNumber_multiplyUnits_closure, A._EvaluateVisitor_closure9, A._EvaluateVisitor_closure10, A._EvaluateVisitor_closure11, A._EvaluateVisitor_closure12, A._EvaluateVisitor_closure13, A._EvaluateVisitor_closure14, A._EvaluateVisitor_closure15, A._EvaluateVisitor_closure16, A._EvaluateVisitor_closure17, A._EvaluateVisitor_closure18, A._EvaluateVisitor__closure3, A._EvaluateVisitor__loadModule__closure0, A._EvaluateVisitor__combineCss_closure2, A._EvaluateVisitor__combineCss_closure3, A._EvaluateVisitor__combineCss_closure4, A._EvaluateVisitor__extendModules_closure1, A._EvaluateVisitor__topologicalModules_visitModule0, A._EvaluateVisitor__scopeForAtRoot_closure5, A._EvaluateVisitor__scopeForAtRoot_closure6, A._EvaluateVisitor__scopeForAtRoot_closure7, A._EvaluateVisitor__scopeForAtRoot_closure8, A._EvaluateVisitor__scopeForAtRoot_closure9, A._EvaluateVisitor__scopeForAtRoot_closure10, A._EvaluateVisitor_visitDeclaration_closure1, A._EvaluateVisitor_visitEachRule_closure2, A._EvaluateVisitor_visitEachRule_closure3, A._EvaluateVisitor_visitEachRule__closure0, A._EvaluateVisitor_visitEachRule___closure0, A._EvaluateVisitor_visitAtRule_closure2, A._EvaluateVisitor_visitAtRule_closure4, A._EvaluateVisitor_visitForRule__closure0, A._EvaluateVisitor_visitForwardRule_closure1, A._EvaluateVisitor_visitForwardRule_closure2, A._EvaluateVisitor_visitIfRule__closure0, A._EvaluateVisitor__visitDynamicImport__closure3, A._EvaluateVisitor__visitDynamicImport__closure4, A._EvaluateVisitor__visitDynamicImport__closure5, A._EvaluateVisitor_visitIncludeRule_closure6, A._EvaluateVisitor_visitMediaRule_closure2, A._EvaluateVisitor_visitMediaRule_closure4, A._EvaluateVisitor_visitStyleRule_closure8, A._EvaluateVisitor_visitStyleRule_closure12, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitUseRule_closure0, A._EvaluateVisitor_visitWhileRule__closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0, A._EvaluateVisitor_visitListExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable____closure0, A._EvaluateVisitor__runBuiltInCallable_closure2, A._EvaluateVisitor__evaluateArguments_closure3, A._EvaluateVisitor__evaluateArguments_closure4, A._EvaluateVisitor__evaluateArguments_closure6, A._EvaluateVisitor__evaluateMacroArguments_closure3, A._EvaluateVisitor__evaluateMacroArguments_closure4, A._EvaluateVisitor__evaluateMacroArguments_closure6, A._EvaluateVisitor_visitStringExpression_closure0, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssKeyframeBlock_closure2, A._EvaluateVisitor_visitCssMediaRule_closure2, A._EvaluateVisitor_visitCssMediaRule_closure4, A._EvaluateVisitor_visitCssStyleRule_closure2, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor__performInterpolation_closure0, A._EvaluateVisitor__withoutSlash_recommendation0, A._EvaluateVisitor__stackFrame_closure0, A._EvaluateVisitor__stackTrace_closure0, A._ImportedCssVisitor_visitCssAtRule_closure0, A._ImportedCssVisitor_visitCssMediaRule_closure0, A._ImportedCssVisitor_visitCssStyleRule_closure0, A._ImportedCssVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor_closure, A._EvaluateVisitor_closure0, A._EvaluateVisitor_closure1, A._EvaluateVisitor_closure2, A._EvaluateVisitor_closure3, A._EvaluateVisitor_closure4, A._EvaluateVisitor_closure5, A._EvaluateVisitor_closure6, A._EvaluateVisitor_closure7, A._EvaluateVisitor_closure8, A._EvaluateVisitor__closure0, A._EvaluateVisitor__loadModule__closure, A._EvaluateVisitor__combineCss_closure, A._EvaluateVisitor__combineCss_closure0, A._EvaluateVisitor__combineCss_closure1, A._EvaluateVisitor__extendModules_closure, A._EvaluateVisitor__topologicalModules_visitModule, A._EvaluateVisitor__scopeForAtRoot_closure, A._EvaluateVisitor__scopeForAtRoot_closure0, A._EvaluateVisitor__scopeForAtRoot_closure1, A._EvaluateVisitor__scopeForAtRoot_closure2, A._EvaluateVisitor__scopeForAtRoot_closure3, A._EvaluateVisitor__scopeForAtRoot_closure4, A._EvaluateVisitor_visitDeclaration_closure, A._EvaluateVisitor_visitEachRule_closure, A._EvaluateVisitor_visitEachRule_closure0, A._EvaluateVisitor_visitEachRule__closure, A._EvaluateVisitor_visitEachRule___closure, A._EvaluateVisitor_visitAtRule_closure, A._EvaluateVisitor_visitAtRule_closure1, A._EvaluateVisitor_visitForRule__closure, A._EvaluateVisitor_visitForwardRule_closure, A._EvaluateVisitor_visitForwardRule_closure0, A._EvaluateVisitor_visitIfRule__closure, A._EvaluateVisitor__visitDynamicImport__closure, A._EvaluateVisitor__visitDynamicImport__closure0, A._EvaluateVisitor__visitDynamicImport__closure1, A._EvaluateVisitor_visitIncludeRule_closure2, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitStyleRule_closure1, A._EvaluateVisitor_visitStyleRule_closure5, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitUseRule_closure, A._EvaluateVisitor_visitWhileRule__closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation, A._EvaluateVisitor_visitListExpression_closure, A._EvaluateVisitor__runUserDefinedCallable____closure, A._EvaluateVisitor__runBuiltInCallable_closure0, A._EvaluateVisitor__evaluateArguments_closure, A._EvaluateVisitor__evaluateArguments_closure0, A._EvaluateVisitor__evaluateArguments_closure2, A._EvaluateVisitor__evaluateMacroArguments_closure, A._EvaluateVisitor__evaluateMacroArguments_closure0, A._EvaluateVisitor__evaluateMacroArguments_closure2, A._EvaluateVisitor_visitStringExpression_closure, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure0, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssStyleRule_closure0, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor__performInterpolation_closure, A._EvaluateVisitor__withoutSlash_recommendation, A._EvaluateVisitor__stackFrame_closure, A._EvaluateVisitor__stackTrace_closure, A._ImportedCssVisitor_visitCssAtRule_closure, A._ImportedCssVisitor_visitCssMediaRule_closure, A._ImportedCssVisitor_visitCssStyleRule_closure, A._ImportedCssVisitor_visitCssSupportsRule_closure, A.serialize_closure, A._SerializeVisitor_visitList_closure, A._SerializeVisitor_visitList_closure0, A._SerializeVisitor_visitList_closure1, A._SerializeVisitor_visitMap_closure, A._SerializeVisitor_visitSelectorList_closure, A.StatementSearchVisitor_visitIfRule_closure, A.StatementSearchVisitor_visitIfRule__closure0, A.StatementSearchVisitor_visitIfRule_closure0, A.StatementSearchVisitor_visitIfRule__closure, A.StatementSearchVisitor_visitChildren_closure, A.SingleMapping_SingleMapping$fromEntries_closure1, A.SingleMapping_toJson_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.Chain_Chain$parse_closure, A.Chain_Chain$parse_closure0, A.Chain_Chain$parse_closure1, A.Chain_toTrace_closure, A.Chain_toString_closure0, A.Chain_toString__closure0, A.Chain_toString_closure, A.Chain_toString__closure, A.Trace__parseVM_closure, A.Trace__parseVM_closure0, A.Trace$parseV8_closure, A.Trace$parseV8_closure0, A.Trace$parseJSCore_closure, A.Trace$parseJSCore_closure0, A.Trace$parseFirefox_closure, A.Trace$parseFirefox_closure0, A.Trace$parseFriendly_closure, A.Trace$parseFriendly_closure0, A.Trace_terse_closure, A.Trace_foldFrames_closure, A.Trace_foldFrames_closure0, A.Trace_toString_closure0, A.Trace_toString_closure, A.TransformByHandlers_transformByHandlers__closure, A.RateLimit__debounceAggregate_closure0, A.ArgumentDeclaration_verify_closure1, A.ArgumentDeclaration_verify_closure2, A.argumentListClass__closure, A.argumentListClass__closure0, A.AsyncBuiltInCallable$mixin_closure0, A._compileStylesheet_closure2, A.AsyncEnvironment_importForwards_closure2, A.AsyncEnvironment_importForwards_closure3, A.AsyncEnvironment_importForwards_closure4, A.AsyncEnvironment__getVariableFromGlobalModule_closure0, A.AsyncEnvironment_setVariable_closure3, A.AsyncEnvironment__getFunctionFromGlobalModule_closure0, A.AsyncEnvironment__getMixinFromGlobalModule_closure0, A.AsyncEnvironment_toModule_closure0, A.AsyncEnvironment_toDummyModule_closure0, A.AsyncEnvironment__fromOneModule_closure0, A.AsyncEnvironment__fromOneModule__closure0, A._EnvironmentModule__EnvironmentModule_closure17, A._EnvironmentModule__EnvironmentModule_closure18, A._EnvironmentModule__EnvironmentModule_closure19, A._EnvironmentModule__EnvironmentModule_closure20, A._EnvironmentModule__EnvironmentModule_closure21, A._EnvironmentModule__EnvironmentModule_closure22, A._EvaluateVisitor_closure29, A._EvaluateVisitor_closure30, A._EvaluateVisitor_closure31, A._EvaluateVisitor_closure32, A._EvaluateVisitor_closure33, A._EvaluateVisitor_closure34, A._EvaluateVisitor_closure35, A._EvaluateVisitor_closure36, A._EvaluateVisitor_closure37, A._EvaluateVisitor_closure38, A._EvaluateVisitor__closure9, A._EvaluateVisitor__loadModule__closure2, A._EvaluateVisitor__combineCss_closure8, A._EvaluateVisitor__combineCss_closure9, A._EvaluateVisitor__combineCss_closure10, A._EvaluateVisitor__extendModules_closure5, A._EvaluateVisitor__topologicalModules_visitModule2, A._EvaluateVisitor__scopeForAtRoot_closure17, A._EvaluateVisitor__scopeForAtRoot_closure18, A._EvaluateVisitor__scopeForAtRoot_closure19, A._EvaluateVisitor__scopeForAtRoot_closure20, A._EvaluateVisitor__scopeForAtRoot_closure21, A._EvaluateVisitor__scopeForAtRoot_closure22, A._EvaluateVisitor_visitDeclaration_closure5, A._EvaluateVisitor_visitEachRule_closure8, A._EvaluateVisitor_visitEachRule_closure9, A._EvaluateVisitor_visitEachRule__closure2, A._EvaluateVisitor_visitEachRule___closure2, A._EvaluateVisitor_visitAtRule_closure8, A._EvaluateVisitor_visitAtRule_closure10, A._EvaluateVisitor_visitForRule__closure2, A._EvaluateVisitor_visitForwardRule_closure5, A._EvaluateVisitor_visitForwardRule_closure6, A._EvaluateVisitor_visitIfRule__closure2, A._EvaluateVisitor__visitDynamicImport__closure11, A._EvaluateVisitor__visitDynamicImport__closure12, A._EvaluateVisitor__visitDynamicImport__closure13, A._EvaluateVisitor_visitIncludeRule_closure14, A._EvaluateVisitor_visitMediaRule_closure8, A._EvaluateVisitor_visitMediaRule_closure10, A._EvaluateVisitor_visitStyleRule_closure22, A._EvaluateVisitor_visitStyleRule_closure26, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitUseRule_closure2, A._EvaluateVisitor_visitWhileRule__closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2, A._EvaluateVisitor_visitListExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable____closure2, A._EvaluateVisitor__runBuiltInCallable_closure6, A._EvaluateVisitor__evaluateArguments_closure11, A._EvaluateVisitor__evaluateArguments_closure12, A._EvaluateVisitor__evaluateArguments_closure14, A._EvaluateVisitor__evaluateMacroArguments_closure11, A._EvaluateVisitor__evaluateMacroArguments_closure12, A._EvaluateVisitor__evaluateMacroArguments_closure14, A._EvaluateVisitor_visitStringExpression_closure2, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure6, A._EvaluateVisitor_visitCssMediaRule_closure8, A._EvaluateVisitor_visitCssMediaRule_closure10, A._EvaluateVisitor_visitCssStyleRule_closure6, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor__performInterpolation_closure2, A._EvaluateVisitor__withoutSlash_recommendation2, A._EvaluateVisitor__stackFrame_closure2, A._EvaluateVisitor__stackTrace_closure2, A._ImportedCssVisitor_visitCssAtRule_closure2, A._ImportedCssVisitor_visitCssMediaRule_closure2, A._ImportedCssVisitor_visitCssStyleRule_closure2, A._ImportedCssVisitor_visitCssSupportsRule_closure2, A.AsyncImportCache_humanize_closure2, A.AsyncImportCache_humanize_closure3, A.AsyncImportCache_humanize_closure4, A.legacyBooleanClass__closure, A.legacyBooleanClass__closure0, A.booleanClass__closure, A.BuiltInCallable$mixin_closure0, A.CalculationExpression__verifyArguments_closure0, A.SassCalculation__verifyLength_closure0, A.global_closure30, A.global_closure31, A.global_closure32, A.global_closure33, A.global_closure34, A.global_closure35, A.global_closure36, A.global_closure37, A.global_closure38, A.global_closure39, A.global_closure40, A.global_closure41, A.global_closure42, A.global_closure43, A.global_closure44, A.global_closure45, A.global_closure46, A.global_closure47, A.global_closure48, A.global_closure49, A.global_closure50, A.global_closure51, A.global_closure52, A.global_closure53, A.global_closure54, A.global_closure55, A.global__closure0, A.global_closure56, A.module_closure8, A.module_closure9, A.module_closure10, A.module_closure11, A.module_closure12, A.module_closure13, A.module_closure14, A.module_closure15, A.module__closure0, A.module_closure16, A._red_closure0, A._green_closure0, A._blue_closure0, A._mix_closure0, A._hue_closure0, A._saturation_closure0, A._lightness_closure0, A._complement_closure0, A._adjust_closure0, A._scale_closure0, A._change_closure0, A._ieHexStr_closure0, A._ieHexStr_closure_hexString0, A._updateComponents_getParam0, A._updateComponents_closure0, A._updateComponents_updateValue0, A._functionString_closure0, A._removedColorFunction_closure0, A._rgb_closure0, A._hsl_closure0, A._removeUnits_closure1, A._removeUnits_closure2, A._hwb_closure0, A._parseChannels_closure0, A.legacyColorClass_closure, A.legacyColorClass_closure0, A.legacyColorClass_closure1, A.legacyColorClass_closure2, A.legacyColorClass_closure3, A.colorClass__closure1, A.colorClass__closure2, A.colorClass__closure3, A.colorClass__closure4, A.colorClass__closure5, A.colorClass__closure6, A.colorClass__closure7, A.colorClass__closure8, A.colorClass__closure9, A.SassColor_SassColor$hwb_toRgb0, A.compileAsync__closure, A.compileStringAsync__closure, A.compileStringAsync__closure0, A._wrapAsyncSassExceptions_closure, A._parseFunctions__closure2, A._parseFunctions__closure3, A._compileStylesheet_closure1, A.ComplexSelector_isInvisible_closure0, A.CompoundSelector_isInvisible_closure0, A.Configuration_toString_closure0, A._disallowedFunctionNames_closure0, A.EachRule_toString_closure0, A.Environment_importForwards_closure2, A.Environment_importForwards_closure3, A.Environment_importForwards_closure4, A.Environment__getVariableFromGlobalModule_closure0, A.Environment_setVariable_closure3, A.Environment__getFunctionFromGlobalModule_closure0, A.Environment__getMixinFromGlobalModule_closure0, A.Environment_toModule_closure0, A.Environment_toDummyModule_closure0, A.Environment__fromOneModule_closure0, A.Environment__fromOneModule__closure0, A._EnvironmentModule__EnvironmentModule_closure11, A._EnvironmentModule__EnvironmentModule_closure12, A._EnvironmentModule__EnvironmentModule_closure13, A._EnvironmentModule__EnvironmentModule_closure14, A._EnvironmentModule__EnvironmentModule_closure15, A._EnvironmentModule__EnvironmentModule_closure16, A._EvaluateVisitor_closure19, A._EvaluateVisitor_closure20, A._EvaluateVisitor_closure21, A._EvaluateVisitor_closure22, A._EvaluateVisitor_closure23, A._EvaluateVisitor_closure24, A._EvaluateVisitor_closure25, A._EvaluateVisitor_closure26, A._EvaluateVisitor_closure27, A._EvaluateVisitor_closure28, A._EvaluateVisitor__closure6, A._EvaluateVisitor__loadModule__closure1, A._EvaluateVisitor__combineCss_closure5, A._EvaluateVisitor__combineCss_closure6, A._EvaluateVisitor__combineCss_closure7, A._EvaluateVisitor__extendModules_closure3, A._EvaluateVisitor__topologicalModules_visitModule1, A._EvaluateVisitor__scopeForAtRoot_closure11, A._EvaluateVisitor__scopeForAtRoot_closure12, A._EvaluateVisitor__scopeForAtRoot_closure13, A._EvaluateVisitor__scopeForAtRoot_closure14, A._EvaluateVisitor__scopeForAtRoot_closure15, A._EvaluateVisitor__scopeForAtRoot_closure16, A._EvaluateVisitor_visitDeclaration_closure3, A._EvaluateVisitor_visitEachRule_closure5, A._EvaluateVisitor_visitEachRule_closure6, A._EvaluateVisitor_visitEachRule__closure1, A._EvaluateVisitor_visitEachRule___closure1, A._EvaluateVisitor_visitAtRule_closure5, A._EvaluateVisitor_visitAtRule_closure7, A._EvaluateVisitor_visitForRule__closure1, A._EvaluateVisitor_visitForwardRule_closure3, A._EvaluateVisitor_visitForwardRule_closure4, A._EvaluateVisitor_visitIfRule__closure1, A._EvaluateVisitor__visitDynamicImport__closure7, A._EvaluateVisitor__visitDynamicImport__closure8, A._EvaluateVisitor__visitDynamicImport__closure9, A._EvaluateVisitor_visitIncludeRule_closure10, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitStyleRule_closure15, A._EvaluateVisitor_visitStyleRule_closure19, A._EvaluateVisitor_visitSupportsRule_closure4, A._EvaluateVisitor_visitUseRule_closure1, A._EvaluateVisitor_visitWhileRule__closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1, A._EvaluateVisitor_visitListExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable____closure1, A._EvaluateVisitor__runBuiltInCallable_closure4, A._EvaluateVisitor__evaluateArguments_closure7, A._EvaluateVisitor__evaluateArguments_closure8, A._EvaluateVisitor__evaluateArguments_closure10, A._EvaluateVisitor__evaluateMacroArguments_closure7, A._EvaluateVisitor__evaluateMacroArguments_closure8, A._EvaluateVisitor__evaluateMacroArguments_closure10, A._EvaluateVisitor_visitStringExpression_closure1, A._EvaluateVisitor_visitCssAtRule_closure4, A._EvaluateVisitor_visitCssKeyframeBlock_closure4, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssStyleRule_closure4, A._EvaluateVisitor_visitCssSupportsRule_closure4, A._EvaluateVisitor__performInterpolation_closure1, A._EvaluateVisitor__withoutSlash_recommendation1, A._EvaluateVisitor__stackFrame_closure1, A._EvaluateVisitor__stackTrace_closure1, A._ImportedCssVisitor_visitCssAtRule_closure1, A._ImportedCssVisitor_visitCssMediaRule_closure1, A._ImportedCssVisitor_visitCssStyleRule_closure1, A._ImportedCssVisitor_visitCssSupportsRule_closure1, A.exceptionClass__closure, A.exceptionClass__closure0, A.exceptionClass__closure1, A.ExtensionStore_extensionsWhereTarget_closure0, A.ExtensionStore_addExtensions_closure2, A.ExtensionStore_addExtensions__closure2, A.ExtensionStore_addExtensions__closure3, A.ExtensionStore__extendComplex_closure1, A.ExtensionStore__extendComplex_closure2, A.ExtensionStore__extendComplex__closure1, A.ExtensionStore__extendComplex__closure2, A.ExtensionStore__extendComplex___closure0, A.ExtensionStore__extendCompound_closure4, A.ExtensionStore__extendCompound_closure5, A.ExtensionStore__extendCompound__closure1, A.ExtensionStore__extendCompound__closure2, A.ExtensionStore__extendCompound_closure6, A.ExtensionStore__extendCompound_closure7, A.ExtensionStore__extendCompound_closure8, A.ExtensionStore__extendSimple_withoutPseudo0, A.ExtensionStore__extendSimple_closure1, A.ExtensionStore__extendSimple_closure2, A.ExtensionStore__extendPseudo_closure4, A.ExtensionStore__extendPseudo_closure5, A.ExtensionStore__extendPseudo_closure6, A.ExtensionStore__extendPseudo_closure7, A.ExtensionStore__extendPseudo_closure8, A.ExtensionStore__trim_closure1, A.ExtensionStore__trim_closure2, A.FilesystemImporter_canonicalize_closure0, A.functionClass__closure, A.functionClass__closure0, A.unifyComplex_closure0, A._weaveParents_closure7, A._weaveParents_closure8, A._weaveParents__closure4, A._weaveParents_closure9, A._weaveParents_closure10, A._weaveParents__closure3, A._weaveParents_closure11, A._weaveParents_closure12, A._weaveParents__closure2, A._mustUnify_closure0, A._mustUnify__closure0, A.paths__closure0, A.paths___closure0, A._hasRoot_closure0, A.listIsSuperselector_closure0, A.listIsSuperselector__closure0, A._simpleIsSuperselectorOfCompound_closure0, A._simpleIsSuperselectorOfCompound__closure0, A._selectorPseudoIsSuperselector_closure6, A._selectorPseudoIsSuperselector_closure7, A._selectorPseudoIsSuperselector_closure8, A._selectorPseudoIsSuperselector_closure9, A._selectorPseudoIsSuperselector_closure10, A._selectorPseudoIsSuperselector__closure0, A._selectorPseudoIsSuperselector___closure1, A._selectorPseudoIsSuperselector___closure2, A._selectorPseudoIsSuperselector_closure11, A._selectorPseudoIsSuperselector_closure12, A._selectorPseudoArgs_closure1, A._selectorPseudoArgs_closure2, A.globalFunctions_closure0, A.IDSelector_unify_closure0, A.IfRuleClause$__closure0, A.IfRuleClause$___closure0, A.immutableMapToDartMap_closure, A.NodeImporter__tryPath_closure0, A.ImportCache_humanize_closure2, A.ImportCache_humanize_closure3, A.ImportCache_humanize_closure4, A.Interpolation_toString_closure0, A._realCasePath_helper0, A._realCasePath_helper__closure0, A.render_closure0, A._parseFunctions__closure, A._parseFunctions___closure0, A._parseFunctions__closure0, A._parseFunctions__closure1, A._parseFunctions___closure, A._parseImporter_closure, A._parseImporter__closure, A._parseImporter___closure, A.ListExpression_toString_closure0, A._length_closure2, A._nth_closure0, A._setNth_closure0, A._join_closure0, A._append_closure2, A._zip_closure0, A._zip__closure2, A._zip__closure3, A._zip__closure4, A._index_closure2, A._separator_closure0, A._isBracketed_closure0, A._slash_closure0, A.SelectorList_isInvisible_closure0, A.SelectorList_asSassList_closure0, A.SelectorList_asSassList__closure0, A.SelectorList_unify_closure0, A.SelectorList_unify__closure0, A.SelectorList_unify___closure0, A.SelectorList_resolveParentSelectors_closure0, A.SelectorList_resolveParentSelectors__closure1, A.SelectorList_resolveParentSelectors__closure2, A.SelectorList__complexContainsParentSelector_closure0, A.SelectorList__complexContainsParentSelector__closure0, A.SelectorList__resolveParentSelectorsCompound_closure2, A.SelectorList__resolveParentSelectorsCompound_closure3, A.SelectorList__resolveParentSelectorsCompound_closure4, A.legacyListClass_closure, A.legacyListClass__closure, A.legacyListClass_closure1, A.legacyListClass_closure2, A.legacyListClass_closure4, A.listClass__closure, A.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A._get_closure0, A._set_closure1, A._set__closure2, A._set_closure2, A._set__closure1, A._merge_closure1, A._merge_closure2, A._merge__closure0, A._deepMerge_closure0, A._deepRemove_closure0, A._deepRemove__closure0, A._remove_closure1, A._remove_closure2, A._keys_closure0, A._values_closure0, A._hasKey_closure0, A._modify__modifyNestedMap0, A.legacyMapClass_closure, A.legacyMapClass__closure, A.legacyMapClass__closure0, A.legacyMapClass_closure2, A.legacyMapClass_closure3, A.legacyMapClass_closure4, A.mapClass__closure, A.mapClass__closure0, A._ceil_closure0, A._clamp_closure0, A._floor_closure0, A._max_closure0, A._min_closure0, A._abs_closure0, A._hypot_closure0, A._hypot__closure0, A._log_closure0, A._pow_closure0, A._sqrt_closure0, A._acos_closure0, A._asin_closure0, A._atan_closure0, A._atan2_closure0, A._cos_closure0, A._sin_closure0, A._tan_closure0, A._compatible_closure0, A._isUnitless_closure0, A._unit_closure0, A._percentage_closure0, A._randomFunction_closure0, A._div_closure0, A._numberFunction_closure0, A.global_closure57, A.global_closure58, A.global_closure59, A.global_closure60, A.local_closure1, A.local_closure2, A.local__closure0, A.listDir__closure1, A.listDir__closure2, A.listDir_closure_list0, A.listDir__list_closure0, A.legacyNullClass__closure, A.legacyNumberClass_closure, A.legacyNumberClass_closure0, A.legacyNumberClass_closure2, A._parseNumber_closure, A._parseNumber_closure0, A.numberClass__closure, A.numberClass__closure0, A.numberClass__closure1, A.numberClass__closure2, A.numberClass__closure3, A.numberClass__closure4, A.numberClass__closure5, A.numberClass__closure6, A.numberClass__closure7, A.numberClass__closure8, A.numberClass__closure9, A.numberClass__closure12, A.numberClass__closure13, A.numberClass__closure14, A.numberClass__closure15, A.numberClass__closure16, A.numberClass__closure17, A.numberClass__closure18, A.numberClass__closure19, A.SassNumber__coerceOrConvertValue_closure3, A.SassNumber__coerceOrConvertValue_closure5, A.SassNumber_multiplyUnits_closure3, A.SassNumber_multiplyUnits_closure5, A.SassNumber__areAnyConvertible_closure0, A.SassNumber__canonicalizeUnitList_closure0, A.ParentStatement_closure0, A.ParentStatement__closure0, A.Parser_scanIdentChar_matches0, A._PrefixedKeys_iterator_closure0, A.PseudoSelector_unify_closure0, A.JSClassExtension_setCustomInspect_closure, A._wrapMain_closure, A._wrapMain_closure0, A._nest_closure0, A._nest__closure1, A._append_closure1, A._append__closure1, A._append___closure0, A._extend_closure0, A._replace_closure0, A._unify_closure0, A._isSuperselector_closure0, A._simpleSelectors_closure0, A._simpleSelectors__closure0, A._parse_closure0, A.serialize_closure0, A._SerializeVisitor_visitList_closure2, A._SerializeVisitor_visitList_closure3, A._SerializeVisitor_visitList_closure4, A._SerializeVisitor_visitMap_closure0, A._SerializeVisitor_visitSelectorList_closure0, A.SingleUnitSassNumber__coerceToUnit_closure0, A.SingleUnitSassNumber__coerceValueToUnit_closure0, A.SingleUnitSassNumber_multiplyUnits_closure1, A.SourceMapBuffer_buildSourceMap_closure0, A.updateSourceSpanPrototype_closure, A.updateSourceSpanPrototype_closure0, A.updateSourceSpanPrototype_closure1, A.updateSourceSpanPrototype_closure2, A.updateSourceSpanPrototype_closure3, A.updateSourceSpanPrototype_closure4, A.updateSourceSpanPrototype_closure5, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, A._unquote_closure0, A._quote_closure0, A._length_closure1, A._insert_closure0, A._index_closure1, A._slice_closure0, A._toUpperCase_closure0, A._toLowerCase_closure0, A._uniqueId_closure0, A.legacyStringClass_closure, A.legacyStringClass_closure0, A.stringClass__closure, A.stringClass__closure0, A.stringClass__closure1, A.stringClass__closure2, A.stringClass__closure3, A.StylesheetParser_parse__closure2, A.StylesheetParser_expression_addSingleExpression0, A.StylesheetParser_expression_addOperator0, A.StylesheetParser__unicodeRange_closure1, A.StylesheetParser__unicodeRange_closure2, A.StylesheetParser_trySpecialFunction_closure0, A.TerseLogger_summarize_closure1, A.TerseLogger_summarize_closure2, A._UnprefixedKeys_iterator_closure1, A._UnprefixedKeys_iterator_closure2, A._exactlyOne_closure0, A.futureToPromise__closure0, A.indent_closure0, A.flattenVertically_closure1, A.flattenVertically_closure2, A.valueClass__closure, A.valueClass__closure0, A.valueClass__closure1, A.valueClass__closure2, A.valueClass__closure3, A.valueClass__closure4, A.valueClass__closure5, A.valueClass__closure7, A.valueClass__closure8, A.valueClass__closure9, A.valueClass__closure10, A.valueClass__closure11, A.valueClass__closure12, A.valueClass__closure13, A.valueClass__closure15, A.valueClass__closure16]);
97865
+ _inheritMany(A.Closure, [A.Closure2Args, A.CastMap_entries_closure, A.Closure0Args, A.ConstantStringMap_values_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A.Stream_Stream$fromFuture_closure, A.Stream_length_closure, A._CustomZone_bindUnaryCallback_closure, A._RootZone_bindUnaryCallback_closure, A._HashMap_values_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A._convertDataTree__convert, A.ArgParser__addOption_closure, A._Usage__writeOption_closure, A._Usage__buildAllowedList_closure, A.StreamGroup__onListen_closure, A.StreamGroup__onCancel_closure, A.StreamQueue__ensureListening_closure, A.alwaysValid_closure, A.ReplAdapter_runAsync__closure, A.MapKeySet_difference_closure, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.futureToPromise__closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.ParsedPath__splitExtension_closure, A.PathMap__create_closure0, A.PathMap__create_closure1, A.WindowsStyle_absolutePathToUri_closure, A.ArgumentDeclaration_verify_closure, A.ArgumentDeclaration_verify_closure0, A.CalculationExpression__verifyArguments_closure, A.ListExpression_toString_closure, A.MapExpression_toString_closure, A.Interpolation_toString_closure, A.EachRule_toString_closure, A.IfRuleClause$__closure, A.IfRuleClause$___closure, A.ParentStatement_closure, A.ParentStatement__closure, A.ComplexSelector_isInvisible_closure, A.CompoundSelector_isInvisible_closure, A.IDSelector_unify_closure, A.SelectorList_isInvisible_closure, A.SelectorList_asSassList_closure, A.SelectorList_asSassList__closure, A.SelectorList_unify_closure, A.SelectorList_unify__closure, A.SelectorList_unify___closure, A.SelectorList_resolveParentSelectors_closure, A.SelectorList_resolveParentSelectors__closure, A.SelectorList_resolveParentSelectors__closure0, A.SelectorList__complexContainsParentSelector_closure, A.SelectorList__complexContainsParentSelector__closure, A.SelectorList__resolveParentSelectorsCompound_closure, A.SelectorList__resolveParentSelectorsCompound_closure0, A.SelectorList__resolveParentSelectorsCompound_closure1, A.PseudoSelector_unify_closure, A._compileStylesheet_closure0, A.AsyncEnvironment_importForwards_closure, A.AsyncEnvironment_importForwards_closure0, A.AsyncEnvironment_importForwards_closure1, A.AsyncEnvironment__getVariableFromGlobalModule_closure, A.AsyncEnvironment_setVariable_closure0, A.AsyncEnvironment__getFunctionFromGlobalModule_closure, A.AsyncEnvironment__getMixinFromGlobalModule_closure, A.AsyncEnvironment_toModule_closure, A.AsyncEnvironment_toDummyModule_closure, A.AsyncEnvironment__fromOneModule_closure, A.AsyncEnvironment__fromOneModule__closure, A._EnvironmentModule__EnvironmentModule_closure5, A._EnvironmentModule__EnvironmentModule_closure6, A._EnvironmentModule__EnvironmentModule_closure7, A._EnvironmentModule__EnvironmentModule_closure8, A._EnvironmentModule__EnvironmentModule_closure9, A._EnvironmentModule__EnvironmentModule_closure10, A.AsyncImportCache_humanize_closure, A.AsyncImportCache_humanize_closure0, A.AsyncImportCache_humanize_closure1, A.AsyncBuiltInCallable$mixin_closure, A.BuiltInCallable$mixin_closure, A._compileStylesheet_closure, A.Configuration_toString_closure, A.Environment_importForwards_closure, A.Environment_importForwards_closure0, A.Environment_importForwards_closure1, A.Environment__getVariableFromGlobalModule_closure, A.Environment_setVariable_closure0, A.Environment__getFunctionFromGlobalModule_closure, A.Environment__getMixinFromGlobalModule_closure, A.Environment_toModule_closure, A.Environment_toDummyModule_closure, A.Environment__fromOneModule_closure, A.Environment__fromOneModule__closure, A._EnvironmentModule__EnvironmentModule_closure, A._EnvironmentModule__EnvironmentModule_closure0, A._EnvironmentModule__EnvironmentModule_closure1, A._EnvironmentModule__EnvironmentModule_closure2, A._EnvironmentModule__EnvironmentModule_closure3, A._EnvironmentModule__EnvironmentModule_closure4, A._writeSourceMap_closure, A.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A.ExtensionStore_extensionsWhereTarget_closure, A.ExtensionStore_addExtensions_closure0, A.ExtensionStore_addExtensions__closure, A.ExtensionStore_addExtensions__closure0, A.ExtensionStore__extendComplex_closure, A.ExtensionStore__extendComplex_closure0, A.ExtensionStore__extendComplex__closure, A.ExtensionStore__extendComplex__closure0, A.ExtensionStore__extendComplex___closure, A.ExtensionStore__extendCompound_closure, A.ExtensionStore__extendCompound_closure0, A.ExtensionStore__extendCompound__closure, A.ExtensionStore__extendCompound__closure0, A.ExtensionStore__extendCompound_closure1, A.ExtensionStore__extendCompound_closure2, A.ExtensionStore__extendCompound_closure3, A.ExtensionStore__extendSimple_withoutPseudo, A.ExtensionStore__extendSimple_closure, A.ExtensionStore__extendSimple_closure0, A.ExtensionStore__extendPseudo_closure, A.ExtensionStore__extendPseudo_closure0, A.ExtensionStore__extendPseudo_closure1, A.ExtensionStore__extendPseudo_closure2, A.ExtensionStore__extendPseudo_closure3, A.ExtensionStore__trim_closure, A.ExtensionStore__trim_closure0, A.unifyComplex_closure, A._weaveParents_closure0, A._weaveParents_closure1, A._weaveParents__closure1, A._weaveParents_closure2, A._weaveParents_closure3, A._weaveParents__closure0, A._weaveParents_closure4, A._weaveParents_closure5, A._weaveParents__closure, A._mustUnify_closure, A._mustUnify__closure, A.paths__closure, A.paths___closure, A._hasRoot_closure, A.listIsSuperselector_closure, A.listIsSuperselector__closure, A._simpleIsSuperselectorOfCompound_closure, A._simpleIsSuperselectorOfCompound__closure, A._selectorPseudoIsSuperselector_closure, A._selectorPseudoIsSuperselector_closure0, A._selectorPseudoIsSuperselector_closure1, A._selectorPseudoIsSuperselector_closure2, A._selectorPseudoIsSuperselector_closure3, A._selectorPseudoIsSuperselector__closure, A._selectorPseudoIsSuperselector___closure, A._selectorPseudoIsSuperselector___closure0, A._selectorPseudoIsSuperselector_closure4, A._selectorPseudoIsSuperselector_closure5, A._selectorPseudoArgs_closure, A._selectorPseudoArgs_closure0, A.globalFunctions_closure, A.global_closure, A.global_closure0, A.global_closure1, A.global_closure2, A.global_closure3, A.global_closure4, A.global_closure5, A.global_closure6, A.global_closure7, A.global_closure8, A.global_closure9, A.global_closure10, A.global_closure11, A.global_closure12, A.global_closure13, A.global_closure14, A.global_closure15, A.global_closure16, A.global_closure17, A.global_closure18, A.global_closure19, A.global_closure20, A.global_closure21, A.global_closure22, A.global_closure23, A.global_closure24, A.global__closure, A.global_closure25, A.module_closure, A.module_closure0, A.module_closure1, A.module_closure2, A.module_closure3, A.module_closure4, A.module_closure5, A.module_closure6, A.module__closure, A.module_closure7, A._red_closure, A._green_closure, A._blue_closure, A._mix_closure, A._hue_closure, A._saturation_closure, A._lightness_closure, A._complement_closure, A._adjust_closure, A._scale_closure, A._change_closure, A._ieHexStr_closure, A._ieHexStr_closure_hexString, A._updateComponents_getParam, A._updateComponents_closure, A._updateComponents_updateValue, A._functionString_closure, A._removedColorFunction_closure, A._rgb_closure, A._hsl_closure, A._removeUnits_closure, A._removeUnits_closure0, A._hwb_closure, A._parseChannels_closure, A._length_closure0, A._nth_closure, A._setNth_closure, A._join_closure, A._append_closure0, A._zip_closure, A._zip__closure, A._zip__closure0, A._zip__closure1, A._index_closure0, A._separator_closure, A._isBracketed_closure, A._slash_closure, A._get_closure, A._set_closure, A._set__closure0, A._set_closure0, A._set__closure, A._merge_closure, A._merge_closure0, A._merge__closure, A._deepMerge_closure, A._deepRemove_closure, A._deepRemove__closure, A._remove_closure, A._remove_closure0, A._keys_closure, A._values_closure, A._hasKey_closure, A._modify__modifyNestedMap, A._ceil_closure, A._clamp_closure, A._floor_closure, A._max_closure, A._min_closure, A._abs_closure, A._hypot_closure, A._hypot__closure, A._log_closure, A._pow_closure, A._sqrt_closure, A._acos_closure, A._asin_closure, A._atan_closure, A._atan2_closure, A._cos_closure, A._sin_closure, A._tan_closure, A._compatible_closure, A._isUnitless_closure, A._unit_closure, A._percentage_closure, A._randomFunction_closure, A._div_closure, A._numberFunction_closure, A.global_closure26, A.global_closure27, A.global_closure28, A.global_closure29, A.local_closure, A.local_closure0, A.local__closure, A._nest_closure, A._nest__closure, A._append_closure, A._append__closure, A._append___closure, A._extend_closure, A._replace_closure, A._unify_closure, A._isSuperselector_closure, A._simpleSelectors_closure, A._simpleSelectors__closure, A._parse_closure, A._unquote_closure, A._quote_closure, A._length_closure, A._insert_closure, A._index_closure, A._slice_closure, A._toUpperCase_closure, A._toLowerCase_closure, A._uniqueId_closure, A.ImportCache_humanize_closure, A.ImportCache_humanize_closure0, A.ImportCache_humanize_closure1, A.FilesystemImporter_canonicalize_closure, A._exactlyOne_closure, A._realCasePath_helper, A._realCasePath_helper__closure, A.readStdin_closure, A.readStdin_closure0, A.readStdin_closure1, A.readStdin_closure2, A.listDir__closure, A.listDir__closure0, A.listDir_closure_list, A.listDir__list_closure, A.watchDir_closure, A.watchDir_closure0, A.watchDir_closure1, A.watchDir_closure2, A.TerseLogger_summarize_closure, A.TerseLogger_summarize_closure0, A._disallowedFunctionNames_closure, A.Parser_scanIdentChar_matches, A.StylesheetParser_parse__closure0, A.StylesheetParser__expression_addSingleExpression, A.StylesheetParser__expression_addOperator, A.StylesheetParser__unicodeRange_closure, A.StylesheetParser__unicodeRange_closure0, A.StylesheetParser_trySpecialFunction_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime, A._PrefixedKeys_iterator_closure, A.SourceMapBuffer_buildSourceMap_closure, A._UnprefixedKeys_iterator_closure, A._UnprefixedKeys_iterator_closure0, A.indent_closure, A.flattenVertically_closure, A.flattenVertically_closure0, A.SassCalculation__verifyLength_closure, A.SassColor_SassColor$hwb_toRgb, A.SassList_isBlank_closure, A.SassNumber__coerceOrConvertValue_closure, A.SassNumber__coerceOrConvertValue_closure1, A.SassNumber_multiplyUnits_closure, A.SassNumber_multiplyUnits_closure1, A.SassNumber__areAnyConvertible_closure, A.SassNumber__canonicalizeUnitList_closure, A.SingleUnitSassNumber__coerceToUnit_closure, A.SingleUnitSassNumber__coerceValueToUnit_closure, A.SingleUnitSassNumber_multiplyUnits_closure, A._EvaluateVisitor_closure9, A._EvaluateVisitor_closure10, A._EvaluateVisitor_closure11, A._EvaluateVisitor_closure12, A._EvaluateVisitor_closure13, A._EvaluateVisitor_closure14, A._EvaluateVisitor_closure15, A._EvaluateVisitor_closure16, A._EvaluateVisitor_closure17, A._EvaluateVisitor_closure18, A._EvaluateVisitor__closure3, A._EvaluateVisitor__loadModule__closure0, A._EvaluateVisitor__combineCss_closure2, A._EvaluateVisitor__combineCss_closure3, A._EvaluateVisitor__combineCss_closure4, A._EvaluateVisitor__extendModules_closure1, A._EvaluateVisitor__topologicalModules_visitModule0, A._EvaluateVisitor__scopeForAtRoot_closure5, A._EvaluateVisitor__scopeForAtRoot_closure6, A._EvaluateVisitor__scopeForAtRoot_closure7, A._EvaluateVisitor__scopeForAtRoot_closure8, A._EvaluateVisitor__scopeForAtRoot_closure9, A._EvaluateVisitor__scopeForAtRoot_closure10, A._EvaluateVisitor_visitDeclaration_closure1, A._EvaluateVisitor_visitEachRule_closure2, A._EvaluateVisitor_visitEachRule_closure3, A._EvaluateVisitor_visitEachRule__closure0, A._EvaluateVisitor_visitEachRule___closure0, A._EvaluateVisitor_visitAtRule_closure2, A._EvaluateVisitor_visitAtRule_closure4, A._EvaluateVisitor_visitForRule__closure0, A._EvaluateVisitor_visitForwardRule_closure1, A._EvaluateVisitor_visitForwardRule_closure2, A._EvaluateVisitor_visitIfRule__closure0, A._EvaluateVisitor__visitDynamicImport__closure3, A._EvaluateVisitor__visitDynamicImport__closure4, A._EvaluateVisitor__visitDynamicImport__closure5, A._EvaluateVisitor_visitIncludeRule_closure6, A._EvaluateVisitor_visitMediaRule_closure2, A._EvaluateVisitor_visitMediaRule_closure4, A._EvaluateVisitor_visitStyleRule_closure8, A._EvaluateVisitor_visitStyleRule_closure12, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitUseRule_closure0, A._EvaluateVisitor_visitWhileRule__closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0, A._EvaluateVisitor_visitListExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable____closure0, A._EvaluateVisitor__runBuiltInCallable_closure2, A._EvaluateVisitor__evaluateArguments_closure3, A._EvaluateVisitor__evaluateArguments_closure4, A._EvaluateVisitor__evaluateArguments_closure6, A._EvaluateVisitor__evaluateMacroArguments_closure3, A._EvaluateVisitor__evaluateMacroArguments_closure4, A._EvaluateVisitor__evaluateMacroArguments_closure6, A._EvaluateVisitor_visitStringExpression_closure0, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssKeyframeBlock_closure2, A._EvaluateVisitor_visitCssMediaRule_closure2, A._EvaluateVisitor_visitCssMediaRule_closure4, A._EvaluateVisitor_visitCssStyleRule_closure2, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor__performInterpolation_closure0, A._EvaluateVisitor__withoutSlash_recommendation0, A._EvaluateVisitor__stackFrame_closure0, A._EvaluateVisitor__stackTrace_closure0, A._ImportedCssVisitor_visitCssAtRule_closure0, A._ImportedCssVisitor_visitCssMediaRule_closure0, A._ImportedCssVisitor_visitCssStyleRule_closure0, A._ImportedCssVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor_closure, A._EvaluateVisitor_closure0, A._EvaluateVisitor_closure1, A._EvaluateVisitor_closure2, A._EvaluateVisitor_closure3, A._EvaluateVisitor_closure4, A._EvaluateVisitor_closure5, A._EvaluateVisitor_closure6, A._EvaluateVisitor_closure7, A._EvaluateVisitor_closure8, A._EvaluateVisitor__closure0, A._EvaluateVisitor__loadModule__closure, A._EvaluateVisitor__combineCss_closure, A._EvaluateVisitor__combineCss_closure0, A._EvaluateVisitor__combineCss_closure1, A._EvaluateVisitor__extendModules_closure, A._EvaluateVisitor__topologicalModules_visitModule, A._EvaluateVisitor__scopeForAtRoot_closure, A._EvaluateVisitor__scopeForAtRoot_closure0, A._EvaluateVisitor__scopeForAtRoot_closure1, A._EvaluateVisitor__scopeForAtRoot_closure2, A._EvaluateVisitor__scopeForAtRoot_closure3, A._EvaluateVisitor__scopeForAtRoot_closure4, A._EvaluateVisitor_visitDeclaration_closure, A._EvaluateVisitor_visitEachRule_closure, A._EvaluateVisitor_visitEachRule_closure0, A._EvaluateVisitor_visitEachRule__closure, A._EvaluateVisitor_visitEachRule___closure, A._EvaluateVisitor_visitAtRule_closure, A._EvaluateVisitor_visitAtRule_closure1, A._EvaluateVisitor_visitForRule__closure, A._EvaluateVisitor_visitForwardRule_closure, A._EvaluateVisitor_visitForwardRule_closure0, A._EvaluateVisitor_visitIfRule__closure, A._EvaluateVisitor__visitDynamicImport__closure, A._EvaluateVisitor__visitDynamicImport__closure0, A._EvaluateVisitor__visitDynamicImport__closure1, A._EvaluateVisitor_visitIncludeRule_closure2, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitStyleRule_closure1, A._EvaluateVisitor_visitStyleRule_closure5, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitUseRule_closure, A._EvaluateVisitor_visitWhileRule__closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation, A._EvaluateVisitor_visitListExpression_closure, A._EvaluateVisitor__runUserDefinedCallable____closure, A._EvaluateVisitor__runBuiltInCallable_closure0, A._EvaluateVisitor__evaluateArguments_closure, A._EvaluateVisitor__evaluateArguments_closure0, A._EvaluateVisitor__evaluateArguments_closure2, A._EvaluateVisitor__evaluateMacroArguments_closure, A._EvaluateVisitor__evaluateMacroArguments_closure0, A._EvaluateVisitor__evaluateMacroArguments_closure2, A._EvaluateVisitor_visitStringExpression_closure, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure0, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssStyleRule_closure0, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor__performInterpolation_closure, A._EvaluateVisitor__withoutSlash_recommendation, A._EvaluateVisitor__stackFrame_closure, A._EvaluateVisitor__stackTrace_closure, A._ImportedCssVisitor_visitCssAtRule_closure, A._ImportedCssVisitor_visitCssMediaRule_closure, A._ImportedCssVisitor_visitCssStyleRule_closure, A._ImportedCssVisitor_visitCssSupportsRule_closure, A.serialize_closure, A._SerializeVisitor_visitList_closure, A._SerializeVisitor_visitList_closure0, A._SerializeVisitor_visitList_closure1, A._SerializeVisitor_visitMap_closure, A._SerializeVisitor_visitSelectorList_closure, A.StatementSearchVisitor_visitIfRule_closure, A.StatementSearchVisitor_visitIfRule__closure0, A.StatementSearchVisitor_visitIfRule_closure0, A.StatementSearchVisitor_visitIfRule__closure, A.StatementSearchVisitor_visitChildren_closure, A.SingleMapping_SingleMapping$fromEntries_closure1, A.SingleMapping_toJson_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.Chain_Chain$parse_closure, A.Chain_Chain$parse_closure0, A.Chain_Chain$parse_closure1, A.Chain_toTrace_closure, A.Chain_toString_closure0, A.Chain_toString__closure0, A.Chain_toString_closure, A.Chain_toString__closure, A.Trace__parseVM_closure, A.Trace__parseVM_closure0, A.Trace$parseV8_closure, A.Trace$parseV8_closure0, A.Trace$parseJSCore_closure, A.Trace$parseJSCore_closure0, A.Trace$parseFirefox_closure, A.Trace$parseFirefox_closure0, A.Trace$parseFriendly_closure, A.Trace$parseFriendly_closure0, A.Trace_terse_closure, A.Trace_foldFrames_closure, A.Trace_foldFrames_closure0, A.Trace_toString_closure0, A.Trace_toString_closure, A.TransformByHandlers_transformByHandlers__closure, A.RateLimit__debounceAggregate_closure0, A.ArgumentDeclaration_verify_closure1, A.ArgumentDeclaration_verify_closure2, A.argumentListClass__closure, A.argumentListClass__closure0, A.AsyncBuiltInCallable$mixin_closure0, A._compileStylesheet_closure2, A.AsyncEnvironment_importForwards_closure2, A.AsyncEnvironment_importForwards_closure3, A.AsyncEnvironment_importForwards_closure4, A.AsyncEnvironment__getVariableFromGlobalModule_closure0, A.AsyncEnvironment_setVariable_closure3, A.AsyncEnvironment__getFunctionFromGlobalModule_closure0, A.AsyncEnvironment__getMixinFromGlobalModule_closure0, A.AsyncEnvironment_toModule_closure0, A.AsyncEnvironment_toDummyModule_closure0, A.AsyncEnvironment__fromOneModule_closure0, A.AsyncEnvironment__fromOneModule__closure0, A._EnvironmentModule__EnvironmentModule_closure17, A._EnvironmentModule__EnvironmentModule_closure18, A._EnvironmentModule__EnvironmentModule_closure19, A._EnvironmentModule__EnvironmentModule_closure20, A._EnvironmentModule__EnvironmentModule_closure21, A._EnvironmentModule__EnvironmentModule_closure22, A._EvaluateVisitor_closure29, A._EvaluateVisitor_closure30, A._EvaluateVisitor_closure31, A._EvaluateVisitor_closure32, A._EvaluateVisitor_closure33, A._EvaluateVisitor_closure34, A._EvaluateVisitor_closure35, A._EvaluateVisitor_closure36, A._EvaluateVisitor_closure37, A._EvaluateVisitor_closure38, A._EvaluateVisitor__closure9, A._EvaluateVisitor__loadModule__closure2, A._EvaluateVisitor__combineCss_closure8, A._EvaluateVisitor__combineCss_closure9, A._EvaluateVisitor__combineCss_closure10, A._EvaluateVisitor__extendModules_closure5, A._EvaluateVisitor__topologicalModules_visitModule2, A._EvaluateVisitor__scopeForAtRoot_closure17, A._EvaluateVisitor__scopeForAtRoot_closure18, A._EvaluateVisitor__scopeForAtRoot_closure19, A._EvaluateVisitor__scopeForAtRoot_closure20, A._EvaluateVisitor__scopeForAtRoot_closure21, A._EvaluateVisitor__scopeForAtRoot_closure22, A._EvaluateVisitor_visitDeclaration_closure5, A._EvaluateVisitor_visitEachRule_closure8, A._EvaluateVisitor_visitEachRule_closure9, A._EvaluateVisitor_visitEachRule__closure2, A._EvaluateVisitor_visitEachRule___closure2, A._EvaluateVisitor_visitAtRule_closure8, A._EvaluateVisitor_visitAtRule_closure10, A._EvaluateVisitor_visitForRule__closure2, A._EvaluateVisitor_visitForwardRule_closure5, A._EvaluateVisitor_visitForwardRule_closure6, A._EvaluateVisitor_visitIfRule__closure2, A._EvaluateVisitor__visitDynamicImport__closure11, A._EvaluateVisitor__visitDynamicImport__closure12, A._EvaluateVisitor__visitDynamicImport__closure13, A._EvaluateVisitor_visitIncludeRule_closure14, A._EvaluateVisitor_visitMediaRule_closure8, A._EvaluateVisitor_visitMediaRule_closure10, A._EvaluateVisitor_visitStyleRule_closure22, A._EvaluateVisitor_visitStyleRule_closure26, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitUseRule_closure2, A._EvaluateVisitor_visitWhileRule__closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2, A._EvaluateVisitor_visitListExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable____closure2, A._EvaluateVisitor__runBuiltInCallable_closure6, A._EvaluateVisitor__evaluateArguments_closure11, A._EvaluateVisitor__evaluateArguments_closure12, A._EvaluateVisitor__evaluateArguments_closure14, A._EvaluateVisitor__evaluateMacroArguments_closure11, A._EvaluateVisitor__evaluateMacroArguments_closure12, A._EvaluateVisitor__evaluateMacroArguments_closure14, A._EvaluateVisitor_visitStringExpression_closure2, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure6, A._EvaluateVisitor_visitCssMediaRule_closure8, A._EvaluateVisitor_visitCssMediaRule_closure10, A._EvaluateVisitor_visitCssStyleRule_closure6, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor__performInterpolation_closure2, A._EvaluateVisitor__withoutSlash_recommendation2, A._EvaluateVisitor__stackFrame_closure2, A._EvaluateVisitor__stackTrace_closure2, A._ImportedCssVisitor_visitCssAtRule_closure2, A._ImportedCssVisitor_visitCssMediaRule_closure2, A._ImportedCssVisitor_visitCssStyleRule_closure2, A._ImportedCssVisitor_visitCssSupportsRule_closure2, A.AsyncImportCache_humanize_closure2, A.AsyncImportCache_humanize_closure3, A.AsyncImportCache_humanize_closure4, A.legacyBooleanClass__closure, A.legacyBooleanClass__closure0, A.booleanClass__closure, A.BuiltInCallable$mixin_closure0, A.CalculationExpression__verifyArguments_closure0, A.SassCalculation__verifyLength_closure0, A.global_closure30, A.global_closure31, A.global_closure32, A.global_closure33, A.global_closure34, A.global_closure35, A.global_closure36, A.global_closure37, A.global_closure38, A.global_closure39, A.global_closure40, A.global_closure41, A.global_closure42, A.global_closure43, A.global_closure44, A.global_closure45, A.global_closure46, A.global_closure47, A.global_closure48, A.global_closure49, A.global_closure50, A.global_closure51, A.global_closure52, A.global_closure53, A.global_closure54, A.global_closure55, A.global__closure0, A.global_closure56, A.module_closure8, A.module_closure9, A.module_closure10, A.module_closure11, A.module_closure12, A.module_closure13, A.module_closure14, A.module_closure15, A.module__closure0, A.module_closure16, A._red_closure0, A._green_closure0, A._blue_closure0, A._mix_closure0, A._hue_closure0, A._saturation_closure0, A._lightness_closure0, A._complement_closure0, A._adjust_closure0, A._scale_closure0, A._change_closure0, A._ieHexStr_closure0, A._ieHexStr_closure_hexString0, A._updateComponents_getParam0, A._updateComponents_closure0, A._updateComponents_updateValue0, A._functionString_closure0, A._removedColorFunction_closure0, A._rgb_closure0, A._hsl_closure0, A._removeUnits_closure1, A._removeUnits_closure2, A._hwb_closure0, A._parseChannels_closure0, A.legacyColorClass_closure, A.legacyColorClass_closure0, A.legacyColorClass_closure1, A.legacyColorClass_closure2, A.legacyColorClass_closure3, A.colorClass__closure1, A.colorClass__closure2, A.colorClass__closure3, A.colorClass__closure4, A.colorClass__closure5, A.colorClass__closure6, A.colorClass__closure7, A.colorClass__closure8, A.colorClass__closure9, A.SassColor_SassColor$hwb_toRgb0, A.compileAsync__closure, A.compileStringAsync__closure, A.compileStringAsync__closure0, A._wrapAsyncSassExceptions_closure, A._parseFunctions__closure2, A._parseFunctions__closure3, A._compileStylesheet_closure1, A.ComplexSelector_isInvisible_closure0, A.CompoundSelector_isInvisible_closure0, A.Configuration_toString_closure0, A._disallowedFunctionNames_closure0, A.EachRule_toString_closure0, A.Environment_importForwards_closure2, A.Environment_importForwards_closure3, A.Environment_importForwards_closure4, A.Environment__getVariableFromGlobalModule_closure0, A.Environment_setVariable_closure3, A.Environment__getFunctionFromGlobalModule_closure0, A.Environment__getMixinFromGlobalModule_closure0, A.Environment_toModule_closure0, A.Environment_toDummyModule_closure0, A.Environment__fromOneModule_closure0, A.Environment__fromOneModule__closure0, A._EnvironmentModule__EnvironmentModule_closure11, A._EnvironmentModule__EnvironmentModule_closure12, A._EnvironmentModule__EnvironmentModule_closure13, A._EnvironmentModule__EnvironmentModule_closure14, A._EnvironmentModule__EnvironmentModule_closure15, A._EnvironmentModule__EnvironmentModule_closure16, A._EvaluateVisitor_closure19, A._EvaluateVisitor_closure20, A._EvaluateVisitor_closure21, A._EvaluateVisitor_closure22, A._EvaluateVisitor_closure23, A._EvaluateVisitor_closure24, A._EvaluateVisitor_closure25, A._EvaluateVisitor_closure26, A._EvaluateVisitor_closure27, A._EvaluateVisitor_closure28, A._EvaluateVisitor__closure6, A._EvaluateVisitor__loadModule__closure1, A._EvaluateVisitor__combineCss_closure5, A._EvaluateVisitor__combineCss_closure6, A._EvaluateVisitor__combineCss_closure7, A._EvaluateVisitor__extendModules_closure3, A._EvaluateVisitor__topologicalModules_visitModule1, A._EvaluateVisitor__scopeForAtRoot_closure11, A._EvaluateVisitor__scopeForAtRoot_closure12, A._EvaluateVisitor__scopeForAtRoot_closure13, A._EvaluateVisitor__scopeForAtRoot_closure14, A._EvaluateVisitor__scopeForAtRoot_closure15, A._EvaluateVisitor__scopeForAtRoot_closure16, A._EvaluateVisitor_visitDeclaration_closure3, A._EvaluateVisitor_visitEachRule_closure5, A._EvaluateVisitor_visitEachRule_closure6, A._EvaluateVisitor_visitEachRule__closure1, A._EvaluateVisitor_visitEachRule___closure1, A._EvaluateVisitor_visitAtRule_closure5, A._EvaluateVisitor_visitAtRule_closure7, A._EvaluateVisitor_visitForRule__closure1, A._EvaluateVisitor_visitForwardRule_closure3, A._EvaluateVisitor_visitForwardRule_closure4, A._EvaluateVisitor_visitIfRule__closure1, A._EvaluateVisitor__visitDynamicImport__closure7, A._EvaluateVisitor__visitDynamicImport__closure8, A._EvaluateVisitor__visitDynamicImport__closure9, A._EvaluateVisitor_visitIncludeRule_closure10, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitStyleRule_closure15, A._EvaluateVisitor_visitStyleRule_closure19, A._EvaluateVisitor_visitSupportsRule_closure4, A._EvaluateVisitor_visitUseRule_closure1, A._EvaluateVisitor_visitWhileRule__closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1, A._EvaluateVisitor_visitListExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable____closure1, A._EvaluateVisitor__runBuiltInCallable_closure4, A._EvaluateVisitor__evaluateArguments_closure7, A._EvaluateVisitor__evaluateArguments_closure8, A._EvaluateVisitor__evaluateArguments_closure10, A._EvaluateVisitor__evaluateMacroArguments_closure7, A._EvaluateVisitor__evaluateMacroArguments_closure8, A._EvaluateVisitor__evaluateMacroArguments_closure10, A._EvaluateVisitor_visitStringExpression_closure1, A._EvaluateVisitor_visitCssAtRule_closure4, A._EvaluateVisitor_visitCssKeyframeBlock_closure4, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssStyleRule_closure4, A._EvaluateVisitor_visitCssSupportsRule_closure4, A._EvaluateVisitor__performInterpolation_closure1, A._EvaluateVisitor__withoutSlash_recommendation1, A._EvaluateVisitor__stackFrame_closure1, A._EvaluateVisitor__stackTrace_closure1, A._ImportedCssVisitor_visitCssAtRule_closure1, A._ImportedCssVisitor_visitCssMediaRule_closure1, A._ImportedCssVisitor_visitCssStyleRule_closure1, A._ImportedCssVisitor_visitCssSupportsRule_closure1, A.exceptionClass__closure, A.exceptionClass__closure0, A.exceptionClass__closure1, A.ExtensionStore_extensionsWhereTarget_closure0, A.ExtensionStore_addExtensions_closure2, A.ExtensionStore_addExtensions__closure2, A.ExtensionStore_addExtensions__closure3, A.ExtensionStore__extendComplex_closure1, A.ExtensionStore__extendComplex_closure2, A.ExtensionStore__extendComplex__closure1, A.ExtensionStore__extendComplex__closure2, A.ExtensionStore__extendComplex___closure0, A.ExtensionStore__extendCompound_closure4, A.ExtensionStore__extendCompound_closure5, A.ExtensionStore__extendCompound__closure1, A.ExtensionStore__extendCompound__closure2, A.ExtensionStore__extendCompound_closure6, A.ExtensionStore__extendCompound_closure7, A.ExtensionStore__extendCompound_closure8, A.ExtensionStore__extendSimple_withoutPseudo0, A.ExtensionStore__extendSimple_closure1, A.ExtensionStore__extendSimple_closure2, A.ExtensionStore__extendPseudo_closure4, A.ExtensionStore__extendPseudo_closure5, A.ExtensionStore__extendPseudo_closure6, A.ExtensionStore__extendPseudo_closure7, A.ExtensionStore__extendPseudo_closure8, A.ExtensionStore__trim_closure1, A.ExtensionStore__trim_closure2, A.FilesystemImporter_canonicalize_closure0, A.functionClass__closure, A.functionClass__closure0, A.unifyComplex_closure0, A._weaveParents_closure7, A._weaveParents_closure8, A._weaveParents__closure4, A._weaveParents_closure9, A._weaveParents_closure10, A._weaveParents__closure3, A._weaveParents_closure11, A._weaveParents_closure12, A._weaveParents__closure2, A._mustUnify_closure0, A._mustUnify__closure0, A.paths__closure0, A.paths___closure0, A._hasRoot_closure0, A.listIsSuperselector_closure0, A.listIsSuperselector__closure0, A._simpleIsSuperselectorOfCompound_closure0, A._simpleIsSuperselectorOfCompound__closure0, A._selectorPseudoIsSuperselector_closure6, A._selectorPseudoIsSuperselector_closure7, A._selectorPseudoIsSuperselector_closure8, A._selectorPseudoIsSuperselector_closure9, A._selectorPseudoIsSuperselector_closure10, A._selectorPseudoIsSuperselector__closure0, A._selectorPseudoIsSuperselector___closure1, A._selectorPseudoIsSuperselector___closure2, A._selectorPseudoIsSuperselector_closure11, A._selectorPseudoIsSuperselector_closure12, A._selectorPseudoArgs_closure1, A._selectorPseudoArgs_closure2, A.globalFunctions_closure0, A.IDSelector_unify_closure0, A.IfRuleClause$__closure0, A.IfRuleClause$___closure0, A.immutableMapToDartMap_closure, A.NodeImporter__tryPath_closure0, A.ImportCache_humanize_closure2, A.ImportCache_humanize_closure3, A.ImportCache_humanize_closure4, A.Interpolation_toString_closure0, A._realCasePath_helper0, A._realCasePath_helper__closure0, A.render_closure0, A._parseFunctions__closure, A._parseFunctions___closure0, A._parseFunctions__closure0, A._parseFunctions__closure1, A._parseFunctions___closure, A._parseImporter_closure, A._parseImporter__closure, A._parseImporter___closure, A.ListExpression_toString_closure0, A._length_closure2, A._nth_closure0, A._setNth_closure0, A._join_closure0, A._append_closure2, A._zip_closure0, A._zip__closure2, A._zip__closure3, A._zip__closure4, A._index_closure2, A._separator_closure0, A._isBracketed_closure0, A._slash_closure0, A.SelectorList_isInvisible_closure0, A.SelectorList_asSassList_closure0, A.SelectorList_asSassList__closure0, A.SelectorList_unify_closure0, A.SelectorList_unify__closure0, A.SelectorList_unify___closure0, A.SelectorList_resolveParentSelectors_closure0, A.SelectorList_resolveParentSelectors__closure1, A.SelectorList_resolveParentSelectors__closure2, A.SelectorList__complexContainsParentSelector_closure0, A.SelectorList__complexContainsParentSelector__closure0, A.SelectorList__resolveParentSelectorsCompound_closure2, A.SelectorList__resolveParentSelectorsCompound_closure3, A.SelectorList__resolveParentSelectorsCompound_closure4, A.legacyListClass_closure, A.legacyListClass__closure, A.legacyListClass_closure1, A.legacyListClass_closure2, A.legacyListClass_closure4, A.listClass__closure, A.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A._get_closure0, A._set_closure1, A._set__closure2, A._set_closure2, A._set__closure1, A._merge_closure1, A._merge_closure2, A._merge__closure0, A._deepMerge_closure0, A._deepRemove_closure0, A._deepRemove__closure0, A._remove_closure1, A._remove_closure2, A._keys_closure0, A._values_closure0, A._hasKey_closure0, A._modify__modifyNestedMap0, A.legacyMapClass_closure, A.legacyMapClass__closure, A.legacyMapClass__closure0, A.legacyMapClass_closure2, A.legacyMapClass_closure3, A.legacyMapClass_closure4, A.mapClass__closure, A.mapClass__closure0, A._ceil_closure0, A._clamp_closure0, A._floor_closure0, A._max_closure0, A._min_closure0, A._abs_closure0, A._hypot_closure0, A._hypot__closure0, A._log_closure0, A._pow_closure0, A._sqrt_closure0, A._acos_closure0, A._asin_closure0, A._atan_closure0, A._atan2_closure0, A._cos_closure0, A._sin_closure0, A._tan_closure0, A._compatible_closure0, A._isUnitless_closure0, A._unit_closure0, A._percentage_closure0, A._randomFunction_closure0, A._div_closure0, A._numberFunction_closure0, A.global_closure57, A.global_closure58, A.global_closure59, A.global_closure60, A.local_closure1, A.local_closure2, A.local__closure0, A.listDir__closure1, A.listDir__closure2, A.listDir_closure_list0, A.listDir__list_closure0, A.legacyNullClass__closure, A.legacyNumberClass_closure, A.legacyNumberClass_closure0, A.legacyNumberClass_closure2, A._parseNumber_closure, A._parseNumber_closure0, A.numberClass__closure, A.numberClass__closure0, A.numberClass__closure1, A.numberClass__closure2, A.numberClass__closure3, A.numberClass__closure4, A.numberClass__closure5, A.numberClass__closure6, A.numberClass__closure7, A.numberClass__closure8, A.numberClass__closure9, A.numberClass__closure12, A.numberClass__closure13, A.numberClass__closure14, A.numberClass__closure15, A.numberClass__closure16, A.numberClass__closure17, A.numberClass__closure18, A.numberClass__closure19, A.SassNumber__coerceOrConvertValue_closure3, A.SassNumber__coerceOrConvertValue_closure5, A.SassNumber_multiplyUnits_closure3, A.SassNumber_multiplyUnits_closure5, A.SassNumber__areAnyConvertible_closure0, A.SassNumber__canonicalizeUnitList_closure0, A.ParentStatement_closure0, A.ParentStatement__closure0, A.Parser_scanIdentChar_matches0, A._PrefixedKeys_iterator_closure0, A.PseudoSelector_unify_closure0, A.JSClassExtension_setCustomInspect_closure, A._wrapMain_closure, A._wrapMain_closure0, A._nest_closure0, A._nest__closure1, A._append_closure1, A._append__closure1, A._append___closure0, A._extend_closure0, A._replace_closure0, A._unify_closure0, A._isSuperselector_closure0, A._simpleSelectors_closure0, A._simpleSelectors__closure0, A._parse_closure0, A.serialize_closure0, A._SerializeVisitor_visitList_closure2, A._SerializeVisitor_visitList_closure3, A._SerializeVisitor_visitList_closure4, A._SerializeVisitor_visitMap_closure0, A._SerializeVisitor_visitSelectorList_closure0, A.SingleUnitSassNumber__coerceToUnit_closure0, A.SingleUnitSassNumber__coerceValueToUnit_closure0, A.SingleUnitSassNumber_multiplyUnits_closure1, A.SourceMapBuffer_buildSourceMap_closure0, A.updateSourceSpanPrototype_closure, A.updateSourceSpanPrototype_closure0, A.updateSourceSpanPrototype_closure1, A.updateSourceSpanPrototype_closure2, A.updateSourceSpanPrototype_closure3, A.updateSourceSpanPrototype_closure4, A.updateSourceSpanPrototype_closure5, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, A._unquote_closure0, A._quote_closure0, A._length_closure1, A._insert_closure0, A._index_closure1, A._slice_closure0, A._toUpperCase_closure0, A._toLowerCase_closure0, A._uniqueId_closure0, A.legacyStringClass_closure, A.legacyStringClass_closure0, A.stringClass__closure, A.stringClass__closure0, A.stringClass__closure1, A.stringClass__closure2, A.stringClass__closure3, A.StylesheetParser_parse__closure2, A.StylesheetParser__expression_addSingleExpression0, A.StylesheetParser__expression_addOperator0, A.StylesheetParser__unicodeRange_closure1, A.StylesheetParser__unicodeRange_closure2, A.StylesheetParser_trySpecialFunction_closure0, A.TerseLogger_summarize_closure1, A.TerseLogger_summarize_closure2, A._UnprefixedKeys_iterator_closure1, A._UnprefixedKeys_iterator_closure2, A._exactlyOne_closure0, A.futureToPromise__closure0, A.indent_closure0, A.flattenVertically_closure1, A.flattenVertically_closure2, A.valueClass__closure, A.valueClass__closure0, A.valueClass__closure1, A.valueClass__closure2, A.valueClass__closure3, A.valueClass__closure4, A.valueClass__closure5, A.valueClass__closure7, A.valueClass__closure8, A.valueClass__closure9, A.valueClass__closure10, A.valueClass__closure11, A.valueClass__closure12, A.valueClass__closure13, A.valueClass__closure15, A.valueClass__closure16]);
97686
97866
  _inheritMany(A.Closure2Args, [A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A.Stream_Stream$fromFuture_closure0, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.MapMixin_addAll_closure, A._JsonStringifier_writeMap_closure, A.NoSuchMethodError_toString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._createTables_build, A.Parser_parse_closure, A.StreamQueue__ensureListening_closure1, A.futureToPromise_closure, A.PathMap__create_closure, A.IfRule_toString_closure, A.ExtensionStore_addExtensions_closure, A.ExtensionStore_addExtensions__closure1, A.ExtensionStore_clone_closure, A._weaveParents_closure, A.paths_closure, A._updateComponents_updateRgb, A._deepMergeImpl_closure, A._nest__closure0, A._append__closure0, A.StylesheetParser__declarationOrBuffer_closure, A.StylesheetParser__declarationOrBuffer_closure0, A.StylesheetParser__styleRule_closure, A.StylesheetParser__propertyOrVariableDeclaration_closure, A.StylesheetParser__propertyOrVariableDeclaration_closure0, A.StylesheetParser__atRootRule_closure, A.StylesheetParser__atRootRule_closure0, A.StylesheetParser__eachRule_closure, A.StylesheetParser__functionRule_closure, A.StylesheetParser__forRule_closure0, A.StylesheetParser__includeRule_closure, A.StylesheetParser_mediaRule_closure, A.StylesheetParser__mixinRule_closure, A.StylesheetParser_mozDocumentRule_closure, A.StylesheetParser_supportsRule_closure, A.StylesheetParser__whileRule_closure, A.StylesheetParser_unknownAtRule_closure, A.StylesheetGraph__recanonicalizeImportsForNode_closure, A.longestCommonSubsequence_closure, A.longestCommonSubsequence_backtrack, A.mapAddAll2_closure, A.SassMap_asList_closure, A.SassNumber_plus_closure, A.SassNumber_minus_closure, A.SassNumber__canonicalMultiplier_closure, A._EvaluateVisitor__closure2, A._EvaluateVisitor__evaluateArguments_closure5, A._EvaluateVisitor__evaluateMacroArguments_closure5, A._EvaluateVisitor__addRestMap_closure0, A._EvaluateVisitor__closure, A._EvaluateVisitor__evaluateArguments_closure1, A._EvaluateVisitor__evaluateMacroArguments_closure1, A._EvaluateVisitor__addRestMap_closure, A.SingleMapping_toJson_closure0, A.Highlighter__collateLines_closure0, A.Frame_Frame$parseV8_closure_parseLocation, A.TransformByHandlers_transformByHandlers__closure1, A.RateLimit__debounceAggregate_closure, A._EvaluateVisitor__closure8, A._EvaluateVisitor__evaluateArguments_closure13, A._EvaluateVisitor__evaluateMacroArguments_closure13, A._EvaluateVisitor__addRestMap_closure2, A._updateComponents_updateRgb0, A.legacyColorClass_closure4, A.legacyColorClass_closure5, A.legacyColorClass_closure6, A.legacyColorClass_closure7, A.colorClass__closure, A.colorClass__closure0, A._parseFunctions_closure0, A._EvaluateVisitor__closure5, A._EvaluateVisitor__evaluateArguments_closure9, A._EvaluateVisitor__evaluateMacroArguments_closure9, A._EvaluateVisitor__addRestMap_closure1, A.ExtensionStore_addExtensions_closure1, A.ExtensionStore_addExtensions__closure4, A.ExtensionStore_clone_closure0, A._weaveParents_closure6, A.paths_closure0, A.IfRule_toString_closure0, A.render_closure1, A._parseFunctions_closure, A.legacyListClass_closure0, A.legacyListClass_closure3, A.listClass__closure0, A._deepMergeImpl_closure0, A.legacyMapClass_closure0, A.legacyMapClass_closure1, A.mapClass__closure1, A.SassMap_asList_closure0, A.main_closure0, A.main_closure1, A.legacyNumberClass_closure1, A.legacyNumberClass_closure3, A.numberClass__closure10, A.numberClass__closure11, A.SassNumber_plus_closure0, A.SassNumber_minus_closure0, A.SassNumber__canonicalMultiplier_closure0, A.JSClassExtension_get_defineMethod_closure, A.JSClassExtension_get_defineGetter_closure, A.main_printError, A._nest__closure2, A._append__closure2, A.legacyStringClass_closure1, A.StylesheetParser__declarationOrBuffer_closure1, A.StylesheetParser__declarationOrBuffer_closure2, A.StylesheetParser__styleRule_closure0, A.StylesheetParser__propertyOrVariableDeclaration_closure1, A.StylesheetParser__propertyOrVariableDeclaration_closure2, A.StylesheetParser__atRootRule_closure1, A.StylesheetParser__atRootRule_closure2, A.StylesheetParser__eachRule_closure0, A.StylesheetParser__functionRule_closure0, A.StylesheetParser__forRule_closure2, A.StylesheetParser__includeRule_closure0, A.StylesheetParser_mediaRule_closure0, A.StylesheetParser__mixinRule_closure0, A.StylesheetParser_mozDocumentRule_closure0, A.StylesheetParser_supportsRule_closure0, A.StylesheetParser__whileRule_closure0, A.StylesheetParser_unknownAtRule_closure0, A.futureToPromise_closure0, A.futureToPromise__closure1, A.objectToMap_closure, A.longestCommonSubsequence_closure0, A.longestCommonSubsequence_backtrack0, A.mapAddAll2_closure0, A.valueClass__closure6, A.valueClass__closure14]);
97687
97867
  _inherit(A.CastList, A._CastListBase);
97688
97868
  _inherit(A.MapBase, A.MapMixin);
@@ -97691,7 +97871,7 @@ self.readline = _cli_pkg_requires.readline;
97691
97871
  _inherit(A.ListBase, A._ListBase_Object_ListMixin);
97692
97872
  _inherit(A.UnmodifiableListBase, A.ListBase);
97693
97873
  _inheritMany(A.UnmodifiableListBase, [A.CodeUnits, A.UnmodifiableListView]);
97694
- _inheritMany(A.Closure0Args, [A.nullFuture_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_length_closure0, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A.Parser__setOption_closure, A.StreamGroup_add_closure, A.StreamGroup_add_closure0, A.StreamGroup__listenToStream_closure, A.StreamQueue__ensureListening_closure0, A.ReplAdapter_runAsync_closure, A.ParsedPath__splitExtension_closure0, A.AsyncEnvironment_setVariable_closure, A.AsyncEnvironment_setVariable_closure1, A.AsyncImportCache_canonicalize_closure, A.AsyncImportCache_canonicalize_closure0, A.AsyncImportCache__canonicalize_closure, A.AsyncImportCache_importCanonical_closure, A.Environment_setVariable_closure, A.Environment_setVariable_closure1, A.ExecutableOptions__parser_closure, A.ExecutableOptions_interactive_closure, A.ExtensionStore__registerSelector_closure, A.ExtensionStore_addExtension_closure, A.ExtensionStore_addExtension_closure0, A.ExtensionStore_addExtension_closure1, A.ExtensionStore__extendExistingExtensions_closure, A.ExtensionStore__extendExistingExtensions_closure0, A.ExtensionStore_addExtensions___closure, A.ImportCache_canonicalize_closure, A.ImportCache_canonicalize_closure0, A.ImportCache__canonicalize_closure, A.ImportCache_importCanonical_closure, A.resolveImportPath_closure, A.resolveImportPath_closure0, A._tryPathAsDirectory_closure, A._realCasePath_helper_closure, A._readFile_closure, A.writeFile_closure, A.deleteFile_closure, A.fileExists_closure, A.dirExists_closure, A.ensureDir_closure, A.listDir_closure, A.modificationTime_closure, A.watchDir_closure3, A.watchDir__closure, A.AtRootQueryParser_parse_closure, A.KeyframeSelectorParser_parse_closure, A.MediaQueryParser_parse_closure, A.Parser__parseIdentifier_closure, A.SassParser_children_closure, A.SelectorParser_parse_closure, A.SelectorParser_parseCompoundSelector_closure, A.StylesheetParser_parse_closure, A.StylesheetParser_parse__closure, A.StylesheetParser_parseArgumentDeclaration_closure, A.StylesheetParser_parseVariableDeclaration_closure, A.StylesheetParser_parseUseRule_closure, A.StylesheetParser__parseSingleProduction_closure, A.StylesheetParser__statement_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure0, A.StylesheetParser__forRule_closure, A.StylesheetParser__memberList_closure, A.StylesheetParser_expression_resetState, A.StylesheetParser_expression_resolveOneOperation, A.StylesheetParser_expression_resolveOperations, A.StylesheetParser_expression_resolveSpaceExpressions, A.StylesheetParser__expressionUntilComma_closure, A.StylesheetParser_namespacedExpression_closure, A.StylesheetParser__expressionUntilComparison_closure, A.StylesheetParser__publicIdentifier_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, A.StylesheetGraph__add_closure, A.StylesheetGraph_addCanonical_closure, A.StylesheetGraph_reload_closure, A.StylesheetGraph__nodeFor_closure, A.StylesheetGraph__nodeFor_closure0, A.SassNumber__coerceOrConvertValue__compatibilityException, A.SassNumber__coerceOrConvertValue_closure0, A.SassNumber__coerceOrConvertValue_closure2, A.SassNumber_multiplyUnits_closure0, A.SassNumber_multiplyUnits_closure2, A.SingleUnitSassNumber_multiplyUnits_closure0, A._EvaluateVisitor__closure4, A._EvaluateVisitor_run_closure0, A._EvaluateVisitor__loadModule_closure1, A._EvaluateVisitor__loadModule_closure2, A._EvaluateVisitor__execute_closure0, A._EvaluateVisitor__extendModules_closure2, A._EvaluateVisitor_visitAtRootRule_closure2, A._EvaluateVisitor_visitAtRootRule_closure3, A._EvaluateVisitor_visitAtRootRule_closure4, A._EvaluateVisitor__scopeForAtRoot__closure0, A._EvaluateVisitor_visitContentRule_closure0, A._EvaluateVisitor_visitDeclaration_closure2, A._EvaluateVisitor_visitEachRule_closure4, A._EvaluateVisitor_visitExtendRule_closure0, A._EvaluateVisitor_visitAtRule_closure3, A._EvaluateVisitor_visitAtRule__closure0, A._EvaluateVisitor_visitForRule_closure4, A._EvaluateVisitor_visitForRule_closure5, A._EvaluateVisitor_visitForRule_closure6, A._EvaluateVisitor_visitForRule_closure7, A._EvaluateVisitor_visitForRule_closure8, A._EvaluateVisitor_visitIfRule_closure0, A._EvaluateVisitor__visitDynamicImport_closure0, A._EvaluateVisitor__visitDynamicImport__closure6, A._EvaluateVisitor_visitIncludeRule_closure3, A._EvaluateVisitor_visitIncludeRule_closure4, A._EvaluateVisitor_visitIncludeRule_closure5, A._EvaluateVisitor_visitIncludeRule__closure0, A._EvaluateVisitor_visitIncludeRule___closure0, A._EvaluateVisitor_visitIncludeRule____closure0, A._EvaluateVisitor_visitMediaRule_closure3, A._EvaluateVisitor_visitMediaRule__closure0, A._EvaluateVisitor_visitMediaRule___closure0, A._EvaluateVisitor__visitMediaQueries_closure0, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule_closure7, A._EvaluateVisitor_visitStyleRule_closure9, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule__closure0, A._EvaluateVisitor_visitSupportsRule_closure1, A._EvaluateVisitor_visitSupportsRule__closure0, A._EvaluateVisitor_visitVariableDeclaration_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure3, A._EvaluateVisitor_visitVariableDeclaration_closure4, A._EvaluateVisitor_visitWarnRule_closure0, A._EvaluateVisitor_visitWhileRule_closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure0, A._EvaluateVisitor_visitVariableExpression_closure0, A._EvaluateVisitor_visitUnaryOperationExpression_closure0, A._EvaluateVisitor__visitCalculationValue_closure0, A._EvaluateVisitor_visitFunctionExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure2, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable_closure0, A._EvaluateVisitor__runUserDefinedCallable__closure0, A._EvaluateVisitor__runUserDefinedCallable___closure0, A._EvaluateVisitor__runFunctionCallable_closure0, A._EvaluateVisitor__runBuiltInCallable_closure1, A._EvaluateVisitor__verifyArguments_closure0, A._EvaluateVisitor_visitCssAtRule_closure1, A._EvaluateVisitor_visitCssKeyframeBlock_closure1, A._EvaluateVisitor_visitCssMediaRule_closure3, A._EvaluateVisitor_visitCssMediaRule__closure0, A._EvaluateVisitor_visitCssMediaRule___closure0, A._EvaluateVisitor_visitCssStyleRule_closure1, A._EvaluateVisitor_visitCssStyleRule__closure0, A._EvaluateVisitor_visitCssSupportsRule_closure1, A._EvaluateVisitor_visitCssSupportsRule__closure0, A._EvaluateVisitor__serialize_closure0, A._EvaluateVisitor__expressionNode_closure0, A._EvaluateVisitor__closure1, A._EvaluateVisitor_run_closure, A._EvaluateVisitor_runExpression_closure, A._EvaluateVisitor_runExpression__closure, A._EvaluateVisitor_runStatement_closure, A._EvaluateVisitor_runStatement__closure, A._EvaluateVisitor__loadModule_closure, A._EvaluateVisitor__loadModule_closure0, A._EvaluateVisitor__execute_closure, A._EvaluateVisitor__extendModules_closure0, A._EvaluateVisitor_visitAtRootRule_closure, A._EvaluateVisitor_visitAtRootRule_closure0, A._EvaluateVisitor_visitAtRootRule_closure1, A._EvaluateVisitor__scopeForAtRoot__closure, A._EvaluateVisitor_visitContentRule_closure, A._EvaluateVisitor_visitDeclaration_closure0, A._EvaluateVisitor_visitEachRule_closure1, A._EvaluateVisitor_visitExtendRule_closure, A._EvaluateVisitor_visitAtRule_closure0, A._EvaluateVisitor_visitAtRule__closure, A._EvaluateVisitor_visitForRule_closure, A._EvaluateVisitor_visitForRule_closure0, A._EvaluateVisitor_visitForRule_closure1, A._EvaluateVisitor_visitForRule_closure2, A._EvaluateVisitor_visitForRule_closure3, A._EvaluateVisitor_visitIfRule_closure, A._EvaluateVisitor__visitDynamicImport_closure, A._EvaluateVisitor__visitDynamicImport__closure2, A._EvaluateVisitor_visitIncludeRule_closure, A._EvaluateVisitor_visitIncludeRule_closure0, A._EvaluateVisitor_visitIncludeRule_closure1, A._EvaluateVisitor_visitIncludeRule__closure, A._EvaluateVisitor_visitIncludeRule___closure, A._EvaluateVisitor_visitIncludeRule____closure, A._EvaluateVisitor_visitMediaRule_closure0, A._EvaluateVisitor_visitMediaRule__closure, A._EvaluateVisitor_visitMediaRule___closure, A._EvaluateVisitor__visitMediaQueries_closure, A._EvaluateVisitor_visitStyleRule_closure, A._EvaluateVisitor_visitStyleRule_closure0, A._EvaluateVisitor_visitStyleRule_closure2, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitStyleRule_closure4, A._EvaluateVisitor_visitStyleRule__closure, A._EvaluateVisitor_visitSupportsRule_closure, A._EvaluateVisitor_visitSupportsRule__closure, A._EvaluateVisitor_visitVariableDeclaration_closure, A._EvaluateVisitor_visitVariableDeclaration_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure1, A._EvaluateVisitor_visitWarnRule_closure, A._EvaluateVisitor_visitWhileRule_closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure, A._EvaluateVisitor_visitVariableExpression_closure, A._EvaluateVisitor_visitUnaryOperationExpression_closure, A._EvaluateVisitor__visitCalculationValue_closure, A._EvaluateVisitor_visitFunctionExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure0, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure, A._EvaluateVisitor__runUserDefinedCallable_closure, A._EvaluateVisitor__runUserDefinedCallable__closure, A._EvaluateVisitor__runUserDefinedCallable___closure, A._EvaluateVisitor__runFunctionCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure, A._EvaluateVisitor__verifyArguments_closure, A._EvaluateVisitor_visitCssAtRule_closure, A._EvaluateVisitor_visitCssKeyframeBlock_closure, A._EvaluateVisitor_visitCssMediaRule_closure0, A._EvaluateVisitor_visitCssMediaRule__closure, A._EvaluateVisitor_visitCssMediaRule___closure, A._EvaluateVisitor_visitCssStyleRule_closure, A._EvaluateVisitor_visitCssStyleRule__closure, A._EvaluateVisitor_visitCssSupportsRule_closure, A._EvaluateVisitor_visitCssSupportsRule__closure, A._EvaluateVisitor__serialize_closure, A._EvaluateVisitor__expressionNode_closure, A._SerializeVisitor_visitCssComment_closure, A._SerializeVisitor_visitCssAtRule_closure, A._SerializeVisitor_visitCssMediaRule_closure, A._SerializeVisitor_visitCssImport_closure, A._SerializeVisitor_visitCssImport__closure, A._SerializeVisitor_visitCssKeyframeBlock_closure, A._SerializeVisitor_visitCssStyleRule_closure, A._SerializeVisitor_visitCssSupportsRule_closure, A._SerializeVisitor_visitCssDeclaration_closure, A._SerializeVisitor_visitCssDeclaration_closure0, A._SerializeVisitor__write_closure, A._SerializeVisitor__visitChildren_closure, A.SingleMapping_SingleMapping$fromEntries_closure, A.SingleMapping_SingleMapping$fromEntries_closure0, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.LazyTrace_terse_closure, A.Trace_Trace$from_closure, A.TransformByHandlers_transformByHandlers_closure, A.TransformByHandlers_transformByHandlers__closure0, A.TransformByHandlers_transformByHandlers__closure2, A.RateLimit__debounceAggregate_closure_emit, A.RateLimit__debounceAggregate__closure, A.argumentListClass_closure, A.AsyncEnvironment_setVariable_closure2, A.AsyncEnvironment_setVariable_closure4, A._EvaluateVisitor__closure10, A._EvaluateVisitor_run_closure2, A._EvaluateVisitor__loadModule_closure5, A._EvaluateVisitor__loadModule_closure6, A._EvaluateVisitor__execute_closure2, A._EvaluateVisitor__extendModules_closure6, A._EvaluateVisitor_visitAtRootRule_closure8, A._EvaluateVisitor_visitAtRootRule_closure9, A._EvaluateVisitor_visitAtRootRule_closure10, A._EvaluateVisitor__scopeForAtRoot__closure2, A._EvaluateVisitor_visitContentRule_closure2, A._EvaluateVisitor_visitDeclaration_closure6, A._EvaluateVisitor_visitEachRule_closure10, A._EvaluateVisitor_visitExtendRule_closure2, A._EvaluateVisitor_visitAtRule_closure9, A._EvaluateVisitor_visitAtRule__closure2, A._EvaluateVisitor_visitForRule_closure14, A._EvaluateVisitor_visitForRule_closure15, A._EvaluateVisitor_visitForRule_closure16, A._EvaluateVisitor_visitForRule_closure17, A._EvaluateVisitor_visitForRule_closure18, A._EvaluateVisitor_visitIfRule_closure2, A._EvaluateVisitor__visitDynamicImport_closure2, A._EvaluateVisitor__visitDynamicImport__closure14, A._EvaluateVisitor_visitIncludeRule_closure11, A._EvaluateVisitor_visitIncludeRule_closure12, A._EvaluateVisitor_visitIncludeRule_closure13, A._EvaluateVisitor_visitIncludeRule__closure2, A._EvaluateVisitor_visitIncludeRule___closure2, A._EvaluateVisitor_visitIncludeRule____closure2, A._EvaluateVisitor_visitMediaRule_closure9, A._EvaluateVisitor_visitMediaRule__closure2, A._EvaluateVisitor_visitMediaRule___closure2, A._EvaluateVisitor__visitMediaQueries_closure2, A._EvaluateVisitor_visitStyleRule_closure20, A._EvaluateVisitor_visitStyleRule_closure21, A._EvaluateVisitor_visitStyleRule_closure23, A._EvaluateVisitor_visitStyleRule_closure24, A._EvaluateVisitor_visitStyleRule_closure25, A._EvaluateVisitor_visitStyleRule__closure2, A._EvaluateVisitor_visitSupportsRule_closure5, A._EvaluateVisitor_visitSupportsRule__closure2, A._EvaluateVisitor_visitVariableDeclaration_closure8, A._EvaluateVisitor_visitVariableDeclaration_closure9, A._EvaluateVisitor_visitVariableDeclaration_closure10, A._EvaluateVisitor_visitWarnRule_closure2, A._EvaluateVisitor_visitWhileRule_closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure2, A._EvaluateVisitor_visitVariableExpression_closure2, A._EvaluateVisitor_visitUnaryOperationExpression_closure2, A._EvaluateVisitor__visitCalculationValue_closure2, A._EvaluateVisitor_visitFunctionExpression_closure5, A._EvaluateVisitor_visitFunctionExpression_closure6, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable_closure2, A._EvaluateVisitor__runUserDefinedCallable__closure2, A._EvaluateVisitor__runUserDefinedCallable___closure2, A._EvaluateVisitor__runFunctionCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure5, A._EvaluateVisitor__verifyArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure5, A._EvaluateVisitor_visitCssKeyframeBlock_closure5, A._EvaluateVisitor_visitCssMediaRule_closure9, A._EvaluateVisitor_visitCssMediaRule__closure2, A._EvaluateVisitor_visitCssMediaRule___closure2, A._EvaluateVisitor_visitCssStyleRule_closure5, A._EvaluateVisitor_visitCssStyleRule__closure2, A._EvaluateVisitor_visitCssSupportsRule_closure5, A._EvaluateVisitor_visitCssSupportsRule__closure2, A._EvaluateVisitor__serialize_closure2, A._EvaluateVisitor__expressionNode_closure2, A.AsyncImportCache_canonicalize_closure1, A.AsyncImportCache_canonicalize_closure2, A.AsyncImportCache__canonicalize_closure0, A.AsyncImportCache_importCanonical_closure0, A.AtRootQueryParser_parse_closure0, A.legacyBooleanClass_closure, A.booleanClass_closure, A.colorClass_closure, A.compileAsync_closure, A.compileStringAsync_closure, A.Environment_setVariable_closure2, A.Environment_setVariable_closure4, A._EvaluateVisitor__closure7, A._EvaluateVisitor_run_closure1, A._EvaluateVisitor__loadModule_closure3, A._EvaluateVisitor__loadModule_closure4, A._EvaluateVisitor__execute_closure1, A._EvaluateVisitor__extendModules_closure4, A._EvaluateVisitor_visitAtRootRule_closure5, A._EvaluateVisitor_visitAtRootRule_closure6, A._EvaluateVisitor_visitAtRootRule_closure7, A._EvaluateVisitor__scopeForAtRoot__closure1, A._EvaluateVisitor_visitContentRule_closure1, A._EvaluateVisitor_visitDeclaration_closure4, A._EvaluateVisitor_visitEachRule_closure7, A._EvaluateVisitor_visitExtendRule_closure1, A._EvaluateVisitor_visitAtRule_closure6, A._EvaluateVisitor_visitAtRule__closure1, A._EvaluateVisitor_visitForRule_closure9, A._EvaluateVisitor_visitForRule_closure10, A._EvaluateVisitor_visitForRule_closure11, A._EvaluateVisitor_visitForRule_closure12, A._EvaluateVisitor_visitForRule_closure13, A._EvaluateVisitor_visitIfRule_closure1, A._EvaluateVisitor__visitDynamicImport_closure1, A._EvaluateVisitor__visitDynamicImport__closure10, A._EvaluateVisitor_visitIncludeRule_closure7, A._EvaluateVisitor_visitIncludeRule_closure8, A._EvaluateVisitor_visitIncludeRule_closure9, A._EvaluateVisitor_visitIncludeRule__closure1, A._EvaluateVisitor_visitIncludeRule___closure1, A._EvaluateVisitor_visitIncludeRule____closure1, A._EvaluateVisitor_visitMediaRule_closure6, A._EvaluateVisitor_visitMediaRule__closure1, A._EvaluateVisitor_visitMediaRule___closure1, A._EvaluateVisitor__visitMediaQueries_closure1, A._EvaluateVisitor_visitStyleRule_closure13, A._EvaluateVisitor_visitStyleRule_closure14, A._EvaluateVisitor_visitStyleRule_closure16, A._EvaluateVisitor_visitStyleRule_closure17, A._EvaluateVisitor_visitStyleRule_closure18, A._EvaluateVisitor_visitStyleRule__closure1, A._EvaluateVisitor_visitSupportsRule_closure3, A._EvaluateVisitor_visitSupportsRule__closure1, A._EvaluateVisitor_visitVariableDeclaration_closure5, A._EvaluateVisitor_visitVariableDeclaration_closure6, A._EvaluateVisitor_visitVariableDeclaration_closure7, A._EvaluateVisitor_visitWarnRule_closure1, A._EvaluateVisitor_visitWhileRule_closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure1, A._EvaluateVisitor_visitVariableExpression_closure1, A._EvaluateVisitor_visitUnaryOperationExpression_closure1, A._EvaluateVisitor__visitCalculationValue_closure1, A._EvaluateVisitor_visitFunctionExpression_closure3, A._EvaluateVisitor_visitFunctionExpression_closure4, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable_closure1, A._EvaluateVisitor__runUserDefinedCallable__closure1, A._EvaluateVisitor__runUserDefinedCallable___closure1, A._EvaluateVisitor__runFunctionCallable_closure1, A._EvaluateVisitor__runBuiltInCallable_closure3, A._EvaluateVisitor__verifyArguments_closure1, A._EvaluateVisitor_visitCssAtRule_closure3, A._EvaluateVisitor_visitCssKeyframeBlock_closure3, A._EvaluateVisitor_visitCssMediaRule_closure6, A._EvaluateVisitor_visitCssMediaRule__closure1, A._EvaluateVisitor_visitCssMediaRule___closure1, A._EvaluateVisitor_visitCssStyleRule_closure3, A._EvaluateVisitor_visitCssStyleRule__closure1, A._EvaluateVisitor_visitCssSupportsRule_closure3, A._EvaluateVisitor_visitCssSupportsRule__closure1, A._EvaluateVisitor__serialize_closure1, A._EvaluateVisitor__expressionNode_closure1, A.exceptionClass_closure, A.ExtensionStore__registerSelector_closure0, A.ExtensionStore_addExtension_closure2, A.ExtensionStore_addExtension_closure3, A.ExtensionStore_addExtension_closure4, A.ExtensionStore__extendExistingExtensions_closure1, A.ExtensionStore__extendExistingExtensions_closure2, A.ExtensionStore_addExtensions___closure0, A.functionClass_closure, A.NodeImporter__tryPath_closure, A.ImportCache_canonicalize_closure1, A.ImportCache_canonicalize_closure2, A.ImportCache__canonicalize_closure0, A.ImportCache_importCanonical_closure0, A._realCasePath_helper_closure0, A.KeyframeSelectorParser_parse_closure0, A.render_closure, A._parseFunctions____closure, A._parseFunctions___closure1, A._parseImporter____closure, A._parseImporter___closure0, A.listClass_closure, A.mapClass_closure, A.MediaQueryParser_parse_closure0, A._readFile_closure0, A.fileExists_closure0, A.dirExists_closure0, A.listDir_closure0, A.NodeToDartLogger_warn_closure, A.NodeToDartLogger_debug_closure, A.legacyNullClass_closure, A.numberClass_closure, A.SassNumber__coerceOrConvertValue__compatibilityException0, A.SassNumber__coerceOrConvertValue_closure4, A.SassNumber__coerceOrConvertValue_closure6, A.SassNumber_multiplyUnits_closure4, A.SassNumber_multiplyUnits_closure6, A.Parser__parseIdentifier_closure0, A.main_closure, A.SassParser_children_closure0, A.SelectorParser_parse_closure0, A.SelectorParser_parseCompoundSelector_closure0, A._SerializeVisitor_visitCssComment_closure0, A._SerializeVisitor_visitCssAtRule_closure0, A._SerializeVisitor_visitCssMediaRule_closure0, A._SerializeVisitor_visitCssImport_closure0, A._SerializeVisitor_visitCssImport__closure0, A._SerializeVisitor_visitCssKeyframeBlock_closure0, A._SerializeVisitor_visitCssStyleRule_closure0, A._SerializeVisitor_visitCssSupportsRule_closure0, A._SerializeVisitor_visitCssDeclaration_closure1, A._SerializeVisitor_visitCssDeclaration_closure2, A._SerializeVisitor__write_closure0, A._SerializeVisitor__visitChildren_closure0, A.SingleUnitSassNumber_multiplyUnits_closure2, A.stringClass_closure, A.StylesheetParser_parse_closure0, A.StylesheetParser_parse__closure1, A.StylesheetParser_parseArgumentDeclaration_closure0, A.StylesheetParser__parseSingleProduction_closure0, A.StylesheetParser_parseSignature_closure, A.StylesheetParser__statement_closure0, A.StylesheetParser_variableDeclarationWithoutNamespace_closure1, A.StylesheetParser_variableDeclarationWithoutNamespace_closure2, A.StylesheetParser__forRule_closure1, A.StylesheetParser__memberList_closure0, A.StylesheetParser_expression_resetState0, A.StylesheetParser_expression_resolveOneOperation0, A.StylesheetParser_expression_resolveOperations0, A.StylesheetParser_expression_resolveSpaceExpressions0, A.StylesheetParser__expressionUntilComma_closure0, A.StylesheetParser_namespacedExpression_closure0, A.StylesheetParser__expressionUntilComparison_closure0, A.StylesheetParser__publicIdentifier_closure0, A.resolveImportPath_closure1, A.resolveImportPath_closure2, A._tryPathAsDirectory_closure0, A.valueClass_closure]);
97874
+ _inheritMany(A.Closure0Args, [A.nullFuture_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_length_closure0, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A.Parser__setOption_closure, A.StreamGroup_add_closure, A.StreamGroup_add_closure0, A.StreamGroup__listenToStream_closure, A.StreamQueue__ensureListening_closure0, A.ReplAdapter_runAsync_closure, A.ParsedPath__splitExtension_closure0, A.AsyncEnvironment_setVariable_closure, A.AsyncEnvironment_setVariable_closure1, A.AsyncImportCache_canonicalize_closure, A.AsyncImportCache_canonicalize_closure0, A.AsyncImportCache__canonicalize_closure, A.AsyncImportCache_importCanonical_closure, A.Environment_setVariable_closure, A.Environment_setVariable_closure1, A.ExecutableOptions__parser_closure, A.ExecutableOptions_interactive_closure, A.ExtensionStore__registerSelector_closure, A.ExtensionStore_addExtension_closure, A.ExtensionStore_addExtension_closure0, A.ExtensionStore_addExtension_closure1, A.ExtensionStore__extendExistingExtensions_closure, A.ExtensionStore__extendExistingExtensions_closure0, A.ExtensionStore_addExtensions___closure, A.ImportCache_canonicalize_closure, A.ImportCache_canonicalize_closure0, A.ImportCache__canonicalize_closure, A.ImportCache_importCanonical_closure, A.resolveImportPath_closure, A.resolveImportPath_closure0, A._tryPathAsDirectory_closure, A._realCasePath_helper_closure, A._readFile_closure, A.writeFile_closure, A.deleteFile_closure, A.fileExists_closure, A.dirExists_closure, A.ensureDir_closure, A.listDir_closure, A.modificationTime_closure, A.watchDir_closure3, A.watchDir__closure, A.AtRootQueryParser_parse_closure, A.KeyframeSelectorParser_parse_closure, A.MediaQueryParser_parse_closure, A.Parser__parseIdentifier_closure, A.SassParser_children_closure, A.SelectorParser_parse_closure, A.SelectorParser_parseCompoundSelector_closure, A.StylesheetParser_parse_closure, A.StylesheetParser_parse__closure, A.StylesheetParser_parseArgumentDeclaration_closure, A.StylesheetParser_parseVariableDeclaration_closure, A.StylesheetParser_parseUseRule_closure, A.StylesheetParser__parseSingleProduction_closure, A.StylesheetParser__statement_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure0, A.StylesheetParser__forRule_closure, A.StylesheetParser__memberList_closure, A.StylesheetParser__expression_resetState, A.StylesheetParser__expression_resolveOneOperation, A.StylesheetParser__expression_resolveOperations, A.StylesheetParser__expression_resolveSpaceExpressions, A.StylesheetParser_expressionUntilComma_closure, A.StylesheetParser_namespacedExpression_closure, A.StylesheetParser__expressionUntilComparison_closure, A.StylesheetParser__publicIdentifier_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, A.StylesheetGraph__add_closure, A.StylesheetGraph_addCanonical_closure, A.StylesheetGraph_reload_closure, A.StylesheetGraph__nodeFor_closure, A.StylesheetGraph__nodeFor_closure0, A.SassNumber__coerceOrConvertValue__compatibilityException, A.SassNumber__coerceOrConvertValue_closure0, A.SassNumber__coerceOrConvertValue_closure2, A.SassNumber_multiplyUnits_closure0, A.SassNumber_multiplyUnits_closure2, A.SingleUnitSassNumber_multiplyUnits_closure0, A._EvaluateVisitor__closure4, A._EvaluateVisitor_run_closure0, A._EvaluateVisitor__loadModule_closure1, A._EvaluateVisitor__loadModule_closure2, A._EvaluateVisitor__execute_closure0, A._EvaluateVisitor__extendModules_closure2, A._EvaluateVisitor_visitAtRootRule_closure2, A._EvaluateVisitor_visitAtRootRule_closure3, A._EvaluateVisitor_visitAtRootRule_closure4, A._EvaluateVisitor__scopeForAtRoot__closure0, A._EvaluateVisitor_visitContentRule_closure0, A._EvaluateVisitor_visitDeclaration_closure2, A._EvaluateVisitor_visitEachRule_closure4, A._EvaluateVisitor_visitExtendRule_closure0, A._EvaluateVisitor_visitAtRule_closure3, A._EvaluateVisitor_visitAtRule__closure0, A._EvaluateVisitor_visitForRule_closure4, A._EvaluateVisitor_visitForRule_closure5, A._EvaluateVisitor_visitForRule_closure6, A._EvaluateVisitor_visitForRule_closure7, A._EvaluateVisitor_visitForRule_closure8, A._EvaluateVisitor_visitIfRule_closure0, A._EvaluateVisitor__visitDynamicImport_closure0, A._EvaluateVisitor__visitDynamicImport__closure6, A._EvaluateVisitor_visitIncludeRule_closure3, A._EvaluateVisitor_visitIncludeRule_closure4, A._EvaluateVisitor_visitIncludeRule_closure5, A._EvaluateVisitor_visitIncludeRule__closure0, A._EvaluateVisitor_visitIncludeRule___closure0, A._EvaluateVisitor_visitIncludeRule____closure0, A._EvaluateVisitor_visitMediaRule_closure3, A._EvaluateVisitor_visitMediaRule__closure0, A._EvaluateVisitor_visitMediaRule___closure0, A._EvaluateVisitor__visitMediaQueries_closure0, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule_closure7, A._EvaluateVisitor_visitStyleRule_closure9, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule__closure0, A._EvaluateVisitor_visitSupportsRule_closure1, A._EvaluateVisitor_visitSupportsRule__closure0, A._EvaluateVisitor_visitVariableDeclaration_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure3, A._EvaluateVisitor_visitVariableDeclaration_closure4, A._EvaluateVisitor_visitWarnRule_closure0, A._EvaluateVisitor_visitWhileRule_closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure0, A._EvaluateVisitor_visitVariableExpression_closure0, A._EvaluateVisitor_visitUnaryOperationExpression_closure0, A._EvaluateVisitor__visitCalculationValue_closure0, A._EvaluateVisitor_visitFunctionExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure2, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable_closure0, A._EvaluateVisitor__runUserDefinedCallable__closure0, A._EvaluateVisitor__runUserDefinedCallable___closure0, A._EvaluateVisitor__runFunctionCallable_closure0, A._EvaluateVisitor__runBuiltInCallable_closure1, A._EvaluateVisitor__verifyArguments_closure0, A._EvaluateVisitor_visitCssAtRule_closure1, A._EvaluateVisitor_visitCssKeyframeBlock_closure1, A._EvaluateVisitor_visitCssMediaRule_closure3, A._EvaluateVisitor_visitCssMediaRule__closure0, A._EvaluateVisitor_visitCssMediaRule___closure0, A._EvaluateVisitor_visitCssStyleRule_closure1, A._EvaluateVisitor_visitCssStyleRule__closure0, A._EvaluateVisitor_visitCssSupportsRule_closure1, A._EvaluateVisitor_visitCssSupportsRule__closure0, A._EvaluateVisitor__serialize_closure0, A._EvaluateVisitor__expressionNode_closure0, A._EvaluateVisitor__closure1, A._EvaluateVisitor_run_closure, A._EvaluateVisitor_runExpression_closure, A._EvaluateVisitor_runExpression__closure, A._EvaluateVisitor_runStatement_closure, A._EvaluateVisitor_runStatement__closure, A._EvaluateVisitor__loadModule_closure, A._EvaluateVisitor__loadModule_closure0, A._EvaluateVisitor__execute_closure, A._EvaluateVisitor__extendModules_closure0, A._EvaluateVisitor_visitAtRootRule_closure, A._EvaluateVisitor_visitAtRootRule_closure0, A._EvaluateVisitor_visitAtRootRule_closure1, A._EvaluateVisitor__scopeForAtRoot__closure, A._EvaluateVisitor_visitContentRule_closure, A._EvaluateVisitor_visitDeclaration_closure0, A._EvaluateVisitor_visitEachRule_closure1, A._EvaluateVisitor_visitExtendRule_closure, A._EvaluateVisitor_visitAtRule_closure0, A._EvaluateVisitor_visitAtRule__closure, A._EvaluateVisitor_visitForRule_closure, A._EvaluateVisitor_visitForRule_closure0, A._EvaluateVisitor_visitForRule_closure1, A._EvaluateVisitor_visitForRule_closure2, A._EvaluateVisitor_visitForRule_closure3, A._EvaluateVisitor_visitIfRule_closure, A._EvaluateVisitor__visitDynamicImport_closure, A._EvaluateVisitor__visitDynamicImport__closure2, A._EvaluateVisitor_visitIncludeRule_closure, A._EvaluateVisitor_visitIncludeRule_closure0, A._EvaluateVisitor_visitIncludeRule_closure1, A._EvaluateVisitor_visitIncludeRule__closure, A._EvaluateVisitor_visitIncludeRule___closure, A._EvaluateVisitor_visitIncludeRule____closure, A._EvaluateVisitor_visitMediaRule_closure0, A._EvaluateVisitor_visitMediaRule__closure, A._EvaluateVisitor_visitMediaRule___closure, A._EvaluateVisitor__visitMediaQueries_closure, A._EvaluateVisitor_visitStyleRule_closure, A._EvaluateVisitor_visitStyleRule_closure0, A._EvaluateVisitor_visitStyleRule_closure2, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitStyleRule_closure4, A._EvaluateVisitor_visitStyleRule__closure, A._EvaluateVisitor_visitSupportsRule_closure, A._EvaluateVisitor_visitSupportsRule__closure, A._EvaluateVisitor_visitVariableDeclaration_closure, A._EvaluateVisitor_visitVariableDeclaration_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure1, A._EvaluateVisitor_visitWarnRule_closure, A._EvaluateVisitor_visitWhileRule_closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure, A._EvaluateVisitor_visitVariableExpression_closure, A._EvaluateVisitor_visitUnaryOperationExpression_closure, A._EvaluateVisitor__visitCalculationValue_closure, A._EvaluateVisitor_visitFunctionExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure0, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure, A._EvaluateVisitor__runUserDefinedCallable_closure, A._EvaluateVisitor__runUserDefinedCallable__closure, A._EvaluateVisitor__runUserDefinedCallable___closure, A._EvaluateVisitor__runFunctionCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure, A._EvaluateVisitor__verifyArguments_closure, A._EvaluateVisitor_visitCssAtRule_closure, A._EvaluateVisitor_visitCssKeyframeBlock_closure, A._EvaluateVisitor_visitCssMediaRule_closure0, A._EvaluateVisitor_visitCssMediaRule__closure, A._EvaluateVisitor_visitCssMediaRule___closure, A._EvaluateVisitor_visitCssStyleRule_closure, A._EvaluateVisitor_visitCssStyleRule__closure, A._EvaluateVisitor_visitCssSupportsRule_closure, A._EvaluateVisitor_visitCssSupportsRule__closure, A._EvaluateVisitor__serialize_closure, A._EvaluateVisitor__expressionNode_closure, A._SerializeVisitor_visitCssComment_closure, A._SerializeVisitor_visitCssAtRule_closure, A._SerializeVisitor_visitCssMediaRule_closure, A._SerializeVisitor_visitCssImport_closure, A._SerializeVisitor_visitCssImport__closure, A._SerializeVisitor_visitCssKeyframeBlock_closure, A._SerializeVisitor_visitCssStyleRule_closure, A._SerializeVisitor_visitCssSupportsRule_closure, A._SerializeVisitor_visitCssDeclaration_closure, A._SerializeVisitor_visitCssDeclaration_closure0, A._SerializeVisitor__write_closure, A._SerializeVisitor__visitChildren_closure, A._SerializeVisitor__visitChildren_closure0, A.SingleMapping_SingleMapping$fromEntries_closure, A.SingleMapping_SingleMapping$fromEntries_closure0, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.LazyTrace_terse_closure, A.Trace_Trace$from_closure, A.TransformByHandlers_transformByHandlers_closure, A.TransformByHandlers_transformByHandlers__closure0, A.TransformByHandlers_transformByHandlers__closure2, A.RateLimit__debounceAggregate_closure_emit, A.RateLimit__debounceAggregate__closure, A.argumentListClass_closure, A.AsyncEnvironment_setVariable_closure2, A.AsyncEnvironment_setVariable_closure4, A._EvaluateVisitor__closure10, A._EvaluateVisitor_run_closure2, A._EvaluateVisitor__loadModule_closure5, A._EvaluateVisitor__loadModule_closure6, A._EvaluateVisitor__execute_closure2, A._EvaluateVisitor__extendModules_closure6, A._EvaluateVisitor_visitAtRootRule_closure8, A._EvaluateVisitor_visitAtRootRule_closure9, A._EvaluateVisitor_visitAtRootRule_closure10, A._EvaluateVisitor__scopeForAtRoot__closure2, A._EvaluateVisitor_visitContentRule_closure2, A._EvaluateVisitor_visitDeclaration_closure6, A._EvaluateVisitor_visitEachRule_closure10, A._EvaluateVisitor_visitExtendRule_closure2, A._EvaluateVisitor_visitAtRule_closure9, A._EvaluateVisitor_visitAtRule__closure2, A._EvaluateVisitor_visitForRule_closure14, A._EvaluateVisitor_visitForRule_closure15, A._EvaluateVisitor_visitForRule_closure16, A._EvaluateVisitor_visitForRule_closure17, A._EvaluateVisitor_visitForRule_closure18, A._EvaluateVisitor_visitIfRule_closure2, A._EvaluateVisitor__visitDynamicImport_closure2, A._EvaluateVisitor__visitDynamicImport__closure14, A._EvaluateVisitor_visitIncludeRule_closure11, A._EvaluateVisitor_visitIncludeRule_closure12, A._EvaluateVisitor_visitIncludeRule_closure13, A._EvaluateVisitor_visitIncludeRule__closure2, A._EvaluateVisitor_visitIncludeRule___closure2, A._EvaluateVisitor_visitIncludeRule____closure2, A._EvaluateVisitor_visitMediaRule_closure9, A._EvaluateVisitor_visitMediaRule__closure2, A._EvaluateVisitor_visitMediaRule___closure2, A._EvaluateVisitor__visitMediaQueries_closure2, A._EvaluateVisitor_visitStyleRule_closure20, A._EvaluateVisitor_visitStyleRule_closure21, A._EvaluateVisitor_visitStyleRule_closure23, A._EvaluateVisitor_visitStyleRule_closure24, A._EvaluateVisitor_visitStyleRule_closure25, A._EvaluateVisitor_visitStyleRule__closure2, A._EvaluateVisitor_visitSupportsRule_closure5, A._EvaluateVisitor_visitSupportsRule__closure2, A._EvaluateVisitor_visitVariableDeclaration_closure8, A._EvaluateVisitor_visitVariableDeclaration_closure9, A._EvaluateVisitor_visitVariableDeclaration_closure10, A._EvaluateVisitor_visitWarnRule_closure2, A._EvaluateVisitor_visitWhileRule_closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure2, A._EvaluateVisitor_visitVariableExpression_closure2, A._EvaluateVisitor_visitUnaryOperationExpression_closure2, A._EvaluateVisitor__visitCalculationValue_closure2, A._EvaluateVisitor_visitFunctionExpression_closure5, A._EvaluateVisitor_visitFunctionExpression_closure6, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable_closure2, A._EvaluateVisitor__runUserDefinedCallable__closure2, A._EvaluateVisitor__runUserDefinedCallable___closure2, A._EvaluateVisitor__runFunctionCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure5, A._EvaluateVisitor__verifyArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure5, A._EvaluateVisitor_visitCssKeyframeBlock_closure5, A._EvaluateVisitor_visitCssMediaRule_closure9, A._EvaluateVisitor_visitCssMediaRule__closure2, A._EvaluateVisitor_visitCssMediaRule___closure2, A._EvaluateVisitor_visitCssStyleRule_closure5, A._EvaluateVisitor_visitCssStyleRule__closure2, A._EvaluateVisitor_visitCssSupportsRule_closure5, A._EvaluateVisitor_visitCssSupportsRule__closure2, A._EvaluateVisitor__serialize_closure2, A._EvaluateVisitor__expressionNode_closure2, A.AsyncImportCache_canonicalize_closure1, A.AsyncImportCache_canonicalize_closure2, A.AsyncImportCache__canonicalize_closure0, A.AsyncImportCache_importCanonical_closure0, A.AtRootQueryParser_parse_closure0, A.legacyBooleanClass_closure, A.booleanClass_closure, A.colorClass_closure, A.compileAsync_closure, A.compileStringAsync_closure, A.Environment_setVariable_closure2, A.Environment_setVariable_closure4, A._EvaluateVisitor__closure7, A._EvaluateVisitor_run_closure1, A._EvaluateVisitor__loadModule_closure3, A._EvaluateVisitor__loadModule_closure4, A._EvaluateVisitor__execute_closure1, A._EvaluateVisitor__extendModules_closure4, A._EvaluateVisitor_visitAtRootRule_closure5, A._EvaluateVisitor_visitAtRootRule_closure6, A._EvaluateVisitor_visitAtRootRule_closure7, A._EvaluateVisitor__scopeForAtRoot__closure1, A._EvaluateVisitor_visitContentRule_closure1, A._EvaluateVisitor_visitDeclaration_closure4, A._EvaluateVisitor_visitEachRule_closure7, A._EvaluateVisitor_visitExtendRule_closure1, A._EvaluateVisitor_visitAtRule_closure6, A._EvaluateVisitor_visitAtRule__closure1, A._EvaluateVisitor_visitForRule_closure9, A._EvaluateVisitor_visitForRule_closure10, A._EvaluateVisitor_visitForRule_closure11, A._EvaluateVisitor_visitForRule_closure12, A._EvaluateVisitor_visitForRule_closure13, A._EvaluateVisitor_visitIfRule_closure1, A._EvaluateVisitor__visitDynamicImport_closure1, A._EvaluateVisitor__visitDynamicImport__closure10, A._EvaluateVisitor_visitIncludeRule_closure7, A._EvaluateVisitor_visitIncludeRule_closure8, A._EvaluateVisitor_visitIncludeRule_closure9, A._EvaluateVisitor_visitIncludeRule__closure1, A._EvaluateVisitor_visitIncludeRule___closure1, A._EvaluateVisitor_visitIncludeRule____closure1, A._EvaluateVisitor_visitMediaRule_closure6, A._EvaluateVisitor_visitMediaRule__closure1, A._EvaluateVisitor_visitMediaRule___closure1, A._EvaluateVisitor__visitMediaQueries_closure1, A._EvaluateVisitor_visitStyleRule_closure13, A._EvaluateVisitor_visitStyleRule_closure14, A._EvaluateVisitor_visitStyleRule_closure16, A._EvaluateVisitor_visitStyleRule_closure17, A._EvaluateVisitor_visitStyleRule_closure18, A._EvaluateVisitor_visitStyleRule__closure1, A._EvaluateVisitor_visitSupportsRule_closure3, A._EvaluateVisitor_visitSupportsRule__closure1, A._EvaluateVisitor_visitVariableDeclaration_closure5, A._EvaluateVisitor_visitVariableDeclaration_closure6, A._EvaluateVisitor_visitVariableDeclaration_closure7, A._EvaluateVisitor_visitWarnRule_closure1, A._EvaluateVisitor_visitWhileRule_closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure1, A._EvaluateVisitor_visitVariableExpression_closure1, A._EvaluateVisitor_visitUnaryOperationExpression_closure1, A._EvaluateVisitor__visitCalculationValue_closure1, A._EvaluateVisitor_visitFunctionExpression_closure3, A._EvaluateVisitor_visitFunctionExpression_closure4, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable_closure1, A._EvaluateVisitor__runUserDefinedCallable__closure1, A._EvaluateVisitor__runUserDefinedCallable___closure1, A._EvaluateVisitor__runFunctionCallable_closure1, A._EvaluateVisitor__runBuiltInCallable_closure3, A._EvaluateVisitor__verifyArguments_closure1, A._EvaluateVisitor_visitCssAtRule_closure3, A._EvaluateVisitor_visitCssKeyframeBlock_closure3, A._EvaluateVisitor_visitCssMediaRule_closure6, A._EvaluateVisitor_visitCssMediaRule__closure1, A._EvaluateVisitor_visitCssMediaRule___closure1, A._EvaluateVisitor_visitCssStyleRule_closure3, A._EvaluateVisitor_visitCssStyleRule__closure1, A._EvaluateVisitor_visitCssSupportsRule_closure3, A._EvaluateVisitor_visitCssSupportsRule__closure1, A._EvaluateVisitor__serialize_closure1, A._EvaluateVisitor__expressionNode_closure1, A.exceptionClass_closure, A.ExtensionStore__registerSelector_closure0, A.ExtensionStore_addExtension_closure2, A.ExtensionStore_addExtension_closure3, A.ExtensionStore_addExtension_closure4, A.ExtensionStore__extendExistingExtensions_closure1, A.ExtensionStore__extendExistingExtensions_closure2, A.ExtensionStore_addExtensions___closure0, A.functionClass_closure, A.NodeImporter__tryPath_closure, A.ImportCache_canonicalize_closure1, A.ImportCache_canonicalize_closure2, A.ImportCache__canonicalize_closure0, A.ImportCache_importCanonical_closure0, A._realCasePath_helper_closure0, A.KeyframeSelectorParser_parse_closure0, A.render_closure, A._parseFunctions____closure, A._parseFunctions___closure1, A._parseImporter____closure, A._parseImporter___closure0, A.listClass_closure, A.mapClass_closure, A.MediaQueryParser_parse_closure0, A._readFile_closure0, A.fileExists_closure0, A.dirExists_closure0, A.listDir_closure0, A.NodeToDartLogger_warn_closure, A.NodeToDartLogger_debug_closure, A.legacyNullClass_closure, A.numberClass_closure, A.SassNumber__coerceOrConvertValue__compatibilityException0, A.SassNumber__coerceOrConvertValue_closure4, A.SassNumber__coerceOrConvertValue_closure6, A.SassNumber_multiplyUnits_closure4, A.SassNumber_multiplyUnits_closure6, A.Parser__parseIdentifier_closure0, A.main_closure, A.SassParser_children_closure0, A.SelectorParser_parse_closure0, A.SelectorParser_parseCompoundSelector_closure0, A._SerializeVisitor_visitCssComment_closure0, A._SerializeVisitor_visitCssAtRule_closure0, A._SerializeVisitor_visitCssMediaRule_closure0, A._SerializeVisitor_visitCssImport_closure0, A._SerializeVisitor_visitCssImport__closure0, A._SerializeVisitor_visitCssKeyframeBlock_closure0, A._SerializeVisitor_visitCssStyleRule_closure0, A._SerializeVisitor_visitCssSupportsRule_closure0, A._SerializeVisitor_visitCssDeclaration_closure1, A._SerializeVisitor_visitCssDeclaration_closure2, A._SerializeVisitor__write_closure0, A._SerializeVisitor__visitChildren_closure1, A._SerializeVisitor__visitChildren_closure2, A.SingleUnitSassNumber_multiplyUnits_closure2, A.stringClass_closure, A.StylesheetParser_parse_closure0, A.StylesheetParser_parse__closure1, A.StylesheetParser_parseArgumentDeclaration_closure0, A.StylesheetParser__parseSingleProduction_closure0, A.StylesheetParser_parseSignature_closure, A.StylesheetParser__statement_closure0, A.StylesheetParser_variableDeclarationWithoutNamespace_closure1, A.StylesheetParser_variableDeclarationWithoutNamespace_closure2, A.StylesheetParser__forRule_closure1, A.StylesheetParser__memberList_closure0, A.StylesheetParser__expression_resetState0, A.StylesheetParser__expression_resolveOneOperation0, A.StylesheetParser__expression_resolveOperations0, A.StylesheetParser__expression_resolveSpaceExpressions0, A.StylesheetParser_expressionUntilComma_closure0, A.StylesheetParser_namespacedExpression_closure0, A.StylesheetParser__expressionUntilComparison_closure0, A.StylesheetParser__publicIdentifier_closure0, A.resolveImportPath_closure1, A.resolveImportPath_closure2, A._tryPathAsDirectory_closure0, A.valueClass_closure]);
97695
97875
  _inheritMany(A.EfficientLengthIterable, [A.ListIterable, A.EmptyIterable, A.LinkedHashMapKeyIterable, A._HashMapKeyIterable, A._MapBaseValueIterable]);
97696
97876
  _inheritMany(A.ListIterable, [A.SubListIterable, A.MappedListIterable, A.ReversedListIterable, A.ListQueue, A._GeneratorIterable]);
97697
97877
  _inherit(A.EfficientLengthMappedIterable, A.MappedIterable);