sass 1.79.5 → 1.79.6

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 (2) hide show
  1. package/package.json +1 -1
  2. package/sass.dart.js +420 -369
package/sass.dart.js CHANGED
@@ -8382,15 +8382,16 @@ self.util = _cliPkgRequires.util;
8382
8382
  ArgParser__addOption_closure: function ArgParser__addOption_closure(t0) {
8383
8383
  this.$this = t0;
8384
8384
  },
8385
- ArgParserException$(message, commands) {
8386
- return new A.ArgParserException(commands == null ? B.List_empty : A.List_List$unmodifiable(commands, type$.String), message, null, null);
8385
+ ArgParserException$(message, commands, argumentName, source, offset) {
8386
+ return new A.ArgParserException(commands == null ? B.List_empty : A.List_List$unmodifiable(commands, type$.String), argumentName, message, source, offset);
8387
8387
  },
8388
- ArgParserException: function ArgParserException(t0, t1, t2, t3) {
8388
+ ArgParserException: function ArgParserException(t0, t1, t2, t3, t4) {
8389
8389
  var _ = this;
8390
8390
  _.commands = t0;
8391
- _.message = t1;
8392
- _.source = t2;
8393
- _.offset = t3;
8391
+ _.argumentName = t1;
8392
+ _.message = t2;
8393
+ _.source = t3;
8394
+ _.offset = t4;
8394
8395
  },
8395
8396
  ArgResults: function ArgResults(t0, t1, t2, t3) {
8396
8397
  var _ = this;
@@ -28450,7 +28451,7 @@ self.util = _cliPkgRequires.util;
28450
28451
  J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
28451
28452
  J.set$Version$x(self.exports, $.$get$versionClass());
28452
28453
  J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
28453
- J.set$info$x(self.exports, "dart-sass\t1.79.5\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28454
+ J.set$info$x(self.exports, "dart-sass\t1.79.6\t(Sass Compiler)\t[Dart]\ndart2js\t3.5.3\t(Dart Compiler)\t[Dart]");
28454
28455
  A.updateCanonicalizeContextPrototype();
28455
28456
  A.updateSourceSpanPrototype();
28456
28457
  J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
@@ -32305,56 +32306,6 @@ self.util = _cliPkgRequires.util;
32305
32306
  }
32306
32307
  return null;
32307
32308
  },
32308
- IterableNullableExtension_whereNotNull(_this, $T) {
32309
- return new A._SyncStarIterable(A.IterableNullableExtension_whereNotNull$body(_this, $T), $T._eval$1("_SyncStarIterable<0>"));
32310
- },
32311
- IterableNullableExtension_whereNotNull$body($async$_this, $async$$T) {
32312
- return function() {
32313
- var _this = $async$_this,
32314
- $T = $async$$T;
32315
- var $async$goto = 0, $async$handler = 1, $async$currentError, t1, element;
32316
- return function $async$IterableNullableExtension_whereNotNull($async$iterator, $async$errorCode, $async$result) {
32317
- if ($async$errorCode === 1) {
32318
- $async$currentError = $async$result;
32319
- $async$goto = $async$handler;
32320
- }
32321
- while (true)
32322
- switch ($async$goto) {
32323
- case 0:
32324
- // Function start
32325
- t1 = _this.get$iterator(_this);
32326
- case 2:
32327
- // for condition
32328
- if (!t1.moveNext$0()) {
32329
- // goto after for
32330
- $async$goto = 3;
32331
- break;
32332
- }
32333
- element = t1.get$current(t1);
32334
- $async$goto = element != null ? 4 : 5;
32335
- break;
32336
- case 4:
32337
- // then
32338
- $async$goto = 6;
32339
- return $async$iterator._async$_current = element, 1;
32340
- case 6:
32341
- // after yield
32342
- case 5:
32343
- // join
32344
- // goto for condition
32345
- $async$goto = 2;
32346
- break;
32347
- case 3:
32348
- // after for
32349
- // implicit return
32350
- return 0;
32351
- case 1:
32352
- // rethrow
32353
- return $async$iterator._datum = $async$currentError, 3;
32354
- }
32355
- };
32356
- };
32357
- },
32358
32309
  IterableIntegerExtension_get_maxOrNull(_this) {
32359
32310
  var value, newValue,
32360
32311
  iterator = _this.get$iterator(_this);
@@ -33706,7 +33657,7 @@ self.util = _cliPkgRequires.util;
33706
33657
  switch ($async$goto) {
33707
33658
  case 0:
33708
33659
  // Function start
33709
- $async$returnValue = "1.79.5 compiled with dart2js 3.5.3";
33660
+ $async$returnValue = "1.79.6 compiled with dart2js 3.5.3";
33710
33661
  // goto return
33711
33662
  $async$goto = 1;
33712
33663
  break;
@@ -36845,7 +36796,7 @@ self.util = _cliPkgRequires.util;
36845
36796
  this.$arguments.push(argument);
36846
36797
  ++t1.argumentCount;
36847
36798
  },
36848
- $signature: 132
36799
+ $signature: 128
36849
36800
  };
36850
36801
  A.TypeErrorDecoder.prototype = {
36851
36802
  matchTypeError$1(message) {
@@ -37290,7 +37241,7 @@ self.util = _cliPkgRequires.util;
37290
37241
  call$1(o) {
37291
37242
  return this.getTag(o);
37292
37243
  },
37293
- $signature: 81
37244
+ $signature: 99
37294
37245
  };
37295
37246
  A.initHooks_closure0.prototype = {
37296
37247
  call$2(o, tag) {
@@ -37302,7 +37253,7 @@ self.util = _cliPkgRequires.util;
37302
37253
  call$1(tag) {
37303
37254
  return this.prototypeForTag(tag);
37304
37255
  },
37305
- $signature: 236
37256
+ $signature: 239
37306
37257
  };
37307
37258
  A._Record.prototype = {
37308
37259
  toString$0(_) {
@@ -40055,7 +40006,7 @@ self.util = _cliPkgRequires.util;
40055
40006
  call$1(v) {
40056
40007
  return this.K._is(v);
40057
40008
  },
40058
- $signature: 125
40009
+ $signature: 205
40059
40010
  };
40060
40011
  A._LinkedHashSet.prototype = {
40061
40012
  _newSet$0() {
@@ -41211,13 +41162,13 @@ self.util = _cliPkgRequires.util;
41211
41162
  call$1(each) {
41212
41163
  return this.$this.$index(0, each);
41213
41164
  },
41214
- $signature: 236
41165
+ $signature: 239
41215
41166
  };
41216
41167
  A._JsonMap_addAll_closure.prototype = {
41217
41168
  call$2(key, value) {
41218
41169
  this.$this.$indexSet(0, key, value);
41219
41170
  },
41220
- $signature: 132
41171
+ $signature: 128
41221
41172
  };
41222
41173
  A._JsonMapKeyIterable.prototype = {
41223
41174
  get$length(_) {
@@ -43409,14 +43360,14 @@ self.util = _cliPkgRequires.util;
43409
43360
  $index(_, $name) {
43410
43361
  var t1 = this._parser.options._map;
43411
43362
  if (!t1.containsKey$1($name))
43412
- throw A.wrapException(A.ArgumentError$('Could not find an option named "' + $name + '".', null));
43363
+ throw A.wrapException(A.ArgumentError$('Could not find an option named "--' + $name + '".', null));
43413
43364
  t1 = t1.$index(0, $name);
43414
43365
  t1.toString;
43415
43366
  return t1.valueOrDefault$1(this._parsed.$index(0, $name));
43416
43367
  },
43417
43368
  wasParsed$1($name) {
43418
43369
  if (!this._parser.options._map.containsKey$1($name))
43419
- throw A.wrapException(A.ArgumentError$('Could not find an option named "' + $name + '".', null));
43370
+ throw A.wrapException(A.ArgumentError$('Could not find an option named "--' + $name + '".', null));
43420
43371
  return this._parsed.containsKey$1($name);
43421
43372
  }
43422
43373
  };
@@ -43453,8 +43404,14 @@ self.util = _cliPkgRequires.util;
43453
43404
  t7 = t6._as(t7);
43454
43405
  command = t5._map.$index(0, t7);
43455
43406
  if (command != null) {
43456
- if (t3.length !== 0)
43457
- A.throwExpression(A.ArgParserException$("Cannot specify arguments before a command.", null));
43407
+ t5 = t3.length;
43408
+ t7 = t2._head;
43409
+ if (t7 === t2._tail)
43410
+ A.throwExpression(A.IterableElementError_noElement());
43411
+ t7 = t2._table[t7];
43412
+ t6 = t7 == null ? t6._as(t7) : t7;
43413
+ if (t5 !== 0)
43414
+ A.throwExpression(A.ArgParserException$("Cannot specify arguments before a command.", null, t6, null, null));
43458
43415
  commandName = t2.removeFirst$0();
43459
43416
  t5 = type$.JSArray_String;
43460
43417
  t6 = A._setArrayType([], t5);
@@ -43469,7 +43426,7 @@ self.util = _cliPkgRequires.util;
43469
43426
  t2 = error.message;
43470
43427
  t1 = A._setArrayType([commandName], t5);
43471
43428
  J.addAll$1$ax(t1, error.commands);
43472
- throw A.wrapException(A.ArgParserException$(t2, t1));
43429
+ throw A.wrapException(A.ArgParserException$(t2, t1, error.argumentName, error.source, error.offset));
43473
43430
  } else
43474
43431
  throw exception;
43475
43432
  }
@@ -43489,11 +43446,11 @@ self.util = _cliPkgRequires.util;
43489
43446
  t2.clear$0(0);
43490
43447
  return new A.ArgResults(t4, _this._results, _this._commandName, new A.UnmodifiableListView(t3, type$.UnmodifiableListView_String));
43491
43448
  },
43492
- _readNextArgAsValue$1(option) {
43493
- var t1 = this._args;
43494
- if (t1.get$isEmpty(0))
43495
- A.throwExpression(A.ArgParserException$('Missing argument for "' + option.name + '".', null));
43496
- this._setOption$3(this._results, option, t1.get$first(0));
43449
+ _readNextArgAsValue$2(option, arg) {
43450
+ var _this = this,
43451
+ t1 = _this._args;
43452
+ _this._validate$3(!t1.get$isEmpty(0), 'Missing argument for "' + arg + '".', arg);
43453
+ _this._setOption$4(_this._results, option, t1.get$first(0), arg);
43497
43454
  t1.removeFirst$0();
43498
43455
  },
43499
43456
  _parseSoloOption$0() {
@@ -43514,8 +43471,7 @@ self.util = _cliPkgRequires.util;
43514
43471
  option = _this._grammar.findByAbbreviation$1(opt);
43515
43472
  if (option == null) {
43516
43473
  t1 = _this._parser$_parent;
43517
- if (t1 == null)
43518
- A.throwExpression(A.ArgParserException$('Could not find an option or flag "-' + opt + '".', null));
43474
+ _this._validate$3(t1 != null, 'Could not find an option or flag "-' + opt + '".', "-" + opt);
43519
43475
  t1._handleSoloOption$1(opt);
43520
43476
  return true;
43521
43477
  }
@@ -43523,7 +43479,7 @@ self.util = _cliPkgRequires.util;
43523
43479
  if (option.type === B.OptionType_I6i)
43524
43480
  _this._results.$indexSet(0, option.name, true);
43525
43481
  else
43526
- _this._readNextArgAsValue$1(option);
43482
+ _this._readNextArgAsValue$2(option, "-" + opt);
43527
43483
  return true;
43528
43484
  },
43529
43485
  _parseAbbreviation$1(innermostCommand) {
@@ -43572,37 +43528,35 @@ self.util = _cliPkgRequires.util;
43572
43528
  first = _this._grammar.findByAbbreviation$1(c);
43573
43529
  if (first == null) {
43574
43530
  t1 = _this._parser$_parent;
43575
- if (t1 == null)
43576
- A.throwExpression(A.ArgParserException$(string$.Could_ + c + '".', null));
43531
+ _this._validate$3(t1 != null, string$.Could_ + c + '".', "-" + c);
43577
43532
  t1._handleAbbreviation$3(lettersAndDigits, rest, innermostCommand);
43578
43533
  return true;
43579
- } else if (first.type !== B.OptionType_I6i)
43580
- _this._setOption$3(_this._results, first, B.JSString_methods.substring$1(lettersAndDigits, 1) + rest);
43581
- else {
43582
- t1 = B.JSString_methods.substring$1(lettersAndDigits, 1);
43583
- if (rest !== "")
43584
- A.throwExpression(A.ArgParserException$('Option "-' + c + '" is a flag and cannot handle value "' + t1 + rest + '".', null));
43585
- for (t1 = lettersAndDigits.length, i = 0; i < t1; i = i0) {
43586
- i0 = i + 1;
43587
- innermostCommand._parseShortFlag$1(B.JSString_methods.substring$2(lettersAndDigits, i, i0));
43534
+ } else {
43535
+ t1 = "-" + c;
43536
+ if (first.type !== B.OptionType_I6i)
43537
+ _this._setOption$4(_this._results, first, B.JSString_methods.substring$1(lettersAndDigits, 1) + rest, t1);
43538
+ else {
43539
+ _this._validate$3(rest === "", 'Option "-' + c + '" is a flag and cannot handle value "' + B.JSString_methods.substring$1(lettersAndDigits, 1) + rest + '".', t1);
43540
+ for (t1 = lettersAndDigits.length, i = 0; i < t1; i = i0) {
43541
+ i0 = i + 1;
43542
+ innermostCommand._parseShortFlag$1(B.JSString_methods.substring$2(lettersAndDigits, i, i0));
43543
+ }
43588
43544
  }
43589
43545
  }
43590
43546
  _this._args.removeFirst$0();
43591
43547
  return true;
43592
43548
  },
43593
43549
  _parseShortFlag$1(c) {
43594
- var t1,
43595
- option = this._grammar.findByAbbreviation$1(c);
43550
+ var t1, _this = this,
43551
+ option = _this._grammar.findByAbbreviation$1(c);
43596
43552
  if (option == null) {
43597
- t1 = this._parser$_parent;
43598
- if (t1 == null)
43599
- A.throwExpression(A.ArgParserException$(string$.Could_ + c + '".', null));
43553
+ t1 = _this._parser$_parent;
43554
+ _this._validate$3(t1 != null, string$.Could_ + c + '".', "-" + c);
43600
43555
  t1._parseShortFlag$1(c);
43601
43556
  return;
43602
43557
  }
43603
- if (option.type !== B.OptionType_I6i)
43604
- A.throwExpression(A.ArgParserException$('Option "-' + c + '" must be a flag to be in a collapsed "-".', null));
43605
- this._results.$indexSet(0, option.name, true);
43558
+ _this._validate$3(option.type === B.OptionType_I6i, 'Option "-' + c + '" must be a flag to be in a collapsed "-".', "-" + c);
43559
+ _this._results.$indexSet(0, option.name, true);
43606
43560
  },
43607
43561
  _parseLongOption$0() {
43608
43562
  var index, t2, $name, t3, i, t4, t5, value,
@@ -43632,48 +43586,51 @@ self.util = _cliPkgRequires.util;
43632
43586
  return true;
43633
43587
  },
43634
43588
  _handleLongOption$2($name, value) {
43635
- var _this = this, _null = null,
43636
- _s32_ = 'Could not find an option named "',
43589
+ var _this = this,
43590
+ _s34_ = 'Could not find an option named "--',
43637
43591
  t1 = _this._grammar,
43638
43592
  option = t1.findByNameOrAlias$1($name);
43639
43593
  if (option != null) {
43640
43594
  _this._args.removeFirst$0();
43641
43595
  if (option.type === B.OptionType_I6i) {
43642
- if (value != null)
43643
- A.throwExpression(A.ArgParserException$('Flag option "' + $name + '" should not be given a value.', _null));
43596
+ _this._validate$3(value == null, 'Flag option "--' + $name + '" should not be given a value.', "--" + $name);
43644
43597
  _this._results.$indexSet(0, option.name, true);
43645
- } else if (value != null)
43646
- _this._setOption$3(_this._results, option, value);
43647
- else
43648
- _this._readNextArgAsValue$1(option);
43598
+ } else {
43599
+ t1 = "--" + $name;
43600
+ if (value != null)
43601
+ _this._setOption$4(_this._results, option, value, t1);
43602
+ else
43603
+ _this._readNextArgAsValue$2(option, t1);
43604
+ }
43649
43605
  } else if (B.JSString_methods.startsWith$1($name, "no-")) {
43650
43606
  option = t1.findByNameOrAlias$1(B.JSString_methods.substring$1($name, 3));
43651
43607
  if (option == null) {
43652
43608
  t1 = _this._parser$_parent;
43653
- if (t1 == null)
43654
- A.throwExpression(A.ArgParserException$(_s32_ + $name + '".', _null));
43609
+ _this._validate$3(t1 != null, _s34_ + $name + '".', "--" + $name);
43655
43610
  t1._handleLongOption$2($name, value);
43656
43611
  return true;
43657
43612
  }
43658
43613
  _this._args.removeFirst$0();
43659
- if (option.type !== B.OptionType_I6i)
43660
- A.throwExpression(A.ArgParserException$('Cannot negate non-flag option "' + $name + '".', _null));
43661
- if (!option.negatable)
43662
- A.throwExpression(A.ArgParserException$('Cannot negate option "' + $name + '".', _null));
43614
+ t1 = "--" + $name;
43615
+ _this._validate$3(option.type === B.OptionType_I6i, 'Cannot negate non-flag option "--' + $name + '".', t1);
43616
+ _this._validate$3(option.negatable, 'Cannot negate option "--' + $name + '".', t1);
43663
43617
  _this._results.$indexSet(0, option.name, false);
43664
43618
  } else {
43665
43619
  t1 = _this._parser$_parent;
43666
- if (t1 == null)
43667
- A.throwExpression(A.ArgParserException$(_s32_ + $name + '".', _null));
43620
+ _this._validate$3(t1 != null, _s34_ + $name + '".', "--" + $name);
43668
43621
  t1._handleLongOption$2($name, value);
43669
43622
  return true;
43670
43623
  }
43671
43624
  return true;
43672
43625
  },
43673
- _setOption$3(results, option, value) {
43626
+ _validate$3(condition, message, args) {
43627
+ if (!condition)
43628
+ throw A.wrapException(A.ArgParserException$(message, null, args, null, null));
43629
+ },
43630
+ _setOption$4(results, option, value, arg) {
43674
43631
  var list, t1, t2, t3, _i, element;
43675
43632
  if (option.type !== B.OptionType_yPm) {
43676
- this._validateAllowed$2(option, value);
43633
+ this._validateAllowed$3(option, value, arg);
43677
43634
  results.$indexSet(0, option.name, value);
43678
43635
  return;
43679
43636
  }
@@ -43681,20 +43638,19 @@ self.util = _cliPkgRequires.util;
43681
43638
  if (option.splitCommas)
43682
43639
  for (t1 = value.split(","), t2 = t1.length, t3 = J.getInterceptor$ax(list), _i = 0; _i < t2; ++_i) {
43683
43640
  element = t1[_i];
43684
- this._validateAllowed$2(option, element);
43641
+ this._validateAllowed$3(option, element, arg);
43685
43642
  t3.add$1(list, element);
43686
43643
  }
43687
43644
  else {
43688
- this._validateAllowed$2(option, value);
43645
+ this._validateAllowed$3(option, value, arg);
43689
43646
  J.add$1$ax(list, value);
43690
43647
  }
43691
43648
  },
43692
- _validateAllowed$2(option, value) {
43649
+ _validateAllowed$3(option, value, arg) {
43693
43650
  var t1 = option.allowed;
43694
43651
  if (t1 == null)
43695
43652
  return;
43696
- if (!B.JSArray_methods.contains$1(t1, value))
43697
- A.throwExpression(A.ArgParserException$('"' + value + '" is not an allowed value for option "' + option.name + '".', null));
43653
+ this._validate$3(B.JSArray_methods.contains$1(t1, value), '"' + value + '" is not an allowed value for option "' + arg + '".', arg);
43698
43654
  }
43699
43655
  };
43700
43656
  A.Parser_parse_closure.prototype = {
@@ -43711,7 +43667,7 @@ self.util = _cliPkgRequires.util;
43711
43667
  call$0() {
43712
43668
  return A._setArrayType([], type$.JSArray_String);
43713
43669
  },
43714
- $signature: 127
43670
+ $signature: 113
43715
43671
  };
43716
43672
  A._Usage.prototype = {
43717
43673
  get$_columnWidths() {
@@ -43880,13 +43836,13 @@ self.util = _cliPkgRequires.util;
43880
43836
  call$1(value) {
43881
43837
  return '"' + A.S(value) + '"';
43882
43838
  },
43883
- $signature: 112
43839
+ $signature: 126
43884
43840
  };
43885
43841
  A._Usage__buildAllowedList_closure.prototype = {
43886
43842
  call$1(value) {
43887
43843
  return value === this.option.defaultsTo;
43888
43844
  },
43889
- $signature: 125
43845
+ $signature: 5
43890
43846
  };
43891
43847
  A.FutureGroup.prototype = {
43892
43848
  add$1(_, task) {
@@ -44081,8 +44037,8 @@ self.util = _cliPkgRequires.util;
44081
44037
  var t1, t2, futures;
44082
44038
  this._stream_group$_state = B._StreamGroupState_canceled;
44083
44039
  t1 = this._subscriptions;
44084
- t2 = A.IterableNullableExtension_whereNotNull(t1.get$entries(0).map$1$1(0, new A.StreamGroup__onCancel_closure(this), type$.nullable_Future_void), type$.Future_void);
44085
- futures = A.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E"));
44040
+ t2 = type$.NonNullsIterable_Future_void;
44041
+ futures = A.List_List$of(new A.NonNullsIterable(t1.get$entries(0).map$1$1(0, new A.StreamGroup__onCancel_closure(this), type$.nullable_Future_void), t2), true, t2._eval$1("Iterable.E"));
44086
44042
  t1.clear$0(0);
44087
44043
  return futures.length === 0 ? null : A.Future_wait(futures, false, type$.void);
44088
44044
  },
@@ -45618,7 +45574,7 @@ self.util = _cliPkgRequires.util;
45618
45574
  call$1(path) {
45619
45575
  return typeof path == "string" || path == null;
45620
45576
  },
45621
- $signature: 125
45577
+ $signature: 205
45622
45578
  };
45623
45579
  A.Style.prototype = {
45624
45580
  toString$0(_) {
@@ -47296,7 +47252,7 @@ self.util = _cliPkgRequires.util;
47296
47252
  call$1(value) {
47297
47253
  return typeof value == "string" ? value : "#{" + A.S(value) + "}";
47298
47254
  },
47299
- $signature: 118
47255
+ $signature: 138
47300
47256
  };
47301
47257
  A.Statement.prototype = {$isAstNode: 1};
47302
47258
  A.AtRootRule.prototype = {
@@ -49785,25 +49741,25 @@ self.util = _cliPkgRequires.util;
49785
49741
  call$1(module) {
49786
49742
  return module.get$functions(module).$index(0, this.name);
49787
49743
  },
49788
- $signature: 229
49744
+ $signature: 232
49789
49745
  };
49790
49746
  A.AsyncEnvironment__getMixinFromGlobalModule_closure.prototype = {
49791
49747
  call$1(module) {
49792
49748
  return module.get$mixins().$index(0, this.name);
49793
49749
  },
49794
- $signature: 229
49750
+ $signature: 232
49795
49751
  };
49796
49752
  A.AsyncEnvironment_toModule_closure.prototype = {
49797
49753
  call$1(modules) {
49798
49754
  return new A.MapKeySet(modules, type$.MapKeySet_Module_AsyncCallable);
49799
49755
  },
49800
- $signature: 232
49756
+ $signature: 236
49801
49757
  };
49802
49758
  A.AsyncEnvironment_toDummyModule_closure.prototype = {
49803
49759
  call$1(modules) {
49804
49760
  return new A.MapKeySet(modules, type$.MapKeySet_Module_AsyncCallable);
49805
49761
  },
49806
- $signature: 232
49762
+ $signature: 236
49807
49763
  };
49808
49764
  A._EnvironmentModule0.prototype = {
49809
49765
  get$url(_) {
@@ -49911,13 +49867,13 @@ self.util = _cliPkgRequires.util;
49911
49867
  call$1(module) {
49912
49868
  return module.get$transitivelyContainsCss();
49913
49869
  },
49914
- $signature: 139
49870
+ $signature: 111
49915
49871
  };
49916
49872
  A._EnvironmentModule__EnvironmentModule_closure10.prototype = {
49917
49873
  call$1(module) {
49918
49874
  return module.get$transitivelyContainsExtensions();
49919
49875
  },
49920
- $signature: 139
49876
+ $signature: 111
49921
49877
  };
49922
49878
  A.AsyncImportCache.prototype = {
49923
49879
  canonicalize$4$baseImporter$baseUrl$forImport(_, url, baseImporter, baseUrl, forImport) {
@@ -51149,25 +51105,25 @@ self.util = _cliPkgRequires.util;
51149
51105
  call$1(module) {
51150
51106
  return module.get$functions(module).$index(0, this.name);
51151
51107
  },
51152
- $signature: 224
51108
+ $signature: 227
51153
51109
  };
51154
51110
  A.Environment__getMixinFromGlobalModule_closure.prototype = {
51155
51111
  call$1(module) {
51156
51112
  return module.get$mixins().$index(0, this.name);
51157
51113
  },
51158
- $signature: 224
51114
+ $signature: 227
51159
51115
  };
51160
51116
  A.Environment_toModule_closure.prototype = {
51161
51117
  call$1(modules) {
51162
51118
  return new A.MapKeySet(modules, type$.MapKeySet_Module_Callable);
51163
51119
  },
51164
- $signature: 227
51120
+ $signature: 229
51165
51121
  };
51166
51122
  A.Environment_toDummyModule_closure.prototype = {
51167
51123
  call$1(modules) {
51168
51124
  return new A.MapKeySet(modules, type$.MapKeySet_Module_Callable);
51169
51125
  },
51170
- $signature: 227
51126
+ $signature: 229
51171
51127
  };
51172
51128
  A._EnvironmentModule.prototype = {
51173
51129
  get$url(_) {
@@ -51263,13 +51219,13 @@ self.util = _cliPkgRequires.util;
51263
51219
  call$1(module) {
51264
51220
  return module.get$functions(module);
51265
51221
  },
51266
- $signature: 252
51222
+ $signature: 260
51267
51223
  };
51268
51224
  A._EnvironmentModule__EnvironmentModule_closure2.prototype = {
51269
51225
  call$1(module) {
51270
51226
  return module.get$mixins();
51271
51227
  },
51272
- $signature: 252
51228
+ $signature: 260
51273
51229
  };
51274
51230
  A._EnvironmentModule__EnvironmentModule_closure3.prototype = {
51275
51231
  call$1(module) {
@@ -51796,7 +51752,7 @@ self.util = _cliPkgRequires.util;
51796
51752
  call$0() {
51797
51753
  var t1 = type$.String,
51798
51754
  t2 = A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.Option),
51799
- t3 = [],
51755
+ t3 = A._setArrayType([], type$.JSArray_Object),
51800
51756
  parser = new A.ArgParser(t2, A.LinkedHashMap_LinkedHashMap$_empty(t1, t1), new A.UnmodifiableMapView(t2, type$.UnmodifiableMapView_String_Option), new A.UnmodifiableMapView(A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ArgParser), type$.UnmodifiableMapView_String_ArgParser), t3, true, null);
51801
51757
  parser.addOption$2$hide("precision", true);
51802
51758
  parser.addFlag$2$hide("async", true);
@@ -51868,7 +51824,7 @@ self.util = _cliPkgRequires.util;
51868
51824
  }
51869
51825
  try {
51870
51826
  argVersion = A.Version_Version$parse(id);
51871
- sassVersion = A.Version_Version$parse("1.79.5");
51827
+ sassVersion = A.Version_Version$parse("1.79.6");
51872
51828
  if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
51873
51829
  A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
51874
51830
  J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
@@ -53214,7 +53170,7 @@ self.util = _cliPkgRequires.util;
53214
53170
  call$0() {
53215
53171
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
53216
53172
  },
53217
- $signature: 113
53173
+ $signature: 122
53218
53174
  };
53219
53175
  A.ExtensionStore_addExtension_closure0.prototype = {
53220
53176
  call$0() {
@@ -53238,13 +53194,13 @@ self.util = _cliPkgRequires.util;
53238
53194
  call$0() {
53239
53195
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
53240
53196
  },
53241
- $signature: 113
53197
+ $signature: 122
53242
53198
  };
53243
53199
  A.ExtensionStore_addExtensions_closure.prototype = {
53244
53200
  call$0() {
53245
53201
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector, type$.Extension);
53246
53202
  },
53247
- $signature: 113
53203
+ $signature: 122
53248
53204
  };
53249
53205
  A.ExtensionStore__extendComplex_closure.prototype = {
53250
53206
  call$1(path) {
@@ -54338,7 +54294,7 @@ self.util = _cliPkgRequires.util;
54338
54294
  call$1(channel) {
54339
54295
  return channel.name === this.channelName;
54340
54296
  },
54341
- $signature: 99
54297
+ $signature: 105
54342
54298
  };
54343
54299
  A.module_closure23.prototype = {
54344
54300
  call$1($arguments) {
@@ -54542,7 +54498,7 @@ self.util = _cliPkgRequires.util;
54542
54498
  call$1(info) {
54543
54499
  return this._box_0.name === info.name;
54544
54500
  },
54545
- $signature: 99
54501
+ $signature: 105
54546
54502
  };
54547
54503
  A._changeColor_closure.prototype = {
54548
54504
  call$0() {
@@ -54672,7 +54628,7 @@ self.util = _cliPkgRequires.util;
54672
54628
  call$1(channel) {
54673
54629
  return channel.name === this.channelName;
54674
54630
  },
54675
- $signature: 99
54631
+ $signature: 105
54676
54632
  };
54677
54633
  A._length_closure0.prototype = {
54678
54634
  call$1($arguments) {
@@ -55943,7 +55899,7 @@ self.util = _cliPkgRequires.util;
55943
55899
  t1._nonCanonicalRelativeUrls.$indexSet(0, _this.key, _this.url);
55944
55900
  return _0_0._0;
55945
55901
  },
55946
- $signature: 126
55902
+ $signature: 125
55947
55903
  };
55948
55904
  A.ImportCache__canonicalize_closure.prototype = {
55949
55905
  call$0() {
@@ -55966,7 +55922,7 @@ self.util = _cliPkgRequires.util;
55966
55922
  t1 = t5 == null ? t1 : t5.resolveUri$1(t1);
55967
55923
  return A.Stylesheet_Stylesheet$parse(t3, t4, _this.quiet ? $.$get$Logger_quiet() : t2._logger, t1);
55968
55924
  },
55969
- $signature: 101
55925
+ $signature: 81
55970
55926
  };
55971
55927
  A.ImportCache_humanize_closure.prototype = {
55972
55928
  call$1(result) {
@@ -56087,7 +56043,7 @@ self.util = _cliPkgRequires.util;
56087
56043
  }
56088
56044
  return t2.toUri$1(t1);
56089
56045
  },
56090
- $signature: 136
56046
+ $signature: 135
56091
56047
  };
56092
56048
  A.NoOpImporter.prototype = {};
56093
56049
  A.NodePackageImporter.prototype = {
@@ -57052,7 +57008,7 @@ self.util = _cliPkgRequires.util;
57052
57008
  call$1(child) {
57053
57009
  return A.join(this.path, A._asString(child), null);
57054
57010
  },
57055
- $signature: 112
57011
+ $signature: 126
57056
57012
  };
57057
57013
  A.listDir__closure0.prototype = {
57058
57014
  call$1(child) {
@@ -57412,7 +57368,7 @@ self.util = _cliPkgRequires.util;
57412
57368
  call$1(count) {
57413
57369
  return count - 5;
57414
57370
  },
57415
- $signature: 214
57371
+ $signature: 215
57416
57372
  };
57417
57373
  A.StderrLogger.prototype = {
57418
57374
  warn$4$deprecation$span$trace(_, message, deprecation, span, trace) {
@@ -57926,7 +57882,7 @@ self.util = _cliPkgRequires.util;
57926
57882
  t2.expectDone$0();
57927
57883
  return selectors;
57928
57884
  },
57929
- $signature: 127
57885
+ $signature: 113
57930
57886
  };
57931
57887
  A.MediaQueryParser.prototype = {
57932
57888
  parse$0(_) {
@@ -58669,7 +58625,7 @@ self.util = _cliPkgRequires.util;
58669
58625
  return this.withErrorMessage$1$2(message, callback, type$.dynamic);
58670
58626
  },
58671
58627
  wrapSpanFormatException$1$1(callback) {
58672
- var error, stackTrace, map, error0, stackTrace0, span, error1, stackTrace1, span0, secondarySpans, t1, t2, span1, description, _0_0, t3, exception, t4, _this = this,
58628
+ var error, stackTrace, map, error0, stackTrace0, span, secondarySpans, t1, t2, span0, description, _0_0, error1, stackTrace1, span1, t3, exception, t4, _this = this,
58673
58629
  _s8_ = "expected";
58674
58630
  try {
58675
58631
  try {
@@ -58689,37 +58645,37 @@ self.util = _cliPkgRequires.util;
58689
58645
  }
58690
58646
  } catch (exception) {
58691
58647
  t3 = A.unwrapException(exception);
58692
- if (type$.SourceSpanFormatException._is(t3)) {
58648
+ if (type$.MultiSourceSpanFormatException._is(t3)) {
58693
58649
  error0 = t3;
58694
58650
  stackTrace0 = A.getTraceFromException(exception);
58695
58651
  span = J.get$span$z(error0);
58696
- if (A.startsWithIgnoreCase(error0._span_exception$_message, _s8_))
58697
- span = _this._adjustExceptionSpan$1(span);
58698
- t1 = error0._span_exception$_message;
58699
- t2 = span;
58700
- A.throwWithTrace(new A.SassFormatException(B.Set_empty, t1, t2), error0, stackTrace0);
58701
- } else if (type$.MultiSourceSpanFormatException._is(t3)) {
58702
- error1 = t3;
58703
- stackTrace1 = A.getTraceFromException(exception);
58704
- span0 = J.get$span$z(error1);
58705
58652
  t3 = type$.FileSpan;
58706
58653
  t4 = type$.String;
58707
- secondarySpans = error1.get$secondarySpans().cast$2$0(0, t3, t4);
58708
- if (A.startsWithIgnoreCase(error1._span_exception$_message, _s8_)) {
58709
- span0 = _this._adjustExceptionSpan$1(span0);
58654
+ secondarySpans = error0.get$secondarySpans().cast$2$0(0, t3, t4);
58655
+ if (A.startsWithIgnoreCase(error0._span_exception$_message, _s8_)) {
58656
+ span = _this._adjustExceptionSpan$1(span);
58710
58657
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4);
58711
58658
  for (t3 = A.MapExtensions_get_pairs(secondarySpans, t3, t4), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
58712
58659
  t2 = t3.get$current(t3);
58713
- span1 = null;
58660
+ span0 = null;
58714
58661
  description = null;
58715
58662
  _0_0 = t2;
58716
- span1 = _0_0._0;
58663
+ span0 = _0_0._0;
58717
58664
  description = _0_0._1;
58718
- J.$indexSet$ax(t1, _this._adjustExceptionSpan$1(span1), description);
58665
+ J.$indexSet$ax(t1, _this._adjustExceptionSpan$1(span0), description);
58719
58666
  }
58720
58667
  secondarySpans = t1;
58721
58668
  }
58722
- A.throwWithTrace(A.MultiSpanSassFormatException$(error1._span_exception$_message, span0, error1.get$primaryLabel(), secondarySpans, null), error1, stackTrace1);
58669
+ A.throwWithTrace(A.MultiSpanSassFormatException$(error0._span_exception$_message, span, error0.get$primaryLabel(), secondarySpans, null), error0, stackTrace0);
58670
+ } else if (type$.SourceSpanFormatException._is(t3)) {
58671
+ error1 = t3;
58672
+ stackTrace1 = A.getTraceFromException(exception);
58673
+ span1 = J.get$span$z(error1);
58674
+ if (A.startsWithIgnoreCase(error1._span_exception$_message, _s8_))
58675
+ span1 = _this._adjustExceptionSpan$1(span1);
58676
+ t1 = error1._span_exception$_message;
58677
+ t2 = span1;
58678
+ A.throwWithTrace(new A.SassFormatException(B.Set_empty, t1, t2), error1, stackTrace1);
58723
58679
  } else
58724
58680
  throw exception;
58725
58681
  }
@@ -59002,38 +58958,38 @@ self.util = _cliPkgRequires.util;
59002
58958
  return _this.lastSilentComment = new A.SilentComment(t3.charCodeAt(0) == 0 ? t3 : t3, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
59003
58959
  },
59004
58960
  _loudComment$0() {
59005
- var t3, t4, t5, buffer, parentIndentation, t6, t7, first, beginningOfComment, t8, end, i, _1_0, _0_0, _this = this,
58961
+ var t2, t3, t4, buffer, parentIndentation, t5, t6, first, beginningOfComment, t7, end, i, _1_0, _0_0, endPosition, span, _this = this,
59006
58962
  t1 = _this.scanner,
59007
- t2 = t1._string_scanner$_position;
58963
+ start = new A._SpanScannerState(t1, t1._string_scanner$_position);
59008
58964
  t1.expect$1("/*");
59009
- t3 = new A.StringBuffer("");
59010
- t4 = A._setArrayType([], type$.JSArray_Object);
59011
- t5 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
59012
- buffer = new A.InterpolationBuffer(t3, t4, t5);
59013
- t3._contents = "" + "/*";
58965
+ t2 = new A.StringBuffer("");
58966
+ t3 = A._setArrayType([], type$.JSArray_Object);
58967
+ t4 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
58968
+ buffer = new A.InterpolationBuffer(t2, t3, t4);
58969
+ t2._contents = "" + "/*";
59014
58970
  parentIndentation = _this._currentIndentation;
59015
- for (t6 = t1.string, t7 = t6.length, first = true; true; first = false) {
58971
+ for (t5 = t1.string, t6 = t5.length, first = true; true; first = false) {
59016
58972
  if (first) {
59017
58973
  beginningOfComment = t1._string_scanner$_position;
59018
58974
  _this.spaces$0();
59019
- t8 = t1.peekChar$0();
59020
- if (t8 === 10 || t8 === 13 || t8 === 12) {
58975
+ t7 = t1.peekChar$0();
58976
+ if (t7 === 10 || t7 === 13 || t7 === 12) {
59021
58977
  _this._readIndentation$0();
59022
- t8 = A.Primitives_stringFromCharCode(32);
59023
- t3._contents += t8;
58978
+ t7 = A.Primitives_stringFromCharCode(32);
58979
+ t2._contents += t7;
59024
58980
  } else {
59025
58981
  end = t1._string_scanner$_position;
59026
- t3._contents += B.JSString_methods.substring$2(t6, beginningOfComment, end);
58982
+ t2._contents += B.JSString_methods.substring$2(t5, beginningOfComment, end);
59027
58983
  }
59028
58984
  } else {
59029
- t8 = t3._contents += "\n";
59030
- t3._contents = t8 + " * ";
58985
+ t7 = t2._contents += "\n";
58986
+ t2._contents = t7 + " * ";
59031
58987
  }
59032
58988
  for (i = 3; i < _this._currentIndentation - parentIndentation; ++i) {
59033
- t8 = A.Primitives_stringFromCharCode(32);
59034
- t3._contents += t8;
58989
+ t7 = A.Primitives_stringFromCharCode(32);
58990
+ t2._contents += t7;
59035
58991
  }
59036
- for (; t1._string_scanner$_position !== t7;) {
58992
+ for (; t1._string_scanner$_position !== t6;) {
59037
58993
  _1_0 = t1.peekChar$0();
59038
58994
  if (10 === _1_0 || 13 === _1_0 || 12 === _1_0)
59039
58995
  break;
@@ -59041,27 +58997,74 @@ self.util = _cliPkgRequires.util;
59041
58997
  if (t1.peekChar$1(1) === 123) {
59042
58998
  _0_0 = _this.singleInterpolation$0();
59043
58999
  buffer._flushText$0();
59044
- t4.push(_0_0._0);
59045
- t5.push(_0_0._1);
59000
+ t3.push(_0_0._0);
59001
+ t4.push(_0_0._1);
59002
+ } else {
59003
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
59004
+ t2._contents += t7;
59005
+ }
59006
+ continue;
59007
+ }
59008
+ if (42 === _1_0) {
59009
+ if (t1.peekChar$1(1) === 47) {
59010
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
59011
+ t2._contents += t3;
59012
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
59013
+ t2._contents += t3;
59014
+ endPosition = t1._string_scanner$_position;
59015
+ t2 = t1._sourceFile;
59016
+ t3 = start.position;
59017
+ span = new A._FileSpan(t2, t3, endPosition);
59018
+ span._FileSpan$3(t2, t3, endPosition);
59019
+ _this.whitespace$0();
59020
+ while (true) {
59021
+ t2 = t1.peekChar$0();
59022
+ if (!((t2 === 10 || t2 === 13 || t2 === 12) && _this._peekIndentation$0() > parentIndentation))
59023
+ break;
59024
+ for (; _this._lookingAtDoubleNewline$0();)
59025
+ _this._expectNewline$0();
59026
+ _this._readIndentation$0();
59027
+ _this.whitespace$0();
59028
+ }
59029
+ if (t1._string_scanner$_position !== t6) {
59030
+ t2 = t1.peekChar$0();
59031
+ t2 = !(t2 === 10 || t2 === 13 || t2 === 12);
59032
+ } else
59033
+ t2 = false;
59034
+ if (t2) {
59035
+ t2 = t1._string_scanner$_position;
59036
+ while (true) {
59037
+ if (t1._string_scanner$_position !== t6) {
59038
+ t3 = t1.peekChar$0();
59039
+ t3 = !(t3 === 10 || t3 === 13 || t3 === 12);
59040
+ } else
59041
+ t3 = false;
59042
+ if (!t3)
59043
+ break;
59044
+ t1.readChar$0();
59045
+ }
59046
+ throw A.wrapException(A.MultiSpanSassFormatException$("Unexpected text after end of comment", t1.spanFrom$1(new A._SpanScannerState(t1, t2)), "extra text", A.LinkedHashMap_LinkedHashMap$_literal([span, "comment"], type$.FileSpan, type$.String), null));
59047
+ } else
59048
+ return new A.LoudComment(buffer.interpolation$1(span));
59046
59049
  } else {
59047
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
59048
- t3._contents += t8;
59050
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
59051
+ t2._contents += t7;
59049
59052
  }
59050
59053
  continue;
59051
59054
  }
59052
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
59053
- t3._contents += t8;
59055
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
59056
+ t2._contents += t7;
59054
59057
  }
59055
59058
  if (_this._peekIndentation$0() <= parentIndentation)
59056
59059
  break;
59057
59060
  for (; _this._lookingAtDoubleNewline$0();) {
59058
59061
  _this._expectNewline$0();
59059
- t8 = t3._contents += "\n";
59060
- t3._contents = t8 + " *";
59062
+ t7 = t2._contents += "\n";
59063
+ t2._contents = t7 + " *";
59061
59064
  }
59062
59065
  _this._readIndentation$0();
59063
59066
  }
59064
- return new A.LoudComment(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))));
59067
+ return new A.LoudComment(buffer.interpolation$1(t1.spanFrom$1(start)));
59065
59068
  },
59066
59069
  whitespaceWithoutComments$0() {
59067
59070
  var t1, t2, next;
@@ -63100,7 +63103,7 @@ self.util = _cliPkgRequires.util;
63100
63103
  var t1 = this.$this;
63101
63104
  return t1.lookingAtIdentifier$0() ? t1._variableDeclarationWithNamespace$0() : t1.variableDeclarationWithoutNamespace$0();
63102
63105
  },
63103
- $signature: 239
63106
+ $signature: 252
63104
63107
  };
63105
63108
  A.StylesheetParser_parseUseRule_closure.prototype = {
63106
63109
  call$0() {
@@ -63128,7 +63131,7 @@ self.util = _cliPkgRequires.util;
63128
63131
  call$0() {
63129
63132
  return this.$this._statement$0();
63130
63133
  },
63131
- $signature: 135
63134
+ $signature: 112
63132
63135
  };
63133
63136
  A.StylesheetParser_variableDeclarationWithoutNamespace_closure.prototype = {
63134
63137
  call$0() {
@@ -63140,7 +63143,7 @@ self.util = _cliPkgRequires.util;
63140
63143
  call$0() {
63141
63144
  return this.declaration;
63142
63145
  },
63143
- $signature: 239
63146
+ $signature: 252
63144
63147
  };
63145
63148
  A.StylesheetParser__styleRule_closure.prototype = {
63146
63149
  call$2(children, span) {
@@ -63675,34 +63678,34 @@ self.util = _cliPkgRequires.util;
63675
63678
  var _this = this;
63676
63679
  return _this.$this.importCache.canonicalize$3$baseImporter$baseUrl(0, _this.url, _this.baseImporter, _this.baseUrl);
63677
63680
  },
63678
- $signature: 126
63681
+ $signature: 125
63679
63682
  };
63680
63683
  A.StylesheetGraph_addCanonical_closure.prototype = {
63681
63684
  call$0() {
63682
63685
  var _this = this;
63683
63686
  return _this.$this.importCache.importCanonical$3$originalUrl(_this.importer, _this.canonicalUrl, _this.originalUrl);
63684
63687
  },
63685
- $signature: 101
63688
+ $signature: 81
63686
63689
  };
63687
63690
  A.StylesheetGraph_reload_closure.prototype = {
63688
63691
  call$0() {
63689
63692
  return this.$this.importCache.importCanonical$2(this.node.importer, this.canonicalUrl);
63690
63693
  },
63691
- $signature: 101
63694
+ $signature: 81
63692
63695
  };
63693
63696
  A.StylesheetGraph__nodeFor_closure.prototype = {
63694
63697
  call$0() {
63695
63698
  var _this = this;
63696
63699
  return _this.$this.importCache.canonicalize$4$baseImporter$baseUrl$forImport(0, _this.url, _this.baseImporter, _this.baseUrl, _this.forImport);
63697
63700
  },
63698
- $signature: 126
63701
+ $signature: 125
63699
63702
  };
63700
63703
  A.StylesheetGraph__nodeFor_closure0.prototype = {
63701
63704
  call$0() {
63702
63705
  var t1 = this._box_0;
63703
63706
  return this.$this.importCache.importCanonical$3$originalUrl(t1.importer, t1.canonicalUrl, t1.originalUrl);
63704
63707
  },
63705
- $signature: 101
63708
+ $signature: 81
63706
63709
  };
63707
63710
  A.StylesheetNode.prototype = {
63708
63711
  StylesheetNode$_$4(_stylesheet, importer, canonicalUrl, allUpstream) {
@@ -72940,7 +72943,7 @@ self.util = _cliPkgRequires.util;
72940
72943
  });
72941
72944
  return A._asyncStartSync($async$call$1, $async$completer);
72942
72945
  },
72943
- $signature: 140
72946
+ $signature: 139
72944
72947
  };
72945
72948
  A._EvaluateVisitor__closure3.prototype = {
72946
72949
  call$2(variable, value) {
@@ -72995,7 +72998,7 @@ self.util = _cliPkgRequires.util;
72995
72998
  });
72996
72999
  return A._asyncStartSync($async$call$1, $async$completer);
72997
73000
  },
72998
- $signature: 140
73001
+ $signature: 139
72999
73002
  };
73000
73003
  A._EvaluateVisitor_run_closure0.prototype = {
73001
73004
  call$0() {
@@ -73226,7 +73229,7 @@ self.util = _cliPkgRequires.util;
73226
73229
  call$1(module) {
73227
73230
  return module.get$transitivelyContainsCss();
73228
73231
  },
73229
- $signature: 139
73232
+ $signature: 111
73230
73233
  };
73231
73234
  A._EvaluateVisitor__combineCss_closure2.prototype = {
73232
73235
  call$1(target) {
@@ -73854,7 +73857,7 @@ self.util = _cliPkgRequires.util;
73854
73857
  this.$this._async_evaluate$_registerCommentsForModule$1(module);
73855
73858
  this.$this._async_evaluate$_environment.forwardModule$2(module, this.node);
73856
73859
  },
73857
- $signature: 129
73860
+ $signature: 134
73858
73861
  };
73859
73862
  A._EvaluateVisitor_visitForwardRule_closure2.prototype = {
73860
73863
  call$2(module, firstLoad) {
@@ -73862,13 +73865,13 @@ self.util = _cliPkgRequires.util;
73862
73865
  this.$this._async_evaluate$_registerCommentsForModule$1(module);
73863
73866
  this.$this._async_evaluate$_environment.forwardModule$2(module, this.node);
73864
73867
  },
73865
- $signature: 129
73868
+ $signature: 134
73866
73869
  };
73867
73870
  A._EvaluateVisitor__registerCommentsForModule_closure0.prototype = {
73868
73871
  call$0() {
73869
73872
  return A._setArrayType([], type$.JSArray_CssComment);
73870
73873
  },
73871
- $signature: 205
73874
+ $signature: 209
73872
73875
  };
73873
73876
  A._EvaluateVisitor_visitIfRule_closure0.prototype = {
73874
73877
  call$1(clause) {
@@ -74020,13 +74023,13 @@ self.util = _cliPkgRequires.util;
74020
74023
  call$1(rule) {
74021
74024
  return rule.url.get$scheme() !== "sass";
74022
74025
  },
74023
- $signature: 209
74026
+ $signature: 212
74024
74027
  };
74025
74028
  A._EvaluateVisitor__visitDynamicImport__closure5.prototype = {
74026
74029
  call$1(rule) {
74027
74030
  return rule.url.get$scheme() !== "sass";
74028
74031
  },
74029
- $signature: 212
74032
+ $signature: 214
74030
74033
  };
74031
74034
  A._EvaluateVisitor__visitDynamicImport__closure6.prototype = {
74032
74035
  call$0() {
@@ -74661,7 +74664,7 @@ self.util = _cliPkgRequires.util;
74661
74664
  });
74662
74665
  return A._asyncStartSync($async$call$0, $async$completer);
74663
74666
  },
74664
- $signature: 215
74667
+ $signature: 218
74665
74668
  };
74666
74669
  A._EvaluateVisitor_visitVariableDeclaration_closure2.prototype = {
74667
74670
  call$0() {
@@ -74715,7 +74718,7 @@ self.util = _cliPkgRequires.util;
74715
74718
  t1._async_environment$_allModules.push(module);
74716
74719
  }
74717
74720
  },
74718
- $signature: 129
74721
+ $signature: 134
74719
74722
  };
74720
74723
  A._EvaluateVisitor_visitWarnRule_closure0.prototype = {
74721
74724
  call$0() {
@@ -75139,7 +75142,7 @@ self.util = _cliPkgRequires.util;
75139
75142
  call$1(argument) {
75140
75143
  return argument.accept$1(B.C_IsCalculationSafeVisitor);
75141
75144
  },
75142
- $signature: 122
75145
+ $signature: 114
75143
75146
  };
75144
75147
  A._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
75145
75148
  call$0() {
@@ -75437,7 +75440,7 @@ self.util = _cliPkgRequires.util;
75437
75440
  _this.named.$indexSet(0, key, _this.$this._async_evaluate$_withoutSlash$2(value, t1));
75438
75441
  _this.namedNodes.$indexSet(0, key, t1);
75439
75442
  },
75440
- $signature: 94
75443
+ $signature: 88
75441
75444
  };
75442
75445
  A._EvaluateVisitor__evaluateArguments_closure6.prototype = {
75443
75446
  call$1(value) {
@@ -75465,7 +75468,7 @@ self.util = _cliPkgRequires.util;
75465
75468
  t1 = _this.restArgs;
75466
75469
  _this.named.$indexSet(0, key, new A.ValueExpression(_this.$this._async_evaluate$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
75467
75470
  },
75468
- $signature: 94
75471
+ $signature: 88
75469
75472
  };
75470
75473
  A._EvaluateVisitor__evaluateMacroArguments_closure6.prototype = {
75471
75474
  call$1(value) {
@@ -75892,7 +75895,7 @@ self.util = _cliPkgRequires.util;
75892
75895
  call$1(targetLocations) {
75893
75896
  return A.InterpolationMap$(this.interpolation, targetLocations);
75894
75897
  },
75895
- $signature: 260
75898
+ $signature: 264
75896
75899
  };
75897
75900
  A._EvaluateVisitor__serialize_closure0.prototype = {
75898
75901
  call$0() {
@@ -75905,7 +75908,7 @@ self.util = _cliPkgRequires.util;
75905
75908
  var t1 = this.expression;
75906
75909
  return this.$this._async_evaluate$_environment.getVariableNode$2$namespace(t1.name, t1.namespace);
75907
75910
  },
75908
- $signature: 264
75911
+ $signature: 267
75909
75912
  };
75910
75913
  A._EvaluateVisitor__withoutSlash_recommendation0.prototype = {
75911
75914
  call$1(number) {
@@ -75923,7 +75926,7 @@ self.util = _cliPkgRequires.util;
75923
75926
  }
75924
75927
  return t1;
75925
75928
  },
75926
- $signature: 267
75929
+ $signature: 140
75927
75930
  };
75928
75931
  A._EvaluateVisitor__stackFrame_closure0.prototype = {
75929
75932
  call$1(url) {
@@ -78532,7 +78535,7 @@ self.util = _cliPkgRequires.util;
78532
78535
  return local;
78533
78536
  return t1._builtInFunctions.$index(0, normalizedName);
78534
78537
  },
78535
- $signature: 88
78538
+ $signature: 95
78536
78539
  };
78537
78540
  A._EvaluateVisitor_closure8.prototype = {
78538
78541
  call$1($arguments) {
@@ -78558,7 +78561,7 @@ self.util = _cliPkgRequires.util;
78558
78561
  t3 = this.module;
78559
78562
  return t1.getMixin$2$namespace(t2, t3 == null ? null : t3._string$_text);
78560
78563
  },
78561
- $signature: 88
78564
+ $signature: 95
78562
78565
  };
78563
78566
  A._EvaluateVisitor_closure9.prototype = {
78564
78567
  call$1($arguments) {
@@ -79124,7 +79127,7 @@ self.util = _cliPkgRequires.util;
79124
79127
  call$0() {
79125
79128
  return A._setArrayType([], type$.JSArray_CssComment);
79126
79129
  },
79127
- $signature: 205
79130
+ $signature: 209
79128
79131
  };
79129
79132
  A._EvaluateVisitor_visitIfRule_closure.prototype = {
79130
79133
  call$1(clause) {
@@ -79229,13 +79232,13 @@ self.util = _cliPkgRequires.util;
79229
79232
  call$1(rule) {
79230
79233
  return rule.url.get$scheme() !== "sass";
79231
79234
  },
79232
- $signature: 209
79235
+ $signature: 212
79233
79236
  };
79234
79237
  A._EvaluateVisitor__visitDynamicImport__closure1.prototype = {
79235
79238
  call$1(rule) {
79236
79239
  return rule.url.get$scheme() !== "sass";
79237
79240
  },
79238
- $signature: 212
79241
+ $signature: 214
79239
79242
  };
79240
79243
  A._EvaluateVisitor__visitDynamicImport__closure2.prototype = {
79241
79244
  call$0() {
@@ -79330,7 +79333,7 @@ self.util = _cliPkgRequires.util;
79330
79333
  var t1 = this.node;
79331
79334
  return this.$this._environment.getMixin$2$namespace(t1.name, t1.namespace);
79332
79335
  },
79333
- $signature: 88
79336
+ $signature: 95
79334
79337
  };
79335
79338
  A._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
79336
79339
  call$1($content) {
@@ -79670,13 +79673,13 @@ self.util = _cliPkgRequires.util;
79670
79673
  var t1 = this.node;
79671
79674
  return this.$this._environment.getFunction$2$namespace(t1.name, t1.namespace);
79672
79675
  },
79673
- $signature: 88
79676
+ $signature: 95
79674
79677
  };
79675
79678
  A._EvaluateVisitor_visitFunctionExpression_closure0.prototype = {
79676
79679
  call$1(argument) {
79677
79680
  return argument.accept$1(B.C_IsCalculationSafeVisitor);
79678
79681
  },
79679
- $signature: 122
79682
+ $signature: 114
79680
79683
  };
79681
79684
  A._EvaluateVisitor_visitFunctionExpression_closure1.prototype = {
79682
79685
  call$0() {
@@ -79851,7 +79854,7 @@ self.util = _cliPkgRequires.util;
79851
79854
  _this.named.$indexSet(0, key, _this.$this._withoutSlash$2(value, t1));
79852
79855
  _this.namedNodes.$indexSet(0, key, t1);
79853
79856
  },
79854
- $signature: 94
79857
+ $signature: 88
79855
79858
  };
79856
79859
  A._EvaluateVisitor__evaluateArguments_closure2.prototype = {
79857
79860
  call$1(value) {
@@ -79879,7 +79882,7 @@ self.util = _cliPkgRequires.util;
79879
79882
  t1 = _this.restArgs;
79880
79883
  _this.named.$indexSet(0, key, new A.ValueExpression(_this.$this._withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
79881
79884
  },
79882
- $signature: 94
79885
+ $signature: 88
79883
79886
  };
79884
79887
  A._EvaluateVisitor__evaluateMacroArguments_closure2.prototype = {
79885
79888
  call$1(value) {
@@ -80051,7 +80054,7 @@ self.util = _cliPkgRequires.util;
80051
80054
  call$1(targetLocations) {
80052
80055
  return A.InterpolationMap$(this.interpolation, targetLocations);
80053
80056
  },
80054
- $signature: 260
80057
+ $signature: 264
80055
80058
  };
80056
80059
  A._EvaluateVisitor__serialize_closure.prototype = {
80057
80060
  call$0() {
@@ -80064,7 +80067,7 @@ self.util = _cliPkgRequires.util;
80064
80067
  var t1 = this.expression;
80065
80068
  return this.$this._environment.getVariableNode$2$namespace(t1.name, t1.namespace);
80066
80069
  },
80067
- $signature: 264
80070
+ $signature: 267
80068
80071
  };
80069
80072
  A._EvaluateVisitor__withoutSlash_recommendation.prototype = {
80070
80073
  call$1(number) {
@@ -80082,7 +80085,7 @@ self.util = _cliPkgRequires.util;
80082
80085
  }
80083
80086
  return t1;
80084
80087
  },
80085
- $signature: 267
80088
+ $signature: 140
80086
80089
  };
80087
80090
  A._EvaluateVisitor__stackFrame_closure.prototype = {
80088
80091
  call$1(url) {
@@ -80448,7 +80451,7 @@ self.util = _cliPkgRequires.util;
80448
80451
  call$1(expression) {
80449
80452
  return expression.accept$1(this.$this);
80450
80453
  },
80451
- $signature: 122
80454
+ $signature: 114
80452
80455
  };
80453
80456
  A.RecursiveStatementVisitor.prototype = {
80454
80457
  visitAtRootRule$1(_, node) {
@@ -82735,7 +82738,7 @@ self.util = _cliPkgRequires.util;
82735
82738
  this.result.$indexSet(0, $name, value);
82736
82739
  return value;
82737
82740
  },
82738
- $signature: 132
82741
+ $signature: 128
82739
82742
  };
82740
82743
  A.TargetLineEntry.prototype = {
82741
82744
  toString$0(_) {
@@ -83266,7 +83269,7 @@ self.util = _cliPkgRequires.util;
83266
83269
  var t1 = highlight.span;
83267
83270
  return t1.get$start(t1).get$line() !== t1.get$end(t1).get$line();
83268
83271
  },
83269
- $signature: 114
83272
+ $signature: 119
83270
83273
  };
83271
83274
  A.Highlighter$__closure0.prototype = {
83272
83275
  call$1(line) {
@@ -83336,13 +83339,13 @@ self.util = _cliPkgRequires.util;
83336
83339
  var t1 = highlight.span;
83337
83340
  return t1.get$end(t1).get$line() < this.line.number;
83338
83341
  },
83339
- $signature: 114
83342
+ $signature: 119
83340
83343
  };
83341
83344
  A.Highlighter_highlight_closure.prototype = {
83342
83345
  call$1(highlight) {
83343
83346
  return highlight.isPrimary;
83344
83347
  },
83345
- $signature: 114
83348
+ $signature: 119
83346
83349
  };
83347
83350
  A.Highlighter__writeFileStart_closure.prototype = {
83348
83351
  call$0() {
@@ -84391,7 +84394,7 @@ self.util = _cliPkgRequires.util;
84391
84394
  if (!_this.super$StringScanner$scan(pattern))
84392
84395
  return false;
84393
84396
  t1 = _this.get$lastMatch();
84394
- newlines = _this._newlinesIn$1(t1.pattern);
84397
+ newlines = _this._newlinesIn$2$endPosition(t1.pattern, _this._string_scanner$_position);
84395
84398
  t1 = _this._line_scanner$_line;
84396
84399
  t2 = newlines.length;
84397
84400
  _this._line_scanner$_line = t1 + t2;
@@ -84405,10 +84408,11 @@ self.util = _cliPkgRequires.util;
84405
84408
  }
84406
84409
  return true;
84407
84410
  },
84408
- _newlinesIn$1(text) {
84411
+ _newlinesIn$2$endPosition(text, endPosition) {
84409
84412
  var t1 = $.$get$_newlineRegExp().allMatches$1(0, text),
84410
84413
  newlines = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E"));
84411
- if (this.peekChar$1(-1) === 13 && this.peekChar$0() === 10)
84414
+ t1 = this.string;
84415
+ if (endPosition < t1.length && B.JSString_methods.endsWith$1(text, "\r") && t1[endPosition] === "\n")
84412
84416
  B.JSArray_methods.removeLast$0(newlines);
84413
84417
  return newlines;
84414
84418
  }
@@ -86041,13 +86045,13 @@ self.util = _cliPkgRequires.util;
86041
86045
  call$1(module) {
86042
86046
  return module.get$transitivelyContainsCss();
86043
86047
  },
86044
- $signature: 111
86048
+ $signature: 131
86045
86049
  };
86046
86050
  A._EnvironmentModule__EnvironmentModule_closure22.prototype = {
86047
86051
  call$1(module) {
86048
86052
  return module.get$transitivelyContainsExtensions();
86049
86053
  },
86050
- $signature: 111
86054
+ $signature: 131
86051
86055
  };
86052
86056
  A._EvaluateVisitor2.prototype = {
86053
86057
  _EvaluateVisitor$6$functions$importCache$logger$nodeImporter$quietDeps$sourceMap2(functions, importCache, logger, nodeImporter, quietDeps, sourceMap) {
@@ -91483,7 +91487,7 @@ self.util = _cliPkgRequires.util;
91483
91487
  return local;
91484
91488
  return t1._async_evaluate0$_builtInFunctions.$index(0, normalizedName);
91485
91489
  },
91486
- $signature: 109
91490
+ $signature: 100
91487
91491
  };
91488
91492
  A._EvaluateVisitor_closure47.prototype = {
91489
91493
  call$1($arguments) {
@@ -91509,7 +91513,7 @@ self.util = _cliPkgRequires.util;
91509
91513
  t3 = this.module;
91510
91514
  return t1.getMixin$2$namespace(t2, t3 == null ? null : t3._string0$_text);
91511
91515
  },
91512
- $signature: 109
91516
+ $signature: 100
91513
91517
  };
91514
91518
  A._EvaluateVisitor_closure48.prototype = {
91515
91519
  call$1($arguments) {
@@ -91642,7 +91646,7 @@ self.util = _cliPkgRequires.util;
91642
91646
  throw A.wrapException("The variable $" + $name + " was configured twice.");
91643
91647
  t1.$indexSet(0, $name, new A.ConfiguredValue0(value, this.span, this.callableNode));
91644
91648
  },
91645
- $signature: 107
91649
+ $signature: 101
91646
91650
  };
91647
91651
  A._EvaluateVisitor__closure12.prototype = {
91648
91652
  call$2(module, _) {
@@ -91834,7 +91838,7 @@ self.util = _cliPkgRequires.util;
91834
91838
  call$1(previousLoad) {
91835
91839
  return this.$this._async_evaluate0$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
91836
91840
  },
91837
- $signature: 106
91841
+ $signature: 102
91838
91842
  };
91839
91843
  A._EvaluateVisitor__loadModule__closure6.prototype = {
91840
91844
  call$0() {
@@ -91916,7 +91920,7 @@ self.util = _cliPkgRequires.util;
91916
91920
  call$1(module) {
91917
91921
  return module.get$transitivelyContainsCss();
91918
91922
  },
91919
- $signature: 111
91923
+ $signature: 131
91920
91924
  };
91921
91925
  A._EvaluateVisitor__combineCss_closure6.prototype = {
91922
91926
  call$1(target) {
@@ -92292,7 +92296,7 @@ self.util = _cliPkgRequires.util;
92292
92296
  call$1(child) {
92293
92297
  return child.accept$1(this.$this);
92294
92298
  },
92295
- $signature: 105
92299
+ $signature: 103
92296
92300
  };
92297
92301
  A._EvaluateVisitor_visitAtRule_closure8.prototype = {
92298
92302
  call$1(value) {
@@ -92536,7 +92540,7 @@ self.util = _cliPkgRequires.util;
92536
92540
  call$1(child) {
92537
92541
  return child.accept$1(this.$this);
92538
92542
  },
92539
- $signature: 105
92543
+ $signature: 103
92540
92544
  };
92541
92545
  A._EvaluateVisitor_visitForwardRule_closure5.prototype = {
92542
92546
  call$2(module, firstLoad) {
@@ -92578,7 +92582,7 @@ self.util = _cliPkgRequires.util;
92578
92582
  call$1(child) {
92579
92583
  return child.accept$1(this.$this);
92580
92584
  },
92581
- $signature: 105
92585
+ $signature: 103
92582
92586
  };
92583
92587
  A._EvaluateVisitor__visitDynamicImport_closure2.prototype = {
92584
92588
  call$0() {
@@ -92703,7 +92707,7 @@ self.util = _cliPkgRequires.util;
92703
92707
  call$1(previousLoad) {
92704
92708
  return this.$this._async_evaluate0$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
92705
92709
  },
92706
- $signature: 106
92710
+ $signature: 102
92707
92711
  };
92708
92712
  A._EvaluateVisitor__visitDynamicImport__closure12.prototype = {
92709
92713
  call$1(rule) {
@@ -92928,7 +92932,7 @@ self.util = _cliPkgRequires.util;
92928
92932
  var t1 = this.node;
92929
92933
  return this.$this._async_evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
92930
92934
  },
92931
- $signature: 109
92935
+ $signature: 100
92932
92936
  };
92933
92937
  A._EvaluateVisitor_visitIncludeRule_closure9.prototype = {
92934
92938
  call$1($content) {
@@ -93350,7 +93354,7 @@ self.util = _cliPkgRequires.util;
93350
93354
  });
93351
93355
  return A._asyncStartSync($async$call$0, $async$completer);
93352
93356
  },
93353
- $signature: 215
93357
+ $signature: 218
93354
93358
  };
93355
93359
  A._EvaluateVisitor_visitVariableDeclaration_closure8.prototype = {
93356
93360
  call$0() {
@@ -93469,7 +93473,7 @@ self.util = _cliPkgRequires.util;
93469
93473
  call$1(child) {
93470
93474
  return child.accept$1(this.$this);
93471
93475
  },
93472
- $signature: 105
93476
+ $signature: 103
93473
93477
  };
93474
93478
  A._EvaluateVisitor_visitBinaryOperationExpression_closure2.prototype = {
93475
93479
  call$0() {
@@ -93822,7 +93826,7 @@ self.util = _cliPkgRequires.util;
93822
93826
  var t1 = this.node;
93823
93827
  return this.$this._async_evaluate0$_environment.getFunction$2$namespace(t1.name, t1.namespace);
93824
93828
  },
93825
- $signature: 109
93829
+ $signature: 100
93826
93830
  };
93827
93831
  A._EvaluateVisitor_visitFunctionExpression_closure9.prototype = {
93828
93832
  call$1(argument) {
@@ -94126,7 +94130,7 @@ self.util = _cliPkgRequires.util;
94126
94130
  _this.named.$indexSet(0, key, _this.$this._async_evaluate0$_withoutSlash$2(value, t1));
94127
94131
  _this.namedNodes.$indexSet(0, key, t1);
94128
94132
  },
94129
- $signature: 103
94133
+ $signature: 106
94130
94134
  };
94131
94135
  A._EvaluateVisitor__evaluateArguments_closure14.prototype = {
94132
94136
  call$1(value) {
@@ -94154,7 +94158,7 @@ self.util = _cliPkgRequires.util;
94154
94158
  t1 = _this.restArgs;
94155
94159
  _this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._async_evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
94156
94160
  },
94157
- $signature: 103
94161
+ $signature: 106
94158
94162
  };
94159
94163
  A._EvaluateVisitor__evaluateMacroArguments_closure14.prototype = {
94160
94164
  call$1(value) {
@@ -94174,7 +94178,7 @@ self.util = _cliPkgRequires.util;
94174
94178
  throw A.wrapException(t1._async_evaluate0$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
94175
94179
  }
94176
94180
  },
94177
- $signature: 107
94181
+ $signature: 101
94178
94182
  };
94179
94183
  A._EvaluateVisitor__verifyArguments_closure2.prototype = {
94180
94184
  call$0() {
@@ -97065,13 +97069,13 @@ self.util = _cliPkgRequires.util;
97065
97069
  call$1(channel0) {
97066
97070
  return A._angleValue0(channel0, "hue");
97067
97071
  },
97068
- $signature: 102
97072
+ $signature: 107
97069
97073
  };
97070
97074
  A._colorFromChannels_closure2.prototype = {
97071
97075
  call$1(channel0) {
97072
97076
  return A._angleValue0(channel0, "hue");
97073
97077
  },
97074
- $signature: 102
97078
+ $signature: 107
97075
97079
  };
97076
97080
  A._channelFromValue_closure0.prototype = {
97077
97081
  call$1(value) {
@@ -97116,7 +97120,7 @@ self.util = _cliPkgRequires.util;
97116
97120
  }
97117
97121
  return t1;
97118
97122
  },
97119
- $signature: 102
97123
+ $signature: 107
97120
97124
  };
97121
97125
  A._channelFunction_closure0.prototype = {
97122
97126
  call$1($arguments) {
@@ -97714,19 +97718,19 @@ self.util = _cliPkgRequires.util;
97714
97718
  call$1(thisArg) {
97715
97719
  return B.JSNumber_methods.round$0(J.get$dartValue$x(thisArg)._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "red"));
97716
97720
  },
97717
- $signature: 128
97721
+ $signature: 127
97718
97722
  };
97719
97723
  A.legacyColorClass_closure1.prototype = {
97720
97724
  call$1(thisArg) {
97721
97725
  return B.JSNumber_methods.round$0(J.get$dartValue$x(thisArg)._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "green"));
97722
97726
  },
97723
- $signature: 128
97727
+ $signature: 127
97724
97728
  };
97725
97729
  A.legacyColorClass_closure2.prototype = {
97726
97730
  call$1(thisArg) {
97727
97731
  return B.JSNumber_methods.round$0(J.get$dartValue$x(thisArg)._color0$_legacyChannel$2(B.RgbColorSpace_mlz0, "blue"));
97728
97732
  },
97729
- $signature: 128
97733
+ $signature: 127
97730
97734
  };
97731
97735
  A.legacyColorClass_closure3.prototype = {
97732
97736
  call$1(thisArg) {
@@ -97741,7 +97745,7 @@ self.util = _cliPkgRequires.util;
97741
97745
  t2 = t1.get$dartValue(thisArg);
97742
97746
  t1.set$dartValue(thisArg, t2.changeRgb$1$red(A.fuzzyRound0(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 255))));
97743
97747
  },
97744
- $signature: 100
97748
+ $signature: 108
97745
97749
  };
97746
97750
  A.legacyColorClass_closure5.prototype = {
97747
97751
  call$2(thisArg, value) {
@@ -97749,7 +97753,7 @@ self.util = _cliPkgRequires.util;
97749
97753
  t2 = t1.get$dartValue(thisArg);
97750
97754
  t1.set$dartValue(thisArg, t2.changeRgb$1$green(A.fuzzyRound0(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 255))));
97751
97755
  },
97752
- $signature: 100
97756
+ $signature: 108
97753
97757
  };
97754
97758
  A.legacyColorClass_closure6.prototype = {
97755
97759
  call$2(thisArg, value) {
@@ -97757,7 +97761,7 @@ self.util = _cliPkgRequires.util;
97757
97761
  t2 = t1.get$dartValue(thisArg);
97758
97762
  t1.set$dartValue(thisArg, t2.changeRgb$1$blue(A.fuzzyRound0(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 255))));
97759
97763
  },
97760
- $signature: 100
97764
+ $signature: 108
97761
97765
  };
97762
97766
  A.legacyColorClass_closure7.prototype = {
97763
97767
  call$2(thisArg, value) {
@@ -97765,7 +97769,7 @@ self.util = _cliPkgRequires.util;
97765
97769
  t2 = t1.get$dartValue(thisArg);
97766
97770
  t1.set$dartValue(thisArg, t2.changeRgb$1$alpha(isNaN(value) ? 0 : B.JSNumber_methods.clamp$2(value, 0, 1)));
97767
97771
  },
97768
- $signature: 100
97772
+ $signature: 108
97769
97773
  };
97770
97774
  A.SassColor0.prototype = {
97771
97775
  get$channels() {
@@ -98455,7 +98459,7 @@ self.util = _cliPkgRequires.util;
98455
98459
  t1.push(callable._readLocal$0());
98456
98460
  }
98457
98461
  },
98458
- $signature: 130
98462
+ $signature: 129
98459
98463
  };
98460
98464
  A._parseFunctions__closure2.prototype = {
98461
98465
  call$1($arguments) {
@@ -99479,7 +99483,7 @@ self.util = _cliPkgRequires.util;
99479
99483
  call$1(count) {
99480
99484
  return count - 5;
99481
99485
  },
99482
- $signature: 214
99486
+ $signature: 215
99483
99487
  };
99484
99488
  A.Deprecation1.prototype = {};
99485
99489
  A.deprecations_closure.prototype = {
@@ -100477,13 +100481,13 @@ self.util = _cliPkgRequires.util;
100477
100481
  call$1(module) {
100478
100482
  return module.get$transitivelyContainsCss();
100479
100483
  },
100480
- $signature: 131
100484
+ $signature: 130
100481
100485
  };
100482
100486
  A._EnvironmentModule__EnvironmentModule_closure16.prototype = {
100483
100487
  call$1(module) {
100484
100488
  return module.get$transitivelyContainsExtensions();
100485
100489
  },
100486
- $signature: 131
100490
+ $signature: 130
100487
100491
  };
100488
100492
  A.ErrorRule0.prototype = {
100489
100493
  accept$1$1(visitor) {
@@ -103067,14 +103071,14 @@ self.util = _cliPkgRequires.util;
103067
103071
  throw A.wrapException("The variable $" + $name + " was configured twice.");
103068
103072
  t1.$indexSet(0, $name, new A.ConfiguredValue0(value, this.span, this.callableNode));
103069
103073
  },
103070
- $signature: 107
103074
+ $signature: 101
103071
103075
  };
103072
103076
  A._EvaluateVisitor__closure8.prototype = {
103073
103077
  call$2(module, _) {
103074
103078
  var t1 = this.$this;
103075
103079
  return t1._evaluate0$_combineCss$2$clone(module, true).accept$1(t1);
103076
103080
  },
103077
- $signature: 108
103081
+ $signature: 109
103078
103082
  };
103079
103083
  A._EvaluateVisitor_closure37.prototype = {
103080
103084
  call$1($arguments) {
@@ -103171,7 +103175,7 @@ self.util = _cliPkgRequires.util;
103171
103175
  call$1(previousLoad) {
103172
103176
  return this.$this._evaluate0$_multiSpanException$3(this.message, "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
103173
103177
  },
103174
- $signature: 106
103178
+ $signature: 102
103175
103179
  };
103176
103180
  A._EvaluateVisitor__loadModule__closure4.prototype = {
103177
103181
  call$0() {
@@ -103236,7 +103240,7 @@ self.util = _cliPkgRequires.util;
103236
103240
  call$1(module) {
103237
103241
  return module.get$transitivelyContainsCss();
103238
103242
  },
103239
- $signature: 131
103243
+ $signature: 130
103240
103244
  };
103241
103245
  A._EvaluateVisitor__combineCss_closure4.prototype = {
103242
103246
  call$1(target) {
@@ -103498,7 +103502,7 @@ self.util = _cliPkgRequires.util;
103498
103502
  this.$this._evaluate0$_registerCommentsForModule$1(module);
103499
103503
  this.$this._evaluate0$_environment.forwardModule$2(module, this.node);
103500
103504
  },
103501
- $signature: 108
103505
+ $signature: 109
103502
103506
  };
103503
103507
  A._EvaluateVisitor_visitForwardRule_closure4.prototype = {
103504
103508
  call$2(module, firstLoad) {
@@ -103506,7 +103510,7 @@ self.util = _cliPkgRequires.util;
103506
103510
  this.$this._evaluate0$_registerCommentsForModule$1(module);
103507
103511
  this.$this._evaluate0$_environment.forwardModule$2(module, this.node);
103508
103512
  },
103509
- $signature: 108
103513
+ $signature: 109
103510
103514
  };
103511
103515
  A._EvaluateVisitor__registerCommentsForModule_closure1.prototype = {
103512
103516
  call$0() {
@@ -103610,7 +103614,7 @@ self.util = _cliPkgRequires.util;
103610
103614
  call$1(previousLoad) {
103611
103615
  return this.$this._evaluate0$_multiSpanException$3("This file is already being loaded.", "new load", A.LinkedHashMap_LinkedHashMap$_literal([previousLoad.get$span(previousLoad), "original load"], type$.FileSpan, type$.String));
103612
103616
  },
103613
- $signature: 106
103617
+ $signature: 102
103614
103618
  };
103615
103619
  A._EvaluateVisitor__visitDynamicImport__closure8.prototype = {
103616
103620
  call$1(rule) {
@@ -103915,7 +103919,7 @@ self.util = _cliPkgRequires.util;
103915
103919
  t1._environment0$_allModules.push(module);
103916
103920
  }
103917
103921
  },
103918
- $signature: 108
103922
+ $signature: 109
103919
103923
  };
103920
103924
  A._EvaluateVisitor_visitWarnRule_closure1.prototype = {
103921
103925
  call$0() {
@@ -104238,7 +104242,7 @@ self.util = _cliPkgRequires.util;
104238
104242
  _this.named.$indexSet(0, key, _this.$this._evaluate0$_withoutSlash$2(value, t1));
104239
104243
  _this.namedNodes.$indexSet(0, key, t1);
104240
104244
  },
104241
- $signature: 103
104245
+ $signature: 106
104242
104246
  };
104243
104247
  A._EvaluateVisitor__evaluateArguments_closure10.prototype = {
104244
104248
  call$1(value) {
@@ -104266,7 +104270,7 @@ self.util = _cliPkgRequires.util;
104266
104270
  t1 = _this.restArgs;
104267
104271
  _this.named.$indexSet(0, key, new A.ValueExpression0(_this.$this._evaluate0$_withoutSlash$2(value, _this.restNodeForSpan), t1.get$span(t1)));
104268
104272
  },
104269
- $signature: 103
104273
+ $signature: 106
104270
104274
  };
104271
104275
  A._EvaluateVisitor__evaluateMacroArguments_closure10.prototype = {
104272
104276
  call$1(value) {
@@ -104286,7 +104290,7 @@ self.util = _cliPkgRequires.util;
104286
104290
  throw A.wrapException(t1._evaluate0$_exception$2(string$.Variab_ + key.toString$0(0) + " is not a string in " + _this.map.toString$0(0) + ".", t2.get$span(t2)));
104287
104291
  }
104288
104292
  },
104289
- $signature: 107
104293
+ $signature: 101
104290
104294
  };
104291
104295
  A._EvaluateVisitor__verifyArguments_closure1.prototype = {
104292
104296
  call$0() {
@@ -105721,7 +105725,7 @@ self.util = _cliPkgRequires.util;
105721
105725
  call$0() {
105722
105726
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
105723
105727
  },
105724
- $signature: 134
105728
+ $signature: 133
105725
105729
  };
105726
105730
  A.ExtensionStore_addExtension_closure3.prototype = {
105727
105731
  call$0() {
@@ -105745,13 +105749,13 @@ self.util = _cliPkgRequires.util;
105745
105749
  call$0() {
105746
105750
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
105747
105751
  },
105748
- $signature: 134
105752
+ $signature: 133
105749
105753
  };
105750
105754
  A.ExtensionStore_addExtensions_closure0.prototype = {
105751
105755
  call$0() {
105752
105756
  return A.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
105753
105757
  },
105754
- $signature: 134
105758
+ $signature: 133
105755
105759
  };
105756
105760
  A.ExtensionStore__extendComplex_closure0.prototype = {
105757
105761
  call$1(path) {
@@ -106001,7 +106005,7 @@ self.util = _cliPkgRequires.util;
106001
106005
  }
106002
106006
  return t2.toUri$1(t1);
106003
106007
  },
106004
- $signature: 136
106008
+ $signature: 135
106005
106009
  };
106006
106010
  A.ForRule0.prototype = {
106007
106011
  accept$1$1(visitor) {
@@ -107349,7 +107353,7 @@ self.util = _cliPkgRequires.util;
107349
107353
  call$1(value) {
107350
107354
  return typeof value == "string" ? value : "#{" + A.S(value) + "}";
107351
107355
  },
107352
- $signature: 118
107356
+ $signature: 138
107353
107357
  };
107354
107358
  A.SupportsInterpolation0.prototype = {
107355
107359
  toInterpolation$0() {
@@ -107888,7 +107892,7 @@ self.util = _cliPkgRequires.util;
107888
107892
  call$1(child) {
107889
107893
  return A.join(this.path, A._asString(child), null);
107890
107894
  },
107891
- $signature: 112
107895
+ $signature: 126
107892
107896
  };
107893
107897
  A.listDir__closure2.prototype = {
107894
107898
  call$1(child) {
@@ -108051,7 +108055,7 @@ self.util = _cliPkgRequires.util;
108051
108055
  t2.expectDone$0();
108052
108056
  return selectors;
108053
108057
  },
108054
- $signature: 127
108058
+ $signature: 113
108055
108059
  };
108056
108060
  A.LabColorSpace0.prototype = {
108057
108061
  get$isBoundedInternal() {
@@ -108207,7 +108211,7 @@ self.util = _cliPkgRequires.util;
108207
108211
  t1.push(A.AsyncCallable_AsyncCallable$fromSignature(B.JSString_methods.trimLeft$0(signature), new A._parseFunctions__closure1(callback, context), false));
108208
108212
  }
108209
108213
  },
108210
- $signature: 130
108214
+ $signature: 129
108211
108215
  };
108212
108216
  A._parseFunctions__closure.prototype = {
108213
108217
  call$1($arguments) {
@@ -111374,7 +111378,7 @@ self.util = _cliPkgRequires.util;
111374
111378
  call$1($self) {
111375
111379
  return $self._number1$_value;
111376
111380
  },
111377
- $signature: 102
111381
+ $signature: 107
111378
111382
  };
111379
111383
  A.numberClass__closure1.prototype = {
111380
111384
  call$1($self) {
@@ -113222,7 +113226,7 @@ self.util = _cliPkgRequires.util;
113222
113226
  return this.withErrorMessage$1$2(message, callback, type$.dynamic);
113223
113227
  },
113224
113228
  wrapSpanFormatException$1$1(callback) {
113225
- var error, stackTrace, map, error0, stackTrace0, span, error1, stackTrace1, span0, secondarySpans, t1, t2, span1, description, _0_0, t3, exception, t4, _this = this,
113229
+ var error, stackTrace, map, error0, stackTrace0, span, secondarySpans, t1, t2, span0, description, _0_0, error1, stackTrace1, span1, t3, exception, t4, _this = this,
113226
113230
  _s8_ = "expected";
113227
113231
  try {
113228
113232
  try {
@@ -113242,37 +113246,37 @@ self.util = _cliPkgRequires.util;
113242
113246
  }
113243
113247
  } catch (exception) {
113244
113248
  t3 = A.unwrapException(exception);
113245
- if (type$.SourceSpanFormatException._is(t3)) {
113249
+ if (type$.MultiSourceSpanFormatException._is(t3)) {
113246
113250
  error0 = t3;
113247
113251
  stackTrace0 = A.getTraceFromException(exception);
113248
113252
  span = J.get$span$z(error0);
113249
- if (A.startsWithIgnoreCase0(error0._span_exception$_message, _s8_))
113250
- span = _this._parser1$_adjustExceptionSpan$1(span);
113251
- t1 = error0._span_exception$_message;
113252
- t2 = span;
113253
- A.throwWithTrace0(new A.SassFormatException0(B.Set_empty, t1, t2), error0, stackTrace0);
113254
- } else if (type$.MultiSourceSpanFormatException._is(t3)) {
113255
- error1 = t3;
113256
- stackTrace1 = A.getTraceFromException(exception);
113257
- span0 = J.get$span$z(error1);
113258
113253
  t3 = type$.FileSpan;
113259
113254
  t4 = type$.String;
113260
- secondarySpans = error1.get$secondarySpans().cast$2$0(0, t3, t4);
113261
- if (A.startsWithIgnoreCase0(error1._span_exception$_message, _s8_)) {
113262
- span0 = _this._parser1$_adjustExceptionSpan$1(span0);
113255
+ secondarySpans = error0.get$secondarySpans().cast$2$0(0, t3, t4);
113256
+ if (A.startsWithIgnoreCase0(error0._span_exception$_message, _s8_)) {
113257
+ span = _this._parser1$_adjustExceptionSpan$1(span);
113263
113258
  t1 = A.LinkedHashMap_LinkedHashMap$_empty(t3, t4);
113264
113259
  for (t3 = A.MapExtensions_get_pairs0(secondarySpans, t3, t4), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
113265
113260
  t2 = t3.get$current(t3);
113266
- span1 = null;
113261
+ span0 = null;
113267
113262
  description = null;
113268
113263
  _0_0 = t2;
113269
- span1 = _0_0._0;
113264
+ span0 = _0_0._0;
113270
113265
  description = _0_0._1;
113271
- J.$indexSet$ax(t1, _this._parser1$_adjustExceptionSpan$1(span1), description);
113266
+ J.$indexSet$ax(t1, _this._parser1$_adjustExceptionSpan$1(span0), description);
113272
113267
  }
113273
113268
  secondarySpans = t1;
113274
113269
  }
113275
- A.throwWithTrace0(A.MultiSpanSassFormatException$0(error1._span_exception$_message, span0, error1.get$primaryLabel(), secondarySpans, null), error1, stackTrace1);
113270
+ A.throwWithTrace0(A.MultiSpanSassFormatException$0(error0._span_exception$_message, span, error0.get$primaryLabel(), secondarySpans, null), error0, stackTrace0);
113271
+ } else if (type$.SourceSpanFormatException._is(t3)) {
113272
+ error1 = t3;
113273
+ stackTrace1 = A.getTraceFromException(exception);
113274
+ span1 = J.get$span$z(error1);
113275
+ if (A.startsWithIgnoreCase0(error1._span_exception$_message, _s8_))
113276
+ span1 = _this._parser1$_adjustExceptionSpan$1(span1);
113277
+ t1 = error1._span_exception$_message;
113278
+ t2 = span1;
113279
+ A.throwWithTrace0(new A.SassFormatException0(B.Set_empty, t1, t2), error1, stackTrace1);
113276
113280
  } else
113277
113281
  throw exception;
113278
113282
  }
@@ -113721,21 +113725,21 @@ self.util = _cliPkgRequires.util;
113721
113725
  this._this[$name] = A.allowInteropNamed($name, body);
113722
113726
  return null;
113723
113727
  },
113724
- $signature: 137
113728
+ $signature: 136
113725
113729
  };
113726
113730
  A.JSClassExtension_get_defineMethod_closure.prototype = {
113727
113731
  call$2($name, body) {
113728
113732
  J.get$$prototype$x(this._this)[$name] = A.allowInteropCaptureThisNamed($name, body);
113729
113733
  return null;
113730
113734
  },
113731
- $signature: 137
113735
+ $signature: 136
113732
113736
  };
113733
113737
  A.JSClassExtension_get_defineGetter_closure.prototype = {
113734
113738
  call$2($name, body) {
113735
113739
  A.defineGetter(J.get$$prototype$x(this._this), $name, body, null);
113736
113740
  return null;
113737
113741
  },
113738
- $signature: 137
113742
+ $signature: 136
113739
113743
  };
113740
113744
  A.RenderContext0.prototype = {};
113741
113745
  A.RenderContextOptions0.prototype = {};
@@ -114107,38 +114111,38 @@ self.util = _cliPkgRequires.util;
114107
114111
  return _this.lastSilentComment = new A.SilentComment0(t3.charCodeAt(0) == 0 ? t3 : t3, t1.spanFrom$1(new A._SpanScannerState(t1, t2)));
114108
114112
  },
114109
114113
  _sass0$_loudComment$0() {
114110
- var t3, t4, t5, buffer, parentIndentation, t6, t7, first, beginningOfComment, t8, end, i, _1_0, _0_0, _this = this,
114114
+ var t2, t3, t4, buffer, parentIndentation, t5, t6, first, beginningOfComment, t7, end, i, _1_0, _0_0, endPosition, span, _this = this,
114111
114115
  t1 = _this.scanner,
114112
- t2 = t1._string_scanner$_position;
114116
+ start = new A._SpanScannerState(t1, t1._string_scanner$_position);
114113
114117
  t1.expect$1("/*");
114114
- t3 = new A.StringBuffer("");
114115
- t4 = A._setArrayType([], type$.JSArray_Object);
114116
- t5 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
114117
- buffer = new A.InterpolationBuffer0(t3, t4, t5);
114118
- t3._contents = "" + "/*";
114118
+ t2 = new A.StringBuffer("");
114119
+ t3 = A._setArrayType([], type$.JSArray_Object);
114120
+ t4 = A._setArrayType([], type$.JSArray_nullable_FileSpan);
114121
+ buffer = new A.InterpolationBuffer0(t2, t3, t4);
114122
+ t2._contents = "" + "/*";
114119
114123
  parentIndentation = _this._sass0$_currentIndentation;
114120
- for (t6 = t1.string, t7 = t6.length, first = true; true; first = false) {
114124
+ for (t5 = t1.string, t6 = t5.length, first = true; true; first = false) {
114121
114125
  if (first) {
114122
114126
  beginningOfComment = t1._string_scanner$_position;
114123
114127
  _this.spaces$0();
114124
- t8 = t1.peekChar$0();
114125
- if (t8 === 10 || t8 === 13 || t8 === 12) {
114128
+ t7 = t1.peekChar$0();
114129
+ if (t7 === 10 || t7 === 13 || t7 === 12) {
114126
114130
  _this._sass0$_readIndentation$0();
114127
- t8 = A.Primitives_stringFromCharCode(32);
114128
- t3._contents += t8;
114131
+ t7 = A.Primitives_stringFromCharCode(32);
114132
+ t2._contents += t7;
114129
114133
  } else {
114130
114134
  end = t1._string_scanner$_position;
114131
- t3._contents += B.JSString_methods.substring$2(t6, beginningOfComment, end);
114135
+ t2._contents += B.JSString_methods.substring$2(t5, beginningOfComment, end);
114132
114136
  }
114133
114137
  } else {
114134
- t8 = t3._contents += "\n";
114135
- t3._contents = t8 + " * ";
114138
+ t7 = t2._contents += "\n";
114139
+ t2._contents = t7 + " * ";
114136
114140
  }
114137
114141
  for (i = 3; i < _this._sass0$_currentIndentation - parentIndentation; ++i) {
114138
- t8 = A.Primitives_stringFromCharCode(32);
114139
- t3._contents += t8;
114142
+ t7 = A.Primitives_stringFromCharCode(32);
114143
+ t2._contents += t7;
114140
114144
  }
114141
- for (; t1._string_scanner$_position !== t7;) {
114145
+ for (; t1._string_scanner$_position !== t6;) {
114142
114146
  _1_0 = t1.peekChar$0();
114143
114147
  if (10 === _1_0 || 13 === _1_0 || 12 === _1_0)
114144
114148
  break;
@@ -114146,27 +114150,74 @@ self.util = _cliPkgRequires.util;
114146
114150
  if (t1.peekChar$1(1) === 123) {
114147
114151
  _0_0 = _this.singleInterpolation$0();
114148
114152
  buffer._interpolation_buffer0$_flushText$0();
114149
- t4.push(_0_0._0);
114150
- t5.push(_0_0._1);
114153
+ t3.push(_0_0._0);
114154
+ t4.push(_0_0._1);
114151
114155
  } else {
114152
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
114153
- t3._contents += t8;
114156
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
114157
+ t2._contents += t7;
114154
114158
  }
114155
114159
  continue;
114156
114160
  }
114157
- t8 = A.Primitives_stringFromCharCode(t1.readChar$0());
114158
- t3._contents += t8;
114161
+ if (42 === _1_0) {
114162
+ if (t1.peekChar$1(1) === 47) {
114163
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
114164
+ t2._contents += t3;
114165
+ t3 = A.Primitives_stringFromCharCode(t1.readChar$0());
114166
+ t2._contents += t3;
114167
+ endPosition = t1._string_scanner$_position;
114168
+ t2 = t1._sourceFile;
114169
+ t3 = start.position;
114170
+ span = new A._FileSpan(t2, t3, endPosition);
114171
+ span._FileSpan$3(t2, t3, endPosition);
114172
+ _this.whitespace$0();
114173
+ while (true) {
114174
+ t2 = t1.peekChar$0();
114175
+ if (!((t2 === 10 || t2 === 13 || t2 === 12) && _this._sass0$_peekIndentation$0() > parentIndentation))
114176
+ break;
114177
+ for (; _this._sass0$_lookingAtDoubleNewline$0();)
114178
+ _this._sass0$_expectNewline$0();
114179
+ _this._sass0$_readIndentation$0();
114180
+ _this.whitespace$0();
114181
+ }
114182
+ if (t1._string_scanner$_position !== t6) {
114183
+ t2 = t1.peekChar$0();
114184
+ t2 = !(t2 === 10 || t2 === 13 || t2 === 12);
114185
+ } else
114186
+ t2 = false;
114187
+ if (t2) {
114188
+ t2 = t1._string_scanner$_position;
114189
+ while (true) {
114190
+ if (t1._string_scanner$_position !== t6) {
114191
+ t3 = t1.peekChar$0();
114192
+ t3 = !(t3 === 10 || t3 === 13 || t3 === 12);
114193
+ } else
114194
+ t3 = false;
114195
+ if (!t3)
114196
+ break;
114197
+ t1.readChar$0();
114198
+ }
114199
+ throw A.wrapException(A.MultiSpanSassFormatException$0("Unexpected text after end of comment", t1.spanFrom$1(new A._SpanScannerState(t1, t2)), "extra text", A.LinkedHashMap_LinkedHashMap$_literal([span, "comment"], type$.FileSpan, type$.String), null));
114200
+ } else
114201
+ return new A.LoudComment0(buffer.interpolation$1(span));
114202
+ } else {
114203
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
114204
+ t2._contents += t7;
114205
+ }
114206
+ continue;
114207
+ }
114208
+ t7 = A.Primitives_stringFromCharCode(t1.readChar$0());
114209
+ t2._contents += t7;
114159
114210
  }
114160
114211
  if (_this._sass0$_peekIndentation$0() <= parentIndentation)
114161
114212
  break;
114162
114213
  for (; _this._sass0$_lookingAtDoubleNewline$0();) {
114163
114214
  _this._sass0$_expectNewline$0();
114164
- t8 = t3._contents += "\n";
114165
- t3._contents = t8 + " *";
114215
+ t7 = t2._contents += "\n";
114216
+ t2._contents = t7 + " *";
114166
114217
  }
114167
114218
  _this._sass0$_readIndentation$0();
114168
114219
  }
114169
- return new A.LoudComment0(buffer.interpolation$1(t1.spanFrom$1(new A._SpanScannerState(t1, t2))));
114220
+ return new A.LoudComment0(buffer.interpolation$1(t1.spanFrom$1(start)));
114170
114221
  },
114171
114222
  whitespaceWithoutComments$0() {
114172
114223
  var t1, t2, next;
@@ -114380,13 +114431,13 @@ self.util = _cliPkgRequires.util;
114380
114431
  call$1(_) {
114381
114432
  return A._translateReturnValue(this.main.call$0());
114382
114433
  },
114383
- $signature: 81
114434
+ $signature: 99
114384
114435
  };
114385
114436
  A._wrapMain_closure0.prototype = {
114386
114437
  call$1(args) {
114387
114438
  return A._translateReturnValue(this.main.call$1(A.List_List$from(type$.List_dynamic._as(args), true, type$.String)));
114388
114439
  },
114389
- $signature: 81
114440
+ $signature: 99
114390
114441
  };
114391
114442
  A.ScssParser0.prototype = {
114392
114443
  get$indented() {
@@ -122056,7 +122107,7 @@ self.util = _cliPkgRequires.util;
122056
122107
  call$0() {
122057
122108
  return this.$this._stylesheet0$_statement$0();
122058
122109
  },
122059
- $signature: 138
122110
+ $signature: 137
122060
122111
  };
122061
122112
  A.StylesheetParser_variableDeclarationWithoutNamespace_closure1.prototype = {
122062
122113
  call$0() {
@@ -123012,7 +123063,7 @@ self.util = _cliPkgRequires.util;
123012
123063
  this.map.$indexSet(0, key, value);
123013
123064
  return value;
123014
123065
  },
123015
- $signature: 130
123066
+ $signature: 129
123016
123067
  };
123017
123068
  A._RequireMain0.prototype = {};
123018
123069
  A.indent_closure0.prototype = {
@@ -123118,7 +123169,7 @@ self.util = _cliPkgRequires.util;
123118
123169
  call$1($self) {
123119
123170
  return J.toString$0$($self);
123120
123171
  },
123121
- $signature: 118
123172
+ $signature: 138
123122
123173
  };
123123
123174
  A.valueClass__closure0.prototype = {
123124
123175
  call$1($self) {
@@ -123833,9 +123884,9 @@ self.util = _cliPkgRequires.util;
123833
123884
  _instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 9);
123834
123885
  _instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 9);
123835
123886
  _instance_1_u(A.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 9);
123836
- _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 119);
123837
- _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 119);
123838
- _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 119);
123887
+ _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 118);
123888
+ _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 118);
123889
+ _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 118);
123839
123890
  _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0);
123840
123891
  _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 77);
123841
123892
  _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 76);
@@ -123909,7 +123960,7 @@ self.util = _cliPkgRequires.util;
123909
123960
  _instance_1_u(A.MapBase.prototype, "get$containsKey", "containsKey$1", 9);
123910
123961
  _instance_1_u(A.MapView.prototype, "get$containsKey", "containsKey$1", 9);
123911
123962
  _instance_1_i(A.UnmodifiableSetView.prototype, "get$contains", "contains$1", 9);
123912
- _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 81);
123963
+ _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 99);
123913
123964
  _instance_1_u(A._JsonMap.prototype, "get$containsKey", "containsKey$1", 9);
123914
123965
  _static_1(A, "core__identityHashCode$closure", "identityHashCode", 266);
123915
123966
  _static_2(A, "core__identical$closure", "identical", 265);
@@ -123954,16 +124005,16 @@ self.util = _cliPkgRequires.util;
123954
124005
  _instance_0_u(_, "get$string", "string$0", 30);
123955
124006
  _instance(_, "get$error", 1, 2, function() {
123956
124007
  return [null];
123957
- }, ["call$3", "call$2"], ["error$3", "error$2"], 218, 0, 0);
124008
+ }, ["call$3", "call$2"], ["error$3", "error$2"], 224, 0, 0);
123958
124009
  _instance_0_u(A.SassParser.prototype, "get$loudComment", "loudComment$0", 0);
123959
124010
  _instance(_ = A.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 345, 0, 0);
123960
- _instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 135);
123961
- _instance_0_u(_, "get$_functionChild", "_functionChild$0", 135);
124011
+ _instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 112);
124012
+ _instance_0_u(_, "get$_functionChild", "_functionChild$0", 112);
123962
124013
  _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"], 348, 0, 0);
123963
124014
  _instance_0_u(_, "get$_number", "_number$0", 350);
123964
124015
  _instance(A.LazyFileSpan.prototype, "get$message", 1, 1, function() {
123965
124016
  return {color: null};
123966
- }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 133, 0, 0);
124017
+ }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 132, 0, 0);
123967
124018
  _instance_1_u(A.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 9);
123968
124019
  _instance_1_u(A.MergedMapView.prototype, "get$containsKey", "containsKey$1", 9);
123969
124020
  _instance(A.MultiSpan.prototype, "get$message", 1, 1, function() {
@@ -123976,7 +124027,7 @@ self.util = _cliPkgRequires.util;
123976
124027
  _instance_1_u(A.UnprefixedMapView.prototype, "get$containsKey", "containsKey$1", 9);
123977
124028
  _static_1(A, "utils__isPublic$closure", "isPublic", 5);
123978
124029
  _static_1(A, "calculation_SassCalculation__simplify$closure", "SassCalculation__simplify", 73);
123979
- _instance_1_u(A.ColorChannel.prototype, "get$isAnalogous", "isAnalogous$1", 99);
124030
+ _instance_1_u(A.ColorChannel.prototype, "get$isAnalogous", "isAnalogous$1", 105);
123980
124031
  _instance_1_u(A.SrgbColorSpace.prototype, "get$toLinear", "toLinear$1", 15);
123981
124032
  _instance_1_u(A.AnySelectorVisitor.prototype, "get$visitComplexSelector", "visitComplexSelector$1", 19);
123982
124033
  _instance(_ = A._EvaluateVisitor0.prototype, "get$_async_evaluate$_interpolationToValue", 0, 1, null, ["call$3$trim$warnForColor", "call$1", "call$2$warnForColor"], ["_async_evaluate$_interpolationToValue$3$trim$warnForColor", "_async_evaluate$_interpolationToValue$1", "_async_evaluate$_interpolationToValue$2$warnForColor"], 420, 0, 0);
@@ -123997,11 +124048,11 @@ self.util = _cliPkgRequires.util;
123997
124048
  _instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor.T?(List<Statement>)");
123998
124049
  _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
123999
124050
  return {color: null};
124000
- }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 133, 0, 0);
124001
- _static_1(A, "frame_Frame___parseVM_tearOff$closure", "Frame___parseVM_tearOff", 95);
124002
- _static_1(A, "frame_Frame___parseV8_tearOff$closure", "Frame___parseV8_tearOff", 95);
124003
- _static_1(A, "frame_Frame___parseFirefox_tearOff$closure", "Frame___parseFirefox_tearOff", 95);
124004
- _static_1(A, "frame_Frame___parseFriendly_tearOff$closure", "Frame___parseFriendly_tearOff", 95);
124051
+ }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 132, 0, 0);
124052
+ _static_1(A, "frame_Frame___parseVM_tearOff$closure", "Frame___parseVM_tearOff", 94);
124053
+ _static_1(A, "frame_Frame___parseV8_tearOff$closure", "Frame___parseV8_tearOff", 94);
124054
+ _static_1(A, "frame_Frame___parseFirefox_tearOff$closure", "Frame___parseFirefox_tearOff", 94);
124055
+ _static_1(A, "frame_Frame___parseFriendly_tearOff$closure", "Frame___parseFriendly_tearOff", 94);
124005
124056
  _static_1(A, "trace_Trace___parseVM_tearOff$closure", "Trace___parseVM_tearOff", 268);
124006
124057
  _static_1(A, "trace_Trace___parseFriendly_tearOff$closure", "Trace___parseFriendly_tearOff", 268);
124007
124058
  _static(A, "from_handlers__TransformByHandlers__defaultHandleError$closure", 3, null, ["call$1$3", "call$3"], ["TransformByHandlers__defaultHandleError", function(error, stackTrace, sink) {
@@ -124050,7 +124101,7 @@ self.util = _cliPkgRequires.util;
124050
124101
  _static_1(A, "immutable__jsToDartList$closure", "jsToDartList", 657);
124051
124102
  _instance(A.LazyFileSpan0.prototype, "get$message", 1, 1, function() {
124052
124103
  return {color: null};
124053
- }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 133, 0, 0);
124104
+ }, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 132, 0, 0);
124054
124105
  _static_2(A, "legacy__render$closure", "render", 658);
124055
124106
  _static_1(A, "legacy__renderSync$closure", "renderSync", 659);
124056
124107
  _instance_1_u(A.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
@@ -124069,7 +124120,7 @@ self.util = _cliPkgRequires.util;
124069
124120
  _instance_0_u(_, "get$string", "string$0", 30);
124070
124121
  _instance(_, "get$error", 1, 2, function() {
124071
124122
  return [null];
124072
- }, ["call$3", "call$2"], ["error$3", "error$2"], 218, 0, 0);
124123
+ }, ["call$3", "call$2"], ["error$3", "error$2"], 224, 0, 0);
124073
124124
  _instance_1_u(A.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 9);
124074
124125
  _instance_1_u(A.PseudoSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
124075
124126
  _instance_1_u(A.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 9);
@@ -124091,8 +124142,8 @@ self.util = _cliPkgRequires.util;
124091
124142
  _instance_1_i(_ = A.StatementSearchVisitor0.prototype, "get$visitContentBlock", "visitContentBlock$1", "StatementSearchVisitor0.T?(ContentBlock0)");
124092
124143
  _instance_1_u(_, "get$visitChildren", "visitChildren$1", "StatementSearchVisitor0.T?(List<Statement0>)");
124093
124144
  _instance(_ = A.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 589, 0, 0);
124094
- _instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 138);
124095
- _instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 138);
124145
+ _instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 137);
124146
+ _instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 137);
124096
124147
  _instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0", 591);
124097
124148
  _instance_1_u(A.TypeSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
124098
124149
  _instance_1_u(A.UniversalSelector0.prototype, "get$isSuperselector", "isSuperselector$1", 14);
@@ -124121,7 +124172,7 @@ self.util = _cliPkgRequires.util;
124121
124172
  var _null = null;
124122
124173
  return A.absolute(part1, part2, part3, part4, part5, part6, _null, _null, _null, _null, _null, _null, _null, _null, _null);
124123
124174
  }], 663, 0);
124124
- _static_1(A, "path__toUri$closure", "toUri", 136);
124175
+ _static_1(A, "path__toUri$closure", "toUri", 135);
124125
124176
  _static_1(A, "path__prettyUri$closure", "prettyUri", 664);
124126
124177
  _static_2(A, "number0__fuzzyLessThan$closure", "fuzzyLessThan", 47);
124127
124178
  _static_2(A, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals", 47);
@@ -124365,7 +124416,7 @@ self.util = _cliPkgRequires.util;
124365
124416
  typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
124366
124417
  mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map"},
124367
124418
  mangledNames: {},
124368
- types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "bool(String)", "String(String)", "bool(CssNode)", "bool(CssNode0)", "bool(Object?)", "int()", "SassBoolean0(List<Value0>)", "SassBoolean(List<Value>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "double(double)", "JSClass0()", "SassString0(List<Value0>)", "SassString(List<Value>)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "bool()", "SassNumber0(List<Value0>)", "SassColor(List<Value>)", "SassNumber(List<Value>)", "SassColor0(List<Value0>)", "SassList(List<Value>)", "SassList0(List<Value0>)", "double(SassColor0)", "Future<~>()", "String()", "FileSpan()", "bool(int?)", "SassMap0(List<Value0>)", "~(Object?)", "SassMap(List<Value>)", "Object?()", "Null(~())", "Value()", "int(SassColor0)", "Future<Null>(Future<~>())", "Value(Value)", "Value0(Value0)", "Value0?()", "Value?()", "Uri(Uri)", "double(SassColor)", "bool(num,num)", "String?()", "bool(int)", "Value0()", "bool(ComplexSelectorComponent0)", "SassNumber0(SassNumber0)", "SassNumber(SassNumber)", "bool(ComplexSelectorComponent)", "Null(Object,StackTrace)", "bool(Value0)", "ValueExpression(Value)", "~(Value)", "double(double,double)", "int(SassColor)", "~(Value0)", "ComplexSelector(ComplexSelector)", "ValueExpression0(Value0)", "@()", "Null(@)", "ComplexSelector0(ComplexSelector0)", "Future<Value?>()", "Frame()", "bool(Object)", "bool(Value)", "Future<Value0?>()", "Future<Value0>()", "Object(Object)", "bool(SelectorList)", "bool(ColorChannel0)", "~(Object,StackTrace)", "~(@)", "bool(SelectorList0)", "Future<Value>()", "Callable?()", "@(@)", "~(String)", "Null([Object?])", "~(Object)", "AsyncCallable?()", "Value?(Statement)", "~(Value,Value)", "Callable0?()", "SassRuntimeException(AstNode)", "Future<Value?>(Statement)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "~([int?])", "int(Uri)", "~(String,Value)", "Frame(String)", "~(Module0<Callable0>,bool)", "Object()", "Future<Value0>(List<Value0>)", "bool(ColorChannel)", "Null(_NodeSassColor,num)", "Stylesheet?()", "double(SassNumber0)", "~(String,Value0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Future<Value0?>(Statement0)", "SassRuntimeException0(AstNode0)", "~(Value0,Value0)", "~(Module1<Callable>,bool)", "AsyncCallable0?()", "Value0?(Statement0)", "bool(Module1<AsyncCallable0>)", "String(@)", "Map<ComplexSelector,Extension>()", "bool(_Highlight)", "String(Expression)", "Null(Module1<AsyncCallable0>,bool)", "bool(Module0<Callable0>)", "String(Object)", "~(~())", "String(Expression0)", "bool(Expression0)", "bool(Expression)", "SassCalculation0(Object)", "double(SassNumber)", "bool(@)", "+originalUrl(Importer,Uri,Uri)?()", "List<String>()", "int(_NodeSassColor)", "Null(Module0<AsyncCallable>,bool)", "~(String,Object?)", "bool(Module1<Callable>)", "~(String,@)", "String(String{color:Object?})", "Map<ComplexSelector0,Extension0>()", "Statement()", "Uri(String)", "~(String,Function)", "Statement0()", "bool(Module0<AsyncCallable>)", "Future<~>(List<Value>)", "AtRootRule(List<Statement>,FileSpan)", "~(List<Value>)", "AtRule(List<Statement>,FileSpan)", "String?(String?)", "SassNumber()", "String?(Object)", "Expression(Expression)", "String(String{color:@})", "~(double?[String?])", "Entry(Entry)", "int(Frame)", "String(Frame)", "~(Iterable<ExtensionStore>)", "Trace()", "bool(Frame)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "List<Extension>()", "Callable?(Module1<Callable>)", "bool(Queue<List<ComplexSelectorComponent>>)", "double(double,String)", "AstNode(AstNode)", "AsyncCallable0?(Module1<AsyncCallable0>)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "SassFunction(List<Value>)", "AstNode0(AstNode0)", "Future<~>?()", "~(@,@)", "SassFunction0(List<Value0>)", "SassMixin(List<Value>)", "SassMixin0(List<Value0>)", "Future<~>(List<Value0>)", "Iterable<String>()", "Iterable<String>(String)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "~(Object[StackTrace?])", "bool(String?)", "~([Object?])", "DateTime()", "Future<SassNumber0>()", "List<ExtensionStore>()", "List<CssComment0>()", "bool(UseRule0)", "bool(ForwardRule0)", "Uri?/()", "bool(ModifiableCssParentNode)", "~(Uint8List,String,int)", "~(String[~])", "String(double)", "~(Object?,Object?)", "double()", "Future<Value>(List<Value>)", "bool(Statement)", "InterpolationMap0(List<SourceLocation>)", "AstNode0?()", "String(SassNumber0)", "0&(Object[Object?])", "0&(@[@])", "double(Value)", "Future<SassNumber>()", "Object(CalculationOperation0)", "int(ComplexSelector)", "bool(Import)", "List<CssComment>()", "int(String,String)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "bool(UseRule)", "String(Value0)", "double(Value0)", "bool(ForwardRule)", "ImmutableList0(SassColor0)", "int(int)", "Future<String>()", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "0&(String,FileSpan[StackTrace?])", "Set<0&>(Object)", "Version(String)", "~(Iterable<ExtensionStore0>)", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "Map<String,Callable>(Module1<Callable>)", "Callable0?(Module0<Callable0>)", "Iterable<String>(@)", "~(List<Value0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "Value0?(Value0)", "AsyncCallable?(Module0<AsyncCallable>)", "SassNumber0()", "String(_NodeException)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "List<Extension0>()", "Uri?()", "bool(Queue<List<ComplexSelectorComponent0>>)", "@(String)", "bool(Statement0)", "bool(Import0)", "VariableDeclaration()", "@(Value0,num)", "Value0(int)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList0(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "double(SassNumber0,SassNumber0[String?,String?])", "int(ComplexSelector0)", "Map<String,Callable0>(Module0<Callable0>)", "Expression0(Expression0)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "JSUrl0(Uri)", "String(FileSpan)", "int(SourceLocation)", "InterpolationMap(List<SourceLocation>)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "AstNode?()", "bool(Object?,Object?)", "int(Object?)", "String(SassNumber)", "Trace(String)", "Set<0^>()<Object?>", "Future<Object>()", "~(Module0<AsyncCallable>,bool)", "Value(Expression)", "Map<String,AstNode>(Module0<AsyncCallable>)", "~(ContentBlock)", "~(List<Statement>)", "SassString(SimpleSelector)", "SassString(int)", "~(CssMediaQuery)", "Set<int>(CssParentNode)", "SassString(String)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "Null(@,StackTrace)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "Null(Function,Function)", "String(Trace)", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "bool(+originalUrl(Importer,Uri,Uri))", "Frame(String,String)", "Uri(+originalUrl(Importer,Uri,Uri))", "bool(+forImport(Importer,Uri,bool),+originalUrl(Importer,Uri,Uri)?)", "Frame(Frame)", "String(String?)", "Future<Stylesheet?>()", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "String(Argument0)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "~(Symbol0,@)", "bool(String?,String?)", "Value0/(List<Value0>)", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "int(String?)", "Value/(List<Value>)", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "Object(String)", "bool(Deprecation)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "Value?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "bool(Version)", "bool(ModifiableCssNode)", "Map<String,Value>(Module0<Callable0>)", "~(Object?,List<ParcelWatcherEvent>)", "Null(Object?,List<@>)", "Map<String,AstNode>(Module0<Callable0>)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "String(Argument)", "~(Module1<AsyncCallable0>)", "AtRootQuery()", "String(BuiltInCallable)", "List<CssMediaQuery>()", "~(String,int)", "Future<Value0?>(Value0)", "ArgParser()", "Future<CssValue0<String>>(Interpolation0)", "Set<Deprecation>()", "SelectorList()", "CompoundSelector()", "Statement({root:bool})", "Future<Value0?>(IfRuleClause0)", "Future<~>(String)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "NumberExpression()", "Stylesheet()", "Statement?()", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "Future<Value0>(Expression0)", "List<WatchEvent>(List<WatchEvent>)", "Value0/()", "UseRule()", "StyleRule(List<Statement>,FileSpan)", "Declaration(List<Statement>,FileSpan)", "~(String,int?)", "EachRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "ForRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "bool(Extension)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "SupportsRule(List<Statement>,FileSpan)", "WhileRule(List<Statement>,FileSpan)", "~(Expression)", "~(BinaryOperator)", "StringExpression(Interpolation)", "DateTime(StylesheetNode)", "Set<ModifiableBox<SelectorList>>()", "SassColor0(SassColor0)", "SassColor0(ColorSpace0)", "String(int,IfClause)", "0&(List<Value0>)", "int(int,int)", "SassScriptException()", "SassColor0(Object,_ConstructionOptions)", "bool(SassColor0,Object)", "SassColor0(SassColor0,String)", "bool(SassColor0[String?])", "SassColor0(SassColor0,_ToGamutOptions)", "double(SassColor0,String[_ChannelOptions?])", "bool(SassColor0,String)", "bool(SassColor0,String[_ChannelOptions?])", "SassColor0(SassColor0,_ConstructionOptions)", "double?(String)", "SassColor0(SassColor0,SassColor0[_InterpolationOptions?])", "String(SassColor0)", "bool(SassColor0)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "double(num)", "List<SimpleSelector>(Extender)", "double(_NodeSassColor)", "SingleUnitSassNumber(double)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "List<Extender>?(SimpleSelector)", "AsyncImporter0(JSImporter)", "0&(@)", "List<Extender>(PseudoSelector)", "NodePackageImporter0(Object[String?])", "List<List<Extender>>(List<Extender>)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Iterable<Deprecation0>()", "Version(Object,int,int,int)", "Future<@>()", "PseudoSelector(ComplexSelector)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "Object(Value0)", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "Future<Module0<AsyncCallable>>()", "Uint8List(@,@)", "~(Module0<AsyncCallable>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "bool(List<Iterable<ComplexSelectorComponent>>)", "bool(PseudoSelector)", "CssValue0<String>(Interpolation0)", "SelectorList?(PseudoSelector)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "~([Future<~>?])", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "int(int,ComplexSelectorComponent)", "Future<Value?>(Value)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "String(CssValue<Combinator>)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "Future<CssValue<String>>(Interpolation)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "int(int,SimpleSelector)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Object?(Object?)", "~(@,StackTrace)", "~(Object?,Object,Object?)", "+(String,String)(String)", "+originalUrl(Importer0,Uri,Uri)?()", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "SassList(ComplexSelector)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "Future<Value?>(IfRuleClause)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Iterable<ComplexSelector>(ComplexSelector)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "@(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassColor(SassColor)", "int(_NodeSassMap)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "bool(ModifiableCssNode0)", "SassNumber0(Object,num[Object?])", "~(String,Option)", "int?(SassNumber0)", "SassColor(ColorSpace)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "SimpleSelector(SimpleSelector)", "~(int,@)", "String(Value)", "Future<Value>(Expression)", "0&(List<Value>)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "JSExpressionVisitor(JSExpressionVisitorObject)", "JSStatementVisitor(JSStatementVisitorObject)", "String(SourceFile,int[int?])", "List<int>(SourceFile)", "String?(Interpolation0)", "Object?(Statement0,StatementVisitor<Object?>)", "Object?(Expression0,ExpressionVisitor<Object?>)", "FileSpan(SassNode)", "Interpolation0(SupportsCondition)", "_Future<@>(@)", "String(Object,@,@[@])", "Value?(Module0<AsyncCallable>)", "Value/()", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "List<Value>(Value)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "Set<int>(CssParentNode0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "bool(List<Value>)", "JSUrl0?(FileSpan)", "Null(@,@)", "@(@,String)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "SassString0(int)", "SassString0(String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "SassMap(Value)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "+(String,ArgumentDeclaration0)()", "VariableDeclaration0()", "StyleRule0(List<Statement0>,FileSpan)", "Declaration0(List<Statement0>,FileSpan)", "SassMap(SassMap)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "SassNumber(Value)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "Module0<Callable0>()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "~(Module0<Callable0>)", "Value?(Value)", "0^(0^,0^)<num>", "Value(Object)", "CssValue<String>(Interpolation)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "ParserExports()", "Stylesheet0(String,String,String?,JSLogger?)", "Uri(JSUrl0)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "Map<String,Value>(Module0<AsyncCallable>)", "Value?(IfRuleClause)", "UserDefinedCallable<Environment>(ContentBlock)", "Future<~>(List<String>)", "List<ComplexSelector>(ComplexSelector)"],
124419
+ types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "bool(String)", "String(String)", "bool(CssNode)", "bool(CssNode0)", "bool(Object?)", "int()", "SassBoolean0(List<Value0>)", "SassBoolean(List<Value>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "double(double)", "JSClass0()", "SassString0(List<Value0>)", "SassString(List<Value>)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "bool()", "SassNumber0(List<Value0>)", "SassColor(List<Value>)", "SassNumber(List<Value>)", "SassColor0(List<Value0>)", "SassList(List<Value>)", "SassList0(List<Value0>)", "double(SassColor0)", "Future<~>()", "String()", "FileSpan()", "bool(int?)", "SassMap0(List<Value0>)", "~(Object?)", "SassMap(List<Value>)", "Object?()", "Null(~())", "Value()", "int(SassColor0)", "Future<Null>(Future<~>())", "Value(Value)", "Value0(Value0)", "Value0?()", "Value?()", "Uri(Uri)", "double(SassColor)", "bool(num,num)", "String?()", "bool(int)", "Value0()", "bool(ComplexSelectorComponent0)", "SassNumber0(SassNumber0)", "SassNumber(SassNumber)", "bool(ComplexSelectorComponent)", "Null(Object,StackTrace)", "bool(Value0)", "ValueExpression(Value)", "~(Value)", "double(double,double)", "int(SassColor)", "~(Value0)", "ComplexSelector(ComplexSelector)", "ValueExpression0(Value0)", "@()", "Null(@)", "ComplexSelector0(ComplexSelector0)", "Future<Value?>()", "Frame()", "bool(Object)", "bool(Value)", "Future<Value0?>()", "Future<Value0>()", "Object(Object)", "bool(SelectorList)", "bool(ColorChannel0)", "~(Object,StackTrace)", "~(@)", "bool(SelectorList0)", "Future<Value>()", "Callable?()", "Stylesheet?()", "~(String)", "Null([Object?])", "~(Object)", "AsyncCallable?()", "Value?(Statement)", "~(Value,Value)", "~(String,Value)", "SassRuntimeException(AstNode)", "Future<Value?>(Statement)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "~([int?])", "int(Uri)", "Frame(String)", "Callable0?()", "~(Module0<Callable0>,bool)", "Object()", "Future<Value0>(List<Value0>)", "@(@)", "AsyncCallable0?()", "~(Value0,Value0)", "SassRuntimeException0(AstNode0)", "Future<Value0?>(Statement0)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "bool(ColorChannel)", "~(String,Value0)", "double(SassNumber0)", "Null(_NodeSassColor,num)", "~(Module1<Callable>,bool)", "Value0?(Statement0)", "bool(Module0<AsyncCallable>)", "Statement()", "List<String>()", "bool(Expression)", "String(Expression)", "Null(Module1<AsyncCallable0>,bool)", "bool(Module0<Callable0>)", "~(~())", "bool(_Highlight)", "String(Expression0)", "bool(Expression0)", "Map<ComplexSelector,Extension>()", "SassCalculation0(Object)", "double(SassNumber)", "+originalUrl(Importer,Uri,Uri)?()", "String(@)", "int(_NodeSassColor)", "~(String,@)", "~(String,Object?)", "bool(Module1<Callable>)", "bool(Module1<AsyncCallable0>)", "String(String{color:Object?})", "Map<ComplexSelector0,Extension0>()", "Null(Module0<AsyncCallable>,bool)", "Uri(String)", "~(String,Function)", "Statement0()", "String(Object)", "Future<~>(List<Value>)", "String(SassNumber)", "AtRootRule(List<Statement>,FileSpan)", "~(List<Value>)", "AtRule(List<Statement>,FileSpan)", "String?(String?)", "SassNumber()", "String?(Object)", "Expression(Expression)", "String(String{color:@})", "~(double?[String?])", "Entry(Entry)", "int(Frame)", "String(Frame)", "~(Iterable<ExtensionStore>)", "Trace()", "bool(Frame)", "Map<String,AsyncCallable>(Module0<AsyncCallable>)", "List<Extension>()", "Callable?(Module1<Callable>)", "bool(Queue<List<ComplexSelectorComponent>>)", "double(double,String)", "AstNode(AstNode)", "AsyncCallable0?(Module1<AsyncCallable0>)", "MapKeySet<Module1<AsyncCallable0>>(Map<Module1<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module1<AsyncCallable0>)", "SassFunction(List<Value>)", "AstNode0(AstNode0)", "Future<~>?()", "~(@,@)", "SassFunction0(List<Value0>)", "SassMixin(List<Value>)", "SassMixin0(List<Value0>)", "Future<~>(List<Value0>)", "Iterable<String>()", "Iterable<String>(String)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "~(Object[StackTrace?])", "bool(String?)", "~([Object?])", "DateTime()", "Future<SassNumber0>()", "List<ExtensionStore>()", "List<CssComment0>()", "bool(UseRule0)", "bool(ForwardRule0)", "Uri?/()", "bool(ModifiableCssParentNode)", "~(Uint8List,String,int)", "~(String[~])", "String(double)", "~(Object?,Object?)", "double()", "Future<Value>(List<Value>)", "bool(Statement)", "InterpolationMap0(List<SourceLocation>)", "AstNode0?()", "String(SassNumber0)", "0&(Object[Object?])", "0&(@[@])", "double(Value)", "Future<SassNumber>()", "Object(CalculationOperation0)", "int(ComplexSelector)", "bool(Import)", "bool(@)", "int(String,String)", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "List<CssComment>()", "String(Value0)", "double(Value0)", "bool(UseRule)", "ImmutableList0(SassColor0)", "bool(ForwardRule)", "int(int)", "Future<NodeCompileResult>()", "AsyncImporter0(Object?)", "Future<String>()", "Set<0&>(Object)", "Version(String)", "~(Iterable<ExtensionStore0>)", "MapKeySet<Module1<Callable>>(Map<Module1<Callable>,AstNode0>)", "Map<String,Callable>(Module1<Callable>)", "0&(String,FileSpan[StackTrace?])", "Iterable<String>(@)", "~(List<Value0>)", "Callable0?(Module0<Callable0>)", "Value0?(Value0)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode>)", "SassNumber0()", "String(_NodeException)", "AsyncCallable?(Module0<AsyncCallable>)", "List<Extension0>()", "Uri?()", "bool(Queue<List<ComplexSelectorComponent0>>)", "MapKeySet<Module0<AsyncCallable>>(Map<Module0<AsyncCallable>,AstNode>)", "bool(Statement0)", "bool(Import0)", "@(String)", "@(Value0,num)", "Value0(int)", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "bool(SassNumber0)", "ImmutableList0(SassNumber0)", "bool(SassNumber0,String)", "SassNumber0(SassNumber0,Object,Object[String?])", "SassNumber0(SassNumber0,SassNumber0[String?,String?])", "double(SassNumber0,Object,Object[String?])", "double(SassNumber0,SassNumber0[String?,String?])", "int(ComplexSelector0)", "VariableDeclaration()", "Expression0(Expression0)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "FileLocation(FileSpan)", "JSUrl0(Uri)", "String(FileSpan)", "int(SourceLocation)", "Map<String,Callable0>(Module0<Callable0>)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "InterpolationMap(List<SourceLocation>)", "bool(Object?,Object?)", "int(Object?)", "AstNode?()", "Trace(String)", "Set<0^>()<Object?>", "Future<Object>()", "~(Module0<AsyncCallable>,bool)", "Value(Expression)", "Map<String,AstNode>(Module0<AsyncCallable>)", "~(ContentBlock)", "~(List<Statement>)", "SassString(SimpleSelector)", "SassString(int)", "~(CssMediaQuery)", "Set<int>(CssParentNode)", "SassString(String)", "~(SelectorList)", "~(MapEntry<Value,Value>)", "SourceFile()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "Null(@,StackTrace)", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry<Object,List<_Highlight>>)", "SourceSpanWithContext()", "List<Frame>(Trace)", "int(Trace)", "Null(Function,Function)", "String(Trace)", "Future<+originalUrl(AsyncImporter,Uri,Uri)?>()", "bool(+originalUrl(Importer,Uri,Uri))", "Frame(String,String)", "Uri(+originalUrl(Importer,Uri,Uri))", "bool(+forImport(Importer,Uri,bool),+originalUrl(Importer,Uri,Uri)?)", "Frame(Frame)", "String(String?)", "Future<Stylesheet?>()", "bool(+originalUrl(AsyncImporter,Uri,Uri))", "String(Argument0)", "Uri(+originalUrl(AsyncImporter,Uri,Uri))", "SassArgumentList0(Object,Object,Object[String?])", "ImmutableMap0(SassArgumentList0)", "~(Symbol0,@)", "bool(String?,String?)", "Value0/(List<Value0>)", "Value0?(Module1<AsyncCallable0>)", "Module1<AsyncCallable0>?(Module1<AsyncCallable0>)", "int(String?)", "Value/(List<Value>)", "Map<String,Value0>(Module1<AsyncCallable0>)", "Map<String,AstNode0>(Module1<AsyncCallable0>)", "Object(String)", "bool(Deprecation)", "Future<CssValue0<String>>(Interpolation0{trim:bool,warnForColor:bool})", "Value?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "bool(Version)", "bool(ModifiableCssNode)", "Map<String,Value>(Module0<Callable0>)", "~(Object?,List<ParcelWatcherEvent>)", "Null(Object?,List<@>)", "Map<String,AstNode>(Module0<Callable0>)", "~(Module1<AsyncCallable0>,bool)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)>()", "Future<Module1<AsyncCallable0>>()", "String(Argument)", "~(Module1<AsyncCallable0>)", "AtRootQuery()", "String(BuiltInCallable)", "List<CssMediaQuery>()", "~(String,int)", "Future<Value0?>(Value0)", "ArgParser()", "Future<CssValue0<String>>(Interpolation0)", "Set<Deprecation>()", "SelectorList()", "CompoundSelector()", "Statement({root:bool})", "Future<Value0?>(IfRuleClause0)", "Future<~>(String)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "NumberExpression()", "Stylesheet()", "Statement?()", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "Future<Value0>(Expression0)", "List<WatchEvent>(List<WatchEvent>)", "Value0/()", "UseRule()", "StyleRule(List<Statement>,FileSpan)", "Declaration(List<Statement>,FileSpan)", "~(String,int?)", "EachRule(List<Statement>,FileSpan)", "FunctionRule(List<Statement>,FileSpan)", "Future<+originalUrl(AsyncImporter0,Uri,Uri)?>()", "Future<Stylesheet0?>()", "bool(+originalUrl(AsyncImporter0,Uri,Uri))", "Uri(+originalUrl(AsyncImporter0,Uri,Uri))", "AtRootQuery0()", "ForRule(List<Statement>,FileSpan)", "ContentBlock(List<Statement>,FileSpan)", "MediaRule(List<Statement>,FileSpan)", "MixinRule(List<Statement>,FileSpan)", "SassCalculation0(Object[Object?,Object?])", "SassCalculation0(SassCalculation0[String?])", "ImmutableList(SassCalculation0)", "Object(Object,String,Object,Object)", "bool(CalculationOperator0)", "bool(CalculationOperation0,Object)", "int(CalculationOperation0)", "String(CalculationOperation0)", "bool(Extension)", "CalculationInterpolation(Object,String)", "bool(CalculationInterpolation,Object)", "int(CalculationInterpolation)", "String(CalculationInterpolation)", "bool(CanonicalizeContext0)", "JSUrl0?(CanonicalizeContext0)", "SupportsRule(List<Statement>,FileSpan)", "WhileRule(List<Statement>,FileSpan)", "~(Expression)", "~(BinaryOperator)", "StringExpression(Interpolation)", "DateTime(StylesheetNode)", "Set<ModifiableBox<SelectorList>>()", "SassColor0(SassColor0)", "SassColor0(ColorSpace0)", "String(int,IfClause)", "0&(List<Value0>)", "int(int,int)", "SassScriptException()", "SassColor0(Object,_ConstructionOptions)", "bool(SassColor0,Object)", "SassColor0(SassColor0,String)", "bool(SassColor0[String?])", "SassColor0(SassColor0,_ToGamutOptions)", "double(SassColor0,String[_ChannelOptions?])", "bool(SassColor0,String)", "bool(SassColor0,String[_ChannelOptions?])", "SassColor0(SassColor0,_ConstructionOptions)", "double?(String)", "SassColor0(SassColor0,SassColor0[_InterpolationOptions?])", "String(SassColor0)", "bool(SassColor0)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "double(num)", "List<SimpleSelector>(Extender)", "double(_NodeSassColor)", "SingleUnitSassNumber(double)", "Future<CssValue<String>>(Interpolation{trim:bool,warnForColor:bool})", "List<Extender>?(SimpleSelector)", "AsyncImporter0(JSImporter)", "0&(@)", "List<Extender>(PseudoSelector)", "NodePackageImporter0(Object[String?])", "List<List<Extender>>(List<Extender>)", "NodeCompileResult(Compiler,String[CompileOptions?])", "NodeCompileResult(Compiler,String[CompileStringOptions?])", "Null(Compiler)", "Promise(AsyncCompiler,String[CompileOptions?])", "Promise(AsyncCompiler,String[CompileStringOptions?])", "Promise(AsyncCompiler)", "Future<AsyncCompiler>()", "int(int,ComplexSelectorComponent0)", "String(CssValue0<Combinator0>)", "int(int,SimpleSelector0)", "String(BuiltInCallable0)", "bool(Deprecation0)", "Iterable<Deprecation0>()", "Version(Object,int,int,int)", "Future<@>()", "PseudoSelector(ComplexSelector)", "Value0?(Module1<Callable>)", "Module1<Callable>?(Module1<Callable>)", "Object(Value0)", "~(SimpleSelector,Set<ModifiableBox<SelectorList>>)", "Map<String,Value0>(Module1<Callable>)", "Map<String,AstNode0>(Module1<Callable>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "Future<+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)>()", "CssValue0<String>(Interpolation0{trim:bool,warnForColor:bool})", "Future<Module0<AsyncCallable>>()", "Uint8List(@,@)", "~(Module0<AsyncCallable>)", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet0)()", "Module1<Callable>()", "~(Module1<Callable>)", "bool(List<Iterable<ComplexSelectorComponent>>)", "bool(PseudoSelector)", "CssValue0<String>(Interpolation0)", "SelectorList?(PseudoSelector)", "Value0?(IfRuleClause0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "~([Future<~>?])", "FileSpan(_NodeException)", "bool(Extension0)", "Set<ModifiableBox0<SelectorList0>>()", "int(int,ComplexSelectorComponent)", "Future<Value?>(Value)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "String(CssValue<Combinator>)", "List<SimpleSelector0>(Extender0)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableBox0<SelectorList0>>)", "SassFunction0(Object,String,Value0(List<Value0>))", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "Future<CssValue<String>>(Interpolation)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "int(int,SimpleSelector)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(int,IfClause0)", "Object?(Object?)", "~(@,StackTrace)", "~(Object?,Object,Object?)", "+(String,String)(String)", "+originalUrl(Importer0,Uri,Uri)?()", "Stylesheet0?()", "bool(+originalUrl(Importer0,Uri,Uri))", "Uri(+originalUrl(Importer0,Uri,Uri))", "~(String,WarnOptions)", "~(String,DebugOptions)", "Null(RenderResult)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "SassList(ComplexSelector)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "Iterable<ComplexSelector0>(ComplexSelector0)", "SimpleSelector0(SimpleSelector0)", "SassList0(Object[Object?,_ConstructorOptions?])", "Future<Value?>(IfRuleClause)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Iterable<ComplexSelector>(ComplexSelector)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "SassMap0(Value0)", "SassMap0(SassMap0)", "SassMap0(Object[ImmutableMap0?])", "ImmutableMap0(SassMap0)", "@(SassMap0,Object)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassColor(SassColor)", "int(_NodeSassMap)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "SassNumber0(Value0)", "List<CssMediaQuery0>()", "Value0(Object)", "0&(Object)", "bool(ModifiableCssNode0)", "SassNumber0(Object,num[Object?])", "~(String,Option)", "int?(SassNumber0)", "SassColor(ColorSpace)", "int(SassNumber0[String?])", "double(SassNumber0,num,num[String?])", "SassNumber0(SassNumber0[String?])", "SassNumber0(SassNumber0,String[String?])", "SimpleSelector(SimpleSelector)", "~(int,@)", "String(Value)", "Future<Value>(Expression)", "0&(List<Value>)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "double(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "String(_NodeSassNumber)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "JSExpressionVisitor(JSExpressionVisitorObject)", "JSStatementVisitor(JSStatementVisitorObject)", "String(SourceFile,int[int?])", "List<int>(SourceFile)", "String?(Interpolation0)", "Object?(Statement0,StatementVisitor<Object?>)", "Object?(Expression0,ExpressionVisitor<Object?>)", "FileSpan(SassNode)", "Interpolation0(SupportsCondition)", "_Future<@>(@)", "String(Object,@,@[@])", "Value?(Module0<AsyncCallable>)", "Value/()", "Module0<AsyncCallable>?(Module0<AsyncCallable>)", "List<Value>(Value)", "SassString0(SimpleSelector0)", "SelectorList0()", "CompoundSelector0()", "~(CssMediaQuery0)", "Set<int>(CssParentNode0)", "~(SelectorList0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(double)", "bool(List<Value>)", "JSUrl0?(FileSpan)", "Null(@,@)", "@(@,String)", "CssValue<String>(Interpolation{trim:bool,warnForColor:bool})", "SassString0(int)", "SassString0(String)", "SassString0(Object[Object?,_ConstructorOptions1?])", "String(SassString0)", "bool(SassString0)", "int(SassString0)", "int(SassString0,Value0[String?])", "Null(_NodeSassString,String?[SassString0?])", "String(_NodeSassString)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "SassMap(Value)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "+(String,ArgumentDeclaration0)()", "VariableDeclaration0()", "StyleRule0(List<Statement0>,FileSpan)", "Declaration0(List<Statement0>,FileSpan)", "SassMap(SassMap)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "SassNumber(Value)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "Null(~(Object?),~(Object?))", "ImmutableList0(Value0)", "String?(Value0)", "int(Value0,Value0[String?])", "SassBoolean0(Value0[String?])", "SassCalculation0(Value0[String?])", "SassColor0(Value0[String?])", "SassFunction0(Value0[String?])", "SassMap0(Value0[String?])", "SassMixin0(Value0[String?])", "SassNumber0(Value0[String?])", "SassString0(Value0[String?])", "SassMap0?(Value0)", "bool(Value0,Object?)", "int(Value0[Object?])", "+loadedUrls,stylesheet(Set<Uri>,CssStylesheet)()", "Module0<Callable0>()", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?,Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?,Object?,Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?,Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?,Object?,Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "~(Module0<Callable0>)", "Value?(Value)", "0^(0^,0^)<num>", "Value(Object)", "CssValue<String>(Interpolation)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "NodeCompileResult(String[CompileOptions?])", "NodeCompileResult(String[CompileStringOptions?])", "Promise(String[CompileOptions?])", "Promise(String[CompileStringOptions?])", "Importer0(Object?)", "Compiler()", "Promise()", "List<Object?>(Object?)", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "ParserExports()", "Stylesheet0(String,String,String?,JSLogger?)", "Uri(JSUrl0)", "String(String[String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?,String?])", "String(Object?)", "Map<String,Value>(Module0<AsyncCallable>)", "Value?(IfRuleClause)", "UserDefinedCallable<Environment>(ContentBlock)", "Future<~>(List<String>)", "List<ComplexSelector>(ComplexSelector)"],
124369
124420
  interceptorsByTag: null,
124370
124421
  leafTags: null,
124371
124422
  arrayRti: Symbol("$ti"),
@@ -124707,7 +124758,6 @@ self.util = _cliPkgRequires.util;
124707
124758
  Future_nullable_Uri: findType("Future<Uri?>"),
124708
124759
  Future_nullable_Value: findType("Future<Value?>"),
124709
124760
  Future_nullable_Value_2: findType("Future<Value0?>"),
124710
- Future_void: findType("Future<~>"),
124711
124761
  IfClause: findType("IfClause"),
124712
124762
  IfClause_2: findType("IfClause0"),
124713
124763
  ImmutableList: findType("ImmutableList0"),
@@ -124949,6 +124999,7 @@ self.util = _cliPkgRequires.util;
124949
124999
  Never: findType("0&"),
124950
125000
  NodeCompileResult: findType("NodeCompileResult"),
124951
125001
  NodeImporterResult: findType("NodeImporterResult0"),
125002
+ NonNullsIterable_Future_void: findType("NonNullsIterable<Future<~>>"),
124952
125003
  NonNullsIterable_Object: findType("NonNullsIterable<Object>"),
124953
125004
  NonNullsIterable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl: findType("NonNullsIterable<+originalUrl(AsyncImporter,Uri,Uri)>"),
124954
125005
  NonNullsIterable_Record_3_AsyncImporter_and_Uri_and_Uri_originalUrl_2: findType("NonNullsIterable<+originalUrl(AsyncImporter0,Uri,Uri)>"),
@@ -126279,7 +126330,7 @@ self.util = _cliPkgRequires.util;
126279
126330
  _lazyFinal($, "_firefoxSafariTrace", "$get$_firefoxSafariTrace", () => A.RegExp_RegExp("^(([.0-9A-Za-z_$/<]|\\(.*\\))*@)?[^\\s]*:\\d*$", true));
126280
126331
  _lazyFinal($, "_friendlyTrace", "$get$_friendlyTrace", () => A.RegExp_RegExp("^[^\\s<][^\\s]*( \\d+(:\\d+)?)?[ \\t]+[^\\s]+$", true));
126281
126332
  _lazyFinal($, "vmChainGap", "$get$vmChainGap", () => A.RegExp_RegExp("^<asynchronous suspension>\\n?$", true));
126282
- _lazyFinal($, "_newlineRegExp", "$get$_newlineRegExp", () => A.RegExp_RegExp("\\r\\n?|\\n", false));
126333
+ _lazyFinal($, "_newlineRegExp", "$get$_newlineRegExp", () => A.RegExp_RegExp("\\n|\\r\\n|\\r(?!\\n)", false));
126283
126334
  _lazyFinal($, "argumentListClass", "$get$argumentListClass", () => new A.argumentListClass_closure().call$0());
126284
126335
  _lazyFinal($, "booleanClass", "$get$booleanClass", () => new A.booleanClass_closure().call$0());
126285
126336
  _lazyFinal($, "legacyBooleanClass", "$get$legacyBooleanClass", () => new A.legacyBooleanClass_closure().call$0());