sass 1.26.0-test.3 → 1.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/package.json +1 -1
- package/sass.dart.js +842 -795
package/sass.dart.js
CHANGED
|
@@ -4438,12 +4438,6 @@ self.readline = require("readline");
|
|
|
4438
4438
|
t1.addAll$1(0, other);
|
|
4439
4439
|
return t1;
|
|
4440
4440
|
},
|
|
4441
|
-
LinkedHashMap_LinkedHashMap$fromIterable: function(iterable, value, $K, $V) {
|
|
4442
|
-
var _null = null,
|
|
4443
|
-
map = P.LinkedHashMap_LinkedHashMap(_null, _null, _null, $K, $V);
|
|
4444
|
-
P.MapBase__fillMapWithMappedIterable(map, iterable, _null, value);
|
|
4445
|
-
return map;
|
|
4446
|
-
},
|
|
4447
4441
|
LinkedHashSet_LinkedHashSet$from: function(elements, $E) {
|
|
4448
4442
|
var t1,
|
|
4449
4443
|
result = P.LinkedHashSet_LinkedHashSet($E);
|
|
@@ -4476,16 +4470,6 @@ self.readline = require("readline");
|
|
|
4476
4470
|
t1 = result._contents;
|
|
4477
4471
|
return t1.charCodeAt(0) == 0 ? t1 : t1;
|
|
4478
4472
|
},
|
|
4479
|
-
MapBase__id: function(x) {
|
|
4480
|
-
return x;
|
|
4481
|
-
},
|
|
4482
|
-
MapBase__fillMapWithMappedIterable: function(map, iterable, key, value) {
|
|
4483
|
-
var t1, _i, element;
|
|
4484
|
-
for (t1 = iterable.length, _i = 0; _i < t1; ++_i) {
|
|
4485
|
-
element = iterable[_i];
|
|
4486
|
-
map.$indexSet(0, P.MapBase__id(element), value.call$1(element));
|
|
4487
|
-
}
|
|
4488
|
-
},
|
|
4489
4473
|
MapBase__fillMapWithIterables: function(map, keys, values) {
|
|
4490
4474
|
var keyIterator = keys.get$iterator(keys),
|
|
4491
4475
|
valueIterator = values.get$iterator(values),
|
|
@@ -4656,6 +4640,10 @@ self.readline = require("readline");
|
|
|
4656
4640
|
},
|
|
4657
4641
|
_SetBase: function _SetBase() {
|
|
4658
4642
|
},
|
|
4643
|
+
_UnmodifiableSet: function _UnmodifiableSet(t0, t1) {
|
|
4644
|
+
this._map = t0;
|
|
4645
|
+
this.$ti = t1;
|
|
4646
|
+
},
|
|
4659
4647
|
_ListBase_Object_ListMixin: function _ListBase_Object_ListMixin() {
|
|
4660
4648
|
},
|
|
4661
4649
|
_UnmodifiableMapView_MapView__UnmodifiableMapMixin: function _UnmodifiableMapView_MapView__UnmodifiableMapMixin() {
|
|
@@ -9282,22 +9270,32 @@ self.readline = require("readline");
|
|
|
9282
9270
|
this.name = t0;
|
|
9283
9271
|
},
|
|
9284
9272
|
Extender__extendOrReplace: function(selector, source, targets, mode) {
|
|
9285
|
-
var
|
|
9286
|
-
|
|
9287
|
-
for (
|
|
9288
|
-
complex =
|
|
9273
|
+
var t2, t3, _i, complex, t4, t5, t6, _i0, extender, _null = null,
|
|
9274
|
+
t1 = P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
9275
|
+
for (t2 = source.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
|
|
9276
|
+
complex = t2[_i];
|
|
9277
|
+
if (complex._maxSpecificity == null)
|
|
9278
|
+
complex._computeSpecificity$0();
|
|
9279
|
+
t4 = complex._maxSpecificity;
|
|
9280
|
+
t1.$indexSet(0, complex, new S.Extension(complex, _null, t4, true, false, _null, _null, _null));
|
|
9281
|
+
}
|
|
9282
|
+
t2 = H.setRuntimeTypeInfo([], [X.CompoundSelector]);
|
|
9283
|
+
for (t3 = targets.components, t4 = t3.length, _i = 0; _i < t4; ++_i) {
|
|
9284
|
+
complex = t3[_i];
|
|
9289
9285
|
t5 = complex.components;
|
|
9290
9286
|
if (t5.length !== 1)
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
t6.$indexSet(0, t5[_i0], extenders);
|
|
9295
|
-
extender = F.Extender$_mode(mode);
|
|
9296
|
-
if (!selector.get$isInvisible())
|
|
9297
|
-
extender._originals.addAll$1(0, selector.components);
|
|
9298
|
-
selector = extender._extendList$3(selector, t6, null);
|
|
9287
|
+
t2.push(H.throwExpression(E.SassScriptException$("Can't extend complex selector " + H.S(complex) + ".")));
|
|
9288
|
+
else
|
|
9289
|
+
t2.push(H.interceptedTypeCast(C.JSArray_methods.get$first(t5), "$isCompoundSelector"));
|
|
9299
9290
|
}
|
|
9300
|
-
|
|
9291
|
+
t3 = P.LinkedHashMap_LinkedHashMap$_empty(M.SimpleSelector, [P.Map, S.ComplexSelector, S.Extension]);
|
|
9292
|
+
for (t4 = t2.length, _i = 0; _i < t2.length; t2.length === t4 || (0, H.throwConcurrentModificationError)(t2), ++_i)
|
|
9293
|
+
for (t5 = t2[_i].components, t6 = t5.length, _i0 = 0; _i0 < t6; ++_i0)
|
|
9294
|
+
t3.$indexSet(0, t5[_i0], t1);
|
|
9295
|
+
extender = F.Extender$_mode(mode);
|
|
9296
|
+
if (!selector.get$isInvisible())
|
|
9297
|
+
extender._originals.addAll$1(0, selector.components);
|
|
9298
|
+
return extender._extendList$3(selector, t3, _null);
|
|
9301
9299
|
},
|
|
9302
9300
|
Extender$_mode: function(_mode) {
|
|
9303
9301
|
var t1 = M.SimpleSelector;
|
|
@@ -9313,8 +9311,6 @@ self.readline = require("readline");
|
|
|
9313
9311
|
_._originals = t5;
|
|
9314
9312
|
_._mode = t6;
|
|
9315
9313
|
},
|
|
9316
|
-
Extender__extendOrReplace_closure: function Extender__extendOrReplace_closure() {
|
|
9317
|
-
},
|
|
9318
9314
|
Extender_extensionsWhereTarget_closure: function Extender_extensionsWhereTarget_closure() {
|
|
9319
9315
|
},
|
|
9320
9316
|
Extender__registerSelector_closure: function Extender__registerSelector_closure() {
|
|
@@ -9472,22 +9468,32 @@ self.readline = require("readline");
|
|
|
9472
9468
|
this._imports = t1;
|
|
9473
9469
|
},
|
|
9474
9470
|
Extender__extendOrReplace0: function(selector, source, targets, mode) {
|
|
9475
|
-
var
|
|
9476
|
-
|
|
9477
|
-
for (
|
|
9478
|
-
complex =
|
|
9471
|
+
var t2, t3, _i, complex, t4, t5, t6, _i0, extender, _null = null,
|
|
9472
|
+
t1 = P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
9473
|
+
for (t2 = source.components, t3 = t2.length, _i = 0; _i < t3; ++_i) {
|
|
9474
|
+
complex = t2[_i];
|
|
9475
|
+
if (complex._complex0$_maxSpecificity == null)
|
|
9476
|
+
complex._complex0$_computeSpecificity$0();
|
|
9477
|
+
t4 = complex._complex0$_maxSpecificity;
|
|
9478
|
+
t1.$indexSet(0, complex, new S.Extension0(complex, _null, t4, true, false, _null, _null, _null));
|
|
9479
|
+
}
|
|
9480
|
+
t2 = H.setRuntimeTypeInfo([], [X.CompoundSelector0]);
|
|
9481
|
+
for (t3 = targets.components, t4 = t3.length, _i = 0; _i < t4; ++_i) {
|
|
9482
|
+
complex = t3[_i];
|
|
9479
9483
|
t5 = complex.components;
|
|
9480
9484
|
if (t5.length !== 1)
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
t6.$indexSet(0, t5[_i0], extenders);
|
|
9485
|
-
extender = F.Extender$_mode0(mode);
|
|
9486
|
-
if (!selector.get$isInvisible())
|
|
9487
|
-
extender._extender$_originals.addAll$1(0, selector.components);
|
|
9488
|
-
selector = extender._extender$_extendList$3(selector, t6, null);
|
|
9485
|
+
t2.push(H.throwExpression(E.SassScriptException$0("Can't extend complex selector " + H.S(complex) + ".")));
|
|
9486
|
+
else
|
|
9487
|
+
t2.push(H.interceptedTypeCast(C.JSArray_methods.get$first(t5), "$isCompoundSelector0"));
|
|
9489
9488
|
}
|
|
9490
|
-
|
|
9489
|
+
t3 = P.LinkedHashMap_LinkedHashMap$_empty(M.SimpleSelector0, [P.Map, S.ComplexSelector0, S.Extension0]);
|
|
9490
|
+
for (t4 = t2.length, _i = 0; _i < t2.length; t2.length === t4 || (0, H.throwConcurrentModificationError)(t2), ++_i)
|
|
9491
|
+
for (t5 = t2[_i].components, t6 = t5.length, _i0 = 0; _i0 < t6; ++_i0)
|
|
9492
|
+
t3.$indexSet(0, t5[_i0], t1);
|
|
9493
|
+
extender = F.Extender$_mode0(mode);
|
|
9494
|
+
if (!selector.get$isInvisible())
|
|
9495
|
+
extender._extender$_originals.addAll$1(0, selector.components);
|
|
9496
|
+
return extender._extender$_extendList$3(selector, t3, _null);
|
|
9491
9497
|
},
|
|
9492
9498
|
Extender$_mode0: function(_mode) {
|
|
9493
9499
|
var t1 = M.SimpleSelector0;
|
|
@@ -9503,8 +9509,6 @@ self.readline = require("readline");
|
|
|
9503
9509
|
_._extender$_originals = t5;
|
|
9504
9510
|
_._extender$_mode = t6;
|
|
9505
9511
|
},
|
|
9506
|
-
Extender__extendOrReplace_closure0: function Extender__extendOrReplace_closure0() {
|
|
9507
|
-
},
|
|
9508
9512
|
Extender_extensionsWhereTarget_closure0: function Extender_extensionsWhereTarget_closure0() {
|
|
9509
9513
|
},
|
|
9510
9514
|
Extender__registerSelector_closure0: function Extender__registerSelector_closure0() {
|
|
@@ -9799,6 +9803,11 @@ self.readline = require("readline");
|
|
|
9799
9803
|
map.forEach$1(0, new Y.mapMap_closure1(t1, result, K1, V1));
|
|
9800
9804
|
return result;
|
|
9801
9805
|
},
|
|
9806
|
+
mergeMaps: function(map1, map2, $K, $V) {
|
|
9807
|
+
var result = P.LinkedHashMap_LinkedHashMap$from(map1, $K, $V);
|
|
9808
|
+
result.addAll$1(0, map2);
|
|
9809
|
+
return result;
|
|
9810
|
+
},
|
|
9802
9811
|
groupBy: function(values, key, $S, $T) {
|
|
9803
9812
|
var t1, _i, element,
|
|
9804
9813
|
map = P.LinkedHashMap_LinkedHashMap$_empty($T, [P.List, $S]);
|
|
@@ -12414,12 +12423,11 @@ self.readline = require("readline");
|
|
|
12414
12423
|
return H.throwExpression(B.UsageException$(message));
|
|
12415
12424
|
},
|
|
12416
12425
|
ExecutableOptions_ExecutableOptions$parse: function(args) {
|
|
12417
|
-
var options, error, t1,
|
|
12426
|
+
var options, error, t1, exception;
|
|
12418
12427
|
try {
|
|
12419
12428
|
t1 = $.$get$ExecutableOptions__parser();
|
|
12420
12429
|
t1.toString;
|
|
12421
|
-
|
|
12422
|
-
t1 = G.Parser$0(null, t1, t2, null, null).parse$0();
|
|
12430
|
+
t1 = G.Parser$0(null, t1, P.ListQueue_ListQueue$of(args, P.String), null, null).parse$0();
|
|
12423
12431
|
if (t1.wasParsed$1("poll") && !H.boolTypeCast(t1.$index(0, "watch")))
|
|
12424
12432
|
B.ExecutableOptions__fail("--poll may not be passed without --watch.");
|
|
12425
12433
|
options = new B.ExecutableOptions(t1);
|
|
@@ -15382,7 +15390,7 @@ self.readline = require("readline");
|
|
|
15382
15390
|
switch ($async$goto) {
|
|
15383
15391
|
case 0:
|
|
15384
15392
|
// Function start
|
|
15385
|
-
$async$returnValue = "1.26.
|
|
15393
|
+
$async$returnValue = "1.26.3 compiled with dart2js 2.7.1";
|
|
15386
15394
|
// goto return
|
|
15387
15395
|
$async$goto = 1;
|
|
15388
15396
|
break;
|
|
@@ -15508,7 +15516,7 @@ self.readline = require("readline");
|
|
|
15508
15516
|
Importer: function Importer() {
|
|
15509
15517
|
},
|
|
15510
15518
|
StylesheetNode$_: function(_stylesheet, importer, canonicalUrl, allUpstream) {
|
|
15511
|
-
var t1 = new M.StylesheetNode(importer, canonicalUrl, allUpstream.item1, allUpstream.item2, P.LinkedHashSet_LinkedHashSet$_empty(M.StylesheetNode));
|
|
15519
|
+
var t1 = new M.StylesheetNode(_stylesheet, importer, canonicalUrl, allUpstream.item1, allUpstream.item2, P.LinkedHashSet_LinkedHashSet$_empty(M.StylesheetNode));
|
|
15512
15520
|
t1.StylesheetNode$_$4(_stylesheet, importer, canonicalUrl, allUpstream);
|
|
15513
15521
|
return t1;
|
|
15514
15522
|
},
|
|
@@ -15538,18 +15546,20 @@ self.readline = require("readline");
|
|
|
15538
15546
|
_.canonicalUrl = t2;
|
|
15539
15547
|
_.originalUrl = t3;
|
|
15540
15548
|
},
|
|
15541
|
-
StylesheetGraph_addCanonical_closure0: function StylesheetGraph_addCanonical_closure0(t0, t1, t2, t3) {
|
|
15542
|
-
var _ = this;
|
|
15543
|
-
_.$this = t0;
|
|
15544
|
-
_.stylesheet = t1;
|
|
15545
|
-
_.importer = t2;
|
|
15546
|
-
_.canonicalUrl = t3;
|
|
15547
|
-
},
|
|
15548
15549
|
StylesheetGraph_reload_closure: function StylesheetGraph_reload_closure(t0, t1, t2) {
|
|
15549
15550
|
this.$this = t0;
|
|
15550
15551
|
this.node = t1;
|
|
15551
15552
|
this.canonicalUrl = t2;
|
|
15552
15553
|
},
|
|
15554
|
+
StylesheetGraph__recanonicalizeImportsForNode_closure: function StylesheetGraph__recanonicalizeImportsForNode_closure(t0, t1, t2, t3, t4, t5) {
|
|
15555
|
+
var _ = this;
|
|
15556
|
+
_.$this = t0;
|
|
15557
|
+
_.importer = t1;
|
|
15558
|
+
_.canonicalUrl = t2;
|
|
15559
|
+
_.node = t3;
|
|
15560
|
+
_.forImport = t4;
|
|
15561
|
+
_.newMap = t5;
|
|
15562
|
+
},
|
|
15553
15563
|
StylesheetGraph__nodeFor_closure: function StylesheetGraph__nodeFor_closure(t0, t1, t2, t3, t4) {
|
|
15554
15564
|
var _ = this;
|
|
15555
15565
|
_.$this = t0;
|
|
@@ -15565,13 +15575,14 @@ self.readline = require("readline");
|
|
|
15565
15575
|
_.canonicalUrl = t2;
|
|
15566
15576
|
_.resolvedUrl = t3;
|
|
15567
15577
|
},
|
|
15568
|
-
StylesheetNode: function StylesheetNode(t0, t1, t2, t3, t4) {
|
|
15578
|
+
StylesheetNode: function StylesheetNode(t0, t1, t2, t3, t4, t5) {
|
|
15569
15579
|
var _ = this;
|
|
15570
|
-
_.
|
|
15571
|
-
_.
|
|
15572
|
-
_.
|
|
15573
|
-
_.
|
|
15574
|
-
_.
|
|
15580
|
+
_._stylesheet_graph$_stylesheet = t0;
|
|
15581
|
+
_.importer = t1;
|
|
15582
|
+
_.canonicalUrl = t2;
|
|
15583
|
+
_._upstream = t3;
|
|
15584
|
+
_._upstreamImports = t4;
|
|
15585
|
+
_._downstream = t5;
|
|
15575
15586
|
},
|
|
15576
15587
|
Syntax_forPath: function(path) {
|
|
15577
15588
|
switch (X.ParsedPath_ParsedPath$parse(path, $.$get$context().style)._splitExtension$0()[1]) {
|
|
@@ -17693,23 +17704,28 @@ self.readline = require("readline");
|
|
|
17693
17704
|
J.add$1$ax(soFar, element);
|
|
17694
17705
|
return soFar;
|
|
17695
17706
|
},
|
|
17696
|
-
_debounceAggregate: function(duration, collect, $T, $R) {
|
|
17707
|
+
_debounceAggregate: function(duration, collect, leading, trailing, $T, $R) {
|
|
17697
17708
|
var t1 = {};
|
|
17698
17709
|
t1.soFar = t1.timer = null;
|
|
17699
|
-
t1.shouldClose = false;
|
|
17700
|
-
return new L._StreamTransformer(new R._debounceAggregate_closure(t1, duration,
|
|
17710
|
+
t1.emittedLatestAsLeading = t1.shouldClose = false;
|
|
17711
|
+
return new L._StreamTransformer(new R._debounceAggregate_closure(t1, collect, false, duration, true), new R._debounceAggregate_closure0(t1, true), H.instantiate1(L.from_handlers__StreamTransformer__defaultHandleError$closure(), $R), [$T, $R]);
|
|
17701
17712
|
},
|
|
17702
|
-
_debounceAggregate_closure: function _debounceAggregate_closure(t0, t1, t2) {
|
|
17703
|
-
|
|
17704
|
-
|
|
17705
|
-
|
|
17713
|
+
_debounceAggregate_closure: function _debounceAggregate_closure(t0, t1, t2, t3, t4) {
|
|
17714
|
+
var _ = this;
|
|
17715
|
+
_._box_0 = t0;
|
|
17716
|
+
_.collect = t1;
|
|
17717
|
+
_.leading = t2;
|
|
17718
|
+
_.duration = t3;
|
|
17719
|
+
_.trailing = t4;
|
|
17706
17720
|
},
|
|
17707
|
-
_debounceAggregate__closure: function _debounceAggregate__closure(t0, t1) {
|
|
17721
|
+
_debounceAggregate__closure: function _debounceAggregate__closure(t0, t1, t2) {
|
|
17708
17722
|
this._box_0 = t0;
|
|
17709
|
-
this.
|
|
17723
|
+
this.trailing = t1;
|
|
17724
|
+
this.sink = t2;
|
|
17710
17725
|
},
|
|
17711
|
-
_debounceAggregate_closure0: function _debounceAggregate_closure0(t0) {
|
|
17726
|
+
_debounceAggregate_closure0: function _debounceAggregate_closure0(t0, t1) {
|
|
17712
17727
|
this._box_0 = t0;
|
|
17728
|
+
this.trailing = t1;
|
|
17713
17729
|
},
|
|
17714
17730
|
ModifiableCssComment0: function ModifiableCssComment0(t0, t1) {
|
|
17715
17731
|
var _ = this;
|
|
@@ -18377,7 +18393,7 @@ self.readline = require("readline");
|
|
|
18377
18393
|
new Uint8Array(0);
|
|
18378
18394
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
18379
18395
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
18380
|
-
J.set$info$x(self.exports, "dart-sass\t1.26.
|
|
18396
|
+
J.set$info$x(self.exports, "dart-sass\t1.26.3\t(Sass Compiler)\t[Dart]\ndart2js\t2.7.1\t(Dart Compiler)\t[Dart]");
|
|
18381
18397
|
J.set$types$x(self.exports, {Boolean: $.$get$booleanConstructor(), Color: $.$get$colorConstructor(), List: $.$get$listConstructor(), Map: $.$get$mapConstructor(), Null: $.$get$nullConstructor(), Number: $.$get$numberConstructor(), String: $.$get$stringConstructor(), Error: self.Error});
|
|
18382
18398
|
J.set$cli_pkg_main_0_$x(self.exports, R._wrapMain(U.sass__main$closure()));
|
|
18383
18399
|
},
|
|
@@ -19899,7 +19915,7 @@ self.readline = require("readline");
|
|
|
19899
19915
|
options._ensureSources$0();
|
|
19900
19916
|
destination = options._sourcesToDestinations.$index(0, t2);
|
|
19901
19917
|
t3 = $.$get$context();
|
|
19902
|
-
graph.addCanonical$
|
|
19918
|
+
graph.addCanonical$4$recanonicalize(new F.FilesystemImporter(t3.absolute$7(".", null, null, null, null, null, null)), t3.toUri$1(t3.canonicalize$1(t2)), t3.toUri$1(t2), false);
|
|
19903
19919
|
$async$goto = 6;
|
|
19904
19920
|
return P._asyncAwait(watcher.compile$3$ifModified(t2, destination, true), $async$watch);
|
|
19905
19921
|
case 6:
|
|
@@ -19939,13 +19955,6 @@ self.readline = require("readline");
|
|
|
19939
19955
|
_Watcher__debounceEvents__closure: function _Watcher__debounceEvents__closure(t0) {
|
|
19940
19956
|
this.typeForPath = t0;
|
|
19941
19957
|
},
|
|
19942
|
-
_Watcher__retryPotentialImports_recanonicalize: function _Watcher__retryPotentialImports_recanonicalize(t0, t1, t2, t3) {
|
|
19943
|
-
var _ = this;
|
|
19944
|
-
_._box_0 = t0;
|
|
19945
|
-
_.$this = t1;
|
|
19946
|
-
_.name = t2;
|
|
19947
|
-
_.node = t3;
|
|
19948
|
-
},
|
|
19949
19958
|
MergedExtension_merge: function(left, right) {
|
|
19950
19959
|
var t2, t3, t4,
|
|
19951
19960
|
t1 = left.extender;
|
|
@@ -22601,7 +22610,7 @@ self.readline = require("readline");
|
|
|
22601
22610
|
error.$thrownJsError = this.ex;
|
|
22602
22611
|
return error;
|
|
22603
22612
|
},
|
|
22604
|
-
$signature:
|
|
22613
|
+
$signature: 27
|
|
22605
22614
|
};
|
|
22606
22615
|
H._StackTrace.prototype = {
|
|
22607
22616
|
toString$0: function(_) {
|
|
@@ -23002,7 +23011,7 @@ self.readline = require("readline");
|
|
|
23002
23011
|
call$1: function(o) {
|
|
23003
23012
|
return this.getTag(o);
|
|
23004
23013
|
},
|
|
23005
|
-
$signature:
|
|
23014
|
+
$signature: 27
|
|
23006
23015
|
};
|
|
23007
23016
|
H.initHooks_closure0.prototype = {
|
|
23008
23017
|
call$2: function(o, tag) {
|
|
@@ -23384,7 +23393,7 @@ self.readline = require("readline");
|
|
|
23384
23393
|
t1.storedCallback = null;
|
|
23385
23394
|
f.call$0();
|
|
23386
23395
|
},
|
|
23387
|
-
$signature:
|
|
23396
|
+
$signature: 64
|
|
23388
23397
|
};
|
|
23389
23398
|
P._AsyncRun__initializeScheduleImmediate_closure.prototype = {
|
|
23390
23399
|
call$1: function(callback) {
|
|
@@ -23496,7 +23505,7 @@ self.readline = require("readline");
|
|
|
23496
23505
|
},
|
|
23497
23506
|
"call*": "call$2",
|
|
23498
23507
|
$requiredArgCount: 2,
|
|
23499
|
-
$signature:
|
|
23508
|
+
$signature: 43
|
|
23500
23509
|
};
|
|
23501
23510
|
P._wrapJsFunctionForAsync_closure.prototype = {
|
|
23502
23511
|
call$2: function(errorCode, result) {
|
|
@@ -23525,7 +23534,7 @@ self.readline = require("readline");
|
|
|
23525
23534
|
var errorCode = this.controller.cancelationFuture != null ? 2 : 0;
|
|
23526
23535
|
this.bodyFunctionOrErrorCode.call$2(errorCode, null);
|
|
23527
23536
|
},
|
|
23528
|
-
$signature:
|
|
23537
|
+
$signature: 64
|
|
23529
23538
|
};
|
|
23530
23539
|
P._AsyncStarStreamController.prototype = {
|
|
23531
23540
|
add$1: function(_, $event) {
|
|
@@ -23580,7 +23589,7 @@ self.readline = require("readline");
|
|
|
23580
23589
|
},
|
|
23581
23590
|
"call*": "call$0",
|
|
23582
23591
|
$requiredArgCount: 0,
|
|
23583
|
-
$signature:
|
|
23592
|
+
$signature: 127
|
|
23584
23593
|
};
|
|
23585
23594
|
P._AsyncStarStreamController__closure.prototype = {
|
|
23586
23595
|
call$0: function() {
|
|
@@ -23902,7 +23911,7 @@ self.readline = require("readline");
|
|
|
23902
23911
|
},
|
|
23903
23912
|
"call*": "call$2",
|
|
23904
23913
|
$requiredArgCount: 2,
|
|
23905
|
-
$signature:
|
|
23914
|
+
$signature: 43
|
|
23906
23915
|
};
|
|
23907
23916
|
P.Future_wait_closure.prototype = {
|
|
23908
23917
|
call$1: function(value) {
|
|
@@ -24141,7 +24150,7 @@ self.readline = require("readline");
|
|
|
24141
24150
|
t1._state = 0;
|
|
24142
24151
|
t1._complete$1(value);
|
|
24143
24152
|
},
|
|
24144
|
-
$signature:
|
|
24153
|
+
$signature: 64
|
|
24145
24154
|
};
|
|
24146
24155
|
P._Future__chainForeignFuture_closure0.prototype = {
|
|
24147
24156
|
call$2: function(error, stackTrace) {
|
|
@@ -24154,7 +24163,7 @@ self.readline = require("readline");
|
|
|
24154
24163
|
$defaultValues: function() {
|
|
24155
24164
|
return [null];
|
|
24156
24165
|
},
|
|
24157
|
-
$signature:
|
|
24166
|
+
$signature: 119
|
|
24158
24167
|
};
|
|
24159
24168
|
P._Future__chainForeignFuture_closure1.prototype = {
|
|
24160
24169
|
call$0: function() {
|
|
@@ -24233,7 +24242,7 @@ self.readline = require("readline");
|
|
|
24233
24242
|
call$1: function(_) {
|
|
24234
24243
|
return this.originalSource;
|
|
24235
24244
|
},
|
|
24236
|
-
$signature:
|
|
24245
|
+
$signature: 132
|
|
24237
24246
|
};
|
|
24238
24247
|
P._Future__propagateToListeners_handleValueCallback.prototype = {
|
|
24239
24248
|
call$0: function() {
|
|
@@ -24309,7 +24318,7 @@ self.readline = require("readline");
|
|
|
24309
24318
|
},
|
|
24310
24319
|
"call*": "call$2",
|
|
24311
24320
|
$requiredArgCount: 2,
|
|
24312
|
-
$signature:
|
|
24321
|
+
$signature: 36
|
|
24313
24322
|
};
|
|
24314
24323
|
P.Stream_length_closure.prototype = {
|
|
24315
24324
|
call$1: function(_) {
|
|
@@ -25879,7 +25888,7 @@ self.readline = require("readline");
|
|
|
25879
25888
|
call$1: function(v) {
|
|
25880
25889
|
return H.checkSubtypeOfRuntimeType(v, this.K);
|
|
25881
25890
|
},
|
|
25882
|
-
$signature:
|
|
25891
|
+
$signature: 63
|
|
25883
25892
|
};
|
|
25884
25893
|
P._LinkedHashSet.prototype = {
|
|
25885
25894
|
_newSet$0: function() {
|
|
@@ -26116,14 +26125,14 @@ self.readline = require("readline");
|
|
|
26116
26125
|
call$2: function(k, v) {
|
|
26117
26126
|
this.result.$indexSet(0, k, v);
|
|
26118
26127
|
},
|
|
26119
|
-
$signature:
|
|
26128
|
+
$signature: 36
|
|
26120
26129
|
};
|
|
26121
26130
|
P.IterableBase.prototype = {};
|
|
26122
26131
|
P.LinkedHashMap_LinkedHashMap$from_closure.prototype = {
|
|
26123
26132
|
call$2: function(k, v) {
|
|
26124
26133
|
this.result.$indexSet(0, k, v);
|
|
26125
26134
|
},
|
|
26126
|
-
$signature:
|
|
26135
|
+
$signature: 36
|
|
26127
26136
|
};
|
|
26128
26137
|
P.ListBase.prototype = {$isEfficientLengthIterable: 1, $isIterable: 1, $isList: 1};
|
|
26129
26138
|
P.ListMixin.prototype = {
|
|
@@ -26325,7 +26334,7 @@ self.readline = require("readline");
|
|
|
26325
26334
|
t1._contents = t2 + ": ";
|
|
26326
26335
|
t1._contents += H.S(v);
|
|
26327
26336
|
},
|
|
26328
|
-
$signature:
|
|
26337
|
+
$signature: 36
|
|
26329
26338
|
};
|
|
26330
26339
|
P.MapMixin.prototype = {
|
|
26331
26340
|
forEach$1: function(_, action) {
|
|
@@ -26599,6 +26608,17 @@ self.readline = require("readline");
|
|
|
26599
26608
|
for (t1 = J.get$iterator$ax(elements); t1.moveNext$0();)
|
|
26600
26609
|
_this._add$1(t1.get$current(t1));
|
|
26601
26610
|
},
|
|
26611
|
+
clear$0: function(_) {
|
|
26612
|
+
var t2, t3, _this = this,
|
|
26613
|
+
i = _this._collection$_head,
|
|
26614
|
+
t1 = _this._collection$_tail;
|
|
26615
|
+
if (i !== t1) {
|
|
26616
|
+
for (t2 = _this._collection$_table, t3 = t2.length - 1; i !== t1; i = (i + 1 & t3) >>> 0)
|
|
26617
|
+
t2[i] = null;
|
|
26618
|
+
_this._collection$_head = _this._collection$_tail = 0;
|
|
26619
|
+
++_this._modificationCount;
|
|
26620
|
+
}
|
|
26621
|
+
},
|
|
26602
26622
|
toString$0: function(_) {
|
|
26603
26623
|
return P.IterableBase_iterableToFullString(this, "{", "}");
|
|
26604
26624
|
},
|
|
@@ -26852,6 +26872,36 @@ self.readline = require("readline");
|
|
|
26852
26872
|
$isIterable: 1,
|
|
26853
26873
|
$isSet: 1
|
|
26854
26874
|
};
|
|
26875
|
+
P._UnmodifiableSet.prototype = {
|
|
26876
|
+
_newSet$0: function() {
|
|
26877
|
+
return P.LinkedHashSet_LinkedHashSet(H.getTypeArgumentByIndex(this, 0));
|
|
26878
|
+
},
|
|
26879
|
+
_newSimilarSet$1$0: function($R) {
|
|
26880
|
+
return P.LinkedHashSet_LinkedHashSet($R);
|
|
26881
|
+
},
|
|
26882
|
+
_newSimilarSet$0: function() {
|
|
26883
|
+
return this._newSimilarSet$1$0(null);
|
|
26884
|
+
},
|
|
26885
|
+
contains$1: function(_, element) {
|
|
26886
|
+
return this._map.containsKey$1(element);
|
|
26887
|
+
},
|
|
26888
|
+
get$iterator: function(_) {
|
|
26889
|
+
return J.get$iterator$ax(this._map.get$keys());
|
|
26890
|
+
},
|
|
26891
|
+
get$length: function(_) {
|
|
26892
|
+
var t1 = this._map;
|
|
26893
|
+
return t1.get$length(t1);
|
|
26894
|
+
},
|
|
26895
|
+
add$1: function(_, value) {
|
|
26896
|
+
throw H.wrapException(P.UnsupportedError$("Cannot change unmodifiable set"));
|
|
26897
|
+
},
|
|
26898
|
+
addAll$1: function(_, elements) {
|
|
26899
|
+
throw H.wrapException(P.UnsupportedError$("Cannot change unmodifiable set"));
|
|
26900
|
+
},
|
|
26901
|
+
remove$1: function(_, value) {
|
|
26902
|
+
throw H.wrapException(P.UnsupportedError$("Cannot change unmodifiable set"));
|
|
26903
|
+
}
|
|
26904
|
+
};
|
|
26855
26905
|
P._ListBase_Object_ListMixin.prototype = {};
|
|
26856
26906
|
P._UnmodifiableMapView_MapView__UnmodifiableMapMixin.prototype = {};
|
|
26857
26907
|
P.AsciiCodec.prototype = {
|
|
@@ -27264,7 +27314,7 @@ self.readline = require("readline");
|
|
|
27264
27314
|
t2.i = i + 1;
|
|
27265
27315
|
t1[i] = value;
|
|
27266
27316
|
},
|
|
27267
|
-
$signature:
|
|
27317
|
+
$signature: 36
|
|
27268
27318
|
};
|
|
27269
27319
|
P._JsonStringStringifier.prototype = {
|
|
27270
27320
|
get$_partialResult: function() {
|
|
@@ -27700,7 +27750,7 @@ self.readline = require("readline");
|
|
|
27700
27750
|
return "0000" + n;
|
|
27701
27751
|
return "00000" + n;
|
|
27702
27752
|
},
|
|
27703
|
-
$signature:
|
|
27753
|
+
$signature: 39
|
|
27704
27754
|
};
|
|
27705
27755
|
P.Duration_toString_twoDigits.prototype = {
|
|
27706
27756
|
call$1: function(n) {
|
|
@@ -27708,7 +27758,7 @@ self.readline = require("readline");
|
|
|
27708
27758
|
return "" + n;
|
|
27709
27759
|
return "0" + n;
|
|
27710
27760
|
},
|
|
27711
|
-
$signature:
|
|
27761
|
+
$signature: 39
|
|
27712
27762
|
};
|
|
27713
27763
|
P.Error.prototype = {};
|
|
27714
27764
|
P.NullThrownError.prototype = {
|
|
@@ -28540,7 +28590,7 @@ self.readline = require("readline");
|
|
|
28540
28590
|
call$1: function(_) {
|
|
28541
28591
|
return new Uint8Array(96);
|
|
28542
28592
|
},
|
|
28543
|
-
$signature:
|
|
28593
|
+
$signature: 116
|
|
28544
28594
|
};
|
|
28545
28595
|
P._createTables_build.prototype = {
|
|
28546
28596
|
call$2: function(state, defaultTransition) {
|
|
@@ -28548,7 +28598,7 @@ self.readline = require("readline");
|
|
|
28548
28598
|
J.fillRange$3$ax(t1, 0, 96, defaultTransition);
|
|
28549
28599
|
return t1;
|
|
28550
28600
|
},
|
|
28551
|
-
$signature:
|
|
28601
|
+
$signature: 114
|
|
28552
28602
|
};
|
|
28553
28603
|
P._createTables_setChars.prototype = {
|
|
28554
28604
|
call$3: function(target, chars, transition) {
|
|
@@ -28961,42 +29011,52 @@ self.readline = require("readline");
|
|
|
28961
29011
|
G.OptionType.prototype = {};
|
|
28962
29012
|
G.Parser0.prototype = {
|
|
28963
29013
|
parse$0: function() {
|
|
28964
|
-
var commandName, commandParser, error,
|
|
28965
|
-
|
|
28966
|
-
|
|
29014
|
+
var commandName, commandParser, error, t1, t2, t4, t5, t6, t7, t8, t9, command, exception, _i, _this = this,
|
|
29015
|
+
t3 = _this.args,
|
|
29016
|
+
$arguments = t3.toList$0(0),
|
|
28967
29017
|
commandResults = null;
|
|
28968
|
-
for (
|
|
28969
|
-
|
|
28970
|
-
|
|
28971
|
-
|
|
29018
|
+
for (t4 = _this.rest, t5 = _this.grammar, t6 = !t5.allowTrailingOptions, t7 = t5.commands; !t3.get$isEmpty(t3);) {
|
|
29019
|
+
t8 = t3._collection$_head;
|
|
29020
|
+
t9 = t8 === t3._collection$_tail;
|
|
29021
|
+
if (t9)
|
|
29022
|
+
H.throwExpression(H.IterableElementError_noElement());
|
|
29023
|
+
t8 = t3._collection$_table[t8];
|
|
29024
|
+
if (t8 === "--") {
|
|
29025
|
+
t3.removeFirst$0();
|
|
28972
29026
|
break;
|
|
28973
29027
|
}
|
|
28974
|
-
|
|
29028
|
+
if (t9)
|
|
29029
|
+
H.throwExpression(H.IterableElementError_noElement());
|
|
29030
|
+
command = t7._map.$index(0, t8);
|
|
28975
29031
|
if (command != null) {
|
|
28976
|
-
if (
|
|
29032
|
+
if (t4.length !== 0)
|
|
28977
29033
|
H.throwExpression(Z.ArgParserException$("Cannot specify arguments before a command.", null));
|
|
28978
|
-
commandName =
|
|
28979
|
-
|
|
28980
|
-
|
|
28981
|
-
|
|
28982
|
-
C.JSArray_methods.addAll$1(
|
|
28983
|
-
commandParser = new G.Parser0(commandName, _this, command,
|
|
29034
|
+
commandName = t3.removeFirst$0();
|
|
29035
|
+
t6 = P.String;
|
|
29036
|
+
t7 = [t6];
|
|
29037
|
+
t8 = H.setRuntimeTypeInfo([], t7);
|
|
29038
|
+
C.JSArray_methods.addAll$1(t8, t4);
|
|
29039
|
+
commandParser = new G.Parser0(commandName, _this, command, t3, t8, P.LinkedHashMap_LinkedHashMap$_empty(t6, null));
|
|
28984
29040
|
try {
|
|
28985
29041
|
commandResults = commandParser.parse$0();
|
|
28986
29042
|
} catch (exception) {
|
|
28987
|
-
|
|
28988
|
-
if (
|
|
28989
|
-
error =
|
|
29043
|
+
t3 = H.unwrapException(exception);
|
|
29044
|
+
if (t3 instanceof Z.ArgParserException) {
|
|
29045
|
+
error = t3;
|
|
28990
29046
|
if (commandName == null)
|
|
28991
29047
|
throw exception;
|
|
28992
|
-
|
|
28993
|
-
|
|
28994
|
-
|
|
28995
|
-
|
|
29048
|
+
t3 = error.message;
|
|
29049
|
+
t1 = H.setRuntimeTypeInfo([], t7);
|
|
29050
|
+
J.add$1$ax(t1, commandName);
|
|
29051
|
+
for (t4 = error.commands, t5 = t4.length, _i = 0; _i < t5; ++_i) {
|
|
29052
|
+
t2 = t4[_i];
|
|
29053
|
+
J.add$1$ax(t1, t2);
|
|
29054
|
+
}
|
|
29055
|
+
throw H.wrapException(Z.ArgParserException$(t3, t1));
|
|
28996
29056
|
} else
|
|
28997
29057
|
throw exception;
|
|
28998
29058
|
}
|
|
28999
|
-
C.JSArray_methods.set$length(
|
|
29059
|
+
C.JSArray_methods.set$length(t4, 0);
|
|
29000
29060
|
break;
|
|
29001
29061
|
}
|
|
29002
29062
|
if (_this.parseSoloOption$0())
|
|
@@ -29005,28 +29065,28 @@ self.readline = require("readline");
|
|
|
29005
29065
|
continue;
|
|
29006
29066
|
if (_this.parseLongOption$0())
|
|
29007
29067
|
continue;
|
|
29008
|
-
if (
|
|
29068
|
+
if (t6)
|
|
29009
29069
|
break;
|
|
29010
|
-
|
|
29070
|
+
t4.push(t3.removeFirst$0());
|
|
29011
29071
|
}
|
|
29012
|
-
|
|
29013
|
-
C.JSArray_methods.addAll$1(
|
|
29014
|
-
|
|
29015
|
-
return V.ArgResults$_(
|
|
29072
|
+
t5.options._map.forEach$1(0, new G.Parser_parse_closure(_this));
|
|
29073
|
+
C.JSArray_methods.addAll$1(t4, t3);
|
|
29074
|
+
t3.clear$0(0);
|
|
29075
|
+
return V.ArgResults$_(t5, _this.results, _this.commandName, commandResults, t4, $arguments);
|
|
29016
29076
|
},
|
|
29017
29077
|
readNextArgAsValue$1: function(option) {
|
|
29018
29078
|
var t1 = this.args,
|
|
29019
|
-
t2 = t1.
|
|
29079
|
+
t2 = t1.get$isEmpty(t1),
|
|
29020
29080
|
t3 = 'Missing argument for "' + option.name + '".';
|
|
29021
|
-
if (t2
|
|
29081
|
+
if (t2)
|
|
29022
29082
|
H.throwExpression(Z.ArgParserException$(t3, null));
|
|
29023
|
-
this.setOption$3(this.results, option, t1
|
|
29024
|
-
|
|
29083
|
+
this.setOption$3(this.results, option, t1.get$first(t1));
|
|
29084
|
+
t1.removeFirst$0();
|
|
29025
29085
|
},
|
|
29026
29086
|
parseSoloOption$0: function() {
|
|
29027
29087
|
var t2, option, _this = this,
|
|
29028
29088
|
t1 = _this.args,
|
|
29029
|
-
soloOpt = $.$get$_soloOpt().firstMatch$1(t1
|
|
29089
|
+
soloOpt = $.$get$_soloOpt().firstMatch$1(t1.get$first(t1));
|
|
29030
29090
|
if (soloOpt == null)
|
|
29031
29091
|
return false;
|
|
29032
29092
|
t2 = soloOpt._match;
|
|
@@ -29038,7 +29098,7 @@ self.readline = require("readline");
|
|
|
29038
29098
|
H.throwExpression(Z.ArgParserException$(t2, null));
|
|
29039
29099
|
return t1.parseSoloOption$0();
|
|
29040
29100
|
}
|
|
29041
|
-
|
|
29101
|
+
t1.removeFirst$0();
|
|
29042
29102
|
if (option.type === C.OptionType_nMZ)
|
|
29043
29103
|
_this.results.$indexSet(0, option.name, true);
|
|
29044
29104
|
else
|
|
@@ -29048,7 +29108,7 @@ self.readline = require("readline");
|
|
|
29048
29108
|
parseAbbreviation$1: function(innermostCommand) {
|
|
29049
29109
|
var t2, c, first, t3, t4, i, i0, _this = this,
|
|
29050
29110
|
t1 = _this.args,
|
|
29051
|
-
abbrOpt = $.$get$_abbrOpt().firstMatch$1(t1
|
|
29111
|
+
abbrOpt = $.$get$_abbrOpt().firstMatch$1(t1.get$first(t1));
|
|
29052
29112
|
if (abbrOpt == null)
|
|
29053
29113
|
return false;
|
|
29054
29114
|
t2 = abbrOpt._match;
|
|
@@ -29072,7 +29132,7 @@ self.readline = require("readline");
|
|
|
29072
29132
|
innermostCommand.parseShortFlag$1(J.substring$2$s(t3, i, i0));
|
|
29073
29133
|
}
|
|
29074
29134
|
}
|
|
29075
|
-
|
|
29135
|
+
t1.removeFirst$0();
|
|
29076
29136
|
return true;
|
|
29077
29137
|
},
|
|
29078
29138
|
parseShortFlag$1: function(c) {
|
|
@@ -29096,7 +29156,7 @@ self.readline = require("readline");
|
|
|
29096
29156
|
var t2, $name, t3, option, _this = this, _null = null,
|
|
29097
29157
|
_s32_ = 'Could not find an option named "',
|
|
29098
29158
|
t1 = _this.args,
|
|
29099
|
-
longOpt = $.$get$_longOpt().firstMatch$1(t1
|
|
29159
|
+
longOpt = $.$get$_longOpt().firstMatch$1(t1.get$first(t1));
|
|
29100
29160
|
if (longOpt == null)
|
|
29101
29161
|
return false;
|
|
29102
29162
|
t2 = longOpt._match;
|
|
@@ -29104,7 +29164,7 @@ self.readline = require("readline");
|
|
|
29104
29164
|
t3 = _this.grammar.options._map;
|
|
29105
29165
|
option = t3.$index(0, $name);
|
|
29106
29166
|
if (option != null) {
|
|
29107
|
-
|
|
29167
|
+
t1.removeFirst$0();
|
|
29108
29168
|
if (option.type === C.OptionType_nMZ) {
|
|
29109
29169
|
t1 = t2[3];
|
|
29110
29170
|
t2 = 'Flag option "' + H.S($name) + '" should not be given a value.';
|
|
@@ -29128,7 +29188,7 @@ self.readline = require("readline");
|
|
|
29128
29188
|
H.throwExpression(Z.ArgParserException$(t2, _null));
|
|
29129
29189
|
return t1.parseLongOption$0();
|
|
29130
29190
|
}
|
|
29131
|
-
|
|
29191
|
+
t1.removeFirst$0();
|
|
29132
29192
|
t1 = option.type;
|
|
29133
29193
|
t2 = 'Cannot negate non-flag option "' + $name + '".';
|
|
29134
29194
|
if (t1 !== C.OptionType_nMZ)
|
|
@@ -29189,7 +29249,7 @@ self.readline = require("readline");
|
|
|
29189
29249
|
call$0: function() {
|
|
29190
29250
|
return H.setRuntimeTypeInfo([], [P.String]);
|
|
29191
29251
|
},
|
|
29192
|
-
$signature:
|
|
29252
|
+
$signature: 33
|
|
29193
29253
|
};
|
|
29194
29254
|
G.Usage.prototype = {
|
|
29195
29255
|
generate$0: function() {
|
|
@@ -29360,14 +29420,14 @@ self.readline = require("readline");
|
|
|
29360
29420
|
call$1: function(value) {
|
|
29361
29421
|
return '"' + H.S(value) + '"';
|
|
29362
29422
|
},
|
|
29363
|
-
$signature:
|
|
29423
|
+
$signature: 121
|
|
29364
29424
|
};
|
|
29365
29425
|
G.Usage_buildAllowedList_closure.prototype = {
|
|
29366
29426
|
call$1: function(value) {
|
|
29367
29427
|
var t1 = this.option.defaultsTo;
|
|
29368
29428
|
return value == null ? t1 == null : value === t1;
|
|
29369
29429
|
},
|
|
29370
|
-
$signature:
|
|
29430
|
+
$signature: 63
|
|
29371
29431
|
};
|
|
29372
29432
|
V.ErrorResult.prototype = {
|
|
29373
29433
|
complete$1: function(completer) {
|
|
@@ -29539,7 +29599,7 @@ self.readline = require("readline");
|
|
|
29539
29599
|
},
|
|
29540
29600
|
"call*": "call$0",
|
|
29541
29601
|
$requiredArgCount: 0,
|
|
29542
|
-
$signature:
|
|
29602
|
+
$signature: 42
|
|
29543
29603
|
};
|
|
29544
29604
|
L._StreamGroupState.prototype = {
|
|
29545
29605
|
toString$0: function(_) {
|
|
@@ -29608,7 +29668,7 @@ self.readline = require("readline");
|
|
|
29608
29668
|
},
|
|
29609
29669
|
"call*": "call$2",
|
|
29610
29670
|
$requiredArgCount: 2,
|
|
29611
|
-
$signature:
|
|
29671
|
+
$signature: 43
|
|
29612
29672
|
};
|
|
29613
29673
|
G.StreamQueue__ensureListening_closure0.prototype = {
|
|
29614
29674
|
call$0: function() {
|
|
@@ -29742,7 +29802,7 @@ self.readline = require("readline");
|
|
|
29742
29802
|
$defaultValues: function() {
|
|
29743
29803
|
return [null];
|
|
29744
29804
|
},
|
|
29745
|
-
$signature:
|
|
29805
|
+
$signature: 60
|
|
29746
29806
|
};
|
|
29747
29807
|
B.Stdin.prototype = {};
|
|
29748
29808
|
B.Stdout.prototype = {};
|
|
@@ -30830,7 +30890,7 @@ self.readline = require("readline");
|
|
|
30830
30890
|
call$1: function(_) {
|
|
30831
30891
|
return this.$this.style.get$separator();
|
|
30832
30892
|
},
|
|
30833
|
-
$signature:
|
|
30893
|
+
$signature: 39
|
|
30834
30894
|
};
|
|
30835
30895
|
X.ParsedPath__splitExtension_closure.prototype = {
|
|
30836
30896
|
call$1: function(p) {
|
|
@@ -30877,7 +30937,7 @@ self.readline = require("readline");
|
|
|
30877
30937
|
call$1: function(path) {
|
|
30878
30938
|
return typeof path === "string" || path == null;
|
|
30879
30939
|
},
|
|
30880
|
-
$signature:
|
|
30940
|
+
$signature: 63
|
|
30881
30941
|
};
|
|
30882
30942
|
O.Style.prototype = {
|
|
30883
30943
|
toString$0: function(_) {
|
|
@@ -32180,7 +32240,7 @@ self.readline = require("readline");
|
|
|
32180
32240
|
call$1: function(value) {
|
|
32181
32241
|
return typeof value === "string" ? value : "#{" + H.S(value) + "}";
|
|
32182
32242
|
},
|
|
32183
|
-
$signature:
|
|
32243
|
+
$signature: 28
|
|
32184
32244
|
};
|
|
32185
32245
|
B.SassNode.prototype = {};
|
|
32186
32246
|
O.Statement.prototype = {$isAstNode: 1};
|
|
@@ -34174,7 +34234,7 @@ self.readline = require("readline");
|
|
|
34174
34234
|
call$1: function(_) {
|
|
34175
34235
|
return H.setRuntimeTypeInfo([], [[G.Module, B.AsyncCallable]]);
|
|
34176
34236
|
},
|
|
34177
|
-
$signature:
|
|
34237
|
+
$signature: 106
|
|
34178
34238
|
};
|
|
34179
34239
|
Q.AsyncEnvironment__getVariableFromGlobalModule_closure.prototype = {
|
|
34180
34240
|
call$1: function(module) {
|
|
@@ -34525,13 +34585,13 @@ self.readline = require("readline");
|
|
|
34525
34585
|
});
|
|
34526
34586
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
34527
34587
|
},
|
|
34528
|
-
$signature:
|
|
34588
|
+
$signature: 109
|
|
34529
34589
|
};
|
|
34530
34590
|
O.AsyncImportCache__canonicalize_closure.prototype = {
|
|
34531
34591
|
call$0: function() {
|
|
34532
34592
|
return this.importer.canonicalize$1(this.url);
|
|
34533
34593
|
},
|
|
34534
|
-
$signature:
|
|
34594
|
+
$signature: 86
|
|
34535
34595
|
};
|
|
34536
34596
|
O.AsyncImportCache_importCanonical_closure.prototype = {
|
|
34537
34597
|
call$0: function() {
|
|
@@ -34573,7 +34633,7 @@ self.readline = require("readline");
|
|
|
34573
34633
|
});
|
|
34574
34634
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
34575
34635
|
},
|
|
34576
|
-
$signature:
|
|
34636
|
+
$signature: 115
|
|
34577
34637
|
};
|
|
34578
34638
|
O.AsyncImportCache_humanize_closure.prototype = {
|
|
34579
34639
|
call$1: function(tuple) {
|
|
@@ -34590,7 +34650,7 @@ self.readline = require("readline");
|
|
|
34590
34650
|
call$1: function(url) {
|
|
34591
34651
|
return J.get$length$asx(J.get$path$x(url));
|
|
34592
34652
|
},
|
|
34593
|
-
$signature:
|
|
34653
|
+
$signature: 27
|
|
34594
34654
|
};
|
|
34595
34655
|
D.Callable.prototype = {};
|
|
34596
34656
|
B.AsyncCallable.prototype = {};
|
|
@@ -34670,7 +34730,7 @@ self.readline = require("readline");
|
|
|
34670
34730
|
this.callback.call$1($arguments);
|
|
34671
34731
|
return;
|
|
34672
34732
|
},
|
|
34673
|
-
$signature:
|
|
34733
|
+
$signature: 59
|
|
34674
34734
|
};
|
|
34675
34735
|
L.PlainCssCallable.prototype = {
|
|
34676
34736
|
$eq: function(_, other) {
|
|
@@ -35224,7 +35284,7 @@ self.readline = require("readline");
|
|
|
35224
35284
|
call$1: function(_) {
|
|
35225
35285
|
return H.setRuntimeTypeInfo([], [[G.Module, D.Callable]]);
|
|
35226
35286
|
},
|
|
35227
|
-
$signature:
|
|
35287
|
+
$signature: 123
|
|
35228
35288
|
};
|
|
35229
35289
|
O.Environment__getVariableFromGlobalModule_closure.prototype = {
|
|
35230
35290
|
call$1: function(module) {
|
|
@@ -35760,7 +35820,7 @@ self.readline = require("readline");
|
|
|
35760
35820
|
parser.addFlag$3$help$negatable("version", "Print the version of Dart Sass.", false);
|
|
35761
35821
|
return parser;
|
|
35762
35822
|
},
|
|
35763
|
-
$signature:
|
|
35823
|
+
$signature: 128
|
|
35764
35824
|
};
|
|
35765
35825
|
B.ExecutableOptions_emitErrorCss_closure.prototype = {
|
|
35766
35826
|
call$1: function(destination) {
|
|
@@ -36082,7 +36142,7 @@ self.readline = require("readline");
|
|
|
36082
36142
|
_handleAdd$body$_Watcher: function(path) {
|
|
36083
36143
|
var $async$goto = 0,
|
|
36084
36144
|
$async$completer = P._makeAsyncAwaitCompleter(P.bool),
|
|
36085
|
-
$async$returnValue, $async$self = this, destination, t1, t2;
|
|
36145
|
+
$async$returnValue, $async$self = this, destination, success, t1, t2, $async$temp1;
|
|
36086
36146
|
var $async$_handleAdd$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
36087
36147
|
if ($async$errorCode === 1)
|
|
36088
36148
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -36090,31 +36150,34 @@ self.readline = require("readline");
|
|
|
36090
36150
|
switch ($async$goto) {
|
|
36091
36151
|
case 0:
|
|
36092
36152
|
// Function start
|
|
36093
|
-
$async$goto = 3;
|
|
36094
|
-
return P._asyncAwait($async$self._retryPotentialImports$1(path), $async$_handleAdd$1);
|
|
36095
|
-
case 3:
|
|
36096
|
-
// returning from await.
|
|
36097
|
-
if (!$async$result && H.boolTypeCast($async$self._watch$_options._options.$index(0, "stop-on-error"))) {
|
|
36098
|
-
$async$returnValue = false;
|
|
36099
|
-
// goto return
|
|
36100
|
-
$async$goto = 1;
|
|
36101
|
-
break;
|
|
36102
|
-
}
|
|
36103
36153
|
destination = $async$self._destinationFor$1(path);
|
|
36104
|
-
|
|
36105
|
-
|
|
36106
|
-
|
|
36107
|
-
|
|
36154
|
+
$async$temp1 = destination == null;
|
|
36155
|
+
if ($async$temp1)
|
|
36156
|
+
$async$result = $async$temp1;
|
|
36157
|
+
else {
|
|
36158
|
+
// goto then
|
|
36159
|
+
$async$goto = 3;
|
|
36108
36160
|
break;
|
|
36109
36161
|
}
|
|
36110
|
-
|
|
36111
|
-
t2 = $.$get$context();
|
|
36112
|
-
$async$self._graph.addCanonical$3(new F.FilesystemImporter(t1), t2.toUri$1(t2.canonicalize$1(path)), t2.toUri$1(path));
|
|
36162
|
+
// goto join
|
|
36113
36163
|
$async$goto = 4;
|
|
36164
|
+
break;
|
|
36165
|
+
case 3:
|
|
36166
|
+
// then
|
|
36167
|
+
$async$goto = 5;
|
|
36114
36168
|
return P._asyncAwait($async$self.compile$2(path, destination), $async$_handleAdd$1);
|
|
36169
|
+
case 5:
|
|
36170
|
+
// returning from await.
|
|
36115
36171
|
case 4:
|
|
36172
|
+
// join
|
|
36173
|
+
success = $async$result;
|
|
36174
|
+
t1 = D.absolute(".");
|
|
36175
|
+
t2 = $.$get$context();
|
|
36176
|
+
$async$goto = 6;
|
|
36177
|
+
return P._asyncAwait($async$self._recompileDownstream$1($async$self._graph.addCanonical$3(new F.FilesystemImporter(t1), t2.toUri$1(t2.canonicalize$1(path)), t2.toUri$1(path))), $async$_handleAdd$1);
|
|
36178
|
+
case 6:
|
|
36116
36179
|
// returning from await.
|
|
36117
|
-
$async$returnValue = $async$result;
|
|
36180
|
+
$async$returnValue = $async$result && success;
|
|
36118
36181
|
// goto return
|
|
36119
36182
|
$async$goto = 1;
|
|
36120
36183
|
break;
|
|
@@ -36131,7 +36194,7 @@ self.readline = require("readline");
|
|
|
36131
36194
|
_handleRemove$body$_Watcher: function(path) {
|
|
36132
36195
|
var $async$goto = 0,
|
|
36133
36196
|
$async$completer = P._makeAsyncAwaitCompleter(P.bool),
|
|
36134
|
-
$async$returnValue, $async$self = this, t2, destination, t1, url;
|
|
36197
|
+
$async$returnValue, $async$self = this, t2, destination, t3, node, toRecompile, t1, url;
|
|
36135
36198
|
var $async$_handleRemove$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
36136
36199
|
if ($async$errorCode === 1)
|
|
36137
36200
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -36141,32 +36204,27 @@ self.readline = require("readline");
|
|
|
36141
36204
|
// Function start
|
|
36142
36205
|
t1 = $.$get$context();
|
|
36143
36206
|
url = t1.toUri$1(t1.canonicalize$1(path));
|
|
36144
|
-
$async$goto = 3;
|
|
36145
|
-
return P._asyncAwait($async$self._retryPotentialImports$1(path), $async$_handleRemove$1);
|
|
36146
|
-
case 3:
|
|
36147
|
-
// returning from await.
|
|
36148
|
-
if (!$async$result && H.boolTypeCast($async$self._watch$_options._options.$index(0, "stop-on-error"))) {
|
|
36149
|
-
$async$returnValue = false;
|
|
36150
|
-
// goto return
|
|
36151
|
-
$async$goto = 1;
|
|
36152
|
-
break;
|
|
36153
|
-
}
|
|
36154
36207
|
t1 = $async$self._graph;
|
|
36155
36208
|
t2 = t1._nodes;
|
|
36156
|
-
if (
|
|
36157
|
-
$async$
|
|
36158
|
-
|
|
36159
|
-
|
|
36160
|
-
break;
|
|
36209
|
+
if (t2.containsKey$1(url)) {
|
|
36210
|
+
destination = $async$self._destinationFor$1(path);
|
|
36211
|
+
if (destination != null)
|
|
36212
|
+
$async$self._delete$1(destination);
|
|
36161
36213
|
}
|
|
36162
|
-
|
|
36163
|
-
|
|
36164
|
-
|
|
36165
|
-
|
|
36166
|
-
|
|
36167
|
-
|
|
36168
|
-
|
|
36169
|
-
|
|
36214
|
+
t3 = D.absolute(".");
|
|
36215
|
+
node = t2.remove$1(0, url);
|
|
36216
|
+
t2 = node != null;
|
|
36217
|
+
if (t2) {
|
|
36218
|
+
t1._transitiveModificationTimes.clear$0(0);
|
|
36219
|
+
t1.importCache.clearImport$1(url);
|
|
36220
|
+
node._stylesheet_graph$_remove$0();
|
|
36221
|
+
}
|
|
36222
|
+
toRecompile = t1._recanonicalizeImports$2(new F.FilesystemImporter(t3), url);
|
|
36223
|
+
if (t2)
|
|
36224
|
+
toRecompile.addAll$1(0, node._downstream);
|
|
36225
|
+
$async$goto = 3;
|
|
36226
|
+
return P._asyncAwait($async$self._recompileDownstream$1(toRecompile), $async$_handleRemove$1);
|
|
36227
|
+
case 3:
|
|
36170
36228
|
// returning from await.
|
|
36171
36229
|
$async$returnValue = $async$result;
|
|
36172
36230
|
// goto return
|
|
@@ -36181,7 +36239,7 @@ self.readline = require("readline");
|
|
|
36181
36239
|
},
|
|
36182
36240
|
_debounceEvents$1: function(events) {
|
|
36183
36241
|
var t1 = E.WatchEvent,
|
|
36184
|
-
t2 = R._debounceAggregate(P.Duration$(25), H.instantiate1(R.rate_limit___collectToList$closure(), t1), t1, [P.List, t1]).bind$1(events);
|
|
36242
|
+
t2 = R._debounceAggregate(P.Duration$(25), H.instantiate1(R.rate_limit___collectToList$closure(), t1), false, true, t1, [P.List, t1]).bind$1(events);
|
|
36185
36243
|
return new P._ExpandStream(new A._Watcher__debounceEvents_closure(), t2, [H.getRuntimeTypeArgument(t2, "Stream", 0), t1]);
|
|
36186
36244
|
},
|
|
36187
36245
|
_recompileDownstream$1: function(nodes) {
|
|
@@ -36303,61 +36361,10 @@ self.readline = require("readline");
|
|
|
36303
36361
|
continue;
|
|
36304
36362
|
t1._ensureSources$0();
|
|
36305
36363
|
destination = t2.join$8(0, t1._sourceDirectoriesToDestinations.$index(0, t4), t2.withoutExtension$1(t2.relative$2$from(source, t4)) + ".css", _null, _null, _null, _null, _null, _null);
|
|
36306
|
-
if (destination !==
|
|
36364
|
+
if (t2._isWithinOrEquals$2(destination, source) !== C._PathRelation_equal)
|
|
36307
36365
|
return destination;
|
|
36308
36366
|
}
|
|
36309
36367
|
return;
|
|
36310
|
-
},
|
|
36311
|
-
_retryPotentialImports$1: function(path) {
|
|
36312
|
-
return this._retryPotentialImports$body$_Watcher(path);
|
|
36313
|
-
},
|
|
36314
|
-
_retryPotentialImports$body$_Watcher: function(path) {
|
|
36315
|
-
var $async$goto = 0,
|
|
36316
|
-
$async$completer = P._makeAsyncAwaitCompleter(P.bool),
|
|
36317
|
-
$async$returnValue, $async$self = this, t1, _box_0, t2, recanonicalize, t3, t4, $name, changed;
|
|
36318
|
-
var $async$_retryPotentialImports$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
36319
|
-
if ($async$errorCode === 1)
|
|
36320
|
-
return P._asyncRethrow($async$result, $async$completer);
|
|
36321
|
-
while (true)
|
|
36322
|
-
switch ($async$goto) {
|
|
36323
|
-
case 0:
|
|
36324
|
-
// Function start
|
|
36325
|
-
$name = $async$self._watch$_name$1(X.ParsedPath_ParsedPath$parse(path, $.$get$context().style).get$basename());
|
|
36326
|
-
changed = H.setRuntimeTypeInfo([], [M.StylesheetNode]);
|
|
36327
|
-
for (t1 = $async$self._graph._nodes.get$values(), t1 = t1.get$iterator(t1); t1.moveNext$0();) {
|
|
36328
|
-
_box_0 = {};
|
|
36329
|
-
t2 = t1.get$current(t1);
|
|
36330
|
-
_box_0.importChanged = false;
|
|
36331
|
-
recanonicalize = new A._Watcher__retryPotentialImports_recanonicalize(_box_0, $async$self, $name, t2);
|
|
36332
|
-
for (t3 = t2._upstream.get$entries(), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
|
|
36333
|
-
t4 = t3.get$current(t3);
|
|
36334
|
-
recanonicalize.call$3$forImport(t4.key, t4.value, false);
|
|
36335
|
-
}
|
|
36336
|
-
for (t3 = t2._upstreamImports.get$entries(), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
|
|
36337
|
-
t4 = t3.get$current(t3);
|
|
36338
|
-
recanonicalize.call$3$forImport(t4.key, t4.value, true);
|
|
36339
|
-
}
|
|
36340
|
-
if (_box_0.importChanged)
|
|
36341
|
-
changed.push(t2);
|
|
36342
|
-
}
|
|
36343
|
-
$async$goto = 3;
|
|
36344
|
-
return P._asyncAwait($async$self._recompileDownstream$1(changed), $async$_retryPotentialImports$1);
|
|
36345
|
-
case 3:
|
|
36346
|
-
// returning from await.
|
|
36347
|
-
$async$returnValue = $async$result;
|
|
36348
|
-
// goto return
|
|
36349
|
-
$async$goto = 1;
|
|
36350
|
-
break;
|
|
36351
|
-
case 1:
|
|
36352
|
-
// return
|
|
36353
|
-
return P._asyncReturn($async$returnValue, $async$completer);
|
|
36354
|
-
}
|
|
36355
|
-
});
|
|
36356
|
-
return P._asyncStartSync($async$_retryPotentialImports$1, $async$completer);
|
|
36357
|
-
},
|
|
36358
|
-
_watch$_name$1: function(basename) {
|
|
36359
|
-
basename = $.$get$context().withoutExtension$1(basename);
|
|
36360
|
-
return C.JSString_methods.startsWith$1(basename, "_") ? C.JSString_methods.substring$1(basename, 1) : basename;
|
|
36361
36368
|
}
|
|
36362
36369
|
};
|
|
36363
36370
|
A._Watcher__debounceEvents_closure.prototype = {
|
|
@@ -36384,38 +36391,6 @@ self.readline = require("readline");
|
|
|
36384
36391
|
return new E.WatchEvent(this.typeForPath._map.$index(0, path), path);
|
|
36385
36392
|
}
|
|
36386
36393
|
};
|
|
36387
|
-
A._Watcher__retryPotentialImports_recanonicalize.prototype = {
|
|
36388
|
-
call$3$forImport: function(url, upstream, forImport) {
|
|
36389
|
-
var newCanonicalUrl, t3, exception, _this = this,
|
|
36390
|
-
t1 = _this.$this,
|
|
36391
|
-
t2 = $.$get$url();
|
|
36392
|
-
if (t1._watch$_name$1(X.ParsedPath_ParsedPath$parse(url.get$path(url), t2.style).get$basename()) !== _this.name)
|
|
36393
|
-
return;
|
|
36394
|
-
t1 = t1._graph;
|
|
36395
|
-
t1._transitiveModificationTimes.clear$0(0);
|
|
36396
|
-
t1 = t1.importCache;
|
|
36397
|
-
t2 = t1._canonicalizeCache;
|
|
36398
|
-
t3 = [P.Uri, P.bool];
|
|
36399
|
-
t2.remove$1(0, new S.Tuple2(url, false, t3));
|
|
36400
|
-
t2.remove$1(0, new S.Tuple2(url, true, t3));
|
|
36401
|
-
t2 = _this._box_0;
|
|
36402
|
-
if (!t2.importChanged) {
|
|
36403
|
-
newCanonicalUrl = null;
|
|
36404
|
-
try {
|
|
36405
|
-
t3 = _this.node;
|
|
36406
|
-
t3 = t1.canonicalize$4$baseImporter$baseUrl$forImport(url, t3.importer, t3.canonicalUrl, forImport);
|
|
36407
|
-
newCanonicalUrl = t3 == null ? null : t3.item2;
|
|
36408
|
-
} catch (exception) {
|
|
36409
|
-
H.unwrapException(exception);
|
|
36410
|
-
}
|
|
36411
|
-
t1 = newCanonicalUrl;
|
|
36412
|
-
t2.importChanged = !J.$eq$(t1, upstream == null ? null : upstream.canonicalUrl);
|
|
36413
|
-
}
|
|
36414
|
-
},
|
|
36415
|
-
call$2: function(url, upstream) {
|
|
36416
|
-
return this.call$3$forImport(url, upstream, null);
|
|
36417
|
-
}
|
|
36418
|
-
};
|
|
36419
36394
|
T.EmptyExtender.prototype = {
|
|
36420
36395
|
get$isEmpty: function(_) {
|
|
36421
36396
|
return true;
|
|
@@ -36938,12 +36913,6 @@ self.readline = require("readline");
|
|
|
36938
36913
|
return this._sourceSpecificity;
|
|
36939
36914
|
}
|
|
36940
36915
|
};
|
|
36941
|
-
F.Extender__extendOrReplace_closure.prototype = {
|
|
36942
|
-
call$1: function(complex) {
|
|
36943
|
-
return S.Extension$oneOff(H.interceptedTypeCast(complex, "$isComplexSelector"), false, null);
|
|
36944
|
-
},
|
|
36945
|
-
$signature: 101
|
|
36946
|
-
};
|
|
36947
36916
|
F.Extender_extensionsWhereTarget_closure.prototype = {
|
|
36948
36917
|
call$1: function(extension) {
|
|
36949
36918
|
return !extension.isOptional;
|
|
@@ -36953,19 +36922,19 @@ self.readline = require("readline");
|
|
|
36953
36922
|
call$0: function() {
|
|
36954
36923
|
return P.LinkedHashSet_LinkedHashSet$_empty([F.ModifiableCssValue, D.SelectorList]);
|
|
36955
36924
|
},
|
|
36956
|
-
$signature:
|
|
36925
|
+
$signature: 139
|
|
36957
36926
|
};
|
|
36958
36927
|
F.Extender_addExtension_closure.prototype = {
|
|
36959
36928
|
call$0: function() {
|
|
36960
36929
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
36961
36930
|
},
|
|
36962
|
-
$signature:
|
|
36931
|
+
$signature: 58
|
|
36963
36932
|
};
|
|
36964
36933
|
F.Extender_addExtension_closure0.prototype = {
|
|
36965
36934
|
call$0: function() {
|
|
36966
36935
|
return H.setRuntimeTypeInfo([], [S.Extension]);
|
|
36967
36936
|
},
|
|
36968
|
-
$signature:
|
|
36937
|
+
$signature: 69
|
|
36969
36938
|
};
|
|
36970
36939
|
F.Extender_addExtension_closure1.prototype = {
|
|
36971
36940
|
call$0: function() {
|
|
@@ -36977,13 +36946,13 @@ self.readline = require("readline");
|
|
|
36977
36946
|
call$0: function() {
|
|
36978
36947
|
return H.setRuntimeTypeInfo([], [S.Extension]);
|
|
36979
36948
|
},
|
|
36980
|
-
$signature:
|
|
36949
|
+
$signature: 69
|
|
36981
36950
|
};
|
|
36982
36951
|
F.Extender__extendExistingExtensions_closure0.prototype = {
|
|
36983
36952
|
call$0: function() {
|
|
36984
36953
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
36985
36954
|
},
|
|
36986
|
-
$signature:
|
|
36955
|
+
$signature: 58
|
|
36987
36956
|
};
|
|
36988
36957
|
F.Extender_addExtensions_closure.prototype = {
|
|
36989
36958
|
call$2: function(target, newSources) {
|
|
@@ -37039,13 +37008,13 @@ self.readline = require("readline");
|
|
|
37039
37008
|
call$0: function() {
|
|
37040
37009
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
37041
37010
|
},
|
|
37042
|
-
$signature:
|
|
37011
|
+
$signature: 58
|
|
37043
37012
|
};
|
|
37044
37013
|
F.Extender_addExtensions___closure0.prototype = {
|
|
37045
37014
|
call$0: function() {
|
|
37046
37015
|
return this.extension;
|
|
37047
37016
|
},
|
|
37048
|
-
$signature:
|
|
37017
|
+
$signature: 130
|
|
37049
37018
|
};
|
|
37050
37019
|
F.Extender__extendList_closure.prototype = {
|
|
37051
37020
|
call$1: function(complex) {
|
|
@@ -37681,7 +37650,7 @@ self.readline = require("readline");
|
|
|
37681
37650
|
else
|
|
37682
37651
|
throw H.wrapException(E.SassScriptException$("Missing argument $lightness."));
|
|
37683
37652
|
},
|
|
37684
|
-
$signature:
|
|
37653
|
+
$signature: 10
|
|
37685
37654
|
};
|
|
37686
37655
|
K.closure55.prototype = {
|
|
37687
37656
|
call$1: function($arguments) {
|
|
@@ -37710,7 +37679,7 @@ self.readline = require("readline");
|
|
|
37710
37679
|
else
|
|
37711
37680
|
throw H.wrapException(E.SassScriptException$("Missing argument $lightness."));
|
|
37712
37681
|
},
|
|
37713
|
-
$signature:
|
|
37682
|
+
$signature: 10
|
|
37714
37683
|
};
|
|
37715
37684
|
K.closure59.prototype = {
|
|
37716
37685
|
call$1: function($arguments) {
|
|
@@ -37735,7 +37704,7 @@ self.readline = require("readline");
|
|
|
37735
37704
|
degrees = t1.$index($arguments, 1).assertNumber$1("degrees");
|
|
37736
37705
|
return color.changeHsl$1$hue(color.get$hue() + degrees.value);
|
|
37737
37706
|
},
|
|
37738
|
-
$signature:
|
|
37707
|
+
$signature: 20
|
|
37739
37708
|
};
|
|
37740
37709
|
K.closure62.prototype = {
|
|
37741
37710
|
call$1: function($arguments) {
|
|
@@ -37744,7 +37713,7 @@ self.readline = require("readline");
|
|
|
37744
37713
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37745
37714
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37746
37715
|
},
|
|
37747
|
-
$signature:
|
|
37716
|
+
$signature: 20
|
|
37748
37717
|
};
|
|
37749
37718
|
K.closure63.prototype = {
|
|
37750
37719
|
call$1: function($arguments) {
|
|
@@ -37753,13 +37722,13 @@ self.readline = require("readline");
|
|
|
37753
37722
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37754
37723
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37755
37724
|
},
|
|
37756
|
-
$signature:
|
|
37725
|
+
$signature: 20
|
|
37757
37726
|
};
|
|
37758
37727
|
K.closure64.prototype = {
|
|
37759
37728
|
call$1: function($arguments) {
|
|
37760
37729
|
return new D.SassString("saturate(" + N.serializeValue(J.$index$asx($arguments, 0).assertNumber$1("amount"), false, true) + ")", false);
|
|
37761
37730
|
},
|
|
37762
|
-
$signature:
|
|
37731
|
+
$signature: 10
|
|
37763
37732
|
};
|
|
37764
37733
|
K.closure65.prototype = {
|
|
37765
37734
|
call$1: function($arguments) {
|
|
@@ -37768,7 +37737,7 @@ self.readline = require("readline");
|
|
|
37768
37737
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37769
37738
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37770
37739
|
},
|
|
37771
|
-
$signature:
|
|
37740
|
+
$signature: 20
|
|
37772
37741
|
};
|
|
37773
37742
|
K.closure66.prototype = {
|
|
37774
37743
|
call$1: function($arguments) {
|
|
@@ -37777,7 +37746,7 @@ self.readline = require("readline");
|
|
|
37777
37746
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37778
37747
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37779
37748
|
},
|
|
37780
|
-
$signature:
|
|
37749
|
+
$signature: 20
|
|
37781
37750
|
};
|
|
37782
37751
|
K.closure67.prototype = {
|
|
37783
37752
|
call$1: function($arguments) {
|
|
@@ -37802,7 +37771,7 @@ self.readline = require("readline");
|
|
|
37802
37771
|
else
|
|
37803
37772
|
throw H.wrapException(E.SassScriptException$("Only 1 argument allowed, but " + t1 + " were passed."));
|
|
37804
37773
|
},
|
|
37805
|
-
$signature:
|
|
37774
|
+
$signature: 10
|
|
37806
37775
|
};
|
|
37807
37776
|
K._closure10.prototype = {
|
|
37808
37777
|
call$1: function(argument) {
|
|
@@ -37877,7 +37846,7 @@ self.readline = require("readline");
|
|
|
37877
37846
|
}
|
|
37878
37847
|
throw H.wrapException(E.SassScriptException$("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed."));
|
|
37879
37848
|
},
|
|
37880
|
-
$signature:
|
|
37849
|
+
$signature: 10
|
|
37881
37850
|
};
|
|
37882
37851
|
K._closure12.prototype = {
|
|
37883
37852
|
call$1: function(argument) {
|
|
@@ -37924,7 +37893,7 @@ self.readline = require("readline");
|
|
|
37924
37893
|
var t1 = J.getInterceptor$asx($arguments);
|
|
37925
37894
|
return K._mixColors(t1.$index($arguments, 0).assertColor$1("color1"), t1.$index($arguments, 1).assertColor$1("color2"), t1.$index($arguments, 2).assertNumber$1("weight"));
|
|
37926
37895
|
},
|
|
37927
|
-
$signature:
|
|
37896
|
+
$signature: 20
|
|
37928
37897
|
};
|
|
37929
37898
|
K.closure79.prototype = {
|
|
37930
37899
|
call$1: function($arguments) {
|
|
@@ -37961,7 +37930,7 @@ self.readline = require("readline");
|
|
|
37961
37930
|
var color = J.$index$asx($arguments, 0).assertColor$1("color");
|
|
37962
37931
|
return color.changeHsl$1$hue(color.get$hue() + 180);
|
|
37963
37932
|
},
|
|
37964
|
-
$signature:
|
|
37933
|
+
$signature: 20
|
|
37965
37934
|
};
|
|
37966
37935
|
K.closure74.prototype = {
|
|
37967
37936
|
call$1: function($arguments) {
|
|
@@ -38017,7 +37986,7 @@ self.readline = require("readline");
|
|
|
38017
37986
|
else
|
|
38018
37987
|
return color;
|
|
38019
37988
|
},
|
|
38020
|
-
$signature:
|
|
37989
|
+
$signature: 20
|
|
38021
37990
|
};
|
|
38022
37991
|
K.closure_getInRange0.prototype = {
|
|
38023
37992
|
call$3: function($name, min, max) {
|
|
@@ -38069,7 +38038,7 @@ self.readline = require("readline");
|
|
|
38069
38038
|
else
|
|
38070
38039
|
return color;
|
|
38071
38040
|
},
|
|
38072
|
-
$signature:
|
|
38041
|
+
$signature: 20
|
|
38073
38042
|
};
|
|
38074
38043
|
K.closure_getScale.prototype = {
|
|
38075
38044
|
call$1: function($name) {
|
|
@@ -38132,7 +38101,7 @@ self.readline = require("readline");
|
|
|
38132
38101
|
else
|
|
38133
38102
|
return color;
|
|
38134
38103
|
},
|
|
38135
|
-
$signature:
|
|
38104
|
+
$signature: 20
|
|
38136
38105
|
};
|
|
38137
38106
|
K.closure_getInRange.prototype = {
|
|
38138
38107
|
call$3: function($name, min, max) {
|
|
@@ -38152,13 +38121,13 @@ self.readline = require("readline");
|
|
|
38152
38121
|
t1 = new K.closure_hexString();
|
|
38153
38122
|
return new D.SassString("#" + H.S(t1.call$1(T.fuzzyRound(color.alpha * 255))) + H.S(t1.call$1(color.get$red())) + H.S(t1.call$1(color.get$green())) + H.S(t1.call$1(color.get$blue())), false);
|
|
38154
38123
|
},
|
|
38155
|
-
$signature:
|
|
38124
|
+
$signature: 10
|
|
38156
38125
|
};
|
|
38157
38126
|
K.closure_hexString.prototype = {
|
|
38158
38127
|
call$1: function(component) {
|
|
38159
38128
|
return C.JSString_methods.padLeft$2(J.toRadixString$1$n(component, 16), 2, "0").toUpperCase();
|
|
38160
38129
|
},
|
|
38161
|
-
$signature:
|
|
38130
|
+
$signature: 39
|
|
38162
38131
|
};
|
|
38163
38132
|
K._functionString_closure.prototype = {
|
|
38164
38133
|
call$1: function(argument) {
|
|
@@ -38173,7 +38142,7 @@ self.readline = require("readline");
|
|
|
38173
38142
|
t3 = "The function " + t1 + "() isn't in the sass:color module.\n\nRecommendation: color.adjust(" + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
38174
38143
|
throw H.wrapException(E.SassScriptException$(t3 + (this.negative ? "-" : "") + H.S(t2.$index($arguments, 1)) + ")\n\nMore info: https://sass-lang.com/documentation/functions/color#" + t1));
|
|
38175
38144
|
},
|
|
38176
|
-
$signature:
|
|
38145
|
+
$signature: 59
|
|
38177
38146
|
};
|
|
38178
38147
|
K._parseChannels_closure.prototype = {
|
|
38179
38148
|
call$1: function(value) {
|
|
@@ -38207,7 +38176,7 @@ self.readline = require("readline");
|
|
|
38207
38176
|
newList[list.sassIndexToListIndex$2(index, "n")] = value;
|
|
38208
38177
|
return t1.$index($arguments, 0).changeListContents$1(newList);
|
|
38209
38178
|
},
|
|
38210
|
-
$signature:
|
|
38179
|
+
$signature: 21
|
|
38211
38180
|
};
|
|
38212
38181
|
D.closure39.prototype = {
|
|
38213
38182
|
call$1: function($arguments) {
|
|
@@ -38238,7 +38207,7 @@ self.readline = require("readline");
|
|
|
38238
38207
|
t1.push(t2[_i]);
|
|
38239
38208
|
return D.SassList$(t1, separator, bracketed);
|
|
38240
38209
|
},
|
|
38241
|
-
$signature:
|
|
38210
|
+
$signature: 21
|
|
38242
38211
|
};
|
|
38243
38212
|
D.closure38.prototype = {
|
|
38244
38213
|
call$1: function($arguments) {
|
|
@@ -38262,7 +38231,7 @@ self.readline = require("readline");
|
|
|
38262
38231
|
t1.push(value);
|
|
38263
38232
|
return list.changeListContents$2$separator(t1, separator);
|
|
38264
38233
|
},
|
|
38265
|
-
$signature:
|
|
38234
|
+
$signature: 21
|
|
38266
38235
|
};
|
|
38267
38236
|
D.closure37.prototype = {
|
|
38268
38237
|
call$1: function($arguments) {
|
|
@@ -38282,7 +38251,7 @@ self.readline = require("readline");
|
|
|
38282
38251
|
}
|
|
38283
38252
|
return D.SassList$(results, C.ListSeparator_comma, false);
|
|
38284
38253
|
},
|
|
38285
|
-
$signature:
|
|
38254
|
+
$signature: 21
|
|
38286
38255
|
};
|
|
38287
38256
|
D._closure4.prototype = {
|
|
38288
38257
|
call$1: function(list) {
|
|
@@ -38316,13 +38285,13 @@ self.readline = require("readline");
|
|
|
38316
38285
|
call$1: function($arguments) {
|
|
38317
38286
|
return J.$index$asx($arguments, 0).get$separator() === C.ListSeparator_comma ? new D.SassString("comma", false) : new D.SassString("space", false);
|
|
38318
38287
|
},
|
|
38319
|
-
$signature:
|
|
38288
|
+
$signature: 10
|
|
38320
38289
|
};
|
|
38321
38290
|
D.closure35.prototype = {
|
|
38322
38291
|
call$1: function($arguments) {
|
|
38323
38292
|
return J.$index$asx($arguments, 0).get$hasBrackets() ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38324
38293
|
},
|
|
38325
|
-
$signature:
|
|
38294
|
+
$signature: 13
|
|
38326
38295
|
};
|
|
38327
38296
|
A.closure33.prototype = {
|
|
38328
38297
|
call$1: function($arguments) {
|
|
@@ -38350,13 +38319,13 @@ self.readline = require("readline");
|
|
|
38350
38319
|
}
|
|
38351
38320
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
38352
38321
|
},
|
|
38353
|
-
$signature:
|
|
38322
|
+
$signature: 30
|
|
38354
38323
|
};
|
|
38355
38324
|
A.closure30.prototype = {
|
|
38356
38325
|
call$1: function($arguments) {
|
|
38357
38326
|
return J.$index$asx($arguments, 0).assertMap$1("map");
|
|
38358
38327
|
},
|
|
38359
|
-
$signature:
|
|
38328
|
+
$signature: 30
|
|
38360
38329
|
};
|
|
38361
38330
|
A.closure31.prototype = {
|
|
38362
38331
|
call$1: function($arguments) {
|
|
@@ -38373,26 +38342,26 @@ self.readline = require("readline");
|
|
|
38373
38342
|
mutableMap.remove$1(0, t3[_i]);
|
|
38374
38343
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(mutableMap, t2, t2));
|
|
38375
38344
|
},
|
|
38376
|
-
$signature:
|
|
38345
|
+
$signature: 30
|
|
38377
38346
|
};
|
|
38378
38347
|
A.closure29.prototype = {
|
|
38379
38348
|
call$1: function($arguments) {
|
|
38380
38349
|
return D.SassList$(J.$index$asx($arguments, 0).assertMap$1("map").contents.get$keys(), C.ListSeparator_comma, false);
|
|
38381
38350
|
},
|
|
38382
|
-
$signature:
|
|
38351
|
+
$signature: 21
|
|
38383
38352
|
};
|
|
38384
38353
|
A.closure28.prototype = {
|
|
38385
38354
|
call$1: function($arguments) {
|
|
38386
38355
|
return D.SassList$(J.$index$asx($arguments, 0).assertMap$1("map").contents.get$values(), C.ListSeparator_comma, false);
|
|
38387
38356
|
},
|
|
38388
|
-
$signature:
|
|
38357
|
+
$signature: 21
|
|
38389
38358
|
};
|
|
38390
38359
|
A.closure27.prototype = {
|
|
38391
38360
|
call$1: function($arguments) {
|
|
38392
38361
|
var t1 = J.getInterceptor$asx($arguments);
|
|
38393
38362
|
return t1.$index($arguments, 0).assertMap$1("map").contents.containsKey$1(t1.$index($arguments, 1)) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38394
38363
|
},
|
|
38395
|
-
$signature:
|
|
38364
|
+
$signature: 13
|
|
38396
38365
|
};
|
|
38397
38366
|
K.closure25.prototype = {
|
|
38398
38367
|
call$1: function(value) {
|
|
@@ -38473,7 +38442,7 @@ self.readline = require("readline");
|
|
|
38473
38442
|
call$1: function(value) {
|
|
38474
38443
|
return Math.abs(value);
|
|
38475
38444
|
},
|
|
38476
|
-
$signature:
|
|
38445
|
+
$signature: 93
|
|
38477
38446
|
};
|
|
38478
38447
|
K.closure89.prototype = {
|
|
38479
38448
|
call$1: function($arguments) {
|
|
@@ -38718,20 +38687,20 @@ self.readline = require("readline");
|
|
|
38718
38687
|
var t1 = J.getInterceptor$asx($arguments);
|
|
38719
38688
|
return t1.$index($arguments, 0).assertNumber$1("number1").isComparableTo$1(t1.$index($arguments, 1).assertNumber$1("number2")) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38720
38689
|
},
|
|
38721
|
-
$signature:
|
|
38690
|
+
$signature: 13
|
|
38722
38691
|
};
|
|
38723
38692
|
K.closure17.prototype = {
|
|
38724
38693
|
call$1: function($arguments) {
|
|
38725
38694
|
var number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
38726
38695
|
return !(number.numeratorUnits.length !== 0 || number.denominatorUnits.length !== 0) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38727
38696
|
},
|
|
38728
|
-
$signature:
|
|
38697
|
+
$signature: 13
|
|
38729
38698
|
};
|
|
38730
38699
|
K.closure19.prototype = {
|
|
38731
38700
|
call$1: function($arguments) {
|
|
38732
38701
|
return new D.SassString(J.$index$asx($arguments, 0).assertNumber$1("number").get$unitString(), true);
|
|
38733
38702
|
},
|
|
38734
|
-
$signature:
|
|
38703
|
+
$signature: 10
|
|
38735
38704
|
};
|
|
38736
38705
|
K.closure21.prototype = {
|
|
38737
38706
|
call$1: function($arguments) {
|
|
@@ -38772,13 +38741,13 @@ self.readline = require("readline");
|
|
|
38772
38741
|
call$1: function($arguments) {
|
|
38773
38742
|
return $._features.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature").text) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38774
38743
|
},
|
|
38775
|
-
$signature:
|
|
38744
|
+
$signature: 13
|
|
38776
38745
|
};
|
|
38777
38746
|
Q.closure102.prototype = {
|
|
38778
38747
|
call$1: function($arguments) {
|
|
38779
38748
|
return new D.SassString(J.toString$0$(J.get$first$ax($arguments)), false);
|
|
38780
38749
|
},
|
|
38781
|
-
$signature:
|
|
38750
|
+
$signature: 10
|
|
38782
38751
|
};
|
|
38783
38752
|
Q.closure103.prototype = {
|
|
38784
38753
|
call$1: function($arguments) {
|
|
@@ -38801,7 +38770,7 @@ self.readline = require("readline");
|
|
|
38801
38770
|
return new D.SassString("function", false);
|
|
38802
38771
|
return new D.SassString("string", false);
|
|
38803
38772
|
},
|
|
38804
|
-
$signature:
|
|
38773
|
+
$signature: 10
|
|
38805
38774
|
};
|
|
38806
38775
|
Q.closure104.prototype = {
|
|
38807
38776
|
call$1: function($arguments) {
|
|
@@ -38814,7 +38783,7 @@ self.readline = require("readline");
|
|
|
38814
38783
|
} else
|
|
38815
38784
|
throw H.wrapException("$args: " + H.S(argumentList) + " is not an argument list.");
|
|
38816
38785
|
},
|
|
38817
|
-
$signature:
|
|
38786
|
+
$signature: 30
|
|
38818
38787
|
};
|
|
38819
38788
|
Q._closure13.prototype = {
|
|
38820
38789
|
call$2: function(key, _) {
|
|
@@ -38828,7 +38797,7 @@ self.readline = require("readline");
|
|
|
38828
38797
|
throw H.wrapException(E.SassScriptException$("$selectors: At least one selector must be passed."));
|
|
38829
38798
|
return new H.MappedListIterable(selectors, new T._closure1(), [H.getTypeArgumentByIndex(selectors, 0), D.SelectorList]).reduce$1(0, new T._closure2()).get$asSassList();
|
|
38830
38799
|
},
|
|
38831
|
-
$signature:
|
|
38800
|
+
$signature: 21
|
|
38832
38801
|
};
|
|
38833
38802
|
T._closure1.prototype = {
|
|
38834
38803
|
call$1: function(selector) {
|
|
@@ -38847,7 +38816,7 @@ self.readline = require("readline");
|
|
|
38847
38816
|
throw H.wrapException(E.SassScriptException$("$selectors: At least one selector must be passed."));
|
|
38848
38817
|
return new H.MappedListIterable(selectors, new T._closure(), [H.getTypeArgumentByIndex(selectors, 0), D.SelectorList]).reduce$1(0, new T._closure0()).get$asSassList();
|
|
38849
38818
|
},
|
|
38850
|
-
$signature:
|
|
38819
|
+
$signature: 21
|
|
38851
38820
|
};
|
|
38852
38821
|
T._closure.prototype = {
|
|
38853
38822
|
call$1: function(selector) {
|
|
@@ -38885,7 +38854,7 @@ self.readline = require("readline");
|
|
|
38885
38854
|
target = t1.$index($arguments, 1).assertSelector$1$name("extendee");
|
|
38886
38855
|
return F.Extender__extendOrReplace(selector, t1.$index($arguments, 2).assertSelector$1$name("extender"), target, C.ExtendMode_allTargets).get$asSassList();
|
|
38887
38856
|
},
|
|
38888
|
-
$signature:
|
|
38857
|
+
$signature: 21
|
|
38889
38858
|
};
|
|
38890
38859
|
T.closure10.prototype = {
|
|
38891
38860
|
call$1: function($arguments) {
|
|
@@ -38894,7 +38863,7 @@ self.readline = require("readline");
|
|
|
38894
38863
|
target = t1.$index($arguments, 1).assertSelector$1$name("original");
|
|
38895
38864
|
return F.Extender__extendOrReplace(selector, t1.$index($arguments, 2).assertSelector$1$name("replacement"), target, C.ExtendMode_replace).get$asSassList();
|
|
38896
38865
|
},
|
|
38897
|
-
$signature:
|
|
38866
|
+
$signature: 21
|
|
38898
38867
|
};
|
|
38899
38868
|
T.closure9.prototype = {
|
|
38900
38869
|
call$1: function($arguments) {
|
|
@@ -38911,14 +38880,14 @@ self.readline = require("readline");
|
|
|
38911
38880
|
selector2 = t1.$index($arguments, 1).assertSelector$1$name("sub");
|
|
38912
38881
|
return Y.listIsSuperslector(selector1.components, selector2.components) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38913
38882
|
},
|
|
38914
|
-
$signature:
|
|
38883
|
+
$signature: 13
|
|
38915
38884
|
};
|
|
38916
38885
|
T.closure15.prototype = {
|
|
38917
38886
|
call$1: function($arguments) {
|
|
38918
38887
|
var t1 = J.$index$asx($arguments, 0).assertCompoundSelector$1$name("selector").components;
|
|
38919
38888
|
return D.SassList$(new H.MappedListIterable(t1, new T._closure3(), [H.getTypeArgumentByIndex(t1, 0), F.Value]), C.ListSeparator_comma, false);
|
|
38920
38889
|
},
|
|
38921
|
-
$signature:
|
|
38890
|
+
$signature: 21
|
|
38922
38891
|
};
|
|
38923
38892
|
T._closure3.prototype = {
|
|
38924
38893
|
call$1: function(simple) {
|
|
@@ -38929,7 +38898,7 @@ self.readline = require("readline");
|
|
|
38929
38898
|
call$1: function($arguments) {
|
|
38930
38899
|
return J.$index$asx($arguments, 0).assertSelector$1$name("selector").get$asSassList();
|
|
38931
38900
|
},
|
|
38932
|
-
$signature:
|
|
38901
|
+
$signature: 21
|
|
38933
38902
|
};
|
|
38934
38903
|
D.closure8.prototype = {
|
|
38935
38904
|
call$1: function($arguments) {
|
|
@@ -38938,7 +38907,7 @@ self.readline = require("readline");
|
|
|
38938
38907
|
return string;
|
|
38939
38908
|
return new D.SassString(string.text, false);
|
|
38940
38909
|
},
|
|
38941
|
-
$signature:
|
|
38910
|
+
$signature: 10
|
|
38942
38911
|
};
|
|
38943
38912
|
D.closure7.prototype = {
|
|
38944
38913
|
call$1: function($arguments) {
|
|
@@ -38947,7 +38916,7 @@ self.readline = require("readline");
|
|
|
38947
38916
|
return string;
|
|
38948
38917
|
return new D.SassString(string.text, true);
|
|
38949
38918
|
},
|
|
38950
|
-
$signature:
|
|
38919
|
+
$signature: 10
|
|
38951
38920
|
};
|
|
38952
38921
|
D.closure3.prototype = {
|
|
38953
38922
|
call$1: function($arguments) {
|
|
@@ -38971,7 +38940,7 @@ self.readline = require("readline");
|
|
|
38971
38940
|
codeUnitIndex = B.codepointIndexToCodeUnitIndex(t1, D._codepointForIndex(indexInt, string.get$sassLength(), false));
|
|
38972
38941
|
return new D.SassString(J.replaceRange$3$asx(t1, codeUnitIndex, codeUnitIndex, insert.text), string.hasQuotes);
|
|
38973
38942
|
},
|
|
38974
|
-
$signature:
|
|
38943
|
+
$signature: 10
|
|
38975
38944
|
};
|
|
38976
38945
|
D.closure1.prototype = {
|
|
38977
38946
|
call$1: function($arguments) {
|
|
@@ -39008,7 +38977,7 @@ self.readline = require("readline");
|
|
|
39008
38977
|
t1 = string.text;
|
|
39009
38978
|
return new D.SassString(J.substring$2$s(t1, B.codepointIndexToCodeUnitIndex(t1, startCodepoint), B.codepointIndexToCodeUnitIndex(t1, endCodepoint + 1)), string.hasQuotes);
|
|
39010
38979
|
},
|
|
39011
|
-
$signature:
|
|
38980
|
+
$signature: 10
|
|
39012
38981
|
};
|
|
39013
38982
|
D.closure6.prototype = {
|
|
39014
38983
|
call$1: function($arguments) {
|
|
@@ -39020,7 +38989,7 @@ self.readline = require("readline");
|
|
|
39020
38989
|
}
|
|
39021
38990
|
return new D.SassString(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
39022
38991
|
},
|
|
39023
|
-
$signature:
|
|
38992
|
+
$signature: 10
|
|
39024
38993
|
};
|
|
39025
38994
|
D.closure5.prototype = {
|
|
39026
38995
|
call$1: function($arguments) {
|
|
@@ -39032,7 +39001,7 @@ self.readline = require("readline");
|
|
|
39032
39001
|
}
|
|
39033
39002
|
return new D.SassString(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
39034
39003
|
},
|
|
39035
|
-
$signature:
|
|
39004
|
+
$signature: 10
|
|
39036
39005
|
};
|
|
39037
39006
|
D.closure4.prototype = {
|
|
39038
39007
|
call$1: function($arguments) {
|
|
@@ -39042,7 +39011,7 @@ self.readline = require("readline");
|
|
|
39042
39011
|
$._previousUniqueId = C.JSInt_methods.$mod($.$get$_previousUniqueId(), H.intTypeCast(Math.pow(36, 6)));
|
|
39043
39012
|
return new D.SassString("u" + C.JSString_methods.padLeft$2(J.toRadixString$1$n($.$get$_previousUniqueId(), 36), 6, "0"), false);
|
|
39044
39013
|
},
|
|
39045
|
-
$signature:
|
|
39014
|
+
$signature: 10
|
|
39046
39015
|
};
|
|
39047
39016
|
R.ImportCache.prototype = {
|
|
39048
39017
|
canonicalize$4$baseImporter$baseUrl$forImport: function(url, baseImporter, baseUrl, forImport) {
|
|
@@ -39108,13 +39077,13 @@ self.readline = require("readline");
|
|
|
39108
39077
|
}
|
|
39109
39078
|
return;
|
|
39110
39079
|
},
|
|
39111
|
-
$signature:
|
|
39080
|
+
$signature: 56
|
|
39112
39081
|
};
|
|
39113
39082
|
R.ImportCache__canonicalize_closure.prototype = {
|
|
39114
39083
|
call$0: function() {
|
|
39115
39084
|
return this.importer.canonicalize$1(this.url);
|
|
39116
39085
|
},
|
|
39117
|
-
$signature:
|
|
39086
|
+
$signature: 91
|
|
39118
39087
|
};
|
|
39119
39088
|
R.ImportCache_importCanonical_closure.prototype = {
|
|
39120
39089
|
call$0: function() {
|
|
@@ -39127,7 +39096,7 @@ self.readline = require("readline");
|
|
|
39127
39096
|
t1 = t3 == null ? t1 : t3.resolveUri$1(t1);
|
|
39128
39097
|
return V.Stylesheet_Stylesheet$parse(result.contents, result.syntax, t2._logger, t1);
|
|
39129
39098
|
},
|
|
39130
|
-
$signature:
|
|
39099
|
+
$signature: 35
|
|
39131
39100
|
};
|
|
39132
39101
|
R.ImportCache_humanize_closure.prototype = {
|
|
39133
39102
|
call$1: function(tuple) {
|
|
@@ -39144,11 +39113,14 @@ self.readline = require("readline");
|
|
|
39144
39113
|
call$1: function(url) {
|
|
39145
39114
|
return J.get$length$asx(J.get$path$x(url));
|
|
39146
39115
|
},
|
|
39147
|
-
$signature:
|
|
39116
|
+
$signature: 27
|
|
39148
39117
|
};
|
|
39149
39118
|
M.Importer.prototype = {
|
|
39150
39119
|
modificationTime$1: function(url) {
|
|
39151
39120
|
return new P.DateTime(Date.now(), false);
|
|
39121
|
+
},
|
|
39122
|
+
couldCanonicalize$2: function(url, canonicalUrl) {
|
|
39123
|
+
return true;
|
|
39152
39124
|
}
|
|
39153
39125
|
};
|
|
39154
39126
|
B.AsyncImporter.prototype = {};
|
|
@@ -39175,6 +39147,21 @@ self.readline = require("readline");
|
|
|
39175
39147
|
modificationTime$1: function(url) {
|
|
39176
39148
|
return B.modificationTime($.$get$context().style.pathFromUri$1(M._parseUri(url)));
|
|
39177
39149
|
},
|
|
39150
|
+
couldCanonicalize$2: function(url, canonicalUrl) {
|
|
39151
|
+
var t1, t2, t3, basename, canonicalBasename;
|
|
39152
|
+
if (url.get$scheme() !== "file" && url.get$scheme() !== "")
|
|
39153
|
+
return false;
|
|
39154
|
+
if (canonicalUrl.get$scheme() !== "file")
|
|
39155
|
+
return false;
|
|
39156
|
+
t1 = $.$get$url();
|
|
39157
|
+
t2 = url.get$path(url);
|
|
39158
|
+
t3 = t1.style;
|
|
39159
|
+
basename = X.ParsedPath_ParsedPath$parse(t2, t3).get$basename();
|
|
39160
|
+
canonicalBasename = X.ParsedPath_ParsedPath$parse(canonicalUrl.get$path(canonicalUrl), t3).get$basename();
|
|
39161
|
+
if (!J.startsWith$1$s(basename, "_") && J.startsWith$1$s(canonicalBasename, "_"))
|
|
39162
|
+
canonicalBasename = J.substring$1$s(canonicalBasename, 1);
|
|
39163
|
+
return basename === canonicalBasename || basename === t1.withoutExtension$1(canonicalBasename);
|
|
39164
|
+
},
|
|
39178
39165
|
toString$0: function(_) {
|
|
39179
39166
|
return this._loadPath;
|
|
39180
39167
|
}
|
|
@@ -39189,19 +39176,19 @@ self.readline = require("readline");
|
|
|
39189
39176
|
call$0: function() {
|
|
39190
39177
|
return B._exactlyOne(B._tryPath($.$get$context().withoutExtension$1(this.path) + ".import" + this.extension));
|
|
39191
39178
|
},
|
|
39192
|
-
$signature:
|
|
39179
|
+
$signature: 12
|
|
39193
39180
|
};
|
|
39194
39181
|
B.resolveImportPath_closure0.prototype = {
|
|
39195
39182
|
call$0: function() {
|
|
39196
39183
|
return B._exactlyOne(B._tryPathWithExtensions(this.path + ".import"));
|
|
39197
39184
|
},
|
|
39198
|
-
$signature:
|
|
39185
|
+
$signature: 12
|
|
39199
39186
|
};
|
|
39200
39187
|
B._tryPathAsDirectory_closure.prototype = {
|
|
39201
39188
|
call$0: function() {
|
|
39202
39189
|
return B._exactlyOne(B._tryPathWithExtensions(D.join(this.path, "index.import", null)));
|
|
39203
39190
|
},
|
|
39204
|
-
$signature:
|
|
39191
|
+
$signature: 12
|
|
39205
39192
|
};
|
|
39206
39193
|
B._exactlyOne_closure.prototype = {
|
|
39207
39194
|
call$1: function(path) {
|
|
@@ -39327,7 +39314,7 @@ self.readline = require("readline");
|
|
|
39327
39314
|
$defaultValues: function() {
|
|
39328
39315
|
return [null];
|
|
39329
39316
|
},
|
|
39330
|
-
$signature:
|
|
39317
|
+
$signature: 46
|
|
39331
39318
|
};
|
|
39332
39319
|
B.readStdin_closure1.prototype = {
|
|
39333
39320
|
call$1: function(_) {
|
|
@@ -39341,7 +39328,7 @@ self.readline = require("readline");
|
|
|
39341
39328
|
$defaultValues: function() {
|
|
39342
39329
|
return [null];
|
|
39343
39330
|
},
|
|
39344
|
-
$signature:
|
|
39331
|
+
$signature: 46
|
|
39345
39332
|
};
|
|
39346
39333
|
B.readStdin_closure2.prototype = {
|
|
39347
39334
|
call$1: function(e) {
|
|
@@ -39358,7 +39345,7 @@ self.readline = require("readline");
|
|
|
39358
39345
|
$defaultValues: function() {
|
|
39359
39346
|
return [null];
|
|
39360
39347
|
},
|
|
39361
|
-
$signature:
|
|
39348
|
+
$signature: 46
|
|
39362
39349
|
};
|
|
39363
39350
|
B.fileExists_closure.prototype = {
|
|
39364
39351
|
call$0: function() {
|
|
@@ -39377,7 +39364,7 @@ self.readline = require("readline");
|
|
|
39377
39364
|
throw exception;
|
|
39378
39365
|
}
|
|
39379
39366
|
},
|
|
39380
|
-
$signature:
|
|
39367
|
+
$signature: 26
|
|
39381
39368
|
};
|
|
39382
39369
|
B.dirExists_closure.prototype = {
|
|
39383
39370
|
call$0: function() {
|
|
@@ -39396,7 +39383,7 @@ self.readline = require("readline");
|
|
|
39396
39383
|
throw exception;
|
|
39397
39384
|
}
|
|
39398
39385
|
},
|
|
39399
|
-
$signature:
|
|
39386
|
+
$signature: 26
|
|
39400
39387
|
};
|
|
39401
39388
|
B.ensureDir_closure.prototype = {
|
|
39402
39389
|
call$0: function() {
|
|
@@ -39425,13 +39412,13 @@ self.readline = require("readline");
|
|
|
39425
39412
|
else
|
|
39426
39413
|
return new B.listDir_closure_list().call$1(t1);
|
|
39427
39414
|
},
|
|
39428
|
-
$signature:
|
|
39415
|
+
$signature: 82
|
|
39429
39416
|
};
|
|
39430
39417
|
B.listDir__closure.prototype = {
|
|
39431
39418
|
call$1: function(child) {
|
|
39432
39419
|
return D.join(this.path, H.stringTypeCast(child), null);
|
|
39433
39420
|
},
|
|
39434
|
-
$signature:
|
|
39421
|
+
$signature: 28
|
|
39435
39422
|
};
|
|
39436
39423
|
B.listDir__closure0.prototype = {
|
|
39437
39424
|
call$1: function(child) {
|
|
@@ -39448,7 +39435,7 @@ self.readline = require("readline");
|
|
|
39448
39435
|
var path = D.join(this.parent, H.stringTypeCast(child), null);
|
|
39449
39436
|
return B.dirExists(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], [P.String]);
|
|
39450
39437
|
},
|
|
39451
|
-
$signature:
|
|
39438
|
+
$signature: 77
|
|
39452
39439
|
};
|
|
39453
39440
|
B.modificationTime_closure.prototype = {
|
|
39454
39441
|
call$0: function() {
|
|
@@ -39462,7 +39449,7 @@ self.readline = require("readline");
|
|
|
39462
39449
|
H.throwExpression(P.ArgumentError$("DateTime is outside valid range: " + H.S(t1)));
|
|
39463
39450
|
return new P.DateTime(t1, false);
|
|
39464
39451
|
},
|
|
39465
|
-
$signature:
|
|
39452
|
+
$signature: 80
|
|
39466
39453
|
};
|
|
39467
39454
|
B.watchDir_closure.prototype = {
|
|
39468
39455
|
call$2: function(path, _) {
|
|
@@ -39807,7 +39794,7 @@ self.readline = require("readline");
|
|
|
39807
39794
|
t2.expectDone$0();
|
|
39808
39795
|
return new V.AtRootQuery(include, atRules, atRules.contains$1(0, "all"), atRules.contains$1(0, "rule"));
|
|
39809
39796
|
},
|
|
39810
|
-
$signature:
|
|
39797
|
+
$signature: 53
|
|
39811
39798
|
};
|
|
39812
39799
|
Q.closure105.prototype = {
|
|
39813
39800
|
call$1: function($function) {
|
|
@@ -39973,7 +39960,7 @@ self.readline = require("readline");
|
|
|
39973
39960
|
t2.expectDone$0();
|
|
39974
39961
|
return selectors;
|
|
39975
39962
|
},
|
|
39976
|
-
$signature:
|
|
39963
|
+
$signature: 33
|
|
39977
39964
|
};
|
|
39978
39965
|
F.MediaQueryParser.prototype = {
|
|
39979
39966
|
parse$0: function() {
|
|
@@ -40031,7 +40018,7 @@ self.readline = require("readline");
|
|
|
40031
40018
|
t2.expectDone$0();
|
|
40032
40019
|
return queries;
|
|
40033
40020
|
},
|
|
40034
|
-
$signature:
|
|
40021
|
+
$signature: 50
|
|
40035
40022
|
};
|
|
40036
40023
|
G.Parser.prototype = {
|
|
40037
40024
|
_parseIdentifier$0: function() {
|
|
@@ -40682,7 +40669,7 @@ self.readline = require("readline");
|
|
|
40682
40669
|
t1.scanner.expectDone$0();
|
|
40683
40670
|
return result;
|
|
40684
40671
|
},
|
|
40685
|
-
$signature:
|
|
40672
|
+
$signature: 12
|
|
40686
40673
|
};
|
|
40687
40674
|
U.SassParser.prototype = {
|
|
40688
40675
|
get$currentIndentation: function() {
|
|
@@ -41600,7 +41587,7 @@ self.readline = require("readline");
|
|
|
41600
41587
|
t1.error$1("expected selector.");
|
|
41601
41588
|
return selector;
|
|
41602
41589
|
},
|
|
41603
|
-
$signature:
|
|
41590
|
+
$signature: 32
|
|
41604
41591
|
};
|
|
41605
41592
|
T.SelectorParser_parseCompoundSelector_closure.prototype = {
|
|
41606
41593
|
call$0: function() {
|
|
@@ -41611,7 +41598,7 @@ self.readline = require("readline");
|
|
|
41611
41598
|
t1.error$1("expected selector.");
|
|
41612
41599
|
return compound;
|
|
41613
41600
|
},
|
|
41614
|
-
$signature:
|
|
41601
|
+
$signature: 140
|
|
41615
41602
|
};
|
|
41616
41603
|
V.StylesheetParser.prototype = {
|
|
41617
41604
|
parse$0: function() {
|
|
@@ -44455,13 +44442,13 @@ self.readline = require("readline");
|
|
|
44455
44442
|
C.JSArray_methods.addAll$1(statements, H.MappedIterable_MappedIterable(t4, new V.StylesheetParser_parse__closure0(), H.getRuntimeTypeArgument(t4, "Iterable", 0), O.Statement));
|
|
44456
44443
|
return V.Stylesheet$(statements, t2.spanFrom$1(new S._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
44457
44444
|
},
|
|
44458
|
-
$signature:
|
|
44445
|
+
$signature: 35
|
|
44459
44446
|
};
|
|
44460
44447
|
V.StylesheetParser_parse__closure.prototype = {
|
|
44461
44448
|
call$0: function() {
|
|
44462
44449
|
return this.$this._statement$1$root(true);
|
|
44463
44450
|
},
|
|
44464
|
-
$signature:
|
|
44451
|
+
$signature: 37
|
|
44465
44452
|
};
|
|
44466
44453
|
V.StylesheetParser_parse__closure0.prototype = {
|
|
44467
44454
|
call$1: function(declaration) {
|
|
@@ -44482,14 +44469,14 @@ self.readline = require("readline");
|
|
|
44482
44469
|
t2.expectChar$1(123);
|
|
44483
44470
|
return $arguments;
|
|
44484
44471
|
},
|
|
44485
|
-
$signature:
|
|
44472
|
+
$signature: 165
|
|
44486
44473
|
};
|
|
44487
44474
|
V.StylesheetParser_parseVariableDeclaration_closure.prototype = {
|
|
44488
44475
|
call$0: function() {
|
|
44489
44476
|
var t1 = this.$this;
|
|
44490
44477
|
return t1.lookingAtIdentifier$0() ? t1._variableDeclarationWithNamespace$0() : t1.variableDeclarationWithoutNamespace$0();
|
|
44491
44478
|
},
|
|
44492
|
-
$signature:
|
|
44479
|
+
$signature: 68
|
|
44493
44480
|
};
|
|
44494
44481
|
V.StylesheetParser_parseUseRule_closure.prototype = {
|
|
44495
44482
|
call$0: function() {
|
|
@@ -44501,7 +44488,7 @@ self.readline = require("readline");
|
|
|
44501
44488
|
t1.whitespace$0();
|
|
44502
44489
|
return t1._useRule$1(new S._SpanScannerState(t2, t3));
|
|
44503
44490
|
},
|
|
44504
|
-
$signature:
|
|
44491
|
+
$signature: 145
|
|
44505
44492
|
};
|
|
44506
44493
|
V.StylesheetParser__parseSingleProduction_closure.prototype = {
|
|
44507
44494
|
call$0: function() {
|
|
@@ -44517,19 +44504,19 @@ self.readline = require("readline");
|
|
|
44517
44504
|
call$0: function() {
|
|
44518
44505
|
return this.$this._statement$0();
|
|
44519
44506
|
},
|
|
44520
|
-
$signature:
|
|
44507
|
+
$signature: 37
|
|
44521
44508
|
};
|
|
44522
44509
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure.prototype = {
|
|
44523
44510
|
call$0: function() {
|
|
44524
44511
|
return this.$this.scanner.spanFrom$1(this._box_0.start);
|
|
44525
44512
|
},
|
|
44526
|
-
$signature:
|
|
44513
|
+
$signature: 24
|
|
44527
44514
|
};
|
|
44528
44515
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure0.prototype = {
|
|
44529
44516
|
call$0: function() {
|
|
44530
44517
|
return this.declaration;
|
|
44531
44518
|
},
|
|
44532
|
-
$signature:
|
|
44519
|
+
$signature: 68
|
|
44533
44520
|
};
|
|
44534
44521
|
V.StylesheetParser__declarationOrBuffer_closure.prototype = {
|
|
44535
44522
|
call$2: function(children, span) {
|
|
@@ -44610,7 +44597,7 @@ self.readline = require("readline");
|
|
|
44610
44597
|
} else
|
|
44611
44598
|
return false;
|
|
44612
44599
|
},
|
|
44613
|
-
$signature:
|
|
44600
|
+
$signature: 26
|
|
44614
44601
|
};
|
|
44615
44602
|
V.StylesheetParser__forRule_closure0.prototype = {
|
|
44616
44603
|
call$2: function(children, span) {
|
|
@@ -44810,25 +44797,25 @@ self.readline = require("readline");
|
|
|
44810
44797
|
call$0: function() {
|
|
44811
44798
|
return this.$this.scanner.peekChar$0() === 44;
|
|
44812
44799
|
},
|
|
44813
|
-
$signature:
|
|
44800
|
+
$signature: 26
|
|
44814
44801
|
};
|
|
44815
44802
|
V.StylesheetParser__unicodeRange_closure.prototype = {
|
|
44816
44803
|
call$1: function(char) {
|
|
44817
44804
|
return char != null && T.isHex(char);
|
|
44818
44805
|
},
|
|
44819
|
-
$signature:
|
|
44806
|
+
$signature: 16
|
|
44820
44807
|
};
|
|
44821
44808
|
V.StylesheetParser__unicodeRange_closure0.prototype = {
|
|
44822
44809
|
call$1: function(char) {
|
|
44823
44810
|
return char != null && T.isHex(char);
|
|
44824
44811
|
},
|
|
44825
|
-
$signature:
|
|
44812
|
+
$signature: 16
|
|
44826
44813
|
};
|
|
44827
44814
|
V.StylesheetParser_identifierLike_closure.prototype = {
|
|
44828
44815
|
call$0: function() {
|
|
44829
44816
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
44830
44817
|
},
|
|
44831
|
-
$signature:
|
|
44818
|
+
$signature: 24
|
|
44832
44819
|
};
|
|
44833
44820
|
V.StylesheetParser__expressionUntilComparison_closure.prototype = {
|
|
44834
44821
|
call$0: function() {
|
|
@@ -44838,13 +44825,13 @@ self.readline = require("readline");
|
|
|
44838
44825
|
return t1.peekChar$1(1) !== 61;
|
|
44839
44826
|
return next === 60 || next === 62;
|
|
44840
44827
|
},
|
|
44841
|
-
$signature:
|
|
44828
|
+
$signature: 26
|
|
44842
44829
|
};
|
|
44843
44830
|
V.StylesheetParser__publicIdentifier_closure.prototype = {
|
|
44844
44831
|
call$0: function() {
|
|
44845
44832
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
44846
44833
|
},
|
|
44847
|
-
$signature:
|
|
44834
|
+
$signature: 24
|
|
44848
44835
|
};
|
|
44849
44836
|
M.StylesheetGraph.prototype = {
|
|
44850
44837
|
modifiedSince$3: function(url, since, baseImporter) {
|
|
@@ -44854,17 +44841,28 @@ self.readline = require("readline");
|
|
|
44854
44841
|
return new M.StylesheetGraph_modifiedSince_transitiveModificationTime(this).call$1(node)._core$_value > since._core$_value;
|
|
44855
44842
|
},
|
|
44856
44843
|
_stylesheet_graph$_add$3: function(url, baseImporter, baseUrl) {
|
|
44857
|
-
var
|
|
44844
|
+
var t1, t2, _this = this,
|
|
44845
|
+
tuple = _this._ignoreErrors$1(new M.StylesheetGraph__add_closure(_this, url, baseImporter, baseUrl));
|
|
44858
44846
|
if (tuple == null)
|
|
44859
44847
|
return;
|
|
44860
|
-
|
|
44848
|
+
t1 = tuple.item1;
|
|
44849
|
+
t2 = tuple.item2;
|
|
44850
|
+
_this.addCanonical$3(t1, t2, tuple.item3);
|
|
44851
|
+
return _this._nodes.$index(0, t2);
|
|
44861
44852
|
},
|
|
44862
|
-
addCanonical$
|
|
44863
|
-
var _this = this,
|
|
44864
|
-
|
|
44853
|
+
addCanonical$4$recanonicalize: function(importer, canonicalUrl, originalUrl, recanonicalize) {
|
|
44854
|
+
var stylesheet, _this = this,
|
|
44855
|
+
t1 = _this._nodes;
|
|
44856
|
+
if (t1.$index(0, canonicalUrl) != null)
|
|
44857
|
+
return C.Set_empty;
|
|
44858
|
+
stylesheet = _this._ignoreErrors$1(new M.StylesheetGraph_addCanonical_closure(_this, importer, canonicalUrl, originalUrl));
|
|
44865
44859
|
if (stylesheet == null)
|
|
44866
|
-
return;
|
|
44867
|
-
|
|
44860
|
+
return C.Set_empty;
|
|
44861
|
+
t1.$indexSet(0, canonicalUrl, M.StylesheetNode$_(stylesheet, importer, canonicalUrl, _this._upstreamNodes$3(stylesheet, importer, canonicalUrl)));
|
|
44862
|
+
return recanonicalize ? _this._recanonicalizeImports$2(importer, canonicalUrl) : C.Set_empty;
|
|
44863
|
+
},
|
|
44864
|
+
addCanonical$3: function(importer, canonicalUrl, originalUrl) {
|
|
44865
|
+
return this.addCanonical$4$recanonicalize(importer, canonicalUrl, originalUrl, true);
|
|
44868
44866
|
},
|
|
44869
44867
|
_upstreamNodes$3: function(stylesheet, baseImporter, baseUrl) {
|
|
44870
44868
|
var t4, t5, t6, t7, t8,
|
|
@@ -44890,27 +44888,45 @@ self.readline = require("readline");
|
|
|
44890
44888
|
return new S.Tuple2(t6, t1, [t2, t2]);
|
|
44891
44889
|
},
|
|
44892
44890
|
reload$1: function(canonicalUrl) {
|
|
44893
|
-
var stylesheet, _this = this,
|
|
44891
|
+
var stylesheet, upstream, _this = this,
|
|
44894
44892
|
node = _this._nodes.$index(0, canonicalUrl);
|
|
44895
44893
|
if (node == null)
|
|
44896
44894
|
throw H.wrapException(P.StateError$(H.S(canonicalUrl) + " is not in the dependency graph."));
|
|
44897
44895
|
_this._transitiveModificationTimes.clear$0(0);
|
|
44898
44896
|
_this.importCache.clearImport$1(canonicalUrl);
|
|
44899
44897
|
stylesheet = _this._ignoreErrors$1(new M.StylesheetGraph_reload_closure(_this, node, canonicalUrl));
|
|
44900
|
-
if (stylesheet == null)
|
|
44901
|
-
|
|
44902
|
-
|
|
44903
|
-
|
|
44904
|
-
node._replaceUpstream$
|
|
44905
|
-
return
|
|
44898
|
+
if (stylesheet == null)
|
|
44899
|
+
return false;
|
|
44900
|
+
node._stylesheet_graph$_stylesheet = stylesheet;
|
|
44901
|
+
upstream = _this._upstreamNodes$3(stylesheet, node.importer, canonicalUrl);
|
|
44902
|
+
node._replaceUpstream$2(upstream.item1, upstream.item2);
|
|
44903
|
+
return true;
|
|
44906
44904
|
},
|
|
44907
|
-
|
|
44908
|
-
var
|
|
44909
|
-
|
|
44910
|
-
|
|
44911
|
-
|
|
44912
|
-
|
|
44913
|
-
|
|
44905
|
+
_recanonicalizeImports$2: function(importer, canonicalUrl) {
|
|
44906
|
+
var t2, t3, t4, t5, newUpstream, newUpstreamImports, _this = this,
|
|
44907
|
+
t1 = M.StylesheetNode,
|
|
44908
|
+
changed = P.LinkedHashSet_LinkedHashSet$_empty(t1);
|
|
44909
|
+
for (t2 = P.Uri, t3 = [t2, t1], t4 = _this._nodes.get$values(), t4 = t4.get$iterator(t4); t4.moveNext$0();) {
|
|
44910
|
+
t5 = t4.get$current(t4);
|
|
44911
|
+
newUpstream = _this._recanonicalizeImportsForNode$4$forImport(t5, importer, canonicalUrl, false);
|
|
44912
|
+
newUpstreamImports = _this._recanonicalizeImportsForNode$4$forImport(t5, importer, canonicalUrl, true);
|
|
44913
|
+
if (newUpstream.get$isNotEmpty(newUpstream) || newUpstreamImports.get$isNotEmpty(newUpstreamImports)) {
|
|
44914
|
+
changed.add$1(0, t5);
|
|
44915
|
+
t5._replaceUpstream$2(Y.mergeMaps(new P.UnmodifiableMapView(t5._upstream, t3), newUpstream, t2, t1), Y.mergeMaps(new P.UnmodifiableMapView(t5._upstreamImports, t3), newUpstreamImports, t2, t1));
|
|
44916
|
+
}
|
|
44917
|
+
}
|
|
44918
|
+
if (changed._collection$_length !== 0)
|
|
44919
|
+
_this._transitiveModificationTimes.clear$0(0);
|
|
44920
|
+
return changed;
|
|
44921
|
+
},
|
|
44922
|
+
_recanonicalizeImportsForNode$4$forImport: function(node, importer, canonicalUrl, forImport) {
|
|
44923
|
+
var t1 = P.Uri,
|
|
44924
|
+
t2 = M.StylesheetNode,
|
|
44925
|
+
t3 = [t1, t2],
|
|
44926
|
+
map = forImport ? new P.UnmodifiableMapView(node._upstreamImports, t3) : new P.UnmodifiableMapView(node._upstream, t3),
|
|
44927
|
+
newMap = P.LinkedHashMap_LinkedHashMap$_empty(t1, t2);
|
|
44928
|
+
map._map.forEach$1(0, new M.StylesheetGraph__recanonicalizeImportsForNode_closure(this, importer, canonicalUrl, node, forImport, newMap));
|
|
44929
|
+
return newMap;
|
|
44914
44930
|
},
|
|
44915
44931
|
_nodeFor$5$forImport: function(url, baseImporter, baseUrl, active, forImport) {
|
|
44916
44932
|
var importer, canonicalUrl, resolvedUrl, t1, stylesheet, node, _this = this,
|
|
@@ -44970,51 +44986,67 @@ self.readline = require("readline");
|
|
|
44970
44986
|
}
|
|
44971
44987
|
return latest;
|
|
44972
44988
|
},
|
|
44973
|
-
$signature:
|
|
44989
|
+
$signature: 80
|
|
44974
44990
|
};
|
|
44975
44991
|
M.StylesheetGraph__add_closure.prototype = {
|
|
44976
44992
|
call$0: function() {
|
|
44977
44993
|
var _this = this;
|
|
44978
44994
|
return _this.$this.importCache.canonicalize$3$baseImporter$baseUrl(_this.url, _this.baseImporter, _this.baseUrl);
|
|
44979
44995
|
},
|
|
44980
|
-
$signature:
|
|
44996
|
+
$signature: 56
|
|
44981
44997
|
};
|
|
44982
44998
|
M.StylesheetGraph_addCanonical_closure.prototype = {
|
|
44983
44999
|
call$0: function() {
|
|
44984
45000
|
var _this = this;
|
|
44985
45001
|
return _this.$this.importCache.importCanonical$3(_this.importer, _this.canonicalUrl, _this.originalUrl);
|
|
44986
45002
|
},
|
|
44987
|
-
$signature:
|
|
44988
|
-
};
|
|
44989
|
-
M.StylesheetGraph_addCanonical_closure0.prototype = {
|
|
44990
|
-
call$0: function() {
|
|
44991
|
-
var _this = this,
|
|
44992
|
-
t1 = _this.stylesheet,
|
|
44993
|
-
t2 = _this.importer,
|
|
44994
|
-
t3 = _this.canonicalUrl;
|
|
44995
|
-
return M.StylesheetNode$_(t1, t2, t3, _this.$this._upstreamNodes$3(t1, t2, t3));
|
|
44996
|
-
},
|
|
44997
|
-
$signature: 103
|
|
45003
|
+
$signature: 35
|
|
44998
45004
|
};
|
|
44999
45005
|
M.StylesheetGraph_reload_closure.prototype = {
|
|
45000
45006
|
call$0: function() {
|
|
45001
45007
|
return this.$this.importCache.importCanonical$2(this.node.importer, this.canonicalUrl);
|
|
45002
45008
|
},
|
|
45003
|
-
$signature:
|
|
45009
|
+
$signature: 35
|
|
45010
|
+
};
|
|
45011
|
+
M.StylesheetGraph__recanonicalizeImportsForNode_closure.prototype = {
|
|
45012
|
+
call$2: function(url, upstream) {
|
|
45013
|
+
var result, t1, t2, t3, t4, exception, newCanonicalUrl, _this = this;
|
|
45014
|
+
if (!_this.importer.couldCanonicalize$2(url, _this.canonicalUrl))
|
|
45015
|
+
return;
|
|
45016
|
+
t1 = _this.$this;
|
|
45017
|
+
t2 = t1.importCache;
|
|
45018
|
+
t3 = t2._canonicalizeCache;
|
|
45019
|
+
t4 = [P.Uri, P.bool];
|
|
45020
|
+
t3.remove$1(0, new S.Tuple2(url, false, t4));
|
|
45021
|
+
t3.remove$1(0, new S.Tuple2(url, true, t4));
|
|
45022
|
+
result = null;
|
|
45023
|
+
try {
|
|
45024
|
+
t3 = _this.node;
|
|
45025
|
+
result = t2.canonicalize$4$baseImporter$baseUrl$forImport(url, t3.importer, t3.canonicalUrl, _this.forImport);
|
|
45026
|
+
} catch (exception) {
|
|
45027
|
+
H.unwrapException(exception);
|
|
45028
|
+
}
|
|
45029
|
+
t2 = result;
|
|
45030
|
+
newCanonicalUrl = t2 == null ? null : t2.item2;
|
|
45031
|
+
if (J.$eq$(newCanonicalUrl, upstream == null ? null : upstream.canonicalUrl))
|
|
45032
|
+
return;
|
|
45033
|
+
t1 = result == null ? null : t1._nodes.$index(0, result.item2);
|
|
45034
|
+
_this.newMap.$indexSet(0, url, t1);
|
|
45035
|
+
}
|
|
45004
45036
|
};
|
|
45005
45037
|
M.StylesheetGraph__nodeFor_closure.prototype = {
|
|
45006
45038
|
call$0: function() {
|
|
45007
45039
|
var _this = this;
|
|
45008
45040
|
return _this.$this.importCache.canonicalize$4$baseImporter$baseUrl$forImport(_this.url, _this.baseImporter, _this.baseUrl, _this.forImport);
|
|
45009
45041
|
},
|
|
45010
|
-
$signature:
|
|
45042
|
+
$signature: 56
|
|
45011
45043
|
};
|
|
45012
45044
|
M.StylesheetGraph__nodeFor_closure0.prototype = {
|
|
45013
45045
|
call$0: function() {
|
|
45014
45046
|
var _this = this;
|
|
45015
45047
|
return _this.$this.importCache.importCanonical$3(_this.importer, _this.canonicalUrl, _this.resolvedUrl);
|
|
45016
45048
|
},
|
|
45017
|
-
$signature:
|
|
45049
|
+
$signature: 35
|
|
45018
45050
|
};
|
|
45019
45051
|
M.StylesheetNode.prototype = {
|
|
45020
45052
|
StylesheetNode$_$4: function(_stylesheet, importer, canonicalUrl, allUpstream) {
|
|
@@ -45026,8 +45058,8 @@ self.readline = require("readline");
|
|
|
45026
45058
|
t2._downstream.add$1(0, this);
|
|
45027
45059
|
}
|
|
45028
45060
|
},
|
|
45029
|
-
_replaceUpstream$
|
|
45030
|
-
var t3,
|
|
45061
|
+
_replaceUpstream$2: function(newUpstream, newUpstreamImports) {
|
|
45062
|
+
var t3, _this = this,
|
|
45031
45063
|
t1 = M.StylesheetNode,
|
|
45032
45064
|
t2 = P.LinkedHashSet_LinkedHashSet(t1);
|
|
45033
45065
|
for (t3 = _this._upstream.get$values(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
@@ -45036,17 +45068,17 @@ self.readline = require("readline");
|
|
|
45036
45068
|
t2.add$1(0, t3.get$current(t3));
|
|
45037
45069
|
t2.remove$1(0, null);
|
|
45038
45070
|
t1 = P.LinkedHashSet_LinkedHashSet(t1);
|
|
45039
|
-
for (t3 =
|
|
45040
|
-
t1.add$1(0,
|
|
45041
|
-
for (
|
|
45042
|
-
t1.add$1(0,
|
|
45071
|
+
for (t3 = newUpstream.get$values(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
45072
|
+
t1.add$1(0, t3.get$current(t3));
|
|
45073
|
+
for (t3 = newUpstreamImports.get$values(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
45074
|
+
t1.add$1(0, t3.get$current(t3));
|
|
45043
45075
|
t1.remove$1(0, null);
|
|
45044
|
-
for (
|
|
45045
|
-
|
|
45076
|
+
for (t3 = t2.difference$1(t1), t3 = P._LinkedHashSetIterator$(t3, t3._collection$_modifications); t3.moveNext$0();)
|
|
45077
|
+
t3._collection$_current._downstream.remove$1(0, _this);
|
|
45046
45078
|
for (t1 = t1.difference$1(t2), t1 = P._LinkedHashSetIterator$(t1, t1._collection$_modifications); t1.moveNext$0();)
|
|
45047
45079
|
t1._collection$_current._downstream.add$1(0, _this);
|
|
45048
|
-
_this._upstream =
|
|
45049
|
-
_this._upstreamImports =
|
|
45080
|
+
_this._upstream = newUpstream;
|
|
45081
|
+
_this._upstreamImports = newUpstreamImports;
|
|
45050
45082
|
},
|
|
45051
45083
|
_stylesheet_graph$_remove$0: function() {
|
|
45052
45084
|
var t2, t3, t4, _i, url, _this = this,
|
|
@@ -45079,6 +45111,10 @@ self.readline = require("readline");
|
|
|
45079
45111
|
}
|
|
45080
45112
|
}
|
|
45081
45113
|
}
|
|
45114
|
+
},
|
|
45115
|
+
toString$0: function(_) {
|
|
45116
|
+
var t1 = this._stylesheet_graph$_stylesheet.span.file;
|
|
45117
|
+
return $.$get$context().prettyUri$1(t1.url);
|
|
45082
45118
|
}
|
|
45083
45119
|
};
|
|
45084
45120
|
M.Syntax.prototype = {
|
|
@@ -45418,13 +45454,13 @@ self.readline = require("readline");
|
|
|
45418
45454
|
call$2: function(url, _) {
|
|
45419
45455
|
return J.toString$0$(url);
|
|
45420
45456
|
},
|
|
45421
|
-
$signature:
|
|
45457
|
+
$signature: 70
|
|
45422
45458
|
};
|
|
45423
45459
|
D.SourceMapBuffer__addEntry_closure.prototype = {
|
|
45424
45460
|
call$0: function() {
|
|
45425
45461
|
return this.source.file;
|
|
45426
45462
|
},
|
|
45427
|
-
$signature:
|
|
45463
|
+
$signature: 49
|
|
45428
45464
|
};
|
|
45429
45465
|
D.SourceMapBuffer_buildSourceMap_closure.prototype = {
|
|
45430
45466
|
call$1: function(entry) {
|
|
@@ -45508,7 +45544,7 @@ self.readline = require("readline");
|
|
|
45508
45544
|
call$1: function(_) {
|
|
45509
45545
|
return P.List_List$filled(J.get$length$asx(this.list2) + 1, 0, P.int);
|
|
45510
45546
|
},
|
|
45511
|
-
$signature:
|
|
45547
|
+
$signature: 71
|
|
45512
45548
|
};
|
|
45513
45549
|
B.longestCommonSubsequence_closure1.prototype = {
|
|
45514
45550
|
call$1: function(_) {
|
|
@@ -50516,7 +50552,7 @@ self.readline = require("readline");
|
|
|
50516
50552
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
50517
50553
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module.text) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50518
50554
|
},
|
|
50519
|
-
$signature:
|
|
50555
|
+
$signature: 13
|
|
50520
50556
|
};
|
|
50521
50557
|
E._EvaluateVisitor_closure10.prototype = {
|
|
50522
50558
|
call$1: function($arguments) {
|
|
@@ -50526,7 +50562,7 @@ self.readline = require("readline");
|
|
|
50526
50562
|
t2.toString;
|
|
50527
50563
|
return t1.getVariable$1(H.stringReplaceAllUnchecked(t2, "_", "-")) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50528
50564
|
},
|
|
50529
|
-
$signature:
|
|
50565
|
+
$signature: 13
|
|
50530
50566
|
};
|
|
50531
50567
|
E._EvaluateVisitor_closure11.prototype = {
|
|
50532
50568
|
call$1: function($arguments) {
|
|
@@ -50542,7 +50578,7 @@ self.readline = require("readline");
|
|
|
50542
50578
|
t4 = H.stringReplaceAllUnchecked(t3, "_", "-");
|
|
50543
50579
|
return t2.getFunction$2$namespace(t4, module == null ? null : module.text) != null || t1._async_evaluate$_builtInFunctions.containsKey$1(t3) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50544
50580
|
},
|
|
50545
|
-
$signature:
|
|
50581
|
+
$signature: 13
|
|
50546
50582
|
};
|
|
50547
50583
|
E._EvaluateVisitor_closure12.prototype = {
|
|
50548
50584
|
call$1: function($arguments) {
|
|
@@ -50557,7 +50593,7 @@ self.readline = require("readline");
|
|
|
50557
50593
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
50558
50594
|
return t1.getMixin$2$namespace(t2, module == null ? null : module.text) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50559
50595
|
},
|
|
50560
|
-
$signature:
|
|
50596
|
+
$signature: 13
|
|
50561
50597
|
};
|
|
50562
50598
|
E._EvaluateVisitor_closure13.prototype = {
|
|
50563
50599
|
call$1: function($arguments) {
|
|
@@ -50566,7 +50602,7 @@ self.readline = require("readline");
|
|
|
50566
50602
|
throw H.wrapException(E.SassScriptException$("content-exists() may only be called within a mixin."));
|
|
50567
50603
|
return t1._async_environment$_content != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50568
50604
|
},
|
|
50569
|
-
$signature:
|
|
50605
|
+
$signature: 13
|
|
50570
50606
|
};
|
|
50571
50607
|
E._EvaluateVisitor_closure14.prototype = {
|
|
50572
50608
|
call$1: function($arguments) {
|
|
@@ -50583,7 +50619,7 @@ self.readline = require("readline");
|
|
|
50583
50619
|
}
|
|
50584
50620
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
50585
50621
|
},
|
|
50586
|
-
$signature:
|
|
50622
|
+
$signature: 30
|
|
50587
50623
|
};
|
|
50588
50624
|
E._EvaluateVisitor_closure15.prototype = {
|
|
50589
50625
|
call$1: function($arguments) {
|
|
@@ -50600,7 +50636,7 @@ self.readline = require("readline");
|
|
|
50600
50636
|
}
|
|
50601
50637
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
50602
50638
|
},
|
|
50603
|
-
$signature:
|
|
50639
|
+
$signature: 30
|
|
50604
50640
|
};
|
|
50605
50641
|
E._EvaluateVisitor_closure16.prototype = {
|
|
50606
50642
|
call$1: function($arguments) {
|
|
@@ -50622,7 +50658,7 @@ self.readline = require("readline");
|
|
|
50622
50658
|
return new F.SassFunction(callable);
|
|
50623
50659
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
50624
50660
|
},
|
|
50625
|
-
$signature:
|
|
50661
|
+
$signature: 72
|
|
50626
50662
|
};
|
|
50627
50663
|
E._EvaluateVisitor__closure8.prototype = {
|
|
50628
50664
|
call$0: function() {
|
|
@@ -50634,7 +50670,7 @@ self.readline = require("readline");
|
|
|
50634
50670
|
t2 = t2 == null ? null : t2.text;
|
|
50635
50671
|
return this.$this._async_evaluate$_getFunction$2$namespace(t1, t2);
|
|
50636
50672
|
},
|
|
50637
|
-
$signature:
|
|
50673
|
+
$signature: 48
|
|
50638
50674
|
};
|
|
50639
50675
|
E._EvaluateVisitor_closure17.prototype = {
|
|
50640
50676
|
call$1: function($arguments) {
|
|
@@ -50825,7 +50861,7 @@ self.readline = require("readline");
|
|
|
50825
50861
|
});
|
|
50826
50862
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
50827
50863
|
},
|
|
50828
|
-
$signature:
|
|
50864
|
+
$signature: 124
|
|
50829
50865
|
};
|
|
50830
50866
|
E._EvaluateVisitor__withWarnCallback_closure0.prototype = {
|
|
50831
50867
|
call$2: function(message, deprecation) {
|
|
@@ -51035,7 +51071,7 @@ self.readline = require("readline");
|
|
|
51035
51071
|
call$0: function() {
|
|
51036
51072
|
return H.setRuntimeTypeInfo([], [F.Extender]);
|
|
51037
51073
|
},
|
|
51038
|
-
$signature:
|
|
51074
|
+
$signature: 73
|
|
51039
51075
|
};
|
|
51040
51076
|
E._EvaluateVisitor__topologicalModules_visitModule0.prototype = {
|
|
51041
51077
|
call$1: function(module) {
|
|
@@ -51053,7 +51089,7 @@ self.readline = require("readline");
|
|
|
51053
51089
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
51054
51090
|
return new V.AtRootQueryParser(t1, this.$this._async_evaluate$_logger).parse$0();
|
|
51055
51091
|
},
|
|
51056
|
-
$signature:
|
|
51092
|
+
$signature: 53
|
|
51057
51093
|
};
|
|
51058
51094
|
E._EvaluateVisitor_visitAtRootRule_closure3.prototype = {
|
|
51059
51095
|
call$0: function() {
|
|
@@ -51361,7 +51397,7 @@ self.readline = require("readline");
|
|
|
51361
51397
|
t1 = _this.$this;
|
|
51362
51398
|
return t1._async_evaluate$_handleReturn$2(_this.list.get$asList(), new E._EvaluateVisitor_visitEachRule__closure0(t1, _this.setVariables, _this.node));
|
|
51363
51399
|
},
|
|
51364
|
-
$signature:
|
|
51400
|
+
$signature: 22
|
|
51365
51401
|
};
|
|
51366
51402
|
E._EvaluateVisitor_visitEachRule__closure0.prototype = {
|
|
51367
51403
|
call$1: function(element) {
|
|
@@ -51381,7 +51417,7 @@ self.readline = require("readline");
|
|
|
51381
51417
|
var t1 = this.targetText;
|
|
51382
51418
|
return D.SelectorList_SelectorList$parse(B.trimAscii(t1.get$value(t1), true), false, true, this.$this._async_evaluate$_logger);
|
|
51383
51419
|
},
|
|
51384
|
-
$signature:
|
|
51420
|
+
$signature: 32
|
|
51385
51421
|
};
|
|
51386
51422
|
E._EvaluateVisitor_visitAtRule_closure1.prototype = {
|
|
51387
51423
|
call$0: function() {
|
|
@@ -51512,7 +51548,7 @@ self.readline = require("readline");
|
|
|
51512
51548
|
});
|
|
51513
51549
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
51514
51550
|
},
|
|
51515
|
-
$signature:
|
|
51551
|
+
$signature: 74
|
|
51516
51552
|
};
|
|
51517
51553
|
E._EvaluateVisitor_visitForRule_closure5.prototype = {
|
|
51518
51554
|
call$0: function() {
|
|
@@ -51541,7 +51577,7 @@ self.readline = require("readline");
|
|
|
51541
51577
|
});
|
|
51542
51578
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
51543
51579
|
},
|
|
51544
|
-
$signature:
|
|
51580
|
+
$signature: 74
|
|
51545
51581
|
};
|
|
51546
51582
|
E._EvaluateVisitor_visitForRule_closure6.prototype = {
|
|
51547
51583
|
call$0: function() {
|
|
@@ -51612,7 +51648,7 @@ self.readline = require("readline");
|
|
|
51612
51648
|
});
|
|
51613
51649
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
51614
51650
|
},
|
|
51615
|
-
$signature:
|
|
51651
|
+
$signature: 22
|
|
51616
51652
|
};
|
|
51617
51653
|
E._EvaluateVisitor_visitForRule__closure0.prototype = {
|
|
51618
51654
|
call$1: function(child) {
|
|
@@ -51643,7 +51679,7 @@ self.readline = require("readline");
|
|
|
51643
51679
|
var t1 = this.$this;
|
|
51644
51680
|
return t1._async_evaluate$_handleReturn$2(this._box_0.clause.children, new E._EvaluateVisitor_visitIfRule__closure0(t1));
|
|
51645
51681
|
},
|
|
51646
|
-
$signature:
|
|
51682
|
+
$signature: 22
|
|
51647
51683
|
};
|
|
51648
51684
|
E._EvaluateVisitor_visitIfRule__closure0.prototype = {
|
|
51649
51685
|
call$1: function(child) {
|
|
@@ -51810,7 +51846,7 @@ self.readline = require("readline");
|
|
|
51810
51846
|
var t1 = this.node;
|
|
51811
51847
|
return this.$this._async_evaluate$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
51812
51848
|
},
|
|
51813
|
-
$signature:
|
|
51849
|
+
$signature: 48
|
|
51814
51850
|
};
|
|
51815
51851
|
E._EvaluateVisitor_visitIncludeRule_closure3.prototype = {
|
|
51816
51852
|
call$0: function() {
|
|
@@ -51818,7 +51854,7 @@ self.readline = require("readline");
|
|
|
51818
51854
|
},
|
|
51819
51855
|
"call*": "call$0",
|
|
51820
51856
|
$requiredArgCount: 0,
|
|
51821
|
-
$signature:
|
|
51857
|
+
$signature: 24
|
|
51822
51858
|
};
|
|
51823
51859
|
E._EvaluateVisitor_visitIncludeRule_closure4.prototype = {
|
|
51824
51860
|
call$0: function() {
|
|
@@ -51922,7 +51958,7 @@ self.readline = require("readline");
|
|
|
51922
51958
|
call$0: function() {
|
|
51923
51959
|
return this.statement.accept$1(this.$this);
|
|
51924
51960
|
},
|
|
51925
|
-
$signature:
|
|
51961
|
+
$signature: 22
|
|
51926
51962
|
};
|
|
51927
51963
|
E._EvaluateVisitor_visitMediaRule_closure1.prototype = {
|
|
51928
51964
|
call$0: function() {
|
|
@@ -52064,7 +52100,7 @@ self.readline = require("readline");
|
|
|
52064
52100
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
52065
52101
|
return new F.MediaQueryParser(t1, this.$this._async_evaluate$_logger).parse$0();
|
|
52066
52102
|
},
|
|
52067
|
-
$signature:
|
|
52103
|
+
$signature: 50
|
|
52068
52104
|
};
|
|
52069
52105
|
E._EvaluateVisitor_visitStyleRule_closure6.prototype = {
|
|
52070
52106
|
call$0: function() {
|
|
@@ -52072,7 +52108,7 @@ self.readline = require("readline");
|
|
|
52072
52108
|
t1 = S.SpanScanner$(t1.get$value(t1), null);
|
|
52073
52109
|
return new E.KeyframeSelectorParser(t1, this.$this._async_evaluate$_logger).parse$0();
|
|
52074
52110
|
},
|
|
52075
|
-
$signature:
|
|
52111
|
+
$signature: 33
|
|
52076
52112
|
};
|
|
52077
52113
|
E._EvaluateVisitor_visitStyleRule_closure7.prototype = {
|
|
52078
52114
|
call$0: function() {
|
|
@@ -52128,7 +52164,7 @@ self.readline = require("readline");
|
|
|
52128
52164
|
t3 = !t2._async_evaluate$_stylesheet.plainCss;
|
|
52129
52165
|
return D.SelectorList_SelectorList$parse(t1, t3, t3, t2._async_evaluate$_logger);
|
|
52130
52166
|
},
|
|
52131
|
-
$signature:
|
|
52167
|
+
$signature: 32
|
|
52132
52168
|
};
|
|
52133
52169
|
E._EvaluateVisitor_visitStyleRule_closure10.prototype = {
|
|
52134
52170
|
call$0: function() {
|
|
@@ -52138,7 +52174,7 @@ self.readline = require("readline");
|
|
|
52138
52174
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
52139
52175
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._async_evaluate$_atRootExcludingStyleRule);
|
|
52140
52176
|
},
|
|
52141
|
-
$signature:
|
|
52177
|
+
$signature: 32
|
|
52142
52178
|
};
|
|
52143
52179
|
E._EvaluateVisitor_visitStyleRule_closure11.prototype = {
|
|
52144
52180
|
call$0: function() {
|
|
@@ -52344,7 +52380,7 @@ self.readline = require("readline");
|
|
|
52344
52380
|
call$0: function() {
|
|
52345
52381
|
return this.node.expression.accept$1(this.$this);
|
|
52346
52382
|
},
|
|
52347
|
-
$signature:
|
|
52383
|
+
$signature: 22
|
|
52348
52384
|
};
|
|
52349
52385
|
E._EvaluateVisitor_visitWhileRule_closure0.prototype = {
|
|
52350
52386
|
call$0: function() {
|
|
@@ -52396,7 +52432,7 @@ self.readline = require("readline");
|
|
|
52396
52432
|
});
|
|
52397
52433
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52398
52434
|
},
|
|
52399
|
-
$signature:
|
|
52435
|
+
$signature: 22
|
|
52400
52436
|
};
|
|
52401
52437
|
E._EvaluateVisitor_visitWhileRule__closure0.prototype = {
|
|
52402
52438
|
call$1: function(child) {
|
|
@@ -52690,7 +52726,7 @@ self.readline = require("readline");
|
|
|
52690
52726
|
});
|
|
52691
52727
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52692
52728
|
},
|
|
52693
|
-
$signature:
|
|
52729
|
+
$signature: 22
|
|
52694
52730
|
};
|
|
52695
52731
|
E._EvaluateVisitor_visitVariableExpression_closure0.prototype = {
|
|
52696
52732
|
call$0: function() {
|
|
@@ -52712,14 +52748,14 @@ self.readline = require("readline");
|
|
|
52712
52748
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
52713
52749
|
return this.$this._async_evaluate$_getFunction$2$namespace(t2, t1);
|
|
52714
52750
|
},
|
|
52715
|
-
$signature:
|
|
52751
|
+
$signature: 48
|
|
52716
52752
|
};
|
|
52717
52753
|
E._EvaluateVisitor_visitFunctionExpression_closure2.prototype = {
|
|
52718
52754
|
call$0: function() {
|
|
52719
52755
|
var t1 = this.node;
|
|
52720
52756
|
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
52721
52757
|
},
|
|
52722
|
-
$signature:
|
|
52758
|
+
$signature: 22
|
|
52723
52759
|
};
|
|
52724
52760
|
E._EvaluateVisitor__runUserDefinedCallable_closure0.prototype = {
|
|
52725
52761
|
call$0: function() {
|
|
@@ -52728,7 +52764,7 @@ self.readline = require("readline");
|
|
|
52728
52764
|
t2 = _this.callable;
|
|
52729
52765
|
return t1._async_evaluate$_withEnvironment$1$2(t2.environment.closure$0(), new E._EvaluateVisitor__runUserDefinedCallable__closure0(t1, _this.evaluated, t2, _this.nodeWithSpan, _this.run), F.Value);
|
|
52730
52766
|
},
|
|
52731
|
-
$signature:
|
|
52767
|
+
$signature: 22
|
|
52732
52768
|
};
|
|
52733
52769
|
E._EvaluateVisitor__runUserDefinedCallable__closure0.prototype = {
|
|
52734
52770
|
call$0: function() {
|
|
@@ -52736,7 +52772,7 @@ self.readline = require("readline");
|
|
|
52736
52772
|
t1 = _this.$this;
|
|
52737
52773
|
return t1._async_evaluate$_environment.scope$1$1(new E._EvaluateVisitor__runUserDefinedCallable___closure0(t1, _this.evaluated, _this.callable, _this.nodeWithSpan, _this.run), F.Value);
|
|
52738
52774
|
},
|
|
52739
|
-
$signature:
|
|
52775
|
+
$signature: 22
|
|
52740
52776
|
};
|
|
52741
52777
|
E._EvaluateVisitor__runUserDefinedCallable___closure0.prototype = {
|
|
52742
52778
|
call$0: function() {
|
|
@@ -52851,7 +52887,7 @@ self.readline = require("readline");
|
|
|
52851
52887
|
});
|
|
52852
52888
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52853
52889
|
},
|
|
52854
|
-
$signature:
|
|
52890
|
+
$signature: 22
|
|
52855
52891
|
};
|
|
52856
52892
|
E._EvaluateVisitor__runUserDefinedCallable____closure0.prototype = {
|
|
52857
52893
|
call$1: function($name) {
|
|
@@ -52905,7 +52941,7 @@ self.readline = require("readline");
|
|
|
52905
52941
|
});
|
|
52906
52942
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52907
52943
|
},
|
|
52908
|
-
$signature:
|
|
52944
|
+
$signature: 22
|
|
52909
52945
|
};
|
|
52910
52946
|
E._EvaluateVisitor__runBuiltInCallable_closure1.prototype = {
|
|
52911
52947
|
call$0: function() {
|
|
@@ -53013,7 +53049,7 @@ self.readline = require("readline");
|
|
|
53013
53049
|
});
|
|
53014
53050
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
53015
53051
|
},
|
|
53016
|
-
$signature:
|
|
53052
|
+
$signature: 45
|
|
53017
53053
|
};
|
|
53018
53054
|
E._EvaluateVisitor_visitCssAtRule_closure1.prototype = {
|
|
53019
53055
|
call$0: function() {
|
|
@@ -53432,7 +53468,7 @@ self.readline = require("readline");
|
|
|
53432
53468
|
});
|
|
53433
53469
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
53434
53470
|
},
|
|
53435
|
-
$signature:
|
|
53471
|
+
$signature: 45
|
|
53436
53472
|
};
|
|
53437
53473
|
E._EvaluateVisitor__serialize_closure0.prototype = {
|
|
53438
53474
|
call$0: function() {
|
|
@@ -53440,7 +53476,7 @@ self.readline = require("readline");
|
|
|
53440
53476
|
t1.toString;
|
|
53441
53477
|
return N.serializeValue(t1, false, this.quote);
|
|
53442
53478
|
},
|
|
53443
|
-
$signature:
|
|
53479
|
+
$signature: 12
|
|
53444
53480
|
};
|
|
53445
53481
|
E._EvaluateVisitor__stackTrace_closure0.prototype = {
|
|
53446
53482
|
call$1: function(tuple) {
|
|
@@ -55109,7 +55145,7 @@ self.readline = require("readline");
|
|
|
55109
55145
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
55110
55146
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module.text) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55111
55147
|
},
|
|
55112
|
-
$signature:
|
|
55148
|
+
$signature: 13
|
|
55113
55149
|
};
|
|
55114
55150
|
R._EvaluateVisitor_closure0.prototype = {
|
|
55115
55151
|
call$1: function($arguments) {
|
|
@@ -55119,7 +55155,7 @@ self.readline = require("readline");
|
|
|
55119
55155
|
t2.toString;
|
|
55120
55156
|
return t1.getVariable$1(H.stringReplaceAllUnchecked(t2, "_", "-")) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55121
55157
|
},
|
|
55122
|
-
$signature:
|
|
55158
|
+
$signature: 13
|
|
55123
55159
|
};
|
|
55124
55160
|
R._EvaluateVisitor_closure1.prototype = {
|
|
55125
55161
|
call$1: function($arguments) {
|
|
@@ -55135,7 +55171,7 @@ self.readline = require("readline");
|
|
|
55135
55171
|
t4 = H.stringReplaceAllUnchecked(t3, "_", "-");
|
|
55136
55172
|
return t2.getFunction$2$namespace(t4, module == null ? null : module.text) != null || t1._builtInFunctions.containsKey$1(t3) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55137
55173
|
},
|
|
55138
|
-
$signature:
|
|
55174
|
+
$signature: 13
|
|
55139
55175
|
};
|
|
55140
55176
|
R._EvaluateVisitor_closure2.prototype = {
|
|
55141
55177
|
call$1: function($arguments) {
|
|
@@ -55150,7 +55186,7 @@ self.readline = require("readline");
|
|
|
55150
55186
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
55151
55187
|
return t1.getMixin$2$namespace(t2, module == null ? null : module.text) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55152
55188
|
},
|
|
55153
|
-
$signature:
|
|
55189
|
+
$signature: 13
|
|
55154
55190
|
};
|
|
55155
55191
|
R._EvaluateVisitor_closure3.prototype = {
|
|
55156
55192
|
call$1: function($arguments) {
|
|
@@ -55159,7 +55195,7 @@ self.readline = require("readline");
|
|
|
55159
55195
|
throw H.wrapException(E.SassScriptException$("content-exists() may only be called within a mixin."));
|
|
55160
55196
|
return t1._content != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55161
55197
|
},
|
|
55162
|
-
$signature:
|
|
55198
|
+
$signature: 13
|
|
55163
55199
|
};
|
|
55164
55200
|
R._EvaluateVisitor_closure4.prototype = {
|
|
55165
55201
|
call$1: function($arguments) {
|
|
@@ -55176,7 +55212,7 @@ self.readline = require("readline");
|
|
|
55176
55212
|
}
|
|
55177
55213
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
55178
55214
|
},
|
|
55179
|
-
$signature:
|
|
55215
|
+
$signature: 30
|
|
55180
55216
|
};
|
|
55181
55217
|
R._EvaluateVisitor_closure5.prototype = {
|
|
55182
55218
|
call$1: function($arguments) {
|
|
@@ -55193,7 +55229,7 @@ self.readline = require("readline");
|
|
|
55193
55229
|
}
|
|
55194
55230
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
55195
55231
|
},
|
|
55196
|
-
$signature:
|
|
55232
|
+
$signature: 30
|
|
55197
55233
|
};
|
|
55198
55234
|
R._EvaluateVisitor_closure6.prototype = {
|
|
55199
55235
|
call$1: function($arguments) {
|
|
@@ -55215,7 +55251,7 @@ self.readline = require("readline");
|
|
|
55215
55251
|
return new F.SassFunction(callable);
|
|
55216
55252
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
55217
55253
|
},
|
|
55218
|
-
$signature:
|
|
55254
|
+
$signature: 72
|
|
55219
55255
|
};
|
|
55220
55256
|
R._EvaluateVisitor__closure3.prototype = {
|
|
55221
55257
|
call$0: function() {
|
|
@@ -55227,7 +55263,7 @@ self.readline = require("readline");
|
|
|
55227
55263
|
t2 = t2 == null ? null : t2.text;
|
|
55228
55264
|
return this.$this._getFunction$2$namespace(t1, t2);
|
|
55229
55265
|
},
|
|
55230
|
-
$signature:
|
|
55266
|
+
$signature: 47
|
|
55231
55267
|
};
|
|
55232
55268
|
R._EvaluateVisitor_closure7.prototype = {
|
|
55233
55269
|
call$1: function($arguments) {
|
|
@@ -55297,7 +55333,7 @@ self.readline = require("readline");
|
|
|
55297
55333
|
t1._assertConfigurationIsEmpty$2$nameInError(configuration, true);
|
|
55298
55334
|
return;
|
|
55299
55335
|
},
|
|
55300
|
-
$signature:
|
|
55336
|
+
$signature: 59
|
|
55301
55337
|
};
|
|
55302
55338
|
R._EvaluateVisitor__closure.prototype = {
|
|
55303
55339
|
call$2: function(variable, value) {
|
|
@@ -55328,7 +55364,7 @@ self.readline = require("readline");
|
|
|
55328
55364
|
t2 = _this.$this;
|
|
55329
55365
|
return new E.EvaluateResult(t2._combineCss$1(t2._execute$2(_this.importer, t1)));
|
|
55330
55366
|
},
|
|
55331
|
-
$signature:
|
|
55367
|
+
$signature: 112
|
|
55332
55368
|
};
|
|
55333
55369
|
R._EvaluateVisitor_runExpression_closure.prototype = {
|
|
55334
55370
|
call$0: function() {
|
|
@@ -55490,7 +55526,7 @@ self.readline = require("readline");
|
|
|
55490
55526
|
call$0: function() {
|
|
55491
55527
|
return H.setRuntimeTypeInfo([], [F.Extender]);
|
|
55492
55528
|
},
|
|
55493
|
-
$signature:
|
|
55529
|
+
$signature: 73
|
|
55494
55530
|
};
|
|
55495
55531
|
R._EvaluateVisitor__topologicalModules_visitModule.prototype = {
|
|
55496
55532
|
call$1: function(module) {
|
|
@@ -55508,7 +55544,7 @@ self.readline = require("readline");
|
|
|
55508
55544
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
55509
55545
|
return new V.AtRootQueryParser(t1, this.$this._evaluate$_logger).parse$0();
|
|
55510
55546
|
},
|
|
55511
|
-
$signature:
|
|
55547
|
+
$signature: 53
|
|
55512
55548
|
};
|
|
55513
55549
|
R._EvaluateVisitor_visitAtRootRule_closure0.prototype = {
|
|
55514
55550
|
call$0: function() {
|
|
@@ -55632,7 +55668,7 @@ self.readline = require("readline");
|
|
|
55632
55668
|
call$0: function() {
|
|
55633
55669
|
return D.SelectorList_SelectorList$parse(B.trimAscii(this.targetText.value, true), false, true, this.$this._evaluate$_logger);
|
|
55634
55670
|
},
|
|
55635
|
-
$signature:
|
|
55671
|
+
$signature: 32
|
|
55636
55672
|
};
|
|
55637
55673
|
R._EvaluateVisitor_visitAtRule_closure.prototype = {
|
|
55638
55674
|
call$0: function() {
|
|
@@ -55664,13 +55700,13 @@ self.readline = require("readline");
|
|
|
55664
55700
|
call$0: function() {
|
|
55665
55701
|
return this.node.from.accept$1(this.$this).assertNumber$0();
|
|
55666
55702
|
},
|
|
55667
|
-
$signature:
|
|
55703
|
+
$signature: 66
|
|
55668
55704
|
};
|
|
55669
55705
|
R._EvaluateVisitor_visitForRule_closure0.prototype = {
|
|
55670
55706
|
call$0: function() {
|
|
55671
55707
|
return this.node.to.accept$1(this.$this).assertNumber$0();
|
|
55672
55708
|
},
|
|
55673
|
-
$signature:
|
|
55709
|
+
$signature: 66
|
|
55674
55710
|
};
|
|
55675
55711
|
R._EvaluateVisitor_visitForRule_closure1.prototype = {
|
|
55676
55712
|
call$0: function() {
|
|
@@ -55842,7 +55878,7 @@ self.readline = require("readline");
|
|
|
55842
55878
|
var t1 = this.node;
|
|
55843
55879
|
return this.$this._evaluate$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
55844
55880
|
},
|
|
55845
|
-
$signature:
|
|
55881
|
+
$signature: 47
|
|
55846
55882
|
};
|
|
55847
55883
|
R._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
|
|
55848
55884
|
call$0: function() {
|
|
@@ -55850,7 +55886,7 @@ self.readline = require("readline");
|
|
|
55850
55886
|
},
|
|
55851
55887
|
"call*": "call$0",
|
|
55852
55888
|
$requiredArgCount: 0,
|
|
55853
|
-
$signature:
|
|
55889
|
+
$signature: 24
|
|
55854
55890
|
};
|
|
55855
55891
|
R._EvaluateVisitor_visitIncludeRule_closure1.prototype = {
|
|
55856
55892
|
call$0: function() {
|
|
@@ -55938,14 +55974,14 @@ self.readline = require("readline");
|
|
|
55938
55974
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
55939
55975
|
return new F.MediaQueryParser(t1, this.$this._evaluate$_logger).parse$0();
|
|
55940
55976
|
},
|
|
55941
|
-
$signature:
|
|
55977
|
+
$signature: 50
|
|
55942
55978
|
};
|
|
55943
55979
|
R._EvaluateVisitor_visitStyleRule_closure.prototype = {
|
|
55944
55980
|
call$0: function() {
|
|
55945
55981
|
var t1 = S.SpanScanner$(this.selectorText.value, null);
|
|
55946
55982
|
return new E.KeyframeSelectorParser(t1, this.$this._evaluate$_logger).parse$0();
|
|
55947
55983
|
},
|
|
55948
|
-
$signature:
|
|
55984
|
+
$signature: 33
|
|
55949
55985
|
};
|
|
55950
55986
|
R._EvaluateVisitor_visitStyleRule_closure0.prototype = {
|
|
55951
55987
|
call$0: function() {
|
|
@@ -55966,7 +56002,7 @@ self.readline = require("readline");
|
|
|
55966
56002
|
t2 = !t1._stylesheet.plainCss;
|
|
55967
56003
|
return D.SelectorList_SelectorList$parse(this.selectorText.value, t2, t2, t1._evaluate$_logger);
|
|
55968
56004
|
},
|
|
55969
|
-
$signature:
|
|
56005
|
+
$signature: 32
|
|
55970
56006
|
};
|
|
55971
56007
|
R._EvaluateVisitor_visitStyleRule_closure3.prototype = {
|
|
55972
56008
|
call$0: function() {
|
|
@@ -55976,7 +56012,7 @@ self.readline = require("readline");
|
|
|
55976
56012
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
55977
56013
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._atRootExcludingStyleRule);
|
|
55978
56014
|
},
|
|
55979
|
-
$signature:
|
|
56015
|
+
$signature: 32
|
|
55980
56016
|
};
|
|
55981
56017
|
R._EvaluateVisitor_visitStyleRule_closure4.prototype = {
|
|
55982
56018
|
call$0: function() {
|
|
@@ -56145,7 +56181,7 @@ self.readline = require("readline");
|
|
|
56145
56181
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
56146
56182
|
return this.$this._getFunction$2$namespace(t2, t1);
|
|
56147
56183
|
},
|
|
56148
|
-
$signature:
|
|
56184
|
+
$signature: 47
|
|
56149
56185
|
};
|
|
56150
56186
|
R._EvaluateVisitor_visitFunctionExpression_closure0.prototype = {
|
|
56151
56187
|
call$0: function() {
|
|
@@ -56331,7 +56367,7 @@ self.readline = require("readline");
|
|
|
56331
56367
|
result = value.accept$1(t1);
|
|
56332
56368
|
return result instanceof D.SassString ? result.text : t1._evaluate$_serialize$3$quote(result, value, false);
|
|
56333
56369
|
},
|
|
56334
|
-
$signature:
|
|
56370
|
+
$signature: 28
|
|
56335
56371
|
};
|
|
56336
56372
|
R._EvaluateVisitor_visitCssAtRule_closure.prototype = {
|
|
56337
56373
|
call$0: function() {
|
|
@@ -56460,7 +56496,7 @@ self.readline = require("readline");
|
|
|
56460
56496
|
}
|
|
56461
56497
|
return t1._evaluate$_serialize$3$quote(result, value, false);
|
|
56462
56498
|
},
|
|
56463
|
-
$signature:
|
|
56499
|
+
$signature: 28
|
|
56464
56500
|
};
|
|
56465
56501
|
R._EvaluateVisitor__serialize_closure.prototype = {
|
|
56466
56502
|
call$0: function() {
|
|
@@ -56468,7 +56504,7 @@ self.readline = require("readline");
|
|
|
56468
56504
|
t1.toString;
|
|
56469
56505
|
return N.serializeValue(t1, false, this.quote);
|
|
56470
56506
|
},
|
|
56471
|
-
$signature:
|
|
56507
|
+
$signature: 12
|
|
56472
56508
|
};
|
|
56473
56509
|
R._EvaluateVisitor__stackTrace_closure.prototype = {
|
|
56474
56510
|
call$1: function(tuple) {
|
|
@@ -56649,7 +56685,7 @@ self.readline = require("readline");
|
|
|
56649
56685
|
call$1: function(codeUnit) {
|
|
56650
56686
|
return codeUnit > 127;
|
|
56651
56687
|
},
|
|
56652
|
-
$signature:
|
|
56688
|
+
$signature: 16
|
|
56653
56689
|
};
|
|
56654
56690
|
N._SerializeVisitor.prototype = {
|
|
56655
56691
|
visitCssStylesheet$1: function(node) {
|
|
@@ -57776,13 +57812,13 @@ self.readline = require("readline");
|
|
|
57776
57812
|
call$0: function() {
|
|
57777
57813
|
return H.interceptedTypeCast(this.sourceEntry.get$source(), "$isFileLocation").file;
|
|
57778
57814
|
},
|
|
57779
|
-
$signature:
|
|
57815
|
+
$signature: 49
|
|
57780
57816
|
};
|
|
57781
57817
|
T.SingleMapping_SingleMapping$fromEntries_closure1.prototype = {
|
|
57782
57818
|
call$1: function(i) {
|
|
57783
57819
|
return this.files.$index(0, i);
|
|
57784
57820
|
},
|
|
57785
|
-
$signature:
|
|
57821
|
+
$signature: 105
|
|
57786
57822
|
};
|
|
57787
57823
|
T.SingleMapping_toJson_closure.prototype = {
|
|
57788
57824
|
call$1: function(file) {
|
|
@@ -58235,7 +58271,7 @@ self.readline = require("readline");
|
|
|
58235
58271
|
return;
|
|
58236
58272
|
return H.stringTypeCast(t1);
|
|
58237
58273
|
},
|
|
58238
|
-
$signature:
|
|
58274
|
+
$signature: 12
|
|
58239
58275
|
};
|
|
58240
58276
|
U.Highlighter$__closure.prototype = {
|
|
58241
58277
|
call$1: function(line) {
|
|
@@ -58259,7 +58295,7 @@ self.readline = require("readline");
|
|
|
58259
58295
|
call$1: function(highlight) {
|
|
58260
58296
|
return highlight.get$span().get$sourceUrl();
|
|
58261
58297
|
},
|
|
58262
|
-
$signature:
|
|
58298
|
+
$signature: 27
|
|
58263
58299
|
};
|
|
58264
58300
|
U.Highlighter__collateLines_closure0.prototype = {
|
|
58265
58301
|
call$2: function(highlight1, highlight2) {
|
|
@@ -58489,7 +58525,7 @@ self.readline = require("readline");
|
|
|
58489
58525
|
}
|
|
58490
58526
|
return U._Highlight__normalizeEndOfLine(U._Highlight__normalizeTrailingNewline(U._Highlight__normalizeNewlines(t1)));
|
|
58491
58527
|
},
|
|
58492
|
-
$signature:
|
|
58528
|
+
$signature: 100
|
|
58493
58529
|
};
|
|
58494
58530
|
U._Line.prototype = {
|
|
58495
58531
|
toString$0: function(_) {
|
|
@@ -58804,7 +58840,7 @@ self.readline = require("readline");
|
|
|
58804
58840
|
line = t1 > 1 ? P.int_parse(lineAndColumn[1], _null, _null) : _null;
|
|
58805
58841
|
return new A.Frame(uri, line, t1 > 2 ? P.int_parse(lineAndColumn[2], _null, _null) : _null, member);
|
|
58806
58842
|
},
|
|
58807
|
-
$signature:
|
|
58843
|
+
$signature: 44
|
|
58808
58844
|
};
|
|
58809
58845
|
A.Frame_Frame$parseV8_closure.prototype = {
|
|
58810
58846
|
call$0: function() {
|
|
@@ -58825,7 +58861,7 @@ self.readline = require("readline");
|
|
|
58825
58861
|
} else
|
|
58826
58862
|
return t1.call$2(t2[3], _s4_);
|
|
58827
58863
|
},
|
|
58828
|
-
$signature:
|
|
58864
|
+
$signature: 44
|
|
58829
58865
|
};
|
|
58830
58866
|
A.Frame_Frame$parseV8_closure_parseLocation.prototype = {
|
|
58831
58867
|
call$2: function($location, member) {
|
|
@@ -58844,7 +58880,7 @@ self.readline = require("readline");
|
|
|
58844
58880
|
t1 = urlMatch._match;
|
|
58845
58881
|
return new A.Frame(A.Frame__uriOrPathToUri(t1[1]), P.int_parse(t1[2], _null, _null), P.int_parse(t1[3], _null, _null), member);
|
|
58846
58882
|
},
|
|
58847
|
-
$signature:
|
|
58883
|
+
$signature: 96
|
|
58848
58884
|
};
|
|
58849
58885
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
58850
58886
|
call$0: function() {
|
|
@@ -58869,7 +58905,7 @@ self.readline = require("readline");
|
|
|
58869
58905
|
t1 = t1[5];
|
|
58870
58906
|
return new A.Frame(uri, line, t1 == null || t1 === "" ? _null : P.int_parse(t1, _null, _null), member);
|
|
58871
58907
|
},
|
|
58872
|
-
$signature:
|
|
58908
|
+
$signature: 44
|
|
58873
58909
|
};
|
|
58874
58910
|
A.Frame_Frame$parseFriendly_closure.prototype = {
|
|
58875
58911
|
call$0: function() {
|
|
@@ -58891,7 +58927,7 @@ self.readline = require("readline");
|
|
|
58891
58927
|
column = t2 == null ? _null : P.int_parse(t2, _null, _null);
|
|
58892
58928
|
return new A.Frame(uri, line, column, t1[4]);
|
|
58893
58929
|
},
|
|
58894
|
-
$signature:
|
|
58930
|
+
$signature: 44
|
|
58895
58931
|
};
|
|
58896
58932
|
T.LazyTrace.prototype = {
|
|
58897
58933
|
get$_lazy_trace$_trace: function() {
|
|
@@ -58914,7 +58950,7 @@ self.readline = require("readline");
|
|
|
58914
58950
|
call$0: function() {
|
|
58915
58951
|
return this.$this.get$_lazy_trace$_trace().get$terse();
|
|
58916
58952
|
},
|
|
58917
|
-
$signature:
|
|
58953
|
+
$signature: 95
|
|
58918
58954
|
};
|
|
58919
58955
|
Y.Trace.prototype = {
|
|
58920
58956
|
get$terse: function() {
|
|
@@ -58953,7 +58989,7 @@ self.readline = require("readline");
|
|
|
58953
58989
|
call$0: function() {
|
|
58954
58990
|
return Y.Trace_Trace$parse(this.trace.toString$0(0));
|
|
58955
58991
|
},
|
|
58956
|
-
$signature:
|
|
58992
|
+
$signature: 95
|
|
58957
58993
|
};
|
|
58958
58994
|
Y.Trace__parseVM_closure.prototype = {
|
|
58959
58995
|
call$1: function(line) {
|
|
@@ -59116,7 +59152,7 @@ self.readline = require("readline");
|
|
|
59116
59152
|
},
|
|
59117
59153
|
"call*": "call$2",
|
|
59118
59154
|
$requiredArgCount: 2,
|
|
59119
|
-
$signature:
|
|
59155
|
+
$signature: 43
|
|
59120
59156
|
};
|
|
59121
59157
|
L._StreamTransformer_bind__closure0.prototype = {
|
|
59122
59158
|
call$0: function() {
|
|
@@ -59138,28 +59174,36 @@ self.readline = require("readline");
|
|
|
59138
59174
|
},
|
|
59139
59175
|
"call*": "call$0",
|
|
59140
59176
|
$requiredArgCount: 0,
|
|
59141
|
-
$signature:
|
|
59177
|
+
$signature: 42
|
|
59142
59178
|
};
|
|
59143
59179
|
R._debounceAggregate_closure.prototype = {
|
|
59144
59180
|
call$2: function(value, sink) {
|
|
59145
|
-
var
|
|
59181
|
+
var soFar, _this = this,
|
|
59182
|
+
t1 = _this._box_0,
|
|
59146
59183
|
t2 = t1.timer;
|
|
59147
59184
|
if (t2 != null)
|
|
59148
59185
|
t2.cancel$0();
|
|
59149
|
-
|
|
59150
|
-
t1.soFar =
|
|
59186
|
+
soFar = _this.collect.call$2(value, t1.soFar);
|
|
59187
|
+
t1.soFar = soFar;
|
|
59188
|
+
if (t1.timer == null && _this.leading) {
|
|
59189
|
+
t1.emittedLatestAsLeading = true;
|
|
59190
|
+
sink.add$1(0, soFar);
|
|
59191
|
+
} else
|
|
59192
|
+
t1.emittedLatestAsLeading = false;
|
|
59193
|
+
t1.timer = P.Timer_Timer(_this.duration, new R._debounceAggregate__closure(t1, _this.trailing, sink));
|
|
59151
59194
|
},
|
|
59152
59195
|
"call*": "call$2",
|
|
59153
59196
|
$requiredArgCount: 2
|
|
59154
59197
|
};
|
|
59155
59198
|
R._debounceAggregate__closure.prototype = {
|
|
59156
59199
|
call$0: function() {
|
|
59157
|
-
var t1 = this
|
|
59158
|
-
|
|
59159
|
-
|
|
59160
|
-
|
|
59161
|
-
|
|
59162
|
-
|
|
59200
|
+
var t1, _this = this;
|
|
59201
|
+
if (_this.trailing && !_this._box_0.emittedLatestAsLeading)
|
|
59202
|
+
_this.sink.add$1(0, _this._box_0.soFar);
|
|
59203
|
+
t1 = _this._box_0;
|
|
59204
|
+
if (t1.shouldClose)
|
|
59205
|
+
_this.sink.close$0(0);
|
|
59206
|
+
t1.timer = t1.soFar = null;
|
|
59163
59207
|
},
|
|
59164
59208
|
"call*": "call$0",
|
|
59165
59209
|
$requiredArgCount: 0,
|
|
@@ -59168,10 +59212,14 @@ self.readline = require("readline");
|
|
|
59168
59212
|
R._debounceAggregate_closure0.prototype = {
|
|
59169
59213
|
call$1: function(sink) {
|
|
59170
59214
|
var t1 = this._box_0;
|
|
59171
|
-
if (t1.soFar != null)
|
|
59215
|
+
if (t1.soFar != null && this.trailing)
|
|
59172
59216
|
t1.shouldClose = true;
|
|
59173
|
-
else
|
|
59217
|
+
else {
|
|
59218
|
+
t1 = t1.timer;
|
|
59219
|
+
if (t1 != null)
|
|
59220
|
+
t1.cancel$0();
|
|
59174
59221
|
sink.close$0(0);
|
|
59222
|
+
}
|
|
59175
59223
|
}
|
|
59176
59224
|
};
|
|
59177
59225
|
E.StringScannerException.prototype = {
|
|
@@ -60338,7 +60386,7 @@ self.readline = require("readline");
|
|
|
60338
60386
|
call$1: function(_) {
|
|
60339
60387
|
return H.setRuntimeTypeInfo([], [[G.Module0, B.AsyncCallable0]]);
|
|
60340
60388
|
},
|
|
60341
|
-
$signature:
|
|
60389
|
+
$signature: 97
|
|
60342
60390
|
};
|
|
60343
60391
|
Q.AsyncEnvironment__getVariableFromGlobalModule_closure0.prototype = {
|
|
60344
60392
|
call$1: function(module) {
|
|
@@ -64526,7 +64574,7 @@ self.readline = require("readline");
|
|
|
64526
64574
|
}
|
|
64527
64575
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
64528
64576
|
},
|
|
64529
|
-
$signature:
|
|
64577
|
+
$signature: 29
|
|
64530
64578
|
};
|
|
64531
64579
|
E._EvaluateVisitor_closure35.prototype = {
|
|
64532
64580
|
call$1: function($arguments) {
|
|
@@ -64543,7 +64591,7 @@ self.readline = require("readline");
|
|
|
64543
64591
|
}
|
|
64544
64592
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
64545
64593
|
},
|
|
64546
|
-
$signature:
|
|
64594
|
+
$signature: 29
|
|
64547
64595
|
};
|
|
64548
64596
|
E._EvaluateVisitor_closure36.prototype = {
|
|
64549
64597
|
call$1: function($arguments) {
|
|
@@ -64565,7 +64613,7 @@ self.readline = require("readline");
|
|
|
64565
64613
|
return new F.SassFunction0(callable);
|
|
64566
64614
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
64567
64615
|
},
|
|
64568
|
-
$signature:
|
|
64616
|
+
$signature: 92
|
|
64569
64617
|
};
|
|
64570
64618
|
E._EvaluateVisitor__closure18.prototype = {
|
|
64571
64619
|
call$0: function() {
|
|
@@ -64577,7 +64625,7 @@ self.readline = require("readline");
|
|
|
64577
64625
|
t2 = t2 == null ? null : t2.text;
|
|
64578
64626
|
return this.$this._async_evaluate0$_getFunction$2$namespace(t1, t2);
|
|
64579
64627
|
},
|
|
64580
|
-
$signature:
|
|
64628
|
+
$signature: 51
|
|
64581
64629
|
};
|
|
64582
64630
|
E._EvaluateVisitor_closure37.prototype = {
|
|
64583
64631
|
call$1: function($arguments) {
|
|
@@ -64774,7 +64822,7 @@ self.readline = require("readline");
|
|
|
64774
64822
|
});
|
|
64775
64823
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
64776
64824
|
},
|
|
64777
|
-
$signature:
|
|
64825
|
+
$signature: 102
|
|
64778
64826
|
};
|
|
64779
64827
|
E._EvaluateVisitor__withWarnCallback_closure2.prototype = {
|
|
64780
64828
|
call$2: function(message, deprecation) {
|
|
@@ -65002,7 +65050,7 @@ self.readline = require("readline");
|
|
|
65002
65050
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
65003
65051
|
return new V.AtRootQueryParser0(t1, this.$this._async_evaluate0$_logger).parse$0();
|
|
65004
65052
|
},
|
|
65005
|
-
$signature:
|
|
65053
|
+
$signature: 52
|
|
65006
65054
|
};
|
|
65007
65055
|
E._EvaluateVisitor_visitAtRootRule_closure9.prototype = {
|
|
65008
65056
|
call$0: function() {
|
|
@@ -65310,7 +65358,7 @@ self.readline = require("readline");
|
|
|
65310
65358
|
t1 = _this.$this;
|
|
65311
65359
|
return t1._async_evaluate0$_handleReturn$2(_this.list.get$asList(), new E._EvaluateVisitor_visitEachRule__closure2(t1, _this.setVariables, _this.node));
|
|
65312
65360
|
},
|
|
65313
|
-
$signature:
|
|
65361
|
+
$signature: 17
|
|
65314
65362
|
};
|
|
65315
65363
|
E._EvaluateVisitor_visitEachRule__closure2.prototype = {
|
|
65316
65364
|
call$1: function(element) {
|
|
@@ -65330,7 +65378,7 @@ self.readline = require("readline");
|
|
|
65330
65378
|
var t1 = this.targetText;
|
|
65331
65379
|
return D.SelectorList_SelectorList$parse0(B.trimAscii0(t1.get$value(t1), true), false, true, this.$this._async_evaluate0$_logger);
|
|
65332
65380
|
},
|
|
65333
|
-
$signature:
|
|
65381
|
+
$signature: 31
|
|
65334
65382
|
};
|
|
65335
65383
|
E._EvaluateVisitor_visitAtRule_closure5.prototype = {
|
|
65336
65384
|
call$0: function() {
|
|
@@ -65461,7 +65509,7 @@ self.readline = require("readline");
|
|
|
65461
65509
|
});
|
|
65462
65510
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
65463
65511
|
},
|
|
65464
|
-
$signature:
|
|
65512
|
+
$signature: 89
|
|
65465
65513
|
};
|
|
65466
65514
|
E._EvaluateVisitor_visitForRule_closure15.prototype = {
|
|
65467
65515
|
call$0: function() {
|
|
@@ -65490,7 +65538,7 @@ self.readline = require("readline");
|
|
|
65490
65538
|
});
|
|
65491
65539
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
65492
65540
|
},
|
|
65493
|
-
$signature:
|
|
65541
|
+
$signature: 89
|
|
65494
65542
|
};
|
|
65495
65543
|
E._EvaluateVisitor_visitForRule_closure16.prototype = {
|
|
65496
65544
|
call$0: function() {
|
|
@@ -65561,7 +65609,7 @@ self.readline = require("readline");
|
|
|
65561
65609
|
});
|
|
65562
65610
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
65563
65611
|
},
|
|
65564
|
-
$signature:
|
|
65612
|
+
$signature: 17
|
|
65565
65613
|
};
|
|
65566
65614
|
E._EvaluateVisitor_visitForRule__closure2.prototype = {
|
|
65567
65615
|
call$1: function(child) {
|
|
@@ -65592,7 +65640,7 @@ self.readline = require("readline");
|
|
|
65592
65640
|
var t1 = this.$this;
|
|
65593
65641
|
return t1._async_evaluate0$_handleReturn$2(this._box_0.clause.children, new E._EvaluateVisitor_visitIfRule__closure2(t1));
|
|
65594
65642
|
},
|
|
65595
|
-
$signature:
|
|
65643
|
+
$signature: 17
|
|
65596
65644
|
};
|
|
65597
65645
|
E._EvaluateVisitor_visitIfRule__closure2.prototype = {
|
|
65598
65646
|
call$1: function(child) {
|
|
@@ -65759,7 +65807,7 @@ self.readline = require("readline");
|
|
|
65759
65807
|
var t1 = this.node;
|
|
65760
65808
|
return this.$this._async_evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
65761
65809
|
},
|
|
65762
|
-
$signature:
|
|
65810
|
+
$signature: 51
|
|
65763
65811
|
};
|
|
65764
65812
|
E._EvaluateVisitor_visitIncludeRule_closure9.prototype = {
|
|
65765
65813
|
call$0: function() {
|
|
@@ -65767,7 +65815,7 @@ self.readline = require("readline");
|
|
|
65767
65815
|
},
|
|
65768
65816
|
"call*": "call$0",
|
|
65769
65817
|
$requiredArgCount: 0,
|
|
65770
|
-
$signature:
|
|
65818
|
+
$signature: 24
|
|
65771
65819
|
};
|
|
65772
65820
|
E._EvaluateVisitor_visitIncludeRule_closure10.prototype = {
|
|
65773
65821
|
call$0: function() {
|
|
@@ -65871,7 +65919,7 @@ self.readline = require("readline");
|
|
|
65871
65919
|
call$0: function() {
|
|
65872
65920
|
return this.statement.accept$1(this.$this);
|
|
65873
65921
|
},
|
|
65874
|
-
$signature:
|
|
65922
|
+
$signature: 17
|
|
65875
65923
|
};
|
|
65876
65924
|
E._EvaluateVisitor_visitMediaRule_closure5.prototype = {
|
|
65877
65925
|
call$0: function() {
|
|
@@ -66013,7 +66061,7 @@ self.readline = require("readline");
|
|
|
66013
66061
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
66014
66062
|
return new F.MediaQueryParser0(t1, this.$this._async_evaluate0$_logger).parse$0();
|
|
66015
66063
|
},
|
|
66016
|
-
$signature:
|
|
66064
|
+
$signature: 55
|
|
66017
66065
|
};
|
|
66018
66066
|
E._EvaluateVisitor_visitStyleRule_closure20.prototype = {
|
|
66019
66067
|
call$0: function() {
|
|
@@ -66021,7 +66069,7 @@ self.readline = require("readline");
|
|
|
66021
66069
|
t1 = S.SpanScanner$(t1.get$value(t1), null);
|
|
66022
66070
|
return new E.KeyframeSelectorParser0(t1, this.$this._async_evaluate0$_logger).parse$0();
|
|
66023
66071
|
},
|
|
66024
|
-
$signature:
|
|
66072
|
+
$signature: 33
|
|
66025
66073
|
};
|
|
66026
66074
|
E._EvaluateVisitor_visitStyleRule_closure21.prototype = {
|
|
66027
66075
|
call$0: function() {
|
|
@@ -66077,7 +66125,7 @@ self.readline = require("readline");
|
|
|
66077
66125
|
t3 = !t2._async_evaluate0$_stylesheet.plainCss;
|
|
66078
66126
|
return D.SelectorList_SelectorList$parse0(t1, t3, t3, t2._async_evaluate0$_logger);
|
|
66079
66127
|
},
|
|
66080
|
-
$signature:
|
|
66128
|
+
$signature: 31
|
|
66081
66129
|
};
|
|
66082
66130
|
E._EvaluateVisitor_visitStyleRule_closure24.prototype = {
|
|
66083
66131
|
call$0: function() {
|
|
@@ -66087,7 +66135,7 @@ self.readline = require("readline");
|
|
|
66087
66135
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
66088
66136
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._async_evaluate0$_atRootExcludingStyleRule);
|
|
66089
66137
|
},
|
|
66090
|
-
$signature:
|
|
66138
|
+
$signature: 31
|
|
66091
66139
|
};
|
|
66092
66140
|
E._EvaluateVisitor_visitStyleRule_closure25.prototype = {
|
|
66093
66141
|
call$0: function() {
|
|
@@ -66273,7 +66321,7 @@ self.readline = require("readline");
|
|
|
66273
66321
|
var t1 = this.node;
|
|
66274
66322
|
return this.$this._async_evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
66275
66323
|
},
|
|
66276
|
-
$signature:
|
|
66324
|
+
$signature: 15
|
|
66277
66325
|
};
|
|
66278
66326
|
E._EvaluateVisitor_visitVariableDeclaration_closure10.prototype = {
|
|
66279
66327
|
call$0: function() {
|
|
@@ -66293,7 +66341,7 @@ self.readline = require("readline");
|
|
|
66293
66341
|
call$0: function() {
|
|
66294
66342
|
return this.node.expression.accept$1(this.$this);
|
|
66295
66343
|
},
|
|
66296
|
-
$signature:
|
|
66344
|
+
$signature: 17
|
|
66297
66345
|
};
|
|
66298
66346
|
E._EvaluateVisitor_visitWhileRule_closure2.prototype = {
|
|
66299
66347
|
call$0: function() {
|
|
@@ -66345,7 +66393,7 @@ self.readline = require("readline");
|
|
|
66345
66393
|
});
|
|
66346
66394
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66347
66395
|
},
|
|
66348
|
-
$signature:
|
|
66396
|
+
$signature: 17
|
|
66349
66397
|
};
|
|
66350
66398
|
E._EvaluateVisitor_visitWhileRule__closure2.prototype = {
|
|
66351
66399
|
call$1: function(child) {
|
|
@@ -66639,14 +66687,14 @@ self.readline = require("readline");
|
|
|
66639
66687
|
});
|
|
66640
66688
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66641
66689
|
},
|
|
66642
|
-
$signature:
|
|
66690
|
+
$signature: 17
|
|
66643
66691
|
};
|
|
66644
66692
|
E._EvaluateVisitor_visitVariableExpression_closure2.prototype = {
|
|
66645
66693
|
call$0: function() {
|
|
66646
66694
|
var t1 = this.node;
|
|
66647
66695
|
return this.$this._async_evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
66648
66696
|
},
|
|
66649
|
-
$signature:
|
|
66697
|
+
$signature: 15
|
|
66650
66698
|
};
|
|
66651
66699
|
E._EvaluateVisitor_visitListExpression_closure2.prototype = {
|
|
66652
66700
|
call$1: function(expression) {
|
|
@@ -66661,14 +66709,14 @@ self.readline = require("readline");
|
|
|
66661
66709
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
66662
66710
|
return this.$this._async_evaluate0$_getFunction$2$namespace(t2, t1);
|
|
66663
66711
|
},
|
|
66664
|
-
$signature:
|
|
66712
|
+
$signature: 51
|
|
66665
66713
|
};
|
|
66666
66714
|
E._EvaluateVisitor_visitFunctionExpression_closure6.prototype = {
|
|
66667
66715
|
call$0: function() {
|
|
66668
66716
|
var t1 = this.node;
|
|
66669
66717
|
return this.$this._async_evaluate0$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
66670
66718
|
},
|
|
66671
|
-
$signature:
|
|
66719
|
+
$signature: 17
|
|
66672
66720
|
};
|
|
66673
66721
|
E._EvaluateVisitor__runUserDefinedCallable_closure2.prototype = {
|
|
66674
66722
|
call$0: function() {
|
|
@@ -66677,7 +66725,7 @@ self.readline = require("readline");
|
|
|
66677
66725
|
t2 = _this.callable;
|
|
66678
66726
|
return t1._async_evaluate0$_withEnvironment$1$2(t2.environment.closure$0(), new E._EvaluateVisitor__runUserDefinedCallable__closure2(t1, _this.evaluated, t2, _this.nodeWithSpan, _this.run), F.Value0);
|
|
66679
66727
|
},
|
|
66680
|
-
$signature:
|
|
66728
|
+
$signature: 17
|
|
66681
66729
|
};
|
|
66682
66730
|
E._EvaluateVisitor__runUserDefinedCallable__closure2.prototype = {
|
|
66683
66731
|
call$0: function() {
|
|
@@ -66685,7 +66733,7 @@ self.readline = require("readline");
|
|
|
66685
66733
|
t1 = _this.$this;
|
|
66686
66734
|
return t1._async_evaluate0$_environment.scope$1$1(new E._EvaluateVisitor__runUserDefinedCallable___closure2(t1, _this.evaluated, _this.callable, _this.nodeWithSpan, _this.run), F.Value0);
|
|
66687
66735
|
},
|
|
66688
|
-
$signature:
|
|
66736
|
+
$signature: 17
|
|
66689
66737
|
};
|
|
66690
66738
|
E._EvaluateVisitor__runUserDefinedCallable___closure2.prototype = {
|
|
66691
66739
|
call$0: function() {
|
|
@@ -66800,7 +66848,7 @@ self.readline = require("readline");
|
|
|
66800
66848
|
});
|
|
66801
66849
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66802
66850
|
},
|
|
66803
|
-
$signature:
|
|
66851
|
+
$signature: 17
|
|
66804
66852
|
};
|
|
66805
66853
|
E._EvaluateVisitor__runUserDefinedCallable____closure2.prototype = {
|
|
66806
66854
|
call$1: function($name) {
|
|
@@ -66854,7 +66902,7 @@ self.readline = require("readline");
|
|
|
66854
66902
|
});
|
|
66855
66903
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66856
66904
|
},
|
|
66857
|
-
$signature:
|
|
66905
|
+
$signature: 17
|
|
66858
66906
|
};
|
|
66859
66907
|
E._EvaluateVisitor__runBuiltInCallable_closure5.prototype = {
|
|
66860
66908
|
call$0: function() {
|
|
@@ -66962,7 +67010,7 @@ self.readline = require("readline");
|
|
|
66962
67010
|
});
|
|
66963
67011
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
66964
67012
|
},
|
|
66965
|
-
$signature:
|
|
67013
|
+
$signature: 45
|
|
66966
67014
|
};
|
|
66967
67015
|
E._EvaluateVisitor_visitCssAtRule_closure5.prototype = {
|
|
66968
67016
|
call$0: function() {
|
|
@@ -67381,7 +67429,7 @@ self.readline = require("readline");
|
|
|
67381
67429
|
});
|
|
67382
67430
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
67383
67431
|
},
|
|
67384
|
-
$signature:
|
|
67432
|
+
$signature: 45
|
|
67385
67433
|
};
|
|
67386
67434
|
E._EvaluateVisitor__serialize_closure2.prototype = {
|
|
67387
67435
|
call$0: function() {
|
|
@@ -67389,7 +67437,7 @@ self.readline = require("readline");
|
|
|
67389
67437
|
t1.toString;
|
|
67390
67438
|
return N.serializeValue0(t1, false, this.quote);
|
|
67391
67439
|
},
|
|
67392
|
-
$signature:
|
|
67440
|
+
$signature: 12
|
|
67393
67441
|
};
|
|
67394
67442
|
E._EvaluateVisitor__stackTrace_closure2.prototype = {
|
|
67395
67443
|
call$1: function(tuple) {
|
|
@@ -67680,13 +67728,13 @@ self.readline = require("readline");
|
|
|
67680
67728
|
});
|
|
67681
67729
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
67682
67730
|
},
|
|
67683
|
-
$signature:
|
|
67731
|
+
$signature: 110
|
|
67684
67732
|
};
|
|
67685
67733
|
O.AsyncImportCache__canonicalize_closure0.prototype = {
|
|
67686
67734
|
call$0: function() {
|
|
67687
67735
|
return this.importer.canonicalize$1(this.url);
|
|
67688
67736
|
},
|
|
67689
|
-
$signature:
|
|
67737
|
+
$signature: 86
|
|
67690
67738
|
};
|
|
67691
67739
|
O.AsyncImportCache_importCanonical_closure0.prototype = {
|
|
67692
67740
|
call$0: function() {
|
|
@@ -67728,7 +67776,7 @@ self.readline = require("readline");
|
|
|
67728
67776
|
});
|
|
67729
67777
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
67730
67778
|
},
|
|
67731
|
-
$signature:
|
|
67779
|
+
$signature: 111
|
|
67732
67780
|
};
|
|
67733
67781
|
O.AsyncImportCache_humanize_closure2.prototype = {
|
|
67734
67782
|
call$1: function(tuple) {
|
|
@@ -67745,7 +67793,7 @@ self.readline = require("readline");
|
|
|
67745
67793
|
call$1: function(url) {
|
|
67746
67794
|
return J.get$length$asx(J.get$path$x(url));
|
|
67747
67795
|
},
|
|
67748
|
-
$signature:
|
|
67796
|
+
$signature: 27
|
|
67749
67797
|
};
|
|
67750
67798
|
V.AtRootQueryParser0.prototype = {
|
|
67751
67799
|
parse$0: function() {
|
|
@@ -67774,7 +67822,7 @@ self.readline = require("readline");
|
|
|
67774
67822
|
t2.expectDone$0();
|
|
67775
67823
|
return new V.AtRootQuery0(include, atRules, atRules.contains$1(0, "all"), atRules.contains$1(0, "rule"));
|
|
67776
67824
|
},
|
|
67777
|
-
$signature:
|
|
67825
|
+
$signature: 52
|
|
67778
67826
|
};
|
|
67779
67827
|
V.AtRootQuery0.prototype = {
|
|
67780
67828
|
excludes$1: function(node) {
|
|
@@ -67983,7 +68031,7 @@ self.readline = require("readline");
|
|
|
67983
68031
|
$constructor.FALSE = C.SassBoolean_false0;
|
|
67984
68032
|
return $constructor;
|
|
67985
68033
|
},
|
|
67986
|
-
$signature:
|
|
68034
|
+
$signature: 87
|
|
67987
68035
|
};
|
|
67988
68036
|
Z._closure34.prototype = {
|
|
67989
68037
|
call$1: function(_) {
|
|
@@ -67997,7 +68045,7 @@ self.readline = require("readline");
|
|
|
67997
68045
|
$defaultValues: function() {
|
|
67998
68046
|
return [null];
|
|
67999
68047
|
},
|
|
68000
|
-
$signature:
|
|
68048
|
+
$signature: 60
|
|
68001
68049
|
};
|
|
68002
68050
|
Z._closure35.prototype = {
|
|
68003
68051
|
call$1: function(thisArg) {
|
|
@@ -68056,7 +68104,7 @@ self.readline = require("readline");
|
|
|
68056
68104
|
this.callback.call$1($arguments);
|
|
68057
68105
|
return;
|
|
68058
68106
|
},
|
|
68059
|
-
$signature:
|
|
68107
|
+
$signature: 57
|
|
68060
68108
|
};
|
|
68061
68109
|
Q.BuiltInModule0.prototype = {
|
|
68062
68110
|
get$upstream: function() {
|
|
@@ -68292,7 +68340,7 @@ self.readline = require("readline");
|
|
|
68292
68340
|
else
|
|
68293
68341
|
throw H.wrapException(E.SassScriptException$0("Missing argument $lightness."));
|
|
68294
68342
|
},
|
|
68295
|
-
$signature:
|
|
68343
|
+
$signature: 11
|
|
68296
68344
|
};
|
|
68297
68345
|
K.closure163.prototype = {
|
|
68298
68346
|
call$1: function($arguments) {
|
|
@@ -68321,7 +68369,7 @@ self.readline = require("readline");
|
|
|
68321
68369
|
else
|
|
68322
68370
|
throw H.wrapException(E.SassScriptException$0("Missing argument $lightness."));
|
|
68323
68371
|
},
|
|
68324
|
-
$signature:
|
|
68372
|
+
$signature: 11
|
|
68325
68373
|
};
|
|
68326
68374
|
K.closure167.prototype = {
|
|
68327
68375
|
call$1: function($arguments) {
|
|
@@ -68346,7 +68394,7 @@ self.readline = require("readline");
|
|
|
68346
68394
|
degrees = t1.$index($arguments, 1).assertNumber$1("degrees");
|
|
68347
68395
|
return color.changeHsl$1$hue(color.get$hue() + degrees.value);
|
|
68348
68396
|
},
|
|
68349
|
-
$signature:
|
|
68397
|
+
$signature: 18
|
|
68350
68398
|
};
|
|
68351
68399
|
K.closure170.prototype = {
|
|
68352
68400
|
call$1: function($arguments) {
|
|
@@ -68355,7 +68403,7 @@ self.readline = require("readline");
|
|
|
68355
68403
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68356
68404
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68357
68405
|
},
|
|
68358
|
-
$signature:
|
|
68406
|
+
$signature: 18
|
|
68359
68407
|
};
|
|
68360
68408
|
K.closure171.prototype = {
|
|
68361
68409
|
call$1: function($arguments) {
|
|
@@ -68364,13 +68412,13 @@ self.readline = require("readline");
|
|
|
68364
68412
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68365
68413
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68366
68414
|
},
|
|
68367
|
-
$signature:
|
|
68415
|
+
$signature: 18
|
|
68368
68416
|
};
|
|
68369
68417
|
K.closure172.prototype = {
|
|
68370
68418
|
call$1: function($arguments) {
|
|
68371
68419
|
return new D.SassString0("saturate(" + N.serializeValue0(J.$index$asx($arguments, 0).assertNumber$1("amount"), false, true) + ")", false);
|
|
68372
68420
|
},
|
|
68373
|
-
$signature:
|
|
68421
|
+
$signature: 11
|
|
68374
68422
|
};
|
|
68375
68423
|
K.closure173.prototype = {
|
|
68376
68424
|
call$1: function($arguments) {
|
|
@@ -68379,7 +68427,7 @@ self.readline = require("readline");
|
|
|
68379
68427
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68380
68428
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68381
68429
|
},
|
|
68382
|
-
$signature:
|
|
68430
|
+
$signature: 18
|
|
68383
68431
|
};
|
|
68384
68432
|
K.closure174.prototype = {
|
|
68385
68433
|
call$1: function($arguments) {
|
|
@@ -68388,7 +68436,7 @@ self.readline = require("readline");
|
|
|
68388
68436
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68389
68437
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68390
68438
|
},
|
|
68391
|
-
$signature:
|
|
68439
|
+
$signature: 18
|
|
68392
68440
|
};
|
|
68393
68441
|
K.closure175.prototype = {
|
|
68394
68442
|
call$1: function($arguments) {
|
|
@@ -68413,7 +68461,7 @@ self.readline = require("readline");
|
|
|
68413
68461
|
else
|
|
68414
68462
|
throw H.wrapException(E.SassScriptException$0("Only 1 argument allowed, but " + t1 + " were passed."));
|
|
68415
68463
|
},
|
|
68416
|
-
$signature:
|
|
68464
|
+
$signature: 11
|
|
68417
68465
|
};
|
|
68418
68466
|
K._closure25.prototype = {
|
|
68419
68467
|
call$1: function(argument) {
|
|
@@ -68488,7 +68536,7 @@ self.readline = require("readline");
|
|
|
68488
68536
|
}
|
|
68489
68537
|
throw H.wrapException(E.SassScriptException$0("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed."));
|
|
68490
68538
|
},
|
|
68491
|
-
$signature:
|
|
68539
|
+
$signature: 11
|
|
68492
68540
|
};
|
|
68493
68541
|
K._closure27.prototype = {
|
|
68494
68542
|
call$1: function(argument) {
|
|
@@ -68535,7 +68583,7 @@ self.readline = require("readline");
|
|
|
68535
68583
|
var t1 = J.getInterceptor$asx($arguments);
|
|
68536
68584
|
return K._mixColors0(t1.$index($arguments, 0).assertColor$1("color1"), t1.$index($arguments, 1).assertColor$1("color2"), t1.$index($arguments, 2).assertNumber$1("weight"));
|
|
68537
68585
|
},
|
|
68538
|
-
$signature:
|
|
68586
|
+
$signature: 18
|
|
68539
68587
|
};
|
|
68540
68588
|
K.closure187.prototype = {
|
|
68541
68589
|
call$1: function($arguments) {
|
|
@@ -68572,7 +68620,7 @@ self.readline = require("readline");
|
|
|
68572
68620
|
var color = J.$index$asx($arguments, 0).assertColor$1("color");
|
|
68573
68621
|
return color.changeHsl$1$hue(color.get$hue() + 180);
|
|
68574
68622
|
},
|
|
68575
|
-
$signature:
|
|
68623
|
+
$signature: 18
|
|
68576
68624
|
};
|
|
68577
68625
|
K.closure182.prototype = {
|
|
68578
68626
|
call$1: function($arguments) {
|
|
@@ -68628,7 +68676,7 @@ self.readline = require("readline");
|
|
|
68628
68676
|
else
|
|
68629
68677
|
return color;
|
|
68630
68678
|
},
|
|
68631
|
-
$signature:
|
|
68679
|
+
$signature: 18
|
|
68632
68680
|
};
|
|
68633
68681
|
K.closure_getInRange2.prototype = {
|
|
68634
68682
|
call$3: function($name, min, max) {
|
|
@@ -68680,7 +68728,7 @@ self.readline = require("readline");
|
|
|
68680
68728
|
else
|
|
68681
68729
|
return color;
|
|
68682
68730
|
},
|
|
68683
|
-
$signature:
|
|
68731
|
+
$signature: 18
|
|
68684
68732
|
};
|
|
68685
68733
|
K.closure_getScale0.prototype = {
|
|
68686
68734
|
call$1: function($name) {
|
|
@@ -68743,7 +68791,7 @@ self.readline = require("readline");
|
|
|
68743
68791
|
else
|
|
68744
68792
|
return color;
|
|
68745
68793
|
},
|
|
68746
|
-
$signature:
|
|
68794
|
+
$signature: 18
|
|
68747
68795
|
};
|
|
68748
68796
|
K.closure_getInRange1.prototype = {
|
|
68749
68797
|
call$3: function($name, min, max) {
|
|
@@ -68763,13 +68811,13 @@ self.readline = require("readline");
|
|
|
68763
68811
|
t1 = new K.closure_hexString0();
|
|
68764
68812
|
return new D.SassString0("#" + H.S(t1.call$1(T.fuzzyRound0(color.alpha * 255))) + H.S(t1.call$1(color.get$red())) + H.S(t1.call$1(color.get$green())) + H.S(t1.call$1(color.get$blue())), false);
|
|
68765
68813
|
},
|
|
68766
|
-
$signature:
|
|
68814
|
+
$signature: 11
|
|
68767
68815
|
};
|
|
68768
68816
|
K.closure_hexString0.prototype = {
|
|
68769
68817
|
call$1: function(component) {
|
|
68770
68818
|
return C.JSString_methods.padLeft$2(J.toRadixString$1$n(component, 16), 2, "0").toUpperCase();
|
|
68771
68819
|
},
|
|
68772
|
-
$signature:
|
|
68820
|
+
$signature: 39
|
|
68773
68821
|
};
|
|
68774
68822
|
K._functionString_closure0.prototype = {
|
|
68775
68823
|
call$1: function(argument) {
|
|
@@ -68784,7 +68832,7 @@ self.readline = require("readline");
|
|
|
68784
68832
|
t3 = "The function " + t1 + "() isn't in the sass:color module.\n\nRecommendation: color.adjust(" + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
68785
68833
|
throw H.wrapException(E.SassScriptException$0(t3 + (this.negative ? "-" : "") + H.S(t2.$index($arguments, 1)) + ")\n\nMore info: https://sass-lang.com/documentation/functions/color#" + t1));
|
|
68786
68834
|
},
|
|
68787
|
-
$signature:
|
|
68835
|
+
$signature: 57
|
|
68788
68836
|
};
|
|
68789
68837
|
K._parseChannels_closure0.prototype = {
|
|
68790
68838
|
call$1: function(value) {
|
|
@@ -69940,7 +69988,7 @@ self.readline = require("readline");
|
|
|
69940
69988
|
call$1: function(_) {
|
|
69941
69989
|
return H.setRuntimeTypeInfo([], [[G.Module0, D.Callable0]]);
|
|
69942
69990
|
},
|
|
69943
|
-
$signature:
|
|
69991
|
+
$signature: 118
|
|
69944
69992
|
};
|
|
69945
69993
|
O.Environment__getVariableFromGlobalModule_closure0.prototype = {
|
|
69946
69994
|
call$1: function(module) {
|
|
@@ -71694,7 +71742,7 @@ self.readline = require("readline");
|
|
|
71694
71742
|
}
|
|
71695
71743
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
71696
71744
|
},
|
|
71697
|
-
$signature:
|
|
71745
|
+
$signature: 29
|
|
71698
71746
|
};
|
|
71699
71747
|
R._EvaluateVisitor_closure25.prototype = {
|
|
71700
71748
|
call$1: function($arguments) {
|
|
@@ -71711,7 +71759,7 @@ self.readline = require("readline");
|
|
|
71711
71759
|
}
|
|
71712
71760
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
71713
71761
|
},
|
|
71714
|
-
$signature:
|
|
71762
|
+
$signature: 29
|
|
71715
71763
|
};
|
|
71716
71764
|
R._EvaluateVisitor_closure26.prototype = {
|
|
71717
71765
|
call$1: function($arguments) {
|
|
@@ -71733,7 +71781,7 @@ self.readline = require("readline");
|
|
|
71733
71781
|
return new F.SassFunction0(callable);
|
|
71734
71782
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
71735
71783
|
},
|
|
71736
|
-
$signature:
|
|
71784
|
+
$signature: 92
|
|
71737
71785
|
};
|
|
71738
71786
|
R._EvaluateVisitor__closure13.prototype = {
|
|
71739
71787
|
call$0: function() {
|
|
@@ -71745,7 +71793,7 @@ self.readline = require("readline");
|
|
|
71745
71793
|
t2 = t2 == null ? null : t2.text;
|
|
71746
71794
|
return this.$this._evaluate0$_getFunction$2$namespace(t1, t2);
|
|
71747
71795
|
},
|
|
71748
|
-
$signature:
|
|
71796
|
+
$signature: 61
|
|
71749
71797
|
};
|
|
71750
71798
|
R._EvaluateVisitor_closure27.prototype = {
|
|
71751
71799
|
call$1: function($arguments) {
|
|
@@ -71815,7 +71863,7 @@ self.readline = require("readline");
|
|
|
71815
71863
|
t1._evaluate0$_assertConfigurationIsEmpty$2$nameInError(configuration, true);
|
|
71816
71864
|
return;
|
|
71817
71865
|
},
|
|
71818
|
-
$signature:
|
|
71866
|
+
$signature: 57
|
|
71819
71867
|
};
|
|
71820
71868
|
R._EvaluateVisitor__closure9.prototype = {
|
|
71821
71869
|
call$2: function(variable, value) {
|
|
@@ -71852,7 +71900,7 @@ self.readline = require("readline");
|
|
|
71852
71900
|
t2 = _this.$this;
|
|
71853
71901
|
return new E.EvaluateResult0(t2._evaluate0$_combineCss$1(t2._evaluate0$_execute$2(_this.importer, t1)), t2._includedFiles);
|
|
71854
71902
|
},
|
|
71855
|
-
$signature:
|
|
71903
|
+
$signature: 120
|
|
71856
71904
|
};
|
|
71857
71905
|
R._EvaluateVisitor__withWarnCallback_closure1.prototype = {
|
|
71858
71906
|
call$2: function(message, deprecation) {
|
|
@@ -72004,7 +72052,7 @@ self.readline = require("readline");
|
|
|
72004
72052
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
72005
72053
|
return new V.AtRootQueryParser0(t1, this.$this._evaluate0$_logger).parse$0();
|
|
72006
72054
|
},
|
|
72007
|
-
$signature:
|
|
72055
|
+
$signature: 52
|
|
72008
72056
|
};
|
|
72009
72057
|
R._EvaluateVisitor_visitAtRootRule_closure6.prototype = {
|
|
72010
72058
|
call$0: function() {
|
|
@@ -72109,7 +72157,7 @@ self.readline = require("readline");
|
|
|
72109
72157
|
t1 = _this.$this;
|
|
72110
72158
|
return t1._evaluate0$_handleReturn$2(_this.list.get$asList(), new R._EvaluateVisitor_visitEachRule__closure1(t1, _this.setVariables, _this.node));
|
|
72111
72159
|
},
|
|
72112
|
-
$signature:
|
|
72160
|
+
$signature: 15
|
|
72113
72161
|
};
|
|
72114
72162
|
R._EvaluateVisitor_visitEachRule__closure1.prototype = {
|
|
72115
72163
|
call$1: function(element) {
|
|
@@ -72128,7 +72176,7 @@ self.readline = require("readline");
|
|
|
72128
72176
|
call$0: function() {
|
|
72129
72177
|
return D.SelectorList_SelectorList$parse0(B.trimAscii0(this.targetText.value, true), false, true, this.$this._evaluate0$_logger);
|
|
72130
72178
|
},
|
|
72131
|
-
$signature:
|
|
72179
|
+
$signature: 31
|
|
72132
72180
|
};
|
|
72133
72181
|
R._EvaluateVisitor_visitAtRule_closure3.prototype = {
|
|
72134
72182
|
call$0: function() {
|
|
@@ -72160,13 +72208,13 @@ self.readline = require("readline");
|
|
|
72160
72208
|
call$0: function() {
|
|
72161
72209
|
return this.node.from.accept$1(this.$this).assertNumber$0();
|
|
72162
72210
|
},
|
|
72163
|
-
$signature:
|
|
72211
|
+
$signature: 67
|
|
72164
72212
|
};
|
|
72165
72213
|
R._EvaluateVisitor_visitForRule_closure10.prototype = {
|
|
72166
72214
|
call$0: function() {
|
|
72167
72215
|
return this.node.to.accept$1(this.$this).assertNumber$0();
|
|
72168
72216
|
},
|
|
72169
|
-
$signature:
|
|
72217
|
+
$signature: 67
|
|
72170
72218
|
};
|
|
72171
72219
|
R._EvaluateVisitor_visitForRule_closure11.prototype = {
|
|
72172
72220
|
call$0: function() {
|
|
@@ -72198,7 +72246,7 @@ self.readline = require("readline");
|
|
|
72198
72246
|
}
|
|
72199
72247
|
return;
|
|
72200
72248
|
},
|
|
72201
|
-
$signature:
|
|
72249
|
+
$signature: 15
|
|
72202
72250
|
};
|
|
72203
72251
|
R._EvaluateVisitor_visitForRule__closure1.prototype = {
|
|
72204
72252
|
call$1: function(child) {
|
|
@@ -72229,7 +72277,7 @@ self.readline = require("readline");
|
|
|
72229
72277
|
var t1 = this.$this;
|
|
72230
72278
|
return t1._evaluate0$_handleReturn$2(this._box_0.clause.children, new R._EvaluateVisitor_visitIfRule__closure1(t1));
|
|
72231
72279
|
},
|
|
72232
|
-
$signature:
|
|
72280
|
+
$signature: 15
|
|
72233
72281
|
};
|
|
72234
72282
|
R._EvaluateVisitor_visitIfRule__closure1.prototype = {
|
|
72235
72283
|
call$1: function(child) {
|
|
@@ -72338,7 +72386,7 @@ self.readline = require("readline");
|
|
|
72338
72386
|
var t1 = this.node;
|
|
72339
72387
|
return this.$this._evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
72340
72388
|
},
|
|
72341
|
-
$signature:
|
|
72389
|
+
$signature: 61
|
|
72342
72390
|
};
|
|
72343
72391
|
R._EvaluateVisitor_visitIncludeRule_closure6.prototype = {
|
|
72344
72392
|
call$0: function() {
|
|
@@ -72346,7 +72394,7 @@ self.readline = require("readline");
|
|
|
72346
72394
|
},
|
|
72347
72395
|
"call*": "call$0",
|
|
72348
72396
|
$requiredArgCount: 0,
|
|
72349
|
-
$signature:
|
|
72397
|
+
$signature: 24
|
|
72350
72398
|
};
|
|
72351
72399
|
R._EvaluateVisitor_visitIncludeRule_closure7.prototype = {
|
|
72352
72400
|
call$0: function() {
|
|
@@ -72385,7 +72433,7 @@ self.readline = require("readline");
|
|
|
72385
72433
|
call$0: function() {
|
|
72386
72434
|
return this.statement.accept$1(this.$this);
|
|
72387
72435
|
},
|
|
72388
|
-
$signature:
|
|
72436
|
+
$signature: 15
|
|
72389
72437
|
};
|
|
72390
72438
|
R._EvaluateVisitor_visitMediaRule_closure3.prototype = {
|
|
72391
72439
|
call$0: function() {
|
|
@@ -72434,14 +72482,14 @@ self.readline = require("readline");
|
|
|
72434
72482
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
72435
72483
|
return new F.MediaQueryParser0(t1, this.$this._evaluate0$_logger).parse$0();
|
|
72436
72484
|
},
|
|
72437
|
-
$signature:
|
|
72485
|
+
$signature: 55
|
|
72438
72486
|
};
|
|
72439
72487
|
R._EvaluateVisitor_visitStyleRule_closure13.prototype = {
|
|
72440
72488
|
call$0: function() {
|
|
72441
72489
|
var t1 = S.SpanScanner$(this.selectorText.value, null);
|
|
72442
72490
|
return new E.KeyframeSelectorParser0(t1, this.$this._evaluate0$_logger).parse$0();
|
|
72443
72491
|
},
|
|
72444
|
-
$signature:
|
|
72492
|
+
$signature: 33
|
|
72445
72493
|
};
|
|
72446
72494
|
R._EvaluateVisitor_visitStyleRule_closure14.prototype = {
|
|
72447
72495
|
call$0: function() {
|
|
@@ -72462,7 +72510,7 @@ self.readline = require("readline");
|
|
|
72462
72510
|
t2 = !t1._evaluate0$_stylesheet.plainCss;
|
|
72463
72511
|
return D.SelectorList_SelectorList$parse0(this.selectorText.value, t2, t2, t1._evaluate0$_logger);
|
|
72464
72512
|
},
|
|
72465
|
-
$signature:
|
|
72513
|
+
$signature: 31
|
|
72466
72514
|
};
|
|
72467
72515
|
R._EvaluateVisitor_visitStyleRule_closure17.prototype = {
|
|
72468
72516
|
call$0: function() {
|
|
@@ -72472,7 +72520,7 @@ self.readline = require("readline");
|
|
|
72472
72520
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
72473
72521
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._evaluate0$_atRootExcludingStyleRule);
|
|
72474
72522
|
},
|
|
72475
|
-
$signature:
|
|
72523
|
+
$signature: 31
|
|
72476
72524
|
};
|
|
72477
72525
|
R._EvaluateVisitor_visitStyleRule_closure18.prototype = {
|
|
72478
72526
|
call$0: function() {
|
|
@@ -72532,7 +72580,7 @@ self.readline = require("readline");
|
|
|
72532
72580
|
var t1 = this.node;
|
|
72533
72581
|
return this.$this._evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
72534
72582
|
},
|
|
72535
|
-
$signature:
|
|
72583
|
+
$signature: 15
|
|
72536
72584
|
};
|
|
72537
72585
|
R._EvaluateVisitor_visitVariableDeclaration_closure7.prototype = {
|
|
72538
72586
|
call$0: function() {
|
|
@@ -72552,7 +72600,7 @@ self.readline = require("readline");
|
|
|
72552
72600
|
call$0: function() {
|
|
72553
72601
|
return this.node.expression.accept$1(this.$this);
|
|
72554
72602
|
},
|
|
72555
|
-
$signature:
|
|
72603
|
+
$signature: 15
|
|
72556
72604
|
};
|
|
72557
72605
|
R._EvaluateVisitor_visitWhileRule_closure1.prototype = {
|
|
72558
72606
|
call$0: function() {
|
|
@@ -72564,7 +72612,7 @@ self.readline = require("readline");
|
|
|
72564
72612
|
}
|
|
72565
72613
|
return;
|
|
72566
72614
|
},
|
|
72567
|
-
$signature:
|
|
72615
|
+
$signature: 15
|
|
72568
72616
|
};
|
|
72569
72617
|
R._EvaluateVisitor_visitWhileRule__closure1.prototype = {
|
|
72570
72618
|
call$1: function(child) {
|
|
@@ -72619,14 +72667,14 @@ self.readline = require("readline");
|
|
|
72619
72667
|
return;
|
|
72620
72668
|
}
|
|
72621
72669
|
},
|
|
72622
|
-
$signature:
|
|
72670
|
+
$signature: 15
|
|
72623
72671
|
};
|
|
72624
72672
|
R._EvaluateVisitor_visitVariableExpression_closure1.prototype = {
|
|
72625
72673
|
call$0: function() {
|
|
72626
72674
|
var t1 = this.node;
|
|
72627
72675
|
return this.$this._evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
72628
72676
|
},
|
|
72629
|
-
$signature:
|
|
72677
|
+
$signature: 15
|
|
72630
72678
|
};
|
|
72631
72679
|
R._EvaluateVisitor_visitListExpression_closure1.prototype = {
|
|
72632
72680
|
call$1: function(expression) {
|
|
@@ -72641,14 +72689,14 @@ self.readline = require("readline");
|
|
|
72641
72689
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
72642
72690
|
return this.$this._evaluate0$_getFunction$2$namespace(t2, t1);
|
|
72643
72691
|
},
|
|
72644
|
-
$signature:
|
|
72692
|
+
$signature: 61
|
|
72645
72693
|
};
|
|
72646
72694
|
R._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
|
|
72647
72695
|
call$0: function() {
|
|
72648
72696
|
var t1 = this.node;
|
|
72649
72697
|
return this.$this._evaluate0$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
72650
72698
|
},
|
|
72651
|
-
$signature:
|
|
72699
|
+
$signature: 15
|
|
72652
72700
|
};
|
|
72653
72701
|
R._EvaluateVisitor__runUserDefinedCallable_closure1.prototype = {
|
|
72654
72702
|
call$0: function() {
|
|
@@ -72657,7 +72705,7 @@ self.readline = require("readline");
|
|
|
72657
72705
|
t2 = _this.callable;
|
|
72658
72706
|
return t1._evaluate0$_withEnvironment$2(t2.environment.closure$0(), new R._EvaluateVisitor__runUserDefinedCallable__closure1(t1, _this.evaluated, t2, _this.nodeWithSpan, _this.run));
|
|
72659
72707
|
},
|
|
72660
|
-
$signature:
|
|
72708
|
+
$signature: 15
|
|
72661
72709
|
};
|
|
72662
72710
|
R._EvaluateVisitor__runUserDefinedCallable__closure1.prototype = {
|
|
72663
72711
|
call$0: function() {
|
|
@@ -72665,7 +72713,7 @@ self.readline = require("readline");
|
|
|
72665
72713
|
t1 = _this.$this;
|
|
72666
72714
|
return t1._evaluate0$_environment.scope$1$1(new R._EvaluateVisitor__runUserDefinedCallable___closure1(t1, _this.evaluated, _this.callable, _this.nodeWithSpan, _this.run), F.Value0);
|
|
72667
72715
|
},
|
|
72668
|
-
$signature:
|
|
72716
|
+
$signature: 15
|
|
72669
72717
|
};
|
|
72670
72718
|
R._EvaluateVisitor__runUserDefinedCallable___closure1.prototype = {
|
|
72671
72719
|
call$0: function() {
|
|
@@ -72728,7 +72776,7 @@ self.readline = require("readline");
|
|
|
72728
72776
|
argumentNames = B.toSentence0(H.MappedIterable_MappedIterable(t5, new R._EvaluateVisitor__runUserDefinedCallable____closure1(), H.getRuntimeTypeArgument(t5, "Iterable", 0), P.Object), "or");
|
|
72729
72777
|
throw H.wrapException(E.MultiSpanSassRuntimeException$0("No " + argumentWord + " named " + H.S(argumentNames) + ".", t7.get$span(), "invocation", P.LinkedHashMap_LinkedHashMap$_literal([t6.get$spanWithName(), "declaration"], Y.FileSpan, P.String), t1._evaluate0$_stackTrace$1(t7.get$span())));
|
|
72730
72778
|
},
|
|
72731
|
-
$signature:
|
|
72779
|
+
$signature: 15
|
|
72732
72780
|
};
|
|
72733
72781
|
R._EvaluateVisitor__runUserDefinedCallable____closure1.prototype = {
|
|
72734
72782
|
call$1: function($name) {
|
|
@@ -72745,7 +72793,7 @@ self.readline = require("readline");
|
|
|
72745
72793
|
}
|
|
72746
72794
|
throw H.wrapException(t4._evaluate0$_exception$2("Function finished without @return.", t1.span));
|
|
72747
72795
|
},
|
|
72748
|
-
$signature:
|
|
72796
|
+
$signature: 15
|
|
72749
72797
|
};
|
|
72750
72798
|
R._EvaluateVisitor__runBuiltInCallable_closure3.prototype = {
|
|
72751
72799
|
call$0: function() {
|
|
@@ -72827,7 +72875,7 @@ self.readline = require("readline");
|
|
|
72827
72875
|
result = value.accept$1(t1);
|
|
72828
72876
|
return result instanceof D.SassString0 ? result.text : t1._evaluate0$_serialize$3$quote(result, value, false);
|
|
72829
72877
|
},
|
|
72830
|
-
$signature:
|
|
72878
|
+
$signature: 28
|
|
72831
72879
|
};
|
|
72832
72880
|
R._EvaluateVisitor_visitCssAtRule_closure3.prototype = {
|
|
72833
72881
|
call$0: function() {
|
|
@@ -72956,7 +73004,7 @@ self.readline = require("readline");
|
|
|
72956
73004
|
}
|
|
72957
73005
|
return t1._evaluate0$_serialize$3$quote(result, value, false);
|
|
72958
73006
|
},
|
|
72959
|
-
$signature:
|
|
73007
|
+
$signature: 28
|
|
72960
73008
|
};
|
|
72961
73009
|
R._EvaluateVisitor__serialize_closure1.prototype = {
|
|
72962
73010
|
call$0: function() {
|
|
@@ -72964,7 +73012,7 @@ self.readline = require("readline");
|
|
|
72964
73012
|
t1.toString;
|
|
72965
73013
|
return N.serializeValue0(t1, false, this.quote);
|
|
72966
73014
|
},
|
|
72967
|
-
$signature:
|
|
73015
|
+
$signature: 12
|
|
72968
73016
|
};
|
|
72969
73017
|
R._EvaluateVisitor__stackTrace_closure1.prototype = {
|
|
72970
73018
|
call$1: function(tuple) {
|
|
@@ -73631,12 +73679,6 @@ self.readline = require("readline");
|
|
|
73631
73679
|
return this._extender$_sourceSpecificity;
|
|
73632
73680
|
}
|
|
73633
73681
|
};
|
|
73634
|
-
F.Extender__extendOrReplace_closure0.prototype = {
|
|
73635
|
-
call$1: function(complex) {
|
|
73636
|
-
return S.Extension$oneOff0(H.interceptedTypeCast(complex, "$isComplexSelector0"), false, null);
|
|
73637
|
-
},
|
|
73638
|
-
$signature: 124
|
|
73639
|
-
};
|
|
73640
73682
|
F.Extender_extensionsWhereTarget_closure0.prototype = {
|
|
73641
73683
|
call$1: function(extension) {
|
|
73642
73684
|
return !extension.isOptional;
|
|
@@ -73646,19 +73688,19 @@ self.readline = require("readline");
|
|
|
73646
73688
|
call$0: function() {
|
|
73647
73689
|
return P.LinkedHashSet_LinkedHashSet$_empty([F.ModifiableCssValue0, D.SelectorList0]);
|
|
73648
73690
|
},
|
|
73649
|
-
$signature:
|
|
73691
|
+
$signature: 122
|
|
73650
73692
|
};
|
|
73651
73693
|
F.Extender_addExtension_closure2.prototype = {
|
|
73652
73694
|
call$0: function() {
|
|
73653
73695
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
73654
73696
|
},
|
|
73655
|
-
$signature:
|
|
73697
|
+
$signature: 62
|
|
73656
73698
|
};
|
|
73657
73699
|
F.Extender_addExtension_closure3.prototype = {
|
|
73658
73700
|
call$0: function() {
|
|
73659
73701
|
return H.setRuntimeTypeInfo([], [S.Extension0]);
|
|
73660
73702
|
},
|
|
73661
|
-
$signature:
|
|
73703
|
+
$signature: 79
|
|
73662
73704
|
};
|
|
73663
73705
|
F.Extender_addExtension_closure4.prototype = {
|
|
73664
73706
|
call$0: function() {
|
|
@@ -73670,13 +73712,13 @@ self.readline = require("readline");
|
|
|
73670
73712
|
call$0: function() {
|
|
73671
73713
|
return H.setRuntimeTypeInfo([], [S.Extension0]);
|
|
73672
73714
|
},
|
|
73673
|
-
$signature:
|
|
73715
|
+
$signature: 79
|
|
73674
73716
|
};
|
|
73675
73717
|
F.Extender__extendExistingExtensions_closure2.prototype = {
|
|
73676
73718
|
call$0: function() {
|
|
73677
73719
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
73678
73720
|
},
|
|
73679
|
-
$signature:
|
|
73721
|
+
$signature: 62
|
|
73680
73722
|
};
|
|
73681
73723
|
F.Extender_addExtensions_closure0.prototype = {
|
|
73682
73724
|
call$2: function(target, newSources) {
|
|
@@ -73732,13 +73774,13 @@ self.readline = require("readline");
|
|
|
73732
73774
|
call$0: function() {
|
|
73733
73775
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
73734
73776
|
},
|
|
73735
|
-
$signature:
|
|
73777
|
+
$signature: 62
|
|
73736
73778
|
};
|
|
73737
73779
|
F.Extender_addExtensions___closure2.prototype = {
|
|
73738
73780
|
call$0: function() {
|
|
73739
73781
|
return this.extension;
|
|
73740
73782
|
},
|
|
73741
|
-
$signature:
|
|
73783
|
+
$signature: 125
|
|
73742
73784
|
};
|
|
73743
73785
|
F.Extender__extendList_closure0.prototype = {
|
|
73744
73786
|
call$1: function(complex) {
|
|
@@ -74774,7 +74816,7 @@ self.readline = require("readline");
|
|
|
74774
74816
|
call$0: function() {
|
|
74775
74817
|
return B.resolveImportPath0(this.path);
|
|
74776
74818
|
},
|
|
74777
|
-
$signature:
|
|
74819
|
+
$signature: 12
|
|
74778
74820
|
};
|
|
74779
74821
|
F.ModifiableCssImport0.prototype = {
|
|
74780
74822
|
accept$1$1: function(visitor) {
|
|
@@ -74843,13 +74885,13 @@ self.readline = require("readline");
|
|
|
74843
74885
|
}
|
|
74844
74886
|
return;
|
|
74845
74887
|
},
|
|
74846
|
-
$signature:
|
|
74888
|
+
$signature: 126
|
|
74847
74889
|
};
|
|
74848
74890
|
R.ImportCache__canonicalize_closure0.prototype = {
|
|
74849
74891
|
call$0: function() {
|
|
74850
74892
|
return this.importer.canonicalize$1(this.url);
|
|
74851
74893
|
},
|
|
74852
|
-
$signature:
|
|
74894
|
+
$signature: 91
|
|
74853
74895
|
};
|
|
74854
74896
|
R.ImportCache_importCanonical_closure0.prototype = {
|
|
74855
74897
|
call$0: function() {
|
|
@@ -74862,7 +74904,7 @@ self.readline = require("readline");
|
|
|
74862
74904
|
t1 = t3 == null ? t1 : t3.resolveUri$1(t1);
|
|
74863
74905
|
return V.Stylesheet_Stylesheet$parse0(result.contents, result.syntax, t2._import_cache$_logger, t1);
|
|
74864
74906
|
},
|
|
74865
|
-
$signature:
|
|
74907
|
+
$signature: 78
|
|
74866
74908
|
};
|
|
74867
74909
|
R.ImportCache_humanize_closure2.prototype = {
|
|
74868
74910
|
call$1: function(tuple) {
|
|
@@ -74879,7 +74921,7 @@ self.readline = require("readline");
|
|
|
74879
74921
|
call$1: function(url) {
|
|
74880
74922
|
return J.get$length$asx(J.get$path$x(url));
|
|
74881
74923
|
},
|
|
74882
|
-
$signature:
|
|
74924
|
+
$signature: 27
|
|
74883
74925
|
};
|
|
74884
74926
|
B.ImportRule0.prototype = {
|
|
74885
74927
|
accept$1$1: function(visitor) {
|
|
@@ -74977,7 +75019,7 @@ self.readline = require("readline");
|
|
|
74977
75019
|
call$1: function(value) {
|
|
74978
75020
|
return typeof value === "string" ? value : "#{" + H.S(value) + "}";
|
|
74979
75021
|
},
|
|
74980
|
-
$signature:
|
|
75022
|
+
$signature: 28
|
|
74981
75023
|
};
|
|
74982
75024
|
X.SupportsInterpolation0.prototype = {
|
|
74983
75025
|
toString$0: function(_) {
|
|
@@ -75125,7 +75167,7 @@ self.readline = require("readline");
|
|
|
75125
75167
|
t2.expectDone$0();
|
|
75126
75168
|
return selectors;
|
|
75127
75169
|
},
|
|
75128
|
-
$signature:
|
|
75170
|
+
$signature: 33
|
|
75129
75171
|
};
|
|
75130
75172
|
K.LimitedMapView0.prototype = {
|
|
75131
75173
|
get$keys: function() {
|
|
@@ -75334,7 +75376,7 @@ self.readline = require("readline");
|
|
|
75334
75376
|
call$1: function($arguments) {
|
|
75335
75377
|
return J.$index$asx($arguments, 0).get$separator() === C.ListSeparator_comma0 ? new D.SassString0("comma", false) : new D.SassString0("space", false);
|
|
75336
75378
|
},
|
|
75337
|
-
$signature:
|
|
75379
|
+
$signature: 11
|
|
75338
75380
|
};
|
|
75339
75381
|
D.closure143.prototype = {
|
|
75340
75382
|
call$1: function($arguments) {
|
|
@@ -75613,7 +75655,7 @@ self.readline = require("readline");
|
|
|
75613
75655
|
call$1: function(_) {
|
|
75614
75656
|
return C.C_SassNull0;
|
|
75615
75657
|
},
|
|
75616
|
-
$signature:
|
|
75658
|
+
$signature: 84
|
|
75617
75659
|
};
|
|
75618
75660
|
D.closure233.prototype = {
|
|
75619
75661
|
call$2: function(thisArg, index) {
|
|
@@ -75776,13 +75818,13 @@ self.readline = require("readline");
|
|
|
75776
75818
|
}
|
|
75777
75819
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
75778
75820
|
},
|
|
75779
|
-
$signature:
|
|
75821
|
+
$signature: 29
|
|
75780
75822
|
};
|
|
75781
75823
|
A.closure138.prototype = {
|
|
75782
75824
|
call$1: function($arguments) {
|
|
75783
75825
|
return J.$index$asx($arguments, 0).assertMap$1("map");
|
|
75784
75826
|
},
|
|
75785
|
-
$signature:
|
|
75827
|
+
$signature: 29
|
|
75786
75828
|
};
|
|
75787
75829
|
A.closure139.prototype = {
|
|
75788
75830
|
call$1: function($arguments) {
|
|
@@ -75799,7 +75841,7 @@ self.readline = require("readline");
|
|
|
75799
75841
|
mutableMap.remove$1(0, t3[_i]);
|
|
75800
75842
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(mutableMap, t2, t2));
|
|
75801
75843
|
},
|
|
75802
|
-
$signature:
|
|
75844
|
+
$signature: 29
|
|
75803
75845
|
};
|
|
75804
75846
|
A.closure137.prototype = {
|
|
75805
75847
|
call$1: function($arguments) {
|
|
@@ -75848,13 +75890,13 @@ self.readline = require("readline");
|
|
|
75848
75890
|
call$1: function(i) {
|
|
75849
75891
|
return new T.SassNumber0(i, C.List_empty, C.List_empty, null);
|
|
75850
75892
|
},
|
|
75851
|
-
$signature:
|
|
75893
|
+
$signature: 131
|
|
75852
75894
|
};
|
|
75853
75895
|
A._closure32.prototype = {
|
|
75854
75896
|
call$1: function(_) {
|
|
75855
75897
|
return C.C_SassNull0;
|
|
75856
75898
|
},
|
|
75857
|
-
$signature:
|
|
75899
|
+
$signature: 84
|
|
75858
75900
|
};
|
|
75859
75901
|
A.closure226.prototype = {
|
|
75860
75902
|
call$2: function(thisArg, index) {
|
|
@@ -76047,7 +76089,7 @@ self.readline = require("readline");
|
|
|
76047
76089
|
call$1: function(value) {
|
|
76048
76090
|
return Math.abs(value);
|
|
76049
76091
|
},
|
|
76050
|
-
$signature:
|
|
76092
|
+
$signature: 93
|
|
76051
76093
|
};
|
|
76052
76094
|
K.closure197.prototype = {
|
|
76053
76095
|
call$1: function($arguments) {
|
|
@@ -76305,7 +76347,7 @@ self.readline = require("readline");
|
|
|
76305
76347
|
call$1: function($arguments) {
|
|
76306
76348
|
return new D.SassString0(J.$index$asx($arguments, 0).assertNumber$1("number").get$unitString(), true);
|
|
76307
76349
|
},
|
|
76308
|
-
$signature:
|
|
76350
|
+
$signature: 11
|
|
76309
76351
|
};
|
|
76310
76352
|
K.closure129.prototype = {
|
|
76311
76353
|
call$1: function($arguments) {
|
|
@@ -76518,7 +76560,7 @@ self.readline = require("readline");
|
|
|
76518
76560
|
t2.expectDone$0();
|
|
76519
76561
|
return queries;
|
|
76520
76562
|
},
|
|
76521
|
-
$signature:
|
|
76563
|
+
$signature: 55
|
|
76522
76564
|
};
|
|
76523
76565
|
G.ModifiableCssMediaRule0.prototype = {
|
|
76524
76566
|
accept$1$1: function(visitor) {
|
|
@@ -76654,7 +76696,7 @@ self.readline = require("readline");
|
|
|
76654
76696
|
call$1: function($arguments) {
|
|
76655
76697
|
return new D.SassString0(J.toString$0$(J.get$first$ax($arguments)), false);
|
|
76656
76698
|
},
|
|
76657
|
-
$signature:
|
|
76699
|
+
$signature: 11
|
|
76658
76700
|
};
|
|
76659
76701
|
Q.closure211.prototype = {
|
|
76660
76702
|
call$1: function($arguments) {
|
|
@@ -76677,7 +76719,7 @@ self.readline = require("readline");
|
|
|
76677
76719
|
return new D.SassString0("function", false);
|
|
76678
76720
|
return new D.SassString0("string", false);
|
|
76679
76721
|
},
|
|
76680
|
-
$signature:
|
|
76722
|
+
$signature: 11
|
|
76681
76723
|
};
|
|
76682
76724
|
Q.closure212.prototype = {
|
|
76683
76725
|
call$1: function($arguments) {
|
|
@@ -76690,7 +76732,7 @@ self.readline = require("readline");
|
|
|
76690
76732
|
} else
|
|
76691
76733
|
throw H.wrapException("$args: " + H.S(argumentList) + " is not an argument list.");
|
|
76692
76734
|
},
|
|
76693
|
-
$signature:
|
|
76735
|
+
$signature: 29
|
|
76694
76736
|
};
|
|
76695
76737
|
Q._closure28.prototype = {
|
|
76696
76738
|
call$2: function(key, _) {
|
|
@@ -76826,7 +76868,7 @@ self.readline = require("readline");
|
|
|
76826
76868
|
throw exception;
|
|
76827
76869
|
}
|
|
76828
76870
|
},
|
|
76829
|
-
$signature:
|
|
76871
|
+
$signature: 26
|
|
76830
76872
|
};
|
|
76831
76873
|
B.dirExists_closure0.prototype = {
|
|
76832
76874
|
call$0: function() {
|
|
@@ -76845,7 +76887,7 @@ self.readline = require("readline");
|
|
|
76845
76887
|
throw exception;
|
|
76846
76888
|
}
|
|
76847
76889
|
},
|
|
76848
|
-
$signature:
|
|
76890
|
+
$signature: 26
|
|
76849
76891
|
};
|
|
76850
76892
|
B.listDir_closure0.prototype = {
|
|
76851
76893
|
call$0: function() {
|
|
@@ -76855,13 +76897,13 @@ self.readline = require("readline");
|
|
|
76855
76897
|
else
|
|
76856
76898
|
return new B.listDir_closure_list0().call$1(t1);
|
|
76857
76899
|
},
|
|
76858
|
-
$signature:
|
|
76900
|
+
$signature: 82
|
|
76859
76901
|
};
|
|
76860
76902
|
B.listDir__closure1.prototype = {
|
|
76861
76903
|
call$1: function(child) {
|
|
76862
76904
|
return D.join(this.path, H.stringTypeCast(child), null);
|
|
76863
76905
|
},
|
|
76864
|
-
$signature:
|
|
76906
|
+
$signature: 28
|
|
76865
76907
|
};
|
|
76866
76908
|
B.listDir__closure2.prototype = {
|
|
76867
76909
|
call$1: function(child) {
|
|
@@ -76878,7 +76920,7 @@ self.readline = require("readline");
|
|
|
76878
76920
|
var path = D.join(this.parent, H.stringTypeCast(child), null);
|
|
76879
76921
|
return B.dirExists0(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], [P.String]);
|
|
76880
76922
|
},
|
|
76881
|
-
$signature:
|
|
76923
|
+
$signature: 77
|
|
76882
76924
|
};
|
|
76883
76925
|
B.ModifiableCssNode0.prototype = {
|
|
76884
76926
|
get$hasFollowingSibling: function() {
|
|
@@ -76955,7 +76997,7 @@ self.readline = require("readline");
|
|
|
76955
76997
|
},
|
|
76956
76998
|
"call*": "call$2",
|
|
76957
76999
|
$requiredArgCount: 2,
|
|
76958
|
-
$signature:
|
|
77000
|
+
$signature: 133
|
|
76959
77001
|
};
|
|
76960
77002
|
B._parseFunctions_closure.prototype = {
|
|
76961
77003
|
call$2: function(signature, callback) {
|
|
@@ -76982,7 +77024,7 @@ self.readline = require("readline");
|
|
|
76982
77024
|
t1.push(new S.AsyncBuiltInCallable0(tuple.item1, tuple.item2, new B._parseFunctions__closure1(callback)));
|
|
76983
77025
|
}
|
|
76984
77026
|
},
|
|
76985
|
-
$signature:
|
|
77027
|
+
$signature: 134
|
|
76986
77028
|
};
|
|
76987
77029
|
B._parseFunctions__closure.prototype = {
|
|
76988
77030
|
call$1: function($arguments) {
|
|
@@ -77012,7 +77054,7 @@ self.readline = require("readline");
|
|
|
77012
77054
|
$defaultValues: function() {
|
|
77013
77055
|
return [null];
|
|
77014
77056
|
},
|
|
77015
|
-
$signature:
|
|
77057
|
+
$signature: 46
|
|
77016
77058
|
};
|
|
77017
77059
|
B._parseFunctions____closure.prototype = {
|
|
77018
77060
|
call$0: function() {
|
|
@@ -77091,7 +77133,7 @@ self.readline = require("readline");
|
|
|
77091
77133
|
$defaultValues: function() {
|
|
77092
77134
|
return [null];
|
|
77093
77135
|
},
|
|
77094
|
-
$signature:
|
|
77136
|
+
$signature: 75
|
|
77095
77137
|
};
|
|
77096
77138
|
B._parseImporter_closure.prototype = {
|
|
77097
77139
|
call$1: function(importer) {
|
|
@@ -77120,7 +77162,7 @@ self.readline = require("readline");
|
|
|
77120
77162
|
call$1: function(result) {
|
|
77121
77163
|
P.scheduleMicrotask(new B._parseImporter____closure(this.fiber, result));
|
|
77122
77164
|
},
|
|
77123
|
-
$signature:
|
|
77165
|
+
$signature: 135
|
|
77124
77166
|
};
|
|
77125
77167
|
B._parseImporter____closure.prototype = {
|
|
77126
77168
|
call$0: function() {
|
|
@@ -77159,7 +77201,7 @@ self.readline = require("readline");
|
|
|
77159
77201
|
C.C_SassNull0.toString = P.allowInterop(new O._closure30());
|
|
77160
77202
|
return $constructor;
|
|
77161
77203
|
},
|
|
77162
|
-
$signature:
|
|
77204
|
+
$signature: 87
|
|
77163
77205
|
};
|
|
77164
77206
|
O._closure29.prototype = {
|
|
77165
77207
|
call$1: function(_) {
|
|
@@ -77173,7 +77215,7 @@ self.readline = require("readline");
|
|
|
77173
77215
|
$defaultValues: function() {
|
|
77174
77216
|
return [null];
|
|
77175
77217
|
},
|
|
77176
|
-
$signature:
|
|
77218
|
+
$signature: 60
|
|
77177
77219
|
};
|
|
77178
77220
|
O._closure30.prototype = {
|
|
77179
77221
|
call$0: function() {
|
|
@@ -77181,7 +77223,7 @@ self.readline = require("readline");
|
|
|
77181
77223
|
},
|
|
77182
77224
|
"call*": "call$0",
|
|
77183
77225
|
$requiredArgCount: 0,
|
|
77184
|
-
$signature:
|
|
77226
|
+
$signature: 12
|
|
77185
77227
|
};
|
|
77186
77228
|
O.SassNull0.prototype = {
|
|
77187
77229
|
get$isTruthy: function() {
|
|
@@ -78380,7 +78422,7 @@ self.readline = require("readline");
|
|
|
78380
78422
|
t1.scanner.expectDone$0();
|
|
78381
78423
|
return result;
|
|
78382
78424
|
},
|
|
78383
|
-
$signature:
|
|
78425
|
+
$signature: 12
|
|
78384
78426
|
};
|
|
78385
78427
|
N.PlaceholderSelector0.prototype = {
|
|
78386
78428
|
get$isInvisible: function() {
|
|
@@ -79083,13 +79125,13 @@ self.readline = require("readline");
|
|
|
79083
79125
|
call$1: function(_) {
|
|
79084
79126
|
return this.main.call$0();
|
|
79085
79127
|
},
|
|
79086
|
-
$signature:
|
|
79128
|
+
$signature: 136
|
|
79087
79129
|
};
|
|
79088
79130
|
R._wrapMain_closure0.prototype = {
|
|
79089
79131
|
call$1: function(args) {
|
|
79090
79132
|
return this.main.call$1(P.List_List$from(H.subtypeCast(args, "$isList", [P.Object], "$asList"), true, P.String));
|
|
79091
79133
|
},
|
|
79092
|
-
$signature:
|
|
79134
|
+
$signature: 27
|
|
79093
79135
|
};
|
|
79094
79136
|
L.ScssParser0.prototype = {
|
|
79095
79137
|
get$indented: function() {
|
|
@@ -79732,7 +79774,7 @@ self.readline = require("readline");
|
|
|
79732
79774
|
t1.error$1("expected selector.");
|
|
79733
79775
|
return selector;
|
|
79734
79776
|
},
|
|
79735
|
-
$signature:
|
|
79777
|
+
$signature: 31
|
|
79736
79778
|
};
|
|
79737
79779
|
T.SelectorParser_parseCompoundSelector_closure0.prototype = {
|
|
79738
79780
|
call$0: function() {
|
|
@@ -79743,13 +79785,13 @@ self.readline = require("readline");
|
|
|
79743
79785
|
t1.error$1("expected selector.");
|
|
79744
79786
|
return compound;
|
|
79745
79787
|
},
|
|
79746
|
-
$signature:
|
|
79788
|
+
$signature: 137
|
|
79747
79789
|
};
|
|
79748
79790
|
N.serialize_closure0.prototype = {
|
|
79749
79791
|
call$1: function(codeUnit) {
|
|
79750
79792
|
return codeUnit > 127;
|
|
79751
79793
|
},
|
|
79752
|
-
$signature:
|
|
79794
|
+
$signature: 16
|
|
79753
79795
|
};
|
|
79754
79796
|
N._SerializeVisitor0.prototype = {
|
|
79755
79797
|
visitCssStylesheet$1: function(node) {
|
|
@@ -80944,13 +80986,13 @@ self.readline = require("readline");
|
|
|
80944
80986
|
call$2: function(url, _) {
|
|
80945
80987
|
return J.toString$0$(url);
|
|
80946
80988
|
},
|
|
80947
|
-
$signature:
|
|
80989
|
+
$signature: 70
|
|
80948
80990
|
};
|
|
80949
80991
|
D.SourceMapBuffer__addEntry_closure0.prototype = {
|
|
80950
80992
|
call$0: function() {
|
|
80951
80993
|
return this.source.file;
|
|
80952
80994
|
},
|
|
80953
|
-
$signature:
|
|
80995
|
+
$signature: 49
|
|
80954
80996
|
};
|
|
80955
80997
|
D.SourceMapBuffer_buildSourceMap_closure0.prototype = {
|
|
80956
80998
|
call$1: function(entry) {
|
|
@@ -81117,7 +81159,7 @@ self.readline = require("readline");
|
|
|
81117
81159
|
return string;
|
|
81118
81160
|
return new D.SassString0(string.text, false);
|
|
81119
81161
|
},
|
|
81120
|
-
$signature:
|
|
81162
|
+
$signature: 11
|
|
81121
81163
|
};
|
|
81122
81164
|
D.closure115.prototype = {
|
|
81123
81165
|
call$1: function($arguments) {
|
|
@@ -81126,7 +81168,7 @@ self.readline = require("readline");
|
|
|
81126
81168
|
return string;
|
|
81127
81169
|
return new D.SassString0(string.text, true);
|
|
81128
81170
|
},
|
|
81129
|
-
$signature:
|
|
81171
|
+
$signature: 11
|
|
81130
81172
|
};
|
|
81131
81173
|
D.closure111.prototype = {
|
|
81132
81174
|
call$1: function($arguments) {
|
|
@@ -81150,7 +81192,7 @@ self.readline = require("readline");
|
|
|
81150
81192
|
codeUnitIndex = B.codepointIndexToCodeUnitIndex0(t1, D._codepointForIndex0(indexInt, string.get$sassLength(), false));
|
|
81151
81193
|
return new D.SassString0(J.replaceRange$3$asx(t1, codeUnitIndex, codeUnitIndex, insert.text), string.hasQuotes);
|
|
81152
81194
|
},
|
|
81153
|
-
$signature:
|
|
81195
|
+
$signature: 11
|
|
81154
81196
|
};
|
|
81155
81197
|
D.closure109.prototype = {
|
|
81156
81198
|
call$1: function($arguments) {
|
|
@@ -81187,7 +81229,7 @@ self.readline = require("readline");
|
|
|
81187
81229
|
t1 = string.text;
|
|
81188
81230
|
return new D.SassString0(J.substring$2$s(t1, B.codepointIndexToCodeUnitIndex0(t1, startCodepoint), B.codepointIndexToCodeUnitIndex0(t1, endCodepoint + 1)), string.hasQuotes);
|
|
81189
81231
|
},
|
|
81190
|
-
$signature:
|
|
81232
|
+
$signature: 11
|
|
81191
81233
|
};
|
|
81192
81234
|
D.closure114.prototype = {
|
|
81193
81235
|
call$1: function($arguments) {
|
|
@@ -81199,7 +81241,7 @@ self.readline = require("readline");
|
|
|
81199
81241
|
}
|
|
81200
81242
|
return new D.SassString0(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
81201
81243
|
},
|
|
81202
|
-
$signature:
|
|
81244
|
+
$signature: 11
|
|
81203
81245
|
};
|
|
81204
81246
|
D.closure113.prototype = {
|
|
81205
81247
|
call$1: function($arguments) {
|
|
@@ -81211,7 +81253,7 @@ self.readline = require("readline");
|
|
|
81211
81253
|
}
|
|
81212
81254
|
return new D.SassString0(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
81213
81255
|
},
|
|
81214
|
-
$signature:
|
|
81256
|
+
$signature: 11
|
|
81215
81257
|
};
|
|
81216
81258
|
D.closure112.prototype = {
|
|
81217
81259
|
call$1: function($arguments) {
|
|
@@ -81221,7 +81263,7 @@ self.readline = require("readline");
|
|
|
81221
81263
|
$._previousUniqueId0 = C.JSInt_methods.$mod($.$get$_previousUniqueId0(), H.intTypeCast(Math.pow(36, 6)));
|
|
81222
81264
|
return new D.SassString0("u" + C.JSString_methods.padLeft$2(J.toRadixString$1$n($.$get$_previousUniqueId0(), 36), 6, "0"), false);
|
|
81223
81265
|
},
|
|
81224
|
-
$signature:
|
|
81266
|
+
$signature: 11
|
|
81225
81267
|
};
|
|
81226
81268
|
D._NodeSassString.prototype = {};
|
|
81227
81269
|
D.closure214.prototype = {
|
|
@@ -84251,13 +84293,13 @@ self.readline = require("readline");
|
|
|
84251
84293
|
C.JSArray_methods.addAll$1(statements, H.MappedIterable_MappedIterable(t4, new V.StylesheetParser_parse__closure2(), H.getRuntimeTypeArgument(t4, "Iterable", 0), O.Statement0));
|
|
84252
84294
|
return V.Stylesheet$0(statements, t2.spanFrom$1(new S._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
84253
84295
|
},
|
|
84254
|
-
$signature:
|
|
84296
|
+
$signature: 78
|
|
84255
84297
|
};
|
|
84256
84298
|
V.StylesheetParser_parse__closure1.prototype = {
|
|
84257
84299
|
call$0: function() {
|
|
84258
84300
|
return this.$this._stylesheet0$_statement$1$root(true);
|
|
84259
84301
|
},
|
|
84260
|
-
$signature:
|
|
84302
|
+
$signature: 38
|
|
84261
84303
|
};
|
|
84262
84304
|
V.StylesheetParser_parse__closure2.prototype = {
|
|
84263
84305
|
call$1: function(declaration) {
|
|
@@ -84278,7 +84320,7 @@ self.readline = require("readline");
|
|
|
84278
84320
|
t2.expectChar$1(123);
|
|
84279
84321
|
return $arguments;
|
|
84280
84322
|
},
|
|
84281
|
-
$signature:
|
|
84323
|
+
$signature: 142
|
|
84282
84324
|
};
|
|
84283
84325
|
V.StylesheetParser__parseSingleProduction_closure0.prototype = {
|
|
84284
84326
|
call$0: function() {
|
|
@@ -84307,25 +84349,25 @@ self.readline = require("readline");
|
|
|
84307
84349
|
t2.expectDone$0();
|
|
84308
84350
|
return new S.Tuple2($name, $arguments, [P.String, B.ArgumentDeclaration0]);
|
|
84309
84351
|
},
|
|
84310
|
-
$signature:
|
|
84352
|
+
$signature: 143
|
|
84311
84353
|
};
|
|
84312
84354
|
V.StylesheetParser__statement_closure0.prototype = {
|
|
84313
84355
|
call$0: function() {
|
|
84314
84356
|
return this.$this._stylesheet0$_statement$0();
|
|
84315
84357
|
},
|
|
84316
|
-
$signature:
|
|
84358
|
+
$signature: 38
|
|
84317
84359
|
};
|
|
84318
84360
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure1.prototype = {
|
|
84319
84361
|
call$0: function() {
|
|
84320
84362
|
return this.$this.scanner.spanFrom$1(this._box_0.start);
|
|
84321
84363
|
},
|
|
84322
|
-
$signature:
|
|
84364
|
+
$signature: 24
|
|
84323
84365
|
};
|
|
84324
84366
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
84325
84367
|
call$0: function() {
|
|
84326
84368
|
return this.declaration;
|
|
84327
84369
|
},
|
|
84328
|
-
$signature:
|
|
84370
|
+
$signature: 144
|
|
84329
84371
|
};
|
|
84330
84372
|
V.StylesheetParser__declarationOrBuffer_closure1.prototype = {
|
|
84331
84373
|
call$2: function(children, span) {
|
|
@@ -84406,7 +84448,7 @@ self.readline = require("readline");
|
|
|
84406
84448
|
} else
|
|
84407
84449
|
return false;
|
|
84408
84450
|
},
|
|
84409
|
-
$signature:
|
|
84451
|
+
$signature: 26
|
|
84410
84452
|
};
|
|
84411
84453
|
V.StylesheetParser__forRule_closure2.prototype = {
|
|
84412
84454
|
call$2: function(children, span) {
|
|
@@ -84606,25 +84648,25 @@ self.readline = require("readline");
|
|
|
84606
84648
|
call$0: function() {
|
|
84607
84649
|
return this.$this.scanner.peekChar$0() === 44;
|
|
84608
84650
|
},
|
|
84609
|
-
$signature:
|
|
84651
|
+
$signature: 26
|
|
84610
84652
|
};
|
|
84611
84653
|
V.StylesheetParser__unicodeRange_closure1.prototype = {
|
|
84612
84654
|
call$1: function(char) {
|
|
84613
84655
|
return char != null && T.isHex0(char);
|
|
84614
84656
|
},
|
|
84615
|
-
$signature:
|
|
84657
|
+
$signature: 16
|
|
84616
84658
|
};
|
|
84617
84659
|
V.StylesheetParser__unicodeRange_closure2.prototype = {
|
|
84618
84660
|
call$1: function(char) {
|
|
84619
84661
|
return char != null && T.isHex0(char);
|
|
84620
84662
|
},
|
|
84621
|
-
$signature:
|
|
84663
|
+
$signature: 16
|
|
84622
84664
|
};
|
|
84623
84665
|
V.StylesheetParser_identifierLike_closure0.prototype = {
|
|
84624
84666
|
call$0: function() {
|
|
84625
84667
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
84626
84668
|
},
|
|
84627
|
-
$signature:
|
|
84669
|
+
$signature: 24
|
|
84628
84670
|
};
|
|
84629
84671
|
V.StylesheetParser__expressionUntilComparison_closure0.prototype = {
|
|
84630
84672
|
call$0: function() {
|
|
@@ -84634,13 +84676,13 @@ self.readline = require("readline");
|
|
|
84634
84676
|
return t1.peekChar$1(1) !== 61;
|
|
84635
84677
|
return next === 60 || next === 62;
|
|
84636
84678
|
},
|
|
84637
|
-
$signature:
|
|
84679
|
+
$signature: 26
|
|
84638
84680
|
};
|
|
84639
84681
|
V.StylesheetParser__publicIdentifier_closure0.prototype = {
|
|
84640
84682
|
call$0: function() {
|
|
84641
84683
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
84642
84684
|
},
|
|
84643
|
-
$signature:
|
|
84685
|
+
$signature: 24
|
|
84644
84686
|
};
|
|
84645
84687
|
V.Stylesheet0.prototype = {
|
|
84646
84688
|
Stylesheet$3$plainCss0: function(children, span, plainCss) {
|
|
@@ -84917,19 +84959,19 @@ self.readline = require("readline");
|
|
|
84917
84959
|
call$0: function() {
|
|
84918
84960
|
return B._exactlyOne0(B._tryPath0($.$get$context().withoutExtension$1(this.path) + ".import" + this.extension));
|
|
84919
84961
|
},
|
|
84920
|
-
$signature:
|
|
84962
|
+
$signature: 12
|
|
84921
84963
|
};
|
|
84922
84964
|
B.resolveImportPath_closure2.prototype = {
|
|
84923
84965
|
call$0: function() {
|
|
84924
84966
|
return B._exactlyOne0(B._tryPathWithExtensions0(H.S(this.path) + ".import"));
|
|
84925
84967
|
},
|
|
84926
|
-
$signature:
|
|
84968
|
+
$signature: 12
|
|
84927
84969
|
};
|
|
84928
84970
|
B._tryPathAsDirectory_closure0.prototype = {
|
|
84929
84971
|
call$0: function() {
|
|
84930
84972
|
return B._exactlyOne0(B._tryPathWithExtensions0(D.join(this.path, "index.import", null)));
|
|
84931
84973
|
},
|
|
84932
|
-
$signature:
|
|
84974
|
+
$signature: 12
|
|
84933
84975
|
};
|
|
84934
84976
|
B._exactlyOne_closure0.prototype = {
|
|
84935
84977
|
call$1: function(path) {
|
|
@@ -84941,7 +84983,7 @@ self.readline = require("readline");
|
|
|
84941
84983
|
call$1: function(thisArg) {
|
|
84942
84984
|
return J.toString$0$(thisArg);
|
|
84943
84985
|
},
|
|
84944
|
-
$signature:
|
|
84986
|
+
$signature: 28
|
|
84945
84987
|
};
|
|
84946
84988
|
B.createClass_closure.prototype = {
|
|
84947
84989
|
call$2: function($name, body) {
|
|
@@ -84978,7 +85020,7 @@ self.readline = require("readline");
|
|
|
84978
85020
|
call$1: function(_) {
|
|
84979
85021
|
return P.List_List$filled(J.get$length$asx(this.list2) + 1, 0, P.int);
|
|
84980
85022
|
},
|
|
84981
|
-
$signature:
|
|
85023
|
+
$signature: 71
|
|
84982
85024
|
};
|
|
84983
85025
|
B.longestCommonSubsequence_closure4.prototype = {
|
|
84984
85026
|
call$1: function(_) {
|
|
@@ -85446,65 +85488,65 @@ self.readline = require("readline");
|
|
|
85446
85488
|
_instance = hunkHelpers.installInstanceTearOff,
|
|
85447
85489
|
_instance_0_i = hunkHelpers._instance_0i,
|
|
85448
85490
|
_instance_2_u = hunkHelpers._instance_2u;
|
|
85449
|
-
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny",
|
|
85491
|
+
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 85);
|
|
85450
85492
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 5);
|
|
85451
85493
|
_instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 5);
|
|
85452
85494
|
_instance_1_u(H.ConstantStringMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85453
85495
|
_instance_1_u(H.ConstantProtoMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85454
85496
|
_instance_1_u(H.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85455
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride",
|
|
85456
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate",
|
|
85457
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer",
|
|
85497
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 65);
|
|
85498
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 65);
|
|
85499
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 65);
|
|
85458
85500
|
_static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 1);
|
|
85459
85501
|
_static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 23);
|
|
85460
85502
|
_static(P, "async___nullErrorHandler$closure", 1, function() {
|
|
85461
85503
|
return [null];
|
|
85462
85504
|
}, ["call$2", "call$1"], ["_nullErrorHandler", function(error) {
|
|
85463
85505
|
return P._nullErrorHandler(error, null);
|
|
85464
|
-
}],
|
|
85506
|
+
}], 41, 0);
|
|
85465
85507
|
_static_0(P, "async___nullDoneHandler$closure", "_nullDoneHandler", 1);
|
|
85466
|
-
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"],
|
|
85508
|
+
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 147, 0);
|
|
85467
85509
|
_static(P, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) {
|
|
85468
85510
|
return P._rootRun($self, $parent, zone, f, null);
|
|
85469
|
-
}],
|
|
85511
|
+
}], 148, 1);
|
|
85470
85512
|
_static(P, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) {
|
|
85471
85513
|
return P._rootRunUnary($self, $parent, zone, f, arg, null, null);
|
|
85472
|
-
}],
|
|
85514
|
+
}], 149, 1);
|
|
85473
85515
|
_static(P, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) {
|
|
85474
85516
|
return P._rootRunBinary($self, $parent, zone, f, arg1, arg2, null, null, null);
|
|
85475
|
-
}],
|
|
85517
|
+
}], 150, 1);
|
|
85476
85518
|
_static(P, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) {
|
|
85477
85519
|
return P._rootRegisterCallback($self, $parent, zone, f, null);
|
|
85478
|
-
}],
|
|
85520
|
+
}], 151, 0);
|
|
85479
85521
|
_static(P, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) {
|
|
85480
85522
|
return P._rootRegisterUnaryCallback($self, $parent, zone, f, null, null);
|
|
85481
|
-
}],
|
|
85523
|
+
}], 152, 0);
|
|
85482
85524
|
_static(P, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) {
|
|
85483
85525
|
return P._rootRegisterBinaryCallback($self, $parent, zone, f, null, null, null);
|
|
85484
|
-
}],
|
|
85485
|
-
_static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"],
|
|
85486
|
-
_static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"],
|
|
85487
|
-
_static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"],
|
|
85488
|
-
_static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"],
|
|
85489
|
-
_static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"],
|
|
85490
|
-
_static_1(P, "async___printToZone$closure", "_printToZone",
|
|
85491
|
-
_static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"],
|
|
85526
|
+
}], 153, 0);
|
|
85527
|
+
_static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 154, 0);
|
|
85528
|
+
_static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 155, 0);
|
|
85529
|
+
_static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 156, 0);
|
|
85530
|
+
_static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 157, 0);
|
|
85531
|
+
_static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 158, 0);
|
|
85532
|
+
_static_1(P, "async___printToZone$closure", "_printToZone", 159);
|
|
85533
|
+
_static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 160, 0);
|
|
85492
85534
|
var _;
|
|
85493
85535
|
_instance_0_u(_ = P._BroadcastSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
85494
85536
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
85495
85537
|
_instance(P._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
85496
85538
|
return [null];
|
|
85497
|
-
}, ["call$1", "call$0"], ["complete$1", "complete$0"],
|
|
85539
|
+
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 75, 0);
|
|
85498
85540
|
_instance(P._Future.prototype, "get$_completeError", 0, 1, function() {
|
|
85499
85541
|
return [null];
|
|
85500
|
-
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"],
|
|
85542
|
+
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"], 41, 0);
|
|
85501
85543
|
_instance_1_i(_ = P._StreamController.prototype, "get$add", "add$1", 23);
|
|
85502
85544
|
_instance(_, "get$addError", 0, 1, function() {
|
|
85503
85545
|
return [null];
|
|
85504
|
-
}, ["call$2", "call$1"], ["addError$2", "addError$1"],
|
|
85505
|
-
_instance_0_i(_, "get$close", "close$0",
|
|
85546
|
+
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 41, 0);
|
|
85547
|
+
_instance_0_i(_, "get$close", "close$0", 42);
|
|
85506
85548
|
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 23);
|
|
85507
|
-
_instance_2_u(_, "get$_addError", "_addError$2",
|
|
85549
|
+
_instance_2_u(_, "get$_addError", "_addError$2", 101);
|
|
85508
85550
|
_instance_0_u(_, "get$_close", "_close$0", 1);
|
|
85509
85551
|
_instance_0_u(_ = P._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
85510
85552
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
@@ -85518,57 +85560,59 @@ self.readline = require("readline");
|
|
|
85518
85560
|
_instance_1_u(_ = P._StreamIterator.prototype, "get$_onData", "_onData$1", 23);
|
|
85519
85561
|
_instance(_, "get$_onError", 0, 1, function() {
|
|
85520
85562
|
return [null];
|
|
85521
|
-
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"],
|
|
85563
|
+
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"], 41, 0);
|
|
85522
85564
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 1);
|
|
85523
85565
|
_instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
85524
85566
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
85525
85567
|
_instance_1_u(_, "get$_handleData", "_handleData$1", 23);
|
|
85526
|
-
_instance_2_u(_, "get$_handleError", "_handleError$2",
|
|
85568
|
+
_instance_2_u(_, "get$_handleError", "_handleError$2", 108);
|
|
85527
85569
|
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 1);
|
|
85528
|
-
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals",
|
|
85529
|
-
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode",
|
|
85530
|
-
_static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny",
|
|
85570
|
+
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 161);
|
|
85571
|
+
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 162);
|
|
85572
|
+
_static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 85);
|
|
85531
85573
|
_instance_1_u(P._HashMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85532
85574
|
_instance_1_u(P._LinkedCustomHashMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85533
|
-
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
85575
|
+
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 54, 0);
|
|
85534
85576
|
_instance_1_i(_, "get$contains", "contains$1", 5);
|
|
85535
|
-
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
85577
|
+
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 54, 0);
|
|
85536
85578
|
_instance_1_u(P.MapMixin.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85537
85579
|
_instance_1_u(P.MapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85538
|
-
|
|
85539
|
-
|
|
85540
|
-
|
|
85541
|
-
_static_1(P, "
|
|
85580
|
+
_instance(_ = P._UnmodifiableSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 54, 0);
|
|
85581
|
+
_instance_1_i(_, "get$contains", "contains$1", 5);
|
|
85582
|
+
_static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable", 27);
|
|
85583
|
+
_static_1(P, "core__identityHashCode$closure", "identityHashCode", 163);
|
|
85584
|
+
_static_2(P, "core__identical$closure", "identical", 164);
|
|
85585
|
+
_static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 81);
|
|
85542
85586
|
_instance_1_i(P.Iterable.prototype, "get$contains", "contains$1", 5);
|
|
85543
85587
|
_static(P, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) {
|
|
85544
85588
|
return P.max(a, b, P.num);
|
|
85545
|
-
}],
|
|
85589
|
+
}], 166, 1);
|
|
85546
85590
|
_instance_1_u(_ = Y.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 23);
|
|
85547
85591
|
_instance(_, "get$setError", 0, 1, function() {
|
|
85548
85592
|
return [null];
|
|
85549
|
-
}, ["call$2", "call$1"], ["setError$2", "setError$1"],
|
|
85593
|
+
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 113, 0);
|
|
85550
85594
|
_instance_0_u(_ = L.StreamGroup.prototype, "get$_onListen", "_onListen$0", 1);
|
|
85551
85595
|
_instance_0_u(_, "get$_onPause", "_onPause$0", 1);
|
|
85552
85596
|
_instance_0_u(_, "get$_onResume", "_onResume$0", 1);
|
|
85553
|
-
_instance_0_u(_, "get$_onCancel", "_onCancel$0",
|
|
85597
|
+
_instance_0_u(_, "get$_onCancel", "_onCancel$0", 42);
|
|
85554
85598
|
_instance_1_i(O.EmptyUnmodifiableSet.prototype, "get$contains", "contains$1", 5);
|
|
85555
85599
|
_instance_1_i(M._DelegatingIterableBase.prototype, "get$contains", "contains$1", 5);
|
|
85556
85600
|
_instance_1_i(M.MapKeySet.prototype, "get$contains", "contains$1", 5);
|
|
85557
|
-
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1",
|
|
85558
|
-
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1",
|
|
85559
|
-
_static_1(Y, "functions___isUnique$closure", "_isUnique",
|
|
85560
|
-
_static_1(K, "color___opacify$closure", "_opacify",
|
|
85561
|
-
_static_1(K, "color___transparentize$closure", "_transparentize",
|
|
85601
|
+
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1", 94);
|
|
85602
|
+
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1", 176);
|
|
85603
|
+
_static_1(Y, "functions___isUnique$closure", "_isUnique", 167);
|
|
85604
|
+
_static_1(K, "color___opacify$closure", "_opacify", 20);
|
|
85605
|
+
_static_1(K, "color___transparentize$closure", "_transparentize", 20);
|
|
85562
85606
|
_instance_0_u(_ = G.Parser.prototype, "get$whitespace", "whitespace$0", 1);
|
|
85563
85607
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
85564
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
85608
|
+
_instance_0_u(_, "get$string", "string$0", 12);
|
|
85565
85609
|
_instance_0_u(U.SassParser.prototype, "get$loudComment", "loudComment$0", 1);
|
|
85566
|
-
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"],
|
|
85567
|
-
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0",
|
|
85568
|
-
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0",
|
|
85569
|
-
_instance_0_u(_, "get$_functionChild", "_functionChild$0",
|
|
85570
|
-
_instance(_, "get$expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$singleEquals", "call$1$until"], ["expression$3$bracketList$singleEquals$until", "expression$0", "expression$2$singleEquals$until", "expression$1$bracketList", "expression$1$singleEquals", "expression$1$until"],
|
|
85571
|
-
_instance_0_u(_, "get$_number", "_number$0",
|
|
85610
|
+
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 146, 0);
|
|
85611
|
+
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 37);
|
|
85612
|
+
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0", 37);
|
|
85613
|
+
_instance_0_u(_, "get$_functionChild", "_functionChild$0", 37);
|
|
85614
|
+
_instance(_, "get$expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$singleEquals", "call$1$until"], ["expression$3$bracketList$singleEquals$until", "expression$0", "expression$2$singleEquals$until", "expression$1$bracketList", "expression$1$singleEquals", "expression$1$until"], 103, 0);
|
|
85615
|
+
_instance_0_u(_, "get$_number", "_number$0", 168);
|
|
85572
85616
|
_instance_1_u(K.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85573
85617
|
_instance_1_u(Z.MergedMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85574
85618
|
_instance_1_i(N.NoSourceMapBuffer.prototype, "get$write", "write$1", 23);
|
|
@@ -85576,66 +85620,66 @@ self.readline = require("readline");
|
|
|
85576
85620
|
_instance_1_u(U.PublicMemberMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85577
85621
|
_instance_1_i(D.SourceMapBuffer.prototype, "get$write", "write$1", 23);
|
|
85578
85622
|
_instance_1_u(R.UnprefixedMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85579
|
-
_static_1(B, "utils__isPublic$closure", "isPublic",
|
|
85580
|
-
_instance_1_u(_ = N._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1",
|
|
85581
|
-
_instance_1_u(_, "get$_isInvisible", "_isInvisible$1",
|
|
85582
|
-
_instance(Y.SourceFile.prototype, "get$span", 0, 1, null, ["call$2", "call$1"], ["span$2", "span$1"],
|
|
85623
|
+
_static_1(B, "utils__isPublic$closure", "isPublic", 83);
|
|
85624
|
+
_instance_1_u(_ = N._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1", 107);
|
|
85625
|
+
_instance_1_u(_, "get$_isInvisible", "_isInvisible$1", 94);
|
|
85626
|
+
_instance(Y.SourceFile.prototype, "get$span", 0, 1, null, ["call$2", "call$1"], ["span$2", "span$1"], 104, 0);
|
|
85583
85627
|
_instance(Y.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
|
|
85584
85628
|
return {color: null};
|
|
85585
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
85629
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 99, 0);
|
|
85586
85630
|
_static(L, "from_handlers__StreamTransformer__defaultHandleError$closure", 3, null, ["call$1$3", "call$3"], ["_StreamTransformer__defaultHandleError", function(error, stackTrace, sink) {
|
|
85587
85631
|
return L._StreamTransformer__defaultHandleError(error, stackTrace, sink, null);
|
|
85588
|
-
}],
|
|
85632
|
+
}], 169, 0);
|
|
85589
85633
|
_static(R, "rate_limit___collectToList$closure", 2, null, ["call$1$2", "call$2"], ["_collectToList", function(element, soFar) {
|
|
85590
85634
|
return R._collectToList(element, soFar, null);
|
|
85591
|
-
}],
|
|
85592
|
-
_static_1(K, "color0___opacify$closure", "_opacify0",
|
|
85593
|
-
_static_1(K, "color0___transparentize$closure", "_transparentize0",
|
|
85594
|
-
_static_1(Y, "functions0___isUnique$closure", "_isUnique0",
|
|
85635
|
+
}], 170, 0);
|
|
85636
|
+
_static_1(K, "color0___opacify$closure", "_opacify0", 18);
|
|
85637
|
+
_static_1(K, "color0___transparentize$closure", "_transparentize0", 18);
|
|
85638
|
+
_static_1(Y, "functions0___isUnique$closure", "_isUnique0", 171);
|
|
85595
85639
|
_instance_1_u(K.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85596
|
-
_instance_1_u(D.SelectorList0.prototype, "get$_list2$_complexContainsParentSelector", "_list2$_complexContainsParentSelector$1",
|
|
85640
|
+
_instance_1_u(D.SelectorList0.prototype, "get$_list2$_complexContainsParentSelector", "_list2$_complexContainsParentSelector$1", 129);
|
|
85597
85641
|
_instance_1_u(Z.MergedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85598
85642
|
_instance_1_i(N.NoSourceMapBuffer0.prototype, "get$write", "write$1", 23);
|
|
85599
|
-
_instance_1_u(B.ModifiableCssNode0.prototype, "get$_node2$_isInvisible", "_node2$_isInvisible$1",
|
|
85600
|
-
_static_2(B, "node___render$closure", "_render",
|
|
85601
|
-
_static_1(B, "node___renderSync$closure", "_renderSync",
|
|
85643
|
+
_instance_1_u(B.ModifiableCssNode0.prototype, "get$_node2$_isInvisible", "_node2$_isInvisible$1", 88);
|
|
85644
|
+
_static_2(B, "node___render$closure", "_render", 172);
|
|
85645
|
+
_static_1(B, "node___renderSync$closure", "_renderSync", 173);
|
|
85602
85646
|
_instance_0_u(_ = G.Parser1.prototype, "get$whitespace", "whitespace$0", 1);
|
|
85603
85647
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
85604
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
85648
|
+
_instance_0_u(_, "get$string", "string$0", 12);
|
|
85605
85649
|
_instance_1_u(F.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85606
85650
|
_instance_1_u(U.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85607
|
-
_static_1(U, "sass__main$closure", "main",
|
|
85651
|
+
_static_1(U, "sass__main$closure", "main", 174);
|
|
85608
85652
|
_instance_0_u(U.SassParser0.prototype, "get$loudComment", "loudComment$0", 1);
|
|
85609
|
-
_instance_1_u(_ = N._SerializeVisitor0.prototype, "get$_serialize0$_visitMediaQuery", "_serialize0$_visitMediaQuery$1",
|
|
85610
|
-
_instance_1_u(_, "get$_serialize0$_isInvisible", "_serialize0$_isInvisible$1",
|
|
85653
|
+
_instance_1_u(_ = N._SerializeVisitor0.prototype, "get$_serialize0$_visitMediaQuery", "_serialize0$_visitMediaQuery$1", 138);
|
|
85654
|
+
_instance_1_u(_, "get$_serialize0$_isInvisible", "_serialize0$_isInvisible$1", 88);
|
|
85611
85655
|
_instance_1_i(D.SourceMapBuffer0.prototype, "get$write", "write$1", 23);
|
|
85612
|
-
_instance(_ = V.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"],
|
|
85613
|
-
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0",
|
|
85614
|
-
_instance_0_u(_, "get$_stylesheet0$_declarationAtRule", "_stylesheet0$_declarationAtRule$0",
|
|
85615
|
-
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0",
|
|
85616
|
-
_instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0",
|
|
85656
|
+
_instance(_ = V.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 175, 0);
|
|
85657
|
+
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 38);
|
|
85658
|
+
_instance_0_u(_, "get$_stylesheet0$_declarationAtRule", "_stylesheet0$_declarationAtRule$0", 38);
|
|
85659
|
+
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 38);
|
|
85660
|
+
_instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0", 141);
|
|
85617
85661
|
_instance_1_u(R.UnprefixedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85618
|
-
_static_1(B, "utils0__isPublic$closure", "isPublic0",
|
|
85619
|
-
_static_1(D, "path__dirname$closure", "dirname",
|
|
85620
|
-
_static_1(T, "character__isWhitespace$closure", "isWhitespace",
|
|
85621
|
-
_static_1(T, "character__isNewline$closure", "isNewline",
|
|
85622
|
-
_static_1(T, "character__isHex$closure", "isHex",
|
|
85662
|
+
_static_1(B, "utils0__isPublic$closure", "isPublic0", 83);
|
|
85663
|
+
_static_1(D, "path__dirname$closure", "dirname", 81);
|
|
85664
|
+
_static_1(T, "character__isWhitespace$closure", "isWhitespace", 16);
|
|
85665
|
+
_static_1(T, "character__isNewline$closure", "isNewline", 16);
|
|
85666
|
+
_static_1(T, "character__isHex$closure", "isHex", 16);
|
|
85623
85667
|
_static_2(T, "number0__fuzzyEquals$closure", "fuzzyEquals", 25);
|
|
85624
85668
|
_static_2(T, "number0__fuzzyLessThan$closure", "fuzzyLessThan", 25);
|
|
85625
85669
|
_static_2(T, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals", 25);
|
|
85626
85670
|
_static_2(T, "number0__fuzzyGreaterThan$closure", "fuzzyGreaterThan", 25);
|
|
85627
85671
|
_static_2(T, "number0__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals", 25);
|
|
85628
85672
|
_static_1(T, "number0__fuzzyRound$closure", "fuzzyRound", 34);
|
|
85629
|
-
_static_1(T, "character0__isWhitespace$closure", "isWhitespace0",
|
|
85630
|
-
_static_1(T, "character0__isNewline$closure", "isNewline0",
|
|
85631
|
-
_static_1(T, "character0__isHex$closure", "isHex0",
|
|
85673
|
+
_static_1(T, "character0__isWhitespace$closure", "isWhitespace0", 16);
|
|
85674
|
+
_static_1(T, "character0__isNewline$closure", "isNewline0", 16);
|
|
85675
|
+
_static_1(T, "character0__isHex$closure", "isHex0", 16);
|
|
85632
85676
|
_static_2(T, "number2__fuzzyEquals$closure", "fuzzyEquals0", 25);
|
|
85633
85677
|
_static_2(T, "number2__fuzzyLessThan$closure", "fuzzyLessThan0", 25);
|
|
85634
85678
|
_static_2(T, "number2__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals0", 25);
|
|
85635
85679
|
_static_2(T, "number2__fuzzyGreaterThan$closure", "fuzzyGreaterThan0", 25);
|
|
85636
85680
|
_static_2(T, "number2__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals0", 25);
|
|
85637
85681
|
_static_1(T, "number2__fuzzyRound$closure", "fuzzyRound0", 34);
|
|
85638
|
-
_static_1(F, "value1__wrapValue$closure", "wrapValue",
|
|
85682
|
+
_static_1(F, "value1__wrapValue$closure", "wrapValue", 117);
|
|
85639
85683
|
})();
|
|
85640
85684
|
(function inheritance() {
|
|
85641
85685
|
var _mixin = hunkHelpers.mixin,
|
|
@@ -85651,7 +85695,7 @@ self.readline = require("readline");
|
|
|
85651
85695
|
_inheritMany(H._CastIterableBase, [H.CastIterable, H.__CastListBase__CastIterableBase_ListMixin, H.CastSet, H.CastQueue]);
|
|
85652
85696
|
_inherit(H._EfficientLengthCastIterable, H.CastIterable);
|
|
85653
85697
|
_inherit(H._CastListBase, H.__CastListBase__CastIterableBase_ListMixin);
|
|
85654
|
-
_inheritMany(H.Closure, [H._CastListBase_sort_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_functionNoSuchMethod_closure, H.unwrapException_saveStackTrace, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncComplete_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_length_closure, P.Stream_length_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__Uri$notSimple_closure, P._Uri__checkNonWindowsPathReservedCharacters_closure, P._Uri__makePath_closure, P._createTables_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, N.ArgParser_findByAbbreviation_closure, N.ArgParser_findByAbbreviation_closure0, G.Parser_parse_closure, G.Parser_setOption_closure, G.Usage_generate_closure, G.Usage_buildAllowedList_closure, L.StreamGroup_add_closure, L.StreamGroup_add_closure0, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, L.StreamGroup__onCancel_closure0, L.StreamGroup__listenToStream_closure, G.StreamQueue__ensureListening_closure, G.StreamQueue__ensureListening_closure1, G.StreamQueue__ensureListening_closure0, Q.closure106, B.ReplAdapter_runAsync_closure, Y.mapMap_closure, Y.mapMap_closure0, Y.mapMap_closure1, Y.groupBy_closure, B.defaultCompare_closure, M.Context_join_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath_normalize_closure, X.ParsedPath__splitExtension_closure, X.ParsedPath__splitExtension_closure0, K.PathMap__create_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, L.ForwardRule__memberList_closure, V.IfRule_toString_closure, V.IfClause$__closure, V.IfClause$___closure, M.ParentStatement_closure, M.ParentStatement__closure, S.ComplexSelector_isInvisible_closure, X.CompoundSelector_isInvisible_closure, N.IDSelector_unify_closure, D.SelectorList_isInvisible_closure, D.SelectorList_asSassList_closure, D.SelectorList_asSassList__closure, D.SelectorList_unify_closure, D.SelectorList_unify__closure, D.SelectorList_unify___closure, D.SelectorList_resolveParentSelectors_closure, D.SelectorList_resolveParentSelectors__closure, D.SelectorList_resolveParentSelectors__closure0, D.SelectorList__complexContainsParentSelector_closure, D.SelectorList__complexContainsParentSelector__closure, D.SelectorList__resolveParentSelectorsCompound_closure, D.SelectorList__resolveParentSelectorsCompound_closure0, D.SelectorList__resolveParentSelectorsCompound_closure1, X._compileStylesheet_closure0, Q.AsyncEnvironment_importForwards_closure, Q.AsyncEnvironment_importForwards_closure0, Q.AsyncEnvironment_importForwards_closure1, Q.AsyncEnvironment_importForwards_closure2, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment_setVariable_closure1, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q._EnvironmentModule__EnvironmentModule_closure5, Q._EnvironmentModule__EnvironmentModule_closure6, Q._EnvironmentModule__EnvironmentModule_closure7, Q._EnvironmentModule__EnvironmentModule_closure8, Q._EnvironmentModule__EnvironmentModule_closure9, Q._EnvironmentModule__EnvironmentModule_closure10, O.AsyncImportCache_canonicalize_closure, O.AsyncImportCache__canonicalize_closure, O.AsyncImportCache_importCanonical_closure, O.AsyncImportCache_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable$mixin_closure, Q.BuiltInCallable$mixin_closure, X.closure70, X.closure71, U._compileStylesheet_closure, O.Environment_importForwards_closure, O.Environment_importForwards_closure0, O.Environment_importForwards_closure1, O.Environment_importForwards_closure2, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure, O.Environment_setVariable_closure0, O.Environment_setVariable_closure1, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O._EnvironmentModule__EnvironmentModule_closure, O._EnvironmentModule__EnvironmentModule_closure0, O._EnvironmentModule__EnvironmentModule_closure1, O._EnvironmentModule__EnvironmentModule_closure2, O._EnvironmentModule__EnvironmentModule_closure3, O._EnvironmentModule__EnvironmentModule_closure4, D._writeSourceMap_closure, B.ExecutableOptions_closure, B.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A._Watcher__debounceEvents__closure, A._Watcher__retryPotentialImports_recanonicalize, F.Extender__extendOrReplace_closure, F.Extender_extensionsWhereTarget_closure, F.Extender__registerSelector_closure, F.Extender_addExtension_closure, F.Extender_addExtension_closure0, F.Extender_addExtension_closure1, F.Extender__extendExistingExtensions_closure, F.Extender__extendExistingExtensions_closure0, F.Extender_addExtensions_closure, F.Extender_addExtensions__closure, F.Extender_addExtensions___closure, F.Extender_addExtensions___closure0, F.Extender__extendList_closure, F.Extender__extendComplex_closure, F.Extender__extendComplex_closure0, F.Extender__extendComplex__closure, F.Extender__extendComplex__closure0, F.Extender__extendComplex___closure, F.Extender__extendCompound_closure, F.Extender__extendCompound_closure0, F.Extender__extendCompound__closure, F.Extender__extendCompound__closure0, F.Extender__extendCompound_closure1, F.Extender__extendCompound_closure2, F.Extender__extendSimple_withoutPseudo, F.Extender__extendSimple_closure, F.Extender__extendPseudo_closure, F.Extender__extendPseudo_closure0, F.Extender__extendPseudo_closure1, F.Extender__extendPseudo_closure2, F.Extender__extendPseudo_closure3, F.Extender__trim_closure, F.Extender__trim_closure0, F.Extender_clone_closure, Y.unifyComplex_closure, Y._weaveParents_closure, Y._weaveParents_closure0, Y._weaveParents_closure1, Y._weaveParents__closure1, Y._weaveParents_closure2, Y._weaveParents_closure3, Y._weaveParents__closure0, Y._weaveParents_closure4, Y._weaveParents_closure5, Y._weaveParents__closure, Y._mustUnify_closure, Y._mustUnify__closure, Y.paths_closure, Y.paths__closure, Y.paths___closure, Y._hasRoot_closure, Y.listIsSuperslector_closure, Y.listIsSuperslector__closure, Y._simpleIsSuperselectorOfCompound_closure, Y._simpleIsSuperselectorOfCompound__closure, Y._selectorPseudoIsSuperselector_closure, Y._selectorPseudoIsSuperselector_closure0, Y._selectorPseudoIsSuperselector_closure1, Y._selectorPseudoIsSuperselector_closure2, Y._selectorPseudoIsSuperselector_closure3, Y._selectorPseudoIsSuperselector__closure, Y._selectorPseudoIsSuperselector___closure, Y._selectorPseudoIsSuperselector___closure0, Y._selectorPseudoIsSuperselector_closure4, Y._selectorPseudoIsSuperselector_closure5, Y._selectorPseudosNamed_closure, Y.closure, K.closure43, K.closure44, K.closure45, K.closure46, K.closure47, K.closure48, K.closure49, K.closure50, K.closure51, K.closure52, K.closure53, K.closure54, K.closure55, K.closure56, K.closure57, K.closure58, K.closure59, K.closure60, K.closure61, K.closure62, K.closure63, K.closure64, K.closure65, K.closure66, K.closure67, K.closure68, K._closure10, K.closure69, K.closure96, K.closure97, K.closure98, K.closure99, K._closure12, K.closure100, K.closure83, K.closure82, K.closure81, K.closure80, K.closure79, K.closure78, K.closure77, K.closure76, K.closure74, K.closure_getInRange0, K._closure9, K.closure73, K.closure_getScale, K.closure_scaleValue, K._closure8, K.closure72, K.closure_getInRange, K._closure7, K.closure75, K.closure_hexString, K._functionString_closure, K._removedColorFunction_closure, K._parseChannels_closure, D.closure42, D.closure41, D.closure40, D.closure39, D.closure38, D.closure37, D._closure4, D._closure5, D._closure6, D.closure36, D.closure34, D.closure35, A.closure33, A.closure32, A.closure30, A.closure31, A.closure29, A.closure28, A.closure27, K.closure25, K.closure91, K.closure24, K.closure23, K.closure22, K.closure26, K.closure89, K._closure11, K.closure88, K.closure87, K.closure85, K.closure95, K.closure94, K.closure93, K.closure92, K.closure90, K.closure86, K.closure84, K.closure18, K.closure17, K.closure19, K.closure21, K.closure20, K._numberFunction_closure, Q.closure101, Q.closure102, Q.closure103, Q.closure104, Q._closure13, T.closure13, T._closure1, T._closure2, T.closure12, T._closure, T._closure0, T.__closure, T.closure11, T.closure10, T.closure9, T.closure16, T.closure15, T._closure3, T.closure14, D.closure8, D.closure7, D.closure3, D.closure2, D.closure1, D.closure0, D.closure6, D.closure5, D.closure4, R.ImportCache_canonicalize_closure, R.ImportCache__canonicalize_closure, R.ImportCache_importCanonical_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, B.resolveImportPath_closure, B.resolveImportPath_closure0, B._tryPathAsDirectory_closure, B._exactlyOne_closure, F.realCasePath_closure, B._readFile_closure, B.writeFile_closure, B.deleteFile_closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.fileExists_closure, B.dirExists_closure, B.ensureDir_closure, B.listDir_closure, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.modificationTime_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, B.watchDir_closure3, B.watchDir__closure, V.AtRootQueryParser_parse_closure, Q.closure105, E.KeyframeSelectorParser_parse_closure, F.MediaQueryParser_parse_closure, G.Parser__parseIdentifier_closure, U.SassParser_children_closure, T.SelectorParser_parse_closure, T.SelectorParser_parseCompoundSelector_closure, V.StylesheetParser_parse_closure, V.StylesheetParser_parse__closure, V.StylesheetParser_parse__closure0, V.StylesheetParser_parseArgumentDeclaration_closure, V.StylesheetParser_parseVariableDeclaration_closure, V.StylesheetParser_parseUseRule_closure, V.StylesheetParser__parseSingleProduction_closure, V.StylesheetParser__statement_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure0, V.StylesheetParser__declarationOrBuffer_closure, V.StylesheetParser__declarationOrBuffer_closure0, V.StylesheetParser__styleRule_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure0, V.StylesheetParser__atRootRule_closure, V.StylesheetParser__atRootRule_closure0, V.StylesheetParser__eachRule_closure, V.StylesheetParser__functionRule_closure, V.StylesheetParser__forRule_closure, V.StylesheetParser__forRule_closure0, V.StylesheetParser__memberList_closure, V.StylesheetParser__includeRule_closure, V.StylesheetParser_mediaRule_closure, V.StylesheetParser__mixinRule_closure, V.StylesheetParser_mozDocumentRule_closure, V.StylesheetParser_supportsRule_closure, V.StylesheetParser__whileRule_closure, V.StylesheetParser_unknownAtRule_closure, V.StylesheetParser_expression_resetState, V.StylesheetParser_expression_resolveOneOperation, V.StylesheetParser_expression_resolveOperations, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser_expression_resolveSpaceExpressions, V.StylesheetParser__expressionUntilComma_closure, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_identifierLike_closure, V.StylesheetParser__expressionUntilComparison_closure, V.StylesheetParser__publicIdentifier_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, M.StylesheetGraph__add_closure, M.StylesheetGraph_addCanonical_closure, M.StylesheetGraph_addCanonical_closure0, M.StylesheetGraph_reload_closure, M.StylesheetGraph__nodeFor_closure, M.StylesheetGraph__nodeFor_closure0, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer_sourceFiles_closure, D.SourceMapBuffer__addEntry_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.flattenVertically_closure, B.flattenVertically_closure0, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_closure1, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, B.mapMapAsync_closure, B.copyMapOfMap_closure, B.copyMapOfList_closure, D.SassList_isBlank_closure, A.SassMap_asList_closure, T.SassNumber_valueInUnits_closure, T.SassNumber_valueInUnits_closure0, T.SassNumber_valueInUnits_closure1, T.SassNumber_valueInUnits_closure2, T.SassNumber_modulo_closure, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber__multiplyUnits_closure, T.SassNumber__multiplyUnits_closure0, T.SassNumber__multiplyUnits_closure1, T.SassNumber__multiplyUnits_closure2, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalMultiplier_closure, E._EvaluateVisitor_closure9, E._EvaluateVisitor_closure10, E._EvaluateVisitor_closure11, E._EvaluateVisitor_closure12, E._EvaluateVisitor_closure13, E._EvaluateVisitor_closure14, E._EvaluateVisitor_closure15, E._EvaluateVisitor_closure16, E._EvaluateVisitor__closure8, E._EvaluateVisitor_closure17, E._EvaluateVisitor__closure6, E._EvaluateVisitor__closure7, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure4, E._EvaluateVisitor__closure5, E._EvaluateVisitor_run_closure0, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__loadModule_closure0, E._EvaluateVisitor__execute_closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__extendModules_closure2, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor_visitAtRootRule_closure2, E._EvaluateVisitor_visitAtRootRule_closure3, E._EvaluateVisitor_visitAtRootRule_closure4, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot__closure0, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitContentRule_closure0, E._EvaluateVisitor_visitDeclaration_closure0, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule_closure4, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitExtendRule_closure0, E._EvaluateVisitor_visitAtRule_closure1, E._EvaluateVisitor_visitAtRule__closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitForRule_closure4, E._EvaluateVisitor_visitForRule_closure5, E._EvaluateVisitor_visitForRule_closure6, E._EvaluateVisitor_visitForRule_closure7, E._EvaluateVisitor_visitForRule_closure8, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure1, E._EvaluateVisitor_visitForwardRule_closure2, E._EvaluateVisitor__assertConfigurationIsEmpty_closure0, E._EvaluateVisitor_visitIfRule_closure0, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport_closure0, E._EvaluateVisitor__visitDynamicImport__closure0, E._EvaluateVisitor_visitIncludeRule_closure2, E._EvaluateVisitor_visitIncludeRule_closure3, E._EvaluateVisitor_visitIncludeRule_closure4, E._EvaluateVisitor_visitIncludeRule__closure0, E._EvaluateVisitor_visitIncludeRule___closure0, E._EvaluateVisitor_visitIncludeRule____closure0, E._EvaluateVisitor_visitMediaRule_closure1, E._EvaluateVisitor_visitMediaRule__closure0, E._EvaluateVisitor_visitMediaRule___closure0, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor__visitMediaQueries_closure0, E._EvaluateVisitor_visitStyleRule_closure6, E._EvaluateVisitor_visitStyleRule_closure7, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure9, E._EvaluateVisitor_visitStyleRule_closure10, E._EvaluateVisitor_visitStyleRule_closure11, E._EvaluateVisitor_visitStyleRule__closure0, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure1, E._EvaluateVisitor_visitSupportsRule__closure0, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure3, E._EvaluateVisitor_visitVariableDeclaration_closure4, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWarnRule_closure0, E._EvaluateVisitor_visitWhileRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure0, E._EvaluateVisitor_visitVariableExpression_closure0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor_visitFunctionExpression_closure1, E._EvaluateVisitor_visitFunctionExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable_closure0, E._EvaluateVisitor__runUserDefinedCallable__closure0, E._EvaluateVisitor__runUserDefinedCallable___closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runFunctionCallable_closure0, E._EvaluateVisitor__runBuiltInCallable_closure1, E._EvaluateVisitor__runBuiltInCallable_closure2, E._EvaluateVisitor__evaluateArguments_closure2, E._EvaluateVisitor__evaluateArguments_closure3, E._EvaluateVisitor__evaluateArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor__addRestMap_closure1, E._EvaluateVisitor__addRestMap_closure2, E._EvaluateVisitor__verifyArguments_closure0, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure1, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure1, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure1, E._EvaluateVisitor_visitCssMediaRule__closure0, E._EvaluateVisitor_visitCssMediaRule___closure0, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssStyleRule_closure1, E._EvaluateVisitor_visitCssStyleRule__closure0, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure1, E._EvaluateVisitor_visitCssSupportsRule__closure0, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__serialize_closure0, E._EvaluateVisitor__stackTrace_closure0, E._ImportedCssVisitor_visitCssAtRule_closure0, E._ImportedCssVisitor_visitCssMediaRule_closure0, E._ImportedCssVisitor_visitCssStyleRule_closure0, E._ImportedCssVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor_closure, R._EvaluateVisitor_closure0, R._EvaluateVisitor_closure1, R._EvaluateVisitor_closure2, R._EvaluateVisitor_closure3, R._EvaluateVisitor_closure4, R._EvaluateVisitor_closure5, R._EvaluateVisitor_closure6, R._EvaluateVisitor__closure3, R._EvaluateVisitor_closure7, R._EvaluateVisitor__closure1, R._EvaluateVisitor__closure2, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure, R._EvaluateVisitor__closure0, R._EvaluateVisitor_run_closure, R._EvaluateVisitor_runExpression_closure, R._EvaluateVisitor_runExpression__closure, R._EvaluateVisitor_runStatement_closure, R._EvaluateVisitor_runStatement__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__loadModule_closure, R._EvaluateVisitor__execute_closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__extendModules_closure0, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor_visitAtRootRule_closure, R._EvaluateVisitor_visitAtRootRule_closure0, R._EvaluateVisitor_visitAtRootRule_closure1, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot__closure, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitContentRule_closure, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule_closure1, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitExtendRule_closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule__closure, R._EvaluateVisitor_visitAtRule_closure0, R._EvaluateVisitor_visitForRule_closure, R._EvaluateVisitor_visitForRule_closure0, R._EvaluateVisitor_visitForRule_closure1, R._EvaluateVisitor_visitForRule_closure2, R._EvaluateVisitor_visitForRule_closure3, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitForwardRule_closure0, R._EvaluateVisitor__assertConfigurationIsEmpty_closure, R._EvaluateVisitor_visitIfRule_closure, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport_closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor_visitIncludeRule_closure, R._EvaluateVisitor_visitIncludeRule_closure0, R._EvaluateVisitor_visitIncludeRule_closure1, R._EvaluateVisitor_visitIncludeRule__closure, R._EvaluateVisitor_visitIncludeRule___closure, R._EvaluateVisitor_visitIncludeRule____closure, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule__closure, R._EvaluateVisitor_visitMediaRule___closure, R._EvaluateVisitor_visitMediaRule_closure0, R._EvaluateVisitor__visitMediaQueries_closure, R._EvaluateVisitor_visitStyleRule_closure, R._EvaluateVisitor_visitStyleRule_closure0, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure2, R._EvaluateVisitor_visitStyleRule_closure3, R._EvaluateVisitor_visitStyleRule_closure4, R._EvaluateVisitor_visitStyleRule__closure, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure, R._EvaluateVisitor_visitSupportsRule__closure, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure, R._EvaluateVisitor_visitVariableDeclaration_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure1, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWarnRule_closure, R._EvaluateVisitor_visitWhileRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure, R._EvaluateVisitor_visitVariableExpression_closure, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure0, R._EvaluateVisitor__runUserDefinedCallable_closure, R._EvaluateVisitor__runUserDefinedCallable__closure, R._EvaluateVisitor__runUserDefinedCallable___closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runFunctionCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure0, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateArguments_closure0, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor__addRestMap_closure, R._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__verifyArguments_closure, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule__closure, R._EvaluateVisitor_visitCssMediaRule___closure, R._EvaluateVisitor_visitCssMediaRule_closure0, R._EvaluateVisitor_visitCssStyleRule_closure, R._EvaluateVisitor_visitCssStyleRule__closure, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure, R._EvaluateVisitor_visitCssSupportsRule__closure, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__serialize_closure, R._EvaluateVisitor__stackTrace_closure, R._ImportedCssVisitor_visitCssAtRule_closure, R._ImportedCssVisitor_visitCssMediaRule_closure, R._ImportedCssVisitor_visitCssStyleRule_closure, R._ImportedCssVisitor_visitCssSupportsRule_closure, N.serialize_closure, N._SerializeVisitor_visitCssComment_closure, N._SerializeVisitor_visitCssAtRule_closure, N._SerializeVisitor_visitCssMediaRule_closure, N._SerializeVisitor_visitCssImport_closure, N._SerializeVisitor_visitCssImport__closure, N._SerializeVisitor_visitCssKeyframeBlock_closure, N._SerializeVisitor_visitCssStyleRule_closure, N._SerializeVisitor_visitCssSupportsRule_closure, N._SerializeVisitor_visitCssDeclaration_closure, N._SerializeVisitor_visitCssDeclaration_closure0, N._SerializeVisitor_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, N._SerializeVisitor__write_closure, N._SerializeVisitor__visitChildren_closure, N.withWarnCallback_closure, T.SingleMapping_SingleMapping$fromEntries_closure, T.SingleMapping_SingleMapping$fromEntries_closure0, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, T.SingleMapping_toJson_closure0, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter_highlight_closure0, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$parseV8_closure_parseLocation, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, T.LazyTrace_terse_closure, Y.Trace_Trace$from_closure, Y.Trace__parseVM_closure, Y.Trace$parseV8_closure, Y.Trace$parseV8_closure0, Y.Trace$parseJSCore_closure, Y.Trace$parseJSCore_closure0, Y.Trace$parseFirefox_closure, Y.Trace$parseFirefox_closure0, Y.Trace$parseFriendly_closure, Y.Trace$parseFriendly_closure0, Y.Trace_terse_closure, Y.Trace_foldFrames_closure, Y.Trace_foldFrames_closure0, Y.Trace_toString_closure0, Y.Trace_toString_closure, L._StreamTransformer_bind_closure, L._StreamTransformer_bind__closure, L._StreamTransformer_bind__closure1, L._StreamTransformer_bind__closure0, L._StreamTransformer_bind__closure2, R._debounceAggregate_closure, R._debounceAggregate__closure, R._debounceAggregate_closure0, B.ArgumentDeclaration_verify_closure1, B.ArgumentDeclaration_verify_closure2, S.AsyncBuiltInCallable$mixin_closure0, X._compileStylesheet_closure2, Q.AsyncEnvironment_importForwards_closure3, Q.AsyncEnvironment_importForwards_closure4, Q.AsyncEnvironment_importForwards_closure5, Q.AsyncEnvironment_importForwards_closure6, Q.AsyncEnvironment__getVariableFromGlobalModule_closure0, Q.AsyncEnvironment_setVariable_closure2, Q.AsyncEnvironment_setVariable_closure3, Q.AsyncEnvironment_setVariable_closure4, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure0, Q.AsyncEnvironment__getMixinFromGlobalModule_closure0, Q._EnvironmentModule__EnvironmentModule_closure17, Q._EnvironmentModule__EnvironmentModule_closure18, Q._EnvironmentModule__EnvironmentModule_closure19, Q._EnvironmentModule__EnvironmentModule_closure20, Q._EnvironmentModule__EnvironmentModule_closure21, Q._EnvironmentModule__EnvironmentModule_closure22, E._EvaluateVisitor_closure29, E._EvaluateVisitor_closure30, E._EvaluateVisitor_closure31, E._EvaluateVisitor_closure32, E._EvaluateVisitor_closure33, E._EvaluateVisitor_closure34, E._EvaluateVisitor_closure35, E._EvaluateVisitor_closure36, E._EvaluateVisitor__closure18, E._EvaluateVisitor_closure37, E._EvaluateVisitor__closure16, E._EvaluateVisitor__closure17, E._EvaluateVisitor_closure38, E._EvaluateVisitor__closure14, E._EvaluateVisitor__closure15, E._EvaluateVisitor_run_closure2, E._EvaluateVisitor__withWarnCallback_closure2, E._EvaluateVisitor__loadModule_closure2, E._EvaluateVisitor__execute_closure2, E._EvaluateVisitor__combineCss_closure8, E._EvaluateVisitor__combineCss_closure9, E._EvaluateVisitor__combineCss_closure10, E._EvaluateVisitor__extendModules_closure5, E._EvaluateVisitor__extendModules_closure6, E._EvaluateVisitor__topologicalModules_visitModule2, E._EvaluateVisitor_visitAtRootRule_closure8, E._EvaluateVisitor_visitAtRootRule_closure9, E._EvaluateVisitor_visitAtRootRule_closure10, E._EvaluateVisitor__scopeForAtRoot_closure17, E._EvaluateVisitor__scopeForAtRoot_closure18, E._EvaluateVisitor__scopeForAtRoot_closure19, E._EvaluateVisitor__scopeForAtRoot__closure2, E._EvaluateVisitor__scopeForAtRoot_closure20, E._EvaluateVisitor__scopeForAtRoot_closure21, E._EvaluateVisitor__scopeForAtRoot_closure22, E._EvaluateVisitor_visitContentRule_closure2, E._EvaluateVisitor_visitDeclaration_closure2, E._EvaluateVisitor_visitEachRule_closure8, E._EvaluateVisitor_visitEachRule_closure9, E._EvaluateVisitor_visitEachRule_closure10, E._EvaluateVisitor_visitEachRule__closure2, E._EvaluateVisitor_visitEachRule___closure2, E._EvaluateVisitor_visitExtendRule_closure2, E._EvaluateVisitor_visitAtRule_closure5, E._EvaluateVisitor_visitAtRule__closure2, E._EvaluateVisitor_visitAtRule_closure6, E._EvaluateVisitor_visitForRule_closure14, E._EvaluateVisitor_visitForRule_closure15, E._EvaluateVisitor_visitForRule_closure16, E._EvaluateVisitor_visitForRule_closure17, E._EvaluateVisitor_visitForRule_closure18, E._EvaluateVisitor_visitForRule__closure2, E._EvaluateVisitor_visitForwardRule_closure5, E._EvaluateVisitor_visitForwardRule_closure6, E._EvaluateVisitor__assertConfigurationIsEmpty_closure2, E._EvaluateVisitor_visitIfRule_closure2, E._EvaluateVisitor_visitIfRule__closure2, E._EvaluateVisitor__visitDynamicImport_closure2, E._EvaluateVisitor__visitDynamicImport__closure2, E._EvaluateVisitor_visitIncludeRule_closure8, E._EvaluateVisitor_visitIncludeRule_closure9, E._EvaluateVisitor_visitIncludeRule_closure10, E._EvaluateVisitor_visitIncludeRule__closure2, E._EvaluateVisitor_visitIncludeRule___closure2, E._EvaluateVisitor_visitIncludeRule____closure2, E._EvaluateVisitor_visitMediaRule_closure5, E._EvaluateVisitor_visitMediaRule__closure2, E._EvaluateVisitor_visitMediaRule___closure2, E._EvaluateVisitor_visitMediaRule_closure6, E._EvaluateVisitor__visitMediaQueries_closure2, E._EvaluateVisitor_visitStyleRule_closure20, E._EvaluateVisitor_visitStyleRule_closure21, E._EvaluateVisitor_visitStyleRule_closure22, E._EvaluateVisitor_visitStyleRule_closure23, E._EvaluateVisitor_visitStyleRule_closure24, E._EvaluateVisitor_visitStyleRule_closure25, E._EvaluateVisitor_visitStyleRule__closure2, E._EvaluateVisitor_visitStyleRule_closure26, E._EvaluateVisitor_visitSupportsRule_closure5, E._EvaluateVisitor_visitSupportsRule__closure2, E._EvaluateVisitor_visitSupportsRule_closure6, E._EvaluateVisitor_visitVariableDeclaration_closure8, E._EvaluateVisitor_visitVariableDeclaration_closure9, E._EvaluateVisitor_visitVariableDeclaration_closure10, E._EvaluateVisitor_visitUseRule_closure2, E._EvaluateVisitor_visitWarnRule_closure2, E._EvaluateVisitor_visitWhileRule_closure2, E._EvaluateVisitor_visitWhileRule__closure2, E._EvaluateVisitor_visitBinaryOperationExpression_closure2, E._EvaluateVisitor_visitVariableExpression_closure2, E._EvaluateVisitor_visitListExpression_closure2, E._EvaluateVisitor_visitFunctionExpression_closure5, E._EvaluateVisitor_visitFunctionExpression_closure6, E._EvaluateVisitor__runUserDefinedCallable_closure2, E._EvaluateVisitor__runUserDefinedCallable__closure2, E._EvaluateVisitor__runUserDefinedCallable___closure2, E._EvaluateVisitor__runUserDefinedCallable____closure2, E._EvaluateVisitor__runFunctionCallable_closure2, E._EvaluateVisitor__runBuiltInCallable_closure5, E._EvaluateVisitor__runBuiltInCallable_closure6, E._EvaluateVisitor__evaluateArguments_closure8, E._EvaluateVisitor__evaluateArguments_closure9, E._EvaluateVisitor__evaluateArguments_closure10, E._EvaluateVisitor__evaluateMacroArguments_closure11, E._EvaluateVisitor__evaluateMacroArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure13, E._EvaluateVisitor__evaluateMacroArguments_closure14, E._EvaluateVisitor__addRestMap_closure5, E._EvaluateVisitor__addRestMap_closure6, E._EvaluateVisitor__verifyArguments_closure2, E._EvaluateVisitor_visitStringExpression_closure2, E._EvaluateVisitor_visitCssAtRule_closure5, E._EvaluateVisitor_visitCssAtRule_closure6, E._EvaluateVisitor_visitCssKeyframeBlock_closure5, E._EvaluateVisitor_visitCssKeyframeBlock_closure6, E._EvaluateVisitor_visitCssMediaRule_closure5, E._EvaluateVisitor_visitCssMediaRule__closure2, E._EvaluateVisitor_visitCssMediaRule___closure2, E._EvaluateVisitor_visitCssMediaRule_closure6, E._EvaluateVisitor_visitCssStyleRule_closure5, E._EvaluateVisitor_visitCssStyleRule__closure2, E._EvaluateVisitor_visitCssStyleRule_closure6, E._EvaluateVisitor_visitCssSupportsRule_closure5, E._EvaluateVisitor_visitCssSupportsRule__closure2, E._EvaluateVisitor_visitCssSupportsRule_closure6, E._EvaluateVisitor__performInterpolation_closure2, E._EvaluateVisitor__serialize_closure2, E._EvaluateVisitor__stackTrace_closure2, E._ImportedCssVisitor_visitCssAtRule_closure2, E._ImportedCssVisitor_visitCssMediaRule_closure2, E._ImportedCssVisitor_visitCssStyleRule_closure2, E._ImportedCssVisitor_visitCssSupportsRule_closure2, O.AsyncImportCache_canonicalize_closure0, O.AsyncImportCache__canonicalize_closure0, O.AsyncImportCache_importCanonical_closure0, O.AsyncImportCache_humanize_closure2, O.AsyncImportCache_humanize_closure3, O.AsyncImportCache_humanize_closure4, V.AtRootQueryParser_parse_closure0, Z.closure249, Z._closure34, Z._closure35, Q.BuiltInCallable$mixin_closure0, K.closure151, K.closure152, K.closure153, K.closure154, K.closure155, K.closure156, K.closure157, K.closure158, K.closure159, K.closure160, K.closure161, K.closure162, K.closure163, K.closure164, K.closure165, K.closure166, K.closure167, K.closure168, K.closure169, K.closure170, K.closure171, K.closure172, K.closure173, K.closure174, K.closure175, K.closure176, K._closure25, K.closure177, K.closure204, K.closure205, K.closure206, K.closure207, K._closure27, K.closure208, K.closure191, K.closure190, K.closure189, K.closure188, K.closure187, K.closure186, K.closure185, K.closure184, K.closure182, K.closure_getInRange2, K._closure24, K.closure181, K.closure_getScale0, K.closure_scaleValue0, K._closure23, K.closure180, K.closure_getInRange1, K._closure22, K.closure183, K.closure_hexString0, K._functionString_closure0, K._removedColorFunction_closure0, K._parseChannels_closure0, K.closure239, K.closure240, K.closure241, K.closure242, K.closure243, K.closure244, K.closure245, K.closure246, K.closure247, K.closure248, X.closure178, X.closure179, U._compileStylesheet_closure1, S.ComplexSelector_isInvisible_closure0, X.CompoundSelector_isInvisible_closure0, Q.closure213, V.EachRule_toString_closure0, O.Environment_importForwards_closure3, O.Environment_importForwards_closure4, O.Environment_importForwards_closure5, O.Environment_importForwards_closure6, O.Environment__getVariableFromGlobalModule_closure0, O.Environment_setVariable_closure2, O.Environment_setVariable_closure3, O.Environment_setVariable_closure4, O.Environment__getFunctionFromGlobalModule_closure0, O.Environment__getMixinFromGlobalModule_closure0, O._EnvironmentModule__EnvironmentModule_closure11, O._EnvironmentModule__EnvironmentModule_closure12, O._EnvironmentModule__EnvironmentModule_closure13, O._EnvironmentModule__EnvironmentModule_closure14, O._EnvironmentModule__EnvironmentModule_closure15, O._EnvironmentModule__EnvironmentModule_closure16, R._EvaluateVisitor_closure19, R._EvaluateVisitor_closure20, R._EvaluateVisitor_closure21, R._EvaluateVisitor_closure22, R._EvaluateVisitor_closure23, R._EvaluateVisitor_closure24, R._EvaluateVisitor_closure25, R._EvaluateVisitor_closure26, R._EvaluateVisitor__closure13, R._EvaluateVisitor_closure27, R._EvaluateVisitor__closure11, R._EvaluateVisitor__closure12, R._EvaluateVisitor_closure28, R._EvaluateVisitor__closure9, R._EvaluateVisitor__closure10, R._EvaluateVisitor_run_closure1, R._EvaluateVisitor__withWarnCallback_closure1, R._EvaluateVisitor__loadModule_closure1, R._EvaluateVisitor__execute_closure1, R._EvaluateVisitor__combineCss_closure5, R._EvaluateVisitor__combineCss_closure6, R._EvaluateVisitor__combineCss_closure7, R._EvaluateVisitor__extendModules_closure3, R._EvaluateVisitor__extendModules_closure4, R._EvaluateVisitor__topologicalModules_visitModule1, R._EvaluateVisitor_visitAtRootRule_closure5, R._EvaluateVisitor_visitAtRootRule_closure6, R._EvaluateVisitor_visitAtRootRule_closure7, R._EvaluateVisitor__scopeForAtRoot_closure11, R._EvaluateVisitor__scopeForAtRoot_closure12, R._EvaluateVisitor__scopeForAtRoot_closure13, R._EvaluateVisitor__scopeForAtRoot__closure1, R._EvaluateVisitor__scopeForAtRoot_closure14, R._EvaluateVisitor__scopeForAtRoot_closure15, R._EvaluateVisitor__scopeForAtRoot_closure16, R._EvaluateVisitor_visitContentRule_closure1, R._EvaluateVisitor_visitDeclaration_closure1, R._EvaluateVisitor_visitEachRule_closure5, R._EvaluateVisitor_visitEachRule_closure6, R._EvaluateVisitor_visitEachRule_closure7, R._EvaluateVisitor_visitEachRule__closure1, R._EvaluateVisitor_visitEachRule___closure1, R._EvaluateVisitor_visitExtendRule_closure1, R._EvaluateVisitor_visitAtRule_closure3, R._EvaluateVisitor_visitAtRule__closure1, R._EvaluateVisitor_visitAtRule_closure4, R._EvaluateVisitor_visitForRule_closure9, R._EvaluateVisitor_visitForRule_closure10, R._EvaluateVisitor_visitForRule_closure11, R._EvaluateVisitor_visitForRule_closure12, R._EvaluateVisitor_visitForRule_closure13, R._EvaluateVisitor_visitForRule__closure1, R._EvaluateVisitor_visitForwardRule_closure3, R._EvaluateVisitor_visitForwardRule_closure4, R._EvaluateVisitor__assertConfigurationIsEmpty_closure1, R._EvaluateVisitor_visitIfRule_closure1, R._EvaluateVisitor_visitIfRule__closure1, R._EvaluateVisitor__visitDynamicImport_closure1, R._EvaluateVisitor__visitDynamicImport__closure1, R._EvaluateVisitor_visitIncludeRule_closure5, R._EvaluateVisitor_visitIncludeRule_closure6, R._EvaluateVisitor_visitIncludeRule_closure7, R._EvaluateVisitor_visitIncludeRule__closure1, R._EvaluateVisitor_visitIncludeRule___closure1, R._EvaluateVisitor_visitIncludeRule____closure1, R._EvaluateVisitor_visitMediaRule_closure3, R._EvaluateVisitor_visitMediaRule__closure1, R._EvaluateVisitor_visitMediaRule___closure1, R._EvaluateVisitor_visitMediaRule_closure4, R._EvaluateVisitor__visitMediaQueries_closure1, R._EvaluateVisitor_visitStyleRule_closure13, R._EvaluateVisitor_visitStyleRule_closure14, R._EvaluateVisitor_visitStyleRule_closure15, R._EvaluateVisitor_visitStyleRule_closure16, R._EvaluateVisitor_visitStyleRule_closure17, R._EvaluateVisitor_visitStyleRule_closure18, R._EvaluateVisitor_visitStyleRule__closure1, R._EvaluateVisitor_visitStyleRule_closure19, R._EvaluateVisitor_visitSupportsRule_closure3, R._EvaluateVisitor_visitSupportsRule__closure1, R._EvaluateVisitor_visitSupportsRule_closure4, R._EvaluateVisitor_visitVariableDeclaration_closure5, R._EvaluateVisitor_visitVariableDeclaration_closure6, R._EvaluateVisitor_visitVariableDeclaration_closure7, R._EvaluateVisitor_visitUseRule_closure1, R._EvaluateVisitor_visitWarnRule_closure1, R._EvaluateVisitor_visitWhileRule_closure1, R._EvaluateVisitor_visitWhileRule__closure1, R._EvaluateVisitor_visitBinaryOperationExpression_closure1, R._EvaluateVisitor_visitVariableExpression_closure1, R._EvaluateVisitor_visitListExpression_closure1, R._EvaluateVisitor_visitFunctionExpression_closure3, R._EvaluateVisitor_visitFunctionExpression_closure4, R._EvaluateVisitor__runUserDefinedCallable_closure1, R._EvaluateVisitor__runUserDefinedCallable__closure1, R._EvaluateVisitor__runUserDefinedCallable___closure1, R._EvaluateVisitor__runUserDefinedCallable____closure1, R._EvaluateVisitor__runFunctionCallable_closure1, R._EvaluateVisitor__runBuiltInCallable_closure3, R._EvaluateVisitor__runBuiltInCallable_closure4, R._EvaluateVisitor__evaluateArguments_closure5, R._EvaluateVisitor__evaluateArguments_closure6, R._EvaluateVisitor__evaluateArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure8, R._EvaluateVisitor__evaluateMacroArguments_closure9, R._EvaluateVisitor__evaluateMacroArguments_closure10, R._EvaluateVisitor__addRestMap_closure3, R._EvaluateVisitor__addRestMap_closure4, R._EvaluateVisitor__verifyArguments_closure1, R._EvaluateVisitor_visitStringExpression_closure1, R._EvaluateVisitor_visitCssAtRule_closure3, R._EvaluateVisitor_visitCssAtRule_closure4, R._EvaluateVisitor_visitCssKeyframeBlock_closure3, R._EvaluateVisitor_visitCssKeyframeBlock_closure4, R._EvaluateVisitor_visitCssMediaRule_closure3, R._EvaluateVisitor_visitCssMediaRule__closure1, R._EvaluateVisitor_visitCssMediaRule___closure1, R._EvaluateVisitor_visitCssMediaRule_closure4, R._EvaluateVisitor_visitCssStyleRule_closure3, R._EvaluateVisitor_visitCssStyleRule__closure1, R._EvaluateVisitor_visitCssStyleRule_closure4, R._EvaluateVisitor_visitCssSupportsRule_closure3, R._EvaluateVisitor_visitCssSupportsRule__closure1, R._EvaluateVisitor_visitCssSupportsRule_closure4, R._EvaluateVisitor__performInterpolation_closure1, R._EvaluateVisitor__serialize_closure1, R._EvaluateVisitor__stackTrace_closure1, R._ImportedCssVisitor_visitCssAtRule_closure1, R._ImportedCssVisitor_visitCssMediaRule_closure1, R._ImportedCssVisitor_visitCssStyleRule_closure1, R._ImportedCssVisitor_visitCssSupportsRule_closure1, F.Extender__extendOrReplace_closure0, F.Extender_extensionsWhereTarget_closure0, F.Extender__registerSelector_closure0, F.Extender_addExtension_closure2, F.Extender_addExtension_closure3, F.Extender_addExtension_closure4, F.Extender__extendExistingExtensions_closure1, F.Extender__extendExistingExtensions_closure2, F.Extender_addExtensions_closure0, F.Extender_addExtensions__closure0, F.Extender_addExtensions___closure1, F.Extender_addExtensions___closure2, F.Extender__extendList_closure0, F.Extender__extendComplex_closure1, F.Extender__extendComplex_closure2, F.Extender__extendComplex__closure1, F.Extender__extendComplex__closure2, F.Extender__extendComplex___closure0, F.Extender__extendCompound_closure3, F.Extender__extendCompound_closure4, F.Extender__extendCompound__closure1, F.Extender__extendCompound__closure2, F.Extender__extendCompound_closure5, F.Extender__extendCompound_closure6, F.Extender__extendSimple_withoutPseudo0, F.Extender__extendSimple_closure0, F.Extender__extendPseudo_closure4, F.Extender__extendPseudo_closure5, F.Extender__extendPseudo_closure6, F.Extender__extendPseudo_closure7, F.Extender__extendPseudo_closure8, F.Extender__trim_closure1, F.Extender__trim_closure2, F.Extender_clone_closure0, L.ForwardRule__memberList_closure0, Y.unifyComplex_closure0, Y._weaveParents_closure6, Y._weaveParents_closure7, Y._weaveParents_closure8, Y._weaveParents__closure4, Y._weaveParents_closure9, Y._weaveParents_closure10, Y._weaveParents__closure3, Y._weaveParents_closure11, Y._weaveParents_closure12, Y._weaveParents__closure2, Y._mustUnify_closure0, Y._mustUnify__closure0, Y.paths_closure0, Y.paths__closure0, Y.paths___closure0, Y._hasRoot_closure0, Y.listIsSuperslector_closure0, Y.listIsSuperslector__closure0, Y._simpleIsSuperselectorOfCompound_closure0, Y._simpleIsSuperselectorOfCompound__closure0, Y._selectorPseudoIsSuperselector_closure6, Y._selectorPseudoIsSuperselector_closure7, Y._selectorPseudoIsSuperselector_closure8, Y._selectorPseudoIsSuperselector_closure9, Y._selectorPseudoIsSuperselector_closure10, Y._selectorPseudoIsSuperselector__closure0, Y._selectorPseudoIsSuperselector___closure1, Y._selectorPseudoIsSuperselector___closure2, Y._selectorPseudoIsSuperselector_closure11, Y._selectorPseudoIsSuperselector_closure12, Y._selectorPseudosNamed_closure0, Y.closure107, N.IDSelector_unify_closure0, V.IfRule_toString_closure0, V.IfClause$__closure0, V.IfClause$___closure0, F.NodeImporter__tryPath_closure, R.ImportCache_canonicalize_closure0, R.ImportCache__canonicalize_closure0, R.ImportCache_importCanonical_closure0, R.ImportCache_humanize_closure2, R.ImportCache_humanize_closure3, R.ImportCache_humanize_closure4, X.Interpolation_toString_closure0, F.realCasePath_closure0, E.KeyframeSelectorParser_parse_closure0, D.ListExpression_toString_closure0, D.closure150, D.closure149, D.closure148, D.closure147, D.closure146, D.closure145, D._closure19, D._closure20, D._closure21, D.closure144, D.closure142, D.closure143, D.SelectorList_isInvisible_closure0, D.SelectorList_asSassList_closure0, D.SelectorList_asSassList__closure0, D.SelectorList_unify_closure0, D.SelectorList_unify__closure0, D.SelectorList_unify___closure0, D.SelectorList_resolveParentSelectors_closure0, D.SelectorList_resolveParentSelectors__closure1, D.SelectorList_resolveParentSelectors__closure2, D.SelectorList__complexContainsParentSelector_closure0, D.SelectorList__complexContainsParentSelector__closure0, D.SelectorList__resolveParentSelectorsCompound_closure2, D.SelectorList__resolveParentSelectorsCompound_closure3, D.SelectorList__resolveParentSelectorsCompound_closure4, D.closure232, D._closure33, D.closure233, D.closure234, D.closure235, D.closure236, D.closure237, D.closure238, D.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A.closure141, A.closure140, A.closure138, A.closure139, A.closure137, A.closure136, A.closure135, A.closure225, A._closure31, A._closure32, A.closure226, A.closure227, A.closure228, A.closure229, A.closure230, A.closure231, A.SassMap_asList_closure0, K.closure133, K.closure199, K.closure132, K.closure131, K.closure130, K.closure134, K.closure197, K._closure26, K.closure196, K.closure195, K.closure193, K.closure203, K.closure202, K.closure201, K.closure200, K.closure198, K.closure194, K.closure192, K.closure126, K.closure125, K.closure127, K.closure129, K.closure128, K._numberFunction_closure0, F.MediaQueryParser_parse_closure0, Q.closure209, Q.closure210, Q.closure211, Q.closure212, Q._closure28, B._readFile_closure0, B.fileExists_closure0, B.dirExists_closure0, B.listDir_closure0, B.listDir__closure1, B.listDir__closure2, B.listDir_closure_list0, B.listDir__list_closure0, B._render_closure, B._render_closure0, B._render_closure1, B._parseFunctions_closure, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions____closure, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, B._parseImporter____closure, O.closure224, O._closure29, O._closure30, T.closure218, T.closure219, T.closure220, T.closure221, T.closure222, T.closure223, T._parseNumber_closure, T._parseNumber_closure0, T.SassNumber_valueInUnits_closure3, T.SassNumber_valueInUnits_closure4, T.SassNumber_valueInUnits_closure5, T.SassNumber_valueInUnits_closure6, T.SassNumber_modulo_closure0, T.SassNumber_plus_closure0, T.SassNumber_minus_closure0, T.SassNumber__multiplyUnits_closure3, T.SassNumber__multiplyUnits_closure4, T.SassNumber__multiplyUnits_closure5, T.SassNumber__multiplyUnits_closure6, T.SassNumber__areAnyConvertible_closure0, T.SassNumber__canonicalMultiplier_closure0, M.ParentStatement_closure0, M.ParentStatement__closure0, G.Parser__parseIdentifier_closure0, F._PrefixedKeys_iterator_closure0, U.main_printError, U.main_closure, U.SassParser_children_closure0, R._wrapMain_closure, R._wrapMain_closure0, T.closure121, T._closure16, T._closure17, T.closure120, T._closure14, T._closure15, T.__closure0, T.closure119, T.closure118, T.closure117, T.closure124, T.closure123, T._closure18, T.closure122, T.SelectorParser_parse_closure0, T.SelectorParser_parseCompoundSelector_closure0, N.serialize_closure0, N._SerializeVisitor_visitCssComment_closure0, N._SerializeVisitor_visitCssAtRule_closure0, N._SerializeVisitor_visitCssMediaRule_closure0, N._SerializeVisitor_visitCssImport_closure0, N._SerializeVisitor_visitCssImport__closure0, N._SerializeVisitor_visitCssKeyframeBlock_closure0, N._SerializeVisitor_visitCssStyleRule_closure0, N._SerializeVisitor_visitCssSupportsRule_closure0, N._SerializeVisitor_visitCssDeclaration_closure1, N._SerializeVisitor_visitCssDeclaration_closure2, N._SerializeVisitor_visitList_closure2, N._SerializeVisitor_visitList_closure3, N._SerializeVisitor_visitList_closure4, N._SerializeVisitor_visitMap_closure0, N._SerializeVisitor_visitSelectorList_closure0, N._SerializeVisitor__write_closure0, N._SerializeVisitor__visitChildren_closure0, D.SourceMapBuffer_sourceFiles_closure0, D.SourceMapBuffer__addEntry_closure0, D.SourceMapBuffer_buildSourceMap_closure0, D.closure116, D.closure115, D.closure111, D.closure110, D.closure109, D.closure108, D.closure114, D.closure113, D.closure112, D.closure214, D.closure215, D.closure216, D.closure217, V.StylesheetParser_parse_closure0, V.StylesheetParser_parse__closure1, V.StylesheetParser_parse__closure2, V.StylesheetParser_parseArgumentDeclaration_closure0, V.StylesheetParser__parseSingleProduction_closure0, V.StylesheetParser_parseSignature_closure, V.StylesheetParser__statement_closure0, V.StylesheetParser_variableDeclarationWithoutNamespace_closure1, V.StylesheetParser_variableDeclarationWithoutNamespace_closure2, V.StylesheetParser__declarationOrBuffer_closure1, V.StylesheetParser__declarationOrBuffer_closure2, V.StylesheetParser__styleRule_closure0, V.StylesheetParser__propertyOrVariableDeclaration_closure1, V.StylesheetParser__propertyOrVariableDeclaration_closure2, V.StylesheetParser__atRootRule_closure1, V.StylesheetParser__atRootRule_closure2, V.StylesheetParser__eachRule_closure0, V.StylesheetParser__functionRule_closure0, V.StylesheetParser__forRule_closure1, V.StylesheetParser__forRule_closure2, V.StylesheetParser__memberList_closure0, V.StylesheetParser__includeRule_closure0, V.StylesheetParser_mediaRule_closure0, V.StylesheetParser__mixinRule_closure0, V.StylesheetParser_mozDocumentRule_closure0, V.StylesheetParser_supportsRule_closure0, V.StylesheetParser__whileRule_closure0, V.StylesheetParser_unknownAtRule_closure0, V.StylesheetParser_expression_resetState0, V.StylesheetParser_expression_resolveOneOperation0, V.StylesheetParser_expression_resolveOperations0, V.StylesheetParser_expression_addSingleExpression0, V.StylesheetParser_expression_addOperator0, V.StylesheetParser_expression_resolveSpaceExpressions0, V.StylesheetParser__expressionUntilComma_closure0, V.StylesheetParser__unicodeRange_closure1, V.StylesheetParser__unicodeRange_closure2, V.StylesheetParser_identifierLike_closure0, V.StylesheetParser__expressionUntilComparison_closure0, V.StylesheetParser__publicIdentifier_closure0, R._UnprefixedKeys_iterator_closure1, R._UnprefixedKeys_iterator_closure2, B.resolveImportPath_closure1, B.resolveImportPath_closure2, B._tryPathAsDirectory_closure0, B._exactlyOne_closure0, B.forwardToString_closure, B.createClass_closure, B.indent_closure0, B.flattenVertically_closure1, B.flattenVertically_closure2, B.longestCommonSubsequence_closure2, B.longestCommonSubsequence_closure3, B.longestCommonSubsequence_closure4, B.longestCommonSubsequence_backtrack0, B.mapAddAll2_closure0, B.mapMapAsync_closure0, B.copyMapOfMap_closure0, B.copyMapOfList_closure0, N.withWarnCallback_closure0]);
|
|
85698
|
+
_inheritMany(H.Closure, [H._CastListBase_sort_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_functionNoSuchMethod_closure, H.unwrapException_saveStackTrace, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncComplete_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_length_closure, P.Stream_length_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__Uri$notSimple_closure, P._Uri__checkNonWindowsPathReservedCharacters_closure, P._Uri__makePath_closure, P._createTables_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, N.ArgParser_findByAbbreviation_closure, N.ArgParser_findByAbbreviation_closure0, G.Parser_parse_closure, G.Parser_setOption_closure, G.Usage_generate_closure, G.Usage_buildAllowedList_closure, L.StreamGroup_add_closure, L.StreamGroup_add_closure0, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, L.StreamGroup__onCancel_closure0, L.StreamGroup__listenToStream_closure, G.StreamQueue__ensureListening_closure, G.StreamQueue__ensureListening_closure1, G.StreamQueue__ensureListening_closure0, Q.closure106, B.ReplAdapter_runAsync_closure, Y.mapMap_closure, Y.mapMap_closure0, Y.mapMap_closure1, Y.groupBy_closure, B.defaultCompare_closure, M.Context_join_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath_normalize_closure, X.ParsedPath__splitExtension_closure, X.ParsedPath__splitExtension_closure0, K.PathMap__create_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, L.ForwardRule__memberList_closure, V.IfRule_toString_closure, V.IfClause$__closure, V.IfClause$___closure, M.ParentStatement_closure, M.ParentStatement__closure, S.ComplexSelector_isInvisible_closure, X.CompoundSelector_isInvisible_closure, N.IDSelector_unify_closure, D.SelectorList_isInvisible_closure, D.SelectorList_asSassList_closure, D.SelectorList_asSassList__closure, D.SelectorList_unify_closure, D.SelectorList_unify__closure, D.SelectorList_unify___closure, D.SelectorList_resolveParentSelectors_closure, D.SelectorList_resolveParentSelectors__closure, D.SelectorList_resolveParentSelectors__closure0, D.SelectorList__complexContainsParentSelector_closure, D.SelectorList__complexContainsParentSelector__closure, D.SelectorList__resolveParentSelectorsCompound_closure, D.SelectorList__resolveParentSelectorsCompound_closure0, D.SelectorList__resolveParentSelectorsCompound_closure1, X._compileStylesheet_closure0, Q.AsyncEnvironment_importForwards_closure, Q.AsyncEnvironment_importForwards_closure0, Q.AsyncEnvironment_importForwards_closure1, Q.AsyncEnvironment_importForwards_closure2, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment_setVariable_closure1, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q._EnvironmentModule__EnvironmentModule_closure5, Q._EnvironmentModule__EnvironmentModule_closure6, Q._EnvironmentModule__EnvironmentModule_closure7, Q._EnvironmentModule__EnvironmentModule_closure8, Q._EnvironmentModule__EnvironmentModule_closure9, Q._EnvironmentModule__EnvironmentModule_closure10, O.AsyncImportCache_canonicalize_closure, O.AsyncImportCache__canonicalize_closure, O.AsyncImportCache_importCanonical_closure, O.AsyncImportCache_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable$mixin_closure, Q.BuiltInCallable$mixin_closure, X.closure70, X.closure71, U._compileStylesheet_closure, O.Environment_importForwards_closure, O.Environment_importForwards_closure0, O.Environment_importForwards_closure1, O.Environment_importForwards_closure2, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure, O.Environment_setVariable_closure0, O.Environment_setVariable_closure1, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O._EnvironmentModule__EnvironmentModule_closure, O._EnvironmentModule__EnvironmentModule_closure0, O._EnvironmentModule__EnvironmentModule_closure1, O._EnvironmentModule__EnvironmentModule_closure2, O._EnvironmentModule__EnvironmentModule_closure3, O._EnvironmentModule__EnvironmentModule_closure4, D._writeSourceMap_closure, B.ExecutableOptions_closure, B.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A._Watcher__debounceEvents__closure, F.Extender_extensionsWhereTarget_closure, F.Extender__registerSelector_closure, F.Extender_addExtension_closure, F.Extender_addExtension_closure0, F.Extender_addExtension_closure1, F.Extender__extendExistingExtensions_closure, F.Extender__extendExistingExtensions_closure0, F.Extender_addExtensions_closure, F.Extender_addExtensions__closure, F.Extender_addExtensions___closure, F.Extender_addExtensions___closure0, F.Extender__extendList_closure, F.Extender__extendComplex_closure, F.Extender__extendComplex_closure0, F.Extender__extendComplex__closure, F.Extender__extendComplex__closure0, F.Extender__extendComplex___closure, F.Extender__extendCompound_closure, F.Extender__extendCompound_closure0, F.Extender__extendCompound__closure, F.Extender__extendCompound__closure0, F.Extender__extendCompound_closure1, F.Extender__extendCompound_closure2, F.Extender__extendSimple_withoutPseudo, F.Extender__extendSimple_closure, F.Extender__extendPseudo_closure, F.Extender__extendPseudo_closure0, F.Extender__extendPseudo_closure1, F.Extender__extendPseudo_closure2, F.Extender__extendPseudo_closure3, F.Extender__trim_closure, F.Extender__trim_closure0, F.Extender_clone_closure, Y.unifyComplex_closure, Y._weaveParents_closure, Y._weaveParents_closure0, Y._weaveParents_closure1, Y._weaveParents__closure1, Y._weaveParents_closure2, Y._weaveParents_closure3, Y._weaveParents__closure0, Y._weaveParents_closure4, Y._weaveParents_closure5, Y._weaveParents__closure, Y._mustUnify_closure, Y._mustUnify__closure, Y.paths_closure, Y.paths__closure, Y.paths___closure, Y._hasRoot_closure, Y.listIsSuperslector_closure, Y.listIsSuperslector__closure, Y._simpleIsSuperselectorOfCompound_closure, Y._simpleIsSuperselectorOfCompound__closure, Y._selectorPseudoIsSuperselector_closure, Y._selectorPseudoIsSuperselector_closure0, Y._selectorPseudoIsSuperselector_closure1, Y._selectorPseudoIsSuperselector_closure2, Y._selectorPseudoIsSuperselector_closure3, Y._selectorPseudoIsSuperselector__closure, Y._selectorPseudoIsSuperselector___closure, Y._selectorPseudoIsSuperselector___closure0, Y._selectorPseudoIsSuperselector_closure4, Y._selectorPseudoIsSuperselector_closure5, Y._selectorPseudosNamed_closure, Y.closure, K.closure43, K.closure44, K.closure45, K.closure46, K.closure47, K.closure48, K.closure49, K.closure50, K.closure51, K.closure52, K.closure53, K.closure54, K.closure55, K.closure56, K.closure57, K.closure58, K.closure59, K.closure60, K.closure61, K.closure62, K.closure63, K.closure64, K.closure65, K.closure66, K.closure67, K.closure68, K._closure10, K.closure69, K.closure96, K.closure97, K.closure98, K.closure99, K._closure12, K.closure100, K.closure83, K.closure82, K.closure81, K.closure80, K.closure79, K.closure78, K.closure77, K.closure76, K.closure74, K.closure_getInRange0, K._closure9, K.closure73, K.closure_getScale, K.closure_scaleValue, K._closure8, K.closure72, K.closure_getInRange, K._closure7, K.closure75, K.closure_hexString, K._functionString_closure, K._removedColorFunction_closure, K._parseChannels_closure, D.closure42, D.closure41, D.closure40, D.closure39, D.closure38, D.closure37, D._closure4, D._closure5, D._closure6, D.closure36, D.closure34, D.closure35, A.closure33, A.closure32, A.closure30, A.closure31, A.closure29, A.closure28, A.closure27, K.closure25, K.closure91, K.closure24, K.closure23, K.closure22, K.closure26, K.closure89, K._closure11, K.closure88, K.closure87, K.closure85, K.closure95, K.closure94, K.closure93, K.closure92, K.closure90, K.closure86, K.closure84, K.closure18, K.closure17, K.closure19, K.closure21, K.closure20, K._numberFunction_closure, Q.closure101, Q.closure102, Q.closure103, Q.closure104, Q._closure13, T.closure13, T._closure1, T._closure2, T.closure12, T._closure, T._closure0, T.__closure, T.closure11, T.closure10, T.closure9, T.closure16, T.closure15, T._closure3, T.closure14, D.closure8, D.closure7, D.closure3, D.closure2, D.closure1, D.closure0, D.closure6, D.closure5, D.closure4, R.ImportCache_canonicalize_closure, R.ImportCache__canonicalize_closure, R.ImportCache_importCanonical_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, B.resolveImportPath_closure, B.resolveImportPath_closure0, B._tryPathAsDirectory_closure, B._exactlyOne_closure, F.realCasePath_closure, B._readFile_closure, B.writeFile_closure, B.deleteFile_closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.fileExists_closure, B.dirExists_closure, B.ensureDir_closure, B.listDir_closure, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.modificationTime_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, B.watchDir_closure3, B.watchDir__closure, V.AtRootQueryParser_parse_closure, Q.closure105, E.KeyframeSelectorParser_parse_closure, F.MediaQueryParser_parse_closure, G.Parser__parseIdentifier_closure, U.SassParser_children_closure, T.SelectorParser_parse_closure, T.SelectorParser_parseCompoundSelector_closure, V.StylesheetParser_parse_closure, V.StylesheetParser_parse__closure, V.StylesheetParser_parse__closure0, V.StylesheetParser_parseArgumentDeclaration_closure, V.StylesheetParser_parseVariableDeclaration_closure, V.StylesheetParser_parseUseRule_closure, V.StylesheetParser__parseSingleProduction_closure, V.StylesheetParser__statement_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure0, V.StylesheetParser__declarationOrBuffer_closure, V.StylesheetParser__declarationOrBuffer_closure0, V.StylesheetParser__styleRule_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure0, V.StylesheetParser__atRootRule_closure, V.StylesheetParser__atRootRule_closure0, V.StylesheetParser__eachRule_closure, V.StylesheetParser__functionRule_closure, V.StylesheetParser__forRule_closure, V.StylesheetParser__forRule_closure0, V.StylesheetParser__memberList_closure, V.StylesheetParser__includeRule_closure, V.StylesheetParser_mediaRule_closure, V.StylesheetParser__mixinRule_closure, V.StylesheetParser_mozDocumentRule_closure, V.StylesheetParser_supportsRule_closure, V.StylesheetParser__whileRule_closure, V.StylesheetParser_unknownAtRule_closure, V.StylesheetParser_expression_resetState, V.StylesheetParser_expression_resolveOneOperation, V.StylesheetParser_expression_resolveOperations, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser_expression_resolveSpaceExpressions, V.StylesheetParser__expressionUntilComma_closure, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_identifierLike_closure, V.StylesheetParser__expressionUntilComparison_closure, V.StylesheetParser__publicIdentifier_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, M.StylesheetGraph__add_closure, M.StylesheetGraph_addCanonical_closure, M.StylesheetGraph_reload_closure, M.StylesheetGraph__recanonicalizeImportsForNode_closure, M.StylesheetGraph__nodeFor_closure, M.StylesheetGraph__nodeFor_closure0, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer_sourceFiles_closure, D.SourceMapBuffer__addEntry_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.flattenVertically_closure, B.flattenVertically_closure0, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_closure1, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, B.mapMapAsync_closure, B.copyMapOfMap_closure, B.copyMapOfList_closure, D.SassList_isBlank_closure, A.SassMap_asList_closure, T.SassNumber_valueInUnits_closure, T.SassNumber_valueInUnits_closure0, T.SassNumber_valueInUnits_closure1, T.SassNumber_valueInUnits_closure2, T.SassNumber_modulo_closure, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber__multiplyUnits_closure, T.SassNumber__multiplyUnits_closure0, T.SassNumber__multiplyUnits_closure1, T.SassNumber__multiplyUnits_closure2, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalMultiplier_closure, E._EvaluateVisitor_closure9, E._EvaluateVisitor_closure10, E._EvaluateVisitor_closure11, E._EvaluateVisitor_closure12, E._EvaluateVisitor_closure13, E._EvaluateVisitor_closure14, E._EvaluateVisitor_closure15, E._EvaluateVisitor_closure16, E._EvaluateVisitor__closure8, E._EvaluateVisitor_closure17, E._EvaluateVisitor__closure6, E._EvaluateVisitor__closure7, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure4, E._EvaluateVisitor__closure5, E._EvaluateVisitor_run_closure0, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__loadModule_closure0, E._EvaluateVisitor__execute_closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__extendModules_closure2, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor_visitAtRootRule_closure2, E._EvaluateVisitor_visitAtRootRule_closure3, E._EvaluateVisitor_visitAtRootRule_closure4, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot__closure0, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitContentRule_closure0, E._EvaluateVisitor_visitDeclaration_closure0, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule_closure4, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitExtendRule_closure0, E._EvaluateVisitor_visitAtRule_closure1, E._EvaluateVisitor_visitAtRule__closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitForRule_closure4, E._EvaluateVisitor_visitForRule_closure5, E._EvaluateVisitor_visitForRule_closure6, E._EvaluateVisitor_visitForRule_closure7, E._EvaluateVisitor_visitForRule_closure8, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure1, E._EvaluateVisitor_visitForwardRule_closure2, E._EvaluateVisitor__assertConfigurationIsEmpty_closure0, E._EvaluateVisitor_visitIfRule_closure0, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport_closure0, E._EvaluateVisitor__visitDynamicImport__closure0, E._EvaluateVisitor_visitIncludeRule_closure2, E._EvaluateVisitor_visitIncludeRule_closure3, E._EvaluateVisitor_visitIncludeRule_closure4, E._EvaluateVisitor_visitIncludeRule__closure0, E._EvaluateVisitor_visitIncludeRule___closure0, E._EvaluateVisitor_visitIncludeRule____closure0, E._EvaluateVisitor_visitMediaRule_closure1, E._EvaluateVisitor_visitMediaRule__closure0, E._EvaluateVisitor_visitMediaRule___closure0, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor__visitMediaQueries_closure0, E._EvaluateVisitor_visitStyleRule_closure6, E._EvaluateVisitor_visitStyleRule_closure7, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure9, E._EvaluateVisitor_visitStyleRule_closure10, E._EvaluateVisitor_visitStyleRule_closure11, E._EvaluateVisitor_visitStyleRule__closure0, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure1, E._EvaluateVisitor_visitSupportsRule__closure0, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure3, E._EvaluateVisitor_visitVariableDeclaration_closure4, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWarnRule_closure0, E._EvaluateVisitor_visitWhileRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure0, E._EvaluateVisitor_visitVariableExpression_closure0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor_visitFunctionExpression_closure1, E._EvaluateVisitor_visitFunctionExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable_closure0, E._EvaluateVisitor__runUserDefinedCallable__closure0, E._EvaluateVisitor__runUserDefinedCallable___closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runFunctionCallable_closure0, E._EvaluateVisitor__runBuiltInCallable_closure1, E._EvaluateVisitor__runBuiltInCallable_closure2, E._EvaluateVisitor__evaluateArguments_closure2, E._EvaluateVisitor__evaluateArguments_closure3, E._EvaluateVisitor__evaluateArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor__addRestMap_closure1, E._EvaluateVisitor__addRestMap_closure2, E._EvaluateVisitor__verifyArguments_closure0, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure1, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure1, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure1, E._EvaluateVisitor_visitCssMediaRule__closure0, E._EvaluateVisitor_visitCssMediaRule___closure0, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssStyleRule_closure1, E._EvaluateVisitor_visitCssStyleRule__closure0, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure1, E._EvaluateVisitor_visitCssSupportsRule__closure0, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__serialize_closure0, E._EvaluateVisitor__stackTrace_closure0, E._ImportedCssVisitor_visitCssAtRule_closure0, E._ImportedCssVisitor_visitCssMediaRule_closure0, E._ImportedCssVisitor_visitCssStyleRule_closure0, E._ImportedCssVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor_closure, R._EvaluateVisitor_closure0, R._EvaluateVisitor_closure1, R._EvaluateVisitor_closure2, R._EvaluateVisitor_closure3, R._EvaluateVisitor_closure4, R._EvaluateVisitor_closure5, R._EvaluateVisitor_closure6, R._EvaluateVisitor__closure3, R._EvaluateVisitor_closure7, R._EvaluateVisitor__closure1, R._EvaluateVisitor__closure2, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure, R._EvaluateVisitor__closure0, R._EvaluateVisitor_run_closure, R._EvaluateVisitor_runExpression_closure, R._EvaluateVisitor_runExpression__closure, R._EvaluateVisitor_runStatement_closure, R._EvaluateVisitor_runStatement__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__loadModule_closure, R._EvaluateVisitor__execute_closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__extendModules_closure0, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor_visitAtRootRule_closure, R._EvaluateVisitor_visitAtRootRule_closure0, R._EvaluateVisitor_visitAtRootRule_closure1, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot__closure, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitContentRule_closure, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule_closure1, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitExtendRule_closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule__closure, R._EvaluateVisitor_visitAtRule_closure0, R._EvaluateVisitor_visitForRule_closure, R._EvaluateVisitor_visitForRule_closure0, R._EvaluateVisitor_visitForRule_closure1, R._EvaluateVisitor_visitForRule_closure2, R._EvaluateVisitor_visitForRule_closure3, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitForwardRule_closure0, R._EvaluateVisitor__assertConfigurationIsEmpty_closure, R._EvaluateVisitor_visitIfRule_closure, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport_closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor_visitIncludeRule_closure, R._EvaluateVisitor_visitIncludeRule_closure0, R._EvaluateVisitor_visitIncludeRule_closure1, R._EvaluateVisitor_visitIncludeRule__closure, R._EvaluateVisitor_visitIncludeRule___closure, R._EvaluateVisitor_visitIncludeRule____closure, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule__closure, R._EvaluateVisitor_visitMediaRule___closure, R._EvaluateVisitor_visitMediaRule_closure0, R._EvaluateVisitor__visitMediaQueries_closure, R._EvaluateVisitor_visitStyleRule_closure, R._EvaluateVisitor_visitStyleRule_closure0, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure2, R._EvaluateVisitor_visitStyleRule_closure3, R._EvaluateVisitor_visitStyleRule_closure4, R._EvaluateVisitor_visitStyleRule__closure, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure, R._EvaluateVisitor_visitSupportsRule__closure, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure, R._EvaluateVisitor_visitVariableDeclaration_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure1, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWarnRule_closure, R._EvaluateVisitor_visitWhileRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure, R._EvaluateVisitor_visitVariableExpression_closure, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure0, R._EvaluateVisitor__runUserDefinedCallable_closure, R._EvaluateVisitor__runUserDefinedCallable__closure, R._EvaluateVisitor__runUserDefinedCallable___closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runFunctionCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure0, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateArguments_closure0, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor__addRestMap_closure, R._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__verifyArguments_closure, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule__closure, R._EvaluateVisitor_visitCssMediaRule___closure, R._EvaluateVisitor_visitCssMediaRule_closure0, R._EvaluateVisitor_visitCssStyleRule_closure, R._EvaluateVisitor_visitCssStyleRule__closure, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure, R._EvaluateVisitor_visitCssSupportsRule__closure, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__serialize_closure, R._EvaluateVisitor__stackTrace_closure, R._ImportedCssVisitor_visitCssAtRule_closure, R._ImportedCssVisitor_visitCssMediaRule_closure, R._ImportedCssVisitor_visitCssStyleRule_closure, R._ImportedCssVisitor_visitCssSupportsRule_closure, N.serialize_closure, N._SerializeVisitor_visitCssComment_closure, N._SerializeVisitor_visitCssAtRule_closure, N._SerializeVisitor_visitCssMediaRule_closure, N._SerializeVisitor_visitCssImport_closure, N._SerializeVisitor_visitCssImport__closure, N._SerializeVisitor_visitCssKeyframeBlock_closure, N._SerializeVisitor_visitCssStyleRule_closure, N._SerializeVisitor_visitCssSupportsRule_closure, N._SerializeVisitor_visitCssDeclaration_closure, N._SerializeVisitor_visitCssDeclaration_closure0, N._SerializeVisitor_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, N._SerializeVisitor__write_closure, N._SerializeVisitor__visitChildren_closure, N.withWarnCallback_closure, T.SingleMapping_SingleMapping$fromEntries_closure, T.SingleMapping_SingleMapping$fromEntries_closure0, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, T.SingleMapping_toJson_closure0, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter_highlight_closure0, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$parseV8_closure_parseLocation, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, T.LazyTrace_terse_closure, Y.Trace_Trace$from_closure, Y.Trace__parseVM_closure, Y.Trace$parseV8_closure, Y.Trace$parseV8_closure0, Y.Trace$parseJSCore_closure, Y.Trace$parseJSCore_closure0, Y.Trace$parseFirefox_closure, Y.Trace$parseFirefox_closure0, Y.Trace$parseFriendly_closure, Y.Trace$parseFriendly_closure0, Y.Trace_terse_closure, Y.Trace_foldFrames_closure, Y.Trace_foldFrames_closure0, Y.Trace_toString_closure0, Y.Trace_toString_closure, L._StreamTransformer_bind_closure, L._StreamTransformer_bind__closure, L._StreamTransformer_bind__closure1, L._StreamTransformer_bind__closure0, L._StreamTransformer_bind__closure2, R._debounceAggregate_closure, R._debounceAggregate__closure, R._debounceAggregate_closure0, B.ArgumentDeclaration_verify_closure1, B.ArgumentDeclaration_verify_closure2, S.AsyncBuiltInCallable$mixin_closure0, X._compileStylesheet_closure2, Q.AsyncEnvironment_importForwards_closure3, Q.AsyncEnvironment_importForwards_closure4, Q.AsyncEnvironment_importForwards_closure5, Q.AsyncEnvironment_importForwards_closure6, Q.AsyncEnvironment__getVariableFromGlobalModule_closure0, Q.AsyncEnvironment_setVariable_closure2, Q.AsyncEnvironment_setVariable_closure3, Q.AsyncEnvironment_setVariable_closure4, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure0, Q.AsyncEnvironment__getMixinFromGlobalModule_closure0, Q._EnvironmentModule__EnvironmentModule_closure17, Q._EnvironmentModule__EnvironmentModule_closure18, Q._EnvironmentModule__EnvironmentModule_closure19, Q._EnvironmentModule__EnvironmentModule_closure20, Q._EnvironmentModule__EnvironmentModule_closure21, Q._EnvironmentModule__EnvironmentModule_closure22, E._EvaluateVisitor_closure29, E._EvaluateVisitor_closure30, E._EvaluateVisitor_closure31, E._EvaluateVisitor_closure32, E._EvaluateVisitor_closure33, E._EvaluateVisitor_closure34, E._EvaluateVisitor_closure35, E._EvaluateVisitor_closure36, E._EvaluateVisitor__closure18, E._EvaluateVisitor_closure37, E._EvaluateVisitor__closure16, E._EvaluateVisitor__closure17, E._EvaluateVisitor_closure38, E._EvaluateVisitor__closure14, E._EvaluateVisitor__closure15, E._EvaluateVisitor_run_closure2, E._EvaluateVisitor__withWarnCallback_closure2, E._EvaluateVisitor__loadModule_closure2, E._EvaluateVisitor__execute_closure2, E._EvaluateVisitor__combineCss_closure8, E._EvaluateVisitor__combineCss_closure9, E._EvaluateVisitor__combineCss_closure10, E._EvaluateVisitor__extendModules_closure5, E._EvaluateVisitor__extendModules_closure6, E._EvaluateVisitor__topologicalModules_visitModule2, E._EvaluateVisitor_visitAtRootRule_closure8, E._EvaluateVisitor_visitAtRootRule_closure9, E._EvaluateVisitor_visitAtRootRule_closure10, E._EvaluateVisitor__scopeForAtRoot_closure17, E._EvaluateVisitor__scopeForAtRoot_closure18, E._EvaluateVisitor__scopeForAtRoot_closure19, E._EvaluateVisitor__scopeForAtRoot__closure2, E._EvaluateVisitor__scopeForAtRoot_closure20, E._EvaluateVisitor__scopeForAtRoot_closure21, E._EvaluateVisitor__scopeForAtRoot_closure22, E._EvaluateVisitor_visitContentRule_closure2, E._EvaluateVisitor_visitDeclaration_closure2, E._EvaluateVisitor_visitEachRule_closure8, E._EvaluateVisitor_visitEachRule_closure9, E._EvaluateVisitor_visitEachRule_closure10, E._EvaluateVisitor_visitEachRule__closure2, E._EvaluateVisitor_visitEachRule___closure2, E._EvaluateVisitor_visitExtendRule_closure2, E._EvaluateVisitor_visitAtRule_closure5, E._EvaluateVisitor_visitAtRule__closure2, E._EvaluateVisitor_visitAtRule_closure6, E._EvaluateVisitor_visitForRule_closure14, E._EvaluateVisitor_visitForRule_closure15, E._EvaluateVisitor_visitForRule_closure16, E._EvaluateVisitor_visitForRule_closure17, E._EvaluateVisitor_visitForRule_closure18, E._EvaluateVisitor_visitForRule__closure2, E._EvaluateVisitor_visitForwardRule_closure5, E._EvaluateVisitor_visitForwardRule_closure6, E._EvaluateVisitor__assertConfigurationIsEmpty_closure2, E._EvaluateVisitor_visitIfRule_closure2, E._EvaluateVisitor_visitIfRule__closure2, E._EvaluateVisitor__visitDynamicImport_closure2, E._EvaluateVisitor__visitDynamicImport__closure2, E._EvaluateVisitor_visitIncludeRule_closure8, E._EvaluateVisitor_visitIncludeRule_closure9, E._EvaluateVisitor_visitIncludeRule_closure10, E._EvaluateVisitor_visitIncludeRule__closure2, E._EvaluateVisitor_visitIncludeRule___closure2, E._EvaluateVisitor_visitIncludeRule____closure2, E._EvaluateVisitor_visitMediaRule_closure5, E._EvaluateVisitor_visitMediaRule__closure2, E._EvaluateVisitor_visitMediaRule___closure2, E._EvaluateVisitor_visitMediaRule_closure6, E._EvaluateVisitor__visitMediaQueries_closure2, E._EvaluateVisitor_visitStyleRule_closure20, E._EvaluateVisitor_visitStyleRule_closure21, E._EvaluateVisitor_visitStyleRule_closure22, E._EvaluateVisitor_visitStyleRule_closure23, E._EvaluateVisitor_visitStyleRule_closure24, E._EvaluateVisitor_visitStyleRule_closure25, E._EvaluateVisitor_visitStyleRule__closure2, E._EvaluateVisitor_visitStyleRule_closure26, E._EvaluateVisitor_visitSupportsRule_closure5, E._EvaluateVisitor_visitSupportsRule__closure2, E._EvaluateVisitor_visitSupportsRule_closure6, E._EvaluateVisitor_visitVariableDeclaration_closure8, E._EvaluateVisitor_visitVariableDeclaration_closure9, E._EvaluateVisitor_visitVariableDeclaration_closure10, E._EvaluateVisitor_visitUseRule_closure2, E._EvaluateVisitor_visitWarnRule_closure2, E._EvaluateVisitor_visitWhileRule_closure2, E._EvaluateVisitor_visitWhileRule__closure2, E._EvaluateVisitor_visitBinaryOperationExpression_closure2, E._EvaluateVisitor_visitVariableExpression_closure2, E._EvaluateVisitor_visitListExpression_closure2, E._EvaluateVisitor_visitFunctionExpression_closure5, E._EvaluateVisitor_visitFunctionExpression_closure6, E._EvaluateVisitor__runUserDefinedCallable_closure2, E._EvaluateVisitor__runUserDefinedCallable__closure2, E._EvaluateVisitor__runUserDefinedCallable___closure2, E._EvaluateVisitor__runUserDefinedCallable____closure2, E._EvaluateVisitor__runFunctionCallable_closure2, E._EvaluateVisitor__runBuiltInCallable_closure5, E._EvaluateVisitor__runBuiltInCallable_closure6, E._EvaluateVisitor__evaluateArguments_closure8, E._EvaluateVisitor__evaluateArguments_closure9, E._EvaluateVisitor__evaluateArguments_closure10, E._EvaluateVisitor__evaluateMacroArguments_closure11, E._EvaluateVisitor__evaluateMacroArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure13, E._EvaluateVisitor__evaluateMacroArguments_closure14, E._EvaluateVisitor__addRestMap_closure5, E._EvaluateVisitor__addRestMap_closure6, E._EvaluateVisitor__verifyArguments_closure2, E._EvaluateVisitor_visitStringExpression_closure2, E._EvaluateVisitor_visitCssAtRule_closure5, E._EvaluateVisitor_visitCssAtRule_closure6, E._EvaluateVisitor_visitCssKeyframeBlock_closure5, E._EvaluateVisitor_visitCssKeyframeBlock_closure6, E._EvaluateVisitor_visitCssMediaRule_closure5, E._EvaluateVisitor_visitCssMediaRule__closure2, E._EvaluateVisitor_visitCssMediaRule___closure2, E._EvaluateVisitor_visitCssMediaRule_closure6, E._EvaluateVisitor_visitCssStyleRule_closure5, E._EvaluateVisitor_visitCssStyleRule__closure2, E._EvaluateVisitor_visitCssStyleRule_closure6, E._EvaluateVisitor_visitCssSupportsRule_closure5, E._EvaluateVisitor_visitCssSupportsRule__closure2, E._EvaluateVisitor_visitCssSupportsRule_closure6, E._EvaluateVisitor__performInterpolation_closure2, E._EvaluateVisitor__serialize_closure2, E._EvaluateVisitor__stackTrace_closure2, E._ImportedCssVisitor_visitCssAtRule_closure2, E._ImportedCssVisitor_visitCssMediaRule_closure2, E._ImportedCssVisitor_visitCssStyleRule_closure2, E._ImportedCssVisitor_visitCssSupportsRule_closure2, O.AsyncImportCache_canonicalize_closure0, O.AsyncImportCache__canonicalize_closure0, O.AsyncImportCache_importCanonical_closure0, O.AsyncImportCache_humanize_closure2, O.AsyncImportCache_humanize_closure3, O.AsyncImportCache_humanize_closure4, V.AtRootQueryParser_parse_closure0, Z.closure249, Z._closure34, Z._closure35, Q.BuiltInCallable$mixin_closure0, K.closure151, K.closure152, K.closure153, K.closure154, K.closure155, K.closure156, K.closure157, K.closure158, K.closure159, K.closure160, K.closure161, K.closure162, K.closure163, K.closure164, K.closure165, K.closure166, K.closure167, K.closure168, K.closure169, K.closure170, K.closure171, K.closure172, K.closure173, K.closure174, K.closure175, K.closure176, K._closure25, K.closure177, K.closure204, K.closure205, K.closure206, K.closure207, K._closure27, K.closure208, K.closure191, K.closure190, K.closure189, K.closure188, K.closure187, K.closure186, K.closure185, K.closure184, K.closure182, K.closure_getInRange2, K._closure24, K.closure181, K.closure_getScale0, K.closure_scaleValue0, K._closure23, K.closure180, K.closure_getInRange1, K._closure22, K.closure183, K.closure_hexString0, K._functionString_closure0, K._removedColorFunction_closure0, K._parseChannels_closure0, K.closure239, K.closure240, K.closure241, K.closure242, K.closure243, K.closure244, K.closure245, K.closure246, K.closure247, K.closure248, X.closure178, X.closure179, U._compileStylesheet_closure1, S.ComplexSelector_isInvisible_closure0, X.CompoundSelector_isInvisible_closure0, Q.closure213, V.EachRule_toString_closure0, O.Environment_importForwards_closure3, O.Environment_importForwards_closure4, O.Environment_importForwards_closure5, O.Environment_importForwards_closure6, O.Environment__getVariableFromGlobalModule_closure0, O.Environment_setVariable_closure2, O.Environment_setVariable_closure3, O.Environment_setVariable_closure4, O.Environment__getFunctionFromGlobalModule_closure0, O.Environment__getMixinFromGlobalModule_closure0, O._EnvironmentModule__EnvironmentModule_closure11, O._EnvironmentModule__EnvironmentModule_closure12, O._EnvironmentModule__EnvironmentModule_closure13, O._EnvironmentModule__EnvironmentModule_closure14, O._EnvironmentModule__EnvironmentModule_closure15, O._EnvironmentModule__EnvironmentModule_closure16, R._EvaluateVisitor_closure19, R._EvaluateVisitor_closure20, R._EvaluateVisitor_closure21, R._EvaluateVisitor_closure22, R._EvaluateVisitor_closure23, R._EvaluateVisitor_closure24, R._EvaluateVisitor_closure25, R._EvaluateVisitor_closure26, R._EvaluateVisitor__closure13, R._EvaluateVisitor_closure27, R._EvaluateVisitor__closure11, R._EvaluateVisitor__closure12, R._EvaluateVisitor_closure28, R._EvaluateVisitor__closure9, R._EvaluateVisitor__closure10, R._EvaluateVisitor_run_closure1, R._EvaluateVisitor__withWarnCallback_closure1, R._EvaluateVisitor__loadModule_closure1, R._EvaluateVisitor__execute_closure1, R._EvaluateVisitor__combineCss_closure5, R._EvaluateVisitor__combineCss_closure6, R._EvaluateVisitor__combineCss_closure7, R._EvaluateVisitor__extendModules_closure3, R._EvaluateVisitor__extendModules_closure4, R._EvaluateVisitor__topologicalModules_visitModule1, R._EvaluateVisitor_visitAtRootRule_closure5, R._EvaluateVisitor_visitAtRootRule_closure6, R._EvaluateVisitor_visitAtRootRule_closure7, R._EvaluateVisitor__scopeForAtRoot_closure11, R._EvaluateVisitor__scopeForAtRoot_closure12, R._EvaluateVisitor__scopeForAtRoot_closure13, R._EvaluateVisitor__scopeForAtRoot__closure1, R._EvaluateVisitor__scopeForAtRoot_closure14, R._EvaluateVisitor__scopeForAtRoot_closure15, R._EvaluateVisitor__scopeForAtRoot_closure16, R._EvaluateVisitor_visitContentRule_closure1, R._EvaluateVisitor_visitDeclaration_closure1, R._EvaluateVisitor_visitEachRule_closure5, R._EvaluateVisitor_visitEachRule_closure6, R._EvaluateVisitor_visitEachRule_closure7, R._EvaluateVisitor_visitEachRule__closure1, R._EvaluateVisitor_visitEachRule___closure1, R._EvaluateVisitor_visitExtendRule_closure1, R._EvaluateVisitor_visitAtRule_closure3, R._EvaluateVisitor_visitAtRule__closure1, R._EvaluateVisitor_visitAtRule_closure4, R._EvaluateVisitor_visitForRule_closure9, R._EvaluateVisitor_visitForRule_closure10, R._EvaluateVisitor_visitForRule_closure11, R._EvaluateVisitor_visitForRule_closure12, R._EvaluateVisitor_visitForRule_closure13, R._EvaluateVisitor_visitForRule__closure1, R._EvaluateVisitor_visitForwardRule_closure3, R._EvaluateVisitor_visitForwardRule_closure4, R._EvaluateVisitor__assertConfigurationIsEmpty_closure1, R._EvaluateVisitor_visitIfRule_closure1, R._EvaluateVisitor_visitIfRule__closure1, R._EvaluateVisitor__visitDynamicImport_closure1, R._EvaluateVisitor__visitDynamicImport__closure1, R._EvaluateVisitor_visitIncludeRule_closure5, R._EvaluateVisitor_visitIncludeRule_closure6, R._EvaluateVisitor_visitIncludeRule_closure7, R._EvaluateVisitor_visitIncludeRule__closure1, R._EvaluateVisitor_visitIncludeRule___closure1, R._EvaluateVisitor_visitIncludeRule____closure1, R._EvaluateVisitor_visitMediaRule_closure3, R._EvaluateVisitor_visitMediaRule__closure1, R._EvaluateVisitor_visitMediaRule___closure1, R._EvaluateVisitor_visitMediaRule_closure4, R._EvaluateVisitor__visitMediaQueries_closure1, R._EvaluateVisitor_visitStyleRule_closure13, R._EvaluateVisitor_visitStyleRule_closure14, R._EvaluateVisitor_visitStyleRule_closure15, R._EvaluateVisitor_visitStyleRule_closure16, R._EvaluateVisitor_visitStyleRule_closure17, R._EvaluateVisitor_visitStyleRule_closure18, R._EvaluateVisitor_visitStyleRule__closure1, R._EvaluateVisitor_visitStyleRule_closure19, R._EvaluateVisitor_visitSupportsRule_closure3, R._EvaluateVisitor_visitSupportsRule__closure1, R._EvaluateVisitor_visitSupportsRule_closure4, R._EvaluateVisitor_visitVariableDeclaration_closure5, R._EvaluateVisitor_visitVariableDeclaration_closure6, R._EvaluateVisitor_visitVariableDeclaration_closure7, R._EvaluateVisitor_visitUseRule_closure1, R._EvaluateVisitor_visitWarnRule_closure1, R._EvaluateVisitor_visitWhileRule_closure1, R._EvaluateVisitor_visitWhileRule__closure1, R._EvaluateVisitor_visitBinaryOperationExpression_closure1, R._EvaluateVisitor_visitVariableExpression_closure1, R._EvaluateVisitor_visitListExpression_closure1, R._EvaluateVisitor_visitFunctionExpression_closure3, R._EvaluateVisitor_visitFunctionExpression_closure4, R._EvaluateVisitor__runUserDefinedCallable_closure1, R._EvaluateVisitor__runUserDefinedCallable__closure1, R._EvaluateVisitor__runUserDefinedCallable___closure1, R._EvaluateVisitor__runUserDefinedCallable____closure1, R._EvaluateVisitor__runFunctionCallable_closure1, R._EvaluateVisitor__runBuiltInCallable_closure3, R._EvaluateVisitor__runBuiltInCallable_closure4, R._EvaluateVisitor__evaluateArguments_closure5, R._EvaluateVisitor__evaluateArguments_closure6, R._EvaluateVisitor__evaluateArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure8, R._EvaluateVisitor__evaluateMacroArguments_closure9, R._EvaluateVisitor__evaluateMacroArguments_closure10, R._EvaluateVisitor__addRestMap_closure3, R._EvaluateVisitor__addRestMap_closure4, R._EvaluateVisitor__verifyArguments_closure1, R._EvaluateVisitor_visitStringExpression_closure1, R._EvaluateVisitor_visitCssAtRule_closure3, R._EvaluateVisitor_visitCssAtRule_closure4, R._EvaluateVisitor_visitCssKeyframeBlock_closure3, R._EvaluateVisitor_visitCssKeyframeBlock_closure4, R._EvaluateVisitor_visitCssMediaRule_closure3, R._EvaluateVisitor_visitCssMediaRule__closure1, R._EvaluateVisitor_visitCssMediaRule___closure1, R._EvaluateVisitor_visitCssMediaRule_closure4, R._EvaluateVisitor_visitCssStyleRule_closure3, R._EvaluateVisitor_visitCssStyleRule__closure1, R._EvaluateVisitor_visitCssStyleRule_closure4, R._EvaluateVisitor_visitCssSupportsRule_closure3, R._EvaluateVisitor_visitCssSupportsRule__closure1, R._EvaluateVisitor_visitCssSupportsRule_closure4, R._EvaluateVisitor__performInterpolation_closure1, R._EvaluateVisitor__serialize_closure1, R._EvaluateVisitor__stackTrace_closure1, R._ImportedCssVisitor_visitCssAtRule_closure1, R._ImportedCssVisitor_visitCssMediaRule_closure1, R._ImportedCssVisitor_visitCssStyleRule_closure1, R._ImportedCssVisitor_visitCssSupportsRule_closure1, F.Extender_extensionsWhereTarget_closure0, F.Extender__registerSelector_closure0, F.Extender_addExtension_closure2, F.Extender_addExtension_closure3, F.Extender_addExtension_closure4, F.Extender__extendExistingExtensions_closure1, F.Extender__extendExistingExtensions_closure2, F.Extender_addExtensions_closure0, F.Extender_addExtensions__closure0, F.Extender_addExtensions___closure1, F.Extender_addExtensions___closure2, F.Extender__extendList_closure0, F.Extender__extendComplex_closure1, F.Extender__extendComplex_closure2, F.Extender__extendComplex__closure1, F.Extender__extendComplex__closure2, F.Extender__extendComplex___closure0, F.Extender__extendCompound_closure3, F.Extender__extendCompound_closure4, F.Extender__extendCompound__closure1, F.Extender__extendCompound__closure2, F.Extender__extendCompound_closure5, F.Extender__extendCompound_closure6, F.Extender__extendSimple_withoutPseudo0, F.Extender__extendSimple_closure0, F.Extender__extendPseudo_closure4, F.Extender__extendPseudo_closure5, F.Extender__extendPseudo_closure6, F.Extender__extendPseudo_closure7, F.Extender__extendPseudo_closure8, F.Extender__trim_closure1, F.Extender__trim_closure2, F.Extender_clone_closure0, L.ForwardRule__memberList_closure0, Y.unifyComplex_closure0, Y._weaveParents_closure6, Y._weaveParents_closure7, Y._weaveParents_closure8, Y._weaveParents__closure4, Y._weaveParents_closure9, Y._weaveParents_closure10, Y._weaveParents__closure3, Y._weaveParents_closure11, Y._weaveParents_closure12, Y._weaveParents__closure2, Y._mustUnify_closure0, Y._mustUnify__closure0, Y.paths_closure0, Y.paths__closure0, Y.paths___closure0, Y._hasRoot_closure0, Y.listIsSuperslector_closure0, Y.listIsSuperslector__closure0, Y._simpleIsSuperselectorOfCompound_closure0, Y._simpleIsSuperselectorOfCompound__closure0, Y._selectorPseudoIsSuperselector_closure6, Y._selectorPseudoIsSuperselector_closure7, Y._selectorPseudoIsSuperselector_closure8, Y._selectorPseudoIsSuperselector_closure9, Y._selectorPseudoIsSuperselector_closure10, Y._selectorPseudoIsSuperselector__closure0, Y._selectorPseudoIsSuperselector___closure1, Y._selectorPseudoIsSuperselector___closure2, Y._selectorPseudoIsSuperselector_closure11, Y._selectorPseudoIsSuperselector_closure12, Y._selectorPseudosNamed_closure0, Y.closure107, N.IDSelector_unify_closure0, V.IfRule_toString_closure0, V.IfClause$__closure0, V.IfClause$___closure0, F.NodeImporter__tryPath_closure, R.ImportCache_canonicalize_closure0, R.ImportCache__canonicalize_closure0, R.ImportCache_importCanonical_closure0, R.ImportCache_humanize_closure2, R.ImportCache_humanize_closure3, R.ImportCache_humanize_closure4, X.Interpolation_toString_closure0, F.realCasePath_closure0, E.KeyframeSelectorParser_parse_closure0, D.ListExpression_toString_closure0, D.closure150, D.closure149, D.closure148, D.closure147, D.closure146, D.closure145, D._closure19, D._closure20, D._closure21, D.closure144, D.closure142, D.closure143, D.SelectorList_isInvisible_closure0, D.SelectorList_asSassList_closure0, D.SelectorList_asSassList__closure0, D.SelectorList_unify_closure0, D.SelectorList_unify__closure0, D.SelectorList_unify___closure0, D.SelectorList_resolveParentSelectors_closure0, D.SelectorList_resolveParentSelectors__closure1, D.SelectorList_resolveParentSelectors__closure2, D.SelectorList__complexContainsParentSelector_closure0, D.SelectorList__complexContainsParentSelector__closure0, D.SelectorList__resolveParentSelectorsCompound_closure2, D.SelectorList__resolveParentSelectorsCompound_closure3, D.SelectorList__resolveParentSelectorsCompound_closure4, D.closure232, D._closure33, D.closure233, D.closure234, D.closure235, D.closure236, D.closure237, D.closure238, D.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A.closure141, A.closure140, A.closure138, A.closure139, A.closure137, A.closure136, A.closure135, A.closure225, A._closure31, A._closure32, A.closure226, A.closure227, A.closure228, A.closure229, A.closure230, A.closure231, A.SassMap_asList_closure0, K.closure133, K.closure199, K.closure132, K.closure131, K.closure130, K.closure134, K.closure197, K._closure26, K.closure196, K.closure195, K.closure193, K.closure203, K.closure202, K.closure201, K.closure200, K.closure198, K.closure194, K.closure192, K.closure126, K.closure125, K.closure127, K.closure129, K.closure128, K._numberFunction_closure0, F.MediaQueryParser_parse_closure0, Q.closure209, Q.closure210, Q.closure211, Q.closure212, Q._closure28, B._readFile_closure0, B.fileExists_closure0, B.dirExists_closure0, B.listDir_closure0, B.listDir__closure1, B.listDir__closure2, B.listDir_closure_list0, B.listDir__list_closure0, B._render_closure, B._render_closure0, B._render_closure1, B._parseFunctions_closure, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions____closure, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, B._parseImporter____closure, O.closure224, O._closure29, O._closure30, T.closure218, T.closure219, T.closure220, T.closure221, T.closure222, T.closure223, T._parseNumber_closure, T._parseNumber_closure0, T.SassNumber_valueInUnits_closure3, T.SassNumber_valueInUnits_closure4, T.SassNumber_valueInUnits_closure5, T.SassNumber_valueInUnits_closure6, T.SassNumber_modulo_closure0, T.SassNumber_plus_closure0, T.SassNumber_minus_closure0, T.SassNumber__multiplyUnits_closure3, T.SassNumber__multiplyUnits_closure4, T.SassNumber__multiplyUnits_closure5, T.SassNumber__multiplyUnits_closure6, T.SassNumber__areAnyConvertible_closure0, T.SassNumber__canonicalMultiplier_closure0, M.ParentStatement_closure0, M.ParentStatement__closure0, G.Parser__parseIdentifier_closure0, F._PrefixedKeys_iterator_closure0, U.main_printError, U.main_closure, U.SassParser_children_closure0, R._wrapMain_closure, R._wrapMain_closure0, T.closure121, T._closure16, T._closure17, T.closure120, T._closure14, T._closure15, T.__closure0, T.closure119, T.closure118, T.closure117, T.closure124, T.closure123, T._closure18, T.closure122, T.SelectorParser_parse_closure0, T.SelectorParser_parseCompoundSelector_closure0, N.serialize_closure0, N._SerializeVisitor_visitCssComment_closure0, N._SerializeVisitor_visitCssAtRule_closure0, N._SerializeVisitor_visitCssMediaRule_closure0, N._SerializeVisitor_visitCssImport_closure0, N._SerializeVisitor_visitCssImport__closure0, N._SerializeVisitor_visitCssKeyframeBlock_closure0, N._SerializeVisitor_visitCssStyleRule_closure0, N._SerializeVisitor_visitCssSupportsRule_closure0, N._SerializeVisitor_visitCssDeclaration_closure1, N._SerializeVisitor_visitCssDeclaration_closure2, N._SerializeVisitor_visitList_closure2, N._SerializeVisitor_visitList_closure3, N._SerializeVisitor_visitList_closure4, N._SerializeVisitor_visitMap_closure0, N._SerializeVisitor_visitSelectorList_closure0, N._SerializeVisitor__write_closure0, N._SerializeVisitor__visitChildren_closure0, D.SourceMapBuffer_sourceFiles_closure0, D.SourceMapBuffer__addEntry_closure0, D.SourceMapBuffer_buildSourceMap_closure0, D.closure116, D.closure115, D.closure111, D.closure110, D.closure109, D.closure108, D.closure114, D.closure113, D.closure112, D.closure214, D.closure215, D.closure216, D.closure217, V.StylesheetParser_parse_closure0, V.StylesheetParser_parse__closure1, V.StylesheetParser_parse__closure2, V.StylesheetParser_parseArgumentDeclaration_closure0, V.StylesheetParser__parseSingleProduction_closure0, V.StylesheetParser_parseSignature_closure, V.StylesheetParser__statement_closure0, V.StylesheetParser_variableDeclarationWithoutNamespace_closure1, V.StylesheetParser_variableDeclarationWithoutNamespace_closure2, V.StylesheetParser__declarationOrBuffer_closure1, V.StylesheetParser__declarationOrBuffer_closure2, V.StylesheetParser__styleRule_closure0, V.StylesheetParser__propertyOrVariableDeclaration_closure1, V.StylesheetParser__propertyOrVariableDeclaration_closure2, V.StylesheetParser__atRootRule_closure1, V.StylesheetParser__atRootRule_closure2, V.StylesheetParser__eachRule_closure0, V.StylesheetParser__functionRule_closure0, V.StylesheetParser__forRule_closure1, V.StylesheetParser__forRule_closure2, V.StylesheetParser__memberList_closure0, V.StylesheetParser__includeRule_closure0, V.StylesheetParser_mediaRule_closure0, V.StylesheetParser__mixinRule_closure0, V.StylesheetParser_mozDocumentRule_closure0, V.StylesheetParser_supportsRule_closure0, V.StylesheetParser__whileRule_closure0, V.StylesheetParser_unknownAtRule_closure0, V.StylesheetParser_expression_resetState0, V.StylesheetParser_expression_resolveOneOperation0, V.StylesheetParser_expression_resolveOperations0, V.StylesheetParser_expression_addSingleExpression0, V.StylesheetParser_expression_addOperator0, V.StylesheetParser_expression_resolveSpaceExpressions0, V.StylesheetParser__expressionUntilComma_closure0, V.StylesheetParser__unicodeRange_closure1, V.StylesheetParser__unicodeRange_closure2, V.StylesheetParser_identifierLike_closure0, V.StylesheetParser__expressionUntilComparison_closure0, V.StylesheetParser__publicIdentifier_closure0, R._UnprefixedKeys_iterator_closure1, R._UnprefixedKeys_iterator_closure2, B.resolveImportPath_closure1, B.resolveImportPath_closure2, B._tryPathAsDirectory_closure0, B._exactlyOne_closure0, B.forwardToString_closure, B.createClass_closure, B.indent_closure0, B.flattenVertically_closure1, B.flattenVertically_closure2, B.longestCommonSubsequence_closure2, B.longestCommonSubsequence_closure3, B.longestCommonSubsequence_closure4, B.longestCommonSubsequence_backtrack0, B.mapAddAll2_closure0, B.mapMapAsync_closure0, B.copyMapOfMap_closure0, B.copyMapOfList_closure0, N.withWarnCallback_closure0]);
|
|
85655
85699
|
_inherit(H.CastList, H._CastListBase);
|
|
85656
85700
|
_inherit(P.ListBase, P._ListBase_Object_ListMixin);
|
|
85657
85701
|
_inherit(H.UnmodifiableListBase, P.ListBase);
|
|
@@ -85696,7 +85740,7 @@ self.readline = require("readline");
|
|
|
85696
85740
|
_inherit(P._ExpandStream, P._ForwardingStream);
|
|
85697
85741
|
_inheritMany(P._Zone, [P._CustomZone, P._RootZone]);
|
|
85698
85742
|
_inheritMany(H.JsLinkedHashMap, [P._LinkedIdentityHashMap, P._LinkedCustomHashMap]);
|
|
85699
|
-
|
|
85743
|
+
_inheritMany(P._SetBase, [P._LinkedHashSet, P._UnmodifiableSet]);
|
|
85700
85744
|
_inherit(P._LinkedIdentityHashSet, P._LinkedHashSet);
|
|
85701
85745
|
_inheritMany(P.Codec, [P.Encoding, P.Base64Codec, P.JsonCodec]);
|
|
85702
85746
|
_inheritMany(P.Encoding, [P.AsciiCodec, P.Utf8Codec]);
|
|
@@ -85794,7 +85838,7 @@ self.readline = require("readline");
|
|
|
85794
85838
|
_mixin(L._UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
85795
85839
|
_mixin(M._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
85796
85840
|
})();
|
|
85797
|
-
var init = {mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, getTypeFromName: getGlobalFromName, metadata: [], types: [{func: 1, ret: P.Null}, {func: 1, ret: -1}, {func: 1, ret: [P.Future, P.Null]}, {func: 1, ret: F.Value0, args: [[P.List, F.Value0]]}, {func: 1, ret: F.Value, args: [[P.List, F.Value]]}, {func: 1, ret: P.bool, args: [P.Object]}, {func: 1, ret: T.SassNumber0, args: [[P.List, F.Value0]]}, {func: 1, ret: T.SassNumber, args: [[P.List, F.Value]]}, {func: 1, ret: P.int}, {func: 1, ret: F.Value}, {func: 1, ret: D.
|
|
85841
|
+
var init = {mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, getTypeFromName: getGlobalFromName, metadata: [], types: [{func: 1, ret: P.Null}, {func: 1, ret: -1}, {func: 1, ret: [P.Future, P.Null]}, {func: 1, ret: F.Value0, args: [[P.List, F.Value0]]}, {func: 1, ret: F.Value, args: [[P.List, F.Value]]}, {func: 1, ret: P.bool, args: [P.Object]}, {func: 1, ret: T.SassNumber0, args: [[P.List, F.Value0]]}, {func: 1, ret: T.SassNumber, args: [[P.List, F.Value]]}, {func: 1, ret: P.int}, {func: 1, ret: F.Value}, {func: 1, ret: D.SassString, args: [[P.List, F.Value]]}, {func: 1, ret: D.SassString0, args: [[P.List, F.Value0]]}, {func: 1, ret: P.String}, {func: 1, ret: Z.SassBoolean, args: [[P.List, F.Value]]}, {func: 1, ret: Z.SassBoolean0, args: [[P.List, F.Value0]]}, {func: 1, ret: F.Value0}, {func: 1, ret: P.bool, args: [P.int]}, {func: 1, ret: [P.Future, F.Value0]}, {func: 1, ret: K.SassColor0, args: [[P.List, F.Value0]]}, {func: 1, ret: D.SassList0, args: [[P.List, F.Value0]]}, {func: 1, ret: K.SassColor, args: [[P.List, F.Value]]}, {func: 1, ret: D.SassList, args: [[P.List, F.Value]]}, {func: 1, ret: [P.Future, F.Value]}, {func: 1, ret: -1, args: [P.Object]}, {func: 1, ret: Y.FileSpan}, {func: 1, ret: P.bool, args: [P.num, P.num]}, {func: 1, ret: P.bool}, {func: 1, args: [,]}, {func: 1, ret: P.String, args: [P.Object]}, {func: 1, ret: A.SassMap0, args: [[P.List, F.Value0]]}, {func: 1, ret: A.SassMap, args: [[P.List, F.Value]]}, {func: 1, ret: D.SelectorList0}, {func: 1, ret: D.SelectorList}, {func: 1, ret: [P.List, P.String]}, {func: 1, ret: P.int, args: [P.num]}, {func: 1, ret: V.Stylesheet}, {func: 1, ret: P.Null, args: [,,]}, {func: 1, ret: O.Statement}, {func: 1, ret: O.Statement0}, {func: 1, ret: P.String, args: [P.int]}, {func: 1, ret: P.Object}, {func: 1, ret: -1, args: [P.Object], opt: [P.StackTrace]}, {func: 1, ret: [P.Future,,]}, {func: 1, ret: P.Null, args: [, P.StackTrace]}, {func: 1, ret: A.Frame}, {func: 1, ret: [P.Future, P.String], args: [,]}, {func: 1, ret: P.Null, opt: [P.Object]}, {func: 1, ret: D.Callable}, {func: 1, ret: B.AsyncCallable}, {func: 1, ret: Y.SourceFile}, {func: 1, ret: [P.List, F.CssMediaQuery]}, {func: 1, ret: B.AsyncCallable0}, {func: 1, ret: V.AtRootQuery0}, {func: 1, ret: V.AtRootQuery}, {func: 1, bounds: [P.Object], ret: [P.Set, 0]}, {func: 1, ret: [P.List, F.CssMediaQuery0]}, {func: 1, ret: [S.Tuple3, M.Importer, P.Uri, P.Uri]}, {func: 1, ret: P.Null, args: [[P.List, F.Value0]]}, {func: 1, ret: [P.Map, S.ComplexSelector, S.Extension]}, {func: 1, ret: P.Null, args: [[P.List, F.Value]]}, {func: 1, ret: P.Null, opt: [,]}, {func: 1, ret: D.Callable0}, {func: 1, ret: [P.Map, S.ComplexSelector0, S.Extension0]}, {func: 1, ret: P.bool, args: [,]}, {func: 1, ret: P.Null, args: [,]}, {func: 1, ret: -1, args: [{func: 1, ret: -1}]}, {func: 1, ret: T.SassNumber}, {func: 1, ret: T.SassNumber0}, {func: 1, ret: Z.VariableDeclaration}, {func: 1, ret: [P.List, S.Extension]}, {func: 1, ret: P.String, args: [,,]}, {func: 1, ret: [P.List, P.int], args: [P.int]}, {func: 1, ret: F.SassFunction, args: [[P.List, F.Value]]}, {func: 1, ret: [P.List, F.Extender]}, {func: 1, ret: [P.Future, T.SassNumber]}, {func: 1, ret: -1, opt: [P.Object]}, {func: 1, ret: [P.List, F.Extender0]}, {func: 1, ret: [P.Iterable, P.String], args: [P.Object]}, {func: 1, ret: V.Stylesheet0}, {func: 1, ret: [P.List, S.Extension0]}, {func: 1, ret: P.DateTime}, {func: 1, ret: P.String, args: [P.String]}, {func: 1, ret: [P.Iterable, P.String]}, {func: 1, ret: P.bool, args: [P.String]}, {func: 1, ret: O.SassNull0, args: [P.int]}, {func: 1, ret: P.int, args: [,,]}, {func: 1, ret: {futureOr: 1, type: P.Uri}}, {func: 1, ret: {func: 1, ret: P.Null, opt: [,]}}, {func: 1, ret: P.bool, args: [B.CssNode0]}, {func: 1, ret: [P.Future, T.SassNumber0]}, {func: 1, ret: -1, opt: [[P.Future,,]]}, {func: 1, ret: P.Uri}, {func: 1, ret: F.SassFunction0, args: [[P.List, F.Value0]]}, {func: 1, ret: P.num, args: [P.num]}, {func: 1, ret: P.bool, args: [B.CssNode]}, {func: 1, ret: Y.Trace}, {func: 1, ret: A.Frame, args: [,,]}, {func: 1, ret: [P.List, [G.Module0, B.AsyncCallable0]], args: [P.int]}, {func: 1, ret: -1, args: [,]}, {func: 1, ret: P.String, args: [P.String], named: {color: null}}, {func: 1, ret: X.SourceSpanWithContext}, {func: 1, ret: -1, args: [P.Object, P.StackTrace]}, {func: 1, ret: [P.Future, E.EvaluateResult0]}, {func: 1, ret: T.Expression, named: {bracketList: P.bool, singleEquals: P.bool, until: {func: 1, ret: P.bool}}}, {func: 1, ret: Y.FileSpan, args: [P.int], opt: [P.int]}, {func: 1, ret: Y.SourceFile, args: [P.int]}, {func: 1, ret: [P.List, [G.Module, B.AsyncCallable]], args: [P.int]}, {func: 1, ret: -1, args: [F.CssMediaQuery]}, {func: 1, ret: -1, args: [, P.StackTrace]}, {func: 1, ret: [P.Future, [S.Tuple3, B.AsyncImporter, P.Uri, P.Uri]]}, {func: 1, ret: [P.Future, [S.Tuple3, B.AsyncImporter0, P.Uri, P.Uri]]}, {func: 1, ret: [P.Future, V.Stylesheet0]}, {func: 1, ret: E.EvaluateResult}, {func: 1, ret: -1, args: [,], opt: [P.StackTrace]}, {func: 1, ret: P.Uint8List, args: [,,]}, {func: 1, ret: [P.Future, V.Stylesheet]}, {func: 1, ret: P.Uint8List, args: [P.int]}, {func: 1, ret: P.Object, args: [F.Value0]}, {func: 1, ret: [P.List, [G.Module0, D.Callable0]], args: [P.int]}, {func: 1, ret: P.Null, args: [,], opt: [P.StackTrace]}, {func: 1, ret: E.EvaluateResult0}, {func: 1, ret: P.String, args: [,]}, {func: 1, ret: [P.Set, [F.ModifiableCssValue0, D.SelectorList0]]}, {func: 1, ret: [P.List, [G.Module, D.Callable]], args: [P.int]}, {func: 1, ret: [P.Future, E.EvaluateResult]}, {func: 1, ret: S.Extension0}, {func: 1, ret: [S.Tuple3, M.Importer0, P.Uri, P.Uri]}, {func: 1, ret: [P._Future,,]}, {func: 1, ret: N.ArgParser}, {func: 1, ret: P.bool, args: [S.ComplexSelector0]}, {func: 1, ret: S.Extension}, {func: 1, ret: T.SassNumber0, args: [P.int]}, {func: 1, ret: [P._Future,,], args: [,]}, {func: 1, ret: P.Null, args: [P.Object, P.StackTrace]}, {func: 1, ret: P.Null, args: [P.Object, P.Object]}, {func: 1, ret: P.Null, args: [P.Object]}, {func: 1, ret: P.Object, args: [,]}, {func: 1, ret: X.CompoundSelector0}, {func: 1, ret: -1, args: [F.CssMediaQuery0]}, {func: 1, ret: [P.Set, [F.ModifiableCssValue, D.SelectorList]]}, {func: 1, ret: X.CompoundSelector}, {func: 1, ret: T.NumberExpression0}, {func: 1, ret: B.ArgumentDeclaration0}, {func: 1, ret: [S.Tuple2, P.String, B.ArgumentDeclaration0]}, {func: 1, ret: Z.VariableDeclaration0}, {func: 1, ret: T.UseRule}, {func: 1, ret: O.Statement, named: {root: P.bool}}, {func: 1, ret: -1, args: [P.Zone, P.ZoneDelegate, P.Zone,, P.StackTrace]}, {func: 1, bounds: [P.Object], ret: 0, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0}]}, {func: 1, bounds: [P.Object, P.Object], ret: 0, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1]}, 1]}, {func: 1, bounds: [P.Object, P.Object, P.Object], ret: 0, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1, 2]}, 1, 2]}, {func: 1, bounds: [P.Object], ret: {func: 1, ret: 0}, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0}]}, {func: 1, bounds: [P.Object, P.Object], ret: {func: 1, ret: 0, args: [1]}, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1]}]}, {func: 1, bounds: [P.Object, P.Object, P.Object], ret: {func: 1, ret: 0, args: [1, 2]}, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1, 2]}]}, {func: 1, ret: P.AsyncError, args: [P.Zone, P.ZoneDelegate, P.Zone, P.Object, P.StackTrace]}, {func: 1, ret: -1, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: -1}]}, {func: 1, ret: P.Timer, args: [P.Zone, P.ZoneDelegate, P.Zone, P.Duration, {func: 1, ret: -1}]}, {func: 1, ret: P.Timer, args: [P.Zone, P.ZoneDelegate, P.Zone, P.Duration, {func: 1, ret: -1, args: [P.Timer]}]}, {func: 1, ret: -1, args: [P.Zone, P.ZoneDelegate, P.Zone, P.String]}, {func: 1, ret: -1, args: [P.String]}, {func: 1, ret: P.Zone, args: [P.Zone, P.ZoneDelegate, P.Zone, P.ZoneSpecification, [P.Map,,,]]}, {func: 1, ret: P.bool, args: [,,]}, {func: 1, ret: P.int, args: [,]}, {func: 1, ret: P.int, args: [P.Object]}, {func: 1, ret: P.bool, args: [P.Object, P.Object]}, {func: 1, ret: B.ArgumentDeclaration}, {func: 1, bounds: [P.num], ret: 0, args: [0, 0]}, {func: 1, ret: P.bool, args: [M.SimpleSelector]}, {func: 1, ret: T.NumberExpression}, {func: 1, bounds: [P.Object], ret: -1, args: [P.Object, P.StackTrace, [P.EventSink, 0]]}, {func: 1, bounds: [P.Object], ret: [P.List, 0], args: [0, [P.List, 0]]}, {func: 1, ret: P.bool, args: [M.SimpleSelector0]}, {func: 1, ret: -1, args: [R.RenderOptions, {func: 1, ret: -1, args: [V.JSError, U.RenderResult]}]}, {func: 1, ret: U.RenderResult, args: [R.RenderOptions]}, {func: 1, ret: [P.Future, -1], args: [[P.List, P.String]]}, {func: 1, ret: O.Statement0, named: {root: P.bool}}, {func: 1, ret: P.bool, args: [S.ComplexSelector]}], interceptorsByTag: null, leafTags: null};
|
|
85798
85842
|
(function constants() {
|
|
85799
85843
|
var makeConstList = hunkHelpers.makeConstList;
|
|
85800
85844
|
C.Interceptor_methods = J.Interceptor.prototype;
|
|
@@ -86098,6 +86142,9 @@ self.readline = require("readline");
|
|
|
86098
86142
|
C.SassMap_Map_empty = new A.SassMap(C.Map_empty14);
|
|
86099
86143
|
C.Map_empty15 = new H.ConstantStringMap(0, {}, C.List_empty19, [F.Value0, F.Value0]);
|
|
86100
86144
|
C.SassMap_Map_empty0 = new A.SassMap0(C.Map_empty15);
|
|
86145
|
+
C.List_empty29 = H.setRuntimeTypeInfo(makeConstList([]), [M.StylesheetNode]);
|
|
86146
|
+
C.Map_empty16 = new H.ConstantStringMap(0, {}, C.List_empty29, [M.StylesheetNode, P.Null]);
|
|
86147
|
+
C.Set_empty = new P._UnmodifiableSet(C.Map_empty16, [M.StylesheetNode]);
|
|
86101
86148
|
C.StderrLogger_false = new S.StderrLogger(false);
|
|
86102
86149
|
C.Symbol__warn = new H.Symbol("_warn");
|
|
86103
86150
|
C.Symbol_call = new H.Symbol("call");
|
|
@@ -86107,12 +86154,12 @@ self.readline = require("readline");
|
|
|
86107
86154
|
C.Syntax_SCSS0 = new M.Syntax0("SCSS");
|
|
86108
86155
|
C.Syntax_Sass = new M.Syntax("Sass");
|
|
86109
86156
|
C.Syntax_Sass0 = new M.Syntax0("Sass");
|
|
86110
|
-
C.
|
|
86111
|
-
C.
|
|
86112
|
-
C.Tuple2_EmptyExtender_Map_empty = new S.Tuple2(C.C_EmptyExtender, C.
|
|
86113
|
-
C.
|
|
86114
|
-
C.
|
|
86115
|
-
C.Tuple2_EmptyExtender_Map_empty0 = new S.Tuple2(C.C_EmptyExtender0, C.
|
|
86157
|
+
C.List_empty30 = H.setRuntimeTypeInfo(makeConstList([]), [[F.CssValue, D.SelectorList]]);
|
|
86158
|
+
C.Map_empty17 = new H.ConstantStringMap(0, {}, C.List_empty30, [[F.CssValue, D.SelectorList], [F.ModifiableCssValue, D.SelectorList]]);
|
|
86159
|
+
C.Tuple2_EmptyExtender_Map_empty = new S.Tuple2(C.C_EmptyExtender, C.Map_empty17, [F.Extender, [P.Map, [F.CssValue, D.SelectorList], [F.ModifiableCssValue, D.SelectorList]]]);
|
|
86160
|
+
C.List_empty31 = H.setRuntimeTypeInfo(makeConstList([]), [[F.CssValue0, D.SelectorList0]]);
|
|
86161
|
+
C.Map_empty18 = new H.ConstantStringMap(0, {}, C.List_empty31, [[F.CssValue0, D.SelectorList0], [F.ModifiableCssValue0, D.SelectorList0]]);
|
|
86162
|
+
C.Tuple2_EmptyExtender_Map_empty0 = new S.Tuple2(C.C_EmptyExtender0, C.Map_empty18, [F.Extender0, [P.Map, [F.CssValue0, D.SelectorList0], [F.ModifiableCssValue0, D.SelectorList0]]]);
|
|
86116
86163
|
C.UnaryOperator_U4G = new X.UnaryOperator("minus", "-");
|
|
86117
86164
|
C.UnaryOperator_U4G0 = new X.UnaryOperator0("minus", "-");
|
|
86118
86165
|
C.UnaryOperator_j2w = new X.UnaryOperator("plus", "+");
|