sass 1.26.0 → 1.26.1
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/package.json +1 -1
- package/sass.dart.js +694 -672
package/sass.dart.js
CHANGED
|
@@ -4656,6 +4656,10 @@ self.readline = require("readline");
|
|
|
4656
4656
|
},
|
|
4657
4657
|
_SetBase: function _SetBase() {
|
|
4658
4658
|
},
|
|
4659
|
+
_UnmodifiableSet: function _UnmodifiableSet(t0, t1) {
|
|
4660
|
+
this._map = t0;
|
|
4661
|
+
this.$ti = t1;
|
|
4662
|
+
},
|
|
4659
4663
|
_ListBase_Object_ListMixin: function _ListBase_Object_ListMixin() {
|
|
4660
4664
|
},
|
|
4661
4665
|
_UnmodifiableMapView_MapView__UnmodifiableMapMixin: function _UnmodifiableMapView_MapView__UnmodifiableMapMixin() {
|
|
@@ -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]);
|
|
@@ -15382,7 +15391,7 @@ self.readline = require("readline");
|
|
|
15382
15391
|
switch ($async$goto) {
|
|
15383
15392
|
case 0:
|
|
15384
15393
|
// Function start
|
|
15385
|
-
$async$returnValue = "1.26.
|
|
15394
|
+
$async$returnValue = "1.26.1 compiled with dart2js 2.7.1";
|
|
15386
15395
|
// goto return
|
|
15387
15396
|
$async$goto = 1;
|
|
15388
15397
|
break;
|
|
@@ -15508,7 +15517,7 @@ self.readline = require("readline");
|
|
|
15508
15517
|
Importer: function Importer() {
|
|
15509
15518
|
},
|
|
15510
15519
|
StylesheetNode$_: function(_stylesheet, importer, canonicalUrl, allUpstream) {
|
|
15511
|
-
var t1 = new M.StylesheetNode(importer, canonicalUrl, allUpstream.item1, allUpstream.item2, P.LinkedHashSet_LinkedHashSet$_empty(M.StylesheetNode));
|
|
15520
|
+
var t1 = new M.StylesheetNode(_stylesheet, importer, canonicalUrl, allUpstream.item1, allUpstream.item2, P.LinkedHashSet_LinkedHashSet$_empty(M.StylesheetNode));
|
|
15512
15521
|
t1.StylesheetNode$_$4(_stylesheet, importer, canonicalUrl, allUpstream);
|
|
15513
15522
|
return t1;
|
|
15514
15523
|
},
|
|
@@ -15538,18 +15547,20 @@ self.readline = require("readline");
|
|
|
15538
15547
|
_.canonicalUrl = t2;
|
|
15539
15548
|
_.originalUrl = t3;
|
|
15540
15549
|
},
|
|
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
15550
|
StylesheetGraph_reload_closure: function StylesheetGraph_reload_closure(t0, t1, t2) {
|
|
15549
15551
|
this.$this = t0;
|
|
15550
15552
|
this.node = t1;
|
|
15551
15553
|
this.canonicalUrl = t2;
|
|
15552
15554
|
},
|
|
15555
|
+
StylesheetGraph__recanonicalizeImportsForNode_closure: function StylesheetGraph__recanonicalizeImportsForNode_closure(t0, t1, t2, t3, t4, t5) {
|
|
15556
|
+
var _ = this;
|
|
15557
|
+
_.$this = t0;
|
|
15558
|
+
_.importer = t1;
|
|
15559
|
+
_.canonicalUrl = t2;
|
|
15560
|
+
_.node = t3;
|
|
15561
|
+
_.forImport = t4;
|
|
15562
|
+
_.newMap = t5;
|
|
15563
|
+
},
|
|
15553
15564
|
StylesheetGraph__nodeFor_closure: function StylesheetGraph__nodeFor_closure(t0, t1, t2, t3, t4) {
|
|
15554
15565
|
var _ = this;
|
|
15555
15566
|
_.$this = t0;
|
|
@@ -15565,13 +15576,14 @@ self.readline = require("readline");
|
|
|
15565
15576
|
_.canonicalUrl = t2;
|
|
15566
15577
|
_.resolvedUrl = t3;
|
|
15567
15578
|
},
|
|
15568
|
-
StylesheetNode: function StylesheetNode(t0, t1, t2, t3, t4) {
|
|
15579
|
+
StylesheetNode: function StylesheetNode(t0, t1, t2, t3, t4, t5) {
|
|
15569
15580
|
var _ = this;
|
|
15570
|
-
_.
|
|
15571
|
-
_.
|
|
15572
|
-
_.
|
|
15573
|
-
_.
|
|
15574
|
-
_.
|
|
15581
|
+
_._stylesheet_graph$_stylesheet = t0;
|
|
15582
|
+
_.importer = t1;
|
|
15583
|
+
_.canonicalUrl = t2;
|
|
15584
|
+
_._upstream = t3;
|
|
15585
|
+
_._upstreamImports = t4;
|
|
15586
|
+
_._downstream = t5;
|
|
15575
15587
|
},
|
|
15576
15588
|
Syntax_forPath: function(path) {
|
|
15577
15589
|
switch (X.ParsedPath_ParsedPath$parse(path, $.$get$context().style)._splitExtension$0()[1]) {
|
|
@@ -18377,7 +18389,7 @@ self.readline = require("readline");
|
|
|
18377
18389
|
new Uint8Array(0);
|
|
18378
18390
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
18379
18391
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
18380
|
-
J.set$info$x(self.exports, "dart-sass\t1.26.
|
|
18392
|
+
J.set$info$x(self.exports, "dart-sass\t1.26.1\t(Sass Compiler)\t[Dart]\ndart2js\t2.7.1\t(Dart Compiler)\t[Dart]");
|
|
18381
18393
|
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
18394
|
J.set$cli_pkg_main_0_$x(self.exports, R._wrapMain(U.sass__main$closure()));
|
|
18383
18395
|
},
|
|
@@ -19899,7 +19911,7 @@ self.readline = require("readline");
|
|
|
19899
19911
|
options._ensureSources$0();
|
|
19900
19912
|
destination = options._sourcesToDestinations.$index(0, t2);
|
|
19901
19913
|
t3 = $.$get$context();
|
|
19902
|
-
graph.addCanonical$
|
|
19914
|
+
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
19915
|
$async$goto = 6;
|
|
19904
19916
|
return P._asyncAwait(watcher.compile$3$ifModified(t2, destination, true), $async$watch);
|
|
19905
19917
|
case 6:
|
|
@@ -19939,13 +19951,6 @@ self.readline = require("readline");
|
|
|
19939
19951
|
_Watcher__debounceEvents__closure: function _Watcher__debounceEvents__closure(t0) {
|
|
19940
19952
|
this.typeForPath = t0;
|
|
19941
19953
|
},
|
|
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
19954
|
MergedExtension_merge: function(left, right) {
|
|
19950
19955
|
var t2, t3, t4,
|
|
19951
19956
|
t1 = left.extender;
|
|
@@ -22601,7 +22606,7 @@ self.readline = require("readline");
|
|
|
22601
22606
|
error.$thrownJsError = this.ex;
|
|
22602
22607
|
return error;
|
|
22603
22608
|
},
|
|
22604
|
-
$signature:
|
|
22609
|
+
$signature: 27
|
|
22605
22610
|
};
|
|
22606
22611
|
H._StackTrace.prototype = {
|
|
22607
22612
|
toString$0: function(_) {
|
|
@@ -23002,7 +23007,7 @@ self.readline = require("readline");
|
|
|
23002
23007
|
call$1: function(o) {
|
|
23003
23008
|
return this.getTag(o);
|
|
23004
23009
|
},
|
|
23005
|
-
$signature:
|
|
23010
|
+
$signature: 27
|
|
23006
23011
|
};
|
|
23007
23012
|
H.initHooks_closure0.prototype = {
|
|
23008
23013
|
call$2: function(o, tag) {
|
|
@@ -23384,7 +23389,7 @@ self.readline = require("readline");
|
|
|
23384
23389
|
t1.storedCallback = null;
|
|
23385
23390
|
f.call$0();
|
|
23386
23391
|
},
|
|
23387
|
-
$signature:
|
|
23392
|
+
$signature: 64
|
|
23388
23393
|
};
|
|
23389
23394
|
P._AsyncRun__initializeScheduleImmediate_closure.prototype = {
|
|
23390
23395
|
call$1: function(callback) {
|
|
@@ -23488,7 +23493,7 @@ self.readline = require("readline");
|
|
|
23488
23493
|
call$1: function(result) {
|
|
23489
23494
|
return this.bodyFunction.call$2(0, result);
|
|
23490
23495
|
},
|
|
23491
|
-
$signature:
|
|
23496
|
+
$signature: 99
|
|
23492
23497
|
};
|
|
23493
23498
|
P._awaitOnObject_closure0.prototype = {
|
|
23494
23499
|
call$2: function(error, stackTrace) {
|
|
@@ -23496,7 +23501,7 @@ self.readline = require("readline");
|
|
|
23496
23501
|
},
|
|
23497
23502
|
"call*": "call$2",
|
|
23498
23503
|
$requiredArgCount: 2,
|
|
23499
|
-
$signature:
|
|
23504
|
+
$signature: 43
|
|
23500
23505
|
};
|
|
23501
23506
|
P._wrapJsFunctionForAsync_closure.prototype = {
|
|
23502
23507
|
call$2: function(errorCode, result) {
|
|
@@ -23525,7 +23530,7 @@ self.readline = require("readline");
|
|
|
23525
23530
|
var errorCode = this.controller.cancelationFuture != null ? 2 : 0;
|
|
23526
23531
|
this.bodyFunctionOrErrorCode.call$2(errorCode, null);
|
|
23527
23532
|
},
|
|
23528
|
-
$signature:
|
|
23533
|
+
$signature: 64
|
|
23529
23534
|
};
|
|
23530
23535
|
P._AsyncStarStreamController.prototype = {
|
|
23531
23536
|
add$1: function(_, $event) {
|
|
@@ -23580,7 +23585,7 @@ self.readline = require("readline");
|
|
|
23580
23585
|
},
|
|
23581
23586
|
"call*": "call$0",
|
|
23582
23587
|
$requiredArgCount: 0,
|
|
23583
|
-
$signature:
|
|
23588
|
+
$signature: 116
|
|
23584
23589
|
};
|
|
23585
23590
|
P._AsyncStarStreamController__closure.prototype = {
|
|
23586
23591
|
call$0: function() {
|
|
@@ -23902,7 +23907,7 @@ self.readline = require("readline");
|
|
|
23902
23907
|
},
|
|
23903
23908
|
"call*": "call$2",
|
|
23904
23909
|
$requiredArgCount: 2,
|
|
23905
|
-
$signature:
|
|
23910
|
+
$signature: 43
|
|
23906
23911
|
};
|
|
23907
23912
|
P.Future_wait_closure.prototype = {
|
|
23908
23913
|
call$1: function(value) {
|
|
@@ -24141,7 +24146,7 @@ self.readline = require("readline");
|
|
|
24141
24146
|
t1._state = 0;
|
|
24142
24147
|
t1._complete$1(value);
|
|
24143
24148
|
},
|
|
24144
|
-
$signature:
|
|
24149
|
+
$signature: 64
|
|
24145
24150
|
};
|
|
24146
24151
|
P._Future__chainForeignFuture_closure0.prototype = {
|
|
24147
24152
|
call$2: function(error, stackTrace) {
|
|
@@ -24154,7 +24159,7 @@ self.readline = require("readline");
|
|
|
24154
24159
|
$defaultValues: function() {
|
|
24155
24160
|
return [null];
|
|
24156
24161
|
},
|
|
24157
|
-
$signature:
|
|
24162
|
+
$signature: 125
|
|
24158
24163
|
};
|
|
24159
24164
|
P._Future__chainForeignFuture_closure1.prototype = {
|
|
24160
24165
|
call$0: function() {
|
|
@@ -24233,7 +24238,7 @@ self.readline = require("readline");
|
|
|
24233
24238
|
call$1: function(_) {
|
|
24234
24239
|
return this.originalSource;
|
|
24235
24240
|
},
|
|
24236
|
-
$signature:
|
|
24241
|
+
$signature: 129
|
|
24237
24242
|
};
|
|
24238
24243
|
P._Future__propagateToListeners_handleValueCallback.prototype = {
|
|
24239
24244
|
call$0: function() {
|
|
@@ -24309,7 +24314,7 @@ self.readline = require("readline");
|
|
|
24309
24314
|
},
|
|
24310
24315
|
"call*": "call$2",
|
|
24311
24316
|
$requiredArgCount: 2,
|
|
24312
|
-
$signature:
|
|
24317
|
+
$signature: 36
|
|
24313
24318
|
};
|
|
24314
24319
|
P.Stream_length_closure.prototype = {
|
|
24315
24320
|
call$1: function(_) {
|
|
@@ -25879,7 +25884,7 @@ self.readline = require("readline");
|
|
|
25879
25884
|
call$1: function(v) {
|
|
25880
25885
|
return H.checkSubtypeOfRuntimeType(v, this.K);
|
|
25881
25886
|
},
|
|
25882
|
-
$signature:
|
|
25887
|
+
$signature: 63
|
|
25883
25888
|
};
|
|
25884
25889
|
P._LinkedHashSet.prototype = {
|
|
25885
25890
|
_newSet$0: function() {
|
|
@@ -26116,14 +26121,14 @@ self.readline = require("readline");
|
|
|
26116
26121
|
call$2: function(k, v) {
|
|
26117
26122
|
this.result.$indexSet(0, k, v);
|
|
26118
26123
|
},
|
|
26119
|
-
$signature:
|
|
26124
|
+
$signature: 36
|
|
26120
26125
|
};
|
|
26121
26126
|
P.IterableBase.prototype = {};
|
|
26122
26127
|
P.LinkedHashMap_LinkedHashMap$from_closure.prototype = {
|
|
26123
26128
|
call$2: function(k, v) {
|
|
26124
26129
|
this.result.$indexSet(0, k, v);
|
|
26125
26130
|
},
|
|
26126
|
-
$signature:
|
|
26131
|
+
$signature: 36
|
|
26127
26132
|
};
|
|
26128
26133
|
P.ListBase.prototype = {$isEfficientLengthIterable: 1, $isIterable: 1, $isList: 1};
|
|
26129
26134
|
P.ListMixin.prototype = {
|
|
@@ -26325,7 +26330,7 @@ self.readline = require("readline");
|
|
|
26325
26330
|
t1._contents = t2 + ": ";
|
|
26326
26331
|
t1._contents += H.S(v);
|
|
26327
26332
|
},
|
|
26328
|
-
$signature:
|
|
26333
|
+
$signature: 36
|
|
26329
26334
|
};
|
|
26330
26335
|
P.MapMixin.prototype = {
|
|
26331
26336
|
forEach$1: function(_, action) {
|
|
@@ -26852,6 +26857,36 @@ self.readline = require("readline");
|
|
|
26852
26857
|
$isIterable: 1,
|
|
26853
26858
|
$isSet: 1
|
|
26854
26859
|
};
|
|
26860
|
+
P._UnmodifiableSet.prototype = {
|
|
26861
|
+
_newSet$0: function() {
|
|
26862
|
+
return P.LinkedHashSet_LinkedHashSet(H.getTypeArgumentByIndex(this, 0));
|
|
26863
|
+
},
|
|
26864
|
+
_newSimilarSet$1$0: function($R) {
|
|
26865
|
+
return P.LinkedHashSet_LinkedHashSet($R);
|
|
26866
|
+
},
|
|
26867
|
+
_newSimilarSet$0: function() {
|
|
26868
|
+
return this._newSimilarSet$1$0(null);
|
|
26869
|
+
},
|
|
26870
|
+
contains$1: function(_, element) {
|
|
26871
|
+
return this._map.containsKey$1(element);
|
|
26872
|
+
},
|
|
26873
|
+
get$iterator: function(_) {
|
|
26874
|
+
return J.get$iterator$ax(this._map.get$keys());
|
|
26875
|
+
},
|
|
26876
|
+
get$length: function(_) {
|
|
26877
|
+
var t1 = this._map;
|
|
26878
|
+
return t1.get$length(t1);
|
|
26879
|
+
},
|
|
26880
|
+
add$1: function(_, value) {
|
|
26881
|
+
throw H.wrapException(P.UnsupportedError$("Cannot change unmodifiable set"));
|
|
26882
|
+
},
|
|
26883
|
+
addAll$1: function(_, elements) {
|
|
26884
|
+
throw H.wrapException(P.UnsupportedError$("Cannot change unmodifiable set"));
|
|
26885
|
+
},
|
|
26886
|
+
remove$1: function(_, value) {
|
|
26887
|
+
throw H.wrapException(P.UnsupportedError$("Cannot change unmodifiable set"));
|
|
26888
|
+
}
|
|
26889
|
+
};
|
|
26855
26890
|
P._ListBase_Object_ListMixin.prototype = {};
|
|
26856
26891
|
P._UnmodifiableMapView_MapView__UnmodifiableMapMixin.prototype = {};
|
|
26857
26892
|
P.AsciiCodec.prototype = {
|
|
@@ -27264,7 +27299,7 @@ self.readline = require("readline");
|
|
|
27264
27299
|
t2.i = i + 1;
|
|
27265
27300
|
t1[i] = value;
|
|
27266
27301
|
},
|
|
27267
|
-
$signature:
|
|
27302
|
+
$signature: 36
|
|
27268
27303
|
};
|
|
27269
27304
|
P._JsonStringStringifier.prototype = {
|
|
27270
27305
|
get$_partialResult: function() {
|
|
@@ -27700,7 +27735,7 @@ self.readline = require("readline");
|
|
|
27700
27735
|
return "0000" + n;
|
|
27701
27736
|
return "00000" + n;
|
|
27702
27737
|
},
|
|
27703
|
-
$signature:
|
|
27738
|
+
$signature: 39
|
|
27704
27739
|
};
|
|
27705
27740
|
P.Duration_toString_twoDigits.prototype = {
|
|
27706
27741
|
call$1: function(n) {
|
|
@@ -27708,7 +27743,7 @@ self.readline = require("readline");
|
|
|
27708
27743
|
return "" + n;
|
|
27709
27744
|
return "0" + n;
|
|
27710
27745
|
},
|
|
27711
|
-
$signature:
|
|
27746
|
+
$signature: 39
|
|
27712
27747
|
};
|
|
27713
27748
|
P.Error.prototype = {};
|
|
27714
27749
|
P.NullThrownError.prototype = {
|
|
@@ -28540,7 +28575,7 @@ self.readline = require("readline");
|
|
|
28540
28575
|
call$1: function(_) {
|
|
28541
28576
|
return new Uint8Array(96);
|
|
28542
28577
|
},
|
|
28543
|
-
$signature:
|
|
28578
|
+
$signature: 115
|
|
28544
28579
|
};
|
|
28545
28580
|
P._createTables_build.prototype = {
|
|
28546
28581
|
call$2: function(state, defaultTransition) {
|
|
@@ -28548,7 +28583,7 @@ self.readline = require("readline");
|
|
|
28548
28583
|
J.fillRange$3$ax(t1, 0, 96, defaultTransition);
|
|
28549
28584
|
return t1;
|
|
28550
28585
|
},
|
|
28551
|
-
$signature:
|
|
28586
|
+
$signature: 122
|
|
28552
28587
|
};
|
|
28553
28588
|
P._createTables_setChars.prototype = {
|
|
28554
28589
|
call$3: function(target, chars, transition) {
|
|
@@ -29189,7 +29224,7 @@ self.readline = require("readline");
|
|
|
29189
29224
|
call$0: function() {
|
|
29190
29225
|
return H.setRuntimeTypeInfo([], [P.String]);
|
|
29191
29226
|
},
|
|
29192
|
-
$signature:
|
|
29227
|
+
$signature: 33
|
|
29193
29228
|
};
|
|
29194
29229
|
G.Usage.prototype = {
|
|
29195
29230
|
generate$0: function() {
|
|
@@ -29360,14 +29395,14 @@ self.readline = require("readline");
|
|
|
29360
29395
|
call$1: function(value) {
|
|
29361
29396
|
return '"' + H.S(value) + '"';
|
|
29362
29397
|
},
|
|
29363
|
-
$signature:
|
|
29398
|
+
$signature: 113
|
|
29364
29399
|
};
|
|
29365
29400
|
G.Usage_buildAllowedList_closure.prototype = {
|
|
29366
29401
|
call$1: function(value) {
|
|
29367
29402
|
var t1 = this.option.defaultsTo;
|
|
29368
29403
|
return value == null ? t1 == null : value === t1;
|
|
29369
29404
|
},
|
|
29370
|
-
$signature:
|
|
29405
|
+
$signature: 63
|
|
29371
29406
|
};
|
|
29372
29407
|
V.ErrorResult.prototype = {
|
|
29373
29408
|
complete$1: function(completer) {
|
|
@@ -29539,7 +29574,7 @@ self.readline = require("readline");
|
|
|
29539
29574
|
},
|
|
29540
29575
|
"call*": "call$0",
|
|
29541
29576
|
$requiredArgCount: 0,
|
|
29542
|
-
$signature:
|
|
29577
|
+
$signature: 42
|
|
29543
29578
|
};
|
|
29544
29579
|
L._StreamGroupState.prototype = {
|
|
29545
29580
|
toString$0: function(_) {
|
|
@@ -29608,7 +29643,7 @@ self.readline = require("readline");
|
|
|
29608
29643
|
},
|
|
29609
29644
|
"call*": "call$2",
|
|
29610
29645
|
$requiredArgCount: 2,
|
|
29611
|
-
$signature:
|
|
29646
|
+
$signature: 43
|
|
29612
29647
|
};
|
|
29613
29648
|
G.StreamQueue__ensureListening_closure0.prototype = {
|
|
29614
29649
|
call$0: function() {
|
|
@@ -29742,7 +29777,7 @@ self.readline = require("readline");
|
|
|
29742
29777
|
$defaultValues: function() {
|
|
29743
29778
|
return [null];
|
|
29744
29779
|
},
|
|
29745
|
-
$signature:
|
|
29780
|
+
$signature: 60
|
|
29746
29781
|
};
|
|
29747
29782
|
B.Stdin.prototype = {};
|
|
29748
29783
|
B.Stdout.prototype = {};
|
|
@@ -30830,7 +30865,7 @@ self.readline = require("readline");
|
|
|
30830
30865
|
call$1: function(_) {
|
|
30831
30866
|
return this.$this.style.get$separator();
|
|
30832
30867
|
},
|
|
30833
|
-
$signature:
|
|
30868
|
+
$signature: 39
|
|
30834
30869
|
};
|
|
30835
30870
|
X.ParsedPath__splitExtension_closure.prototype = {
|
|
30836
30871
|
call$1: function(p) {
|
|
@@ -30877,7 +30912,7 @@ self.readline = require("readline");
|
|
|
30877
30912
|
call$1: function(path) {
|
|
30878
30913
|
return typeof path === "string" || path == null;
|
|
30879
30914
|
},
|
|
30880
|
-
$signature:
|
|
30915
|
+
$signature: 63
|
|
30881
30916
|
};
|
|
30882
30917
|
O.Style.prototype = {
|
|
30883
30918
|
toString$0: function(_) {
|
|
@@ -32180,7 +32215,7 @@ self.readline = require("readline");
|
|
|
32180
32215
|
call$1: function(value) {
|
|
32181
32216
|
return typeof value === "string" ? value : "#{" + H.S(value) + "}";
|
|
32182
32217
|
},
|
|
32183
|
-
$signature:
|
|
32218
|
+
$signature: 28
|
|
32184
32219
|
};
|
|
32185
32220
|
B.SassNode.prototype = {};
|
|
32186
32221
|
O.Statement.prototype = {$isAstNode: 1};
|
|
@@ -34174,7 +34209,7 @@ self.readline = require("readline");
|
|
|
34174
34209
|
call$1: function(_) {
|
|
34175
34210
|
return H.setRuntimeTypeInfo([], [[G.Module, B.AsyncCallable]]);
|
|
34176
34211
|
},
|
|
34177
|
-
$signature:
|
|
34212
|
+
$signature: 109
|
|
34178
34213
|
};
|
|
34179
34214
|
Q.AsyncEnvironment__getVariableFromGlobalModule_closure.prototype = {
|
|
34180
34215
|
call$1: function(module) {
|
|
@@ -34531,7 +34566,7 @@ self.readline = require("readline");
|
|
|
34531
34566
|
call$0: function() {
|
|
34532
34567
|
return this.importer.canonicalize$1(this.url);
|
|
34533
34568
|
},
|
|
34534
|
-
$signature:
|
|
34569
|
+
$signature: 83
|
|
34535
34570
|
};
|
|
34536
34571
|
O.AsyncImportCache_importCanonical_closure.prototype = {
|
|
34537
34572
|
call$0: function() {
|
|
@@ -34573,7 +34608,7 @@ self.readline = require("readline");
|
|
|
34573
34608
|
});
|
|
34574
34609
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
34575
34610
|
},
|
|
34576
|
-
$signature:
|
|
34611
|
+
$signature: 117
|
|
34577
34612
|
};
|
|
34578
34613
|
O.AsyncImportCache_humanize_closure.prototype = {
|
|
34579
34614
|
call$1: function(tuple) {
|
|
@@ -34590,7 +34625,7 @@ self.readline = require("readline");
|
|
|
34590
34625
|
call$1: function(url) {
|
|
34591
34626
|
return J.get$length$asx(J.get$path$x(url));
|
|
34592
34627
|
},
|
|
34593
|
-
$signature:
|
|
34628
|
+
$signature: 27
|
|
34594
34629
|
};
|
|
34595
34630
|
D.Callable.prototype = {};
|
|
34596
34631
|
B.AsyncCallable.prototype = {};
|
|
@@ -34670,7 +34705,7 @@ self.readline = require("readline");
|
|
|
34670
34705
|
this.callback.call$1($arguments);
|
|
34671
34706
|
return;
|
|
34672
34707
|
},
|
|
34673
|
-
$signature:
|
|
34708
|
+
$signature: 59
|
|
34674
34709
|
};
|
|
34675
34710
|
L.PlainCssCallable.prototype = {
|
|
34676
34711
|
$eq: function(_, other) {
|
|
@@ -35224,7 +35259,7 @@ self.readline = require("readline");
|
|
|
35224
35259
|
call$1: function(_) {
|
|
35225
35260
|
return H.setRuntimeTypeInfo([], [[G.Module, D.Callable]]);
|
|
35226
35261
|
},
|
|
35227
|
-
$signature:
|
|
35262
|
+
$signature: 130
|
|
35228
35263
|
};
|
|
35229
35264
|
O.Environment__getVariableFromGlobalModule_closure.prototype = {
|
|
35230
35265
|
call$1: function(module) {
|
|
@@ -35760,7 +35795,7 @@ self.readline = require("readline");
|
|
|
35760
35795
|
parser.addFlag$3$help$negatable("version", "Print the version of Dart Sass.", false);
|
|
35761
35796
|
return parser;
|
|
35762
35797
|
},
|
|
35763
|
-
$signature:
|
|
35798
|
+
$signature: 142
|
|
35764
35799
|
};
|
|
35765
35800
|
B.ExecutableOptions_emitErrorCss_closure.prototype = {
|
|
35766
35801
|
call$1: function(destination) {
|
|
@@ -36082,7 +36117,7 @@ self.readline = require("readline");
|
|
|
36082
36117
|
_handleAdd$body$_Watcher: function(path) {
|
|
36083
36118
|
var $async$goto = 0,
|
|
36084
36119
|
$async$completer = P._makeAsyncAwaitCompleter(P.bool),
|
|
36085
|
-
$async$returnValue, $async$self = this, destination, t1, t2;
|
|
36120
|
+
$async$returnValue, $async$self = this, destination, success, t1, t2, $async$temp1;
|
|
36086
36121
|
var $async$_handleAdd$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
36087
36122
|
if ($async$errorCode === 1)
|
|
36088
36123
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -36090,31 +36125,34 @@ self.readline = require("readline");
|
|
|
36090
36125
|
switch ($async$goto) {
|
|
36091
36126
|
case 0:
|
|
36092
36127
|
// 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
36128
|
destination = $async$self._destinationFor$1(path);
|
|
36104
|
-
|
|
36105
|
-
|
|
36106
|
-
|
|
36107
|
-
|
|
36129
|
+
$async$temp1 = destination == null;
|
|
36130
|
+
if ($async$temp1)
|
|
36131
|
+
$async$result = $async$temp1;
|
|
36132
|
+
else {
|
|
36133
|
+
// goto then
|
|
36134
|
+
$async$goto = 3;
|
|
36108
36135
|
break;
|
|
36109
36136
|
}
|
|
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));
|
|
36137
|
+
// goto join
|
|
36113
36138
|
$async$goto = 4;
|
|
36139
|
+
break;
|
|
36140
|
+
case 3:
|
|
36141
|
+
// then
|
|
36142
|
+
$async$goto = 5;
|
|
36114
36143
|
return P._asyncAwait($async$self.compile$2(path, destination), $async$_handleAdd$1);
|
|
36144
|
+
case 5:
|
|
36145
|
+
// returning from await.
|
|
36115
36146
|
case 4:
|
|
36147
|
+
// join
|
|
36148
|
+
success = $async$result;
|
|
36149
|
+
t1 = D.absolute(".");
|
|
36150
|
+
t2 = $.$get$context();
|
|
36151
|
+
$async$goto = 6;
|
|
36152
|
+
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);
|
|
36153
|
+
case 6:
|
|
36116
36154
|
// returning from await.
|
|
36117
|
-
$async$returnValue = $async$result;
|
|
36155
|
+
$async$returnValue = $async$result && success;
|
|
36118
36156
|
// goto return
|
|
36119
36157
|
$async$goto = 1;
|
|
36120
36158
|
break;
|
|
@@ -36131,7 +36169,7 @@ self.readline = require("readline");
|
|
|
36131
36169
|
_handleRemove$body$_Watcher: function(path) {
|
|
36132
36170
|
var $async$goto = 0,
|
|
36133
36171
|
$async$completer = P._makeAsyncAwaitCompleter(P.bool),
|
|
36134
|
-
$async$returnValue, $async$self = this, t2, destination, t1, url;
|
|
36172
|
+
$async$returnValue, $async$self = this, t2, destination, t3, node, toRecompile, t1, url;
|
|
36135
36173
|
var $async$_handleRemove$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
36136
36174
|
if ($async$errorCode === 1)
|
|
36137
36175
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -36141,32 +36179,27 @@ self.readline = require("readline");
|
|
|
36141
36179
|
// Function start
|
|
36142
36180
|
t1 = $.$get$context();
|
|
36143
36181
|
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
36182
|
t1 = $async$self._graph;
|
|
36155
36183
|
t2 = t1._nodes;
|
|
36156
|
-
if (
|
|
36157
|
-
$async$
|
|
36158
|
-
|
|
36159
|
-
|
|
36160
|
-
break;
|
|
36184
|
+
if (t2.containsKey$1(url)) {
|
|
36185
|
+
destination = $async$self._destinationFor$1(path);
|
|
36186
|
+
if (destination != null)
|
|
36187
|
+
$async$self._delete$1(destination);
|
|
36161
36188
|
}
|
|
36162
|
-
|
|
36163
|
-
|
|
36164
|
-
|
|
36165
|
-
|
|
36166
|
-
|
|
36167
|
-
|
|
36168
|
-
|
|
36169
|
-
|
|
36189
|
+
t3 = D.absolute(".");
|
|
36190
|
+
node = t2.remove$1(0, url);
|
|
36191
|
+
t2 = node != null;
|
|
36192
|
+
if (t2) {
|
|
36193
|
+
t1._transitiveModificationTimes.clear$0(0);
|
|
36194
|
+
t1.importCache.clearImport$1(url);
|
|
36195
|
+
node._stylesheet_graph$_remove$0();
|
|
36196
|
+
}
|
|
36197
|
+
toRecompile = t1._recanonicalizeImports$2(new F.FilesystemImporter(t3), url);
|
|
36198
|
+
if (t2)
|
|
36199
|
+
toRecompile.addAll$1(0, node._downstream);
|
|
36200
|
+
$async$goto = 3;
|
|
36201
|
+
return P._asyncAwait($async$self._recompileDownstream$1(toRecompile), $async$_handleRemove$1);
|
|
36202
|
+
case 3:
|
|
36170
36203
|
// returning from await.
|
|
36171
36204
|
$async$returnValue = $async$result;
|
|
36172
36205
|
// goto return
|
|
@@ -36307,57 +36340,6 @@ self.readline = require("readline");
|
|
|
36307
36340
|
return destination;
|
|
36308
36341
|
}
|
|
36309
36342
|
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
36343
|
}
|
|
36362
36344
|
};
|
|
36363
36345
|
A._Watcher__debounceEvents_closure.prototype = {
|
|
@@ -36384,38 +36366,6 @@ self.readline = require("readline");
|
|
|
36384
36366
|
return new E.WatchEvent(this.typeForPath._map.$index(0, path), path);
|
|
36385
36367
|
}
|
|
36386
36368
|
};
|
|
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
36369
|
T.EmptyExtender.prototype = {
|
|
36420
36370
|
get$isEmpty: function(_) {
|
|
36421
36371
|
return true;
|
|
@@ -36942,7 +36892,7 @@ self.readline = require("readline");
|
|
|
36942
36892
|
call$1: function(complex) {
|
|
36943
36893
|
return S.Extension$oneOff(H.interceptedTypeCast(complex, "$isComplexSelector"), false, null);
|
|
36944
36894
|
},
|
|
36945
|
-
$signature:
|
|
36895
|
+
$signature: 104
|
|
36946
36896
|
};
|
|
36947
36897
|
F.Extender_extensionsWhereTarget_closure.prototype = {
|
|
36948
36898
|
call$1: function(extension) {
|
|
@@ -36953,19 +36903,19 @@ self.readline = require("readline");
|
|
|
36953
36903
|
call$0: function() {
|
|
36954
36904
|
return P.LinkedHashSet_LinkedHashSet$_empty([F.ModifiableCssValue, D.SelectorList]);
|
|
36955
36905
|
},
|
|
36956
|
-
$signature:
|
|
36906
|
+
$signature: 132
|
|
36957
36907
|
};
|
|
36958
36908
|
F.Extender_addExtension_closure.prototype = {
|
|
36959
36909
|
call$0: function() {
|
|
36960
36910
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
36961
36911
|
},
|
|
36962
|
-
$signature:
|
|
36912
|
+
$signature: 58
|
|
36963
36913
|
};
|
|
36964
36914
|
F.Extender_addExtension_closure0.prototype = {
|
|
36965
36915
|
call$0: function() {
|
|
36966
36916
|
return H.setRuntimeTypeInfo([], [S.Extension]);
|
|
36967
36917
|
},
|
|
36968
|
-
$signature:
|
|
36918
|
+
$signature: 70
|
|
36969
36919
|
};
|
|
36970
36920
|
F.Extender_addExtension_closure1.prototype = {
|
|
36971
36921
|
call$0: function() {
|
|
@@ -36977,13 +36927,13 @@ self.readline = require("readline");
|
|
|
36977
36927
|
call$0: function() {
|
|
36978
36928
|
return H.setRuntimeTypeInfo([], [S.Extension]);
|
|
36979
36929
|
},
|
|
36980
|
-
$signature:
|
|
36930
|
+
$signature: 70
|
|
36981
36931
|
};
|
|
36982
36932
|
F.Extender__extendExistingExtensions_closure0.prototype = {
|
|
36983
36933
|
call$0: function() {
|
|
36984
36934
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
36985
36935
|
},
|
|
36986
|
-
$signature:
|
|
36936
|
+
$signature: 58
|
|
36987
36937
|
};
|
|
36988
36938
|
F.Extender_addExtensions_closure.prototype = {
|
|
36989
36939
|
call$2: function(target, newSources) {
|
|
@@ -37039,13 +36989,13 @@ self.readline = require("readline");
|
|
|
37039
36989
|
call$0: function() {
|
|
37040
36990
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector, S.Extension);
|
|
37041
36991
|
},
|
|
37042
|
-
$signature:
|
|
36992
|
+
$signature: 58
|
|
37043
36993
|
};
|
|
37044
36994
|
F.Extender_addExtensions___closure0.prototype = {
|
|
37045
36995
|
call$0: function() {
|
|
37046
36996
|
return this.extension;
|
|
37047
36997
|
},
|
|
37048
|
-
$signature:
|
|
36998
|
+
$signature: 126
|
|
37049
36999
|
};
|
|
37050
37000
|
F.Extender__extendList_closure.prototype = {
|
|
37051
37001
|
call$1: function(complex) {
|
|
@@ -37681,7 +37631,7 @@ self.readline = require("readline");
|
|
|
37681
37631
|
else
|
|
37682
37632
|
throw H.wrapException(E.SassScriptException$("Missing argument $lightness."));
|
|
37683
37633
|
},
|
|
37684
|
-
$signature:
|
|
37634
|
+
$signature: 10
|
|
37685
37635
|
};
|
|
37686
37636
|
K.closure55.prototype = {
|
|
37687
37637
|
call$1: function($arguments) {
|
|
@@ -37710,7 +37660,7 @@ self.readline = require("readline");
|
|
|
37710
37660
|
else
|
|
37711
37661
|
throw H.wrapException(E.SassScriptException$("Missing argument $lightness."));
|
|
37712
37662
|
},
|
|
37713
|
-
$signature:
|
|
37663
|
+
$signature: 10
|
|
37714
37664
|
};
|
|
37715
37665
|
K.closure59.prototype = {
|
|
37716
37666
|
call$1: function($arguments) {
|
|
@@ -37735,7 +37685,7 @@ self.readline = require("readline");
|
|
|
37735
37685
|
degrees = t1.$index($arguments, 1).assertNumber$1("degrees");
|
|
37736
37686
|
return color.changeHsl$1$hue(color.get$hue() + degrees.value);
|
|
37737
37687
|
},
|
|
37738
|
-
$signature:
|
|
37688
|
+
$signature: 20
|
|
37739
37689
|
};
|
|
37740
37690
|
K.closure62.prototype = {
|
|
37741
37691
|
call$1: function($arguments) {
|
|
@@ -37744,7 +37694,7 @@ self.readline = require("readline");
|
|
|
37744
37694
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37745
37695
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37746
37696
|
},
|
|
37747
|
-
$signature:
|
|
37697
|
+
$signature: 20
|
|
37748
37698
|
};
|
|
37749
37699
|
K.closure63.prototype = {
|
|
37750
37700
|
call$1: function($arguments) {
|
|
@@ -37753,13 +37703,13 @@ self.readline = require("readline");
|
|
|
37753
37703
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37754
37704
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37755
37705
|
},
|
|
37756
|
-
$signature:
|
|
37706
|
+
$signature: 20
|
|
37757
37707
|
};
|
|
37758
37708
|
K.closure64.prototype = {
|
|
37759
37709
|
call$1: function($arguments) {
|
|
37760
37710
|
return new D.SassString("saturate(" + N.serializeValue(J.$index$asx($arguments, 0).assertNumber$1("amount"), false, true) + ")", false);
|
|
37761
37711
|
},
|
|
37762
|
-
$signature:
|
|
37712
|
+
$signature: 10
|
|
37763
37713
|
};
|
|
37764
37714
|
K.closure65.prototype = {
|
|
37765
37715
|
call$1: function($arguments) {
|
|
@@ -37768,7 +37718,7 @@ self.readline = require("readline");
|
|
|
37768
37718
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37769
37719
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37770
37720
|
},
|
|
37771
|
-
$signature:
|
|
37721
|
+
$signature: 20
|
|
37772
37722
|
};
|
|
37773
37723
|
K.closure66.prototype = {
|
|
37774
37724
|
call$1: function($arguments) {
|
|
@@ -37777,7 +37727,7 @@ self.readline = require("readline");
|
|
|
37777
37727
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
37778
37728
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
37779
37729
|
},
|
|
37780
|
-
$signature:
|
|
37730
|
+
$signature: 20
|
|
37781
37731
|
};
|
|
37782
37732
|
K.closure67.prototype = {
|
|
37783
37733
|
call$1: function($arguments) {
|
|
@@ -37802,7 +37752,7 @@ self.readline = require("readline");
|
|
|
37802
37752
|
else
|
|
37803
37753
|
throw H.wrapException(E.SassScriptException$("Only 1 argument allowed, but " + t1 + " were passed."));
|
|
37804
37754
|
},
|
|
37805
|
-
$signature:
|
|
37755
|
+
$signature: 10
|
|
37806
37756
|
};
|
|
37807
37757
|
K._closure10.prototype = {
|
|
37808
37758
|
call$1: function(argument) {
|
|
@@ -37877,7 +37827,7 @@ self.readline = require("readline");
|
|
|
37877
37827
|
}
|
|
37878
37828
|
throw H.wrapException(E.SassScriptException$("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed."));
|
|
37879
37829
|
},
|
|
37880
|
-
$signature:
|
|
37830
|
+
$signature: 10
|
|
37881
37831
|
};
|
|
37882
37832
|
K._closure12.prototype = {
|
|
37883
37833
|
call$1: function(argument) {
|
|
@@ -37924,7 +37874,7 @@ self.readline = require("readline");
|
|
|
37924
37874
|
var t1 = J.getInterceptor$asx($arguments);
|
|
37925
37875
|
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
37876
|
},
|
|
37927
|
-
$signature:
|
|
37877
|
+
$signature: 20
|
|
37928
37878
|
};
|
|
37929
37879
|
K.closure79.prototype = {
|
|
37930
37880
|
call$1: function($arguments) {
|
|
@@ -37961,7 +37911,7 @@ self.readline = require("readline");
|
|
|
37961
37911
|
var color = J.$index$asx($arguments, 0).assertColor$1("color");
|
|
37962
37912
|
return color.changeHsl$1$hue(color.get$hue() + 180);
|
|
37963
37913
|
},
|
|
37964
|
-
$signature:
|
|
37914
|
+
$signature: 20
|
|
37965
37915
|
};
|
|
37966
37916
|
K.closure74.prototype = {
|
|
37967
37917
|
call$1: function($arguments) {
|
|
@@ -38017,7 +37967,7 @@ self.readline = require("readline");
|
|
|
38017
37967
|
else
|
|
38018
37968
|
return color;
|
|
38019
37969
|
},
|
|
38020
|
-
$signature:
|
|
37970
|
+
$signature: 20
|
|
38021
37971
|
};
|
|
38022
37972
|
K.closure_getInRange0.prototype = {
|
|
38023
37973
|
call$3: function($name, min, max) {
|
|
@@ -38069,7 +38019,7 @@ self.readline = require("readline");
|
|
|
38069
38019
|
else
|
|
38070
38020
|
return color;
|
|
38071
38021
|
},
|
|
38072
|
-
$signature:
|
|
38022
|
+
$signature: 20
|
|
38073
38023
|
};
|
|
38074
38024
|
K.closure_getScale.prototype = {
|
|
38075
38025
|
call$1: function($name) {
|
|
@@ -38132,7 +38082,7 @@ self.readline = require("readline");
|
|
|
38132
38082
|
else
|
|
38133
38083
|
return color;
|
|
38134
38084
|
},
|
|
38135
|
-
$signature:
|
|
38085
|
+
$signature: 20
|
|
38136
38086
|
};
|
|
38137
38087
|
K.closure_getInRange.prototype = {
|
|
38138
38088
|
call$3: function($name, min, max) {
|
|
@@ -38152,13 +38102,13 @@ self.readline = require("readline");
|
|
|
38152
38102
|
t1 = new K.closure_hexString();
|
|
38153
38103
|
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
38104
|
},
|
|
38155
|
-
$signature:
|
|
38105
|
+
$signature: 10
|
|
38156
38106
|
};
|
|
38157
38107
|
K.closure_hexString.prototype = {
|
|
38158
38108
|
call$1: function(component) {
|
|
38159
38109
|
return C.JSString_methods.padLeft$2(J.toRadixString$1$n(component, 16), 2, "0").toUpperCase();
|
|
38160
38110
|
},
|
|
38161
|
-
$signature:
|
|
38111
|
+
$signature: 39
|
|
38162
38112
|
};
|
|
38163
38113
|
K._functionString_closure.prototype = {
|
|
38164
38114
|
call$1: function(argument) {
|
|
@@ -38173,7 +38123,7 @@ self.readline = require("readline");
|
|
|
38173
38123
|
t3 = "The function " + t1 + "() isn't in the sass:color module.\n\nRecommendation: color.adjust(" + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
38174
38124
|
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
38125
|
},
|
|
38176
|
-
$signature:
|
|
38126
|
+
$signature: 59
|
|
38177
38127
|
};
|
|
38178
38128
|
K._parseChannels_closure.prototype = {
|
|
38179
38129
|
call$1: function(value) {
|
|
@@ -38207,7 +38157,7 @@ self.readline = require("readline");
|
|
|
38207
38157
|
newList[list.sassIndexToListIndex$2(index, "n")] = value;
|
|
38208
38158
|
return t1.$index($arguments, 0).changeListContents$1(newList);
|
|
38209
38159
|
},
|
|
38210
|
-
$signature:
|
|
38160
|
+
$signature: 21
|
|
38211
38161
|
};
|
|
38212
38162
|
D.closure39.prototype = {
|
|
38213
38163
|
call$1: function($arguments) {
|
|
@@ -38238,7 +38188,7 @@ self.readline = require("readline");
|
|
|
38238
38188
|
t1.push(t2[_i]);
|
|
38239
38189
|
return D.SassList$(t1, separator, bracketed);
|
|
38240
38190
|
},
|
|
38241
|
-
$signature:
|
|
38191
|
+
$signature: 21
|
|
38242
38192
|
};
|
|
38243
38193
|
D.closure38.prototype = {
|
|
38244
38194
|
call$1: function($arguments) {
|
|
@@ -38262,7 +38212,7 @@ self.readline = require("readline");
|
|
|
38262
38212
|
t1.push(value);
|
|
38263
38213
|
return list.changeListContents$2$separator(t1, separator);
|
|
38264
38214
|
},
|
|
38265
|
-
$signature:
|
|
38215
|
+
$signature: 21
|
|
38266
38216
|
};
|
|
38267
38217
|
D.closure37.prototype = {
|
|
38268
38218
|
call$1: function($arguments) {
|
|
@@ -38282,7 +38232,7 @@ self.readline = require("readline");
|
|
|
38282
38232
|
}
|
|
38283
38233
|
return D.SassList$(results, C.ListSeparator_comma, false);
|
|
38284
38234
|
},
|
|
38285
|
-
$signature:
|
|
38235
|
+
$signature: 21
|
|
38286
38236
|
};
|
|
38287
38237
|
D._closure4.prototype = {
|
|
38288
38238
|
call$1: function(list) {
|
|
@@ -38316,13 +38266,13 @@ self.readline = require("readline");
|
|
|
38316
38266
|
call$1: function($arguments) {
|
|
38317
38267
|
return J.$index$asx($arguments, 0).get$separator() === C.ListSeparator_comma ? new D.SassString("comma", false) : new D.SassString("space", false);
|
|
38318
38268
|
},
|
|
38319
|
-
$signature:
|
|
38269
|
+
$signature: 10
|
|
38320
38270
|
};
|
|
38321
38271
|
D.closure35.prototype = {
|
|
38322
38272
|
call$1: function($arguments) {
|
|
38323
38273
|
return J.$index$asx($arguments, 0).get$hasBrackets() ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38324
38274
|
},
|
|
38325
|
-
$signature:
|
|
38275
|
+
$signature: 13
|
|
38326
38276
|
};
|
|
38327
38277
|
A.closure33.prototype = {
|
|
38328
38278
|
call$1: function($arguments) {
|
|
@@ -38350,13 +38300,13 @@ self.readline = require("readline");
|
|
|
38350
38300
|
}
|
|
38351
38301
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
38352
38302
|
},
|
|
38353
|
-
$signature:
|
|
38303
|
+
$signature: 30
|
|
38354
38304
|
};
|
|
38355
38305
|
A.closure30.prototype = {
|
|
38356
38306
|
call$1: function($arguments) {
|
|
38357
38307
|
return J.$index$asx($arguments, 0).assertMap$1("map");
|
|
38358
38308
|
},
|
|
38359
|
-
$signature:
|
|
38309
|
+
$signature: 30
|
|
38360
38310
|
};
|
|
38361
38311
|
A.closure31.prototype = {
|
|
38362
38312
|
call$1: function($arguments) {
|
|
@@ -38373,26 +38323,26 @@ self.readline = require("readline");
|
|
|
38373
38323
|
mutableMap.remove$1(0, t3[_i]);
|
|
38374
38324
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(mutableMap, t2, t2));
|
|
38375
38325
|
},
|
|
38376
|
-
$signature:
|
|
38326
|
+
$signature: 30
|
|
38377
38327
|
};
|
|
38378
38328
|
A.closure29.prototype = {
|
|
38379
38329
|
call$1: function($arguments) {
|
|
38380
38330
|
return D.SassList$(J.$index$asx($arguments, 0).assertMap$1("map").contents.get$keys(), C.ListSeparator_comma, false);
|
|
38381
38331
|
},
|
|
38382
|
-
$signature:
|
|
38332
|
+
$signature: 21
|
|
38383
38333
|
};
|
|
38384
38334
|
A.closure28.prototype = {
|
|
38385
38335
|
call$1: function($arguments) {
|
|
38386
38336
|
return D.SassList$(J.$index$asx($arguments, 0).assertMap$1("map").contents.get$values(), C.ListSeparator_comma, false);
|
|
38387
38337
|
},
|
|
38388
|
-
$signature:
|
|
38338
|
+
$signature: 21
|
|
38389
38339
|
};
|
|
38390
38340
|
A.closure27.prototype = {
|
|
38391
38341
|
call$1: function($arguments) {
|
|
38392
38342
|
var t1 = J.getInterceptor$asx($arguments);
|
|
38393
38343
|
return t1.$index($arguments, 0).assertMap$1("map").contents.containsKey$1(t1.$index($arguments, 1)) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38394
38344
|
},
|
|
38395
|
-
$signature:
|
|
38345
|
+
$signature: 13
|
|
38396
38346
|
};
|
|
38397
38347
|
K.closure25.prototype = {
|
|
38398
38348
|
call$1: function(value) {
|
|
@@ -38718,20 +38668,20 @@ self.readline = require("readline");
|
|
|
38718
38668
|
var t1 = J.getInterceptor$asx($arguments);
|
|
38719
38669
|
return t1.$index($arguments, 0).assertNumber$1("number1").isComparableTo$1(t1.$index($arguments, 1).assertNumber$1("number2")) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38720
38670
|
},
|
|
38721
|
-
$signature:
|
|
38671
|
+
$signature: 13
|
|
38722
38672
|
};
|
|
38723
38673
|
K.closure17.prototype = {
|
|
38724
38674
|
call$1: function($arguments) {
|
|
38725
38675
|
var number = J.$index$asx($arguments, 0).assertNumber$1("number");
|
|
38726
38676
|
return !(number.numeratorUnits.length !== 0 || number.denominatorUnits.length !== 0) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38727
38677
|
},
|
|
38728
|
-
$signature:
|
|
38678
|
+
$signature: 13
|
|
38729
38679
|
};
|
|
38730
38680
|
K.closure19.prototype = {
|
|
38731
38681
|
call$1: function($arguments) {
|
|
38732
38682
|
return new D.SassString(J.$index$asx($arguments, 0).assertNumber$1("number").get$unitString(), true);
|
|
38733
38683
|
},
|
|
38734
|
-
$signature:
|
|
38684
|
+
$signature: 10
|
|
38735
38685
|
};
|
|
38736
38686
|
K.closure21.prototype = {
|
|
38737
38687
|
call$1: function($arguments) {
|
|
@@ -38772,13 +38722,13 @@ self.readline = require("readline");
|
|
|
38772
38722
|
call$1: function($arguments) {
|
|
38773
38723
|
return $._features.contains$1(0, J.$index$asx($arguments, 0).assertString$1("feature").text) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38774
38724
|
},
|
|
38775
|
-
$signature:
|
|
38725
|
+
$signature: 13
|
|
38776
38726
|
};
|
|
38777
38727
|
Q.closure102.prototype = {
|
|
38778
38728
|
call$1: function($arguments) {
|
|
38779
38729
|
return new D.SassString(J.toString$0$(J.get$first$ax($arguments)), false);
|
|
38780
38730
|
},
|
|
38781
|
-
$signature:
|
|
38731
|
+
$signature: 10
|
|
38782
38732
|
};
|
|
38783
38733
|
Q.closure103.prototype = {
|
|
38784
38734
|
call$1: function($arguments) {
|
|
@@ -38801,7 +38751,7 @@ self.readline = require("readline");
|
|
|
38801
38751
|
return new D.SassString("function", false);
|
|
38802
38752
|
return new D.SassString("string", false);
|
|
38803
38753
|
},
|
|
38804
|
-
$signature:
|
|
38754
|
+
$signature: 10
|
|
38805
38755
|
};
|
|
38806
38756
|
Q.closure104.prototype = {
|
|
38807
38757
|
call$1: function($arguments) {
|
|
@@ -38814,7 +38764,7 @@ self.readline = require("readline");
|
|
|
38814
38764
|
} else
|
|
38815
38765
|
throw H.wrapException("$args: " + H.S(argumentList) + " is not an argument list.");
|
|
38816
38766
|
},
|
|
38817
|
-
$signature:
|
|
38767
|
+
$signature: 30
|
|
38818
38768
|
};
|
|
38819
38769
|
Q._closure13.prototype = {
|
|
38820
38770
|
call$2: function(key, _) {
|
|
@@ -38828,7 +38778,7 @@ self.readline = require("readline");
|
|
|
38828
38778
|
throw H.wrapException(E.SassScriptException$("$selectors: At least one selector must be passed."));
|
|
38829
38779
|
return new H.MappedListIterable(selectors, new T._closure1(), [H.getTypeArgumentByIndex(selectors, 0), D.SelectorList]).reduce$1(0, new T._closure2()).get$asSassList();
|
|
38830
38780
|
},
|
|
38831
|
-
$signature:
|
|
38781
|
+
$signature: 21
|
|
38832
38782
|
};
|
|
38833
38783
|
T._closure1.prototype = {
|
|
38834
38784
|
call$1: function(selector) {
|
|
@@ -38847,7 +38797,7 @@ self.readline = require("readline");
|
|
|
38847
38797
|
throw H.wrapException(E.SassScriptException$("$selectors: At least one selector must be passed."));
|
|
38848
38798
|
return new H.MappedListIterable(selectors, new T._closure(), [H.getTypeArgumentByIndex(selectors, 0), D.SelectorList]).reduce$1(0, new T._closure0()).get$asSassList();
|
|
38849
38799
|
},
|
|
38850
|
-
$signature:
|
|
38800
|
+
$signature: 21
|
|
38851
38801
|
};
|
|
38852
38802
|
T._closure.prototype = {
|
|
38853
38803
|
call$1: function(selector) {
|
|
@@ -38885,7 +38835,7 @@ self.readline = require("readline");
|
|
|
38885
38835
|
target = t1.$index($arguments, 1).assertSelector$1$name("extendee");
|
|
38886
38836
|
return F.Extender__extendOrReplace(selector, t1.$index($arguments, 2).assertSelector$1$name("extender"), target, C.ExtendMode_allTargets).get$asSassList();
|
|
38887
38837
|
},
|
|
38888
|
-
$signature:
|
|
38838
|
+
$signature: 21
|
|
38889
38839
|
};
|
|
38890
38840
|
T.closure10.prototype = {
|
|
38891
38841
|
call$1: function($arguments) {
|
|
@@ -38894,7 +38844,7 @@ self.readline = require("readline");
|
|
|
38894
38844
|
target = t1.$index($arguments, 1).assertSelector$1$name("original");
|
|
38895
38845
|
return F.Extender__extendOrReplace(selector, t1.$index($arguments, 2).assertSelector$1$name("replacement"), target, C.ExtendMode_replace).get$asSassList();
|
|
38896
38846
|
},
|
|
38897
|
-
$signature:
|
|
38847
|
+
$signature: 21
|
|
38898
38848
|
};
|
|
38899
38849
|
T.closure9.prototype = {
|
|
38900
38850
|
call$1: function($arguments) {
|
|
@@ -38911,14 +38861,14 @@ self.readline = require("readline");
|
|
|
38911
38861
|
selector2 = t1.$index($arguments, 1).assertSelector$1$name("sub");
|
|
38912
38862
|
return Y.listIsSuperslector(selector1.components, selector2.components) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
38913
38863
|
},
|
|
38914
|
-
$signature:
|
|
38864
|
+
$signature: 13
|
|
38915
38865
|
};
|
|
38916
38866
|
T.closure15.prototype = {
|
|
38917
38867
|
call$1: function($arguments) {
|
|
38918
38868
|
var t1 = J.$index$asx($arguments, 0).assertCompoundSelector$1$name("selector").components;
|
|
38919
38869
|
return D.SassList$(new H.MappedListIterable(t1, new T._closure3(), [H.getTypeArgumentByIndex(t1, 0), F.Value]), C.ListSeparator_comma, false);
|
|
38920
38870
|
},
|
|
38921
|
-
$signature:
|
|
38871
|
+
$signature: 21
|
|
38922
38872
|
};
|
|
38923
38873
|
T._closure3.prototype = {
|
|
38924
38874
|
call$1: function(simple) {
|
|
@@ -38929,7 +38879,7 @@ self.readline = require("readline");
|
|
|
38929
38879
|
call$1: function($arguments) {
|
|
38930
38880
|
return J.$index$asx($arguments, 0).assertSelector$1$name("selector").get$asSassList();
|
|
38931
38881
|
},
|
|
38932
|
-
$signature:
|
|
38882
|
+
$signature: 21
|
|
38933
38883
|
};
|
|
38934
38884
|
D.closure8.prototype = {
|
|
38935
38885
|
call$1: function($arguments) {
|
|
@@ -38938,7 +38888,7 @@ self.readline = require("readline");
|
|
|
38938
38888
|
return string;
|
|
38939
38889
|
return new D.SassString(string.text, false);
|
|
38940
38890
|
},
|
|
38941
|
-
$signature:
|
|
38891
|
+
$signature: 10
|
|
38942
38892
|
};
|
|
38943
38893
|
D.closure7.prototype = {
|
|
38944
38894
|
call$1: function($arguments) {
|
|
@@ -38947,7 +38897,7 @@ self.readline = require("readline");
|
|
|
38947
38897
|
return string;
|
|
38948
38898
|
return new D.SassString(string.text, true);
|
|
38949
38899
|
},
|
|
38950
|
-
$signature:
|
|
38900
|
+
$signature: 10
|
|
38951
38901
|
};
|
|
38952
38902
|
D.closure3.prototype = {
|
|
38953
38903
|
call$1: function($arguments) {
|
|
@@ -38971,7 +38921,7 @@ self.readline = require("readline");
|
|
|
38971
38921
|
codeUnitIndex = B.codepointIndexToCodeUnitIndex(t1, D._codepointForIndex(indexInt, string.get$sassLength(), false));
|
|
38972
38922
|
return new D.SassString(J.replaceRange$3$asx(t1, codeUnitIndex, codeUnitIndex, insert.text), string.hasQuotes);
|
|
38973
38923
|
},
|
|
38974
|
-
$signature:
|
|
38924
|
+
$signature: 10
|
|
38975
38925
|
};
|
|
38976
38926
|
D.closure1.prototype = {
|
|
38977
38927
|
call$1: function($arguments) {
|
|
@@ -39008,7 +38958,7 @@ self.readline = require("readline");
|
|
|
39008
38958
|
t1 = string.text;
|
|
39009
38959
|
return new D.SassString(J.substring$2$s(t1, B.codepointIndexToCodeUnitIndex(t1, startCodepoint), B.codepointIndexToCodeUnitIndex(t1, endCodepoint + 1)), string.hasQuotes);
|
|
39010
38960
|
},
|
|
39011
|
-
$signature:
|
|
38961
|
+
$signature: 10
|
|
39012
38962
|
};
|
|
39013
38963
|
D.closure6.prototype = {
|
|
39014
38964
|
call$1: function($arguments) {
|
|
@@ -39020,7 +38970,7 @@ self.readline = require("readline");
|
|
|
39020
38970
|
}
|
|
39021
38971
|
return new D.SassString(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
39022
38972
|
},
|
|
39023
|
-
$signature:
|
|
38973
|
+
$signature: 10
|
|
39024
38974
|
};
|
|
39025
38975
|
D.closure5.prototype = {
|
|
39026
38976
|
call$1: function($arguments) {
|
|
@@ -39032,7 +38982,7 @@ self.readline = require("readline");
|
|
|
39032
38982
|
}
|
|
39033
38983
|
return new D.SassString(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
39034
38984
|
},
|
|
39035
|
-
$signature:
|
|
38985
|
+
$signature: 10
|
|
39036
38986
|
};
|
|
39037
38987
|
D.closure4.prototype = {
|
|
39038
38988
|
call$1: function($arguments) {
|
|
@@ -39042,7 +38992,7 @@ self.readline = require("readline");
|
|
|
39042
38992
|
$._previousUniqueId = C.JSInt_methods.$mod($.$get$_previousUniqueId(), H.intTypeCast(Math.pow(36, 6)));
|
|
39043
38993
|
return new D.SassString("u" + C.JSString_methods.padLeft$2(J.toRadixString$1$n($.$get$_previousUniqueId(), 36), 6, "0"), false);
|
|
39044
38994
|
},
|
|
39045
|
-
$signature:
|
|
38995
|
+
$signature: 10
|
|
39046
38996
|
};
|
|
39047
38997
|
R.ImportCache.prototype = {
|
|
39048
38998
|
canonicalize$4$baseImporter$baseUrl$forImport: function(url, baseImporter, baseUrl, forImport) {
|
|
@@ -39108,13 +39058,13 @@ self.readline = require("readline");
|
|
|
39108
39058
|
}
|
|
39109
39059
|
return;
|
|
39110
39060
|
},
|
|
39111
|
-
$signature:
|
|
39061
|
+
$signature: 56
|
|
39112
39062
|
};
|
|
39113
39063
|
R.ImportCache__canonicalize_closure.prototype = {
|
|
39114
39064
|
call$0: function() {
|
|
39115
39065
|
return this.importer.canonicalize$1(this.url);
|
|
39116
39066
|
},
|
|
39117
|
-
$signature:
|
|
39067
|
+
$signature: 91
|
|
39118
39068
|
};
|
|
39119
39069
|
R.ImportCache_importCanonical_closure.prototype = {
|
|
39120
39070
|
call$0: function() {
|
|
@@ -39127,7 +39077,7 @@ self.readline = require("readline");
|
|
|
39127
39077
|
t1 = t3 == null ? t1 : t3.resolveUri$1(t1);
|
|
39128
39078
|
return V.Stylesheet_Stylesheet$parse(result.contents, result.syntax, t2._logger, t1);
|
|
39129
39079
|
},
|
|
39130
|
-
$signature:
|
|
39080
|
+
$signature: 35
|
|
39131
39081
|
};
|
|
39132
39082
|
R.ImportCache_humanize_closure.prototype = {
|
|
39133
39083
|
call$1: function(tuple) {
|
|
@@ -39144,11 +39094,14 @@ self.readline = require("readline");
|
|
|
39144
39094
|
call$1: function(url) {
|
|
39145
39095
|
return J.get$length$asx(J.get$path$x(url));
|
|
39146
39096
|
},
|
|
39147
|
-
$signature:
|
|
39097
|
+
$signature: 27
|
|
39148
39098
|
};
|
|
39149
39099
|
M.Importer.prototype = {
|
|
39150
39100
|
modificationTime$1: function(url) {
|
|
39151
39101
|
return new P.DateTime(Date.now(), false);
|
|
39102
|
+
},
|
|
39103
|
+
couldCanonicalize$2: function(url, canonicalUrl) {
|
|
39104
|
+
return true;
|
|
39152
39105
|
}
|
|
39153
39106
|
};
|
|
39154
39107
|
B.AsyncImporter.prototype = {};
|
|
@@ -39175,6 +39128,21 @@ self.readline = require("readline");
|
|
|
39175
39128
|
modificationTime$1: function(url) {
|
|
39176
39129
|
return B.modificationTime($.$get$context().style.pathFromUri$1(M._parseUri(url)));
|
|
39177
39130
|
},
|
|
39131
|
+
couldCanonicalize$2: function(url, canonicalUrl) {
|
|
39132
|
+
var t1, t2, t3, basename, canonicalBasename;
|
|
39133
|
+
if (url.get$scheme() !== "file" && url.get$scheme() !== "")
|
|
39134
|
+
return false;
|
|
39135
|
+
if (canonicalUrl.get$scheme() !== "file")
|
|
39136
|
+
return false;
|
|
39137
|
+
t1 = $.$get$url();
|
|
39138
|
+
t2 = url.get$path(url);
|
|
39139
|
+
t3 = t1.style;
|
|
39140
|
+
basename = X.ParsedPath_ParsedPath$parse(t2, t3).get$basename();
|
|
39141
|
+
canonicalBasename = X.ParsedPath_ParsedPath$parse(canonicalUrl.get$path(canonicalUrl), t3).get$basename();
|
|
39142
|
+
if (!J.startsWith$1$s(basename, "_") && J.startsWith$1$s(canonicalBasename, "_"))
|
|
39143
|
+
canonicalBasename = J.substring$1$s(canonicalBasename, 1);
|
|
39144
|
+
return basename === canonicalBasename || basename === t1.withoutExtension$1(canonicalBasename);
|
|
39145
|
+
},
|
|
39178
39146
|
toString$0: function(_) {
|
|
39179
39147
|
return this._loadPath;
|
|
39180
39148
|
}
|
|
@@ -39189,19 +39157,19 @@ self.readline = require("readline");
|
|
|
39189
39157
|
call$0: function() {
|
|
39190
39158
|
return B._exactlyOne(B._tryPath($.$get$context().withoutExtension$1(this.path) + ".import" + this.extension));
|
|
39191
39159
|
},
|
|
39192
|
-
$signature:
|
|
39160
|
+
$signature: 12
|
|
39193
39161
|
};
|
|
39194
39162
|
B.resolveImportPath_closure0.prototype = {
|
|
39195
39163
|
call$0: function() {
|
|
39196
39164
|
return B._exactlyOne(B._tryPathWithExtensions(this.path + ".import"));
|
|
39197
39165
|
},
|
|
39198
|
-
$signature:
|
|
39166
|
+
$signature: 12
|
|
39199
39167
|
};
|
|
39200
39168
|
B._tryPathAsDirectory_closure.prototype = {
|
|
39201
39169
|
call$0: function() {
|
|
39202
39170
|
return B._exactlyOne(B._tryPathWithExtensions(D.join(this.path, "index.import", null)));
|
|
39203
39171
|
},
|
|
39204
|
-
$signature:
|
|
39172
|
+
$signature: 12
|
|
39205
39173
|
};
|
|
39206
39174
|
B._exactlyOne_closure.prototype = {
|
|
39207
39175
|
call$1: function(path) {
|
|
@@ -39327,7 +39295,7 @@ self.readline = require("readline");
|
|
|
39327
39295
|
$defaultValues: function() {
|
|
39328
39296
|
return [null];
|
|
39329
39297
|
},
|
|
39330
|
-
$signature:
|
|
39298
|
+
$signature: 46
|
|
39331
39299
|
};
|
|
39332
39300
|
B.readStdin_closure1.prototype = {
|
|
39333
39301
|
call$1: function(_) {
|
|
@@ -39341,7 +39309,7 @@ self.readline = require("readline");
|
|
|
39341
39309
|
$defaultValues: function() {
|
|
39342
39310
|
return [null];
|
|
39343
39311
|
},
|
|
39344
|
-
$signature:
|
|
39312
|
+
$signature: 46
|
|
39345
39313
|
};
|
|
39346
39314
|
B.readStdin_closure2.prototype = {
|
|
39347
39315
|
call$1: function(e) {
|
|
@@ -39358,7 +39326,7 @@ self.readline = require("readline");
|
|
|
39358
39326
|
$defaultValues: function() {
|
|
39359
39327
|
return [null];
|
|
39360
39328
|
},
|
|
39361
|
-
$signature:
|
|
39329
|
+
$signature: 46
|
|
39362
39330
|
};
|
|
39363
39331
|
B.fileExists_closure.prototype = {
|
|
39364
39332
|
call$0: function() {
|
|
@@ -39377,7 +39345,7 @@ self.readline = require("readline");
|
|
|
39377
39345
|
throw exception;
|
|
39378
39346
|
}
|
|
39379
39347
|
},
|
|
39380
|
-
$signature:
|
|
39348
|
+
$signature: 26
|
|
39381
39349
|
};
|
|
39382
39350
|
B.dirExists_closure.prototype = {
|
|
39383
39351
|
call$0: function() {
|
|
@@ -39396,7 +39364,7 @@ self.readline = require("readline");
|
|
|
39396
39364
|
throw exception;
|
|
39397
39365
|
}
|
|
39398
39366
|
},
|
|
39399
|
-
$signature:
|
|
39367
|
+
$signature: 26
|
|
39400
39368
|
};
|
|
39401
39369
|
B.ensureDir_closure.prototype = {
|
|
39402
39370
|
call$0: function() {
|
|
@@ -39425,13 +39393,13 @@ self.readline = require("readline");
|
|
|
39425
39393
|
else
|
|
39426
39394
|
return new B.listDir_closure_list().call$1(t1);
|
|
39427
39395
|
},
|
|
39428
|
-
$signature:
|
|
39396
|
+
$signature: 81
|
|
39429
39397
|
};
|
|
39430
39398
|
B.listDir__closure.prototype = {
|
|
39431
39399
|
call$1: function(child) {
|
|
39432
39400
|
return D.join(this.path, H.stringTypeCast(child), null);
|
|
39433
39401
|
},
|
|
39434
|
-
$signature:
|
|
39402
|
+
$signature: 28
|
|
39435
39403
|
};
|
|
39436
39404
|
B.listDir__closure0.prototype = {
|
|
39437
39405
|
call$1: function(child) {
|
|
@@ -39448,7 +39416,7 @@ self.readline = require("readline");
|
|
|
39448
39416
|
var path = D.join(this.parent, H.stringTypeCast(child), null);
|
|
39449
39417
|
return B.dirExists(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], [P.String]);
|
|
39450
39418
|
},
|
|
39451
|
-
$signature:
|
|
39419
|
+
$signature: 77
|
|
39452
39420
|
};
|
|
39453
39421
|
B.modificationTime_closure.prototype = {
|
|
39454
39422
|
call$0: function() {
|
|
@@ -39462,7 +39430,7 @@ self.readline = require("readline");
|
|
|
39462
39430
|
H.throwExpression(P.ArgumentError$("DateTime is outside valid range: " + H.S(t1)));
|
|
39463
39431
|
return new P.DateTime(t1, false);
|
|
39464
39432
|
},
|
|
39465
|
-
$signature:
|
|
39433
|
+
$signature: 80
|
|
39466
39434
|
};
|
|
39467
39435
|
B.watchDir_closure.prototype = {
|
|
39468
39436
|
call$2: function(path, _) {
|
|
@@ -39807,7 +39775,7 @@ self.readline = require("readline");
|
|
|
39807
39775
|
t2.expectDone$0();
|
|
39808
39776
|
return new V.AtRootQuery(include, atRules, atRules.contains$1(0, "all"), atRules.contains$1(0, "rule"));
|
|
39809
39777
|
},
|
|
39810
|
-
$signature:
|
|
39778
|
+
$signature: 53
|
|
39811
39779
|
};
|
|
39812
39780
|
Q.closure105.prototype = {
|
|
39813
39781
|
call$1: function($function) {
|
|
@@ -39973,7 +39941,7 @@ self.readline = require("readline");
|
|
|
39973
39941
|
t2.expectDone$0();
|
|
39974
39942
|
return selectors;
|
|
39975
39943
|
},
|
|
39976
|
-
$signature:
|
|
39944
|
+
$signature: 33
|
|
39977
39945
|
};
|
|
39978
39946
|
F.MediaQueryParser.prototype = {
|
|
39979
39947
|
parse$0: function() {
|
|
@@ -40031,7 +39999,7 @@ self.readline = require("readline");
|
|
|
40031
39999
|
t2.expectDone$0();
|
|
40032
40000
|
return queries;
|
|
40033
40001
|
},
|
|
40034
|
-
$signature:
|
|
40002
|
+
$signature: 50
|
|
40035
40003
|
};
|
|
40036
40004
|
G.Parser.prototype = {
|
|
40037
40005
|
_parseIdentifier$0: function() {
|
|
@@ -40682,7 +40650,7 @@ self.readline = require("readline");
|
|
|
40682
40650
|
t1.scanner.expectDone$0();
|
|
40683
40651
|
return result;
|
|
40684
40652
|
},
|
|
40685
|
-
$signature:
|
|
40653
|
+
$signature: 12
|
|
40686
40654
|
};
|
|
40687
40655
|
U.SassParser.prototype = {
|
|
40688
40656
|
get$currentIndentation: function() {
|
|
@@ -41600,7 +41568,7 @@ self.readline = require("readline");
|
|
|
41600
41568
|
t1.error$1("expected selector.");
|
|
41601
41569
|
return selector;
|
|
41602
41570
|
},
|
|
41603
|
-
$signature:
|
|
41571
|
+
$signature: 32
|
|
41604
41572
|
};
|
|
41605
41573
|
T.SelectorParser_parseCompoundSelector_closure.prototype = {
|
|
41606
41574
|
call$0: function() {
|
|
@@ -41611,7 +41579,7 @@ self.readline = require("readline");
|
|
|
41611
41579
|
t1.error$1("expected selector.");
|
|
41612
41580
|
return compound;
|
|
41613
41581
|
},
|
|
41614
|
-
$signature:
|
|
41582
|
+
$signature: 148
|
|
41615
41583
|
};
|
|
41616
41584
|
V.StylesheetParser.prototype = {
|
|
41617
41585
|
parse$0: function() {
|
|
@@ -44455,13 +44423,13 @@ self.readline = require("readline");
|
|
|
44455
44423
|
C.JSArray_methods.addAll$1(statements, H.MappedIterable_MappedIterable(t4, new V.StylesheetParser_parse__closure0(), H.getRuntimeTypeArgument(t4, "Iterable", 0), O.Statement));
|
|
44456
44424
|
return V.Stylesheet$(statements, t2.spanFrom$1(new S._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
44457
44425
|
},
|
|
44458
|
-
$signature:
|
|
44426
|
+
$signature: 35
|
|
44459
44427
|
};
|
|
44460
44428
|
V.StylesheetParser_parse__closure.prototype = {
|
|
44461
44429
|
call$0: function() {
|
|
44462
44430
|
return this.$this._statement$1$root(true);
|
|
44463
44431
|
},
|
|
44464
|
-
$signature:
|
|
44432
|
+
$signature: 37
|
|
44465
44433
|
};
|
|
44466
44434
|
V.StylesheetParser_parse__closure0.prototype = {
|
|
44467
44435
|
call$1: function(declaration) {
|
|
@@ -44482,14 +44450,14 @@ self.readline = require("readline");
|
|
|
44482
44450
|
t2.expectChar$1(123);
|
|
44483
44451
|
return $arguments;
|
|
44484
44452
|
},
|
|
44485
|
-
$signature:
|
|
44453
|
+
$signature: 147
|
|
44486
44454
|
};
|
|
44487
44455
|
V.StylesheetParser_parseVariableDeclaration_closure.prototype = {
|
|
44488
44456
|
call$0: function() {
|
|
44489
44457
|
var t1 = this.$this;
|
|
44490
44458
|
return t1.lookingAtIdentifier$0() ? t1._variableDeclarationWithNamespace$0() : t1.variableDeclarationWithoutNamespace$0();
|
|
44491
44459
|
},
|
|
44492
|
-
$signature:
|
|
44460
|
+
$signature: 68
|
|
44493
44461
|
};
|
|
44494
44462
|
V.StylesheetParser_parseUseRule_closure.prototype = {
|
|
44495
44463
|
call$0: function() {
|
|
@@ -44517,19 +44485,19 @@ self.readline = require("readline");
|
|
|
44517
44485
|
call$0: function() {
|
|
44518
44486
|
return this.$this._statement$0();
|
|
44519
44487
|
},
|
|
44520
|
-
$signature:
|
|
44488
|
+
$signature: 37
|
|
44521
44489
|
};
|
|
44522
44490
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure.prototype = {
|
|
44523
44491
|
call$0: function() {
|
|
44524
44492
|
return this.$this.scanner.spanFrom$1(this._box_0.start);
|
|
44525
44493
|
},
|
|
44526
|
-
$signature:
|
|
44494
|
+
$signature: 24
|
|
44527
44495
|
};
|
|
44528
44496
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure0.prototype = {
|
|
44529
44497
|
call$0: function() {
|
|
44530
44498
|
return this.declaration;
|
|
44531
44499
|
},
|
|
44532
|
-
$signature:
|
|
44500
|
+
$signature: 68
|
|
44533
44501
|
};
|
|
44534
44502
|
V.StylesheetParser__declarationOrBuffer_closure.prototype = {
|
|
44535
44503
|
call$2: function(children, span) {
|
|
@@ -44610,7 +44578,7 @@ self.readline = require("readline");
|
|
|
44610
44578
|
} else
|
|
44611
44579
|
return false;
|
|
44612
44580
|
},
|
|
44613
|
-
$signature:
|
|
44581
|
+
$signature: 26
|
|
44614
44582
|
};
|
|
44615
44583
|
V.StylesheetParser__forRule_closure0.prototype = {
|
|
44616
44584
|
call$2: function(children, span) {
|
|
@@ -44810,25 +44778,25 @@ self.readline = require("readline");
|
|
|
44810
44778
|
call$0: function() {
|
|
44811
44779
|
return this.$this.scanner.peekChar$0() === 44;
|
|
44812
44780
|
},
|
|
44813
|
-
$signature:
|
|
44781
|
+
$signature: 26
|
|
44814
44782
|
};
|
|
44815
44783
|
V.StylesheetParser__unicodeRange_closure.prototype = {
|
|
44816
44784
|
call$1: function(char) {
|
|
44817
44785
|
return char != null && T.isHex(char);
|
|
44818
44786
|
},
|
|
44819
|
-
$signature:
|
|
44787
|
+
$signature: 16
|
|
44820
44788
|
};
|
|
44821
44789
|
V.StylesheetParser__unicodeRange_closure0.prototype = {
|
|
44822
44790
|
call$1: function(char) {
|
|
44823
44791
|
return char != null && T.isHex(char);
|
|
44824
44792
|
},
|
|
44825
|
-
$signature:
|
|
44793
|
+
$signature: 16
|
|
44826
44794
|
};
|
|
44827
44795
|
V.StylesheetParser_identifierLike_closure.prototype = {
|
|
44828
44796
|
call$0: function() {
|
|
44829
44797
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
44830
44798
|
},
|
|
44831
|
-
$signature:
|
|
44799
|
+
$signature: 24
|
|
44832
44800
|
};
|
|
44833
44801
|
V.StylesheetParser__expressionUntilComparison_closure.prototype = {
|
|
44834
44802
|
call$0: function() {
|
|
@@ -44838,13 +44806,13 @@ self.readline = require("readline");
|
|
|
44838
44806
|
return t1.peekChar$1(1) !== 61;
|
|
44839
44807
|
return next === 60 || next === 62;
|
|
44840
44808
|
},
|
|
44841
|
-
$signature:
|
|
44809
|
+
$signature: 26
|
|
44842
44810
|
};
|
|
44843
44811
|
V.StylesheetParser__publicIdentifier_closure.prototype = {
|
|
44844
44812
|
call$0: function() {
|
|
44845
44813
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
44846
44814
|
},
|
|
44847
|
-
$signature:
|
|
44815
|
+
$signature: 24
|
|
44848
44816
|
};
|
|
44849
44817
|
M.StylesheetGraph.prototype = {
|
|
44850
44818
|
modifiedSince$3: function(url, since, baseImporter) {
|
|
@@ -44854,17 +44822,28 @@ self.readline = require("readline");
|
|
|
44854
44822
|
return new M.StylesheetGraph_modifiedSince_transitiveModificationTime(this).call$1(node)._core$_value > since._core$_value;
|
|
44855
44823
|
},
|
|
44856
44824
|
_stylesheet_graph$_add$3: function(url, baseImporter, baseUrl) {
|
|
44857
|
-
var
|
|
44825
|
+
var t1, t2, _this = this,
|
|
44826
|
+
tuple = _this._ignoreErrors$1(new M.StylesheetGraph__add_closure(_this, url, baseImporter, baseUrl));
|
|
44858
44827
|
if (tuple == null)
|
|
44859
44828
|
return;
|
|
44860
|
-
|
|
44829
|
+
t1 = tuple.item1;
|
|
44830
|
+
t2 = tuple.item2;
|
|
44831
|
+
_this.addCanonical$3(t1, t2, tuple.item3);
|
|
44832
|
+
return _this._nodes.$index(0, t2);
|
|
44861
44833
|
},
|
|
44862
|
-
addCanonical$
|
|
44863
|
-
var _this = this,
|
|
44864
|
-
|
|
44834
|
+
addCanonical$4$recanonicalize: function(importer, canonicalUrl, originalUrl, recanonicalize) {
|
|
44835
|
+
var stylesheet, _this = this,
|
|
44836
|
+
t1 = _this._nodes;
|
|
44837
|
+
if (t1.$index(0, canonicalUrl) != null)
|
|
44838
|
+
return C.Set_empty;
|
|
44839
|
+
stylesheet = _this._ignoreErrors$1(new M.StylesheetGraph_addCanonical_closure(_this, importer, canonicalUrl, originalUrl));
|
|
44865
44840
|
if (stylesheet == null)
|
|
44866
|
-
return;
|
|
44867
|
-
|
|
44841
|
+
return C.Set_empty;
|
|
44842
|
+
t1.$indexSet(0, canonicalUrl, M.StylesheetNode$_(stylesheet, importer, canonicalUrl, _this._upstreamNodes$3(stylesheet, importer, canonicalUrl)));
|
|
44843
|
+
return recanonicalize ? _this._recanonicalizeImports$2(importer, canonicalUrl) : C.Set_empty;
|
|
44844
|
+
},
|
|
44845
|
+
addCanonical$3: function(importer, canonicalUrl, originalUrl) {
|
|
44846
|
+
return this.addCanonical$4$recanonicalize(importer, canonicalUrl, originalUrl, true);
|
|
44868
44847
|
},
|
|
44869
44848
|
_upstreamNodes$3: function(stylesheet, baseImporter, baseUrl) {
|
|
44870
44849
|
var t4, t5, t6, t7, t8,
|
|
@@ -44890,27 +44869,45 @@ self.readline = require("readline");
|
|
|
44890
44869
|
return new S.Tuple2(t6, t1, [t2, t2]);
|
|
44891
44870
|
},
|
|
44892
44871
|
reload$1: function(canonicalUrl) {
|
|
44893
|
-
var stylesheet, _this = this,
|
|
44872
|
+
var stylesheet, upstream, _this = this,
|
|
44894
44873
|
node = _this._nodes.$index(0, canonicalUrl);
|
|
44895
44874
|
if (node == null)
|
|
44896
44875
|
throw H.wrapException(P.StateError$(H.S(canonicalUrl) + " is not in the dependency graph."));
|
|
44897
44876
|
_this._transitiveModificationTimes.clear$0(0);
|
|
44898
44877
|
_this.importCache.clearImport$1(canonicalUrl);
|
|
44899
44878
|
stylesheet = _this._ignoreErrors$1(new M.StylesheetGraph_reload_closure(_this, node, canonicalUrl));
|
|
44900
|
-
if (stylesheet == null)
|
|
44901
|
-
|
|
44902
|
-
|
|
44903
|
-
|
|
44904
|
-
node._replaceUpstream$
|
|
44905
|
-
return
|
|
44879
|
+
if (stylesheet == null)
|
|
44880
|
+
return false;
|
|
44881
|
+
node._stylesheet_graph$_stylesheet = stylesheet;
|
|
44882
|
+
upstream = _this._upstreamNodes$3(stylesheet, node.importer, canonicalUrl);
|
|
44883
|
+
node._replaceUpstream$2(upstream.item1, upstream.item2);
|
|
44884
|
+
return true;
|
|
44906
44885
|
},
|
|
44907
|
-
|
|
44908
|
-
var
|
|
44909
|
-
|
|
44910
|
-
|
|
44911
|
-
|
|
44912
|
-
|
|
44913
|
-
|
|
44886
|
+
_recanonicalizeImports$2: function(importer, canonicalUrl) {
|
|
44887
|
+
var t2, t3, t4, t5, newUpstream, newUpstreamImports, _this = this,
|
|
44888
|
+
t1 = M.StylesheetNode,
|
|
44889
|
+
changed = P.LinkedHashSet_LinkedHashSet$_empty(t1);
|
|
44890
|
+
for (t2 = P.Uri, t3 = [t2, t1], t4 = _this._nodes.get$values(), t4 = t4.get$iterator(t4); t4.moveNext$0();) {
|
|
44891
|
+
t5 = t4.get$current(t4);
|
|
44892
|
+
newUpstream = _this._recanonicalizeImportsForNode$4$forImport(t5, importer, canonicalUrl, false);
|
|
44893
|
+
newUpstreamImports = _this._recanonicalizeImportsForNode$4$forImport(t5, importer, canonicalUrl, true);
|
|
44894
|
+
if (newUpstream.get$isNotEmpty(newUpstream) || newUpstreamImports.get$isNotEmpty(newUpstreamImports)) {
|
|
44895
|
+
changed.add$1(0, t5);
|
|
44896
|
+
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));
|
|
44897
|
+
}
|
|
44898
|
+
}
|
|
44899
|
+
if (changed._collection$_length !== 0)
|
|
44900
|
+
_this._transitiveModificationTimes.clear$0(0);
|
|
44901
|
+
return changed;
|
|
44902
|
+
},
|
|
44903
|
+
_recanonicalizeImportsForNode$4$forImport: function(node, importer, canonicalUrl, forImport) {
|
|
44904
|
+
var t1 = P.Uri,
|
|
44905
|
+
t2 = M.StylesheetNode,
|
|
44906
|
+
t3 = [t1, t2],
|
|
44907
|
+
map = forImport ? new P.UnmodifiableMapView(node._upstreamImports, t3) : new P.UnmodifiableMapView(node._upstream, t3),
|
|
44908
|
+
newMap = P.LinkedHashMap_LinkedHashMap$_empty(t1, t2);
|
|
44909
|
+
map._map.forEach$1(0, new M.StylesheetGraph__recanonicalizeImportsForNode_closure(this, importer, canonicalUrl, node, forImport, newMap));
|
|
44910
|
+
return newMap;
|
|
44914
44911
|
},
|
|
44915
44912
|
_nodeFor$5$forImport: function(url, baseImporter, baseUrl, active, forImport) {
|
|
44916
44913
|
var importer, canonicalUrl, resolvedUrl, t1, stylesheet, node, _this = this,
|
|
@@ -44970,51 +44967,67 @@ self.readline = require("readline");
|
|
|
44970
44967
|
}
|
|
44971
44968
|
return latest;
|
|
44972
44969
|
},
|
|
44973
|
-
$signature:
|
|
44970
|
+
$signature: 80
|
|
44974
44971
|
};
|
|
44975
44972
|
M.StylesheetGraph__add_closure.prototype = {
|
|
44976
44973
|
call$0: function() {
|
|
44977
44974
|
var _this = this;
|
|
44978
44975
|
return _this.$this.importCache.canonicalize$3$baseImporter$baseUrl(_this.url, _this.baseImporter, _this.baseUrl);
|
|
44979
44976
|
},
|
|
44980
|
-
$signature:
|
|
44977
|
+
$signature: 56
|
|
44981
44978
|
};
|
|
44982
44979
|
M.StylesheetGraph_addCanonical_closure.prototype = {
|
|
44983
44980
|
call$0: function() {
|
|
44984
44981
|
var _this = this;
|
|
44985
44982
|
return _this.$this.importCache.importCanonical$3(_this.importer, _this.canonicalUrl, _this.originalUrl);
|
|
44986
44983
|
},
|
|
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
|
|
44984
|
+
$signature: 35
|
|
44998
44985
|
};
|
|
44999
44986
|
M.StylesheetGraph_reload_closure.prototype = {
|
|
45000
44987
|
call$0: function() {
|
|
45001
44988
|
return this.$this.importCache.importCanonical$2(this.node.importer, this.canonicalUrl);
|
|
45002
44989
|
},
|
|
45003
|
-
$signature:
|
|
44990
|
+
$signature: 35
|
|
44991
|
+
};
|
|
44992
|
+
M.StylesheetGraph__recanonicalizeImportsForNode_closure.prototype = {
|
|
44993
|
+
call$2: function(url, upstream) {
|
|
44994
|
+
var result, t1, t2, t3, t4, exception, newCanonicalUrl, _this = this;
|
|
44995
|
+
if (!_this.importer.couldCanonicalize$2(url, _this.canonicalUrl))
|
|
44996
|
+
return;
|
|
44997
|
+
t1 = _this.$this;
|
|
44998
|
+
t2 = t1.importCache;
|
|
44999
|
+
t3 = t2._canonicalizeCache;
|
|
45000
|
+
t4 = [P.Uri, P.bool];
|
|
45001
|
+
t3.remove$1(0, new S.Tuple2(url, false, t4));
|
|
45002
|
+
t3.remove$1(0, new S.Tuple2(url, true, t4));
|
|
45003
|
+
result = null;
|
|
45004
|
+
try {
|
|
45005
|
+
t3 = _this.node;
|
|
45006
|
+
result = t2.canonicalize$4$baseImporter$baseUrl$forImport(url, t3.importer, t3.canonicalUrl, _this.forImport);
|
|
45007
|
+
} catch (exception) {
|
|
45008
|
+
H.unwrapException(exception);
|
|
45009
|
+
}
|
|
45010
|
+
t2 = result;
|
|
45011
|
+
newCanonicalUrl = t2 == null ? null : t2.item2;
|
|
45012
|
+
if (J.$eq$(newCanonicalUrl, upstream == null ? null : upstream.canonicalUrl))
|
|
45013
|
+
return;
|
|
45014
|
+
t1 = result == null ? null : t1._nodes.$index(0, result.item2);
|
|
45015
|
+
_this.newMap.$indexSet(0, url, t1);
|
|
45016
|
+
}
|
|
45004
45017
|
};
|
|
45005
45018
|
M.StylesheetGraph__nodeFor_closure.prototype = {
|
|
45006
45019
|
call$0: function() {
|
|
45007
45020
|
var _this = this;
|
|
45008
45021
|
return _this.$this.importCache.canonicalize$4$baseImporter$baseUrl$forImport(_this.url, _this.baseImporter, _this.baseUrl, _this.forImport);
|
|
45009
45022
|
},
|
|
45010
|
-
$signature:
|
|
45023
|
+
$signature: 56
|
|
45011
45024
|
};
|
|
45012
45025
|
M.StylesheetGraph__nodeFor_closure0.prototype = {
|
|
45013
45026
|
call$0: function() {
|
|
45014
45027
|
var _this = this;
|
|
45015
45028
|
return _this.$this.importCache.importCanonical$3(_this.importer, _this.canonicalUrl, _this.resolvedUrl);
|
|
45016
45029
|
},
|
|
45017
|
-
$signature:
|
|
45030
|
+
$signature: 35
|
|
45018
45031
|
};
|
|
45019
45032
|
M.StylesheetNode.prototype = {
|
|
45020
45033
|
StylesheetNode$_$4: function(_stylesheet, importer, canonicalUrl, allUpstream) {
|
|
@@ -45026,8 +45039,8 @@ self.readline = require("readline");
|
|
|
45026
45039
|
t2._downstream.add$1(0, this);
|
|
45027
45040
|
}
|
|
45028
45041
|
},
|
|
45029
|
-
_replaceUpstream$
|
|
45030
|
-
var t3,
|
|
45042
|
+
_replaceUpstream$2: function(newUpstream, newUpstreamImports) {
|
|
45043
|
+
var t3, _this = this,
|
|
45031
45044
|
t1 = M.StylesheetNode,
|
|
45032
45045
|
t2 = P.LinkedHashSet_LinkedHashSet(t1);
|
|
45033
45046
|
for (t3 = _this._upstream.get$values(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
@@ -45036,17 +45049,17 @@ self.readline = require("readline");
|
|
|
45036
45049
|
t2.add$1(0, t3.get$current(t3));
|
|
45037
45050
|
t2.remove$1(0, null);
|
|
45038
45051
|
t1 = P.LinkedHashSet_LinkedHashSet(t1);
|
|
45039
|
-
for (t3 =
|
|
45040
|
-
t1.add$1(0,
|
|
45041
|
-
for (
|
|
45042
|
-
t1.add$1(0,
|
|
45052
|
+
for (t3 = newUpstream.get$values(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
45053
|
+
t1.add$1(0, t3.get$current(t3));
|
|
45054
|
+
for (t3 = newUpstreamImports.get$values(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
45055
|
+
t1.add$1(0, t3.get$current(t3));
|
|
45043
45056
|
t1.remove$1(0, null);
|
|
45044
|
-
for (
|
|
45045
|
-
|
|
45057
|
+
for (t3 = t2.difference$1(t1), t3 = P._LinkedHashSetIterator$(t3, t3._collection$_modifications); t3.moveNext$0();)
|
|
45058
|
+
t3._collection$_current._downstream.remove$1(0, _this);
|
|
45046
45059
|
for (t1 = t1.difference$1(t2), t1 = P._LinkedHashSetIterator$(t1, t1._collection$_modifications); t1.moveNext$0();)
|
|
45047
45060
|
t1._collection$_current._downstream.add$1(0, _this);
|
|
45048
|
-
_this._upstream =
|
|
45049
|
-
_this._upstreamImports =
|
|
45061
|
+
_this._upstream = newUpstream;
|
|
45062
|
+
_this._upstreamImports = newUpstreamImports;
|
|
45050
45063
|
},
|
|
45051
45064
|
_stylesheet_graph$_remove$0: function() {
|
|
45052
45065
|
var t2, t3, t4, _i, url, _this = this,
|
|
@@ -45079,6 +45092,10 @@ self.readline = require("readline");
|
|
|
45079
45092
|
}
|
|
45080
45093
|
}
|
|
45081
45094
|
}
|
|
45095
|
+
},
|
|
45096
|
+
toString$0: function(_) {
|
|
45097
|
+
var t1 = this._stylesheet_graph$_stylesheet.span.file;
|
|
45098
|
+
return $.$get$context().prettyUri$1(t1.url);
|
|
45082
45099
|
}
|
|
45083
45100
|
};
|
|
45084
45101
|
M.Syntax.prototype = {
|
|
@@ -45418,13 +45435,13 @@ self.readline = require("readline");
|
|
|
45418
45435
|
call$2: function(url, _) {
|
|
45419
45436
|
return J.toString$0$(url);
|
|
45420
45437
|
},
|
|
45421
|
-
$signature:
|
|
45438
|
+
$signature: 69
|
|
45422
45439
|
};
|
|
45423
45440
|
D.SourceMapBuffer__addEntry_closure.prototype = {
|
|
45424
45441
|
call$0: function() {
|
|
45425
45442
|
return this.source.file;
|
|
45426
45443
|
},
|
|
45427
|
-
$signature:
|
|
45444
|
+
$signature: 49
|
|
45428
45445
|
};
|
|
45429
45446
|
D.SourceMapBuffer_buildSourceMap_closure.prototype = {
|
|
45430
45447
|
call$1: function(entry) {
|
|
@@ -45508,7 +45525,7 @@ self.readline = require("readline");
|
|
|
45508
45525
|
call$1: function(_) {
|
|
45509
45526
|
return P.List_List$filled(J.get$length$asx(this.list2) + 1, 0, P.int);
|
|
45510
45527
|
},
|
|
45511
|
-
$signature:
|
|
45528
|
+
$signature: 71
|
|
45512
45529
|
};
|
|
45513
45530
|
B.longestCommonSubsequence_closure1.prototype = {
|
|
45514
45531
|
call$1: function(_) {
|
|
@@ -50516,7 +50533,7 @@ self.readline = require("readline");
|
|
|
50516
50533
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
50517
50534
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module.text) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50518
50535
|
},
|
|
50519
|
-
$signature:
|
|
50536
|
+
$signature: 13
|
|
50520
50537
|
};
|
|
50521
50538
|
E._EvaluateVisitor_closure10.prototype = {
|
|
50522
50539
|
call$1: function($arguments) {
|
|
@@ -50526,7 +50543,7 @@ self.readline = require("readline");
|
|
|
50526
50543
|
t2.toString;
|
|
50527
50544
|
return t1.getVariable$1(H.stringReplaceAllUnchecked(t2, "_", "-")) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50528
50545
|
},
|
|
50529
|
-
$signature:
|
|
50546
|
+
$signature: 13
|
|
50530
50547
|
};
|
|
50531
50548
|
E._EvaluateVisitor_closure11.prototype = {
|
|
50532
50549
|
call$1: function($arguments) {
|
|
@@ -50542,7 +50559,7 @@ self.readline = require("readline");
|
|
|
50542
50559
|
t4 = H.stringReplaceAllUnchecked(t3, "_", "-");
|
|
50543
50560
|
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
50561
|
},
|
|
50545
|
-
$signature:
|
|
50562
|
+
$signature: 13
|
|
50546
50563
|
};
|
|
50547
50564
|
E._EvaluateVisitor_closure12.prototype = {
|
|
50548
50565
|
call$1: function($arguments) {
|
|
@@ -50557,7 +50574,7 @@ self.readline = require("readline");
|
|
|
50557
50574
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
50558
50575
|
return t1.getMixin$2$namespace(t2, module == null ? null : module.text) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50559
50576
|
},
|
|
50560
|
-
$signature:
|
|
50577
|
+
$signature: 13
|
|
50561
50578
|
};
|
|
50562
50579
|
E._EvaluateVisitor_closure13.prototype = {
|
|
50563
50580
|
call$1: function($arguments) {
|
|
@@ -50566,7 +50583,7 @@ self.readline = require("readline");
|
|
|
50566
50583
|
throw H.wrapException(E.SassScriptException$("content-exists() may only be called within a mixin."));
|
|
50567
50584
|
return t1._async_environment$_content != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
50568
50585
|
},
|
|
50569
|
-
$signature:
|
|
50586
|
+
$signature: 13
|
|
50570
50587
|
};
|
|
50571
50588
|
E._EvaluateVisitor_closure14.prototype = {
|
|
50572
50589
|
call$1: function($arguments) {
|
|
@@ -50583,7 +50600,7 @@ self.readline = require("readline");
|
|
|
50583
50600
|
}
|
|
50584
50601
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
50585
50602
|
},
|
|
50586
|
-
$signature:
|
|
50603
|
+
$signature: 30
|
|
50587
50604
|
};
|
|
50588
50605
|
E._EvaluateVisitor_closure15.prototype = {
|
|
50589
50606
|
call$1: function($arguments) {
|
|
@@ -50600,7 +50617,7 @@ self.readline = require("readline");
|
|
|
50600
50617
|
}
|
|
50601
50618
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
50602
50619
|
},
|
|
50603
|
-
$signature:
|
|
50620
|
+
$signature: 30
|
|
50604
50621
|
};
|
|
50605
50622
|
E._EvaluateVisitor_closure16.prototype = {
|
|
50606
50623
|
call$1: function($arguments) {
|
|
@@ -50622,7 +50639,7 @@ self.readline = require("readline");
|
|
|
50622
50639
|
return new F.SassFunction(callable);
|
|
50623
50640
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
50624
50641
|
},
|
|
50625
|
-
$signature:
|
|
50642
|
+
$signature: 72
|
|
50626
50643
|
};
|
|
50627
50644
|
E._EvaluateVisitor__closure8.prototype = {
|
|
50628
50645
|
call$0: function() {
|
|
@@ -50634,7 +50651,7 @@ self.readline = require("readline");
|
|
|
50634
50651
|
t2 = t2 == null ? null : t2.text;
|
|
50635
50652
|
return this.$this._async_evaluate$_getFunction$2$namespace(t1, t2);
|
|
50636
50653
|
},
|
|
50637
|
-
$signature:
|
|
50654
|
+
$signature: 48
|
|
50638
50655
|
};
|
|
50639
50656
|
E._EvaluateVisitor_closure17.prototype = {
|
|
50640
50657
|
call$1: function($arguments) {
|
|
@@ -50825,7 +50842,7 @@ self.readline = require("readline");
|
|
|
50825
50842
|
});
|
|
50826
50843
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
50827
50844
|
},
|
|
50828
|
-
$signature:
|
|
50845
|
+
$signature: 120
|
|
50829
50846
|
};
|
|
50830
50847
|
E._EvaluateVisitor__withWarnCallback_closure0.prototype = {
|
|
50831
50848
|
call$2: function(message, deprecation) {
|
|
@@ -51035,7 +51052,7 @@ self.readline = require("readline");
|
|
|
51035
51052
|
call$0: function() {
|
|
51036
51053
|
return H.setRuntimeTypeInfo([], [F.Extender]);
|
|
51037
51054
|
},
|
|
51038
|
-
$signature:
|
|
51055
|
+
$signature: 73
|
|
51039
51056
|
};
|
|
51040
51057
|
E._EvaluateVisitor__topologicalModules_visitModule0.prototype = {
|
|
51041
51058
|
call$1: function(module) {
|
|
@@ -51053,7 +51070,7 @@ self.readline = require("readline");
|
|
|
51053
51070
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
51054
51071
|
return new V.AtRootQueryParser(t1, this.$this._async_evaluate$_logger).parse$0();
|
|
51055
51072
|
},
|
|
51056
|
-
$signature:
|
|
51073
|
+
$signature: 53
|
|
51057
51074
|
};
|
|
51058
51075
|
E._EvaluateVisitor_visitAtRootRule_closure3.prototype = {
|
|
51059
51076
|
call$0: function() {
|
|
@@ -51361,7 +51378,7 @@ self.readline = require("readline");
|
|
|
51361
51378
|
t1 = _this.$this;
|
|
51362
51379
|
return t1._async_evaluate$_handleReturn$2(_this.list.get$asList(), new E._EvaluateVisitor_visitEachRule__closure0(t1, _this.setVariables, _this.node));
|
|
51363
51380
|
},
|
|
51364
|
-
$signature:
|
|
51381
|
+
$signature: 22
|
|
51365
51382
|
};
|
|
51366
51383
|
E._EvaluateVisitor_visitEachRule__closure0.prototype = {
|
|
51367
51384
|
call$1: function(element) {
|
|
@@ -51381,7 +51398,7 @@ self.readline = require("readline");
|
|
|
51381
51398
|
var t1 = this.targetText;
|
|
51382
51399
|
return D.SelectorList_SelectorList$parse(B.trimAscii(t1.get$value(t1), true), false, true, this.$this._async_evaluate$_logger);
|
|
51383
51400
|
},
|
|
51384
|
-
$signature:
|
|
51401
|
+
$signature: 32
|
|
51385
51402
|
};
|
|
51386
51403
|
E._EvaluateVisitor_visitAtRule_closure1.prototype = {
|
|
51387
51404
|
call$0: function() {
|
|
@@ -51512,7 +51529,7 @@ self.readline = require("readline");
|
|
|
51512
51529
|
});
|
|
51513
51530
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
51514
51531
|
},
|
|
51515
|
-
$signature:
|
|
51532
|
+
$signature: 74
|
|
51516
51533
|
};
|
|
51517
51534
|
E._EvaluateVisitor_visitForRule_closure5.prototype = {
|
|
51518
51535
|
call$0: function() {
|
|
@@ -51541,7 +51558,7 @@ self.readline = require("readline");
|
|
|
51541
51558
|
});
|
|
51542
51559
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
51543
51560
|
},
|
|
51544
|
-
$signature:
|
|
51561
|
+
$signature: 74
|
|
51545
51562
|
};
|
|
51546
51563
|
E._EvaluateVisitor_visitForRule_closure6.prototype = {
|
|
51547
51564
|
call$0: function() {
|
|
@@ -51612,7 +51629,7 @@ self.readline = require("readline");
|
|
|
51612
51629
|
});
|
|
51613
51630
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
51614
51631
|
},
|
|
51615
|
-
$signature:
|
|
51632
|
+
$signature: 22
|
|
51616
51633
|
};
|
|
51617
51634
|
E._EvaluateVisitor_visitForRule__closure0.prototype = {
|
|
51618
51635
|
call$1: function(child) {
|
|
@@ -51643,7 +51660,7 @@ self.readline = require("readline");
|
|
|
51643
51660
|
var t1 = this.$this;
|
|
51644
51661
|
return t1._async_evaluate$_handleReturn$2(this._box_0.clause.children, new E._EvaluateVisitor_visitIfRule__closure0(t1));
|
|
51645
51662
|
},
|
|
51646
|
-
$signature:
|
|
51663
|
+
$signature: 22
|
|
51647
51664
|
};
|
|
51648
51665
|
E._EvaluateVisitor_visitIfRule__closure0.prototype = {
|
|
51649
51666
|
call$1: function(child) {
|
|
@@ -51810,7 +51827,7 @@ self.readline = require("readline");
|
|
|
51810
51827
|
var t1 = this.node;
|
|
51811
51828
|
return this.$this._async_evaluate$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
51812
51829
|
},
|
|
51813
|
-
$signature:
|
|
51830
|
+
$signature: 48
|
|
51814
51831
|
};
|
|
51815
51832
|
E._EvaluateVisitor_visitIncludeRule_closure3.prototype = {
|
|
51816
51833
|
call$0: function() {
|
|
@@ -51818,7 +51835,7 @@ self.readline = require("readline");
|
|
|
51818
51835
|
},
|
|
51819
51836
|
"call*": "call$0",
|
|
51820
51837
|
$requiredArgCount: 0,
|
|
51821
|
-
$signature:
|
|
51838
|
+
$signature: 24
|
|
51822
51839
|
};
|
|
51823
51840
|
E._EvaluateVisitor_visitIncludeRule_closure4.prototype = {
|
|
51824
51841
|
call$0: function() {
|
|
@@ -51922,7 +51939,7 @@ self.readline = require("readline");
|
|
|
51922
51939
|
call$0: function() {
|
|
51923
51940
|
return this.statement.accept$1(this.$this);
|
|
51924
51941
|
},
|
|
51925
|
-
$signature:
|
|
51942
|
+
$signature: 22
|
|
51926
51943
|
};
|
|
51927
51944
|
E._EvaluateVisitor_visitMediaRule_closure1.prototype = {
|
|
51928
51945
|
call$0: function() {
|
|
@@ -52064,7 +52081,7 @@ self.readline = require("readline");
|
|
|
52064
52081
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
52065
52082
|
return new F.MediaQueryParser(t1, this.$this._async_evaluate$_logger).parse$0();
|
|
52066
52083
|
},
|
|
52067
|
-
$signature:
|
|
52084
|
+
$signature: 50
|
|
52068
52085
|
};
|
|
52069
52086
|
E._EvaluateVisitor_visitStyleRule_closure6.prototype = {
|
|
52070
52087
|
call$0: function() {
|
|
@@ -52072,7 +52089,7 @@ self.readline = require("readline");
|
|
|
52072
52089
|
t1 = S.SpanScanner$(t1.get$value(t1), null);
|
|
52073
52090
|
return new E.KeyframeSelectorParser(t1, this.$this._async_evaluate$_logger).parse$0();
|
|
52074
52091
|
},
|
|
52075
|
-
$signature:
|
|
52092
|
+
$signature: 33
|
|
52076
52093
|
};
|
|
52077
52094
|
E._EvaluateVisitor_visitStyleRule_closure7.prototype = {
|
|
52078
52095
|
call$0: function() {
|
|
@@ -52128,7 +52145,7 @@ self.readline = require("readline");
|
|
|
52128
52145
|
t3 = !t2._async_evaluate$_stylesheet.plainCss;
|
|
52129
52146
|
return D.SelectorList_SelectorList$parse(t1, t3, t3, t2._async_evaluate$_logger);
|
|
52130
52147
|
},
|
|
52131
|
-
$signature:
|
|
52148
|
+
$signature: 32
|
|
52132
52149
|
};
|
|
52133
52150
|
E._EvaluateVisitor_visitStyleRule_closure10.prototype = {
|
|
52134
52151
|
call$0: function() {
|
|
@@ -52138,7 +52155,7 @@ self.readline = require("readline");
|
|
|
52138
52155
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
52139
52156
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._async_evaluate$_atRootExcludingStyleRule);
|
|
52140
52157
|
},
|
|
52141
|
-
$signature:
|
|
52158
|
+
$signature: 32
|
|
52142
52159
|
};
|
|
52143
52160
|
E._EvaluateVisitor_visitStyleRule_closure11.prototype = {
|
|
52144
52161
|
call$0: function() {
|
|
@@ -52344,7 +52361,7 @@ self.readline = require("readline");
|
|
|
52344
52361
|
call$0: function() {
|
|
52345
52362
|
return this.node.expression.accept$1(this.$this);
|
|
52346
52363
|
},
|
|
52347
|
-
$signature:
|
|
52364
|
+
$signature: 22
|
|
52348
52365
|
};
|
|
52349
52366
|
E._EvaluateVisitor_visitWhileRule_closure0.prototype = {
|
|
52350
52367
|
call$0: function() {
|
|
@@ -52396,7 +52413,7 @@ self.readline = require("readline");
|
|
|
52396
52413
|
});
|
|
52397
52414
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52398
52415
|
},
|
|
52399
|
-
$signature:
|
|
52416
|
+
$signature: 22
|
|
52400
52417
|
};
|
|
52401
52418
|
E._EvaluateVisitor_visitWhileRule__closure0.prototype = {
|
|
52402
52419
|
call$1: function(child) {
|
|
@@ -52690,7 +52707,7 @@ self.readline = require("readline");
|
|
|
52690
52707
|
});
|
|
52691
52708
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52692
52709
|
},
|
|
52693
|
-
$signature:
|
|
52710
|
+
$signature: 22
|
|
52694
52711
|
};
|
|
52695
52712
|
E._EvaluateVisitor_visitVariableExpression_closure0.prototype = {
|
|
52696
52713
|
call$0: function() {
|
|
@@ -52712,14 +52729,14 @@ self.readline = require("readline");
|
|
|
52712
52729
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
52713
52730
|
return this.$this._async_evaluate$_getFunction$2$namespace(t2, t1);
|
|
52714
52731
|
},
|
|
52715
|
-
$signature:
|
|
52732
|
+
$signature: 48
|
|
52716
52733
|
};
|
|
52717
52734
|
E._EvaluateVisitor_visitFunctionExpression_closure2.prototype = {
|
|
52718
52735
|
call$0: function() {
|
|
52719
52736
|
var t1 = this.node;
|
|
52720
52737
|
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
52721
52738
|
},
|
|
52722
|
-
$signature:
|
|
52739
|
+
$signature: 22
|
|
52723
52740
|
};
|
|
52724
52741
|
E._EvaluateVisitor__runUserDefinedCallable_closure0.prototype = {
|
|
52725
52742
|
call$0: function() {
|
|
@@ -52728,7 +52745,7 @@ self.readline = require("readline");
|
|
|
52728
52745
|
t2 = _this.callable;
|
|
52729
52746
|
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
52747
|
},
|
|
52731
|
-
$signature:
|
|
52748
|
+
$signature: 22
|
|
52732
52749
|
};
|
|
52733
52750
|
E._EvaluateVisitor__runUserDefinedCallable__closure0.prototype = {
|
|
52734
52751
|
call$0: function() {
|
|
@@ -52736,7 +52753,7 @@ self.readline = require("readline");
|
|
|
52736
52753
|
t1 = _this.$this;
|
|
52737
52754
|
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
52755
|
},
|
|
52739
|
-
$signature:
|
|
52756
|
+
$signature: 22
|
|
52740
52757
|
};
|
|
52741
52758
|
E._EvaluateVisitor__runUserDefinedCallable___closure0.prototype = {
|
|
52742
52759
|
call$0: function() {
|
|
@@ -52851,7 +52868,7 @@ self.readline = require("readline");
|
|
|
52851
52868
|
});
|
|
52852
52869
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52853
52870
|
},
|
|
52854
|
-
$signature:
|
|
52871
|
+
$signature: 22
|
|
52855
52872
|
};
|
|
52856
52873
|
E._EvaluateVisitor__runUserDefinedCallable____closure0.prototype = {
|
|
52857
52874
|
call$1: function($name) {
|
|
@@ -52905,7 +52922,7 @@ self.readline = require("readline");
|
|
|
52905
52922
|
});
|
|
52906
52923
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
52907
52924
|
},
|
|
52908
|
-
$signature:
|
|
52925
|
+
$signature: 22
|
|
52909
52926
|
};
|
|
52910
52927
|
E._EvaluateVisitor__runBuiltInCallable_closure1.prototype = {
|
|
52911
52928
|
call$0: function() {
|
|
@@ -53013,7 +53030,7 @@ self.readline = require("readline");
|
|
|
53013
53030
|
});
|
|
53014
53031
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
53015
53032
|
},
|
|
53016
|
-
$signature:
|
|
53033
|
+
$signature: 45
|
|
53017
53034
|
};
|
|
53018
53035
|
E._EvaluateVisitor_visitCssAtRule_closure1.prototype = {
|
|
53019
53036
|
call$0: function() {
|
|
@@ -53432,7 +53449,7 @@ self.readline = require("readline");
|
|
|
53432
53449
|
});
|
|
53433
53450
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
53434
53451
|
},
|
|
53435
|
-
$signature:
|
|
53452
|
+
$signature: 45
|
|
53436
53453
|
};
|
|
53437
53454
|
E._EvaluateVisitor__serialize_closure0.prototype = {
|
|
53438
53455
|
call$0: function() {
|
|
@@ -53440,7 +53457,7 @@ self.readline = require("readline");
|
|
|
53440
53457
|
t1.toString;
|
|
53441
53458
|
return N.serializeValue(t1, false, this.quote);
|
|
53442
53459
|
},
|
|
53443
|
-
$signature:
|
|
53460
|
+
$signature: 12
|
|
53444
53461
|
};
|
|
53445
53462
|
E._EvaluateVisitor__stackTrace_closure0.prototype = {
|
|
53446
53463
|
call$1: function(tuple) {
|
|
@@ -55109,7 +55126,7 @@ self.readline = require("readline");
|
|
|
55109
55126
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
55110
55127
|
return t1.globalVariableExists$2$namespace(t2, module == null ? null : module.text) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55111
55128
|
},
|
|
55112
|
-
$signature:
|
|
55129
|
+
$signature: 13
|
|
55113
55130
|
};
|
|
55114
55131
|
R._EvaluateVisitor_closure0.prototype = {
|
|
55115
55132
|
call$1: function($arguments) {
|
|
@@ -55119,7 +55136,7 @@ self.readline = require("readline");
|
|
|
55119
55136
|
t2.toString;
|
|
55120
55137
|
return t1.getVariable$1(H.stringReplaceAllUnchecked(t2, "_", "-")) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55121
55138
|
},
|
|
55122
|
-
$signature:
|
|
55139
|
+
$signature: 13
|
|
55123
55140
|
};
|
|
55124
55141
|
R._EvaluateVisitor_closure1.prototype = {
|
|
55125
55142
|
call$1: function($arguments) {
|
|
@@ -55135,7 +55152,7 @@ self.readline = require("readline");
|
|
|
55135
55152
|
t4 = H.stringReplaceAllUnchecked(t3, "_", "-");
|
|
55136
55153
|
return t2.getFunction$2$namespace(t4, module == null ? null : module.text) != null || t1._builtInFunctions.containsKey$1(t3) ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55137
55154
|
},
|
|
55138
|
-
$signature:
|
|
55155
|
+
$signature: 13
|
|
55139
55156
|
};
|
|
55140
55157
|
R._EvaluateVisitor_closure2.prototype = {
|
|
55141
55158
|
call$1: function($arguments) {
|
|
@@ -55150,7 +55167,7 @@ self.readline = require("readline");
|
|
|
55150
55167
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
55151
55168
|
return t1.getMixin$2$namespace(t2, module == null ? null : module.text) != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55152
55169
|
},
|
|
55153
|
-
$signature:
|
|
55170
|
+
$signature: 13
|
|
55154
55171
|
};
|
|
55155
55172
|
R._EvaluateVisitor_closure3.prototype = {
|
|
55156
55173
|
call$1: function($arguments) {
|
|
@@ -55159,7 +55176,7 @@ self.readline = require("readline");
|
|
|
55159
55176
|
throw H.wrapException(E.SassScriptException$("content-exists() may only be called within a mixin."));
|
|
55160
55177
|
return t1._content != null ? C.SassBoolean_true : C.SassBoolean_false;
|
|
55161
55178
|
},
|
|
55162
|
-
$signature:
|
|
55179
|
+
$signature: 13
|
|
55163
55180
|
};
|
|
55164
55181
|
R._EvaluateVisitor_closure4.prototype = {
|
|
55165
55182
|
call$1: function($arguments) {
|
|
@@ -55176,7 +55193,7 @@ self.readline = require("readline");
|
|
|
55176
55193
|
}
|
|
55177
55194
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
55178
55195
|
},
|
|
55179
|
-
$signature:
|
|
55196
|
+
$signature: 30
|
|
55180
55197
|
};
|
|
55181
55198
|
R._EvaluateVisitor_closure5.prototype = {
|
|
55182
55199
|
call$1: function($arguments) {
|
|
@@ -55193,7 +55210,7 @@ self.readline = require("readline");
|
|
|
55193
55210
|
}
|
|
55194
55211
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
55195
55212
|
},
|
|
55196
|
-
$signature:
|
|
55213
|
+
$signature: 30
|
|
55197
55214
|
};
|
|
55198
55215
|
R._EvaluateVisitor_closure6.prototype = {
|
|
55199
55216
|
call$1: function($arguments) {
|
|
@@ -55215,7 +55232,7 @@ self.readline = require("readline");
|
|
|
55215
55232
|
return new F.SassFunction(callable);
|
|
55216
55233
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
55217
55234
|
},
|
|
55218
|
-
$signature:
|
|
55235
|
+
$signature: 72
|
|
55219
55236
|
};
|
|
55220
55237
|
R._EvaluateVisitor__closure3.prototype = {
|
|
55221
55238
|
call$0: function() {
|
|
@@ -55227,7 +55244,7 @@ self.readline = require("readline");
|
|
|
55227
55244
|
t2 = t2 == null ? null : t2.text;
|
|
55228
55245
|
return this.$this._getFunction$2$namespace(t1, t2);
|
|
55229
55246
|
},
|
|
55230
|
-
$signature:
|
|
55247
|
+
$signature: 47
|
|
55231
55248
|
};
|
|
55232
55249
|
R._EvaluateVisitor_closure7.prototype = {
|
|
55233
55250
|
call$1: function($arguments) {
|
|
@@ -55297,7 +55314,7 @@ self.readline = require("readline");
|
|
|
55297
55314
|
t1._assertConfigurationIsEmpty$2$nameInError(configuration, true);
|
|
55298
55315
|
return;
|
|
55299
55316
|
},
|
|
55300
|
-
$signature:
|
|
55317
|
+
$signature: 59
|
|
55301
55318
|
};
|
|
55302
55319
|
R._EvaluateVisitor__closure.prototype = {
|
|
55303
55320
|
call$2: function(variable, value) {
|
|
@@ -55328,7 +55345,7 @@ self.readline = require("readline");
|
|
|
55328
55345
|
t2 = _this.$this;
|
|
55329
55346
|
return new E.EvaluateResult(t2._combineCss$1(t2._execute$2(_this.importer, t1)));
|
|
55330
55347
|
},
|
|
55331
|
-
$signature:
|
|
55348
|
+
$signature: 108
|
|
55332
55349
|
};
|
|
55333
55350
|
R._EvaluateVisitor_runExpression_closure.prototype = {
|
|
55334
55351
|
call$0: function() {
|
|
@@ -55490,7 +55507,7 @@ self.readline = require("readline");
|
|
|
55490
55507
|
call$0: function() {
|
|
55491
55508
|
return H.setRuntimeTypeInfo([], [F.Extender]);
|
|
55492
55509
|
},
|
|
55493
|
-
$signature:
|
|
55510
|
+
$signature: 73
|
|
55494
55511
|
};
|
|
55495
55512
|
R._EvaluateVisitor__topologicalModules_visitModule.prototype = {
|
|
55496
55513
|
call$1: function(module) {
|
|
@@ -55508,7 +55525,7 @@ self.readline = require("readline");
|
|
|
55508
55525
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
55509
55526
|
return new V.AtRootQueryParser(t1, this.$this._evaluate$_logger).parse$0();
|
|
55510
55527
|
},
|
|
55511
|
-
$signature:
|
|
55528
|
+
$signature: 53
|
|
55512
55529
|
};
|
|
55513
55530
|
R._EvaluateVisitor_visitAtRootRule_closure0.prototype = {
|
|
55514
55531
|
call$0: function() {
|
|
@@ -55632,7 +55649,7 @@ self.readline = require("readline");
|
|
|
55632
55649
|
call$0: function() {
|
|
55633
55650
|
return D.SelectorList_SelectorList$parse(B.trimAscii(this.targetText.value, true), false, true, this.$this._evaluate$_logger);
|
|
55634
55651
|
},
|
|
55635
|
-
$signature:
|
|
55652
|
+
$signature: 32
|
|
55636
55653
|
};
|
|
55637
55654
|
R._EvaluateVisitor_visitAtRule_closure.prototype = {
|
|
55638
55655
|
call$0: function() {
|
|
@@ -55664,13 +55681,13 @@ self.readline = require("readline");
|
|
|
55664
55681
|
call$0: function() {
|
|
55665
55682
|
return this.node.from.accept$1(this.$this).assertNumber$0();
|
|
55666
55683
|
},
|
|
55667
|
-
$signature:
|
|
55684
|
+
$signature: 66
|
|
55668
55685
|
};
|
|
55669
55686
|
R._EvaluateVisitor_visitForRule_closure0.prototype = {
|
|
55670
55687
|
call$0: function() {
|
|
55671
55688
|
return this.node.to.accept$1(this.$this).assertNumber$0();
|
|
55672
55689
|
},
|
|
55673
|
-
$signature:
|
|
55690
|
+
$signature: 66
|
|
55674
55691
|
};
|
|
55675
55692
|
R._EvaluateVisitor_visitForRule_closure1.prototype = {
|
|
55676
55693
|
call$0: function() {
|
|
@@ -55842,7 +55859,7 @@ self.readline = require("readline");
|
|
|
55842
55859
|
var t1 = this.node;
|
|
55843
55860
|
return this.$this._evaluate$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
55844
55861
|
},
|
|
55845
|
-
$signature:
|
|
55862
|
+
$signature: 47
|
|
55846
55863
|
};
|
|
55847
55864
|
R._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
|
|
55848
55865
|
call$0: function() {
|
|
@@ -55850,7 +55867,7 @@ self.readline = require("readline");
|
|
|
55850
55867
|
},
|
|
55851
55868
|
"call*": "call$0",
|
|
55852
55869
|
$requiredArgCount: 0,
|
|
55853
|
-
$signature:
|
|
55870
|
+
$signature: 24
|
|
55854
55871
|
};
|
|
55855
55872
|
R._EvaluateVisitor_visitIncludeRule_closure1.prototype = {
|
|
55856
55873
|
call$0: function() {
|
|
@@ -55938,14 +55955,14 @@ self.readline = require("readline");
|
|
|
55938
55955
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
55939
55956
|
return new F.MediaQueryParser(t1, this.$this._evaluate$_logger).parse$0();
|
|
55940
55957
|
},
|
|
55941
|
-
$signature:
|
|
55958
|
+
$signature: 50
|
|
55942
55959
|
};
|
|
55943
55960
|
R._EvaluateVisitor_visitStyleRule_closure.prototype = {
|
|
55944
55961
|
call$0: function() {
|
|
55945
55962
|
var t1 = S.SpanScanner$(this.selectorText.value, null);
|
|
55946
55963
|
return new E.KeyframeSelectorParser(t1, this.$this._evaluate$_logger).parse$0();
|
|
55947
55964
|
},
|
|
55948
|
-
$signature:
|
|
55965
|
+
$signature: 33
|
|
55949
55966
|
};
|
|
55950
55967
|
R._EvaluateVisitor_visitStyleRule_closure0.prototype = {
|
|
55951
55968
|
call$0: function() {
|
|
@@ -55966,7 +55983,7 @@ self.readline = require("readline");
|
|
|
55966
55983
|
t2 = !t1._stylesheet.plainCss;
|
|
55967
55984
|
return D.SelectorList_SelectorList$parse(this.selectorText.value, t2, t2, t1._evaluate$_logger);
|
|
55968
55985
|
},
|
|
55969
|
-
$signature:
|
|
55986
|
+
$signature: 32
|
|
55970
55987
|
};
|
|
55971
55988
|
R._EvaluateVisitor_visitStyleRule_closure3.prototype = {
|
|
55972
55989
|
call$0: function() {
|
|
@@ -55976,7 +55993,7 @@ self.readline = require("readline");
|
|
|
55976
55993
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
55977
55994
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._atRootExcludingStyleRule);
|
|
55978
55995
|
},
|
|
55979
|
-
$signature:
|
|
55996
|
+
$signature: 32
|
|
55980
55997
|
};
|
|
55981
55998
|
R._EvaluateVisitor_visitStyleRule_closure4.prototype = {
|
|
55982
55999
|
call$0: function() {
|
|
@@ -56145,7 +56162,7 @@ self.readline = require("readline");
|
|
|
56145
56162
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
56146
56163
|
return this.$this._getFunction$2$namespace(t2, t1);
|
|
56147
56164
|
},
|
|
56148
|
-
$signature:
|
|
56165
|
+
$signature: 47
|
|
56149
56166
|
};
|
|
56150
56167
|
R._EvaluateVisitor_visitFunctionExpression_closure0.prototype = {
|
|
56151
56168
|
call$0: function() {
|
|
@@ -56331,7 +56348,7 @@ self.readline = require("readline");
|
|
|
56331
56348
|
result = value.accept$1(t1);
|
|
56332
56349
|
return result instanceof D.SassString ? result.text : t1._evaluate$_serialize$3$quote(result, value, false);
|
|
56333
56350
|
},
|
|
56334
|
-
$signature:
|
|
56351
|
+
$signature: 28
|
|
56335
56352
|
};
|
|
56336
56353
|
R._EvaluateVisitor_visitCssAtRule_closure.prototype = {
|
|
56337
56354
|
call$0: function() {
|
|
@@ -56460,7 +56477,7 @@ self.readline = require("readline");
|
|
|
56460
56477
|
}
|
|
56461
56478
|
return t1._evaluate$_serialize$3$quote(result, value, false);
|
|
56462
56479
|
},
|
|
56463
|
-
$signature:
|
|
56480
|
+
$signature: 28
|
|
56464
56481
|
};
|
|
56465
56482
|
R._EvaluateVisitor__serialize_closure.prototype = {
|
|
56466
56483
|
call$0: function() {
|
|
@@ -56468,7 +56485,7 @@ self.readline = require("readline");
|
|
|
56468
56485
|
t1.toString;
|
|
56469
56486
|
return N.serializeValue(t1, false, this.quote);
|
|
56470
56487
|
},
|
|
56471
|
-
$signature:
|
|
56488
|
+
$signature: 12
|
|
56472
56489
|
};
|
|
56473
56490
|
R._EvaluateVisitor__stackTrace_closure.prototype = {
|
|
56474
56491
|
call$1: function(tuple) {
|
|
@@ -56649,7 +56666,7 @@ self.readline = require("readline");
|
|
|
56649
56666
|
call$1: function(codeUnit) {
|
|
56650
56667
|
return codeUnit > 127;
|
|
56651
56668
|
},
|
|
56652
|
-
$signature:
|
|
56669
|
+
$signature: 16
|
|
56653
56670
|
};
|
|
56654
56671
|
N._SerializeVisitor.prototype = {
|
|
56655
56672
|
visitCssStylesheet$1: function(node) {
|
|
@@ -57776,13 +57793,13 @@ self.readline = require("readline");
|
|
|
57776
57793
|
call$0: function() {
|
|
57777
57794
|
return H.interceptedTypeCast(this.sourceEntry.get$source(), "$isFileLocation").file;
|
|
57778
57795
|
},
|
|
57779
|
-
$signature:
|
|
57796
|
+
$signature: 49
|
|
57780
57797
|
};
|
|
57781
57798
|
T.SingleMapping_SingleMapping$fromEntries_closure1.prototype = {
|
|
57782
57799
|
call$1: function(i) {
|
|
57783
57800
|
return this.files.$index(0, i);
|
|
57784
57801
|
},
|
|
57785
|
-
$signature:
|
|
57802
|
+
$signature: 106
|
|
57786
57803
|
};
|
|
57787
57804
|
T.SingleMapping_toJson_closure.prototype = {
|
|
57788
57805
|
call$1: function(file) {
|
|
@@ -58235,7 +58252,7 @@ self.readline = require("readline");
|
|
|
58235
58252
|
return;
|
|
58236
58253
|
return H.stringTypeCast(t1);
|
|
58237
58254
|
},
|
|
58238
|
-
$signature:
|
|
58255
|
+
$signature: 12
|
|
58239
58256
|
};
|
|
58240
58257
|
U.Highlighter$__closure.prototype = {
|
|
58241
58258
|
call$1: function(line) {
|
|
@@ -58259,7 +58276,7 @@ self.readline = require("readline");
|
|
|
58259
58276
|
call$1: function(highlight) {
|
|
58260
58277
|
return highlight.get$span().get$sourceUrl();
|
|
58261
58278
|
},
|
|
58262
|
-
$signature:
|
|
58279
|
+
$signature: 27
|
|
58263
58280
|
};
|
|
58264
58281
|
U.Highlighter__collateLines_closure0.prototype = {
|
|
58265
58282
|
call$2: function(highlight1, highlight2) {
|
|
@@ -58489,7 +58506,7 @@ self.readline = require("readline");
|
|
|
58489
58506
|
}
|
|
58490
58507
|
return U._Highlight__normalizeEndOfLine(U._Highlight__normalizeTrailingNewline(U._Highlight__normalizeNewlines(t1)));
|
|
58491
58508
|
},
|
|
58492
|
-
$signature:
|
|
58509
|
+
$signature: 101
|
|
58493
58510
|
};
|
|
58494
58511
|
U._Line.prototype = {
|
|
58495
58512
|
toString$0: function(_) {
|
|
@@ -58804,7 +58821,7 @@ self.readline = require("readline");
|
|
|
58804
58821
|
line = t1 > 1 ? P.int_parse(lineAndColumn[1], _null, _null) : _null;
|
|
58805
58822
|
return new A.Frame(uri, line, t1 > 2 ? P.int_parse(lineAndColumn[2], _null, _null) : _null, member);
|
|
58806
58823
|
},
|
|
58807
|
-
$signature:
|
|
58824
|
+
$signature: 44
|
|
58808
58825
|
};
|
|
58809
58826
|
A.Frame_Frame$parseV8_closure.prototype = {
|
|
58810
58827
|
call$0: function() {
|
|
@@ -58825,7 +58842,7 @@ self.readline = require("readline");
|
|
|
58825
58842
|
} else
|
|
58826
58843
|
return t1.call$2(t2[3], _s4_);
|
|
58827
58844
|
},
|
|
58828
|
-
$signature:
|
|
58845
|
+
$signature: 44
|
|
58829
58846
|
};
|
|
58830
58847
|
A.Frame_Frame$parseV8_closure_parseLocation.prototype = {
|
|
58831
58848
|
call$2: function($location, member) {
|
|
@@ -58844,7 +58861,7 @@ self.readline = require("readline");
|
|
|
58844
58861
|
t1 = urlMatch._match;
|
|
58845
58862
|
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
58863
|
},
|
|
58847
|
-
$signature:
|
|
58864
|
+
$signature: 96
|
|
58848
58865
|
};
|
|
58849
58866
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
58850
58867
|
call$0: function() {
|
|
@@ -58869,7 +58886,7 @@ self.readline = require("readline");
|
|
|
58869
58886
|
t1 = t1[5];
|
|
58870
58887
|
return new A.Frame(uri, line, t1 == null || t1 === "" ? _null : P.int_parse(t1, _null, _null), member);
|
|
58871
58888
|
},
|
|
58872
|
-
$signature:
|
|
58889
|
+
$signature: 44
|
|
58873
58890
|
};
|
|
58874
58891
|
A.Frame_Frame$parseFriendly_closure.prototype = {
|
|
58875
58892
|
call$0: function() {
|
|
@@ -58891,7 +58908,7 @@ self.readline = require("readline");
|
|
|
58891
58908
|
column = t2 == null ? _null : P.int_parse(t2, _null, _null);
|
|
58892
58909
|
return new A.Frame(uri, line, column, t1[4]);
|
|
58893
58910
|
},
|
|
58894
|
-
$signature:
|
|
58911
|
+
$signature: 44
|
|
58895
58912
|
};
|
|
58896
58913
|
T.LazyTrace.prototype = {
|
|
58897
58914
|
get$_lazy_trace$_trace: function() {
|
|
@@ -58914,7 +58931,7 @@ self.readline = require("readline");
|
|
|
58914
58931
|
call$0: function() {
|
|
58915
58932
|
return this.$this.get$_lazy_trace$_trace().get$terse();
|
|
58916
58933
|
},
|
|
58917
|
-
$signature:
|
|
58934
|
+
$signature: 95
|
|
58918
58935
|
};
|
|
58919
58936
|
Y.Trace.prototype = {
|
|
58920
58937
|
get$terse: function() {
|
|
@@ -58953,7 +58970,7 @@ self.readline = require("readline");
|
|
|
58953
58970
|
call$0: function() {
|
|
58954
58971
|
return Y.Trace_Trace$parse(this.trace.toString$0(0));
|
|
58955
58972
|
},
|
|
58956
|
-
$signature:
|
|
58973
|
+
$signature: 95
|
|
58957
58974
|
};
|
|
58958
58975
|
Y.Trace__parseVM_closure.prototype = {
|
|
58959
58976
|
call$1: function(line) {
|
|
@@ -59116,7 +59133,7 @@ self.readline = require("readline");
|
|
|
59116
59133
|
},
|
|
59117
59134
|
"call*": "call$2",
|
|
59118
59135
|
$requiredArgCount: 2,
|
|
59119
|
-
$signature:
|
|
59136
|
+
$signature: 43
|
|
59120
59137
|
};
|
|
59121
59138
|
L._StreamTransformer_bind__closure0.prototype = {
|
|
59122
59139
|
call$0: function() {
|
|
@@ -59138,7 +59155,7 @@ self.readline = require("readline");
|
|
|
59138
59155
|
},
|
|
59139
59156
|
"call*": "call$0",
|
|
59140
59157
|
$requiredArgCount: 0,
|
|
59141
|
-
$signature:
|
|
59158
|
+
$signature: 42
|
|
59142
59159
|
};
|
|
59143
59160
|
R._debounceAggregate_closure.prototype = {
|
|
59144
59161
|
call$2: function(value, sink) {
|
|
@@ -60338,7 +60355,7 @@ self.readline = require("readline");
|
|
|
60338
60355
|
call$1: function(_) {
|
|
60339
60356
|
return H.setRuntimeTypeInfo([], [[G.Module0, B.AsyncCallable0]]);
|
|
60340
60357
|
},
|
|
60341
|
-
$signature:
|
|
60358
|
+
$signature: 98
|
|
60342
60359
|
};
|
|
60343
60360
|
Q.AsyncEnvironment__getVariableFromGlobalModule_closure0.prototype = {
|
|
60344
60361
|
call$1: function(module) {
|
|
@@ -64526,7 +64543,7 @@ self.readline = require("readline");
|
|
|
64526
64543
|
}
|
|
64527
64544
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
64528
64545
|
},
|
|
64529
|
-
$signature:
|
|
64546
|
+
$signature: 29
|
|
64530
64547
|
};
|
|
64531
64548
|
E._EvaluateVisitor_closure35.prototype = {
|
|
64532
64549
|
call$1: function($arguments) {
|
|
@@ -64543,7 +64560,7 @@ self.readline = require("readline");
|
|
|
64543
64560
|
}
|
|
64544
64561
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
64545
64562
|
},
|
|
64546
|
-
$signature:
|
|
64563
|
+
$signature: 29
|
|
64547
64564
|
};
|
|
64548
64565
|
E._EvaluateVisitor_closure36.prototype = {
|
|
64549
64566
|
call$1: function($arguments) {
|
|
@@ -64565,7 +64582,7 @@ self.readline = require("readline");
|
|
|
64565
64582
|
return new F.SassFunction0(callable);
|
|
64566
64583
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
64567
64584
|
},
|
|
64568
|
-
$signature:
|
|
64585
|
+
$signature: 93
|
|
64569
64586
|
};
|
|
64570
64587
|
E._EvaluateVisitor__closure18.prototype = {
|
|
64571
64588
|
call$0: function() {
|
|
@@ -64577,7 +64594,7 @@ self.readline = require("readline");
|
|
|
64577
64594
|
t2 = t2 == null ? null : t2.text;
|
|
64578
64595
|
return this.$this._async_evaluate0$_getFunction$2$namespace(t1, t2);
|
|
64579
64596
|
},
|
|
64580
|
-
$signature:
|
|
64597
|
+
$signature: 51
|
|
64581
64598
|
};
|
|
64582
64599
|
E._EvaluateVisitor_closure37.prototype = {
|
|
64583
64600
|
call$1: function($arguments) {
|
|
@@ -64774,7 +64791,7 @@ self.readline = require("readline");
|
|
|
64774
64791
|
});
|
|
64775
64792
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
64776
64793
|
},
|
|
64777
|
-
$signature:
|
|
64794
|
+
$signature: 103
|
|
64778
64795
|
};
|
|
64779
64796
|
E._EvaluateVisitor__withWarnCallback_closure2.prototype = {
|
|
64780
64797
|
call$2: function(message, deprecation) {
|
|
@@ -64984,7 +65001,7 @@ self.readline = require("readline");
|
|
|
64984
65001
|
call$0: function() {
|
|
64985
65002
|
return H.setRuntimeTypeInfo([], [F.Extender0]);
|
|
64986
65003
|
},
|
|
64987
|
-
$signature:
|
|
65004
|
+
$signature: 75
|
|
64988
65005
|
};
|
|
64989
65006
|
E._EvaluateVisitor__topologicalModules_visitModule2.prototype = {
|
|
64990
65007
|
call$1: function(module) {
|
|
@@ -65002,7 +65019,7 @@ self.readline = require("readline");
|
|
|
65002
65019
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
65003
65020
|
return new V.AtRootQueryParser0(t1, this.$this._async_evaluate0$_logger).parse$0();
|
|
65004
65021
|
},
|
|
65005
|
-
$signature:
|
|
65022
|
+
$signature: 52
|
|
65006
65023
|
};
|
|
65007
65024
|
E._EvaluateVisitor_visitAtRootRule_closure9.prototype = {
|
|
65008
65025
|
call$0: function() {
|
|
@@ -65310,7 +65327,7 @@ self.readline = require("readline");
|
|
|
65310
65327
|
t1 = _this.$this;
|
|
65311
65328
|
return t1._async_evaluate0$_handleReturn$2(_this.list.get$asList(), new E._EvaluateVisitor_visitEachRule__closure2(t1, _this.setVariables, _this.node));
|
|
65312
65329
|
},
|
|
65313
|
-
$signature:
|
|
65330
|
+
$signature: 17
|
|
65314
65331
|
};
|
|
65315
65332
|
E._EvaluateVisitor_visitEachRule__closure2.prototype = {
|
|
65316
65333
|
call$1: function(element) {
|
|
@@ -65330,7 +65347,7 @@ self.readline = require("readline");
|
|
|
65330
65347
|
var t1 = this.targetText;
|
|
65331
65348
|
return D.SelectorList_SelectorList$parse0(B.trimAscii0(t1.get$value(t1), true), false, true, this.$this._async_evaluate0$_logger);
|
|
65332
65349
|
},
|
|
65333
|
-
$signature:
|
|
65350
|
+
$signature: 31
|
|
65334
65351
|
};
|
|
65335
65352
|
E._EvaluateVisitor_visitAtRule_closure5.prototype = {
|
|
65336
65353
|
call$0: function() {
|
|
@@ -65461,7 +65478,7 @@ self.readline = require("readline");
|
|
|
65461
65478
|
});
|
|
65462
65479
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
65463
65480
|
},
|
|
65464
|
-
$signature:
|
|
65481
|
+
$signature: 88
|
|
65465
65482
|
};
|
|
65466
65483
|
E._EvaluateVisitor_visitForRule_closure15.prototype = {
|
|
65467
65484
|
call$0: function() {
|
|
@@ -65490,7 +65507,7 @@ self.readline = require("readline");
|
|
|
65490
65507
|
});
|
|
65491
65508
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
65492
65509
|
},
|
|
65493
|
-
$signature:
|
|
65510
|
+
$signature: 88
|
|
65494
65511
|
};
|
|
65495
65512
|
E._EvaluateVisitor_visitForRule_closure16.prototype = {
|
|
65496
65513
|
call$0: function() {
|
|
@@ -65561,7 +65578,7 @@ self.readline = require("readline");
|
|
|
65561
65578
|
});
|
|
65562
65579
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
65563
65580
|
},
|
|
65564
|
-
$signature:
|
|
65581
|
+
$signature: 17
|
|
65565
65582
|
};
|
|
65566
65583
|
E._EvaluateVisitor_visitForRule__closure2.prototype = {
|
|
65567
65584
|
call$1: function(child) {
|
|
@@ -65592,7 +65609,7 @@ self.readline = require("readline");
|
|
|
65592
65609
|
var t1 = this.$this;
|
|
65593
65610
|
return t1._async_evaluate0$_handleReturn$2(this._box_0.clause.children, new E._EvaluateVisitor_visitIfRule__closure2(t1));
|
|
65594
65611
|
},
|
|
65595
|
-
$signature:
|
|
65612
|
+
$signature: 17
|
|
65596
65613
|
};
|
|
65597
65614
|
E._EvaluateVisitor_visitIfRule__closure2.prototype = {
|
|
65598
65615
|
call$1: function(child) {
|
|
@@ -65759,7 +65776,7 @@ self.readline = require("readline");
|
|
|
65759
65776
|
var t1 = this.node;
|
|
65760
65777
|
return this.$this._async_evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
65761
65778
|
},
|
|
65762
|
-
$signature:
|
|
65779
|
+
$signature: 51
|
|
65763
65780
|
};
|
|
65764
65781
|
E._EvaluateVisitor_visitIncludeRule_closure9.prototype = {
|
|
65765
65782
|
call$0: function() {
|
|
@@ -65767,7 +65784,7 @@ self.readline = require("readline");
|
|
|
65767
65784
|
},
|
|
65768
65785
|
"call*": "call$0",
|
|
65769
65786
|
$requiredArgCount: 0,
|
|
65770
|
-
$signature:
|
|
65787
|
+
$signature: 24
|
|
65771
65788
|
};
|
|
65772
65789
|
E._EvaluateVisitor_visitIncludeRule_closure10.prototype = {
|
|
65773
65790
|
call$0: function() {
|
|
@@ -65871,7 +65888,7 @@ self.readline = require("readline");
|
|
|
65871
65888
|
call$0: function() {
|
|
65872
65889
|
return this.statement.accept$1(this.$this);
|
|
65873
65890
|
},
|
|
65874
|
-
$signature:
|
|
65891
|
+
$signature: 17
|
|
65875
65892
|
};
|
|
65876
65893
|
E._EvaluateVisitor_visitMediaRule_closure5.prototype = {
|
|
65877
65894
|
call$0: function() {
|
|
@@ -66013,7 +66030,7 @@ self.readline = require("readline");
|
|
|
66013
66030
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
66014
66031
|
return new F.MediaQueryParser0(t1, this.$this._async_evaluate0$_logger).parse$0();
|
|
66015
66032
|
},
|
|
66016
|
-
$signature:
|
|
66033
|
+
$signature: 55
|
|
66017
66034
|
};
|
|
66018
66035
|
E._EvaluateVisitor_visitStyleRule_closure20.prototype = {
|
|
66019
66036
|
call$0: function() {
|
|
@@ -66021,7 +66038,7 @@ self.readline = require("readline");
|
|
|
66021
66038
|
t1 = S.SpanScanner$(t1.get$value(t1), null);
|
|
66022
66039
|
return new E.KeyframeSelectorParser0(t1, this.$this._async_evaluate0$_logger).parse$0();
|
|
66023
66040
|
},
|
|
66024
|
-
$signature:
|
|
66041
|
+
$signature: 33
|
|
66025
66042
|
};
|
|
66026
66043
|
E._EvaluateVisitor_visitStyleRule_closure21.prototype = {
|
|
66027
66044
|
call$0: function() {
|
|
@@ -66077,7 +66094,7 @@ self.readline = require("readline");
|
|
|
66077
66094
|
t3 = !t2._async_evaluate0$_stylesheet.plainCss;
|
|
66078
66095
|
return D.SelectorList_SelectorList$parse0(t1, t3, t3, t2._async_evaluate0$_logger);
|
|
66079
66096
|
},
|
|
66080
|
-
$signature:
|
|
66097
|
+
$signature: 31
|
|
66081
66098
|
};
|
|
66082
66099
|
E._EvaluateVisitor_visitStyleRule_closure24.prototype = {
|
|
66083
66100
|
call$0: function() {
|
|
@@ -66087,7 +66104,7 @@ self.readline = require("readline");
|
|
|
66087
66104
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
66088
66105
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._async_evaluate0$_atRootExcludingStyleRule);
|
|
66089
66106
|
},
|
|
66090
|
-
$signature:
|
|
66107
|
+
$signature: 31
|
|
66091
66108
|
};
|
|
66092
66109
|
E._EvaluateVisitor_visitStyleRule_closure25.prototype = {
|
|
66093
66110
|
call$0: function() {
|
|
@@ -66273,7 +66290,7 @@ self.readline = require("readline");
|
|
|
66273
66290
|
var t1 = this.node;
|
|
66274
66291
|
return this.$this._async_evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
66275
66292
|
},
|
|
66276
|
-
$signature:
|
|
66293
|
+
$signature: 15
|
|
66277
66294
|
};
|
|
66278
66295
|
E._EvaluateVisitor_visitVariableDeclaration_closure10.prototype = {
|
|
66279
66296
|
call$0: function() {
|
|
@@ -66293,7 +66310,7 @@ self.readline = require("readline");
|
|
|
66293
66310
|
call$0: function() {
|
|
66294
66311
|
return this.node.expression.accept$1(this.$this);
|
|
66295
66312
|
},
|
|
66296
|
-
$signature:
|
|
66313
|
+
$signature: 17
|
|
66297
66314
|
};
|
|
66298
66315
|
E._EvaluateVisitor_visitWhileRule_closure2.prototype = {
|
|
66299
66316
|
call$0: function() {
|
|
@@ -66345,7 +66362,7 @@ self.readline = require("readline");
|
|
|
66345
66362
|
});
|
|
66346
66363
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66347
66364
|
},
|
|
66348
|
-
$signature:
|
|
66365
|
+
$signature: 17
|
|
66349
66366
|
};
|
|
66350
66367
|
E._EvaluateVisitor_visitWhileRule__closure2.prototype = {
|
|
66351
66368
|
call$1: function(child) {
|
|
@@ -66639,14 +66656,14 @@ self.readline = require("readline");
|
|
|
66639
66656
|
});
|
|
66640
66657
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66641
66658
|
},
|
|
66642
|
-
$signature:
|
|
66659
|
+
$signature: 17
|
|
66643
66660
|
};
|
|
66644
66661
|
E._EvaluateVisitor_visitVariableExpression_closure2.prototype = {
|
|
66645
66662
|
call$0: function() {
|
|
66646
66663
|
var t1 = this.node;
|
|
66647
66664
|
return this.$this._async_evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
66648
66665
|
},
|
|
66649
|
-
$signature:
|
|
66666
|
+
$signature: 15
|
|
66650
66667
|
};
|
|
66651
66668
|
E._EvaluateVisitor_visitListExpression_closure2.prototype = {
|
|
66652
66669
|
call$1: function(expression) {
|
|
@@ -66661,14 +66678,14 @@ self.readline = require("readline");
|
|
|
66661
66678
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
66662
66679
|
return this.$this._async_evaluate0$_getFunction$2$namespace(t2, t1);
|
|
66663
66680
|
},
|
|
66664
|
-
$signature:
|
|
66681
|
+
$signature: 51
|
|
66665
66682
|
};
|
|
66666
66683
|
E._EvaluateVisitor_visitFunctionExpression_closure6.prototype = {
|
|
66667
66684
|
call$0: function() {
|
|
66668
66685
|
var t1 = this.node;
|
|
66669
66686
|
return this.$this._async_evaluate0$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
66670
66687
|
},
|
|
66671
|
-
$signature:
|
|
66688
|
+
$signature: 17
|
|
66672
66689
|
};
|
|
66673
66690
|
E._EvaluateVisitor__runUserDefinedCallable_closure2.prototype = {
|
|
66674
66691
|
call$0: function() {
|
|
@@ -66677,7 +66694,7 @@ self.readline = require("readline");
|
|
|
66677
66694
|
t2 = _this.callable;
|
|
66678
66695
|
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
66696
|
},
|
|
66680
|
-
$signature:
|
|
66697
|
+
$signature: 17
|
|
66681
66698
|
};
|
|
66682
66699
|
E._EvaluateVisitor__runUserDefinedCallable__closure2.prototype = {
|
|
66683
66700
|
call$0: function() {
|
|
@@ -66685,7 +66702,7 @@ self.readline = require("readline");
|
|
|
66685
66702
|
t1 = _this.$this;
|
|
66686
66703
|
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
66704
|
},
|
|
66688
|
-
$signature:
|
|
66705
|
+
$signature: 17
|
|
66689
66706
|
};
|
|
66690
66707
|
E._EvaluateVisitor__runUserDefinedCallable___closure2.prototype = {
|
|
66691
66708
|
call$0: function() {
|
|
@@ -66800,7 +66817,7 @@ self.readline = require("readline");
|
|
|
66800
66817
|
});
|
|
66801
66818
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66802
66819
|
},
|
|
66803
|
-
$signature:
|
|
66820
|
+
$signature: 17
|
|
66804
66821
|
};
|
|
66805
66822
|
E._EvaluateVisitor__runUserDefinedCallable____closure2.prototype = {
|
|
66806
66823
|
call$1: function($name) {
|
|
@@ -66854,7 +66871,7 @@ self.readline = require("readline");
|
|
|
66854
66871
|
});
|
|
66855
66872
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
66856
66873
|
},
|
|
66857
|
-
$signature:
|
|
66874
|
+
$signature: 17
|
|
66858
66875
|
};
|
|
66859
66876
|
E._EvaluateVisitor__runBuiltInCallable_closure5.prototype = {
|
|
66860
66877
|
call$0: function() {
|
|
@@ -66962,7 +66979,7 @@ self.readline = require("readline");
|
|
|
66962
66979
|
});
|
|
66963
66980
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
66964
66981
|
},
|
|
66965
|
-
$signature:
|
|
66982
|
+
$signature: 45
|
|
66966
66983
|
};
|
|
66967
66984
|
E._EvaluateVisitor_visitCssAtRule_closure5.prototype = {
|
|
66968
66985
|
call$0: function() {
|
|
@@ -67381,7 +67398,7 @@ self.readline = require("readline");
|
|
|
67381
67398
|
});
|
|
67382
67399
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
67383
67400
|
},
|
|
67384
|
-
$signature:
|
|
67401
|
+
$signature: 45
|
|
67385
67402
|
};
|
|
67386
67403
|
E._EvaluateVisitor__serialize_closure2.prototype = {
|
|
67387
67404
|
call$0: function() {
|
|
@@ -67389,7 +67406,7 @@ self.readline = require("readline");
|
|
|
67389
67406
|
t1.toString;
|
|
67390
67407
|
return N.serializeValue0(t1, false, this.quote);
|
|
67391
67408
|
},
|
|
67392
|
-
$signature:
|
|
67409
|
+
$signature: 12
|
|
67393
67410
|
};
|
|
67394
67411
|
E._EvaluateVisitor__stackTrace_closure2.prototype = {
|
|
67395
67412
|
call$1: function(tuple) {
|
|
@@ -67680,13 +67697,13 @@ self.readline = require("readline");
|
|
|
67680
67697
|
});
|
|
67681
67698
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
67682
67699
|
},
|
|
67683
|
-
$signature:
|
|
67700
|
+
$signature: 111
|
|
67684
67701
|
};
|
|
67685
67702
|
O.AsyncImportCache__canonicalize_closure0.prototype = {
|
|
67686
67703
|
call$0: function() {
|
|
67687
67704
|
return this.importer.canonicalize$1(this.url);
|
|
67688
67705
|
},
|
|
67689
|
-
$signature:
|
|
67706
|
+
$signature: 83
|
|
67690
67707
|
};
|
|
67691
67708
|
O.AsyncImportCache_importCanonical_closure0.prototype = {
|
|
67692
67709
|
call$0: function() {
|
|
@@ -67728,7 +67745,7 @@ self.readline = require("readline");
|
|
|
67728
67745
|
});
|
|
67729
67746
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
67730
67747
|
},
|
|
67731
|
-
$signature:
|
|
67748
|
+
$signature: 112
|
|
67732
67749
|
};
|
|
67733
67750
|
O.AsyncImportCache_humanize_closure2.prototype = {
|
|
67734
67751
|
call$1: function(tuple) {
|
|
@@ -67745,7 +67762,7 @@ self.readline = require("readline");
|
|
|
67745
67762
|
call$1: function(url) {
|
|
67746
67763
|
return J.get$length$asx(J.get$path$x(url));
|
|
67747
67764
|
},
|
|
67748
|
-
$signature:
|
|
67765
|
+
$signature: 27
|
|
67749
67766
|
};
|
|
67750
67767
|
V.AtRootQueryParser0.prototype = {
|
|
67751
67768
|
parse$0: function() {
|
|
@@ -67774,7 +67791,7 @@ self.readline = require("readline");
|
|
|
67774
67791
|
t2.expectDone$0();
|
|
67775
67792
|
return new V.AtRootQuery0(include, atRules, atRules.contains$1(0, "all"), atRules.contains$1(0, "rule"));
|
|
67776
67793
|
},
|
|
67777
|
-
$signature:
|
|
67794
|
+
$signature: 52
|
|
67778
67795
|
};
|
|
67779
67796
|
V.AtRootQuery0.prototype = {
|
|
67780
67797
|
excludes$1: function(node) {
|
|
@@ -67983,7 +68000,7 @@ self.readline = require("readline");
|
|
|
67983
68000
|
$constructor.FALSE = C.SassBoolean_false0;
|
|
67984
68001
|
return $constructor;
|
|
67985
68002
|
},
|
|
67986
|
-
$signature:
|
|
68003
|
+
$signature: 87
|
|
67987
68004
|
};
|
|
67988
68005
|
Z._closure34.prototype = {
|
|
67989
68006
|
call$1: function(_) {
|
|
@@ -67997,7 +68014,7 @@ self.readline = require("readline");
|
|
|
67997
68014
|
$defaultValues: function() {
|
|
67998
68015
|
return [null];
|
|
67999
68016
|
},
|
|
68000
|
-
$signature:
|
|
68017
|
+
$signature: 60
|
|
68001
68018
|
};
|
|
68002
68019
|
Z._closure35.prototype = {
|
|
68003
68020
|
call$1: function(thisArg) {
|
|
@@ -68056,7 +68073,7 @@ self.readline = require("readline");
|
|
|
68056
68073
|
this.callback.call$1($arguments);
|
|
68057
68074
|
return;
|
|
68058
68075
|
},
|
|
68059
|
-
$signature:
|
|
68076
|
+
$signature: 57
|
|
68060
68077
|
};
|
|
68061
68078
|
Q.BuiltInModule0.prototype = {
|
|
68062
68079
|
get$upstream: function() {
|
|
@@ -68292,7 +68309,7 @@ self.readline = require("readline");
|
|
|
68292
68309
|
else
|
|
68293
68310
|
throw H.wrapException(E.SassScriptException$0("Missing argument $lightness."));
|
|
68294
68311
|
},
|
|
68295
|
-
$signature:
|
|
68312
|
+
$signature: 11
|
|
68296
68313
|
};
|
|
68297
68314
|
K.closure163.prototype = {
|
|
68298
68315
|
call$1: function($arguments) {
|
|
@@ -68321,7 +68338,7 @@ self.readline = require("readline");
|
|
|
68321
68338
|
else
|
|
68322
68339
|
throw H.wrapException(E.SassScriptException$0("Missing argument $lightness."));
|
|
68323
68340
|
},
|
|
68324
|
-
$signature:
|
|
68341
|
+
$signature: 11
|
|
68325
68342
|
};
|
|
68326
68343
|
K.closure167.prototype = {
|
|
68327
68344
|
call$1: function($arguments) {
|
|
@@ -68346,7 +68363,7 @@ self.readline = require("readline");
|
|
|
68346
68363
|
degrees = t1.$index($arguments, 1).assertNumber$1("degrees");
|
|
68347
68364
|
return color.changeHsl$1$hue(color.get$hue() + degrees.value);
|
|
68348
68365
|
},
|
|
68349
|
-
$signature:
|
|
68366
|
+
$signature: 18
|
|
68350
68367
|
};
|
|
68351
68368
|
K.closure170.prototype = {
|
|
68352
68369
|
call$1: function($arguments) {
|
|
@@ -68355,7 +68372,7 @@ self.readline = require("readline");
|
|
|
68355
68372
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68356
68373
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68357
68374
|
},
|
|
68358
|
-
$signature:
|
|
68375
|
+
$signature: 18
|
|
68359
68376
|
};
|
|
68360
68377
|
K.closure171.prototype = {
|
|
68361
68378
|
call$1: function($arguments) {
|
|
@@ -68364,13 +68381,13 @@ self.readline = require("readline");
|
|
|
68364
68381
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68365
68382
|
return color.changeHsl$1$lightness(C.JSNumber_methods.clamp$2(color.get$lightness() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68366
68383
|
},
|
|
68367
|
-
$signature:
|
|
68384
|
+
$signature: 18
|
|
68368
68385
|
};
|
|
68369
68386
|
K.closure172.prototype = {
|
|
68370
68387
|
call$1: function($arguments) {
|
|
68371
68388
|
return new D.SassString0("saturate(" + N.serializeValue0(J.$index$asx($arguments, 0).assertNumber$1("amount"), false, true) + ")", false);
|
|
68372
68389
|
},
|
|
68373
|
-
$signature:
|
|
68390
|
+
$signature: 11
|
|
68374
68391
|
};
|
|
68375
68392
|
K.closure173.prototype = {
|
|
68376
68393
|
call$1: function($arguments) {
|
|
@@ -68379,7 +68396,7 @@ self.readline = require("readline");
|
|
|
68379
68396
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68380
68397
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() + amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68381
68398
|
},
|
|
68382
|
-
$signature:
|
|
68399
|
+
$signature: 18
|
|
68383
68400
|
};
|
|
68384
68401
|
K.closure174.prototype = {
|
|
68385
68402
|
call$1: function($arguments) {
|
|
@@ -68388,7 +68405,7 @@ self.readline = require("readline");
|
|
|
68388
68405
|
amount = t1.$index($arguments, 1).assertNumber$1("amount");
|
|
68389
68406
|
return color.changeHsl$1$saturation(C.JSNumber_methods.clamp$2(color.get$saturation() - amount.valueInRange$3(0, 100, "amount"), 0, 100));
|
|
68390
68407
|
},
|
|
68391
|
-
$signature:
|
|
68408
|
+
$signature: 18
|
|
68392
68409
|
};
|
|
68393
68410
|
K.closure175.prototype = {
|
|
68394
68411
|
call$1: function($arguments) {
|
|
@@ -68413,7 +68430,7 @@ self.readline = require("readline");
|
|
|
68413
68430
|
else
|
|
68414
68431
|
throw H.wrapException(E.SassScriptException$0("Only 1 argument allowed, but " + t1 + " were passed."));
|
|
68415
68432
|
},
|
|
68416
|
-
$signature:
|
|
68433
|
+
$signature: 11
|
|
68417
68434
|
};
|
|
68418
68435
|
K._closure25.prototype = {
|
|
68419
68436
|
call$1: function(argument) {
|
|
@@ -68488,7 +68505,7 @@ self.readline = require("readline");
|
|
|
68488
68505
|
}
|
|
68489
68506
|
throw H.wrapException(E.SassScriptException$0("Only 1 argument allowed, but " + t1.get$length($arguments) + " were passed."));
|
|
68490
68507
|
},
|
|
68491
|
-
$signature:
|
|
68508
|
+
$signature: 11
|
|
68492
68509
|
};
|
|
68493
68510
|
K._closure27.prototype = {
|
|
68494
68511
|
call$1: function(argument) {
|
|
@@ -68535,7 +68552,7 @@ self.readline = require("readline");
|
|
|
68535
68552
|
var t1 = J.getInterceptor$asx($arguments);
|
|
68536
68553
|
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
68554
|
},
|
|
68538
|
-
$signature:
|
|
68555
|
+
$signature: 18
|
|
68539
68556
|
};
|
|
68540
68557
|
K.closure187.prototype = {
|
|
68541
68558
|
call$1: function($arguments) {
|
|
@@ -68572,7 +68589,7 @@ self.readline = require("readline");
|
|
|
68572
68589
|
var color = J.$index$asx($arguments, 0).assertColor$1("color");
|
|
68573
68590
|
return color.changeHsl$1$hue(color.get$hue() + 180);
|
|
68574
68591
|
},
|
|
68575
|
-
$signature:
|
|
68592
|
+
$signature: 18
|
|
68576
68593
|
};
|
|
68577
68594
|
K.closure182.prototype = {
|
|
68578
68595
|
call$1: function($arguments) {
|
|
@@ -68628,7 +68645,7 @@ self.readline = require("readline");
|
|
|
68628
68645
|
else
|
|
68629
68646
|
return color;
|
|
68630
68647
|
},
|
|
68631
|
-
$signature:
|
|
68648
|
+
$signature: 18
|
|
68632
68649
|
};
|
|
68633
68650
|
K.closure_getInRange2.prototype = {
|
|
68634
68651
|
call$3: function($name, min, max) {
|
|
@@ -68680,7 +68697,7 @@ self.readline = require("readline");
|
|
|
68680
68697
|
else
|
|
68681
68698
|
return color;
|
|
68682
68699
|
},
|
|
68683
|
-
$signature:
|
|
68700
|
+
$signature: 18
|
|
68684
68701
|
};
|
|
68685
68702
|
K.closure_getScale0.prototype = {
|
|
68686
68703
|
call$1: function($name) {
|
|
@@ -68743,7 +68760,7 @@ self.readline = require("readline");
|
|
|
68743
68760
|
else
|
|
68744
68761
|
return color;
|
|
68745
68762
|
},
|
|
68746
|
-
$signature:
|
|
68763
|
+
$signature: 18
|
|
68747
68764
|
};
|
|
68748
68765
|
K.closure_getInRange1.prototype = {
|
|
68749
68766
|
call$3: function($name, min, max) {
|
|
@@ -68763,13 +68780,13 @@ self.readline = require("readline");
|
|
|
68763
68780
|
t1 = new K.closure_hexString0();
|
|
68764
68781
|
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
68782
|
},
|
|
68766
|
-
$signature:
|
|
68783
|
+
$signature: 11
|
|
68767
68784
|
};
|
|
68768
68785
|
K.closure_hexString0.prototype = {
|
|
68769
68786
|
call$1: function(component) {
|
|
68770
68787
|
return C.JSString_methods.padLeft$2(J.toRadixString$1$n(component, 16), 2, "0").toUpperCase();
|
|
68771
68788
|
},
|
|
68772
|
-
$signature:
|
|
68789
|
+
$signature: 39
|
|
68773
68790
|
};
|
|
68774
68791
|
K._functionString_closure0.prototype = {
|
|
68775
68792
|
call$1: function(argument) {
|
|
@@ -68784,7 +68801,7 @@ self.readline = require("readline");
|
|
|
68784
68801
|
t3 = "The function " + t1 + "() isn't in the sass:color module.\n\nRecommendation: color.adjust(" + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
68785
68802
|
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
68803
|
},
|
|
68787
|
-
$signature:
|
|
68804
|
+
$signature: 57
|
|
68788
68805
|
};
|
|
68789
68806
|
K._parseChannels_closure0.prototype = {
|
|
68790
68807
|
call$1: function(value) {
|
|
@@ -69940,7 +69957,7 @@ self.readline = require("readline");
|
|
|
69940
69957
|
call$1: function(_) {
|
|
69941
69958
|
return H.setRuntimeTypeInfo([], [[G.Module0, D.Callable0]]);
|
|
69942
69959
|
},
|
|
69943
|
-
$signature:
|
|
69960
|
+
$signature: 119
|
|
69944
69961
|
};
|
|
69945
69962
|
O.Environment__getVariableFromGlobalModule_closure0.prototype = {
|
|
69946
69963
|
call$1: function(module) {
|
|
@@ -71694,7 +71711,7 @@ self.readline = require("readline");
|
|
|
71694
71711
|
}
|
|
71695
71712
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
71696
71713
|
},
|
|
71697
|
-
$signature:
|
|
71714
|
+
$signature: 29
|
|
71698
71715
|
};
|
|
71699
71716
|
R._EvaluateVisitor_closure25.prototype = {
|
|
71700
71717
|
call$1: function($arguments) {
|
|
@@ -71711,7 +71728,7 @@ self.readline = require("readline");
|
|
|
71711
71728
|
}
|
|
71712
71729
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
71713
71730
|
},
|
|
71714
|
-
$signature:
|
|
71731
|
+
$signature: 29
|
|
71715
71732
|
};
|
|
71716
71733
|
R._EvaluateVisitor_closure26.prototype = {
|
|
71717
71734
|
call$1: function($arguments) {
|
|
@@ -71733,7 +71750,7 @@ self.readline = require("readline");
|
|
|
71733
71750
|
return new F.SassFunction0(callable);
|
|
71734
71751
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
71735
71752
|
},
|
|
71736
|
-
$signature:
|
|
71753
|
+
$signature: 93
|
|
71737
71754
|
};
|
|
71738
71755
|
R._EvaluateVisitor__closure13.prototype = {
|
|
71739
71756
|
call$0: function() {
|
|
@@ -71745,7 +71762,7 @@ self.readline = require("readline");
|
|
|
71745
71762
|
t2 = t2 == null ? null : t2.text;
|
|
71746
71763
|
return this.$this._evaluate0$_getFunction$2$namespace(t1, t2);
|
|
71747
71764
|
},
|
|
71748
|
-
$signature:
|
|
71765
|
+
$signature: 61
|
|
71749
71766
|
};
|
|
71750
71767
|
R._EvaluateVisitor_closure27.prototype = {
|
|
71751
71768
|
call$1: function($arguments) {
|
|
@@ -71815,7 +71832,7 @@ self.readline = require("readline");
|
|
|
71815
71832
|
t1._evaluate0$_assertConfigurationIsEmpty$2$nameInError(configuration, true);
|
|
71816
71833
|
return;
|
|
71817
71834
|
},
|
|
71818
|
-
$signature:
|
|
71835
|
+
$signature: 57
|
|
71819
71836
|
};
|
|
71820
71837
|
R._EvaluateVisitor__closure9.prototype = {
|
|
71821
71838
|
call$2: function(variable, value) {
|
|
@@ -71852,7 +71869,7 @@ self.readline = require("readline");
|
|
|
71852
71869
|
t2 = _this.$this;
|
|
71853
71870
|
return new E.EvaluateResult0(t2._evaluate0$_combineCss$1(t2._evaluate0$_execute$2(_this.importer, t1)), t2._includedFiles);
|
|
71854
71871
|
},
|
|
71855
|
-
$signature:
|
|
71872
|
+
$signature: 121
|
|
71856
71873
|
};
|
|
71857
71874
|
R._EvaluateVisitor__withWarnCallback_closure1.prototype = {
|
|
71858
71875
|
call$2: function(message, deprecation) {
|
|
@@ -71986,7 +72003,7 @@ self.readline = require("readline");
|
|
|
71986
72003
|
call$0: function() {
|
|
71987
72004
|
return H.setRuntimeTypeInfo([], [F.Extender0]);
|
|
71988
72005
|
},
|
|
71989
|
-
$signature:
|
|
72006
|
+
$signature: 75
|
|
71990
72007
|
};
|
|
71991
72008
|
R._EvaluateVisitor__topologicalModules_visitModule1.prototype = {
|
|
71992
72009
|
call$1: function(module) {
|
|
@@ -72004,7 +72021,7 @@ self.readline = require("readline");
|
|
|
72004
72021
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
72005
72022
|
return new V.AtRootQueryParser0(t1, this.$this._evaluate0$_logger).parse$0();
|
|
72006
72023
|
},
|
|
72007
|
-
$signature:
|
|
72024
|
+
$signature: 52
|
|
72008
72025
|
};
|
|
72009
72026
|
R._EvaluateVisitor_visitAtRootRule_closure6.prototype = {
|
|
72010
72027
|
call$0: function() {
|
|
@@ -72109,7 +72126,7 @@ self.readline = require("readline");
|
|
|
72109
72126
|
t1 = _this.$this;
|
|
72110
72127
|
return t1._evaluate0$_handleReturn$2(_this.list.get$asList(), new R._EvaluateVisitor_visitEachRule__closure1(t1, _this.setVariables, _this.node));
|
|
72111
72128
|
},
|
|
72112
|
-
$signature:
|
|
72129
|
+
$signature: 15
|
|
72113
72130
|
};
|
|
72114
72131
|
R._EvaluateVisitor_visitEachRule__closure1.prototype = {
|
|
72115
72132
|
call$1: function(element) {
|
|
@@ -72128,7 +72145,7 @@ self.readline = require("readline");
|
|
|
72128
72145
|
call$0: function() {
|
|
72129
72146
|
return D.SelectorList_SelectorList$parse0(B.trimAscii0(this.targetText.value, true), false, true, this.$this._evaluate0$_logger);
|
|
72130
72147
|
},
|
|
72131
|
-
$signature:
|
|
72148
|
+
$signature: 31
|
|
72132
72149
|
};
|
|
72133
72150
|
R._EvaluateVisitor_visitAtRule_closure3.prototype = {
|
|
72134
72151
|
call$0: function() {
|
|
@@ -72160,13 +72177,13 @@ self.readline = require("readline");
|
|
|
72160
72177
|
call$0: function() {
|
|
72161
72178
|
return this.node.from.accept$1(this.$this).assertNumber$0();
|
|
72162
72179
|
},
|
|
72163
|
-
$signature:
|
|
72180
|
+
$signature: 67
|
|
72164
72181
|
};
|
|
72165
72182
|
R._EvaluateVisitor_visitForRule_closure10.prototype = {
|
|
72166
72183
|
call$0: function() {
|
|
72167
72184
|
return this.node.to.accept$1(this.$this).assertNumber$0();
|
|
72168
72185
|
},
|
|
72169
|
-
$signature:
|
|
72186
|
+
$signature: 67
|
|
72170
72187
|
};
|
|
72171
72188
|
R._EvaluateVisitor_visitForRule_closure11.prototype = {
|
|
72172
72189
|
call$0: function() {
|
|
@@ -72198,7 +72215,7 @@ self.readline = require("readline");
|
|
|
72198
72215
|
}
|
|
72199
72216
|
return;
|
|
72200
72217
|
},
|
|
72201
|
-
$signature:
|
|
72218
|
+
$signature: 15
|
|
72202
72219
|
};
|
|
72203
72220
|
R._EvaluateVisitor_visitForRule__closure1.prototype = {
|
|
72204
72221
|
call$1: function(child) {
|
|
@@ -72229,7 +72246,7 @@ self.readline = require("readline");
|
|
|
72229
72246
|
var t1 = this.$this;
|
|
72230
72247
|
return t1._evaluate0$_handleReturn$2(this._box_0.clause.children, new R._EvaluateVisitor_visitIfRule__closure1(t1));
|
|
72231
72248
|
},
|
|
72232
|
-
$signature:
|
|
72249
|
+
$signature: 15
|
|
72233
72250
|
};
|
|
72234
72251
|
R._EvaluateVisitor_visitIfRule__closure1.prototype = {
|
|
72235
72252
|
call$1: function(child) {
|
|
@@ -72338,7 +72355,7 @@ self.readline = require("readline");
|
|
|
72338
72355
|
var t1 = this.node;
|
|
72339
72356
|
return this.$this._evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
72340
72357
|
},
|
|
72341
|
-
$signature:
|
|
72358
|
+
$signature: 61
|
|
72342
72359
|
};
|
|
72343
72360
|
R._EvaluateVisitor_visitIncludeRule_closure6.prototype = {
|
|
72344
72361
|
call$0: function() {
|
|
@@ -72346,7 +72363,7 @@ self.readline = require("readline");
|
|
|
72346
72363
|
},
|
|
72347
72364
|
"call*": "call$0",
|
|
72348
72365
|
$requiredArgCount: 0,
|
|
72349
|
-
$signature:
|
|
72366
|
+
$signature: 24
|
|
72350
72367
|
};
|
|
72351
72368
|
R._EvaluateVisitor_visitIncludeRule_closure7.prototype = {
|
|
72352
72369
|
call$0: function() {
|
|
@@ -72385,7 +72402,7 @@ self.readline = require("readline");
|
|
|
72385
72402
|
call$0: function() {
|
|
72386
72403
|
return this.statement.accept$1(this.$this);
|
|
72387
72404
|
},
|
|
72388
|
-
$signature:
|
|
72405
|
+
$signature: 15
|
|
72389
72406
|
};
|
|
72390
72407
|
R._EvaluateVisitor_visitMediaRule_closure3.prototype = {
|
|
72391
72408
|
call$0: function() {
|
|
@@ -72434,14 +72451,14 @@ self.readline = require("readline");
|
|
|
72434
72451
|
var t1 = S.SpanScanner$(this.resolved, null);
|
|
72435
72452
|
return new F.MediaQueryParser0(t1, this.$this._evaluate0$_logger).parse$0();
|
|
72436
72453
|
},
|
|
72437
|
-
$signature:
|
|
72454
|
+
$signature: 55
|
|
72438
72455
|
};
|
|
72439
72456
|
R._EvaluateVisitor_visitStyleRule_closure13.prototype = {
|
|
72440
72457
|
call$0: function() {
|
|
72441
72458
|
var t1 = S.SpanScanner$(this.selectorText.value, null);
|
|
72442
72459
|
return new E.KeyframeSelectorParser0(t1, this.$this._evaluate0$_logger).parse$0();
|
|
72443
72460
|
},
|
|
72444
|
-
$signature:
|
|
72461
|
+
$signature: 33
|
|
72445
72462
|
};
|
|
72446
72463
|
R._EvaluateVisitor_visitStyleRule_closure14.prototype = {
|
|
72447
72464
|
call$0: function() {
|
|
@@ -72462,7 +72479,7 @@ self.readline = require("readline");
|
|
|
72462
72479
|
t2 = !t1._evaluate0$_stylesheet.plainCss;
|
|
72463
72480
|
return D.SelectorList_SelectorList$parse0(this.selectorText.value, t2, t2, t1._evaluate0$_logger);
|
|
72464
72481
|
},
|
|
72465
|
-
$signature:
|
|
72482
|
+
$signature: 31
|
|
72466
72483
|
};
|
|
72467
72484
|
R._EvaluateVisitor_visitStyleRule_closure17.prototype = {
|
|
72468
72485
|
call$0: function() {
|
|
@@ -72472,7 +72489,7 @@ self.readline = require("readline");
|
|
|
72472
72489
|
t3 = t3 == null ? null : t3.originalSelector;
|
|
72473
72490
|
return t1.resolveParentSelectors$2$implicitParent(t3, !t2._evaluate0$_atRootExcludingStyleRule);
|
|
72474
72491
|
},
|
|
72475
|
-
$signature:
|
|
72492
|
+
$signature: 31
|
|
72476
72493
|
};
|
|
72477
72494
|
R._EvaluateVisitor_visitStyleRule_closure18.prototype = {
|
|
72478
72495
|
call$0: function() {
|
|
@@ -72532,7 +72549,7 @@ self.readline = require("readline");
|
|
|
72532
72549
|
var t1 = this.node;
|
|
72533
72550
|
return this.$this._evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
72534
72551
|
},
|
|
72535
|
-
$signature:
|
|
72552
|
+
$signature: 15
|
|
72536
72553
|
};
|
|
72537
72554
|
R._EvaluateVisitor_visitVariableDeclaration_closure7.prototype = {
|
|
72538
72555
|
call$0: function() {
|
|
@@ -72552,7 +72569,7 @@ self.readline = require("readline");
|
|
|
72552
72569
|
call$0: function() {
|
|
72553
72570
|
return this.node.expression.accept$1(this.$this);
|
|
72554
72571
|
},
|
|
72555
|
-
$signature:
|
|
72572
|
+
$signature: 15
|
|
72556
72573
|
};
|
|
72557
72574
|
R._EvaluateVisitor_visitWhileRule_closure1.prototype = {
|
|
72558
72575
|
call$0: function() {
|
|
@@ -72564,7 +72581,7 @@ self.readline = require("readline");
|
|
|
72564
72581
|
}
|
|
72565
72582
|
return;
|
|
72566
72583
|
},
|
|
72567
|
-
$signature:
|
|
72584
|
+
$signature: 15
|
|
72568
72585
|
};
|
|
72569
72586
|
R._EvaluateVisitor_visitWhileRule__closure1.prototype = {
|
|
72570
72587
|
call$1: function(child) {
|
|
@@ -72619,14 +72636,14 @@ self.readline = require("readline");
|
|
|
72619
72636
|
return;
|
|
72620
72637
|
}
|
|
72621
72638
|
},
|
|
72622
|
-
$signature:
|
|
72639
|
+
$signature: 15
|
|
72623
72640
|
};
|
|
72624
72641
|
R._EvaluateVisitor_visitVariableExpression_closure1.prototype = {
|
|
72625
72642
|
call$0: function() {
|
|
72626
72643
|
var t1 = this.node;
|
|
72627
72644
|
return this.$this._evaluate0$_environment.getVariable$2$namespace(t1.name, t1.namespace);
|
|
72628
72645
|
},
|
|
72629
|
-
$signature:
|
|
72646
|
+
$signature: 15
|
|
72630
72647
|
};
|
|
72631
72648
|
R._EvaluateVisitor_visitListExpression_closure1.prototype = {
|
|
72632
72649
|
call$1: function(expression) {
|
|
@@ -72641,14 +72658,14 @@ self.readline = require("readline");
|
|
|
72641
72658
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
72642
72659
|
return this.$this._evaluate0$_getFunction$2$namespace(t2, t1);
|
|
72643
72660
|
},
|
|
72644
|
-
$signature:
|
|
72661
|
+
$signature: 61
|
|
72645
72662
|
};
|
|
72646
72663
|
R._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
|
|
72647
72664
|
call$0: function() {
|
|
72648
72665
|
var t1 = this.node;
|
|
72649
72666
|
return this.$this._evaluate0$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
72650
72667
|
},
|
|
72651
|
-
$signature:
|
|
72668
|
+
$signature: 15
|
|
72652
72669
|
};
|
|
72653
72670
|
R._EvaluateVisitor__runUserDefinedCallable_closure1.prototype = {
|
|
72654
72671
|
call$0: function() {
|
|
@@ -72657,7 +72674,7 @@ self.readline = require("readline");
|
|
|
72657
72674
|
t2 = _this.callable;
|
|
72658
72675
|
return t1._evaluate0$_withEnvironment$2(t2.environment.closure$0(), new R._EvaluateVisitor__runUserDefinedCallable__closure1(t1, _this.evaluated, t2, _this.nodeWithSpan, _this.run));
|
|
72659
72676
|
},
|
|
72660
|
-
$signature:
|
|
72677
|
+
$signature: 15
|
|
72661
72678
|
};
|
|
72662
72679
|
R._EvaluateVisitor__runUserDefinedCallable__closure1.prototype = {
|
|
72663
72680
|
call$0: function() {
|
|
@@ -72665,7 +72682,7 @@ self.readline = require("readline");
|
|
|
72665
72682
|
t1 = _this.$this;
|
|
72666
72683
|
return t1._evaluate0$_environment.scope$1$1(new R._EvaluateVisitor__runUserDefinedCallable___closure1(t1, _this.evaluated, _this.callable, _this.nodeWithSpan, _this.run), F.Value0);
|
|
72667
72684
|
},
|
|
72668
|
-
$signature:
|
|
72685
|
+
$signature: 15
|
|
72669
72686
|
};
|
|
72670
72687
|
R._EvaluateVisitor__runUserDefinedCallable___closure1.prototype = {
|
|
72671
72688
|
call$0: function() {
|
|
@@ -72728,7 +72745,7 @@ self.readline = require("readline");
|
|
|
72728
72745
|
argumentNames = B.toSentence0(H.MappedIterable_MappedIterable(t5, new R._EvaluateVisitor__runUserDefinedCallable____closure1(), H.getRuntimeTypeArgument(t5, "Iterable", 0), P.Object), "or");
|
|
72729
72746
|
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
72747
|
},
|
|
72731
|
-
$signature:
|
|
72748
|
+
$signature: 15
|
|
72732
72749
|
};
|
|
72733
72750
|
R._EvaluateVisitor__runUserDefinedCallable____closure1.prototype = {
|
|
72734
72751
|
call$1: function($name) {
|
|
@@ -72745,7 +72762,7 @@ self.readline = require("readline");
|
|
|
72745
72762
|
}
|
|
72746
72763
|
throw H.wrapException(t4._evaluate0$_exception$2("Function finished without @return.", t1.span));
|
|
72747
72764
|
},
|
|
72748
|
-
$signature:
|
|
72765
|
+
$signature: 15
|
|
72749
72766
|
};
|
|
72750
72767
|
R._EvaluateVisitor__runBuiltInCallable_closure3.prototype = {
|
|
72751
72768
|
call$0: function() {
|
|
@@ -72827,7 +72844,7 @@ self.readline = require("readline");
|
|
|
72827
72844
|
result = value.accept$1(t1);
|
|
72828
72845
|
return result instanceof D.SassString0 ? result.text : t1._evaluate0$_serialize$3$quote(result, value, false);
|
|
72829
72846
|
},
|
|
72830
|
-
$signature:
|
|
72847
|
+
$signature: 28
|
|
72831
72848
|
};
|
|
72832
72849
|
R._EvaluateVisitor_visitCssAtRule_closure3.prototype = {
|
|
72833
72850
|
call$0: function() {
|
|
@@ -72956,7 +72973,7 @@ self.readline = require("readline");
|
|
|
72956
72973
|
}
|
|
72957
72974
|
return t1._evaluate0$_serialize$3$quote(result, value, false);
|
|
72958
72975
|
},
|
|
72959
|
-
$signature:
|
|
72976
|
+
$signature: 28
|
|
72960
72977
|
};
|
|
72961
72978
|
R._EvaluateVisitor__serialize_closure1.prototype = {
|
|
72962
72979
|
call$0: function() {
|
|
@@ -72964,7 +72981,7 @@ self.readline = require("readline");
|
|
|
72964
72981
|
t1.toString;
|
|
72965
72982
|
return N.serializeValue0(t1, false, this.quote);
|
|
72966
72983
|
},
|
|
72967
|
-
$signature:
|
|
72984
|
+
$signature: 12
|
|
72968
72985
|
};
|
|
72969
72986
|
R._EvaluateVisitor__stackTrace_closure1.prototype = {
|
|
72970
72987
|
call$1: function(tuple) {
|
|
@@ -73635,7 +73652,7 @@ self.readline = require("readline");
|
|
|
73635
73652
|
call$1: function(complex) {
|
|
73636
73653
|
return S.Extension$oneOff0(H.interceptedTypeCast(complex, "$isComplexSelector0"), false, null);
|
|
73637
73654
|
},
|
|
73638
|
-
$signature:
|
|
73655
|
+
$signature: 123
|
|
73639
73656
|
};
|
|
73640
73657
|
F.Extender_extensionsWhereTarget_closure0.prototype = {
|
|
73641
73658
|
call$1: function(extension) {
|
|
@@ -73646,19 +73663,19 @@ self.readline = require("readline");
|
|
|
73646
73663
|
call$0: function() {
|
|
73647
73664
|
return P.LinkedHashSet_LinkedHashSet$_empty([F.ModifiableCssValue0, D.SelectorList0]);
|
|
73648
73665
|
},
|
|
73649
|
-
$signature:
|
|
73666
|
+
$signature: 124
|
|
73650
73667
|
};
|
|
73651
73668
|
F.Extender_addExtension_closure2.prototype = {
|
|
73652
73669
|
call$0: function() {
|
|
73653
73670
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
73654
73671
|
},
|
|
73655
|
-
$signature:
|
|
73672
|
+
$signature: 62
|
|
73656
73673
|
};
|
|
73657
73674
|
F.Extender_addExtension_closure3.prototype = {
|
|
73658
73675
|
call$0: function() {
|
|
73659
73676
|
return H.setRuntimeTypeInfo([], [S.Extension0]);
|
|
73660
73677
|
},
|
|
73661
|
-
$signature:
|
|
73678
|
+
$signature: 79
|
|
73662
73679
|
};
|
|
73663
73680
|
F.Extender_addExtension_closure4.prototype = {
|
|
73664
73681
|
call$0: function() {
|
|
@@ -73670,13 +73687,13 @@ self.readline = require("readline");
|
|
|
73670
73687
|
call$0: function() {
|
|
73671
73688
|
return H.setRuntimeTypeInfo([], [S.Extension0]);
|
|
73672
73689
|
},
|
|
73673
|
-
$signature:
|
|
73690
|
+
$signature: 79
|
|
73674
73691
|
};
|
|
73675
73692
|
F.Extender__extendExistingExtensions_closure2.prototype = {
|
|
73676
73693
|
call$0: function() {
|
|
73677
73694
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
73678
73695
|
},
|
|
73679
|
-
$signature:
|
|
73696
|
+
$signature: 62
|
|
73680
73697
|
};
|
|
73681
73698
|
F.Extender_addExtensions_closure0.prototype = {
|
|
73682
73699
|
call$2: function(target, newSources) {
|
|
@@ -73732,13 +73749,13 @@ self.readline = require("readline");
|
|
|
73732
73749
|
call$0: function() {
|
|
73733
73750
|
return P.LinkedHashMap_LinkedHashMap$_empty(S.ComplexSelector0, S.Extension0);
|
|
73734
73751
|
},
|
|
73735
|
-
$signature:
|
|
73752
|
+
$signature: 62
|
|
73736
73753
|
};
|
|
73737
73754
|
F.Extender_addExtensions___closure2.prototype = {
|
|
73738
73755
|
call$0: function() {
|
|
73739
73756
|
return this.extension;
|
|
73740
73757
|
},
|
|
73741
|
-
$signature:
|
|
73758
|
+
$signature: 127
|
|
73742
73759
|
};
|
|
73743
73760
|
F.Extender__extendList_closure0.prototype = {
|
|
73744
73761
|
call$1: function(complex) {
|
|
@@ -74774,7 +74791,7 @@ self.readline = require("readline");
|
|
|
74774
74791
|
call$0: function() {
|
|
74775
74792
|
return B.resolveImportPath0(this.path);
|
|
74776
74793
|
},
|
|
74777
|
-
$signature:
|
|
74794
|
+
$signature: 12
|
|
74778
74795
|
};
|
|
74779
74796
|
F.ModifiableCssImport0.prototype = {
|
|
74780
74797
|
accept$1$1: function(visitor) {
|
|
@@ -74843,13 +74860,13 @@ self.readline = require("readline");
|
|
|
74843
74860
|
}
|
|
74844
74861
|
return;
|
|
74845
74862
|
},
|
|
74846
|
-
$signature:
|
|
74863
|
+
$signature: 128
|
|
74847
74864
|
};
|
|
74848
74865
|
R.ImportCache__canonicalize_closure0.prototype = {
|
|
74849
74866
|
call$0: function() {
|
|
74850
74867
|
return this.importer.canonicalize$1(this.url);
|
|
74851
74868
|
},
|
|
74852
|
-
$signature:
|
|
74869
|
+
$signature: 91
|
|
74853
74870
|
};
|
|
74854
74871
|
R.ImportCache_importCanonical_closure0.prototype = {
|
|
74855
74872
|
call$0: function() {
|
|
@@ -74862,7 +74879,7 @@ self.readline = require("readline");
|
|
|
74862
74879
|
t1 = t3 == null ? t1 : t3.resolveUri$1(t1);
|
|
74863
74880
|
return V.Stylesheet_Stylesheet$parse0(result.contents, result.syntax, t2._import_cache$_logger, t1);
|
|
74864
74881
|
},
|
|
74865
|
-
$signature:
|
|
74882
|
+
$signature: 84
|
|
74866
74883
|
};
|
|
74867
74884
|
R.ImportCache_humanize_closure2.prototype = {
|
|
74868
74885
|
call$1: function(tuple) {
|
|
@@ -74879,7 +74896,7 @@ self.readline = require("readline");
|
|
|
74879
74896
|
call$1: function(url) {
|
|
74880
74897
|
return J.get$length$asx(J.get$path$x(url));
|
|
74881
74898
|
},
|
|
74882
|
-
$signature:
|
|
74899
|
+
$signature: 27
|
|
74883
74900
|
};
|
|
74884
74901
|
B.ImportRule0.prototype = {
|
|
74885
74902
|
accept$1$1: function(visitor) {
|
|
@@ -74977,7 +74994,7 @@ self.readline = require("readline");
|
|
|
74977
74994
|
call$1: function(value) {
|
|
74978
74995
|
return typeof value === "string" ? value : "#{" + H.S(value) + "}";
|
|
74979
74996
|
},
|
|
74980
|
-
$signature:
|
|
74997
|
+
$signature: 28
|
|
74981
74998
|
};
|
|
74982
74999
|
X.SupportsInterpolation0.prototype = {
|
|
74983
75000
|
toString$0: function(_) {
|
|
@@ -75125,7 +75142,7 @@ self.readline = require("readline");
|
|
|
75125
75142
|
t2.expectDone$0();
|
|
75126
75143
|
return selectors;
|
|
75127
75144
|
},
|
|
75128
|
-
$signature:
|
|
75145
|
+
$signature: 33
|
|
75129
75146
|
};
|
|
75130
75147
|
K.LimitedMapView0.prototype = {
|
|
75131
75148
|
get$keys: function() {
|
|
@@ -75334,7 +75351,7 @@ self.readline = require("readline");
|
|
|
75334
75351
|
call$1: function($arguments) {
|
|
75335
75352
|
return J.$index$asx($arguments, 0).get$separator() === C.ListSeparator_comma0 ? new D.SassString0("comma", false) : new D.SassString0("space", false);
|
|
75336
75353
|
},
|
|
75337
|
-
$signature:
|
|
75354
|
+
$signature: 11
|
|
75338
75355
|
};
|
|
75339
75356
|
D.closure143.prototype = {
|
|
75340
75357
|
call$1: function($arguments) {
|
|
@@ -75613,7 +75630,7 @@ self.readline = require("readline");
|
|
|
75613
75630
|
call$1: function(_) {
|
|
75614
75631
|
return C.C_SassNull0;
|
|
75615
75632
|
},
|
|
75616
|
-
$signature:
|
|
75633
|
+
$signature: 82
|
|
75617
75634
|
};
|
|
75618
75635
|
D.closure233.prototype = {
|
|
75619
75636
|
call$2: function(thisArg, index) {
|
|
@@ -75776,13 +75793,13 @@ self.readline = require("readline");
|
|
|
75776
75793
|
}
|
|
75777
75794
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
75778
75795
|
},
|
|
75779
|
-
$signature:
|
|
75796
|
+
$signature: 29
|
|
75780
75797
|
};
|
|
75781
75798
|
A.closure138.prototype = {
|
|
75782
75799
|
call$1: function($arguments) {
|
|
75783
75800
|
return J.$index$asx($arguments, 0).assertMap$1("map");
|
|
75784
75801
|
},
|
|
75785
|
-
$signature:
|
|
75802
|
+
$signature: 29
|
|
75786
75803
|
};
|
|
75787
75804
|
A.closure139.prototype = {
|
|
75788
75805
|
call$1: function($arguments) {
|
|
@@ -75799,7 +75816,7 @@ self.readline = require("readline");
|
|
|
75799
75816
|
mutableMap.remove$1(0, t3[_i]);
|
|
75800
75817
|
return new A.SassMap0(H.ConstantMap_ConstantMap$from(mutableMap, t2, t2));
|
|
75801
75818
|
},
|
|
75802
|
-
$signature:
|
|
75819
|
+
$signature: 29
|
|
75803
75820
|
};
|
|
75804
75821
|
A.closure137.prototype = {
|
|
75805
75822
|
call$1: function($arguments) {
|
|
@@ -75848,13 +75865,13 @@ self.readline = require("readline");
|
|
|
75848
75865
|
call$1: function(i) {
|
|
75849
75866
|
return new T.SassNumber0(i, C.List_empty, C.List_empty, null);
|
|
75850
75867
|
},
|
|
75851
|
-
$signature:
|
|
75868
|
+
$signature: 133
|
|
75852
75869
|
};
|
|
75853
75870
|
A._closure32.prototype = {
|
|
75854
75871
|
call$1: function(_) {
|
|
75855
75872
|
return C.C_SassNull0;
|
|
75856
75873
|
},
|
|
75857
|
-
$signature:
|
|
75874
|
+
$signature: 82
|
|
75858
75875
|
};
|
|
75859
75876
|
A.closure226.prototype = {
|
|
75860
75877
|
call$2: function(thisArg, index) {
|
|
@@ -76305,7 +76322,7 @@ self.readline = require("readline");
|
|
|
76305
76322
|
call$1: function($arguments) {
|
|
76306
76323
|
return new D.SassString0(J.$index$asx($arguments, 0).assertNumber$1("number").get$unitString(), true);
|
|
76307
76324
|
},
|
|
76308
|
-
$signature:
|
|
76325
|
+
$signature: 11
|
|
76309
76326
|
};
|
|
76310
76327
|
K.closure129.prototype = {
|
|
76311
76328
|
call$1: function($arguments) {
|
|
@@ -76518,7 +76535,7 @@ self.readline = require("readline");
|
|
|
76518
76535
|
t2.expectDone$0();
|
|
76519
76536
|
return queries;
|
|
76520
76537
|
},
|
|
76521
|
-
$signature:
|
|
76538
|
+
$signature: 55
|
|
76522
76539
|
};
|
|
76523
76540
|
G.ModifiableCssMediaRule0.prototype = {
|
|
76524
76541
|
accept$1$1: function(visitor) {
|
|
@@ -76654,7 +76671,7 @@ self.readline = require("readline");
|
|
|
76654
76671
|
call$1: function($arguments) {
|
|
76655
76672
|
return new D.SassString0(J.toString$0$(J.get$first$ax($arguments)), false);
|
|
76656
76673
|
},
|
|
76657
|
-
$signature:
|
|
76674
|
+
$signature: 11
|
|
76658
76675
|
};
|
|
76659
76676
|
Q.closure211.prototype = {
|
|
76660
76677
|
call$1: function($arguments) {
|
|
@@ -76677,7 +76694,7 @@ self.readline = require("readline");
|
|
|
76677
76694
|
return new D.SassString0("function", false);
|
|
76678
76695
|
return new D.SassString0("string", false);
|
|
76679
76696
|
},
|
|
76680
|
-
$signature:
|
|
76697
|
+
$signature: 11
|
|
76681
76698
|
};
|
|
76682
76699
|
Q.closure212.prototype = {
|
|
76683
76700
|
call$1: function($arguments) {
|
|
@@ -76690,7 +76707,7 @@ self.readline = require("readline");
|
|
|
76690
76707
|
} else
|
|
76691
76708
|
throw H.wrapException("$args: " + H.S(argumentList) + " is not an argument list.");
|
|
76692
76709
|
},
|
|
76693
|
-
$signature:
|
|
76710
|
+
$signature: 29
|
|
76694
76711
|
};
|
|
76695
76712
|
Q._closure28.prototype = {
|
|
76696
76713
|
call$2: function(key, _) {
|
|
@@ -76826,7 +76843,7 @@ self.readline = require("readline");
|
|
|
76826
76843
|
throw exception;
|
|
76827
76844
|
}
|
|
76828
76845
|
},
|
|
76829
|
-
$signature:
|
|
76846
|
+
$signature: 26
|
|
76830
76847
|
};
|
|
76831
76848
|
B.dirExists_closure0.prototype = {
|
|
76832
76849
|
call$0: function() {
|
|
@@ -76845,7 +76862,7 @@ self.readline = require("readline");
|
|
|
76845
76862
|
throw exception;
|
|
76846
76863
|
}
|
|
76847
76864
|
},
|
|
76848
|
-
$signature:
|
|
76865
|
+
$signature: 26
|
|
76849
76866
|
};
|
|
76850
76867
|
B.listDir_closure0.prototype = {
|
|
76851
76868
|
call$0: function() {
|
|
@@ -76855,13 +76872,13 @@ self.readline = require("readline");
|
|
|
76855
76872
|
else
|
|
76856
76873
|
return new B.listDir_closure_list0().call$1(t1);
|
|
76857
76874
|
},
|
|
76858
|
-
$signature:
|
|
76875
|
+
$signature: 81
|
|
76859
76876
|
};
|
|
76860
76877
|
B.listDir__closure1.prototype = {
|
|
76861
76878
|
call$1: function(child) {
|
|
76862
76879
|
return D.join(this.path, H.stringTypeCast(child), null);
|
|
76863
76880
|
},
|
|
76864
|
-
$signature:
|
|
76881
|
+
$signature: 28
|
|
76865
76882
|
};
|
|
76866
76883
|
B.listDir__closure2.prototype = {
|
|
76867
76884
|
call$1: function(child) {
|
|
@@ -76878,7 +76895,7 @@ self.readline = require("readline");
|
|
|
76878
76895
|
var path = D.join(this.parent, H.stringTypeCast(child), null);
|
|
76879
76896
|
return B.dirExists0(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], [P.String]);
|
|
76880
76897
|
},
|
|
76881
|
-
$signature:
|
|
76898
|
+
$signature: 77
|
|
76882
76899
|
};
|
|
76883
76900
|
B.ModifiableCssNode0.prototype = {
|
|
76884
76901
|
get$hasFollowingSibling: function() {
|
|
@@ -76955,7 +76972,7 @@ self.readline = require("readline");
|
|
|
76955
76972
|
},
|
|
76956
76973
|
"call*": "call$2",
|
|
76957
76974
|
$requiredArgCount: 2,
|
|
76958
|
-
$signature:
|
|
76975
|
+
$signature: 135
|
|
76959
76976
|
};
|
|
76960
76977
|
B._parseFunctions_closure.prototype = {
|
|
76961
76978
|
call$2: function(signature, callback) {
|
|
@@ -76982,7 +76999,7 @@ self.readline = require("readline");
|
|
|
76982
76999
|
t1.push(new S.AsyncBuiltInCallable0(tuple.item1, tuple.item2, new B._parseFunctions__closure1(callback)));
|
|
76983
77000
|
}
|
|
76984
77001
|
},
|
|
76985
|
-
$signature:
|
|
77002
|
+
$signature: 136
|
|
76986
77003
|
};
|
|
76987
77004
|
B._parseFunctions__closure.prototype = {
|
|
76988
77005
|
call$1: function($arguments) {
|
|
@@ -77012,7 +77029,7 @@ self.readline = require("readline");
|
|
|
77012
77029
|
$defaultValues: function() {
|
|
77013
77030
|
return [null];
|
|
77014
77031
|
},
|
|
77015
|
-
$signature:
|
|
77032
|
+
$signature: 46
|
|
77016
77033
|
};
|
|
77017
77034
|
B._parseFunctions____closure.prototype = {
|
|
77018
77035
|
call$0: function() {
|
|
@@ -77091,7 +77108,7 @@ self.readline = require("readline");
|
|
|
77091
77108
|
$defaultValues: function() {
|
|
77092
77109
|
return [null];
|
|
77093
77110
|
},
|
|
77094
|
-
$signature:
|
|
77111
|
+
$signature: 76
|
|
77095
77112
|
};
|
|
77096
77113
|
B._parseImporter_closure.prototype = {
|
|
77097
77114
|
call$1: function(importer) {
|
|
@@ -77120,7 +77137,7 @@ self.readline = require("readline");
|
|
|
77120
77137
|
call$1: function(result) {
|
|
77121
77138
|
P.scheduleMicrotask(new B._parseImporter____closure(this.fiber, result));
|
|
77122
77139
|
},
|
|
77123
|
-
$signature:
|
|
77140
|
+
$signature: 137
|
|
77124
77141
|
};
|
|
77125
77142
|
B._parseImporter____closure.prototype = {
|
|
77126
77143
|
call$0: function() {
|
|
@@ -77159,7 +77176,7 @@ self.readline = require("readline");
|
|
|
77159
77176
|
C.C_SassNull0.toString = P.allowInterop(new O._closure30());
|
|
77160
77177
|
return $constructor;
|
|
77161
77178
|
},
|
|
77162
|
-
$signature:
|
|
77179
|
+
$signature: 87
|
|
77163
77180
|
};
|
|
77164
77181
|
O._closure29.prototype = {
|
|
77165
77182
|
call$1: function(_) {
|
|
@@ -77173,7 +77190,7 @@ self.readline = require("readline");
|
|
|
77173
77190
|
$defaultValues: function() {
|
|
77174
77191
|
return [null];
|
|
77175
77192
|
},
|
|
77176
|
-
$signature:
|
|
77193
|
+
$signature: 60
|
|
77177
77194
|
};
|
|
77178
77195
|
O._closure30.prototype = {
|
|
77179
77196
|
call$0: function() {
|
|
@@ -77181,7 +77198,7 @@ self.readline = require("readline");
|
|
|
77181
77198
|
},
|
|
77182
77199
|
"call*": "call$0",
|
|
77183
77200
|
$requiredArgCount: 0,
|
|
77184
|
-
$signature:
|
|
77201
|
+
$signature: 12
|
|
77185
77202
|
};
|
|
77186
77203
|
O.SassNull0.prototype = {
|
|
77187
77204
|
get$isTruthy: function() {
|
|
@@ -78380,7 +78397,7 @@ self.readline = require("readline");
|
|
|
78380
78397
|
t1.scanner.expectDone$0();
|
|
78381
78398
|
return result;
|
|
78382
78399
|
},
|
|
78383
|
-
$signature:
|
|
78400
|
+
$signature: 12
|
|
78384
78401
|
};
|
|
78385
78402
|
N.PlaceholderSelector0.prototype = {
|
|
78386
78403
|
get$isInvisible: function() {
|
|
@@ -79083,13 +79100,13 @@ self.readline = require("readline");
|
|
|
79083
79100
|
call$1: function(_) {
|
|
79084
79101
|
return this.main.call$0();
|
|
79085
79102
|
},
|
|
79086
|
-
$signature:
|
|
79103
|
+
$signature: 138
|
|
79087
79104
|
};
|
|
79088
79105
|
R._wrapMain_closure0.prototype = {
|
|
79089
79106
|
call$1: function(args) {
|
|
79090
79107
|
return this.main.call$1(P.List_List$from(H.subtypeCast(args, "$isList", [P.Object], "$asList"), true, P.String));
|
|
79091
79108
|
},
|
|
79092
|
-
$signature:
|
|
79109
|
+
$signature: 27
|
|
79093
79110
|
};
|
|
79094
79111
|
L.ScssParser0.prototype = {
|
|
79095
79112
|
get$indented: function() {
|
|
@@ -79732,7 +79749,7 @@ self.readline = require("readline");
|
|
|
79732
79749
|
t1.error$1("expected selector.");
|
|
79733
79750
|
return selector;
|
|
79734
79751
|
},
|
|
79735
|
-
$signature:
|
|
79752
|
+
$signature: 31
|
|
79736
79753
|
};
|
|
79737
79754
|
T.SelectorParser_parseCompoundSelector_closure0.prototype = {
|
|
79738
79755
|
call$0: function() {
|
|
@@ -79743,13 +79760,13 @@ self.readline = require("readline");
|
|
|
79743
79760
|
t1.error$1("expected selector.");
|
|
79744
79761
|
return compound;
|
|
79745
79762
|
},
|
|
79746
|
-
$signature:
|
|
79763
|
+
$signature: 139
|
|
79747
79764
|
};
|
|
79748
79765
|
N.serialize_closure0.prototype = {
|
|
79749
79766
|
call$1: function(codeUnit) {
|
|
79750
79767
|
return codeUnit > 127;
|
|
79751
79768
|
},
|
|
79752
|
-
$signature:
|
|
79769
|
+
$signature: 16
|
|
79753
79770
|
};
|
|
79754
79771
|
N._SerializeVisitor0.prototype = {
|
|
79755
79772
|
visitCssStylesheet$1: function(node) {
|
|
@@ -80944,13 +80961,13 @@ self.readline = require("readline");
|
|
|
80944
80961
|
call$2: function(url, _) {
|
|
80945
80962
|
return J.toString$0$(url);
|
|
80946
80963
|
},
|
|
80947
|
-
$signature:
|
|
80964
|
+
$signature: 69
|
|
80948
80965
|
};
|
|
80949
80966
|
D.SourceMapBuffer__addEntry_closure0.prototype = {
|
|
80950
80967
|
call$0: function() {
|
|
80951
80968
|
return this.source.file;
|
|
80952
80969
|
},
|
|
80953
|
-
$signature:
|
|
80970
|
+
$signature: 49
|
|
80954
80971
|
};
|
|
80955
80972
|
D.SourceMapBuffer_buildSourceMap_closure0.prototype = {
|
|
80956
80973
|
call$1: function(entry) {
|
|
@@ -81117,7 +81134,7 @@ self.readline = require("readline");
|
|
|
81117
81134
|
return string;
|
|
81118
81135
|
return new D.SassString0(string.text, false);
|
|
81119
81136
|
},
|
|
81120
|
-
$signature:
|
|
81137
|
+
$signature: 11
|
|
81121
81138
|
};
|
|
81122
81139
|
D.closure115.prototype = {
|
|
81123
81140
|
call$1: function($arguments) {
|
|
@@ -81126,7 +81143,7 @@ self.readline = require("readline");
|
|
|
81126
81143
|
return string;
|
|
81127
81144
|
return new D.SassString0(string.text, true);
|
|
81128
81145
|
},
|
|
81129
|
-
$signature:
|
|
81146
|
+
$signature: 11
|
|
81130
81147
|
};
|
|
81131
81148
|
D.closure111.prototype = {
|
|
81132
81149
|
call$1: function($arguments) {
|
|
@@ -81150,7 +81167,7 @@ self.readline = require("readline");
|
|
|
81150
81167
|
codeUnitIndex = B.codepointIndexToCodeUnitIndex0(t1, D._codepointForIndex0(indexInt, string.get$sassLength(), false));
|
|
81151
81168
|
return new D.SassString0(J.replaceRange$3$asx(t1, codeUnitIndex, codeUnitIndex, insert.text), string.hasQuotes);
|
|
81152
81169
|
},
|
|
81153
|
-
$signature:
|
|
81170
|
+
$signature: 11
|
|
81154
81171
|
};
|
|
81155
81172
|
D.closure109.prototype = {
|
|
81156
81173
|
call$1: function($arguments) {
|
|
@@ -81187,7 +81204,7 @@ self.readline = require("readline");
|
|
|
81187
81204
|
t1 = string.text;
|
|
81188
81205
|
return new D.SassString0(J.substring$2$s(t1, B.codepointIndexToCodeUnitIndex0(t1, startCodepoint), B.codepointIndexToCodeUnitIndex0(t1, endCodepoint + 1)), string.hasQuotes);
|
|
81189
81206
|
},
|
|
81190
|
-
$signature:
|
|
81207
|
+
$signature: 11
|
|
81191
81208
|
};
|
|
81192
81209
|
D.closure114.prototype = {
|
|
81193
81210
|
call$1: function($arguments) {
|
|
@@ -81199,7 +81216,7 @@ self.readline = require("readline");
|
|
|
81199
81216
|
}
|
|
81200
81217
|
return new D.SassString0(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
81201
81218
|
},
|
|
81202
|
-
$signature:
|
|
81219
|
+
$signature: 11
|
|
81203
81220
|
};
|
|
81204
81221
|
D.closure113.prototype = {
|
|
81205
81222
|
call$1: function($arguments) {
|
|
@@ -81211,7 +81228,7 @@ self.readline = require("readline");
|
|
|
81211
81228
|
}
|
|
81212
81229
|
return new D.SassString0(t4.charCodeAt(0) == 0 ? t4 : t4, string.hasQuotes);
|
|
81213
81230
|
},
|
|
81214
|
-
$signature:
|
|
81231
|
+
$signature: 11
|
|
81215
81232
|
};
|
|
81216
81233
|
D.closure112.prototype = {
|
|
81217
81234
|
call$1: function($arguments) {
|
|
@@ -81221,7 +81238,7 @@ self.readline = require("readline");
|
|
|
81221
81238
|
$._previousUniqueId0 = C.JSInt_methods.$mod($.$get$_previousUniqueId0(), H.intTypeCast(Math.pow(36, 6)));
|
|
81222
81239
|
return new D.SassString0("u" + C.JSString_methods.padLeft$2(J.toRadixString$1$n($.$get$_previousUniqueId0(), 36), 6, "0"), false);
|
|
81223
81240
|
},
|
|
81224
|
-
$signature:
|
|
81241
|
+
$signature: 11
|
|
81225
81242
|
};
|
|
81226
81243
|
D._NodeSassString.prototype = {};
|
|
81227
81244
|
D.closure214.prototype = {
|
|
@@ -84251,13 +84268,13 @@ self.readline = require("readline");
|
|
|
84251
84268
|
C.JSArray_methods.addAll$1(statements, H.MappedIterable_MappedIterable(t4, new V.StylesheetParser_parse__closure2(), H.getRuntimeTypeArgument(t4, "Iterable", 0), O.Statement0));
|
|
84252
84269
|
return V.Stylesheet$0(statements, t2.spanFrom$1(new S._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
84253
84270
|
},
|
|
84254
|
-
$signature:
|
|
84271
|
+
$signature: 84
|
|
84255
84272
|
};
|
|
84256
84273
|
V.StylesheetParser_parse__closure1.prototype = {
|
|
84257
84274
|
call$0: function() {
|
|
84258
84275
|
return this.$this._stylesheet0$_statement$1$root(true);
|
|
84259
84276
|
},
|
|
84260
|
-
$signature:
|
|
84277
|
+
$signature: 38
|
|
84261
84278
|
};
|
|
84262
84279
|
V.StylesheetParser_parse__closure2.prototype = {
|
|
84263
84280
|
call$1: function(declaration) {
|
|
@@ -84278,7 +84295,7 @@ self.readline = require("readline");
|
|
|
84278
84295
|
t2.expectChar$1(123);
|
|
84279
84296
|
return $arguments;
|
|
84280
84297
|
},
|
|
84281
|
-
$signature:
|
|
84298
|
+
$signature: 144
|
|
84282
84299
|
};
|
|
84283
84300
|
V.StylesheetParser__parseSingleProduction_closure0.prototype = {
|
|
84284
84301
|
call$0: function() {
|
|
@@ -84307,25 +84324,25 @@ self.readline = require("readline");
|
|
|
84307
84324
|
t2.expectDone$0();
|
|
84308
84325
|
return new S.Tuple2($name, $arguments, [P.String, B.ArgumentDeclaration0]);
|
|
84309
84326
|
},
|
|
84310
|
-
$signature:
|
|
84327
|
+
$signature: 145
|
|
84311
84328
|
};
|
|
84312
84329
|
V.StylesheetParser__statement_closure0.prototype = {
|
|
84313
84330
|
call$0: function() {
|
|
84314
84331
|
return this.$this._stylesheet0$_statement$0();
|
|
84315
84332
|
},
|
|
84316
|
-
$signature:
|
|
84333
|
+
$signature: 38
|
|
84317
84334
|
};
|
|
84318
84335
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure1.prototype = {
|
|
84319
84336
|
call$0: function() {
|
|
84320
84337
|
return this.$this.scanner.spanFrom$1(this._box_0.start);
|
|
84321
84338
|
},
|
|
84322
|
-
$signature:
|
|
84339
|
+
$signature: 24
|
|
84323
84340
|
};
|
|
84324
84341
|
V.StylesheetParser_variableDeclarationWithoutNamespace_closure2.prototype = {
|
|
84325
84342
|
call$0: function() {
|
|
84326
84343
|
return this.declaration;
|
|
84327
84344
|
},
|
|
84328
|
-
$signature:
|
|
84345
|
+
$signature: 146
|
|
84329
84346
|
};
|
|
84330
84347
|
V.StylesheetParser__declarationOrBuffer_closure1.prototype = {
|
|
84331
84348
|
call$2: function(children, span) {
|
|
@@ -84406,7 +84423,7 @@ self.readline = require("readline");
|
|
|
84406
84423
|
} else
|
|
84407
84424
|
return false;
|
|
84408
84425
|
},
|
|
84409
|
-
$signature:
|
|
84426
|
+
$signature: 26
|
|
84410
84427
|
};
|
|
84411
84428
|
V.StylesheetParser__forRule_closure2.prototype = {
|
|
84412
84429
|
call$2: function(children, span) {
|
|
@@ -84606,25 +84623,25 @@ self.readline = require("readline");
|
|
|
84606
84623
|
call$0: function() {
|
|
84607
84624
|
return this.$this.scanner.peekChar$0() === 44;
|
|
84608
84625
|
},
|
|
84609
|
-
$signature:
|
|
84626
|
+
$signature: 26
|
|
84610
84627
|
};
|
|
84611
84628
|
V.StylesheetParser__unicodeRange_closure1.prototype = {
|
|
84612
84629
|
call$1: function(char) {
|
|
84613
84630
|
return char != null && T.isHex0(char);
|
|
84614
84631
|
},
|
|
84615
|
-
$signature:
|
|
84632
|
+
$signature: 16
|
|
84616
84633
|
};
|
|
84617
84634
|
V.StylesheetParser__unicodeRange_closure2.prototype = {
|
|
84618
84635
|
call$1: function(char) {
|
|
84619
84636
|
return char != null && T.isHex0(char);
|
|
84620
84637
|
},
|
|
84621
|
-
$signature:
|
|
84638
|
+
$signature: 16
|
|
84622
84639
|
};
|
|
84623
84640
|
V.StylesheetParser_identifierLike_closure0.prototype = {
|
|
84624
84641
|
call$0: function() {
|
|
84625
84642
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
84626
84643
|
},
|
|
84627
|
-
$signature:
|
|
84644
|
+
$signature: 24
|
|
84628
84645
|
};
|
|
84629
84646
|
V.StylesheetParser__expressionUntilComparison_closure0.prototype = {
|
|
84630
84647
|
call$0: function() {
|
|
@@ -84634,13 +84651,13 @@ self.readline = require("readline");
|
|
|
84634
84651
|
return t1.peekChar$1(1) !== 61;
|
|
84635
84652
|
return next === 60 || next === 62;
|
|
84636
84653
|
},
|
|
84637
|
-
$signature:
|
|
84654
|
+
$signature: 26
|
|
84638
84655
|
};
|
|
84639
84656
|
V.StylesheetParser__publicIdentifier_closure0.prototype = {
|
|
84640
84657
|
call$0: function() {
|
|
84641
84658
|
return this.$this.scanner.spanFrom$1(this.start);
|
|
84642
84659
|
},
|
|
84643
|
-
$signature:
|
|
84660
|
+
$signature: 24
|
|
84644
84661
|
};
|
|
84645
84662
|
V.Stylesheet0.prototype = {
|
|
84646
84663
|
Stylesheet$3$plainCss0: function(children, span, plainCss) {
|
|
@@ -84917,19 +84934,19 @@ self.readline = require("readline");
|
|
|
84917
84934
|
call$0: function() {
|
|
84918
84935
|
return B._exactlyOne0(B._tryPath0($.$get$context().withoutExtension$1(this.path) + ".import" + this.extension));
|
|
84919
84936
|
},
|
|
84920
|
-
$signature:
|
|
84937
|
+
$signature: 12
|
|
84921
84938
|
};
|
|
84922
84939
|
B.resolveImportPath_closure2.prototype = {
|
|
84923
84940
|
call$0: function() {
|
|
84924
84941
|
return B._exactlyOne0(B._tryPathWithExtensions0(H.S(this.path) + ".import"));
|
|
84925
84942
|
},
|
|
84926
|
-
$signature:
|
|
84943
|
+
$signature: 12
|
|
84927
84944
|
};
|
|
84928
84945
|
B._tryPathAsDirectory_closure0.prototype = {
|
|
84929
84946
|
call$0: function() {
|
|
84930
84947
|
return B._exactlyOne0(B._tryPathWithExtensions0(D.join(this.path, "index.import", null)));
|
|
84931
84948
|
},
|
|
84932
|
-
$signature:
|
|
84949
|
+
$signature: 12
|
|
84933
84950
|
};
|
|
84934
84951
|
B._exactlyOne_closure0.prototype = {
|
|
84935
84952
|
call$1: function(path) {
|
|
@@ -84941,7 +84958,7 @@ self.readline = require("readline");
|
|
|
84941
84958
|
call$1: function(thisArg) {
|
|
84942
84959
|
return J.toString$0$(thisArg);
|
|
84943
84960
|
},
|
|
84944
|
-
$signature:
|
|
84961
|
+
$signature: 28
|
|
84945
84962
|
};
|
|
84946
84963
|
B.createClass_closure.prototype = {
|
|
84947
84964
|
call$2: function($name, body) {
|
|
@@ -84978,7 +84995,7 @@ self.readline = require("readline");
|
|
|
84978
84995
|
call$1: function(_) {
|
|
84979
84996
|
return P.List_List$filled(J.get$length$asx(this.list2) + 1, 0, P.int);
|
|
84980
84997
|
},
|
|
84981
|
-
$signature:
|
|
84998
|
+
$signature: 71
|
|
84982
84999
|
};
|
|
84983
85000
|
B.longestCommonSubsequence_closure4.prototype = {
|
|
84984
85001
|
call$1: function(_) {
|
|
@@ -85446,65 +85463,65 @@ self.readline = require("readline");
|
|
|
85446
85463
|
_instance = hunkHelpers.installInstanceTearOff,
|
|
85447
85464
|
_instance_0_i = hunkHelpers._instance_0i,
|
|
85448
85465
|
_instance_2_u = hunkHelpers._instance_2u;
|
|
85449
|
-
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny",
|
|
85466
|
+
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 86);
|
|
85450
85467
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 5);
|
|
85451
85468
|
_instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 5);
|
|
85452
85469
|
_instance_1_u(H.ConstantStringMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85453
85470
|
_instance_1_u(H.ConstantProtoMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85454
85471
|
_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",
|
|
85472
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 65);
|
|
85473
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 65);
|
|
85474
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 65);
|
|
85458
85475
|
_static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 1);
|
|
85459
85476
|
_static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 23);
|
|
85460
85477
|
_static(P, "async___nullErrorHandler$closure", 1, function() {
|
|
85461
85478
|
return [null];
|
|
85462
85479
|
}, ["call$2", "call$1"], ["_nullErrorHandler", function(error) {
|
|
85463
85480
|
return P._nullErrorHandler(error, null);
|
|
85464
|
-
}],
|
|
85481
|
+
}], 41, 0);
|
|
85465
85482
|
_static_0(P, "async___nullDoneHandler$closure", "_nullDoneHandler", 1);
|
|
85466
|
-
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"],
|
|
85483
|
+
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 149, 0);
|
|
85467
85484
|
_static(P, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) {
|
|
85468
85485
|
return P._rootRun($self, $parent, zone, f, null);
|
|
85469
|
-
}],
|
|
85486
|
+
}], 150, 1);
|
|
85470
85487
|
_static(P, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) {
|
|
85471
85488
|
return P._rootRunUnary($self, $parent, zone, f, arg, null, null);
|
|
85472
|
-
}],
|
|
85489
|
+
}], 151, 1);
|
|
85473
85490
|
_static(P, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) {
|
|
85474
85491
|
return P._rootRunBinary($self, $parent, zone, f, arg1, arg2, null, null, null);
|
|
85475
|
-
}],
|
|
85492
|
+
}], 152, 1);
|
|
85476
85493
|
_static(P, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) {
|
|
85477
85494
|
return P._rootRegisterCallback($self, $parent, zone, f, null);
|
|
85478
|
-
}],
|
|
85495
|
+
}], 153, 0);
|
|
85479
85496
|
_static(P, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) {
|
|
85480
85497
|
return P._rootRegisterUnaryCallback($self, $parent, zone, f, null, null);
|
|
85481
|
-
}],
|
|
85498
|
+
}], 154, 0);
|
|
85482
85499
|
_static(P, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) {
|
|
85483
85500
|
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"],
|
|
85501
|
+
}], 155, 0);
|
|
85502
|
+
_static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 156, 0);
|
|
85503
|
+
_static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 157, 0);
|
|
85504
|
+
_static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 158, 0);
|
|
85505
|
+
_static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 159, 0);
|
|
85506
|
+
_static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 160, 0);
|
|
85507
|
+
_static_1(P, "async___printToZone$closure", "_printToZone", 161);
|
|
85508
|
+
_static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 162, 0);
|
|
85492
85509
|
var _;
|
|
85493
85510
|
_instance_0_u(_ = P._BroadcastSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
85494
85511
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
85495
85512
|
_instance(P._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
85496
85513
|
return [null];
|
|
85497
|
-
}, ["call$1", "call$0"], ["complete$1", "complete$0"],
|
|
85514
|
+
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 76, 0);
|
|
85498
85515
|
_instance(P._Future.prototype, "get$_completeError", 0, 1, function() {
|
|
85499
85516
|
return [null];
|
|
85500
|
-
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"],
|
|
85517
|
+
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"], 41, 0);
|
|
85501
85518
|
_instance_1_i(_ = P._StreamController.prototype, "get$add", "add$1", 23);
|
|
85502
85519
|
_instance(_, "get$addError", 0, 1, function() {
|
|
85503
85520
|
return [null];
|
|
85504
|
-
}, ["call$2", "call$1"], ["addError$2", "addError$1"],
|
|
85505
|
-
_instance_0_i(_, "get$close", "close$0",
|
|
85521
|
+
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 41, 0);
|
|
85522
|
+
_instance_0_i(_, "get$close", "close$0", 42);
|
|
85506
85523
|
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 23);
|
|
85507
|
-
_instance_2_u(_, "get$_addError", "_addError$2",
|
|
85524
|
+
_instance_2_u(_, "get$_addError", "_addError$2", 105);
|
|
85508
85525
|
_instance_0_u(_, "get$_close", "_close$0", 1);
|
|
85509
85526
|
_instance_0_u(_ = P._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
85510
85527
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
@@ -85518,57 +85535,59 @@ self.readline = require("readline");
|
|
|
85518
85535
|
_instance_1_u(_ = P._StreamIterator.prototype, "get$_onData", "_onData$1", 23);
|
|
85519
85536
|
_instance(_, "get$_onError", 0, 1, function() {
|
|
85520
85537
|
return [null];
|
|
85521
|
-
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"],
|
|
85538
|
+
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"], 41, 0);
|
|
85522
85539
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 1);
|
|
85523
85540
|
_instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
85524
85541
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
85525
85542
|
_instance_1_u(_, "get$_handleData", "_handleData$1", 23);
|
|
85526
|
-
_instance_2_u(_, "get$_handleError", "_handleError$2",
|
|
85543
|
+
_instance_2_u(_, "get$_handleError", "_handleError$2", 110);
|
|
85527
85544
|
_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",
|
|
85545
|
+
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 163);
|
|
85546
|
+
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 164);
|
|
85547
|
+
_static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 86);
|
|
85531
85548
|
_instance_1_u(P._HashMap.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85532
85549
|
_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"],
|
|
85550
|
+
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 54, 0);
|
|
85534
85551
|
_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"],
|
|
85552
|
+
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 54, 0);
|
|
85536
85553
|
_instance_1_u(P.MapMixin.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85537
85554
|
_instance_1_u(P.MapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85538
|
-
|
|
85539
|
-
|
|
85540
|
-
|
|
85541
|
-
_static_1(P, "
|
|
85555
|
+
_instance(_ = P._UnmodifiableSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 54, 0);
|
|
85556
|
+
_instance_1_i(_, "get$contains", "contains$1", 5);
|
|
85557
|
+
_static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable", 27);
|
|
85558
|
+
_static_1(P, "core__identityHashCode$closure", "identityHashCode", 165);
|
|
85559
|
+
_static_2(P, "core__identical$closure", "identical", 166);
|
|
85560
|
+
_static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 85);
|
|
85542
85561
|
_instance_1_i(P.Iterable.prototype, "get$contains", "contains$1", 5);
|
|
85543
85562
|
_static(P, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) {
|
|
85544
85563
|
return P.max(a, b, P.num);
|
|
85545
|
-
}],
|
|
85564
|
+
}], 168, 1);
|
|
85546
85565
|
_instance_1_u(_ = Y.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 23);
|
|
85547
85566
|
_instance(_, "get$setError", 0, 1, function() {
|
|
85548
85567
|
return [null];
|
|
85549
|
-
}, ["call$2", "call$1"], ["setError$2", "setError$1"],
|
|
85568
|
+
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 97, 0);
|
|
85550
85569
|
_instance_0_u(_ = L.StreamGroup.prototype, "get$_onListen", "_onListen$0", 1);
|
|
85551
85570
|
_instance_0_u(_, "get$_onPause", "_onPause$0", 1);
|
|
85552
85571
|
_instance_0_u(_, "get$_onResume", "_onResume$0", 1);
|
|
85553
|
-
_instance_0_u(_, "get$_onCancel", "_onCancel$0",
|
|
85572
|
+
_instance_0_u(_, "get$_onCancel", "_onCancel$0", 42);
|
|
85554
85573
|
_instance_1_i(O.EmptyUnmodifiableSet.prototype, "get$contains", "contains$1", 5);
|
|
85555
85574
|
_instance_1_i(M._DelegatingIterableBase.prototype, "get$contains", "contains$1", 5);
|
|
85556
85575
|
_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",
|
|
85576
|
+
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1", 94);
|
|
85577
|
+
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1", 178);
|
|
85578
|
+
_static_1(Y, "functions___isUnique$closure", "_isUnique", 169);
|
|
85579
|
+
_static_1(K, "color___opacify$closure", "_opacify", 20);
|
|
85580
|
+
_static_1(K, "color___transparentize$closure", "_transparentize", 20);
|
|
85562
85581
|
_instance_0_u(_ = G.Parser.prototype, "get$whitespace", "whitespace$0", 1);
|
|
85563
85582
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
85564
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
85583
|
+
_instance_0_u(_, "get$string", "string$0", 12);
|
|
85565
85584
|
_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",
|
|
85585
|
+
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 140, 0);
|
|
85586
|
+
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 37);
|
|
85587
|
+
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0", 37);
|
|
85588
|
+
_instance_0_u(_, "get$_functionChild", "_functionChild$0", 37);
|
|
85589
|
+
_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"], 170, 0);
|
|
85590
|
+
_instance_0_u(_, "get$_number", "_number$0", 167);
|
|
85572
85591
|
_instance_1_u(K.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85573
85592
|
_instance_1_u(Z.MergedMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85574
85593
|
_instance_1_i(N.NoSourceMapBuffer.prototype, "get$write", "write$1", 23);
|
|
@@ -85576,66 +85595,66 @@ self.readline = require("readline");
|
|
|
85576
85595
|
_instance_1_u(U.PublicMemberMapView.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85577
85596
|
_instance_1_i(D.SourceMapBuffer.prototype, "get$write", "write$1", 23);
|
|
85578
85597
|
_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"],
|
|
85598
|
+
_static_1(B, "utils__isPublic$closure", "isPublic", 89);
|
|
85599
|
+
_instance_1_u(_ = N._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1", 107);
|
|
85600
|
+
_instance_1_u(_, "get$_isInvisible", "_isInvisible$1", 94);
|
|
85601
|
+
_instance(Y.SourceFile.prototype, "get$span", 0, 1, null, ["call$2", "call$1"], ["span$2", "span$1"], 102, 0);
|
|
85583
85602
|
_instance(Y.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
|
|
85584
85603
|
return {color: null};
|
|
85585
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
85604
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 100, 0);
|
|
85586
85605
|
_static(L, "from_handlers__StreamTransformer__defaultHandleError$closure", 3, null, ["call$1$3", "call$3"], ["_StreamTransformer__defaultHandleError", function(error, stackTrace, sink) {
|
|
85587
85606
|
return L._StreamTransformer__defaultHandleError(error, stackTrace, sink, null);
|
|
85588
|
-
}],
|
|
85607
|
+
}], 171, 0);
|
|
85589
85608
|
_static(R, "rate_limit___collectToList$closure", 2, null, ["call$1$2", "call$2"], ["_collectToList", function(element, soFar) {
|
|
85590
85609
|
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",
|
|
85610
|
+
}], 172, 0);
|
|
85611
|
+
_static_1(K, "color0___opacify$closure", "_opacify0", 18);
|
|
85612
|
+
_static_1(K, "color0___transparentize$closure", "_transparentize0", 18);
|
|
85613
|
+
_static_1(Y, "functions0___isUnique$closure", "_isUnique0", 173);
|
|
85595
85614
|
_instance_1_u(K.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85596
|
-
_instance_1_u(D.SelectorList0.prototype, "get$_list2$_complexContainsParentSelector", "_list2$_complexContainsParentSelector$1",
|
|
85615
|
+
_instance_1_u(D.SelectorList0.prototype, "get$_list2$_complexContainsParentSelector", "_list2$_complexContainsParentSelector$1", 131);
|
|
85597
85616
|
_instance_1_u(Z.MergedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85598
85617
|
_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",
|
|
85618
|
+
_instance_1_u(B.ModifiableCssNode0.prototype, "get$_node2$_isInvisible", "_node2$_isInvisible$1", 78);
|
|
85619
|
+
_static_2(B, "node___render$closure", "_render", 174);
|
|
85620
|
+
_static_1(B, "node___renderSync$closure", "_renderSync", 175);
|
|
85602
85621
|
_instance_0_u(_ = G.Parser1.prototype, "get$whitespace", "whitespace$0", 1);
|
|
85603
85622
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
85604
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
85623
|
+
_instance_0_u(_, "get$string", "string$0", 12);
|
|
85605
85624
|
_instance_1_u(F.PrefixedMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85606
85625
|
_instance_1_u(U.PublicMemberMapView0.prototype, "get$containsKey", "containsKey$1", 5);
|
|
85607
|
-
_static_1(U, "sass__main$closure", "main",
|
|
85626
|
+
_static_1(U, "sass__main$closure", "main", 176);
|
|
85608
85627
|
_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",
|
|
85628
|
+
_instance_1_u(_ = N._SerializeVisitor0.prototype, "get$_serialize0$_visitMediaQuery", "_serialize0$_visitMediaQuery$1", 177);
|
|
85629
|
+
_instance_1_u(_, "get$_serialize0$_isInvisible", "_serialize0$_isInvisible$1", 78);
|
|
85611
85630
|
_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",
|
|
85631
|
+
_instance(_ = V.StylesheetParser0.prototype, "get$_stylesheet0$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_stylesheet0$_statement$1$root", "_stylesheet0$_statement$0"], 141, 0);
|
|
85632
|
+
_instance_0_u(_, "get$_stylesheet0$_declarationChild", "_stylesheet0$_declarationChild$0", 38);
|
|
85633
|
+
_instance_0_u(_, "get$_stylesheet0$_declarationAtRule", "_stylesheet0$_declarationAtRule$0", 38);
|
|
85634
|
+
_instance_0_u(_, "get$_stylesheet0$_functionChild", "_stylesheet0$_functionChild$0", 38);
|
|
85635
|
+
_instance_0_u(_, "get$_stylesheet0$_number", "_stylesheet0$_number$0", 143);
|
|
85617
85636
|
_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",
|
|
85637
|
+
_static_1(B, "utils0__isPublic$closure", "isPublic0", 89);
|
|
85638
|
+
_static_1(D, "path__dirname$closure", "dirname", 85);
|
|
85639
|
+
_static_1(T, "character__isWhitespace$closure", "isWhitespace", 16);
|
|
85640
|
+
_static_1(T, "character__isNewline$closure", "isNewline", 16);
|
|
85641
|
+
_static_1(T, "character__isHex$closure", "isHex", 16);
|
|
85623
85642
|
_static_2(T, "number0__fuzzyEquals$closure", "fuzzyEquals", 25);
|
|
85624
85643
|
_static_2(T, "number0__fuzzyLessThan$closure", "fuzzyLessThan", 25);
|
|
85625
85644
|
_static_2(T, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals", 25);
|
|
85626
85645
|
_static_2(T, "number0__fuzzyGreaterThan$closure", "fuzzyGreaterThan", 25);
|
|
85627
85646
|
_static_2(T, "number0__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals", 25);
|
|
85628
85647
|
_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",
|
|
85648
|
+
_static_1(T, "character0__isWhitespace$closure", "isWhitespace0", 16);
|
|
85649
|
+
_static_1(T, "character0__isNewline$closure", "isNewline0", 16);
|
|
85650
|
+
_static_1(T, "character0__isHex$closure", "isHex0", 16);
|
|
85632
85651
|
_static_2(T, "number2__fuzzyEquals$closure", "fuzzyEquals0", 25);
|
|
85633
85652
|
_static_2(T, "number2__fuzzyLessThan$closure", "fuzzyLessThan0", 25);
|
|
85634
85653
|
_static_2(T, "number2__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals0", 25);
|
|
85635
85654
|
_static_2(T, "number2__fuzzyGreaterThan$closure", "fuzzyGreaterThan0", 25);
|
|
85636
85655
|
_static_2(T, "number2__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals0", 25);
|
|
85637
85656
|
_static_1(T, "number2__fuzzyRound$closure", "fuzzyRound0", 34);
|
|
85638
|
-
_static_1(F, "value1__wrapValue$closure", "wrapValue",
|
|
85657
|
+
_static_1(F, "value1__wrapValue$closure", "wrapValue", 118);
|
|
85639
85658
|
})();
|
|
85640
85659
|
(function inheritance() {
|
|
85641
85660
|
var _mixin = hunkHelpers.mixin,
|
|
@@ -85651,7 +85670,7 @@ self.readline = require("readline");
|
|
|
85651
85670
|
_inheritMany(H._CastIterableBase, [H.CastIterable, H.__CastListBase__CastIterableBase_ListMixin, H.CastSet, H.CastQueue]);
|
|
85652
85671
|
_inherit(H._EfficientLengthCastIterable, H.CastIterable);
|
|
85653
85672
|
_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]);
|
|
85673
|
+
_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__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_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__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]);
|
|
85655
85674
|
_inherit(H.CastList, H._CastListBase);
|
|
85656
85675
|
_inherit(P.ListBase, P._ListBase_Object_ListMixin);
|
|
85657
85676
|
_inherit(H.UnmodifiableListBase, P.ListBase);
|
|
@@ -85696,7 +85715,7 @@ self.readline = require("readline");
|
|
|
85696
85715
|
_inherit(P._ExpandStream, P._ForwardingStream);
|
|
85697
85716
|
_inheritMany(P._Zone, [P._CustomZone, P._RootZone]);
|
|
85698
85717
|
_inheritMany(H.JsLinkedHashMap, [P._LinkedIdentityHashMap, P._LinkedCustomHashMap]);
|
|
85699
|
-
|
|
85718
|
+
_inheritMany(P._SetBase, [P._LinkedHashSet, P._UnmodifiableSet]);
|
|
85700
85719
|
_inherit(P._LinkedIdentityHashSet, P._LinkedHashSet);
|
|
85701
85720
|
_inheritMany(P.Codec, [P.Encoding, P.Base64Codec, P.JsonCodec]);
|
|
85702
85721
|
_inheritMany(P.Encoding, [P.AsciiCodec, P.Utf8Codec]);
|
|
@@ -85794,7 +85813,7 @@ self.readline = require("readline");
|
|
|
85794
85813
|
_mixin(L._UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
85795
85814
|
_mixin(M._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
85796
85815
|
})();
|
|
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.
|
|
85816
|
+
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.String, args: [,,]}, {func: 1, ret: [P.List, S.Extension]}, {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: [P.List, F.Extender0]}, {func: 1, ret: -1, opt: [P.Object]}, {func: 1, ret: [P.Iterable, P.String], args: [P.Object]}, {func: 1, ret: P.bool, args: [B.CssNode0]}, {func: 1, ret: [P.List, S.Extension0]}, {func: 1, ret: P.DateTime}, {func: 1, ret: [P.Iterable, P.String]}, {func: 1, ret: O.SassNull0, args: [P.int]}, {func: 1, ret: {futureOr: 1, type: P.Uri}}, {func: 1, ret: V.Stylesheet0}, {func: 1, ret: P.String, args: [P.String]}, {func: 1, ret: P.int, args: [,,]}, {func: 1, ret: {func: 1, ret: P.Null, opt: [,]}}, {func: 1, ret: [P.Future, T.SassNumber0]}, {func: 1, ret: P.bool, args: [P.String]}, {func: 1, ret: -1, opt: [[P.Future,,]]}, {func: 1, ret: P.Uri}, {func: 1, ret: P.num, args: [P.num]}, {func: 1, ret: F.SassFunction0, args: [[P.List, F.Value0]]}, {func: 1, ret: P.bool, args: [B.CssNode]}, {func: 1, ret: Y.Trace}, {func: 1, ret: A.Frame, args: [,,]}, {func: 1, ret: -1, args: [,], opt: [P.StackTrace]}, {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: Y.FileSpan, args: [P.int], opt: [P.int]}, {func: 1, ret: [P.Future, E.EvaluateResult0]}, {func: 1, ret: S.Extension, args: [,]}, {func: 1, ret: -1, args: [P.Object, P.StackTrace]}, {func: 1, ret: Y.SourceFile, args: [P.int]}, {func: 1, ret: -1, args: [F.CssMediaQuery]}, {func: 1, ret: E.EvaluateResult}, {func: 1, ret: [P.List, [G.Module, B.AsyncCallable]], args: [P.int]}, {func: 1, ret: -1, args: [, P.StackTrace]}, {func: 1, ret: [P.Future, [S.Tuple3, B.AsyncImporter0, P.Uri, P.Uri]]}, {func: 1, ret: [P.Future, V.Stylesheet0]}, {func: 1, ret: P.String, args: [,]}, {func: 1, ret: [P.Future, [S.Tuple3, B.AsyncImporter, P.Uri, P.Uri]]}, {func: 1, ret: P.Uint8List, args: [P.int]}, {func: 1, ret: [P._Future,,]}, {func: 1, ret: [P.Future, V.Stylesheet]}, {func: 1, ret: P.Object, args: [F.Value0]}, {func: 1, ret: [P.List, [G.Module0, D.Callable0]], args: [P.int]}, {func: 1, ret: [P.Future, E.EvaluateResult]}, {func: 1, ret: E.EvaluateResult0}, {func: 1, ret: P.Uint8List, args: [,,]}, {func: 1, ret: S.Extension0, args: [,]}, {func: 1, ret: [P.Set, [F.ModifiableCssValue0, D.SelectorList0]]}, {func: 1, ret: P.Null, args: [,], opt: [P.StackTrace]}, {func: 1, ret: S.Extension}, {func: 1, ret: S.Extension0}, {func: 1, ret: [S.Tuple3, M.Importer0, P.Uri, P.Uri]}, {func: 1, ret: [P._Future,,], args: [,]}, {func: 1, ret: [P.List, [G.Module, D.Callable]], args: [P.int]}, {func: 1, ret: P.bool, args: [S.ComplexSelector0]}, {func: 1, ret: [P.Set, [F.ModifiableCssValue, D.SelectorList]]}, {func: 1, ret: T.SassNumber0, args: [P.int]}, {func: 1, ret: T.UseRule}, {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: O.Statement, named: {root: P.bool}}, {func: 1, ret: O.Statement0, named: {root: P.bool}}, {func: 1, ret: N.ArgParser}, {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: B.ArgumentDeclaration}, {func: 1, ret: X.CompoundSelector}, {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: T.NumberExpression}, {func: 1, bounds: [P.num], ret: 0, args: [0, 0]}, {func: 1, ret: P.bool, args: [M.SimpleSelector]}, {func: 1, ret: T.Expression, named: {bracketList: P.bool, singleEquals: P.bool, until: {func: 1, ret: P.bool}}}, {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: -1, args: [F.CssMediaQuery0]}, {func: 1, ret: P.bool, args: [S.ComplexSelector]}], interceptorsByTag: null, leafTags: null};
|
|
85798
85817
|
(function constants() {
|
|
85799
85818
|
var makeConstList = hunkHelpers.makeConstList;
|
|
85800
85819
|
C.Interceptor_methods = J.Interceptor.prototype;
|
|
@@ -86098,6 +86117,9 @@ self.readline = require("readline");
|
|
|
86098
86117
|
C.SassMap_Map_empty = new A.SassMap(C.Map_empty14);
|
|
86099
86118
|
C.Map_empty15 = new H.ConstantStringMap(0, {}, C.List_empty19, [F.Value0, F.Value0]);
|
|
86100
86119
|
C.SassMap_Map_empty0 = new A.SassMap0(C.Map_empty15);
|
|
86120
|
+
C.List_empty29 = H.setRuntimeTypeInfo(makeConstList([]), [M.StylesheetNode]);
|
|
86121
|
+
C.Map_empty16 = new H.ConstantStringMap(0, {}, C.List_empty29, [M.StylesheetNode, P.Null]);
|
|
86122
|
+
C.Set_empty = new P._UnmodifiableSet(C.Map_empty16, [M.StylesheetNode]);
|
|
86101
86123
|
C.StderrLogger_false = new S.StderrLogger(false);
|
|
86102
86124
|
C.Symbol__warn = new H.Symbol("_warn");
|
|
86103
86125
|
C.Symbol_call = new H.Symbol("call");
|
|
@@ -86107,12 +86129,12 @@ self.readline = require("readline");
|
|
|
86107
86129
|
C.Syntax_SCSS0 = new M.Syntax0("SCSS");
|
|
86108
86130
|
C.Syntax_Sass = new M.Syntax("Sass");
|
|
86109
86131
|
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.
|
|
86132
|
+
C.List_empty30 = H.setRuntimeTypeInfo(makeConstList([]), [[F.CssValue, D.SelectorList]]);
|
|
86133
|
+
C.Map_empty17 = new H.ConstantStringMap(0, {}, C.List_empty30, [[F.CssValue, D.SelectorList], [F.ModifiableCssValue, D.SelectorList]]);
|
|
86134
|
+
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]]]);
|
|
86135
|
+
C.List_empty31 = H.setRuntimeTypeInfo(makeConstList([]), [[F.CssValue0, D.SelectorList0]]);
|
|
86136
|
+
C.Map_empty18 = new H.ConstantStringMap(0, {}, C.List_empty31, [[F.CssValue0, D.SelectorList0], [F.ModifiableCssValue0, D.SelectorList0]]);
|
|
86137
|
+
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
86138
|
C.UnaryOperator_U4G = new X.UnaryOperator("minus", "-");
|
|
86117
86139
|
C.UnaryOperator_U4G0 = new X.UnaryOperator0("minus", "-");
|
|
86118
86140
|
C.UnaryOperator_j2w = new X.UnaryOperator("plus", "+");
|