sass 1.40.1 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -36
- package/package.json +1 -1
- package/sass.dart.js +202 -84
package/LICENSE
CHANGED
|
@@ -217,7 +217,7 @@ bzip2:
|
|
|
217
217
|
|
|
218
218
|
--------------------------------------------------------------------------------
|
|
219
219
|
|
|
220
|
-
args license:
|
|
220
|
+
args and logging license:
|
|
221
221
|
|
|
222
222
|
Copyright 2013, the Dart project authors.
|
|
223
223
|
|
|
@@ -315,8 +315,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
315
315
|
|
|
316
316
|
--------------------------------------------------------------------------------
|
|
317
317
|
|
|
318
|
-
charcode, glob, http_parser, path, pool,
|
|
319
|
-
|
|
318
|
+
charcode, glob, http_parser, path, pool, shelf_web_socket, source_maps,
|
|
319
|
+
source_span, stack_trace, string_scanner, watcher and yaml license:
|
|
320
320
|
|
|
321
321
|
Copyright 2014, the Dart project authors. All rights reserved.
|
|
322
322
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -889,7 +889,7 @@ coverage and quiver license:
|
|
|
889
889
|
|
|
890
890
|
--------------------------------------------------------------------------------
|
|
891
891
|
|
|
892
|
-
dart_style, http, matcher, shelf and test license:
|
|
892
|
+
dart_style, http, matcher, pub_semver, shelf and test license:
|
|
893
893
|
|
|
894
894
|
Copyright 2014, the Dart project authors.
|
|
895
895
|
|
|
@@ -1148,38 +1148,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1148
1148
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1149
1149
|
|
|
1150
1150
|
|
|
1151
|
-
--------------------------------------------------------------------------------
|
|
1152
|
-
|
|
1153
|
-
logging license:
|
|
1154
|
-
|
|
1155
|
-
Copyright 2013, the Dart project authors. All rights reserved.
|
|
1156
|
-
Redistribution and use in source and binary forms, with or without
|
|
1157
|
-
modification, are permitted provided that the following conditions are
|
|
1158
|
-
met:
|
|
1159
|
-
|
|
1160
|
-
* Redistributions of source code must retain the above copyright
|
|
1161
|
-
notice, this list of conditions and the following disclaimer.
|
|
1162
|
-
* Redistributions in binary form must reproduce the above
|
|
1163
|
-
copyright notice, this list of conditions and the following
|
|
1164
|
-
disclaimer in the documentation and/or other materials provided
|
|
1165
|
-
with the distribution.
|
|
1166
|
-
* Neither the name of Google Inc. nor the names of its
|
|
1167
|
-
contributors may be used to endorse or promote products derived
|
|
1168
|
-
from this software without specific prior written permission.
|
|
1169
|
-
|
|
1170
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1171
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
1172
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
1173
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
1174
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
1175
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
1176
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
1177
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
1178
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
1179
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1180
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
1151
|
--------------------------------------------------------------------------------
|
|
1184
1152
|
|
|
1185
1153
|
meta license:
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.
|
|
1
|
+
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.41.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
|
package/sass.dart.js
CHANGED
|
@@ -3059,6 +3059,8 @@ self.fs = require("fs");
|
|
|
3059
3059
|
_.selector = t5;
|
|
3060
3060
|
_._pseudo$_maxSpecificity = _._pseudo$_minSpecificity = null;
|
|
3061
3061
|
},
|
|
3062
|
+
PseudoSelector_unify_closure: function PseudoSelector_unify_closure() {
|
|
3063
|
+
},
|
|
3062
3064
|
QualifiedName: function QualifiedName(t0, t1) {
|
|
3063
3065
|
this.name = t0;
|
|
3064
3066
|
this.namespace = t1;
|
|
@@ -3608,6 +3610,8 @@ self.fs = require("fs");
|
|
|
3608
3610
|
_.selector = t5;
|
|
3609
3611
|
_._pseudo0$_maxSpecificity = _._pseudo0$_minSpecificity = null;
|
|
3610
3612
|
},
|
|
3613
|
+
PseudoSelector_unify_closure0: function PseudoSelector_unify_closure0() {
|
|
3614
|
+
},
|
|
3611
3615
|
QualifiedName0: function QualifiedName0(t0, t1) {
|
|
3612
3616
|
this.name = t0;
|
|
3613
3617
|
this.namespace = t1;
|
|
@@ -17800,7 +17804,7 @@ self.fs = require("fs");
|
|
|
17800
17804
|
new Uint8Array(0);
|
|
17801
17805
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
17802
17806
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
17803
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
17807
|
+
J.set$info$x(self.exports, "dart-sass\t1.41.0\t(Sass Compiler)\t[Dart]\ndart2js\t2.14.1\t(Dart Compiler)\t[Dart]");
|
|
17804
17808
|
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});
|
|
17805
17809
|
J.set$NULL$x(self.exports, C.C__SassNull);
|
|
17806
17810
|
J.set$TRUE$x(self.exports, C.SassBoolean_true);
|
|
@@ -19342,7 +19346,7 @@ self.fs = require("fs");
|
|
|
19342
19346
|
switch ($async$goto) {
|
|
19343
19347
|
case 0:
|
|
19344
19348
|
// Function start
|
|
19345
|
-
$async$returnValue = "1.
|
|
19349
|
+
$async$returnValue = "1.41.0 compiled with dart2js 2.14.1";
|
|
19346
19350
|
// goto return
|
|
19347
19351
|
$async$goto = 1;
|
|
19348
19352
|
break;
|
|
@@ -35768,7 +35772,7 @@ self.fs = require("fs");
|
|
|
35768
35772
|
call$1(complex) {
|
|
35769
35773
|
return complex.get$isInvisible();
|
|
35770
35774
|
},
|
|
35771
|
-
$signature:
|
|
35775
|
+
$signature: 18
|
|
35772
35776
|
};
|
|
35773
35777
|
D.SelectorList_asSassList_closure.prototype = {
|
|
35774
35778
|
call$1(complex) {
|
|
@@ -35986,6 +35990,9 @@ self.fs = require("fs");
|
|
|
35986
35990
|
}
|
|
35987
35991
|
};
|
|
35988
35992
|
D.PseudoSelector.prototype = {
|
|
35993
|
+
get$isHostContext() {
|
|
35994
|
+
return this.isClass && this.name === "host-context" && this.selector != null;
|
|
35995
|
+
},
|
|
35989
35996
|
get$minSpecificity() {
|
|
35990
35997
|
if (this._pseudo$_minSpecificity == null)
|
|
35991
35998
|
this._pseudo$_computeSpecificity$0();
|
|
@@ -36013,9 +36020,23 @@ self.fs = require("fs");
|
|
|
36013
36020
|
return D.PseudoSelector$(_this.name + suffix, null, !_this.isClass, null);
|
|
36014
36021
|
},
|
|
36015
36022
|
unify$1(compound) {
|
|
36016
|
-
var
|
|
36017
|
-
|
|
36018
|
-
|
|
36023
|
+
var other, result, t2, addedThis, _i, simple, _this = this,
|
|
36024
|
+
t1 = _this.name;
|
|
36025
|
+
if (t1 === "host" || t1 === "host-context") {
|
|
36026
|
+
if (!C.JSArray_methods.every$1(compound, new D.PseudoSelector_unify_closure()))
|
|
36027
|
+
return null;
|
|
36028
|
+
} else if (compound.length === 1) {
|
|
36029
|
+
other = C.JSArray_methods.get$first(compound);
|
|
36030
|
+
if (!(other instanceof N.UniversalSelector))
|
|
36031
|
+
if (other instanceof D.PseudoSelector)
|
|
36032
|
+
t1 = other.isClass && other.name === "host" || other.get$isHostContext();
|
|
36033
|
+
else
|
|
36034
|
+
t1 = false;
|
|
36035
|
+
else
|
|
36036
|
+
t1 = true;
|
|
36037
|
+
if (t1)
|
|
36038
|
+
return other.unify$1(H._setArrayType([_this], type$.JSArray_SimpleSelector));
|
|
36039
|
+
}
|
|
36019
36040
|
if (C.JSArray_methods.contains$1(compound, _this))
|
|
36020
36041
|
return compound;
|
|
36021
36042
|
result = H._setArrayType([], type$.JSArray_SimpleSelector);
|
|
@@ -36099,6 +36120,17 @@ self.fs = require("fs");
|
|
|
36099
36120
|
return (t1 ^ t2 ^ J.get$hashCode$(_this.argument) ^ J.get$hashCode$(_this.selector)) >>> 0;
|
|
36100
36121
|
}
|
|
36101
36122
|
};
|
|
36123
|
+
D.PseudoSelector_unify_closure.prototype = {
|
|
36124
|
+
call$1(simple) {
|
|
36125
|
+
var t1;
|
|
36126
|
+
if (simple instanceof D.PseudoSelector)
|
|
36127
|
+
t1 = simple.isClass && simple.name === "host" || simple.selector != null;
|
|
36128
|
+
else
|
|
36129
|
+
t1 = false;
|
|
36130
|
+
return t1;
|
|
36131
|
+
},
|
|
36132
|
+
$signature: 15
|
|
36133
|
+
};
|
|
36102
36134
|
D.QualifiedName.prototype = {
|
|
36103
36135
|
$eq(_, other) {
|
|
36104
36136
|
if (other == null)
|
|
@@ -36125,9 +36157,19 @@ self.fs = require("fs");
|
|
|
36125
36157
|
return H.throwExpression(E.SassScriptException$('Invalid parent selector "' + this.toString$0(0) + '"'));
|
|
36126
36158
|
},
|
|
36127
36159
|
unify$1(compound) {
|
|
36128
|
-
var
|
|
36129
|
-
if (compound.length === 1
|
|
36130
|
-
|
|
36160
|
+
var other, t1, result, addedThis, _i, simple, _this = this;
|
|
36161
|
+
if (compound.length === 1) {
|
|
36162
|
+
other = C.JSArray_methods.get$first(compound);
|
|
36163
|
+
if (!(other instanceof N.UniversalSelector))
|
|
36164
|
+
if (other instanceof D.PseudoSelector)
|
|
36165
|
+
t1 = other.isClass && other.name === "host" || other.get$isHostContext();
|
|
36166
|
+
else
|
|
36167
|
+
t1 = false;
|
|
36168
|
+
else
|
|
36169
|
+
t1 = true;
|
|
36170
|
+
if (t1)
|
|
36171
|
+
return other.unify$1(H._setArrayType([_this], type$.JSArray_SimpleSelector));
|
|
36172
|
+
}
|
|
36131
36173
|
if (C.JSArray_methods.contains$1(compound, _this))
|
|
36132
36174
|
return compound;
|
|
36133
36175
|
result = H._setArrayType([], type$.JSArray_SimpleSelector);
|
|
@@ -36203,14 +36245,25 @@ self.fs = require("fs");
|
|
|
36203
36245
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
36204
36246
|
},
|
|
36205
36247
|
unify$1(compound) {
|
|
36206
|
-
var unified, t1, _this = this
|
|
36207
|
-
|
|
36208
|
-
|
|
36248
|
+
var unified, t1, _this = this,
|
|
36249
|
+
first = C.JSArray_methods.get$first(compound);
|
|
36250
|
+
if (first instanceof N.UniversalSelector || first instanceof F.TypeSelector) {
|
|
36251
|
+
unified = Y.unifyUniversalAndElement(_this, first);
|
|
36209
36252
|
if (unified == null)
|
|
36210
36253
|
return null;
|
|
36211
36254
|
t1 = H._setArrayType([unified], type$.JSArray_SimpleSelector);
|
|
36212
36255
|
C.JSArray_methods.addAll$1(t1, H.SubListIterable$(compound, 1, null, H._arrayInstanceType(compound)._precomputed1));
|
|
36213
36256
|
return t1;
|
|
36257
|
+
} else {
|
|
36258
|
+
if (compound.length === 1)
|
|
36259
|
+
if (first instanceof D.PseudoSelector)
|
|
36260
|
+
t1 = first.isClass && first.name === "host" || first.get$isHostContext();
|
|
36261
|
+
else
|
|
36262
|
+
t1 = false;
|
|
36263
|
+
else
|
|
36264
|
+
t1 = false;
|
|
36265
|
+
if (t1)
|
|
36266
|
+
return null;
|
|
36214
36267
|
}
|
|
36215
36268
|
t1 = _this.namespace;
|
|
36216
36269
|
if (t1 != null && t1 !== "*") {
|
|
@@ -40079,7 +40132,7 @@ self.fs = require("fs");
|
|
|
40079
40132
|
call$1(inputComplex) {
|
|
40080
40133
|
return inputComplex.lineBreak;
|
|
40081
40134
|
},
|
|
40082
|
-
$signature:
|
|
40135
|
+
$signature: 18
|
|
40083
40136
|
};
|
|
40084
40137
|
X.ExtensionStore__extendCompound_closure.prototype = {
|
|
40085
40138
|
call$1(extender) {
|
|
@@ -40145,14 +40198,14 @@ self.fs = require("fs");
|
|
|
40145
40198
|
call$1(_) {
|
|
40146
40199
|
return false;
|
|
40147
40200
|
},
|
|
40148
|
-
$signature:
|
|
40201
|
+
$signature: 18
|
|
40149
40202
|
};
|
|
40150
40203
|
X.ExtensionStore__extendCompound_closure3.prototype = {
|
|
40151
40204
|
call$1(complex) {
|
|
40152
40205
|
var t1 = C.C_ListEquality.equals$2(0, complex.components, this.original.components);
|
|
40153
40206
|
return t1;
|
|
40154
40207
|
},
|
|
40155
|
-
$signature:
|
|
40208
|
+
$signature: 18
|
|
40156
40209
|
};
|
|
40157
40210
|
X.ExtensionStore__extendSimple_withoutPseudo.prototype = {
|
|
40158
40211
|
call$1(simple) {
|
|
@@ -40190,19 +40243,19 @@ self.fs = require("fs");
|
|
|
40190
40243
|
call$1(complex) {
|
|
40191
40244
|
return complex.components.length > 1;
|
|
40192
40245
|
},
|
|
40193
|
-
$signature:
|
|
40246
|
+
$signature: 18
|
|
40194
40247
|
};
|
|
40195
40248
|
X.ExtensionStore__extendPseudo_closure0.prototype = {
|
|
40196
40249
|
call$1(complex) {
|
|
40197
40250
|
return complex.components.length === 1;
|
|
40198
40251
|
},
|
|
40199
|
-
$signature:
|
|
40252
|
+
$signature: 18
|
|
40200
40253
|
};
|
|
40201
40254
|
X.ExtensionStore__extendPseudo_closure1.prototype = {
|
|
40202
40255
|
call$1(complex) {
|
|
40203
40256
|
return complex.components.length <= 1;
|
|
40204
40257
|
},
|
|
40205
|
-
$signature:
|
|
40258
|
+
$signature: 18
|
|
40206
40259
|
};
|
|
40207
40260
|
X.ExtensionStore__extendPseudo_closure2.prototype = {
|
|
40208
40261
|
call$1(complex) {
|
|
@@ -40261,13 +40314,13 @@ self.fs = require("fs");
|
|
|
40261
40314
|
call$1(complex2) {
|
|
40262
40315
|
return complex2.get$minSpecificity() >= this._box_0.maxSpecificity && Y.complexIsSuperselector(complex2.components, this.complex1.components);
|
|
40263
40316
|
},
|
|
40264
|
-
$signature:
|
|
40317
|
+
$signature: 18
|
|
40265
40318
|
};
|
|
40266
40319
|
X.ExtensionStore__trim_closure0.prototype = {
|
|
40267
40320
|
call$1(complex2) {
|
|
40268
40321
|
return complex2.get$minSpecificity() >= this._box_0.maxSpecificity && Y.complexIsSuperselector(complex2.components, this.complex1.components);
|
|
40269
40322
|
},
|
|
40270
|
-
$signature:
|
|
40323
|
+
$signature: 18
|
|
40271
40324
|
};
|
|
40272
40325
|
X.ExtensionStore_clone_closure.prototype = {
|
|
40273
40326
|
call$2(simple, selectors) {
|
|
@@ -40428,13 +40481,13 @@ self.fs = require("fs");
|
|
|
40428
40481
|
call$1(complex1) {
|
|
40429
40482
|
return C.JSArray_methods.any$1(this.list1, new Y.listIsSuperselector__closure(complex1));
|
|
40430
40483
|
},
|
|
40431
|
-
$signature:
|
|
40484
|
+
$signature: 18
|
|
40432
40485
|
};
|
|
40433
40486
|
Y.listIsSuperselector__closure.prototype = {
|
|
40434
40487
|
call$1(complex2) {
|
|
40435
40488
|
return Y.complexIsSuperselector(complex2.components, this.complex1.components);
|
|
40436
40489
|
},
|
|
40437
|
-
$signature:
|
|
40490
|
+
$signature: 18
|
|
40438
40491
|
};
|
|
40439
40492
|
Y._simpleIsSuperselectorOfCompound_closure.prototype = {
|
|
40440
40493
|
call$1(theirSimple) {
|
|
@@ -40460,7 +40513,7 @@ self.fs = require("fs");
|
|
|
40460
40513
|
return false;
|
|
40461
40514
|
return C.JSArray_methods.contains$1(type$.CompoundSelector._as(C.JSArray_methods.get$single(t1)).components, this.simple);
|
|
40462
40515
|
},
|
|
40463
|
-
$signature:
|
|
40516
|
+
$signature: 18
|
|
40464
40517
|
};
|
|
40465
40518
|
Y._selectorPseudoIsSuperselector_closure.prototype = {
|
|
40466
40519
|
call$1(selector2) {
|
|
@@ -40478,7 +40531,7 @@ self.fs = require("fs");
|
|
|
40478
40531
|
t2.push(this.compound2);
|
|
40479
40532
|
return Y.complexIsSuperselector(t1, t2);
|
|
40480
40533
|
},
|
|
40481
|
-
$signature:
|
|
40534
|
+
$signature: 18
|
|
40482
40535
|
};
|
|
40483
40536
|
Y._selectorPseudoIsSuperselector_closure1.prototype = {
|
|
40484
40537
|
call$1(selector2) {
|
|
@@ -40496,7 +40549,7 @@ self.fs = require("fs");
|
|
|
40496
40549
|
call$1(complex) {
|
|
40497
40550
|
return C.JSArray_methods.any$1(this.compound2.components, new Y._selectorPseudoIsSuperselector__closure(complex, this.pseudo1));
|
|
40498
40551
|
},
|
|
40499
|
-
$signature:
|
|
40552
|
+
$signature: 18
|
|
40500
40553
|
};
|
|
40501
40554
|
Y._selectorPseudoIsSuperselector__closure.prototype = {
|
|
40502
40555
|
call$1(simple2) {
|
|
@@ -47106,6 +47159,7 @@ self.fs = require("fs");
|
|
|
47106
47159
|
},
|
|
47107
47160
|
_tryMinMaxContents$2$allowComma(buffer, allowComma) {
|
|
47108
47161
|
var t1, t2, t3, t4, start, end, exception, t5, _this = this;
|
|
47162
|
+
_this.whitespace$0();
|
|
47109
47163
|
for (t1 = _this.scanner, t2 = buffer._interpolation_buffer$_text, t3 = !allowComma, t4 = _this.get$_number(); true;) {
|
|
47110
47164
|
switch (t1.peekChar$0()) {
|
|
47111
47165
|
case 45:
|
|
@@ -47310,8 +47364,10 @@ self.fs = require("fs");
|
|
|
47310
47364
|
t2 = t1._string_scanner$_position;
|
|
47311
47365
|
t1.readChar$0();
|
|
47312
47366
|
value = _this._containsCalculationInterpolation$0() ? new D.StringExpression(_this._interpolatedDeclarationValue$0(), false) : null;
|
|
47313
|
-
if (value == null)
|
|
47367
|
+
if (value == null) {
|
|
47368
|
+
_this.whitespace$0();
|
|
47314
47369
|
value = _this._calculationSum$0();
|
|
47370
|
+
}
|
|
47315
47371
|
_this.whitespace$0();
|
|
47316
47372
|
t1.expectChar$1(41);
|
|
47317
47373
|
return new T.ParenthesizedExpression(value, t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
@@ -49454,7 +49510,9 @@ self.fs = require("fs");
|
|
|
49454
49510
|
return this;
|
|
49455
49511
|
},
|
|
49456
49512
|
plus$1(other) {
|
|
49457
|
-
|
|
49513
|
+
if (other instanceof D.SassString)
|
|
49514
|
+
return this.super$Value$plus(other);
|
|
49515
|
+
throw H.wrapException(E.SassScriptException$('Undefined operation "' + this.toString$0(0) + " + " + other.toString$0(0) + '".'));
|
|
49458
49516
|
},
|
|
49459
49517
|
minus$1(other) {
|
|
49460
49518
|
return H.throwExpression(E.SassScriptException$('Undefined operation "' + this.toString$0(0) + " - " + other.toString$0(0) + '".'));
|
|
@@ -61899,11 +61957,7 @@ self.fs = require("fs");
|
|
|
61899
61957
|
t1.writeCharCode$1(32);
|
|
61900
61958
|
right = value.right;
|
|
61901
61959
|
if (!(right instanceof V.CalculationInterpolation))
|
|
61902
|
-
|
|
61903
|
-
t2 = right.operator.precedence < t2.precedence || t2 === C.CalculationOperator_jB6;
|
|
61904
|
-
parenthesizeRight = t2;
|
|
61905
|
-
} else
|
|
61906
|
-
parenthesizeRight = false;
|
|
61960
|
+
parenthesizeRight = right instanceof V.CalculationOperation && _this._parenthesizeCalculationRhs$2(t2, right.operator);
|
|
61907
61961
|
else
|
|
61908
61962
|
parenthesizeRight = true;
|
|
61909
61963
|
if (parenthesizeRight)
|
|
@@ -61913,6 +61967,13 @@ self.fs = require("fs");
|
|
|
61913
61967
|
t1.writeCharCode$1(41);
|
|
61914
61968
|
}
|
|
61915
61969
|
},
|
|
61970
|
+
_parenthesizeCalculationRhs$2(outer, right) {
|
|
61971
|
+
if (outer === C.CalculationOperator_jB6)
|
|
61972
|
+
return true;
|
|
61973
|
+
if (outer === C.CalculationOperator_Iem)
|
|
61974
|
+
return false;
|
|
61975
|
+
return right === C.CalculationOperator_Iem || right === C.CalculationOperator_uti;
|
|
61976
|
+
},
|
|
61916
61977
|
visitColor$1(value) {
|
|
61917
61978
|
var $name, hexLength, t2, t3, _this = this, _null = null,
|
|
61918
61979
|
t1 = _this._style === C.OutputStyle_compressed;
|
|
@@ -62694,7 +62755,7 @@ self.fs = require("fs");
|
|
|
62694
62755
|
call$1(complex) {
|
|
62695
62756
|
return !complex.get$isInvisible();
|
|
62696
62757
|
},
|
|
62697
|
-
$signature:
|
|
62758
|
+
$signature: 18
|
|
62698
62759
|
};
|
|
62699
62760
|
N._SerializeVisitor__write_closure.prototype = {
|
|
62700
62761
|
call$0() {
|
|
@@ -70685,7 +70746,7 @@ self.fs = require("fs");
|
|
|
70685
70746
|
call$1(target) {
|
|
70686
70747
|
return !this.selectors.contains$1(0, target);
|
|
70687
70748
|
},
|
|
70688
|
-
$signature:
|
|
70749
|
+
$signature: 16
|
|
70689
70750
|
};
|
|
70690
70751
|
E._EvaluateVisitor__combineCss_closure10.prototype = {
|
|
70691
70752
|
call$1(module) {
|
|
@@ -70697,7 +70758,7 @@ self.fs = require("fs");
|
|
|
70697
70758
|
call$1(target) {
|
|
70698
70759
|
return !this.originalSelectors.contains$1(0, target);
|
|
70699
70760
|
},
|
|
70700
|
-
$signature:
|
|
70761
|
+
$signature: 16
|
|
70701
70762
|
};
|
|
70702
70763
|
E._EvaluateVisitor__extendModules_closure6.prototype = {
|
|
70703
70764
|
call$0() {
|
|
@@ -74117,7 +74178,9 @@ self.fs = require("fs");
|
|
|
74117
74178
|
return this;
|
|
74118
74179
|
},
|
|
74119
74180
|
plus$1(other) {
|
|
74120
|
-
|
|
74181
|
+
if (other instanceof D.SassString0)
|
|
74182
|
+
return this.super$Value$plus0(other);
|
|
74183
|
+
throw H.wrapException(E.SassScriptException$0('Undefined operation "' + this.toString$0(0) + " + " + other.toString$0(0) + '".'));
|
|
74121
74184
|
},
|
|
74122
74185
|
minus$1(other) {
|
|
74123
74186
|
return H.throwExpression(E.SassScriptException$0('Undefined operation "' + this.toString$0(0) + " - " + other.toString$0(0) + '".'));
|
|
@@ -75234,7 +75297,7 @@ self.fs = require("fs");
|
|
|
75234
75297
|
call$1(component) {
|
|
75235
75298
|
return component.get$isInvisible();
|
|
75236
75299
|
},
|
|
75237
|
-
$signature:
|
|
75300
|
+
$signature: 16
|
|
75238
75301
|
};
|
|
75239
75302
|
A.Configuration0.prototype = {
|
|
75240
75303
|
throughForward$1($forward) {
|
|
@@ -78221,7 +78284,7 @@ self.fs = require("fs");
|
|
|
78221
78284
|
call$1(target) {
|
|
78222
78285
|
return !this.selectors.contains$1(0, target);
|
|
78223
78286
|
},
|
|
78224
|
-
$signature:
|
|
78287
|
+
$signature: 16
|
|
78225
78288
|
};
|
|
78226
78289
|
R._EvaluateVisitor__combineCss_closure7.prototype = {
|
|
78227
78290
|
call$1(module) {
|
|
@@ -78233,7 +78296,7 @@ self.fs = require("fs");
|
|
|
78233
78296
|
call$1(target) {
|
|
78234
78297
|
return !this.originalSelectors.contains$1(0, target);
|
|
78235
78298
|
},
|
|
78236
|
-
$signature:
|
|
78299
|
+
$signature: 16
|
|
78237
78300
|
};
|
|
78238
78301
|
R._EvaluateVisitor__extendModules_closure4.prototype = {
|
|
78239
78302
|
call$0() {
|
|
@@ -80361,7 +80424,7 @@ self.fs = require("fs");
|
|
|
80361
80424
|
call$1(inputComplex) {
|
|
80362
80425
|
return inputComplex.lineBreak;
|
|
80363
80426
|
},
|
|
80364
|
-
$signature:
|
|
80427
|
+
$signature: 17
|
|
80365
80428
|
};
|
|
80366
80429
|
X.ExtensionStore__extendCompound_closure4.prototype = {
|
|
80367
80430
|
call$1(extender) {
|
|
@@ -80427,14 +80490,14 @@ self.fs = require("fs");
|
|
|
80427
80490
|
call$1(_) {
|
|
80428
80491
|
return false;
|
|
80429
80492
|
},
|
|
80430
|
-
$signature:
|
|
80493
|
+
$signature: 17
|
|
80431
80494
|
};
|
|
80432
80495
|
X.ExtensionStore__extendCompound_closure8.prototype = {
|
|
80433
80496
|
call$1(complex) {
|
|
80434
80497
|
var t1 = C.C_ListEquality.equals$2(0, complex.components, this.original.components);
|
|
80435
80498
|
return t1;
|
|
80436
80499
|
},
|
|
80437
|
-
$signature:
|
|
80500
|
+
$signature: 17
|
|
80438
80501
|
};
|
|
80439
80502
|
X.ExtensionStore__extendSimple_withoutPseudo0.prototype = {
|
|
80440
80503
|
call$1(simple) {
|
|
@@ -80472,19 +80535,19 @@ self.fs = require("fs");
|
|
|
80472
80535
|
call$1(complex) {
|
|
80473
80536
|
return complex.components.length > 1;
|
|
80474
80537
|
},
|
|
80475
|
-
$signature:
|
|
80538
|
+
$signature: 17
|
|
80476
80539
|
};
|
|
80477
80540
|
X.ExtensionStore__extendPseudo_closure5.prototype = {
|
|
80478
80541
|
call$1(complex) {
|
|
80479
80542
|
return complex.components.length === 1;
|
|
80480
80543
|
},
|
|
80481
|
-
$signature:
|
|
80544
|
+
$signature: 17
|
|
80482
80545
|
};
|
|
80483
80546
|
X.ExtensionStore__extendPseudo_closure6.prototype = {
|
|
80484
80547
|
call$1(complex) {
|
|
80485
80548
|
return complex.components.length <= 1;
|
|
80486
80549
|
},
|
|
80487
|
-
$signature:
|
|
80550
|
+
$signature: 17
|
|
80488
80551
|
};
|
|
80489
80552
|
X.ExtensionStore__extendPseudo_closure7.prototype = {
|
|
80490
80553
|
call$1(complex) {
|
|
@@ -80543,13 +80606,13 @@ self.fs = require("fs");
|
|
|
80543
80606
|
call$1(complex2) {
|
|
80544
80607
|
return complex2.get$minSpecificity() >= this._box_0.maxSpecificity && Y.complexIsSuperselector0(complex2.components, this.complex1.components);
|
|
80545
80608
|
},
|
|
80546
|
-
$signature:
|
|
80609
|
+
$signature: 17
|
|
80547
80610
|
};
|
|
80548
80611
|
X.ExtensionStore__trim_closure2.prototype = {
|
|
80549
80612
|
call$1(complex2) {
|
|
80550
80613
|
return complex2.get$minSpecificity() >= this._box_0.maxSpecificity && Y.complexIsSuperselector0(complex2.components, this.complex1.components);
|
|
80551
80614
|
},
|
|
80552
|
-
$signature:
|
|
80615
|
+
$signature: 17
|
|
80553
80616
|
};
|
|
80554
80617
|
X.ExtensionStore_clone_closure0.prototype = {
|
|
80555
80618
|
call$2(simple, selectors) {
|
|
@@ -80922,7 +80985,7 @@ self.fs = require("fs");
|
|
|
80922
80985
|
t1 = true;
|
|
80923
80986
|
return t1 && this.uniqueSelectors.contains$1(0, simple);
|
|
80924
80987
|
},
|
|
80925
|
-
$signature:
|
|
80988
|
+
$signature: 16
|
|
80926
80989
|
};
|
|
80927
80990
|
Y.paths_closure0.prototype = {
|
|
80928
80991
|
call$2(paths, choice) {
|
|
@@ -80957,19 +81020,19 @@ self.fs = require("fs");
|
|
|
80957
81020
|
call$1(simple) {
|
|
80958
81021
|
return simple instanceof D.PseudoSelector0 && simple.isClass && simple.normalizedName === "root";
|
|
80959
81022
|
},
|
|
80960
|
-
$signature:
|
|
81023
|
+
$signature: 16
|
|
80961
81024
|
};
|
|
80962
81025
|
Y.listIsSuperselector_closure0.prototype = {
|
|
80963
81026
|
call$1(complex1) {
|
|
80964
81027
|
return C.JSArray_methods.any$1(this.list1, new Y.listIsSuperselector__closure0(complex1));
|
|
80965
81028
|
},
|
|
80966
|
-
$signature:
|
|
81029
|
+
$signature: 17
|
|
80967
81030
|
};
|
|
80968
81031
|
Y.listIsSuperselector__closure0.prototype = {
|
|
80969
81032
|
call$1(complex2) {
|
|
80970
81033
|
return Y.complexIsSuperselector0(complex2.components, this.complex1.components);
|
|
80971
81034
|
},
|
|
80972
|
-
$signature:
|
|
81035
|
+
$signature: 17
|
|
80973
81036
|
};
|
|
80974
81037
|
Y._simpleIsSuperselectorOfCompound_closure0.prototype = {
|
|
80975
81038
|
call$1(theirSimple) {
|
|
@@ -80986,7 +81049,7 @@ self.fs = require("fs");
|
|
|
80986
81049
|
return false;
|
|
80987
81050
|
return C.JSArray_methods.every$1(selector.components, new Y._simpleIsSuperselectorOfCompound__closure0(t1));
|
|
80988
81051
|
},
|
|
80989
|
-
$signature:
|
|
81052
|
+
$signature: 16
|
|
80990
81053
|
};
|
|
80991
81054
|
Y._simpleIsSuperselectorOfCompound__closure0.prototype = {
|
|
80992
81055
|
call$1(complex) {
|
|
@@ -80995,7 +81058,7 @@ self.fs = require("fs");
|
|
|
80995
81058
|
return false;
|
|
80996
81059
|
return C.JSArray_methods.contains$1(type$.CompoundSelector_2._as(C.JSArray_methods.get$single(t1)).components, this.simple);
|
|
80997
81060
|
},
|
|
80998
|
-
$signature:
|
|
81061
|
+
$signature: 17
|
|
80999
81062
|
};
|
|
81000
81063
|
Y._selectorPseudoIsSuperselector_closure6.prototype = {
|
|
81001
81064
|
call$1(selector2) {
|
|
@@ -81013,7 +81076,7 @@ self.fs = require("fs");
|
|
|
81013
81076
|
t2.push(this.compound2);
|
|
81014
81077
|
return Y.complexIsSuperselector0(t1, t2);
|
|
81015
81078
|
},
|
|
81016
|
-
$signature:
|
|
81079
|
+
$signature: 17
|
|
81017
81080
|
};
|
|
81018
81081
|
Y._selectorPseudoIsSuperselector_closure8.prototype = {
|
|
81019
81082
|
call$1(selector2) {
|
|
@@ -81031,7 +81094,7 @@ self.fs = require("fs");
|
|
|
81031
81094
|
call$1(complex) {
|
|
81032
81095
|
return C.JSArray_methods.any$1(this.compound2.components, new Y._selectorPseudoIsSuperselector__closure0(complex, this.pseudo1));
|
|
81033
81096
|
},
|
|
81034
|
-
$signature:
|
|
81097
|
+
$signature: 17
|
|
81035
81098
|
};
|
|
81036
81099
|
Y._selectorPseudoIsSuperselector__closure0.prototype = {
|
|
81037
81100
|
call$1(simple2) {
|
|
@@ -81050,7 +81113,7 @@ self.fs = require("fs");
|
|
|
81050
81113
|
} else
|
|
81051
81114
|
return false;
|
|
81052
81115
|
},
|
|
81053
|
-
$signature:
|
|
81116
|
+
$signature: 16
|
|
81054
81117
|
};
|
|
81055
81118
|
Y._selectorPseudoIsSuperselector___closure1.prototype = {
|
|
81056
81119
|
call$1(simple1) {
|
|
@@ -81062,7 +81125,7 @@ self.fs = require("fs");
|
|
|
81062
81125
|
t1 = false;
|
|
81063
81126
|
return t1;
|
|
81064
81127
|
},
|
|
81065
|
-
$signature:
|
|
81128
|
+
$signature: 16
|
|
81066
81129
|
};
|
|
81067
81130
|
Y._selectorPseudoIsSuperselector___closure2.prototype = {
|
|
81068
81131
|
call$1(simple1) {
|
|
@@ -81074,7 +81137,7 @@ self.fs = require("fs");
|
|
|
81074
81137
|
t1 = false;
|
|
81075
81138
|
return t1;
|
|
81076
81139
|
},
|
|
81077
|
-
$signature:
|
|
81140
|
+
$signature: 16
|
|
81078
81141
|
};
|
|
81079
81142
|
Y._selectorPseudoIsSuperselector_closure11.prototype = {
|
|
81080
81143
|
call$1(selector2) {
|
|
@@ -81098,7 +81161,7 @@ self.fs = require("fs");
|
|
|
81098
81161
|
return false;
|
|
81099
81162
|
return Y.listIsSuperselector0(this.selector1.components, selector2.components);
|
|
81100
81163
|
},
|
|
81101
|
-
$signature:
|
|
81164
|
+
$signature: 16
|
|
81102
81165
|
};
|
|
81103
81166
|
Y._selectorPseudoArgs_closure1.prototype = {
|
|
81104
81167
|
call$1(pseudo) {
|
|
@@ -81159,7 +81222,7 @@ self.fs = require("fs");
|
|
|
81159
81222
|
t1 = false;
|
|
81160
81223
|
return t1;
|
|
81161
81224
|
},
|
|
81162
|
-
$signature:
|
|
81225
|
+
$signature: 16
|
|
81163
81226
|
};
|
|
81164
81227
|
L.IfExpression0.prototype = {
|
|
81165
81228
|
accept$1$1(visitor) {
|
|
@@ -82121,7 +82184,7 @@ self.fs = require("fs");
|
|
|
82121
82184
|
call$1(complex) {
|
|
82122
82185
|
return complex.get$isInvisible();
|
|
82123
82186
|
},
|
|
82124
|
-
$signature:
|
|
82187
|
+
$signature: 17
|
|
82125
82188
|
};
|
|
82126
82189
|
D.SelectorList_asSassList_closure0.prototype = {
|
|
82127
82190
|
call$1(complex) {
|
|
@@ -82239,7 +82302,7 @@ self.fs = require("fs");
|
|
|
82239
82302
|
selector = simple.selector;
|
|
82240
82303
|
return selector != null && C.JSArray_methods.any$1(selector.components, selector.get$_list2$_complexContainsParentSelector());
|
|
82241
82304
|
},
|
|
82242
|
-
$signature:
|
|
82305
|
+
$signature: 16
|
|
82243
82306
|
};
|
|
82244
82307
|
D.SelectorList__resolveParentSelectorsCompound_closure2.prototype = {
|
|
82245
82308
|
call$1(simple) {
|
|
@@ -82249,7 +82312,7 @@ self.fs = require("fs");
|
|
|
82249
82312
|
selector = simple.selector;
|
|
82250
82313
|
return selector != null && C.JSArray_methods.any$1(selector.components, selector.get$_list2$_complexContainsParentSelector());
|
|
82251
82314
|
},
|
|
82252
|
-
$signature:
|
|
82315
|
+
$signature: 16
|
|
82253
82316
|
};
|
|
82254
82317
|
D.SelectorList__resolveParentSelectorsCompound_closure3.prototype = {
|
|
82255
82318
|
call$1(simple) {
|
|
@@ -85436,6 +85499,9 @@ self.fs = require("fs");
|
|
|
85436
85499
|
$signature: 5
|
|
85437
85500
|
};
|
|
85438
85501
|
D.PseudoSelector0.prototype = {
|
|
85502
|
+
get$isHostContext() {
|
|
85503
|
+
return this.isClass && this.name === "host-context" && this.selector != null;
|
|
85504
|
+
},
|
|
85439
85505
|
get$minSpecificity() {
|
|
85440
85506
|
if (this._pseudo0$_minSpecificity == null)
|
|
85441
85507
|
this._pseudo0$_computeSpecificity$0();
|
|
@@ -85463,9 +85529,23 @@ self.fs = require("fs");
|
|
|
85463
85529
|
return D.PseudoSelector$0(_this.name + suffix, null, !_this.isClass, null);
|
|
85464
85530
|
},
|
|
85465
85531
|
unify$1(compound) {
|
|
85466
|
-
var
|
|
85467
|
-
|
|
85468
|
-
|
|
85532
|
+
var other, result, t2, addedThis, _i, simple, _this = this,
|
|
85533
|
+
t1 = _this.name;
|
|
85534
|
+
if (t1 === "host" || t1 === "host-context") {
|
|
85535
|
+
if (!C.JSArray_methods.every$1(compound, new D.PseudoSelector_unify_closure0()))
|
|
85536
|
+
return null;
|
|
85537
|
+
} else if (compound.length === 1) {
|
|
85538
|
+
other = C.JSArray_methods.get$first(compound);
|
|
85539
|
+
if (!(other instanceof N.UniversalSelector0))
|
|
85540
|
+
if (other instanceof D.PseudoSelector0)
|
|
85541
|
+
t1 = other.isClass && other.name === "host" || other.get$isHostContext();
|
|
85542
|
+
else
|
|
85543
|
+
t1 = false;
|
|
85544
|
+
else
|
|
85545
|
+
t1 = true;
|
|
85546
|
+
if (t1)
|
|
85547
|
+
return other.unify$1(H._setArrayType([_this], type$.JSArray_SimpleSelector_2));
|
|
85548
|
+
}
|
|
85469
85549
|
if (C.JSArray_methods.contains$1(compound, _this))
|
|
85470
85550
|
return compound;
|
|
85471
85551
|
result = H._setArrayType([], type$.JSArray_SimpleSelector_2);
|
|
@@ -85549,6 +85629,17 @@ self.fs = require("fs");
|
|
|
85549
85629
|
return (t1 ^ t2 ^ J.get$hashCode$(_this.argument) ^ J.get$hashCode$(_this.selector)) >>> 0;
|
|
85550
85630
|
}
|
|
85551
85631
|
};
|
|
85632
|
+
D.PseudoSelector_unify_closure0.prototype = {
|
|
85633
|
+
call$1(simple) {
|
|
85634
|
+
var t1;
|
|
85635
|
+
if (simple instanceof D.PseudoSelector0)
|
|
85636
|
+
t1 = simple.isClass && simple.name === "host" || simple.selector != null;
|
|
85637
|
+
else
|
|
85638
|
+
t1 = false;
|
|
85639
|
+
return t1;
|
|
85640
|
+
},
|
|
85641
|
+
$signature: 16
|
|
85642
|
+
};
|
|
85552
85643
|
U.PublicMemberMapView0.prototype = {
|
|
85553
85644
|
get$keys(_) {
|
|
85554
85645
|
var t1 = this._public_member_map_view0$_inner;
|
|
@@ -87050,11 +87141,7 @@ self.fs = require("fs");
|
|
|
87050
87141
|
t1.writeCharCode$1(32);
|
|
87051
87142
|
right = value.right;
|
|
87052
87143
|
if (!(right instanceof V.CalculationInterpolation0))
|
|
87053
|
-
|
|
87054
|
-
t2 = right.operator.precedence < t2.precedence || t2 === C.CalculationOperator_jB60;
|
|
87055
|
-
parenthesizeRight = t2;
|
|
87056
|
-
} else
|
|
87057
|
-
parenthesizeRight = false;
|
|
87144
|
+
parenthesizeRight = right instanceof V.CalculationOperation0 && _this._serialize0$_parenthesizeCalculationRhs$2(t2, right.operator);
|
|
87058
87145
|
else
|
|
87059
87146
|
parenthesizeRight = true;
|
|
87060
87147
|
if (parenthesizeRight)
|
|
@@ -87064,6 +87151,13 @@ self.fs = require("fs");
|
|
|
87064
87151
|
t1.writeCharCode$1(41);
|
|
87065
87152
|
}
|
|
87066
87153
|
},
|
|
87154
|
+
_serialize0$_parenthesizeCalculationRhs$2(outer, right) {
|
|
87155
|
+
if (outer === C.CalculationOperator_jB60)
|
|
87156
|
+
return true;
|
|
87157
|
+
if (outer === C.CalculationOperator_Iem0)
|
|
87158
|
+
return false;
|
|
87159
|
+
return right === C.CalculationOperator_Iem0 || right === C.CalculationOperator_uti0;
|
|
87160
|
+
},
|
|
87067
87161
|
visitColor$1(value) {
|
|
87068
87162
|
var $name, hexLength, t2, t3, _this = this, _null = null,
|
|
87069
87163
|
t1 = _this._serialize0$_style === C.OutputStyle_compressed0;
|
|
@@ -87845,7 +87939,7 @@ self.fs = require("fs");
|
|
|
87845
87939
|
call$1(complex) {
|
|
87846
87940
|
return !complex.get$isInvisible();
|
|
87847
87941
|
},
|
|
87848
|
-
$signature:
|
|
87942
|
+
$signature: 17
|
|
87849
87943
|
};
|
|
87850
87944
|
N._SerializeVisitor__write_closure0.prototype = {
|
|
87851
87945
|
call$0() {
|
|
@@ -87999,9 +88093,19 @@ self.fs = require("fs");
|
|
|
87999
88093
|
return H.throwExpression(E.SassScriptException$0('Invalid parent selector "' + this.toString$0(0) + '"'));
|
|
88000
88094
|
},
|
|
88001
88095
|
unify$1(compound) {
|
|
88002
|
-
var
|
|
88003
|
-
if (compound.length === 1
|
|
88004
|
-
|
|
88096
|
+
var other, t1, result, addedThis, _i, simple, _this = this;
|
|
88097
|
+
if (compound.length === 1) {
|
|
88098
|
+
other = C.JSArray_methods.get$first(compound);
|
|
88099
|
+
if (!(other instanceof N.UniversalSelector0))
|
|
88100
|
+
if (other instanceof D.PseudoSelector0)
|
|
88101
|
+
t1 = other.isClass && other.name === "host" || other.get$isHostContext();
|
|
88102
|
+
else
|
|
88103
|
+
t1 = false;
|
|
88104
|
+
else
|
|
88105
|
+
t1 = true;
|
|
88106
|
+
if (t1)
|
|
88107
|
+
return other.unify$1(H._setArrayType([_this], type$.JSArray_SimpleSelector_2));
|
|
88108
|
+
}
|
|
88005
88109
|
if (C.JSArray_methods.contains$1(compound, _this))
|
|
88006
88110
|
return compound;
|
|
88007
88111
|
result = H._setArrayType([], type$.JSArray_SimpleSelector_2);
|
|
@@ -90933,6 +91037,7 @@ self.fs = require("fs");
|
|
|
90933
91037
|
},
|
|
90934
91038
|
_stylesheet0$_tryMinMaxContents$2$allowComma(buffer, allowComma) {
|
|
90935
91039
|
var t1, t2, t3, t4, start, end, exception, t5, _this = this;
|
|
91040
|
+
_this.whitespace$0();
|
|
90936
91041
|
for (t1 = _this.scanner, t2 = buffer._interpolation_buffer0$_text, t3 = !allowComma, t4 = _this.get$_stylesheet0$_number(); true;) {
|
|
90937
91042
|
switch (t1.peekChar$0()) {
|
|
90938
91043
|
case 45:
|
|
@@ -91137,8 +91242,10 @@ self.fs = require("fs");
|
|
|
91137
91242
|
t2 = t1._string_scanner$_position;
|
|
91138
91243
|
t1.readChar$0();
|
|
91139
91244
|
value = _this._stylesheet0$_containsCalculationInterpolation$0() ? new D.StringExpression0(_this._stylesheet0$_interpolatedDeclarationValue$0(), false) : null;
|
|
91140
|
-
if (value == null)
|
|
91245
|
+
if (value == null) {
|
|
91246
|
+
_this.whitespace$0();
|
|
91141
91247
|
value = _this._stylesheet0$_calculationSum$0();
|
|
91248
|
+
}
|
|
91142
91249
|
_this.whitespace$0();
|
|
91143
91250
|
t1.expectChar$1(41);
|
|
91144
91251
|
return new T.ParenthesizedExpression0(value, t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
@@ -92688,14 +92795,25 @@ self.fs = require("fs");
|
|
|
92688
92795
|
return this.accept$1$1(visitor, type$.dynamic);
|
|
92689
92796
|
},
|
|
92690
92797
|
unify$1(compound) {
|
|
92691
|
-
var unified, t1, _this = this
|
|
92692
|
-
|
|
92693
|
-
|
|
92798
|
+
var unified, t1, _this = this,
|
|
92799
|
+
first = C.JSArray_methods.get$first(compound);
|
|
92800
|
+
if (first instanceof N.UniversalSelector0 || first instanceof F.TypeSelector0) {
|
|
92801
|
+
unified = Y.unifyUniversalAndElement0(_this, first);
|
|
92694
92802
|
if (unified == null)
|
|
92695
92803
|
return null;
|
|
92696
92804
|
t1 = H._setArrayType([unified], type$.JSArray_SimpleSelector_2);
|
|
92697
92805
|
C.JSArray_methods.addAll$1(t1, H.SubListIterable$(compound, 1, null, H._arrayInstanceType(compound)._precomputed1));
|
|
92698
92806
|
return t1;
|
|
92807
|
+
} else {
|
|
92808
|
+
if (compound.length === 1)
|
|
92809
|
+
if (first instanceof D.PseudoSelector0)
|
|
92810
|
+
t1 = first.isClass && first.name === "host" || first.get$isHostContext();
|
|
92811
|
+
else
|
|
92812
|
+
t1 = false;
|
|
92813
|
+
else
|
|
92814
|
+
t1 = false;
|
|
92815
|
+
if (t1)
|
|
92816
|
+
return null;
|
|
92699
92817
|
}
|
|
92700
92818
|
t1 = _this.namespace;
|
|
92701
92819
|
if (t1 != null && t1 !== "*") {
|
|
@@ -93415,7 +93533,7 @@ self.fs = require("fs");
|
|
|
93415
93533
|
_instance_1_i(M._DelegatingIterableBase.prototype, "get$contains", "contains$1", 11);
|
|
93416
93534
|
_instance_1_i(M.MapKeySet.prototype, "get$contains", "contains$1", 11);
|
|
93417
93535
|
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1", 7);
|
|
93418
|
-
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1",
|
|
93536
|
+
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1", 18);
|
|
93419
93537
|
_instance_1_u(F.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 199);
|
|
93420
93538
|
_instance_1_u(X.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 199);
|
|
93421
93539
|
_static_1(Y, "functions___isUnique$closure", "_isUnique", 15);
|
|
@@ -93473,9 +93591,9 @@ self.fs = require("fs");
|
|
|
93473
93591
|
_instance_1_u(_, "get$_evaluate0$_visitSupportsCondition", "_evaluate0$_visitSupportsCondition$1", 394);
|
|
93474
93592
|
_instance_1_u(_, "get$_evaluate0$_expressionNode", "_evaluate0$_expressionNode$1", 195);
|
|
93475
93593
|
_instance_1_u(X.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 212);
|
|
93476
|
-
_static_1(Y, "functions0___isUnique$closure", "_isUnique0",
|
|
93594
|
+
_static_1(Y, "functions0___isUnique$closure", "_isUnique0", 16);
|
|
93477
93595
|
_instance_1_u(K.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 11);
|
|
93478
|
-
_instance_1_u(D.SelectorList0.prototype, "get$_list2$_complexContainsParentSelector", "_list2$_complexContainsParentSelector$1",
|
|
93596
|
+
_instance_1_u(D.SelectorList0.prototype, "get$_list2$_complexContainsParentSelector", "_list2$_complexContainsParentSelector$1", 17);
|
|
93479
93597
|
_instance_1_u(Z.MergedMapView0.prototype, "get$containsKey", "containsKey$1", 11);
|
|
93480
93598
|
_instance_1_i(N.NoSourceMapBuffer.prototype, "get$write", "write$1", 29);
|
|
93481
93599
|
_instance_1_u(B.ModifiableCssNode0.prototype, "get$_node2$_isInvisible", "_node2$_isInvisible$1", 8);
|
|
@@ -93549,7 +93667,7 @@ self.fs = require("fs");
|
|
|
93549
93667
|
_inheritMany(H._CastIterableBase, [H.CastIterable, H.__CastListBase__CastIterableBase_ListMixin, H.CastSet]);
|
|
93550
93668
|
_inherit(H._EfficientLengthCastIterable, H.CastIterable);
|
|
93551
93669
|
_inherit(H._CastListBase, H.__CastListBase__CastIterableBase_ListMixin);
|
|
93552
|
-
_inheritMany(H.Closure, [H.Closure2Args, H.CastMap_entries_closure, H.Closure0Args, H.ConstantStringMap_values_closure, H.Instantiation, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.initHooks_closure, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._awaitOnObject_closure, P.Future_wait_closure, P._Future__chainForeignFuture_closure, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P.Stream_Stream$fromFuture_closure, P.Stream_length_closure, P._CustomZone_bindUnaryCallback_closure, P._RootZone_bindUnaryCallback_closure, P._HashMap_values_closure, P._LinkedCustomHashMap_closure, P.MapMixin_entries_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri_parseIPv6Address_error, P._Uri__makePath_closure, P._createTables_setChars, P._createTables_setRange, N.ArgParser__addOption_closure, G._Usage__writeOption_closure, G._Usage__buildAllowedList_closure, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, G.StreamQueue__ensureListening_closure, Q.alwaysValid_closure, B.ReplAdapter_runAsync__closure, M.MapKeySet_difference_closure, M.futureToPromise__closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath__splitExtension_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, V.CalculationExpression__verifyArguments_closure, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, V.IfRule_toString_closure, V.IfRuleClause$__closure, V.IfRuleClause$___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__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q.AsyncEnvironment_toModule_closure, Q.AsyncEnvironment_toDummyModule_closure, Q.AsyncEnvironment__fromOneModule_closure, Q.AsyncEnvironment__fromOneModule__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_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable$mixin_closure, Q.BuiltInCallable$mixin_closure, U._compileStylesheet_closure, A.Configuration_toString_closure, O.Environment_importForwards_closure, O.Environment_importForwards_closure0, O.Environment_importForwards_closure1, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure0, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O.Environment_toModule_closure, O.Environment_toDummyModule_closure, O.Environment__fromOneModule_closure, O.Environment__fromOneModule__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_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, X.ExtensionStore_extensionsWhereTarget_closure, X.ExtensionStore_addExtensions_closure0, X.ExtensionStore_addExtensions__closure, X.ExtensionStore_addExtensions__closure0, X.ExtensionStore__extendComplex_closure, X.ExtensionStore__extendComplex_closure0, X.ExtensionStore__extendComplex__closure, X.ExtensionStore__extendComplex__closure0, X.ExtensionStore__extendComplex___closure, X.ExtensionStore__extendCompound_closure, X.ExtensionStore__extendCompound_closure0, X.ExtensionStore__extendCompound__closure, X.ExtensionStore__extendCompound__closure0, X.ExtensionStore__extendCompound_closure1, X.ExtensionStore__extendCompound_closure2, X.ExtensionStore__extendCompound_closure3, X.ExtensionStore__extendSimple_withoutPseudo, X.ExtensionStore__extendSimple_closure, X.ExtensionStore__extendSimple_closure0, X.ExtensionStore__extendPseudo_closure, X.ExtensionStore__extendPseudo_closure0, X.ExtensionStore__extendPseudo_closure1, X.ExtensionStore__extendPseudo_closure2, X.ExtensionStore__extendPseudo_closure3, X.ExtensionStore__trim_closure, X.ExtensionStore__trim_closure0, Y.unifyComplex_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._hasRoot_closure, Y.listIsSuperselector_closure, Y.listIsSuperselector__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._selectorPseudoArgs_closure, Y._selectorPseudoArgs_closure0, Y.globalFunctions_closure, K.global_closure, K.global_closure0, K.global_closure1, K.global_closure2, K.global_closure3, K.global_closure4, K.global_closure5, K.global_closure6, K.global_closure7, K.global_closure8, K.global_closure9, K.global_closure10, K.global_closure11, K.global_closure12, K.global_closure13, K.global_closure14, K.global_closure15, K.global_closure16, K.global_closure17, K.global_closure18, K.global_closure19, K.global_closure20, K.global_closure21, K.global_closure22, K.global_closure23, K.global_closure24, K.global__closure, K.global_closure25, K.module_closure, K.module_closure0, K.module_closure1, K.module_closure2, K.module_closure3, K.module_closure4, K.module_closure5, K.module_closure6, K.module__closure, K.module_closure7, K._red_closure, K._green_closure, K._blue_closure, K._mix_closure, K._hue_closure, K._saturation_closure, K._lightness_closure, K._complement_closure, K._adjust_closure, K._scale_closure, K._change_closure, K._ieHexStr_closure, K._ieHexStr_closure_hexString, K._updateComponents_getParam, K._updateComponents_closure, K._updateComponents_updateValue, K._functionString_closure, K._removedColorFunction_closure, K._rgb_closure, K._hsl_closure, K._removeUnits_closure, K._removeUnits_closure0, K._hwb_closure, K._parseChannels_closure, D._length_closure0, D._nth_closure, D._setNth_closure, D._join_closure, D._append_closure0, D._zip_closure, D._zip__closure, D._zip__closure0, D._zip__closure1, D._index_closure0, D._separator_closure, D._isBracketed_closure, D._slash_closure, A._get_closure, A._set_closure, A._set__closure0, A._set_closure0, A._set__closure, A._merge_closure, A._merge_closure0, A._merge__closure, A._deepMerge_closure, A._deepRemove_closure, A._deepRemove__closure, A._remove_closure, A._remove_closure0, A._keys_closure, A._values_closure, A._hasKey_closure, A._modify__modifyNestedMap, K._ceil_closure, K._clamp_closure, K._floor_closure, K._max_closure, K._min_closure, K._abs_closure, K._hypot_closure, K._hypot__closure, K._log_closure, K._pow_closure, K._sqrt_closure, K._acos_closure, K._asin_closure, K._atan_closure, K._atan2_closure, K._cos_closure, K._sin_closure, K._tan_closure, K._compatible_closure, K._isUnitless_closure, K._unit_closure, K._percentage_closure, K._randomFunction_closure, K._div_closure, K._numberFunction_closure, Q.global_closure26, Q.global_closure27, Q.global_closure28, Q.global_closure29, Q.local_closure, Q.local_closure0, Q.local__closure, T._nest_closure, T._nest__closure, T._append_closure, T._append__closure, T._append___closure, T._extend_closure, T._replace_closure, T._unify_closure, T._isSuperselector_closure, T._simpleSelectors_closure, T._simpleSelectors__closure, T._parse_closure, D._unquote_closure, D._quote_closure, D._length_closure, D._insert_closure, D._index_closure, D._slice_closure, D._toUpperCase_closure, D._toLowerCase_closure, D._uniqueId_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, F.FilesystemImporter_canonicalize_closure, B._exactlyOne_closure, F._realCasePath_helper, F._realCasePath_helper__closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, Y.TerseLogger_summarize_closure, Y.TerseLogger_summarize_closure0, Q._disallowedFunctionNames_closure, G.Parser_scanIdentChar_matches, V.StylesheetParser_parse__closure0, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_trySpecialFunction_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.flattenVertically_closure, B.flattenVertically_closure0, V.SassCalculation__verifyLength_closure, K.SassColor_SassColor$hwb_toRgb, D.SassList_isBlank_closure, T.SassNumber__coerceOrConvertValue_closure, T.SassNumber__coerceOrConvertValue_closure1, T.SassNumber_multiplyUnits_closure, T.SassNumber_multiplyUnits_closure1, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalizeUnitList_closure, L.SingleUnitSassNumber__coerceToUnit_closure, L.SingleUnitSassNumber__coerceValueToUnit_closure, L.SingleUnitSassNumber_multiplyUnits_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_closure17, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure3, E._EvaluateVisitor__loadModule__closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitDeclaration_closure1, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitAtRule_closure4, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure1, E._EvaluateVisitor_visitForwardRule_closure2, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport__closure3, E._EvaluateVisitor__visitDynamicImport__closure4, E._EvaluateVisitor__visitDynamicImport__closure5, E._EvaluateVisitor__visitStaticImport_closure0, E._EvaluateVisitor_visitIncludeRule_closure6, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor_visitMediaRule_closure4, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runBuiltInCallable_closure4, E._EvaluateVisitor__evaluateArguments_closure3, E._EvaluateVisitor__evaluateArguments_closure4, E._EvaluateVisitor__evaluateArguments_closure6, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssMediaRule_closure4, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__withoutSlash_recommendation0, E._EvaluateVisitor__stackFrame_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_closure7, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure0, R._EvaluateVisitor__loadModule__closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule_closure1, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitForwardRule_closure0, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor__visitDynamicImport__closure0, R._EvaluateVisitor__visitDynamicImport__closure1, R._EvaluateVisitor__visitStaticImport_closure, R._EvaluateVisitor_visitIncludeRule_closure2, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule_closure1, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runBuiltInCallable_closure1, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateArguments_closure0, R._EvaluateVisitor__evaluateArguments_closure2, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule_closure1, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__withoutSlash_recommendation, R._EvaluateVisitor__stackFrame_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_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, A.StatementSearchVisitor_visitIfRule_closure, A.StatementSearchVisitor_visitIfRule__closure0, A.StatementSearchVisitor_visitIfRule_closure0, A.StatementSearchVisitor_visitIfRule__closure, A.StatementSearchVisitor_visitChildren_closure, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_Chain$parse_closure1, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, Y.Trace__parseVM_closure, Y.Trace__parseVM_closure0, 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.TransformByHandlers_transformByHandlers__closure, R.RateLimit__debounceAggregate_closure0, B.ArgumentDeclaration_verify_closure1, B.ArgumentDeclaration_verify_closure2, S.AsyncBuiltInCallable$mixin_closure0, X._compileStylesheet_closure2, Q.AsyncEnvironment_importForwards_closure2, Q.AsyncEnvironment_importForwards_closure3, Q.AsyncEnvironment_importForwards_closure4, Q.AsyncEnvironment__getVariableFromGlobalModule_closure0, Q.AsyncEnvironment_setVariable_closure3, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure0, Q.AsyncEnvironment__getMixinFromGlobalModule_closure0, Q.AsyncEnvironment_toModule_closure0, Q.AsyncEnvironment_toDummyModule_closure0, Q.AsyncEnvironment__fromOneModule_closure0, Q.AsyncEnvironment__fromOneModule__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_closure37, E._EvaluateVisitor_closure38, E._EvaluateVisitor__closure9, E._EvaluateVisitor__loadModule__closure2, E._EvaluateVisitor__combineCss_closure8, E._EvaluateVisitor__combineCss_closure9, E._EvaluateVisitor__combineCss_closure10, E._EvaluateVisitor__extendModules_closure5, E._EvaluateVisitor__topologicalModules_visitModule2, E._EvaluateVisitor__scopeForAtRoot_closure17, E._EvaluateVisitor__scopeForAtRoot_closure18, E._EvaluateVisitor__scopeForAtRoot_closure19, E._EvaluateVisitor__scopeForAtRoot_closure20, E._EvaluateVisitor__scopeForAtRoot_closure21, E._EvaluateVisitor__scopeForAtRoot_closure22, E._EvaluateVisitor_visitDeclaration_closure5, E._EvaluateVisitor_visitEachRule_closure8, E._EvaluateVisitor_visitEachRule_closure9, E._EvaluateVisitor_visitEachRule__closure2, E._EvaluateVisitor_visitEachRule___closure2, E._EvaluateVisitor_visitAtRule_closure8, E._EvaluateVisitor_visitAtRule_closure10, E._EvaluateVisitor_visitForRule__closure2, E._EvaluateVisitor_visitForwardRule_closure5, E._EvaluateVisitor_visitForwardRule_closure6, E._EvaluateVisitor_visitIfRule__closure2, E._EvaluateVisitor__visitDynamicImport__closure11, E._EvaluateVisitor__visitDynamicImport__closure12, E._EvaluateVisitor__visitDynamicImport__closure13, E._EvaluateVisitor__visitStaticImport_closure2, E._EvaluateVisitor_visitIncludeRule_closure14, E._EvaluateVisitor_visitMediaRule_closure8, E._EvaluateVisitor_visitMediaRule_closure10, E._EvaluateVisitor_visitStyleRule_closure22, E._EvaluateVisitor_visitStyleRule_closure26, E._EvaluateVisitor_visitSupportsRule_closure6, E._EvaluateVisitor_visitUseRule_closure2, E._EvaluateVisitor_visitWhileRule__closure2, E._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2, E._EvaluateVisitor_visitListExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable____closure2, E._EvaluateVisitor__runBuiltInCallable_closure10, E._EvaluateVisitor__evaluateArguments_closure11, E._EvaluateVisitor__evaluateArguments_closure12, E._EvaluateVisitor__evaluateArguments_closure14, E._EvaluateVisitor__evaluateMacroArguments_closure11, E._EvaluateVisitor__evaluateMacroArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure14, E._EvaluateVisitor_visitStringExpression_closure2, E._EvaluateVisitor_visitCssAtRule_closure6, E._EvaluateVisitor_visitCssKeyframeBlock_closure6, E._EvaluateVisitor_visitCssMediaRule_closure8, E._EvaluateVisitor_visitCssMediaRule_closure10, E._EvaluateVisitor_visitCssStyleRule_closure6, E._EvaluateVisitor_visitCssSupportsRule_closure6, E._EvaluateVisitor__performInterpolation_closure2, E._EvaluateVisitor__withoutSlash_recommendation2, E._EvaluateVisitor__stackFrame_closure2, E._EvaluateVisitor__stackTrace_closure2, E._ImportedCssVisitor_visitCssAtRule_closure2, E._ImportedCssVisitor_visitCssMediaRule_closure2, E._ImportedCssVisitor_visitCssStyleRule_closure2, E._ImportedCssVisitor_visitCssSupportsRule_closure2, O.AsyncImportCache_humanize_closure2, O.AsyncImportCache_humanize_closure3, O.AsyncImportCache_humanize_closure4, Z.booleanConstructor__closure, Z.booleanConstructor__closure0, Q.BuiltInCallable$mixin_closure0, V.CalculationExpression__verifyArguments_closure0, V.SassCalculation__verifyLength_closure0, K.global_closure30, K.global_closure31, K.global_closure32, K.global_closure33, K.global_closure34, K.global_closure35, K.global_closure36, K.global_closure37, K.global_closure38, K.global_closure39, K.global_closure40, K.global_closure41, K.global_closure42, K.global_closure43, K.global_closure44, K.global_closure45, K.global_closure46, K.global_closure47, K.global_closure48, K.global_closure49, K.global_closure50, K.global_closure51, K.global_closure52, K.global_closure53, K.global_closure54, K.global_closure55, K.global__closure0, K.global_closure56, K.module_closure8, K.module_closure9, K.module_closure10, K.module_closure11, K.module_closure12, K.module_closure13, K.module_closure14, K.module_closure15, K.module__closure0, K.module_closure16, K._red_closure0, K._green_closure0, K._blue_closure0, K._mix_closure0, K._hue_closure0, K._saturation_closure0, K._lightness_closure0, K._complement_closure0, K._adjust_closure0, K._scale_closure0, K._change_closure0, K._ieHexStr_closure0, K._ieHexStr_closure_hexString0, K._updateComponents_getParam0, K._updateComponents_closure0, K._updateComponents_updateValue0, K._functionString_closure0, K._removedColorFunction_closure0, K._rgb_closure0, K._hsl_closure0, K._removeUnits_closure1, K._removeUnits_closure2, K._hwb_closure0, K._parseChannels_closure0, K.colorConstructor_closure, K.colorConstructor_closure0, K.colorConstructor_closure1, K.colorConstructor_closure2, K.colorConstructor_closure3, K.colorConstructor_closure8, K.SassColor_SassColor$hwb_toRgb0, U._compileStylesheet_closure1, S.ComplexSelector_isInvisible_closure0, X.CompoundSelector_isInvisible_closure0, A.Configuration_toString_closure0, Q._disallowedFunctionNames_closure0, V.EachRule_toString_closure0, O.Environment_importForwards_closure2, O.Environment_importForwards_closure3, O.Environment_importForwards_closure4, O.Environment__getVariableFromGlobalModule_closure0, O.Environment_setVariable_closure3, O.Environment__getFunctionFromGlobalModule_closure0, O.Environment__getMixinFromGlobalModule_closure0, O.Environment_toModule_closure0, O.Environment_toDummyModule_closure0, O.Environment__fromOneModule_closure0, O.Environment__fromOneModule__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_closure27, R._EvaluateVisitor_closure28, R._EvaluateVisitor__closure6, R._EvaluateVisitor__loadModule__closure1, R._EvaluateVisitor__combineCss_closure5, R._EvaluateVisitor__combineCss_closure6, R._EvaluateVisitor__combineCss_closure7, R._EvaluateVisitor__extendModules_closure3, R._EvaluateVisitor__topologicalModules_visitModule1, R._EvaluateVisitor__scopeForAtRoot_closure11, R._EvaluateVisitor__scopeForAtRoot_closure12, R._EvaluateVisitor__scopeForAtRoot_closure13, R._EvaluateVisitor__scopeForAtRoot_closure14, R._EvaluateVisitor__scopeForAtRoot_closure15, R._EvaluateVisitor__scopeForAtRoot_closure16, R._EvaluateVisitor_visitDeclaration_closure3, R._EvaluateVisitor_visitEachRule_closure5, R._EvaluateVisitor_visitEachRule_closure6, R._EvaluateVisitor_visitEachRule__closure1, R._EvaluateVisitor_visitEachRule___closure1, R._EvaluateVisitor_visitAtRule_closure5, R._EvaluateVisitor_visitAtRule_closure7, R._EvaluateVisitor_visitForRule__closure1, R._EvaluateVisitor_visitForwardRule_closure3, R._EvaluateVisitor_visitForwardRule_closure4, R._EvaluateVisitor_visitIfRule__closure1, R._EvaluateVisitor__visitDynamicImport__closure7, R._EvaluateVisitor__visitDynamicImport__closure8, R._EvaluateVisitor__visitDynamicImport__closure9, R._EvaluateVisitor__visitStaticImport_closure1, R._EvaluateVisitor_visitIncludeRule_closure10, R._EvaluateVisitor_visitMediaRule_closure5, R._EvaluateVisitor_visitMediaRule_closure7, R._EvaluateVisitor_visitStyleRule_closure15, R._EvaluateVisitor_visitStyleRule_closure19, R._EvaluateVisitor_visitSupportsRule_closure4, R._EvaluateVisitor_visitUseRule_closure1, R._EvaluateVisitor_visitWhileRule__closure1, R._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1, R._EvaluateVisitor_visitListExpression_closure1, R._EvaluateVisitor__runUserDefinedCallable____closure1, R._EvaluateVisitor__runBuiltInCallable_closure7, R._EvaluateVisitor__evaluateArguments_closure7, R._EvaluateVisitor__evaluateArguments_closure8, R._EvaluateVisitor__evaluateArguments_closure10, R._EvaluateVisitor__evaluateMacroArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure8, R._EvaluateVisitor__evaluateMacroArguments_closure10, R._EvaluateVisitor_visitStringExpression_closure1, R._EvaluateVisitor_visitCssAtRule_closure4, R._EvaluateVisitor_visitCssKeyframeBlock_closure4, R._EvaluateVisitor_visitCssMediaRule_closure5, R._EvaluateVisitor_visitCssMediaRule_closure7, R._EvaluateVisitor_visitCssStyleRule_closure4, R._EvaluateVisitor_visitCssSupportsRule_closure4, R._EvaluateVisitor__performInterpolation_closure1, R._EvaluateVisitor__withoutSlash_recommendation1, R._EvaluateVisitor__stackFrame_closure1, R._EvaluateVisitor__stackTrace_closure1, R._ImportedCssVisitor_visitCssAtRule_closure1, R._ImportedCssVisitor_visitCssMediaRule_closure1, R._ImportedCssVisitor_visitCssStyleRule_closure1, R._ImportedCssVisitor_visitCssSupportsRule_closure1, X.ExtensionStore_extensionsWhereTarget_closure0, X.ExtensionStore_addExtensions_closure2, X.ExtensionStore_addExtensions__closure2, X.ExtensionStore_addExtensions__closure3, X.ExtensionStore__extendComplex_closure1, X.ExtensionStore__extendComplex_closure2, X.ExtensionStore__extendComplex__closure1, X.ExtensionStore__extendComplex__closure2, X.ExtensionStore__extendComplex___closure0, X.ExtensionStore__extendCompound_closure4, X.ExtensionStore__extendCompound_closure5, X.ExtensionStore__extendCompound__closure1, X.ExtensionStore__extendCompound__closure2, X.ExtensionStore__extendCompound_closure6, X.ExtensionStore__extendCompound_closure7, X.ExtensionStore__extendCompound_closure8, X.ExtensionStore__extendSimple_withoutPseudo0, X.ExtensionStore__extendSimple_closure1, X.ExtensionStore__extendSimple_closure2, X.ExtensionStore__extendPseudo_closure4, X.ExtensionStore__extendPseudo_closure5, X.ExtensionStore__extendPseudo_closure6, X.ExtensionStore__extendPseudo_closure7, X.ExtensionStore__extendPseudo_closure8, X.ExtensionStore__trim_closure1, X.ExtensionStore__trim_closure2, F.FilesystemImporter_canonicalize_closure0, Y.unifyComplex_closure0, 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._hasRoot_closure0, Y.listIsSuperselector_closure0, Y.listIsSuperselector__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._selectorPseudoArgs_closure1, Y._selectorPseudoArgs_closure2, Y.globalFunctions_closure0, N.IDSelector_unify_closure0, V.IfRule_toString_closure0, V.IfRuleClause$__closure0, V.IfRuleClause$___closure0, F.NodeImporter__tryPath_closure0, R.ImportCache_humanize_closure2, R.ImportCache_humanize_closure3, R.ImportCache_humanize_closure4, X.Interpolation_toString_closure0, F._realCasePath_helper0, F._realCasePath_helper__closure0, D.ListExpression_toString_closure0, D._length_closure2, D._nth_closure0, D._setNth_closure0, D._join_closure0, D._append_closure2, D._zip_closure0, D._zip__closure2, D._zip__closure3, D._zip__closure4, D._index_closure2, D._separator_closure0, D._isBracketed_closure0, D._slash_closure0, 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.listConstructor_closure, D.listConstructor__closure, D.listConstructor_closure1, D.listConstructor_closure2, D.listConstructor_closure4, D.listConstructor_closure5, D.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A._get_closure0, A._set_closure1, A._set__closure2, A._set_closure2, A._set__closure1, A._merge_closure1, A._merge_closure2, A._merge__closure0, A._deepMerge_closure0, A._deepRemove_closure0, A._deepRemove__closure0, A._remove_closure1, A._remove_closure2, A._keys_closure0, A._values_closure0, A._hasKey_closure0, A._modify__modifyNestedMap0, A.mapConstructor_closure, A.mapConstructor__closure, A.mapConstructor__closure0, A.mapConstructor_closure2, A.mapConstructor_closure3, A.mapConstructor_closure4, A.mapConstructor_closure5, K._ceil_closure0, K._clamp_closure0, K._floor_closure0, K._max_closure0, K._min_closure0, K._abs_closure0, K._hypot_closure0, K._hypot__closure0, K._log_closure0, K._pow_closure0, K._sqrt_closure0, K._acos_closure0, K._asin_closure0, K._atan_closure0, K._atan2_closure0, K._cos_closure0, K._sin_closure0, K._tan_closure0, K._compatible_closure0, K._isUnitless_closure0, K._unit_closure0, K._percentage_closure0, K._randomFunction_closure0, K._div_closure0, K._numberFunction_closure0, Q.global_closure57, Q.global_closure58, Q.global_closure59, Q.global_closure60, Q.local_closure1, Q.local_closure2, Q.local__closure0, B.listDir__closure1, B.listDir__closure2, B.listDir_closure_list0, B.listDir__list_closure0, B._render_closure0, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, O.nullConstructor__closure, T.numberConstructor_closure, T.numberConstructor_closure0, T.numberConstructor_closure2, T.numberConstructor_closure4, T._parseNumber_closure, T._parseNumber_closure0, T.SassNumber__coerceOrConvertValue_closure3, T.SassNumber__coerceOrConvertValue_closure5, T.SassNumber_multiplyUnits_closure3, T.SassNumber_multiplyUnits_closure5, T.SassNumber__areAnyConvertible_closure0, T.SassNumber__canonicalizeUnitList_closure0, M.ParentStatement_closure0, M.ParentStatement__closure0, G.Parser_scanIdentChar_matches0, F._PrefixedKeys_iterator_closure0, R._wrapMain_closure, R._wrapMain_closure0, T._nest_closure0, T._nest__closure1, T._append_closure1, T._append__closure1, T._append___closure0, T._extend_closure0, T._replace_closure0, T._unify_closure0, T._isSuperselector_closure0, T._simpleSelectors_closure0, T._simpleSelectors__closure0, T._parse_closure0, N.serialize_closure0, N._SerializeVisitor_visitList_closure2, N._SerializeVisitor_visitList_closure3, N._SerializeVisitor_visitList_closure4, N._SerializeVisitor_visitMap_closure0, N._SerializeVisitor_visitSelectorList_closure0, L.SingleUnitSassNumber__coerceToUnit_closure0, L.SingleUnitSassNumber__coerceValueToUnit_closure0, L.SingleUnitSassNumber_multiplyUnits_closure1, D.SourceMapBuffer_buildSourceMap_closure0, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, D._unquote_closure0, D._quote_closure0, D._length_closure1, D._insert_closure0, D._index_closure1, D._slice_closure0, D._toUpperCase_closure0, D._toLowerCase_closure0, D._uniqueId_closure0, D.stringConstructor_closure, D.stringConstructor_closure0, D.stringConstructor_closure2, V.StylesheetParser_parse__closure2, V.StylesheetParser_expression_addSingleExpression0, V.StylesheetParser_expression_addOperator0, V.StylesheetParser__unicodeRange_closure1, V.StylesheetParser__unicodeRange_closure2, V.StylesheetParser_trySpecialFunction_closure0, Y.TerseLogger_summarize_closure1, Y.TerseLogger_summarize_closure2, R._UnprefixedKeys_iterator_closure1, R._UnprefixedKeys_iterator_closure2, B._exactlyOne_closure0, B.forwardToString_closure, B.indent_closure0, B.flattenVertically_closure1, B.flattenVertically_closure2]);
|
|
93670
|
+
_inheritMany(H.Closure, [H.Closure2Args, H.CastMap_entries_closure, H.Closure0Args, H.ConstantStringMap_values_closure, H.Instantiation, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.initHooks_closure, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._awaitOnObject_closure, P.Future_wait_closure, P._Future__chainForeignFuture_closure, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P.Stream_Stream$fromFuture_closure, P.Stream_length_closure, P._CustomZone_bindUnaryCallback_closure, P._RootZone_bindUnaryCallback_closure, P._HashMap_values_closure, P._LinkedCustomHashMap_closure, P.MapMixin_entries_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri_parseIPv6Address_error, P._Uri__makePath_closure, P._createTables_setChars, P._createTables_setRange, N.ArgParser__addOption_closure, G._Usage__writeOption_closure, G._Usage__buildAllowedList_closure, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, G.StreamQueue__ensureListening_closure, Q.alwaysValid_closure, B.ReplAdapter_runAsync__closure, M.MapKeySet_difference_closure, M.futureToPromise__closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath__splitExtension_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, V.CalculationExpression__verifyArguments_closure, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, V.IfRule_toString_closure, V.IfRuleClause$__closure, V.IfRuleClause$___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, D.PseudoSelector_unify_closure, X._compileStylesheet_closure0, Q.AsyncEnvironment_importForwards_closure, Q.AsyncEnvironment_importForwards_closure0, Q.AsyncEnvironment_importForwards_closure1, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q.AsyncEnvironment_toModule_closure, Q.AsyncEnvironment_toDummyModule_closure, Q.AsyncEnvironment__fromOneModule_closure, Q.AsyncEnvironment__fromOneModule__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_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable$mixin_closure, Q.BuiltInCallable$mixin_closure, U._compileStylesheet_closure, A.Configuration_toString_closure, O.Environment_importForwards_closure, O.Environment_importForwards_closure0, O.Environment_importForwards_closure1, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure0, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O.Environment_toModule_closure, O.Environment_toDummyModule_closure, O.Environment__fromOneModule_closure, O.Environment__fromOneModule__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_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, X.ExtensionStore_extensionsWhereTarget_closure, X.ExtensionStore_addExtensions_closure0, X.ExtensionStore_addExtensions__closure, X.ExtensionStore_addExtensions__closure0, X.ExtensionStore__extendComplex_closure, X.ExtensionStore__extendComplex_closure0, X.ExtensionStore__extendComplex__closure, X.ExtensionStore__extendComplex__closure0, X.ExtensionStore__extendComplex___closure, X.ExtensionStore__extendCompound_closure, X.ExtensionStore__extendCompound_closure0, X.ExtensionStore__extendCompound__closure, X.ExtensionStore__extendCompound__closure0, X.ExtensionStore__extendCompound_closure1, X.ExtensionStore__extendCompound_closure2, X.ExtensionStore__extendCompound_closure3, X.ExtensionStore__extendSimple_withoutPseudo, X.ExtensionStore__extendSimple_closure, X.ExtensionStore__extendSimple_closure0, X.ExtensionStore__extendPseudo_closure, X.ExtensionStore__extendPseudo_closure0, X.ExtensionStore__extendPseudo_closure1, X.ExtensionStore__extendPseudo_closure2, X.ExtensionStore__extendPseudo_closure3, X.ExtensionStore__trim_closure, X.ExtensionStore__trim_closure0, Y.unifyComplex_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._hasRoot_closure, Y.listIsSuperselector_closure, Y.listIsSuperselector__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._selectorPseudoArgs_closure, Y._selectorPseudoArgs_closure0, Y.globalFunctions_closure, K.global_closure, K.global_closure0, K.global_closure1, K.global_closure2, K.global_closure3, K.global_closure4, K.global_closure5, K.global_closure6, K.global_closure7, K.global_closure8, K.global_closure9, K.global_closure10, K.global_closure11, K.global_closure12, K.global_closure13, K.global_closure14, K.global_closure15, K.global_closure16, K.global_closure17, K.global_closure18, K.global_closure19, K.global_closure20, K.global_closure21, K.global_closure22, K.global_closure23, K.global_closure24, K.global__closure, K.global_closure25, K.module_closure, K.module_closure0, K.module_closure1, K.module_closure2, K.module_closure3, K.module_closure4, K.module_closure5, K.module_closure6, K.module__closure, K.module_closure7, K._red_closure, K._green_closure, K._blue_closure, K._mix_closure, K._hue_closure, K._saturation_closure, K._lightness_closure, K._complement_closure, K._adjust_closure, K._scale_closure, K._change_closure, K._ieHexStr_closure, K._ieHexStr_closure_hexString, K._updateComponents_getParam, K._updateComponents_closure, K._updateComponents_updateValue, K._functionString_closure, K._removedColorFunction_closure, K._rgb_closure, K._hsl_closure, K._removeUnits_closure, K._removeUnits_closure0, K._hwb_closure, K._parseChannels_closure, D._length_closure0, D._nth_closure, D._setNth_closure, D._join_closure, D._append_closure0, D._zip_closure, D._zip__closure, D._zip__closure0, D._zip__closure1, D._index_closure0, D._separator_closure, D._isBracketed_closure, D._slash_closure, A._get_closure, A._set_closure, A._set__closure0, A._set_closure0, A._set__closure, A._merge_closure, A._merge_closure0, A._merge__closure, A._deepMerge_closure, A._deepRemove_closure, A._deepRemove__closure, A._remove_closure, A._remove_closure0, A._keys_closure, A._values_closure, A._hasKey_closure, A._modify__modifyNestedMap, K._ceil_closure, K._clamp_closure, K._floor_closure, K._max_closure, K._min_closure, K._abs_closure, K._hypot_closure, K._hypot__closure, K._log_closure, K._pow_closure, K._sqrt_closure, K._acos_closure, K._asin_closure, K._atan_closure, K._atan2_closure, K._cos_closure, K._sin_closure, K._tan_closure, K._compatible_closure, K._isUnitless_closure, K._unit_closure, K._percentage_closure, K._randomFunction_closure, K._div_closure, K._numberFunction_closure, Q.global_closure26, Q.global_closure27, Q.global_closure28, Q.global_closure29, Q.local_closure, Q.local_closure0, Q.local__closure, T._nest_closure, T._nest__closure, T._append_closure, T._append__closure, T._append___closure, T._extend_closure, T._replace_closure, T._unify_closure, T._isSuperselector_closure, T._simpleSelectors_closure, T._simpleSelectors__closure, T._parse_closure, D._unquote_closure, D._quote_closure, D._length_closure, D._insert_closure, D._index_closure, D._slice_closure, D._toUpperCase_closure, D._toLowerCase_closure, D._uniqueId_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, F.FilesystemImporter_canonicalize_closure, B._exactlyOne_closure, F._realCasePath_helper, F._realCasePath_helper__closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, Y.TerseLogger_summarize_closure, Y.TerseLogger_summarize_closure0, Q._disallowedFunctionNames_closure, G.Parser_scanIdentChar_matches, V.StylesheetParser_parse__closure0, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_trySpecialFunction_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.flattenVertically_closure, B.flattenVertically_closure0, V.SassCalculation__verifyLength_closure, K.SassColor_SassColor$hwb_toRgb, D.SassList_isBlank_closure, T.SassNumber__coerceOrConvertValue_closure, T.SassNumber__coerceOrConvertValue_closure1, T.SassNumber_multiplyUnits_closure, T.SassNumber_multiplyUnits_closure1, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalizeUnitList_closure, L.SingleUnitSassNumber__coerceToUnit_closure, L.SingleUnitSassNumber__coerceValueToUnit_closure, L.SingleUnitSassNumber_multiplyUnits_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_closure17, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure3, E._EvaluateVisitor__loadModule__closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitDeclaration_closure1, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitAtRule_closure4, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure1, E._EvaluateVisitor_visitForwardRule_closure2, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport__closure3, E._EvaluateVisitor__visitDynamicImport__closure4, E._EvaluateVisitor__visitDynamicImport__closure5, E._EvaluateVisitor__visitStaticImport_closure0, E._EvaluateVisitor_visitIncludeRule_closure6, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor_visitMediaRule_closure4, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runBuiltInCallable_closure4, E._EvaluateVisitor__evaluateArguments_closure3, E._EvaluateVisitor__evaluateArguments_closure4, E._EvaluateVisitor__evaluateArguments_closure6, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssMediaRule_closure4, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__withoutSlash_recommendation0, E._EvaluateVisitor__stackFrame_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_closure7, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure0, R._EvaluateVisitor__loadModule__closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule_closure1, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitForwardRule_closure0, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor__visitDynamicImport__closure0, R._EvaluateVisitor__visitDynamicImport__closure1, R._EvaluateVisitor__visitStaticImport_closure, R._EvaluateVisitor_visitIncludeRule_closure2, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule_closure1, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runBuiltInCallable_closure1, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateArguments_closure0, R._EvaluateVisitor__evaluateArguments_closure2, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule_closure1, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__withoutSlash_recommendation, R._EvaluateVisitor__stackFrame_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_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, A.StatementSearchVisitor_visitIfRule_closure, A.StatementSearchVisitor_visitIfRule__closure0, A.StatementSearchVisitor_visitIfRule_closure0, A.StatementSearchVisitor_visitIfRule__closure, A.StatementSearchVisitor_visitChildren_closure, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_Chain$parse_closure1, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, Y.Trace__parseVM_closure, Y.Trace__parseVM_closure0, 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.TransformByHandlers_transformByHandlers__closure, R.RateLimit__debounceAggregate_closure0, B.ArgumentDeclaration_verify_closure1, B.ArgumentDeclaration_verify_closure2, S.AsyncBuiltInCallable$mixin_closure0, X._compileStylesheet_closure2, Q.AsyncEnvironment_importForwards_closure2, Q.AsyncEnvironment_importForwards_closure3, Q.AsyncEnvironment_importForwards_closure4, Q.AsyncEnvironment__getVariableFromGlobalModule_closure0, Q.AsyncEnvironment_setVariable_closure3, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure0, Q.AsyncEnvironment__getMixinFromGlobalModule_closure0, Q.AsyncEnvironment_toModule_closure0, Q.AsyncEnvironment_toDummyModule_closure0, Q.AsyncEnvironment__fromOneModule_closure0, Q.AsyncEnvironment__fromOneModule__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_closure37, E._EvaluateVisitor_closure38, E._EvaluateVisitor__closure9, E._EvaluateVisitor__loadModule__closure2, E._EvaluateVisitor__combineCss_closure8, E._EvaluateVisitor__combineCss_closure9, E._EvaluateVisitor__combineCss_closure10, E._EvaluateVisitor__extendModules_closure5, E._EvaluateVisitor__topologicalModules_visitModule2, E._EvaluateVisitor__scopeForAtRoot_closure17, E._EvaluateVisitor__scopeForAtRoot_closure18, E._EvaluateVisitor__scopeForAtRoot_closure19, E._EvaluateVisitor__scopeForAtRoot_closure20, E._EvaluateVisitor__scopeForAtRoot_closure21, E._EvaluateVisitor__scopeForAtRoot_closure22, E._EvaluateVisitor_visitDeclaration_closure5, E._EvaluateVisitor_visitEachRule_closure8, E._EvaluateVisitor_visitEachRule_closure9, E._EvaluateVisitor_visitEachRule__closure2, E._EvaluateVisitor_visitEachRule___closure2, E._EvaluateVisitor_visitAtRule_closure8, E._EvaluateVisitor_visitAtRule_closure10, E._EvaluateVisitor_visitForRule__closure2, E._EvaluateVisitor_visitForwardRule_closure5, E._EvaluateVisitor_visitForwardRule_closure6, E._EvaluateVisitor_visitIfRule__closure2, E._EvaluateVisitor__visitDynamicImport__closure11, E._EvaluateVisitor__visitDynamicImport__closure12, E._EvaluateVisitor__visitDynamicImport__closure13, E._EvaluateVisitor__visitStaticImport_closure2, E._EvaluateVisitor_visitIncludeRule_closure14, E._EvaluateVisitor_visitMediaRule_closure8, E._EvaluateVisitor_visitMediaRule_closure10, E._EvaluateVisitor_visitStyleRule_closure22, E._EvaluateVisitor_visitStyleRule_closure26, E._EvaluateVisitor_visitSupportsRule_closure6, E._EvaluateVisitor_visitUseRule_closure2, E._EvaluateVisitor_visitWhileRule__closure2, E._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation2, E._EvaluateVisitor_visitListExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable____closure2, E._EvaluateVisitor__runBuiltInCallable_closure10, E._EvaluateVisitor__evaluateArguments_closure11, E._EvaluateVisitor__evaluateArguments_closure12, E._EvaluateVisitor__evaluateArguments_closure14, E._EvaluateVisitor__evaluateMacroArguments_closure11, E._EvaluateVisitor__evaluateMacroArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure14, E._EvaluateVisitor_visitStringExpression_closure2, E._EvaluateVisitor_visitCssAtRule_closure6, E._EvaluateVisitor_visitCssKeyframeBlock_closure6, E._EvaluateVisitor_visitCssMediaRule_closure8, E._EvaluateVisitor_visitCssMediaRule_closure10, E._EvaluateVisitor_visitCssStyleRule_closure6, E._EvaluateVisitor_visitCssSupportsRule_closure6, E._EvaluateVisitor__performInterpolation_closure2, E._EvaluateVisitor__withoutSlash_recommendation2, E._EvaluateVisitor__stackFrame_closure2, E._EvaluateVisitor__stackTrace_closure2, E._ImportedCssVisitor_visitCssAtRule_closure2, E._ImportedCssVisitor_visitCssMediaRule_closure2, E._ImportedCssVisitor_visitCssStyleRule_closure2, E._ImportedCssVisitor_visitCssSupportsRule_closure2, O.AsyncImportCache_humanize_closure2, O.AsyncImportCache_humanize_closure3, O.AsyncImportCache_humanize_closure4, Z.booleanConstructor__closure, Z.booleanConstructor__closure0, Q.BuiltInCallable$mixin_closure0, V.CalculationExpression__verifyArguments_closure0, V.SassCalculation__verifyLength_closure0, K.global_closure30, K.global_closure31, K.global_closure32, K.global_closure33, K.global_closure34, K.global_closure35, K.global_closure36, K.global_closure37, K.global_closure38, K.global_closure39, K.global_closure40, K.global_closure41, K.global_closure42, K.global_closure43, K.global_closure44, K.global_closure45, K.global_closure46, K.global_closure47, K.global_closure48, K.global_closure49, K.global_closure50, K.global_closure51, K.global_closure52, K.global_closure53, K.global_closure54, K.global_closure55, K.global__closure0, K.global_closure56, K.module_closure8, K.module_closure9, K.module_closure10, K.module_closure11, K.module_closure12, K.module_closure13, K.module_closure14, K.module_closure15, K.module__closure0, K.module_closure16, K._red_closure0, K._green_closure0, K._blue_closure0, K._mix_closure0, K._hue_closure0, K._saturation_closure0, K._lightness_closure0, K._complement_closure0, K._adjust_closure0, K._scale_closure0, K._change_closure0, K._ieHexStr_closure0, K._ieHexStr_closure_hexString0, K._updateComponents_getParam0, K._updateComponents_closure0, K._updateComponents_updateValue0, K._functionString_closure0, K._removedColorFunction_closure0, K._rgb_closure0, K._hsl_closure0, K._removeUnits_closure1, K._removeUnits_closure2, K._hwb_closure0, K._parseChannels_closure0, K.colorConstructor_closure, K.colorConstructor_closure0, K.colorConstructor_closure1, K.colorConstructor_closure2, K.colorConstructor_closure3, K.colorConstructor_closure8, K.SassColor_SassColor$hwb_toRgb0, U._compileStylesheet_closure1, S.ComplexSelector_isInvisible_closure0, X.CompoundSelector_isInvisible_closure0, A.Configuration_toString_closure0, Q._disallowedFunctionNames_closure0, V.EachRule_toString_closure0, O.Environment_importForwards_closure2, O.Environment_importForwards_closure3, O.Environment_importForwards_closure4, O.Environment__getVariableFromGlobalModule_closure0, O.Environment_setVariable_closure3, O.Environment__getFunctionFromGlobalModule_closure0, O.Environment__getMixinFromGlobalModule_closure0, O.Environment_toModule_closure0, O.Environment_toDummyModule_closure0, O.Environment__fromOneModule_closure0, O.Environment__fromOneModule__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_closure27, R._EvaluateVisitor_closure28, R._EvaluateVisitor__closure6, R._EvaluateVisitor__loadModule__closure1, R._EvaluateVisitor__combineCss_closure5, R._EvaluateVisitor__combineCss_closure6, R._EvaluateVisitor__combineCss_closure7, R._EvaluateVisitor__extendModules_closure3, R._EvaluateVisitor__topologicalModules_visitModule1, R._EvaluateVisitor__scopeForAtRoot_closure11, R._EvaluateVisitor__scopeForAtRoot_closure12, R._EvaluateVisitor__scopeForAtRoot_closure13, R._EvaluateVisitor__scopeForAtRoot_closure14, R._EvaluateVisitor__scopeForAtRoot_closure15, R._EvaluateVisitor__scopeForAtRoot_closure16, R._EvaluateVisitor_visitDeclaration_closure3, R._EvaluateVisitor_visitEachRule_closure5, R._EvaluateVisitor_visitEachRule_closure6, R._EvaluateVisitor_visitEachRule__closure1, R._EvaluateVisitor_visitEachRule___closure1, R._EvaluateVisitor_visitAtRule_closure5, R._EvaluateVisitor_visitAtRule_closure7, R._EvaluateVisitor_visitForRule__closure1, R._EvaluateVisitor_visitForwardRule_closure3, R._EvaluateVisitor_visitForwardRule_closure4, R._EvaluateVisitor_visitIfRule__closure1, R._EvaluateVisitor__visitDynamicImport__closure7, R._EvaluateVisitor__visitDynamicImport__closure8, R._EvaluateVisitor__visitDynamicImport__closure9, R._EvaluateVisitor__visitStaticImport_closure1, R._EvaluateVisitor_visitIncludeRule_closure10, R._EvaluateVisitor_visitMediaRule_closure5, R._EvaluateVisitor_visitMediaRule_closure7, R._EvaluateVisitor_visitStyleRule_closure15, R._EvaluateVisitor_visitStyleRule_closure19, R._EvaluateVisitor_visitSupportsRule_closure4, R._EvaluateVisitor_visitUseRule_closure1, R._EvaluateVisitor_visitWhileRule__closure1, R._EvaluateVisitor_visitBinaryOperationExpression_closure_recommendation1, R._EvaluateVisitor_visitListExpression_closure1, R._EvaluateVisitor__runUserDefinedCallable____closure1, R._EvaluateVisitor__runBuiltInCallable_closure7, R._EvaluateVisitor__evaluateArguments_closure7, R._EvaluateVisitor__evaluateArguments_closure8, R._EvaluateVisitor__evaluateArguments_closure10, R._EvaluateVisitor__evaluateMacroArguments_closure7, R._EvaluateVisitor__evaluateMacroArguments_closure8, R._EvaluateVisitor__evaluateMacroArguments_closure10, R._EvaluateVisitor_visitStringExpression_closure1, R._EvaluateVisitor_visitCssAtRule_closure4, R._EvaluateVisitor_visitCssKeyframeBlock_closure4, R._EvaluateVisitor_visitCssMediaRule_closure5, R._EvaluateVisitor_visitCssMediaRule_closure7, R._EvaluateVisitor_visitCssStyleRule_closure4, R._EvaluateVisitor_visitCssSupportsRule_closure4, R._EvaluateVisitor__performInterpolation_closure1, R._EvaluateVisitor__withoutSlash_recommendation1, R._EvaluateVisitor__stackFrame_closure1, R._EvaluateVisitor__stackTrace_closure1, R._ImportedCssVisitor_visitCssAtRule_closure1, R._ImportedCssVisitor_visitCssMediaRule_closure1, R._ImportedCssVisitor_visitCssStyleRule_closure1, R._ImportedCssVisitor_visitCssSupportsRule_closure1, X.ExtensionStore_extensionsWhereTarget_closure0, X.ExtensionStore_addExtensions_closure2, X.ExtensionStore_addExtensions__closure2, X.ExtensionStore_addExtensions__closure3, X.ExtensionStore__extendComplex_closure1, X.ExtensionStore__extendComplex_closure2, X.ExtensionStore__extendComplex__closure1, X.ExtensionStore__extendComplex__closure2, X.ExtensionStore__extendComplex___closure0, X.ExtensionStore__extendCompound_closure4, X.ExtensionStore__extendCompound_closure5, X.ExtensionStore__extendCompound__closure1, X.ExtensionStore__extendCompound__closure2, X.ExtensionStore__extendCompound_closure6, X.ExtensionStore__extendCompound_closure7, X.ExtensionStore__extendCompound_closure8, X.ExtensionStore__extendSimple_withoutPseudo0, X.ExtensionStore__extendSimple_closure1, X.ExtensionStore__extendSimple_closure2, X.ExtensionStore__extendPseudo_closure4, X.ExtensionStore__extendPseudo_closure5, X.ExtensionStore__extendPseudo_closure6, X.ExtensionStore__extendPseudo_closure7, X.ExtensionStore__extendPseudo_closure8, X.ExtensionStore__trim_closure1, X.ExtensionStore__trim_closure2, F.FilesystemImporter_canonicalize_closure0, Y.unifyComplex_closure0, 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._hasRoot_closure0, Y.listIsSuperselector_closure0, Y.listIsSuperselector__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._selectorPseudoArgs_closure1, Y._selectorPseudoArgs_closure2, Y.globalFunctions_closure0, N.IDSelector_unify_closure0, V.IfRule_toString_closure0, V.IfRuleClause$__closure0, V.IfRuleClause$___closure0, F.NodeImporter__tryPath_closure0, R.ImportCache_humanize_closure2, R.ImportCache_humanize_closure3, R.ImportCache_humanize_closure4, X.Interpolation_toString_closure0, F._realCasePath_helper0, F._realCasePath_helper__closure0, D.ListExpression_toString_closure0, D._length_closure2, D._nth_closure0, D._setNth_closure0, D._join_closure0, D._append_closure2, D._zip_closure0, D._zip__closure2, D._zip__closure3, D._zip__closure4, D._index_closure2, D._separator_closure0, D._isBracketed_closure0, D._slash_closure0, 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.listConstructor_closure, D.listConstructor__closure, D.listConstructor_closure1, D.listConstructor_closure2, D.listConstructor_closure4, D.listConstructor_closure5, D.SassList_isBlank_closure0, A.MapExpression_toString_closure0, A._get_closure0, A._set_closure1, A._set__closure2, A._set_closure2, A._set__closure1, A._merge_closure1, A._merge_closure2, A._merge__closure0, A._deepMerge_closure0, A._deepRemove_closure0, A._deepRemove__closure0, A._remove_closure1, A._remove_closure2, A._keys_closure0, A._values_closure0, A._hasKey_closure0, A._modify__modifyNestedMap0, A.mapConstructor_closure, A.mapConstructor__closure, A.mapConstructor__closure0, A.mapConstructor_closure2, A.mapConstructor_closure3, A.mapConstructor_closure4, A.mapConstructor_closure5, K._ceil_closure0, K._clamp_closure0, K._floor_closure0, K._max_closure0, K._min_closure0, K._abs_closure0, K._hypot_closure0, K._hypot__closure0, K._log_closure0, K._pow_closure0, K._sqrt_closure0, K._acos_closure0, K._asin_closure0, K._atan_closure0, K._atan2_closure0, K._cos_closure0, K._sin_closure0, K._tan_closure0, K._compatible_closure0, K._isUnitless_closure0, K._unit_closure0, K._percentage_closure0, K._randomFunction_closure0, K._div_closure0, K._numberFunction_closure0, Q.global_closure57, Q.global_closure58, Q.global_closure59, Q.global_closure60, Q.local_closure1, Q.local_closure2, Q.local__closure0, B.listDir__closure1, B.listDir__closure2, B.listDir_closure_list0, B.listDir__list_closure0, B._render_closure0, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, O.nullConstructor__closure, T.numberConstructor_closure, T.numberConstructor_closure0, T.numberConstructor_closure2, T.numberConstructor_closure4, T._parseNumber_closure, T._parseNumber_closure0, T.SassNumber__coerceOrConvertValue_closure3, T.SassNumber__coerceOrConvertValue_closure5, T.SassNumber_multiplyUnits_closure3, T.SassNumber_multiplyUnits_closure5, T.SassNumber__areAnyConvertible_closure0, T.SassNumber__canonicalizeUnitList_closure0, M.ParentStatement_closure0, M.ParentStatement__closure0, G.Parser_scanIdentChar_matches0, F._PrefixedKeys_iterator_closure0, D.PseudoSelector_unify_closure0, R._wrapMain_closure, R._wrapMain_closure0, T._nest_closure0, T._nest__closure1, T._append_closure1, T._append__closure1, T._append___closure0, T._extend_closure0, T._replace_closure0, T._unify_closure0, T._isSuperselector_closure0, T._simpleSelectors_closure0, T._simpleSelectors__closure0, T._parse_closure0, N.serialize_closure0, N._SerializeVisitor_visitList_closure2, N._SerializeVisitor_visitList_closure3, N._SerializeVisitor_visitList_closure4, N._SerializeVisitor_visitMap_closure0, N._SerializeVisitor_visitSelectorList_closure0, L.SingleUnitSassNumber__coerceToUnit_closure0, L.SingleUnitSassNumber__coerceValueToUnit_closure0, L.SingleUnitSassNumber_multiplyUnits_closure1, D.SourceMapBuffer_buildSourceMap_closure0, A.StatementSearchVisitor_visitIfRule_closure1, A.StatementSearchVisitor_visitIfRule__closure2, A.StatementSearchVisitor_visitIfRule_closure2, A.StatementSearchVisitor_visitIfRule__closure1, A.StatementSearchVisitor_visitChildren_closure0, D._unquote_closure0, D._quote_closure0, D._length_closure1, D._insert_closure0, D._index_closure1, D._slice_closure0, D._toUpperCase_closure0, D._toLowerCase_closure0, D._uniqueId_closure0, D.stringConstructor_closure, D.stringConstructor_closure0, D.stringConstructor_closure2, V.StylesheetParser_parse__closure2, V.StylesheetParser_expression_addSingleExpression0, V.StylesheetParser_expression_addOperator0, V.StylesheetParser__unicodeRange_closure1, V.StylesheetParser__unicodeRange_closure2, V.StylesheetParser_trySpecialFunction_closure0, Y.TerseLogger_summarize_closure1, Y.TerseLogger_summarize_closure2, R._UnprefixedKeys_iterator_closure1, R._UnprefixedKeys_iterator_closure2, B._exactlyOne_closure0, B.forwardToString_closure, B.indent_closure0, B.flattenVertically_closure1, B.flattenVertically_closure2]);
|
|
93553
93671
|
_inheritMany(H.Closure2Args, [H._CastListBase_sort_closure, H.CastMap_forEach_closure, H.Primitives_functionNoSuchMethod_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure0, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P.Future_wait_handleError, P._Future__chainForeignFuture_closure0, P.Stream_Stream$fromFuture_closure0, P._HashMap_addAll_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_parseHex, P._createTables_build, G.Parser_parse_closure, G.StreamQueue__ensureListening_closure1, M.futureToPromise_closure, K.PathMap__create_closure, X.ExtensionStore_addExtensions_closure, X.ExtensionStore_addExtensions__closure1, X.ExtensionStore_clone_closure, Y._weaveParents_closure, Y.paths_closure, K._updateComponents_updateRgb, A._deepMergeImpl_closure, T._nest__closure0, T._append__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_closure0, 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, M.StylesheetGraph__recanonicalizeImportsForNode_closure, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, A.SassMap_asList_closure, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber__canonicalMultiplier_closure, E._EvaluateVisitor__closure2, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__evaluateArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__addRestMap_closure, T.SingleMapping_toJson_closure0, U.Highlighter__collateLines_closure0, A.Frame_Frame$parseV8_closure_parseLocation, L.TransformByHandlers_transformByHandlers__closure1, R.RateLimit__debounceAggregate_closure, E._EvaluateVisitor__closure8, E._EvaluateVisitor__withWarnCallback_closure2, E._EvaluateVisitor__evaluateArguments_closure13, E._EvaluateVisitor__evaluateMacroArguments_closure13, E._EvaluateVisitor__addRestMap_closure2, K._updateComponents_updateRgb0, K.colorConstructor_closure4, K.colorConstructor_closure5, K.colorConstructor_closure6, K.colorConstructor_closure7, R._EvaluateVisitor__closure5, R._EvaluateVisitor__withWarnCallback_closure1, R._EvaluateVisitor__evaluateArguments_closure9, R._EvaluateVisitor__evaluateMacroArguments_closure9, R._EvaluateVisitor__addRestMap_closure1, X.ExtensionStore_addExtensions_closure1, X.ExtensionStore_addExtensions__closure4, X.ExtensionStore_clone_closure0, Y._weaveParents_closure6, Y.paths_closure0, D.listConstructor_closure0, D.listConstructor_closure3, A._deepMergeImpl_closure0, A.mapConstructor_closure0, A.mapConstructor_closure1, A.SassMap_asList_closure0, B._render_closure1, B._parseFunctions_closure, T.numberConstructor_closure1, T.numberConstructor_closure3, T.SassNumber_plus_closure0, T.SassNumber_minus_closure0, T.SassNumber__canonicalMultiplier_closure0, U.main_printError, T._nest__closure2, T._append__closure2, D.stringConstructor_closure1, 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_closure2, 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, B.createClass_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_backtrack0, B.mapAddAll2_closure0]);
|
|
93554
93672
|
_inherit(H.CastList, H._CastListBase);
|
|
93555
93673
|
_inherit(P.MapBase, P.MapMixin);
|
|
@@ -93705,7 +93823,7 @@ self.fs = require("fs");
|
|
|
93705
93823
|
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
|
|
93706
93824
|
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"},
|
|
93707
93825
|
mangledNames: {},
|
|
93708
|
-
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "String(String)", "bool(String)", "bool(CssNode)", "bool(CssNode0)", "SassNumber0(List<Value0>)", "SassNumber(List<Value>)", "bool(Object?)", "int()", "SassString0(List<Value0>)", "SassString(List<Value>)", "bool(SimpleSelector)", "bool(ComplexSelector0)", "bool(ComplexSelector)", "bool(SimpleSelector0)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "String()", "bool()", "Null(~())", "bool(int?)", "~(Object?)", "Value()", "Future<Null>(Future<~>())", "FileSpan()", "SassMap0(List<Value0>)", "Future<~>()", "Value?()", "Value0(Value0)", "SassMap(List<Value>)", "Value(Value)", "Value0?()", "bool(num,num)", "int(num)", "Value0()", "String?()", "String(Object)", "List<String>()", "SelectorList()", "SelectorList0()", "ValueExpression(Value)", "~(Value,Value)", "ValueExpression0(Value0)", "~(Value)", "num(num,num)", "~(Value0)", "bool(int)", "~(Value0,Value0)", "Future<Value>()", "Frame(String)", "Future<Value0?>()", "Future<Value0>()", "bool(Value)", "Future<Value?>()", "Frame()", "bool(Value0)", "~(Module0<Callable0>)", "~(Module<Callable>)", "~(Object,StackTrace)", "@(@)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Future<Value0?>(Statement0)", "Null([Object?])", "SassRuntimeException(AstNode)", "Stylesheet?()", "num(num)", "String(int)", "Future<Value?>(Statement)", "@()", "List<CssMediaQuery>?(List<CssMediaQuery>)", "bool(SelectorList)", "~(String,Value0)", "bool(SelectorList0)", "~(String,Value)", "int(Uri)", "Future<String>(Object?)", "Uri(Uri)", "Null(Object,StackTrace)", "Null(_NodeSassColor,num)", "Value?(Statement)", "Object()", "ComplexSelector(List<ComplexSelectorComponent>)", "Value0?(Statement0)", "ComplexSelector0(List<ComplexSelectorComponent0>)", "SassRuntimeException0(AstNode0)", "Declaration0(List<Statement0>,FileSpan)", "String(@)", "Declaration(List<Statement>,FileSpan)", "~(String,bool)", "String(Expression0)", "~(~())", "Future<Value0>(List<Value0>)", "bool(_Highlight)", "AtRootQuery0()", "Callable?()", "Null(Module<AsyncCallable>)", "AsyncCallable?()", "bool(Object)", "List<CssMediaQuery>()", "Null(Module0<AsyncCallable0>)", "AtRootQuery()", "List<CssMediaQuery0>()", "~(Object)", "~(String)", "AsyncCallable0?()", "Tuple3<Importer,Uri,Uri>?()", "num(Value)", "List<ComplexSelectorComponent>(List<ComplexSelectorComponent>)", "Map<ComplexSelector,Extension>()", "bool(Module<Callable>)", "Iterable<String>(Module0<AsyncCallable0>)", "Statement()", "Iterable<String>(Module<Callable>)", "bool(Module<AsyncCallable>)", "num(Value0)", "int(_NodeSassColor)", "Iterable<String>(Module<AsyncCallable>)", "bool(ComplexSelectorComponent0)", "bool(Module0<AsyncCallable0>)", "bool(Module0<Callable0>)", "Callable0?()", "ComplexSelector(ComplexSelector)", "Iterable<ComplexSelector>(ComplexSelector)", "Map<ComplexSelector0,Extension0>()", "bool(ComplexSelectorComponent)", "String(Expression)", "List<ComplexSelectorComponent0>(List<ComplexSelectorComponent0>)", "bool(@)", "~(@)", "Iterable<ComplexSelector0>(ComplexSelector0)", "ComplexSelector0(ComplexSelector0)", "Statement0()", "Null(@)", "Iterable<String>(Module0<Callable0>)", "Value0(int)", "bool(UseRule)", "bool(String?)", "~(Object[StackTrace?])", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "bool(Statement)", "bool(Import)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "int(int)", "~(@,@)", "VariableDeclaration()", "~(Object?,Object?)", "AtRootRule(List<Statement>,FileSpan)", "AtRule(List<Statement>,FileSpan)", "Entry(Entry)", "num(num,String)", "AstNode(AstNode)", "SassFunction(List<Value>)", "~(Module<AsyncCallable>)", "AsyncCallable?(Module<AsyncCallable>)", "MapKeySet<Module<AsyncCallable>>(Map<Module<AsyncCallable>,AstNode>)", "List<ExtensionStore>()", "bool(ModifiableCssParentNode)", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "Future<SassNumber>()", "Object(Object)", "bool(ForwardRule)", "Uri?/()", "Future<Object>()", "Future<Value>(List<Value>)", "AstNode?()", "String(SassNumber)", "Frame(Tuple2<String,AstNode>)", "SassNumber()", "Callable?(Module<Callable>)", "Trace(String)", "int(Frame)", "String(Frame)", "MapKeySet<Module<Callable>>(Map<Module<Callable>,AstNode>)", "Trace()", "~([Object?])", "bool(Frame)", "AsyncCallable0?(Module0<AsyncCallable0>)", "MapKeySet<Module0<AsyncCallable0>>(Map<Module0<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "Map<String,Callable>(Module<Callable>)", "AstNode0(AstNode0)", "SassFunction0(List<Value0>)", "~(Uint8List,String,int)", "~(Module0<AsyncCallable0>)", "~(Iterable<ExtensionStore>)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "~(String,@)", "List<Extension>()", "int(Object?)", "bool(UseRule0)", "bool(ForwardRule0)", "AstNode0?()", "String(SassNumber0)", "Frame(Tuple2<String,AstNode0>)", "0&([@])()", "0&([@])", "~(Iterable<ExtensionStore0>)", "Iterable<ComplexSelectorComponent>(List<List<ComplexSelectorComponent>>)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode0>)", "Map<String,Callable0>(Module0<Callable0>)", "bool(Queue<Object?>)", "SassNumber0()", "List<Extension0>()", "Iterable<ComplexSelectorComponent0>(List<List<ComplexSelectorComponent0>>)", "bool(Statement0)", "bool(Import0)", "num?(String,num{assertPercent:bool,checkPercent:bool})", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "String(_NodeSassNumber)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "String(_NodeSassString)", "num(num,num?,num)", "int(int,num?)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "bool(Object?,Object?)", "Future<SassNumber0>()", "SourceFile?(int)", "SassNumber(Value)", "@(String)", "Value(Object)", "Null(@,StackTrace)", "Future<CssValue<String>>(SupportsCondition)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Set<0^>()<Object?>", "Future<Stylesheet?>()", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "bool(List<Value>)", "Future<Value>(Expression)", "Value/()", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "~(String,int)", "SassList(ComplexSelector)", "String(BuiltInCallable)", "SassString(ComplexSelectorComponent)", "~(String[@])", "Set<0^>()<Object?>", "List<CssMediaQuery>(Interpolation)", "String(SupportsCondition)", "String(MapEntry<String,ConfiguredValue>)", "~(List<Value>)", "int(int,int)", "EvaluateResult()", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "Value?(Module<Callable>)", "CssValue<String>(Interpolation)", "CompoundSelector()", "CssValue<String>(SupportsCondition)", "UserDefinedCallable<Environment>(ContentBlock)", "Module<Callable>?(Module<Callable>)", "Value(Expression)", "~(ContentBlock)", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "SourceFile()", "String(String?)", "String?(SourceFile?)", "int(_Line)", "Statement({root:bool})", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "String(String{color:@})", "bool(String?,String?)", "List<Frame>(Trace)", "int(Trace)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "String(Trace)", "NumberExpression()", "Stylesheet()", "Frame(String,String)", "Statement?()", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "Frame(Frame)", "Future<~>?()", "String(Argument0)", "Map<String,Value>(Module<Callable>)", "Map<String,AstNode>(Module<Callable>)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "SassString(SimpleSelector)", "UseRule()", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "String(Tuple2<Expression,Expression>)", "SimpleSelector(SimpleSelector)", "Future<List<CssMediaQuery0>>(Interpolation0)", "Future<String>(SupportsCondition0)", "StyleRule(List<Statement>,FileSpan)", "Uint8List(@,@)", "ArgParser()", "int(String?)", "EachRule(List<Statement>,FileSpan)", "Future<~>(List<Value0>)", "Future<~>(String)", "FunctionRule(List<Statement>,FileSpan)", "Future<EvaluateResult0>()", "List<WatchEvent>(List<WatchEvent>)", "ForRule(List<Statement>,FileSpan)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "ContentBlock(List<Statement>,FileSpan)", "bool(Extension)", "MediaRule(List<Statement>,FileSpan)", "Future<CssValue0<Value0>>(Expression0)", "Set<ModifiableCssValue<SelectorList>>()", "MixinRule(List<Statement>,FileSpan)", "Future<Value0?>(Value0)", "~([Future<~>?])", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "Future<CssValue0<String>>(Interpolation0)", "~(ComplexSelector,Extension)", "SupportsRule(List<Statement>,FileSpan)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "WhileRule(List<Statement>,FileSpan)", "~(Expression)", "Future<CssValue0<String>>(SupportsCondition0)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "~(Set<ModifiableCssValue<SelectorList>>)", "List<ComplexSelector>(ComplexSelectorComponent)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "List<ComplexSelectorComponent>(ComplexSelector)", "ComplexSelector(Extender)", "Future<Value0>(Expression0)", "Value0/()", "List<ComplexSelector>?(List<Extender>)", "List<SimpleSelector>(Extender)", "List<ComplexSelector>(List<ComplexSelector>)", "~(BinaryOperator)", "~(int,@)", "StringExpression(Interpolation)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "DateTime(StylesheetNode)", "~(Uri,StylesheetNode?)", "List<Extender>?(SimpleSelector)", "Object(Value0)", "List<Extender>(PseudoSelector)", "List<List<Extender>>(List<Extender>)", "List<ComplexSelector>(ComplexSelector)", "PseudoSelector(ComplexSelector)", "String(Value0)", "0&(List<Value0>)", "~(SimpleSelector,Set<ModifiableCssValue<SelectorList>>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "~(String,Option)", "num(_NodeSassColor)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "String(_NodeSassColor)", "bool(Queue<List<ComplexSelectorComponent>>)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "bool(Tuple3<Importer,Uri,Uri>)", "Value?(Module<AsyncCallable>)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "~(Symbol0,@)", "SassScriptException()", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "Uri(Tuple3<Importer,Uri,Uri>)", "SingleUnitSassNumber(num)", "List<CssMediaQuery0>(Interpolation0)", "String(SupportsCondition0)", "bool(List<Iterable<ComplexSelectorComponent>>)", "~(List<Value0>)", "List<ComplexSelectorComponent>(List<Iterable<ComplexSelectorComponent>>)", "EvaluateResult0()", "Module0<Callable0>(Module0<Callable0>)", "CssValue0<Value0>(Expression0)", "Value0?(Value0)", "Iterable<ComplexSelectorComponent>(Iterable<ComplexSelectorComponent>)", "CssValue0<String>(Interpolation0)", "Future<List<CssMediaQuery>>(Interpolation)", "CssValue0<String>(SupportsCondition0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "bool(Extension0)", "Set<ModifiableCssValue0<SelectorList0>>()", "_Future<@>(@)", "Future<String>(SupportsCondition)", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "0&(List<Value>)", "Null(Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>)", "Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>?(List<Extension0>)", "~(Set<ModifiableCssValue0<SelectorList0>>)", "List<ComplexSelector0>(ComplexSelectorComponent0)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "List<ComplexSelectorComponent0>(ComplexSelector0)", "bool(PseudoSelector)", "SelectorList?(PseudoSelector)", "ComplexSelector0(Extender0)", "List<ComplexSelector0>?(List<Extender0>)", "List<SimpleSelector0>(Extender0)", "List<ComplexSelector0>(List<ComplexSelector0>)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableCssValue0<SelectorList0>>)", "Null(@,@)", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "List<Value>(Value)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "List<ComplexSelectorComponent0>(List<Iterable<ComplexSelectorComponent0>>)", "Iterable<ComplexSelectorComponent0>(Iterable<ComplexSelectorComponent0>)", "Future<@>?()", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(IfClause0)", "String(IfClause)", "Module<AsyncCallable>?(Module<AsyncCallable>)", "Tuple2<String,String>(String)", "Tuple3<Importer0,Uri,Uri>?()", "Stylesheet0?()", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "@(@,String)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "SassString0(ComplexSelectorComponent0)", "Null(Function,Function)", "Future<~>(List<Value>)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Expression0(Expression0)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "String(_NodeSassList)", "String(Tuple2<Expression0,Expression0>)", "SassMap0(Value0)", "SassMap0(SassMap0)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassMap(Value)", "int(_NodeSassMap)", "Future<EvaluateResult>()", "String(_NodeSassMap)", "SassNumber0(Value0)", "Value0(Object)", "Null(RenderResult)", "~(Object,Object?)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "num(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "SassMap(SassMap)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "~(String,StackTrace?)", "~(@,StackTrace)", "Module<AsyncCallable>(Module<AsyncCallable>)", "SassString0(SimpleSelector0)", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(num)", "Null(_NodeSassString,String?[SassString0?])", "String(Argument)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "Expression(Expression)", "StyleRule0(List<Statement0>,FileSpan)", "Future<CssValue<Value>>(Expression)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "Map<String,Value>(Module<AsyncCallable>)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "~(String,Function)", "Map<String,AstNode>(Module<AsyncCallable>)", "String(Value)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?Object?Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?Object?Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "Future<Value?>(Value)", "Future<@>()", "0^(0^,0^)<num>", "Future<CssValue<String>>(Interpolation)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Future<~>(List<String>)", "String(String[String?,String?,String?,String?,String?,String?])", "~(ComplexSelector0,Extension0)", "~(List<Statement>)"],
|
|
93826
|
+
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "Value(List<Value>)", "String(String)", "bool(String)", "bool(CssNode)", "bool(CssNode0)", "SassNumber0(List<Value0>)", "SassNumber(List<Value>)", "bool(Object?)", "int()", "SassString0(List<Value0>)", "SassString(List<Value>)", "bool(SimpleSelector)", "bool(SimpleSelector0)", "bool(ComplexSelector0)", "bool(ComplexSelector)", "SassBoolean(List<Value>)", "SassBoolean0(List<Value0>)", "SassList0(List<Value0>)", "SassList(List<Value>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "String()", "bool()", "Null(~())", "bool(int?)", "~(Object?)", "Value()", "Future<Null>(Future<~>())", "FileSpan()", "SassMap0(List<Value0>)", "Future<~>()", "Value?()", "Value0(Value0)", "SassMap(List<Value>)", "Value(Value)", "Value0?()", "bool(num,num)", "int(num)", "Value0()", "String?()", "String(Object)", "List<String>()", "SelectorList()", "SelectorList0()", "ValueExpression(Value)", "~(Value,Value)", "ValueExpression0(Value0)", "~(Value)", "num(num,num)", "~(Value0)", "bool(int)", "~(Value0,Value0)", "Future<Value>()", "Frame(String)", "Future<Value0?>()", "Future<Value0>()", "bool(Value)", "Future<Value?>()", "Frame()", "bool(Value0)", "~(Module0<Callable0>)", "~(Module<Callable>)", "~(Object,StackTrace)", "@(@)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "Future<Value0?>(Statement0)", "Null([Object?])", "SassRuntimeException(AstNode)", "Stylesheet?()", "num(num)", "String(int)", "Future<Value?>(Statement)", "@()", "List<CssMediaQuery>?(List<CssMediaQuery>)", "bool(SelectorList)", "~(String,Value0)", "bool(SelectorList0)", "~(String,Value)", "int(Uri)", "Future<String>(Object?)", "Uri(Uri)", "Null(Object,StackTrace)", "Null(_NodeSassColor,num)", "Value?(Statement)", "Object()", "ComplexSelector(List<ComplexSelectorComponent>)", "Value0?(Statement0)", "ComplexSelector0(List<ComplexSelectorComponent0>)", "SassRuntimeException0(AstNode0)", "Declaration0(List<Statement0>,FileSpan)", "String(@)", "Declaration(List<Statement>,FileSpan)", "~(String,bool)", "String(Expression0)", "~(~())", "Future<Value0>(List<Value0>)", "bool(_Highlight)", "AtRootQuery0()", "Callable?()", "Null(Module<AsyncCallable>)", "AsyncCallable?()", "bool(Object)", "List<CssMediaQuery>()", "Null(Module0<AsyncCallable0>)", "AtRootQuery()", "List<CssMediaQuery0>()", "~(Object)", "~(String)", "AsyncCallable0?()", "Tuple3<Importer,Uri,Uri>?()", "num(Value)", "List<ComplexSelectorComponent>(List<ComplexSelectorComponent>)", "Map<ComplexSelector,Extension>()", "bool(Module<Callable>)", "Iterable<String>(Module0<AsyncCallable0>)", "Statement()", "Iterable<String>(Module<Callable>)", "bool(Module<AsyncCallable>)", "num(Value0)", "int(_NodeSassColor)", "Iterable<String>(Module<AsyncCallable>)", "bool(ComplexSelectorComponent0)", "bool(Module0<AsyncCallable0>)", "bool(Module0<Callable0>)", "Callable0?()", "ComplexSelector(ComplexSelector)", "Iterable<ComplexSelector>(ComplexSelector)", "Map<ComplexSelector0,Extension0>()", "bool(ComplexSelectorComponent)", "String(Expression)", "List<ComplexSelectorComponent0>(List<ComplexSelectorComponent0>)", "bool(@)", "~(@)", "Iterable<ComplexSelector0>(ComplexSelector0)", "ComplexSelector0(ComplexSelector0)", "Statement0()", "Null(@)", "Iterable<String>(Module0<Callable0>)", "Value0(int)", "bool(UseRule)", "bool(String?)", "~(Object[StackTrace?])", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "bool(Statement)", "bool(Import)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "int(int)", "~(@,@)", "VariableDeclaration()", "~(Object?,Object?)", "AtRootRule(List<Statement>,FileSpan)", "AtRule(List<Statement>,FileSpan)", "Entry(Entry)", "num(num,String)", "AstNode(AstNode)", "SassFunction(List<Value>)", "~(Module<AsyncCallable>)", "AsyncCallable?(Module<AsyncCallable>)", "MapKeySet<Module<AsyncCallable>>(Map<Module<AsyncCallable>,AstNode>)", "List<ExtensionStore>()", "bool(ModifiableCssParentNode)", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "Future<SassNumber>()", "Object(Object)", "bool(ForwardRule)", "Uri?/()", "Future<Object>()", "Future<Value>(List<Value>)", "AstNode?()", "String(SassNumber)", "Frame(Tuple2<String,AstNode>)", "SassNumber()", "Callable?(Module<Callable>)", "Trace(String)", "int(Frame)", "String(Frame)", "MapKeySet<Module<Callable>>(Map<Module<Callable>,AstNode>)", "Trace()", "~([Object?])", "bool(Frame)", "AsyncCallable0?(Module0<AsyncCallable0>)", "MapKeySet<Module0<AsyncCallable0>>(Map<Module0<AsyncCallable0>,AstNode0>)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "Map<String,Callable>(Module<Callable>)", "AstNode0(AstNode0)", "SassFunction0(List<Value0>)", "~(Uint8List,String,int)", "~(Module0<AsyncCallable0>)", "~(Iterable<ExtensionStore>)", "List<ExtensionStore0>()", "bool(ModifiableCssParentNode0)", "~(String,@)", "List<Extension>()", "int(Object?)", "bool(UseRule0)", "bool(ForwardRule0)", "AstNode0?()", "String(SassNumber0)", "Frame(Tuple2<String,AstNode0>)", "0&([@])()", "0&([@])", "~(Iterable<ExtensionStore0>)", "Iterable<ComplexSelectorComponent>(List<List<ComplexSelectorComponent>>)", "Callable0?(Module0<Callable0>)", "MapKeySet<Module0<Callable0>>(Map<Module0<Callable0>,AstNode0>)", "Map<String,Callable0>(Module0<Callable0>)", "bool(Queue<Object?>)", "SassNumber0()", "List<Extension0>()", "Iterable<ComplexSelectorComponent0>(List<List<ComplexSelectorComponent0>>)", "bool(Statement0)", "bool(Import0)", "num?(String,num{assertPercent:bool,checkPercent:bool})", "Object(_NodeSassMap,int)", "Null(_NodeSassMap,int,Object)", "String(_NodeSassNumber)", "SelectorList0(Value0)", "SelectorList0(SelectorList0,SelectorList0)", "String(_NodeSassString)", "num(num,num?,num)", "int(int,num?)", "AtRootRule0(List<Statement0>,FileSpan)", "AtRule0(List<Statement0>,FileSpan)", "int(@,@)", "bool(Object?,Object?)", "Future<SassNumber0>()", "SourceFile?(int)", "SassNumber(Value)", "@(String)", "Value(Object)", "Null(@,StackTrace)", "Future<CssValue<String>>(SupportsCondition)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Set<0^>()<Object?>", "Future<Stylesheet?>()", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "bool(List<Value>)", "Future<Value>(Expression)", "Value/()", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "~(String,int)", "SassList(ComplexSelector)", "String(BuiltInCallable)", "SassString(ComplexSelectorComponent)", "~(String[@])", "Set<0^>()<Object?>", "List<CssMediaQuery>(Interpolation)", "String(SupportsCondition)", "String(MapEntry<String,ConfiguredValue>)", "~(List<Value>)", "int(int,int)", "EvaluateResult()", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "Value?(Module<Callable>)", "CssValue<String>(Interpolation)", "CompoundSelector()", "CssValue<String>(SupportsCondition)", "UserDefinedCallable<Environment>(ContentBlock)", "Module<Callable>?(Module<Callable>)", "Value(Expression)", "~(ContentBlock)", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "SourceFile()", "String(String?)", "String?(SourceFile?)", "int(_Line)", "Statement({root:bool})", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "String(String{color:@})", "bool(String?,String?)", "List<Frame>(Trace)", "int(Trace)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "String(Trace)", "NumberExpression()", "Stylesheet()", "Frame(String,String)", "Statement?()", "VariableDeclaration(VariableDeclaration)", "ArgumentDeclaration()", "Frame(Frame)", "Future<~>?()", "String(Argument0)", "Map<String,Value>(Module<Callable>)", "Map<String,AstNode>(Module<Callable>)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "SassString(SimpleSelector)", "UseRule()", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "String(Tuple2<Expression,Expression>)", "SimpleSelector(SimpleSelector)", "Future<List<CssMediaQuery0>>(Interpolation0)", "Future<String>(SupportsCondition0)", "StyleRule(List<Statement>,FileSpan)", "Uint8List(@,@)", "ArgParser()", "int(String?)", "EachRule(List<Statement>,FileSpan)", "Future<~>(List<Value0>)", "Future<~>(String)", "FunctionRule(List<Statement>,FileSpan)", "Future<EvaluateResult0>()", "List<WatchEvent>(List<WatchEvent>)", "ForRule(List<Statement>,FileSpan)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "ContentBlock(List<Statement>,FileSpan)", "bool(Extension)", "MediaRule(List<Statement>,FileSpan)", "Future<CssValue0<Value0>>(Expression0)", "Set<ModifiableCssValue<SelectorList>>()", "MixinRule(List<Statement>,FileSpan)", "Future<Value0?>(Value0)", "~([Future<~>?])", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "Future<CssValue0<String>>(Interpolation0)", "~(ComplexSelector,Extension)", "SupportsRule(List<Statement>,FileSpan)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "WhileRule(List<Statement>,FileSpan)", "~(Expression)", "Future<CssValue0<String>>(SupportsCondition0)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "~(Set<ModifiableCssValue<SelectorList>>)", "List<ComplexSelector>(ComplexSelectorComponent)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "List<ComplexSelectorComponent>(ComplexSelector)", "ComplexSelector(Extender)", "Future<Value0>(Expression0)", "Value0/()", "List<ComplexSelector>?(List<Extender>)", "List<SimpleSelector>(Extender)", "List<ComplexSelector>(List<ComplexSelector>)", "~(BinaryOperator)", "~(int,@)", "StringExpression(Interpolation)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "DateTime(StylesheetNode)", "~(Uri,StylesheetNode?)", "List<Extender>?(SimpleSelector)", "Object(Value0)", "List<Extender>(PseudoSelector)", "List<List<Extender>>(List<Extender>)", "List<ComplexSelector>(ComplexSelector)", "PseudoSelector(ComplexSelector)", "String(Value0)", "0&(List<Value0>)", "~(SimpleSelector,Set<ModifiableCssValue<SelectorList>>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "~(String,Option)", "num(_NodeSassColor)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "String(_NodeSassColor)", "bool(Queue<List<ComplexSelectorComponent>>)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "bool(Tuple3<Importer,Uri,Uri>)", "Value?(Module<AsyncCallable>)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "~(Symbol0,@)", "SassScriptException()", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "Uri(Tuple3<Importer,Uri,Uri>)", "SingleUnitSassNumber(num)", "List<CssMediaQuery0>(Interpolation0)", "String(SupportsCondition0)", "bool(List<Iterable<ComplexSelectorComponent>>)", "~(List<Value0>)", "List<ComplexSelectorComponent>(List<Iterable<ComplexSelectorComponent>>)", "EvaluateResult0()", "Module0<Callable0>(Module0<Callable0>)", "CssValue0<Value0>(Expression0)", "Value0?(Value0)", "Iterable<ComplexSelectorComponent>(Iterable<ComplexSelectorComponent>)", "CssValue0<String>(Interpolation0)", "Future<List<CssMediaQuery>>(Interpolation)", "CssValue0<String>(SupportsCondition0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "Value0(Expression0)", "bool(Extension0)", "Set<ModifiableCssValue0<SelectorList0>>()", "_Future<@>(@)", "Future<String>(SupportsCondition)", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "0&(List<Value>)", "Null(Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>)", "Map<SimpleSelector0,Map<ComplexSelector0,Extension0>>?(List<Extension0>)", "~(Set<ModifiableCssValue0<SelectorList0>>)", "List<ComplexSelector0>(ComplexSelectorComponent0)", "Iterable<ComplexSelector0>(List<ComplexSelector0>)", "List<ComplexSelectorComponent0>(ComplexSelector0)", "bool(PseudoSelector)", "SelectorList?(PseudoSelector)", "ComplexSelector0(Extender0)", "List<ComplexSelector0>?(List<Extender0>)", "List<SimpleSelector0>(Extender0)", "List<ComplexSelector0>(List<ComplexSelector0>)", "List<Extender0>?(SimpleSelector0)", "List<Extender0>(PseudoSelector0)", "List<List<Extender0>>(List<Extender0>)", "List<ComplexSelector0>(ComplexSelector0)", "PseudoSelector0(ComplexSelector0)", "~(SimpleSelector0,Set<ModifiableCssValue0<SelectorList0>>)", "Null(@,@)", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "List<Value>(Value)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "List<ComplexSelectorComponent0>(List<Iterable<ComplexSelectorComponent0>>)", "Iterable<ComplexSelectorComponent0>(Iterable<ComplexSelectorComponent0>)", "Future<@>?()", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(IfClause0)", "String(IfClause)", "Module<AsyncCallable>?(Module<AsyncCallable>)", "Tuple2<String,String>(String)", "Tuple3<Importer0,Uri,Uri>?()", "Stylesheet0?()", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "@(@,String)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "SassString0(ComplexSelectorComponent0)", "Null(Function,Function)", "Future<~>(List<Value>)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "Expression0(Expression0)", "Object(_NodeSassList,int)", "Null(_NodeSassList,int,Object)", "bool(_NodeSassList)", "Null(_NodeSassList,bool)", "int(_NodeSassList)", "String(_NodeSassList)", "String(Tuple2<Expression0,Expression0>)", "SassMap0(Value0)", "SassMap0(SassMap0)", "Null(_NodeSassMap,int?[SassMap0?])", "SassNumber0(int)", "SassMap(Value)", "int(_NodeSassMap)", "Future<EvaluateResult>()", "String(_NodeSassMap)", "SassNumber0(Value0)", "Value0(Object)", "Null(RenderResult)", "~(Object,Object?)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "num(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "SassMap(SassMap)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "~(String,StackTrace?)", "~(@,StackTrace)", "Module<AsyncCallable>(Module<AsyncCallable>)", "SassString0(SimpleSelector0)", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(num)", "Null(_NodeSassString,String?[SassString0?])", "String(Argument)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "Expression(Expression)", "StyleRule0(List<Statement0>,FileSpan)", "Future<CssValue<Value>>(Expression)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "Map<String,Value>(Module<AsyncCallable>)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0)", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "~(String,Function)", "Map<String,AstNode>(Module<AsyncCallable>)", "String(Value)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())<Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)<Object?Object?>", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)<Object?Object?Object?>", "0^()(Zone,ZoneDelegate,Zone,0^())<Object?>", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))<Object?Object?>", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))<Object?Object?Object?>", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map<Object?,Object?>?)", "Future<Value?>(Value)", "Future<@>()", "0^(0^,0^)<num>", "Future<CssValue<String>>(Interpolation)", "~(Object,StackTrace,EventSink<0^>)<Object?>", "List<0^>(0^,List<0^>?)<Object?>", "~(RenderOptions,~(Object?,RenderResult?))", "RenderResult(RenderOptions)", "Future<~>(List<String>)", "String(String[String?,String?,String?,String?,String?,String?])", "~(ComplexSelector0,Extension0)", "~(List<Statement>)"],
|
|
93709
93827
|
interceptorsByTag: null,
|
|
93710
93828
|
leafTags: null,
|
|
93711
93829
|
arrayRti: Symbol("$ti")
|