sass 1.32.12 → 1.32.13
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 +37 -5
- package/package.json +1 -1
- package/sass.dart.js +383 -349
package/sass.dart.js
CHANGED
|
@@ -4144,6 +4144,9 @@ self.fs = require("fs");
|
|
|
4144
4144
|
join$1$ax: function(receiver, a0) {
|
|
4145
4145
|
return J.getInterceptor$ax(receiver).join$1(receiver, a0);
|
|
4146
4146
|
},
|
|
4147
|
+
listen$1$z: function(receiver, a0) {
|
|
4148
|
+
return J.getInterceptor$z(receiver).listen$1(receiver, a0);
|
|
4149
|
+
},
|
|
4147
4150
|
map$1$1$ax: function(receiver, a0, $T1) {
|
|
4148
4151
|
return J.getInterceptor$ax(receiver).map$1$1(receiver, a0, $T1);
|
|
4149
4152
|
},
|
|
@@ -5037,12 +5040,12 @@ self.fs = require("fs");
|
|
|
5037
5040
|
_.$ti = t4;
|
|
5038
5041
|
},
|
|
5039
5042
|
_ControllerStream: function _ControllerStream(t0, t1) {
|
|
5040
|
-
this.
|
|
5043
|
+
this._controller = t0;
|
|
5041
5044
|
this.$ti = t1;
|
|
5042
5045
|
},
|
|
5043
5046
|
_ControllerSubscription: function _ControllerSubscription(t0, t1, t2, t3, t4, t5, t6) {
|
|
5044
5047
|
var _ = this;
|
|
5045
|
-
_.
|
|
5048
|
+
_._controller = t0;
|
|
5046
5049
|
_._onData = t1;
|
|
5047
5050
|
_._onError = t2;
|
|
5048
5051
|
_._onDone = t3;
|
|
@@ -11050,8 +11053,7 @@ self.fs = require("fs");
|
|
|
11050
11053
|
}, StreamGroup_add_closure0: function StreamGroup_add_closure0(t0, t1) {
|
|
11051
11054
|
this.$this = t0;
|
|
11052
11055
|
this.stream = t1;
|
|
11053
|
-
}, StreamGroup__onListen_closure: function StreamGroup__onListen_closure(
|
|
11054
|
-
this.$this = t0;
|
|
11056
|
+
}, StreamGroup__onListen_closure: function StreamGroup__onListen_closure() {
|
|
11055
11057
|
}, StreamGroup__onCancel_closure: function StreamGroup__onCancel_closure(t0) {
|
|
11056
11058
|
this.$this = t0;
|
|
11057
11059
|
}, StreamGroup__listenToStream_closure: function StreamGroup__listenToStream_closure(t0, t1) {
|
|
@@ -14938,7 +14940,7 @@ self.fs = require("fs");
|
|
|
14938
14940
|
switch ($async$goto) {
|
|
14939
14941
|
case 0:
|
|
14940
14942
|
// Function start
|
|
14941
|
-
$async$returnValue = "1.32.
|
|
14943
|
+
$async$returnValue = "1.32.13 compiled with dart2js 2.12.4";
|
|
14942
14944
|
// goto return
|
|
14943
14945
|
$async$goto = 1;
|
|
14944
14946
|
break;
|
|
@@ -21066,7 +21068,7 @@ self.fs = require("fs");
|
|
|
21066
21068
|
new Uint8Array(0);
|
|
21067
21069
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
21068
21070
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
21069
|
-
J.set$info$x(self.exports, "dart-sass\t1.32.
|
|
21071
|
+
J.set$info$x(self.exports, "dart-sass\t1.32.13\t(Sass Compiler)\t[Dart]\ndart2js\t2.12.4\t(Dart Compiler)\t[Dart]");
|
|
21070
21072
|
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});
|
|
21071
21073
|
J.set$NULL$x(self.exports, C.C_SassNull);
|
|
21072
21074
|
J.set$TRUE$x(self.exports, C.SassBoolean_true);
|
|
@@ -24688,7 +24690,7 @@ self.fs = require("fs");
|
|
|
24688
24690
|
this.$arguments.push(argument);
|
|
24689
24691
|
++t1.argumentCount;
|
|
24690
24692
|
},
|
|
24691
|
-
$signature:
|
|
24693
|
+
$signature: 215
|
|
24692
24694
|
};
|
|
24693
24695
|
H.TypeErrorDecoder.prototype = {
|
|
24694
24696
|
matchTypeError$1: function(message) {
|
|
@@ -25134,7 +25136,7 @@ self.fs = require("fs");
|
|
|
25134
25136
|
call$1: function(tag) {
|
|
25135
25137
|
return this.prototypeForTag(tag);
|
|
25136
25138
|
},
|
|
25137
|
-
$signature:
|
|
25139
|
+
$signature: 499
|
|
25138
25140
|
};
|
|
25139
25141
|
H.JSSyntaxRegExp.prototype = {
|
|
25140
25142
|
toString$0: function(_) {
|
|
@@ -25495,7 +25497,7 @@ self.fs = require("fs");
|
|
|
25495
25497
|
t1.storedCallback = null;
|
|
25496
25498
|
f.call$0();
|
|
25497
25499
|
},
|
|
25498
|
-
$signature:
|
|
25500
|
+
$signature: 116
|
|
25499
25501
|
};
|
|
25500
25502
|
P._AsyncRun__initializeScheduleImmediate_closure.prototype = {
|
|
25501
25503
|
call$1: function(callback) {
|
|
@@ -25614,7 +25616,7 @@ self.fs = require("fs");
|
|
|
25614
25616
|
},
|
|
25615
25617
|
"call*": "call$2",
|
|
25616
25618
|
$requiredArgCount: 2,
|
|
25617
|
-
$signature:
|
|
25619
|
+
$signature: 440
|
|
25618
25620
|
};
|
|
25619
25621
|
P._wrapJsFunctionForAsync_closure.prototype = {
|
|
25620
25622
|
call$2: function(errorCode, result) {
|
|
@@ -25622,7 +25624,7 @@ self.fs = require("fs");
|
|
|
25622
25624
|
},
|
|
25623
25625
|
"call*": "call$2",
|
|
25624
25626
|
$requiredArgCount: 2,
|
|
25625
|
-
$signature:
|
|
25627
|
+
$signature: 397
|
|
25626
25628
|
};
|
|
25627
25629
|
P._IterationMarker.prototype = {
|
|
25628
25630
|
toString$0: function(_) {
|
|
@@ -25711,13 +25713,13 @@ self.fs = require("fs");
|
|
|
25711
25713
|
call$1: function(t1) {
|
|
25712
25714
|
return this._box_0._error = t1;
|
|
25713
25715
|
},
|
|
25714
|
-
$signature:
|
|
25716
|
+
$signature: 369
|
|
25715
25717
|
};
|
|
25716
25718
|
P.Future_wait__stackTrace_set.prototype = {
|
|
25717
25719
|
call$1: function(t1) {
|
|
25718
25720
|
return this._box_0._stackTrace0 = t1;
|
|
25719
25721
|
},
|
|
25720
|
-
$signature:
|
|
25722
|
+
$signature: 364
|
|
25721
25723
|
};
|
|
25722
25724
|
P.Future_wait__error_get.prototype = {
|
|
25723
25725
|
call$0: function() {
|
|
@@ -26003,7 +26005,7 @@ self.fs = require("fs");
|
|
|
26003
26005
|
t1._completeError$2(error, stackTrace);
|
|
26004
26006
|
}
|
|
26005
26007
|
},
|
|
26006
|
-
$signature:
|
|
26008
|
+
$signature: 116
|
|
26007
26009
|
};
|
|
26008
26010
|
P._Future__chainForeignFuture_closure0.prototype = {
|
|
26009
26011
|
call$2: function(error, stackTrace) {
|
|
@@ -26400,25 +26402,25 @@ self.fs = require("fs");
|
|
|
26400
26402
|
P._SyncStreamController.prototype = {};
|
|
26401
26403
|
P._ControllerStream.prototype = {
|
|
26402
26404
|
get$hashCode: function(_) {
|
|
26403
|
-
return (H.Primitives_objectHashCode(this.
|
|
26405
|
+
return (H.Primitives_objectHashCode(this._controller) ^ 892482866) >>> 0;
|
|
26404
26406
|
},
|
|
26405
26407
|
$eq: function(_, other) {
|
|
26406
26408
|
if (other == null)
|
|
26407
26409
|
return false;
|
|
26408
26410
|
if (this === other)
|
|
26409
26411
|
return true;
|
|
26410
|
-
return other instanceof P._ControllerStream && other.
|
|
26412
|
+
return other instanceof P._ControllerStream && other._controller === this._controller;
|
|
26411
26413
|
}
|
|
26412
26414
|
};
|
|
26413
26415
|
P._ControllerSubscription.prototype = {
|
|
26414
26416
|
_async$_onCancel$0: function() {
|
|
26415
|
-
return this.
|
|
26417
|
+
return this._controller._recordCancel$1(this);
|
|
26416
26418
|
},
|
|
26417
26419
|
_async$_onPause$0: function() {
|
|
26418
|
-
this.
|
|
26420
|
+
this._controller._recordPause$1(this);
|
|
26419
26421
|
},
|
|
26420
26422
|
_async$_onResume$0: function() {
|
|
26421
|
-
this.
|
|
26423
|
+
this._controller._recordResume$1(this);
|
|
26422
26424
|
}
|
|
26423
26425
|
};
|
|
26424
26426
|
P._AddStreamState.prototype = {
|
|
@@ -26679,7 +26681,10 @@ self.fs = require("fs");
|
|
|
26679
26681
|
};
|
|
26680
26682
|
P._StreamImpl.prototype = {
|
|
26681
26683
|
listen$4$cancelOnError$onDone$onError: function(_, onData, cancelOnError, onDone, onError) {
|
|
26682
|
-
return this.
|
|
26684
|
+
return this._controller._subscribe$4(onData, onError, onDone, cancelOnError === true);
|
|
26685
|
+
},
|
|
26686
|
+
listen$1: function($receiver, onData) {
|
|
26687
|
+
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, null);
|
|
26683
26688
|
},
|
|
26684
26689
|
listen$3$onDone$onError: function($receiver, onData, onDone, onError) {
|
|
26685
26690
|
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError);
|
|
@@ -26859,6 +26864,9 @@ self.fs = require("fs");
|
|
|
26859
26864
|
t2._subscription = this._async$_source.listen$3$onDone$onError(0, t2.get$_handleData(), t2.get$_handleDone(), t2.get$_handleError());
|
|
26860
26865
|
return t2;
|
|
26861
26866
|
},
|
|
26867
|
+
listen$1: function($receiver, onData) {
|
|
26868
|
+
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, null);
|
|
26869
|
+
},
|
|
26862
26870
|
listen$3$onDone$onError: function($receiver, onData, onDone, onError) {
|
|
26863
26871
|
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError);
|
|
26864
26872
|
}
|
|
@@ -27853,14 +27861,14 @@ self.fs = require("fs");
|
|
|
27853
27861
|
call$2: function(k, v) {
|
|
27854
27862
|
this.result.$indexSet(0, this.K._as(k), this.V._as(v));
|
|
27855
27863
|
},
|
|
27856
|
-
$signature:
|
|
27864
|
+
$signature: 141
|
|
27857
27865
|
};
|
|
27858
27866
|
P.IterableBase.prototype = {};
|
|
27859
27867
|
P.LinkedHashMap_LinkedHashMap$from_closure.prototype = {
|
|
27860
27868
|
call$2: function(k, v) {
|
|
27861
27869
|
this.result.$indexSet(0, this.K._as(k), this.V._as(v));
|
|
27862
27870
|
},
|
|
27863
|
-
$signature:
|
|
27871
|
+
$signature: 141
|
|
27864
27872
|
};
|
|
27865
27873
|
P.ListBase.prototype = {$isEfficientLengthIterable: 1, $isIterable: 1, $isList: 1};
|
|
27866
27874
|
P.ListMixin.prototype = {
|
|
@@ -28071,7 +28079,7 @@ self.fs = require("fs");
|
|
|
28071
28079
|
t1._contents = t2 + ": ";
|
|
28072
28080
|
t1._contents += H.S(v);
|
|
28073
28081
|
},
|
|
28074
|
-
$signature:
|
|
28082
|
+
$signature: 146
|
|
28075
28083
|
};
|
|
28076
28084
|
P.MapMixin.prototype = {
|
|
28077
28085
|
cast$2$0: function(_, RK, RV) {
|
|
@@ -29043,7 +29051,7 @@ self.fs = require("fs");
|
|
|
29043
29051
|
t2.i = i + 1;
|
|
29044
29052
|
t1[i] = value;
|
|
29045
29053
|
},
|
|
29046
|
-
$signature:
|
|
29054
|
+
$signature: 146
|
|
29047
29055
|
};
|
|
29048
29056
|
P._JsonStringStringifier.prototype = {
|
|
29049
29057
|
get$_partialResult: function() {
|
|
@@ -29366,7 +29374,7 @@ self.fs = require("fs");
|
|
|
29366
29374
|
t1._contents += P.Error_safeToString(value);
|
|
29367
29375
|
t2.comma = ", ";
|
|
29368
29376
|
},
|
|
29369
|
-
$signature:
|
|
29377
|
+
$signature: 498
|
|
29370
29378
|
};
|
|
29371
29379
|
P.DateTime.prototype = {
|
|
29372
29380
|
add$1: function(_, duration) {
|
|
@@ -29940,7 +29948,7 @@ self.fs = require("fs");
|
|
|
29940
29948
|
call$2: function(msg, position) {
|
|
29941
29949
|
throw H.wrapException(P.FormatException$("Illegal IPv4 address, " + msg, this.host, position));
|
|
29942
29950
|
},
|
|
29943
|
-
$signature:
|
|
29951
|
+
$signature: 481
|
|
29944
29952
|
};
|
|
29945
29953
|
P.Uri_parseIPv6Address_error.prototype = {
|
|
29946
29954
|
call$2: function(msg, position) {
|
|
@@ -29949,7 +29957,7 @@ self.fs = require("fs");
|
|
|
29949
29957
|
call$1: function(msg) {
|
|
29950
29958
|
return this.call$2(msg, null);
|
|
29951
29959
|
},
|
|
29952
|
-
$signature:
|
|
29960
|
+
$signature: 469
|
|
29953
29961
|
};
|
|
29954
29962
|
P.Uri_parseIPv6Address_parseHex.prototype = {
|
|
29955
29963
|
call$2: function(start, end) {
|
|
@@ -29961,7 +29969,7 @@ self.fs = require("fs");
|
|
|
29961
29969
|
this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start);
|
|
29962
29970
|
return value;
|
|
29963
29971
|
},
|
|
29964
|
-
$signature:
|
|
29972
|
+
$signature: 453
|
|
29965
29973
|
};
|
|
29966
29974
|
P._Uri.prototype = {
|
|
29967
29975
|
get$_text: function() {
|
|
@@ -30227,7 +30235,7 @@ self.fs = require("fs");
|
|
|
30227
30235
|
C.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition);
|
|
30228
30236
|
return t1;
|
|
30229
30237
|
},
|
|
30230
|
-
$signature:
|
|
30238
|
+
$signature: 408
|
|
30231
30239
|
};
|
|
30232
30240
|
P._createTables_setChars.prototype = {
|
|
30233
30241
|
call$3: function(target, chars, transition) {
|
|
@@ -30235,7 +30243,7 @@ self.fs = require("fs");
|
|
|
30235
30243
|
for (t1 = chars.length, i = 0; i < t1; ++i)
|
|
30236
30244
|
target[C.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition;
|
|
30237
30245
|
},
|
|
30238
|
-
$signature:
|
|
30246
|
+
$signature: 152
|
|
30239
30247
|
};
|
|
30240
30248
|
P._createTables_setRange.prototype = {
|
|
30241
30249
|
call$3: function(target, range, transition) {
|
|
@@ -30243,7 +30251,7 @@ self.fs = require("fs");
|
|
|
30243
30251
|
for (i = C.JSString_methods._codeUnitAt$1(range, 0), n = C.JSString_methods._codeUnitAt$1(range, 1); i <= n; ++i)
|
|
30244
30252
|
target[(i ^ 96) >>> 0] = transition;
|
|
30245
30253
|
},
|
|
30246
|
-
$signature:
|
|
30254
|
+
$signature: 152
|
|
30247
30255
|
};
|
|
30248
30256
|
P._SimpleUri.prototype = {
|
|
30249
30257
|
get$hasAuthority: function() {
|
|
@@ -30926,7 +30934,7 @@ self.fs = require("fs");
|
|
|
30926
30934
|
return;
|
|
30927
30935
|
callback.call$1(option.valueOrDefault$1(parsedOption));
|
|
30928
30936
|
},
|
|
30929
|
-
$signature:
|
|
30937
|
+
$signature: 370
|
|
30930
30938
|
};
|
|
30931
30939
|
G.Parser__setOption_closure.prototype = {
|
|
30932
30940
|
call$0: function() {
|
|
@@ -31171,12 +31179,12 @@ self.fs = require("fs");
|
|
|
31171
31179
|
t1.toString;
|
|
31172
31180
|
return new P._ControllerStream(t1, H._instanceType(t1)._eval$1("_ControllerStream<1>")).listen$4$cancelOnError$onDone$onError(0, onData, cancelOnError, onDone, onError);
|
|
31173
31181
|
},
|
|
31174
|
-
listen$3$onDone$onError: function($receiver, onData, onDone, onError) {
|
|
31175
|
-
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError);
|
|
31176
|
-
},
|
|
31177
31182
|
listen$1: function($receiver, onData) {
|
|
31178
31183
|
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, null, null);
|
|
31179
31184
|
},
|
|
31185
|
+
listen$3$onDone$onError: function($receiver, onData, onDone, onError) {
|
|
31186
|
+
return this.listen$4$cancelOnError$onDone$onError($receiver, onData, null, onDone, onError);
|
|
31187
|
+
},
|
|
31180
31188
|
_linkStreamToController$0: function() {
|
|
31181
31189
|
var t2,
|
|
31182
31190
|
t1 = this._stream_completer$_controller;
|
|
@@ -31187,7 +31195,7 @@ self.fs = require("fs");
|
|
|
31187
31195
|
}
|
|
31188
31196
|
};
|
|
31189
31197
|
L.StreamGroup.prototype = {
|
|
31190
|
-
get$_controller: function() {
|
|
31198
|
+
get$_stream_group$_controller: function() {
|
|
31191
31199
|
var t1 = this.__StreamGroup__controller;
|
|
31192
31200
|
return t1 == null ? H.throwExpression(H.LateError$fieldNI("_controller")) : t1;
|
|
31193
31201
|
},
|
|
@@ -31210,14 +31218,35 @@ self.fs = require("fs");
|
|
|
31210
31218
|
future = subscription == null ? null : subscription.cancel$0();
|
|
31211
31219
|
if (t1.get$isEmpty(t1))
|
|
31212
31220
|
if (this._closed) {
|
|
31213
|
-
t1 = this.get$_controller();
|
|
31221
|
+
t1 = this.get$_stream_group$_controller();
|
|
31214
31222
|
P.scheduleMicrotask(t1.get$close(t1));
|
|
31215
31223
|
}
|
|
31216
31224
|
return future;
|
|
31217
31225
|
},
|
|
31218
31226
|
_onListen$0: function() {
|
|
31219
|
-
|
|
31220
|
-
|
|
31227
|
+
var stream, t1, t2, t3, _i, entry, exception, onError, _this = this;
|
|
31228
|
+
_this._stream_group$_state = C._StreamGroupState_listening;
|
|
31229
|
+
for (t1 = _this._subscriptions, t2 = t1.get$entries(t1).toList$0(0), t3 = t2.length, _i = 0; _i < t2.length; t2.length === t3 || (0, H.throwConcurrentModificationError)(t2), ++_i) {
|
|
31230
|
+
entry = t2[_i];
|
|
31231
|
+
if (entry.value != null)
|
|
31232
|
+
return;
|
|
31233
|
+
stream = entry.key;
|
|
31234
|
+
try {
|
|
31235
|
+
t1.$indexSet(0, stream, _this._listenToStream$1(stream));
|
|
31236
|
+
} catch (exception) {
|
|
31237
|
+
H.unwrapException(exception);
|
|
31238
|
+
t1 = _this._onCancel$0();
|
|
31239
|
+
if (t1 != null) {
|
|
31240
|
+
onError = new L.StreamGroup__onListen_closure();
|
|
31241
|
+
t2 = t1.$ti;
|
|
31242
|
+
t3 = $.Zone__current;
|
|
31243
|
+
if (t3 !== C.C__RootZone)
|
|
31244
|
+
onError = P._registerErrorHandler(onError, t3);
|
|
31245
|
+
t1._addListener$1(new P._FutureListener(new P._Future(t3, t2), 2, null, onError, t2._eval$1("@<1>")._bind$1(t2._precomputed1)._eval$1("_FutureListener<1,2>")));
|
|
31246
|
+
}
|
|
31247
|
+
throw exception;
|
|
31248
|
+
}
|
|
31249
|
+
}
|
|
31221
31250
|
},
|
|
31222
31251
|
_onPause$0: function() {
|
|
31223
31252
|
this._stream_group$_state = C._StreamGroupState_paused;
|
|
@@ -31233,16 +31262,15 @@ self.fs = require("fs");
|
|
|
31233
31262
|
var t1, t2, futures;
|
|
31234
31263
|
this._stream_group$_state = C._StreamGroupState_canceled;
|
|
31235
31264
|
t1 = this._subscriptions;
|
|
31236
|
-
t2 = t1.get$
|
|
31237
|
-
|
|
31238
|
-
futures = P.List_List$of(t2, true, H._instanceType(t2)._eval$1("Iterable.E"));
|
|
31265
|
+
t2 = A.IterableNullableExtension_whereNotNull(t1.get$entries(t1).map$1$1(0, new L.StreamGroup__onCancel_closure(this), type$.nullable_Future_void), type$.Future_void);
|
|
31266
|
+
futures = P.List_List$of(t2, true, t2.$ti._eval$1("Iterable.E"));
|
|
31239
31267
|
t1.clear$0(0);
|
|
31240
31268
|
return futures.length === 0 ? null : P.Future_wait(futures, type$.void);
|
|
31241
31269
|
},
|
|
31242
31270
|
_listenToStream$1: function(stream) {
|
|
31243
31271
|
var _this = this,
|
|
31244
|
-
t1 = _this.get$_controller(),
|
|
31245
|
-
subscription = stream.listen$3$onDone$onError(0, t1.get$add(t1), new L.StreamGroup__listenToStream_closure(_this, stream), _this.get$_controller().get$addError());
|
|
31272
|
+
t1 = _this.get$_stream_group$_controller(),
|
|
31273
|
+
subscription = stream.listen$3$onDone$onError(0, t1.get$add(t1), new L.StreamGroup__listenToStream_closure(_this, stream), _this.get$_stream_group$_controller().get$addError());
|
|
31246
31274
|
if (_this._stream_group$_state === C._StreamGroupState_paused)
|
|
31247
31275
|
subscription.pause$0(0);
|
|
31248
31276
|
return subscription;
|
|
@@ -31263,23 +31291,26 @@ self.fs = require("fs");
|
|
|
31263
31291
|
}
|
|
31264
31292
|
};
|
|
31265
31293
|
L.StreamGroup__onListen_closure.prototype = {
|
|
31266
|
-
call$
|
|
31267
|
-
var t1;
|
|
31268
|
-
if (subscription != null)
|
|
31269
|
-
return;
|
|
31270
|
-
t1 = this.$this;
|
|
31271
|
-
t1._subscriptions.$indexSet(0, stream, t1._listenToStream$1(stream));
|
|
31294
|
+
call$1: function(_) {
|
|
31272
31295
|
},
|
|
31273
|
-
$signature:
|
|
31274
|
-
return this.$this.$ti._eval$1("~(Stream<1>,StreamSubscription<1>?)");
|
|
31275
|
-
}
|
|
31296
|
+
$signature: 116
|
|
31276
31297
|
};
|
|
31277
31298
|
L.StreamGroup__onCancel_closure.prototype = {
|
|
31278
|
-
call$1: function(
|
|
31279
|
-
|
|
31299
|
+
call$1: function(entry) {
|
|
31300
|
+
var t1, exception,
|
|
31301
|
+
subscription = entry.value;
|
|
31302
|
+
if (subscription != null)
|
|
31303
|
+
return subscription.cancel$0();
|
|
31304
|
+
try {
|
|
31305
|
+
t1 = J.listen$1$z(entry.key, null).cancel$0();
|
|
31306
|
+
return t1;
|
|
31307
|
+
} catch (exception) {
|
|
31308
|
+
H.unwrapException(exception);
|
|
31309
|
+
return null;
|
|
31310
|
+
}
|
|
31280
31311
|
},
|
|
31281
31312
|
$signature: function() {
|
|
31282
|
-
return this.$this.$ti._eval$1("Future
|
|
31313
|
+
return this.$this.$ti._eval$1("Future<~>?(MapEntry<Stream<1>,StreamSubscription<1>?>)");
|
|
31283
31314
|
}
|
|
31284
31315
|
};
|
|
31285
31316
|
L.StreamGroup__listenToStream_closure.prototype = {
|
|
@@ -31411,14 +31442,14 @@ self.fs = require("fs");
|
|
|
31411
31442
|
call$1: function(t1) {
|
|
31412
31443
|
return this._box_0._runController = t1;
|
|
31413
31444
|
},
|
|
31414
|
-
$signature:
|
|
31445
|
+
$signature: 350
|
|
31415
31446
|
};
|
|
31416
31447
|
B.ReplAdapter_runAsync__runController_get.prototype = {
|
|
31417
31448
|
call$0: function() {
|
|
31418
31449
|
var t1 = this._box_0._runController;
|
|
31419
31450
|
return t1 == null ? H.throwExpression(H.LateError$localNI("runController")) : t1;
|
|
31420
31451
|
},
|
|
31421
|
-
$signature:
|
|
31452
|
+
$signature: 329
|
|
31422
31453
|
};
|
|
31423
31454
|
B.ReplAdapter_runAsync_closure.prototype = {
|
|
31424
31455
|
call$0: function() {
|
|
@@ -32001,7 +32032,7 @@ self.fs = require("fs");
|
|
|
32001
32032
|
},
|
|
32002
32033
|
"call*": "call$2",
|
|
32003
32034
|
$requiredArgCount: 2,
|
|
32004
|
-
$signature:
|
|
32035
|
+
$signature: 261
|
|
32005
32036
|
};
|
|
32006
32037
|
M.futureToPromise__closure.prototype = {
|
|
32007
32038
|
call$1: function(result) {
|
|
@@ -34221,13 +34252,13 @@ self.fs = require("fs");
|
|
|
34221
34252
|
t1 = true;
|
|
34222
34253
|
return t1;
|
|
34223
34254
|
},
|
|
34224
|
-
$signature:
|
|
34255
|
+
$signature: 140
|
|
34225
34256
|
};
|
|
34226
34257
|
V.IfRuleClause$___closure.prototype = {
|
|
34227
34258
|
call$1: function($import) {
|
|
34228
34259
|
return $import instanceof B.DynamicImport;
|
|
34229
34260
|
},
|
|
34230
|
-
$signature:
|
|
34261
|
+
$signature: 217
|
|
34231
34262
|
};
|
|
34232
34263
|
V.IfClause.prototype = {
|
|
34233
34264
|
toString$0: function(_) {
|
|
@@ -34355,13 +34386,13 @@ self.fs = require("fs");
|
|
|
34355
34386
|
t1 = true;
|
|
34356
34387
|
return t1;
|
|
34357
34388
|
},
|
|
34358
|
-
$signature:
|
|
34389
|
+
$signature: 140
|
|
34359
34390
|
};
|
|
34360
34391
|
M.ParentStatement__closure.prototype = {
|
|
34361
34392
|
call$1: function($import) {
|
|
34362
34393
|
return $import instanceof B.DynamicImport;
|
|
34363
34394
|
},
|
|
34364
|
-
$signature:
|
|
34395
|
+
$signature: 217
|
|
34365
34396
|
};
|
|
34366
34397
|
B.ReturnRule.prototype = {
|
|
34367
34398
|
accept$1$1: function(visitor) {
|
|
@@ -34755,7 +34786,7 @@ self.fs = require("fs");
|
|
|
34755
34786
|
call$1: function(component) {
|
|
34756
34787
|
return component instanceof X.CompoundSelector && component.get$isInvisible();
|
|
34757
34788
|
},
|
|
34758
|
-
$signature:
|
|
34789
|
+
$signature: 117
|
|
34759
34790
|
};
|
|
34760
34791
|
S.Combinator.prototype = {
|
|
34761
34792
|
toString$0: function(_) {
|
|
@@ -34926,7 +34957,7 @@ self.fs = require("fs");
|
|
|
34926
34957
|
var t1 = this.other.components;
|
|
34927
34958
|
return new H.ExpandIterable(t1, new D.SelectorList_unify__closure(complex1), H._arrayInstanceType(t1)._eval$1("ExpandIterable<1,ComplexSelector>"));
|
|
34928
34959
|
},
|
|
34929
|
-
$signature:
|
|
34960
|
+
$signature: 119
|
|
34930
34961
|
};
|
|
34931
34962
|
D.SelectorList_unify__closure.prototype = {
|
|
34932
34963
|
call$1: function(complex2) {
|
|
@@ -34935,7 +34966,7 @@ self.fs = require("fs");
|
|
|
34935
34966
|
return C.List_empty4;
|
|
34936
34967
|
return J.map$1$1$ax(unified, new D.SelectorList_unify___closure(), type$.ComplexSelector);
|
|
34937
34968
|
},
|
|
34938
|
-
$signature:
|
|
34969
|
+
$signature: 119
|
|
34939
34970
|
};
|
|
34940
34971
|
D.SelectorList_unify___closure.prototype = {
|
|
34941
34972
|
call$1: function(complex) {
|
|
@@ -34990,7 +35021,7 @@ self.fs = require("fs");
|
|
|
34990
35021
|
_box_0.i = 0;
|
|
34991
35022
|
return new H.MappedListIterable(newComplexes, new D.SelectorList_resolveParentSelectors__closure0(_box_0), H._arrayInstanceType(newComplexes)._eval$1("MappedListIterable<1,ComplexSelector>"));
|
|
34992
35023
|
},
|
|
34993
|
-
$signature:
|
|
35024
|
+
$signature: 119
|
|
34994
35025
|
};
|
|
34995
35026
|
D.SelectorList_resolveParentSelectors__closure.prototype = {
|
|
34996
35027
|
call$1: function(parentComplex) {
|
|
@@ -34999,7 +35030,7 @@ self.fs = require("fs");
|
|
|
34999
35030
|
C.JSArray_methods.addAll$1(t1, t2.components);
|
|
35000
35031
|
return S.ComplexSelector$(t1, t2.lineBreak || parentComplex.lineBreak);
|
|
35001
35032
|
},
|
|
35002
|
-
$signature:
|
|
35033
|
+
$signature: 121
|
|
35003
35034
|
};
|
|
35004
35035
|
D.SelectorList_resolveParentSelectors__closure0.prototype = {
|
|
35005
35036
|
call$1: function(newComplex) {
|
|
@@ -35012,7 +35043,7 @@ self.fs = require("fs");
|
|
|
35012
35043
|
call$1: function(component) {
|
|
35013
35044
|
return component instanceof X.CompoundSelector && C.JSArray_methods.any$1(component.components, new D.SelectorList__complexContainsParentSelector__closure());
|
|
35014
35045
|
},
|
|
35015
|
-
$signature:
|
|
35046
|
+
$signature: 117
|
|
35016
35047
|
};
|
|
35017
35048
|
D.SelectorList__complexContainsParentSelector__closure.prototype = {
|
|
35018
35049
|
call$1: function(simple) {
|
|
@@ -35078,7 +35109,7 @@ self.fs = require("fs");
|
|
|
35078
35109
|
t1.push(last);
|
|
35079
35110
|
return S.ComplexSelector$(t1, complex.lineBreak);
|
|
35080
35111
|
},
|
|
35081
|
-
$signature:
|
|
35112
|
+
$signature: 121
|
|
35082
35113
|
};
|
|
35083
35114
|
M.ParentSelector.prototype = {
|
|
35084
35115
|
accept$1$1: function(visitor) {
|
|
@@ -36062,21 +36093,21 @@ self.fs = require("fs");
|
|
|
36062
36093
|
var t1 = module.get$variables();
|
|
36063
36094
|
return t1.get$keys(t1);
|
|
36064
36095
|
},
|
|
36065
|
-
$signature:
|
|
36096
|
+
$signature: 124
|
|
36066
36097
|
};
|
|
36067
36098
|
Q.AsyncEnvironment_importForwards_closure0.prototype = {
|
|
36068
36099
|
call$1: function(module) {
|
|
36069
36100
|
var t1 = module.get$functions(module);
|
|
36070
36101
|
return t1.get$keys(t1);
|
|
36071
36102
|
},
|
|
36072
|
-
$signature:
|
|
36103
|
+
$signature: 124
|
|
36073
36104
|
};
|
|
36074
36105
|
Q.AsyncEnvironment_importForwards_closure1.prototype = {
|
|
36075
36106
|
call$1: function(module) {
|
|
36076
36107
|
var t1 = module.get$mixins();
|
|
36077
36108
|
return t1.get$keys(t1);
|
|
36078
36109
|
},
|
|
36079
|
-
$signature:
|
|
36110
|
+
$signature: 124
|
|
36080
36111
|
};
|
|
36081
36112
|
Q.AsyncEnvironment__getVariableFromGlobalModule_closure.prototype = {
|
|
36082
36113
|
call$1: function(module) {
|
|
@@ -36110,13 +36141,13 @@ self.fs = require("fs");
|
|
|
36110
36141
|
call$1: function(module) {
|
|
36111
36142
|
return module.get$functions(module).$index(0, this.name);
|
|
36112
36143
|
},
|
|
36113
|
-
$signature:
|
|
36144
|
+
$signature: 196
|
|
36114
36145
|
};
|
|
36115
36146
|
Q.AsyncEnvironment__getMixinFromGlobalModule_closure.prototype = {
|
|
36116
36147
|
call$1: function(module) {
|
|
36117
36148
|
return module.get$mixins().$index(0, this.name);
|
|
36118
36149
|
},
|
|
36119
|
-
$signature:
|
|
36150
|
+
$signature: 196
|
|
36120
36151
|
};
|
|
36121
36152
|
Q.AsyncEnvironment__fromOneModule_closure.prototype = {
|
|
36122
36153
|
call$1: function(entry) {
|
|
@@ -36219,7 +36250,7 @@ self.fs = require("fs");
|
|
|
36219
36250
|
t2.toString;
|
|
36220
36251
|
return Q._EnvironmentModule__memberMap0(t1, new H.EfficientLengthMappedIterable(t2, new Q._EnvironmentModule__EnvironmentModule__closure0(), H._instanceType(t2)._eval$1("EfficientLengthMappedIterable<1,Map<String,AstNode>>")), type$.AstNode);
|
|
36221
36252
|
},
|
|
36222
|
-
$signature:
|
|
36253
|
+
$signature: 193
|
|
36223
36254
|
};
|
|
36224
36255
|
Q._EnvironmentModule__EnvironmentModule__closure0.prototype = {
|
|
36225
36256
|
call$1: function(module) {
|
|
@@ -36233,25 +36264,25 @@ self.fs = require("fs");
|
|
|
36233
36264
|
call$1: function(module) {
|
|
36234
36265
|
return module.get$functions(module);
|
|
36235
36266
|
},
|
|
36236
|
-
$signature:
|
|
36267
|
+
$signature: 192
|
|
36237
36268
|
};
|
|
36238
36269
|
Q._EnvironmentModule__EnvironmentModule_closure8.prototype = {
|
|
36239
36270
|
call$1: function(module) {
|
|
36240
36271
|
return module.get$mixins();
|
|
36241
36272
|
},
|
|
36242
|
-
$signature:
|
|
36273
|
+
$signature: 192
|
|
36243
36274
|
};
|
|
36244
36275
|
Q._EnvironmentModule__EnvironmentModule_closure9.prototype = {
|
|
36245
36276
|
call$1: function(module) {
|
|
36246
36277
|
return module.get$transitivelyContainsCss();
|
|
36247
36278
|
},
|
|
36248
|
-
$signature:
|
|
36279
|
+
$signature: 139
|
|
36249
36280
|
};
|
|
36250
36281
|
Q._EnvironmentModule__EnvironmentModule_closure10.prototype = {
|
|
36251
36282
|
call$1: function(module) {
|
|
36252
36283
|
return module.get$transitivelyContainsExtensions();
|
|
36253
36284
|
},
|
|
36254
|
-
$signature:
|
|
36285
|
+
$signature: 139
|
|
36255
36286
|
};
|
|
36256
36287
|
O.AsyncImportCache.prototype = {
|
|
36257
36288
|
canonicalize$4$baseImporter$baseUrl$forImport: function(url, baseImporter, baseUrl, forImport) {
|
|
@@ -36482,7 +36513,7 @@ self.fs = require("fs");
|
|
|
36482
36513
|
call$0: function() {
|
|
36483
36514
|
return this.importer.canonicalize$1(this.url);
|
|
36484
36515
|
},
|
|
36485
|
-
$signature:
|
|
36516
|
+
$signature: 188
|
|
36486
36517
|
};
|
|
36487
36518
|
O.AsyncImportCache_importCanonical_closure.prototype = {
|
|
36488
36519
|
call$0: function() {
|
|
@@ -37265,21 +37296,21 @@ self.fs = require("fs");
|
|
|
37265
37296
|
var t1 = module.get$variables();
|
|
37266
37297
|
return t1.get$keys(t1);
|
|
37267
37298
|
},
|
|
37268
|
-
$signature:
|
|
37299
|
+
$signature: 129
|
|
37269
37300
|
};
|
|
37270
37301
|
O.Environment_importForwards_closure0.prototype = {
|
|
37271
37302
|
call$1: function(module) {
|
|
37272
37303
|
var t1 = module.get$functions(module);
|
|
37273
37304
|
return t1.get$keys(t1);
|
|
37274
37305
|
},
|
|
37275
|
-
$signature:
|
|
37306
|
+
$signature: 129
|
|
37276
37307
|
};
|
|
37277
37308
|
O.Environment_importForwards_closure1.prototype = {
|
|
37278
37309
|
call$1: function(module) {
|
|
37279
37310
|
var t1 = module.get$mixins();
|
|
37280
37311
|
return t1.get$keys(t1);
|
|
37281
37312
|
},
|
|
37282
|
-
$signature:
|
|
37313
|
+
$signature: 129
|
|
37283
37314
|
};
|
|
37284
37315
|
O.Environment__getVariableFromGlobalModule_closure.prototype = {
|
|
37285
37316
|
call$1: function(module) {
|
|
@@ -37313,13 +37344,13 @@ self.fs = require("fs");
|
|
|
37313
37344
|
call$1: function(module) {
|
|
37314
37345
|
return module.get$functions(module).$index(0, this.name);
|
|
37315
37346
|
},
|
|
37316
|
-
$signature:
|
|
37347
|
+
$signature: 171
|
|
37317
37348
|
};
|
|
37318
37349
|
O.Environment__getMixinFromGlobalModule_closure.prototype = {
|
|
37319
37350
|
call$1: function(module) {
|
|
37320
37351
|
return module.get$mixins().$index(0, this.name);
|
|
37321
37352
|
},
|
|
37322
|
-
$signature:
|
|
37353
|
+
$signature: 171
|
|
37323
37354
|
};
|
|
37324
37355
|
O.Environment__fromOneModule_closure.prototype = {
|
|
37325
37356
|
call$1: function(entry) {
|
|
@@ -37422,7 +37453,7 @@ self.fs = require("fs");
|
|
|
37422
37453
|
t2.toString;
|
|
37423
37454
|
return O._EnvironmentModule__memberMap(t1, new H.EfficientLengthMappedIterable(t2, new O._EnvironmentModule__EnvironmentModule__closure(), H._instanceType(t2)._eval$1("EfficientLengthMappedIterable<1,Map<String,AstNode>>")), type$.AstNode);
|
|
37424
37455
|
},
|
|
37425
|
-
$signature:
|
|
37456
|
+
$signature: 193
|
|
37426
37457
|
};
|
|
37427
37458
|
O._EnvironmentModule__EnvironmentModule__closure.prototype = {
|
|
37428
37459
|
call$1: function(module) {
|
|
@@ -37436,25 +37467,25 @@ self.fs = require("fs");
|
|
|
37436
37467
|
call$1: function(module) {
|
|
37437
37468
|
return module.get$functions(module);
|
|
37438
37469
|
},
|
|
37439
|
-
$signature:
|
|
37470
|
+
$signature: 227
|
|
37440
37471
|
};
|
|
37441
37472
|
O._EnvironmentModule__EnvironmentModule_closure2.prototype = {
|
|
37442
37473
|
call$1: function(module) {
|
|
37443
37474
|
return module.get$mixins();
|
|
37444
37475
|
},
|
|
37445
|
-
$signature:
|
|
37476
|
+
$signature: 227
|
|
37446
37477
|
};
|
|
37447
37478
|
O._EnvironmentModule__EnvironmentModule_closure3.prototype = {
|
|
37448
37479
|
call$1: function(module) {
|
|
37449
37480
|
return module.get$transitivelyContainsCss();
|
|
37450
37481
|
},
|
|
37451
|
-
$signature:
|
|
37482
|
+
$signature: 138
|
|
37452
37483
|
};
|
|
37453
37484
|
O._EnvironmentModule__EnvironmentModule_closure4.prototype = {
|
|
37454
37485
|
call$1: function(module) {
|
|
37455
37486
|
return module.get$transitivelyContainsExtensions();
|
|
37456
37487
|
},
|
|
37457
|
-
$signature:
|
|
37488
|
+
$signature: 138
|
|
37458
37489
|
};
|
|
37459
37490
|
E.SassException.prototype = {
|
|
37460
37491
|
get$trace: function(_) {
|
|
@@ -38031,7 +38062,7 @@ self.fs = require("fs");
|
|
|
38031
38062
|
switch ($async$goto) {
|
|
38032
38063
|
case 0:
|
|
38033
38064
|
// Function start
|
|
38034
|
-
t1 = watcher._group.get$_controller();
|
|
38065
|
+
t1 = watcher._group.get$_stream_group$_controller();
|
|
38035
38066
|
t1 = new P._StreamIterator(H.checkNotNullable($async$self._debounceEvents$1(new P._ControllerStream(t1, H._instanceType(t1)._eval$1("_ControllerStream<1>"))), "stream", type$.Object));
|
|
38036
38067
|
$async$handler = 3;
|
|
38037
38068
|
t2 = $async$self._watch$_options._options;
|
|
@@ -39045,13 +39076,13 @@ self.fs = require("fs");
|
|
|
39045
39076
|
call$1: function(extension) {
|
|
39046
39077
|
return !extension.isOptional;
|
|
39047
39078
|
},
|
|
39048
|
-
$signature:
|
|
39079
|
+
$signature: 356
|
|
39049
39080
|
};
|
|
39050
39081
|
X.ExtensionStore__registerSelector_closure.prototype = {
|
|
39051
39082
|
call$0: function() {
|
|
39052
39083
|
return P.LinkedHashSet_LinkedHashSet$_empty(type$.ModifiableCssValue_SelectorList);
|
|
39053
39084
|
},
|
|
39054
|
-
$signature:
|
|
39085
|
+
$signature: 534
|
|
39055
39086
|
};
|
|
39056
39087
|
X.ExtensionStore_addExtension_closure.prototype = {
|
|
39057
39088
|
call$0: function() {
|
|
@@ -39063,7 +39094,7 @@ self.fs = require("fs");
|
|
|
39063
39094
|
call$0: function() {
|
|
39064
39095
|
return H.setRuntimeTypeInfo([], type$.JSArray_Extension);
|
|
39065
39096
|
},
|
|
39066
|
-
$signature:
|
|
39097
|
+
$signature: 147
|
|
39067
39098
|
};
|
|
39068
39099
|
X.ExtensionStore_addExtension_closure1.prototype = {
|
|
39069
39100
|
call$0: function() {
|
|
@@ -39075,7 +39106,7 @@ self.fs = require("fs");
|
|
|
39075
39106
|
call$0: function() {
|
|
39076
39107
|
return H.setRuntimeTypeInfo([], type$.JSArray_Extension);
|
|
39077
39108
|
},
|
|
39078
|
-
$signature:
|
|
39109
|
+
$signature: 147
|
|
39079
39110
|
};
|
|
39080
39111
|
X.ExtensionStore__extendExistingExtensions_closure0.prototype = {
|
|
39081
39112
|
call$0: function() {
|
|
@@ -39115,7 +39146,7 @@ self.fs = require("fs");
|
|
|
39115
39146
|
} else
|
|
39116
39147
|
newSources.forEach$1(0, new X.ExtensionStore_addExtensions__closure1(_this._box_0, existingSources, extensionsForTarget, selectorsForTarget, target));
|
|
39117
39148
|
},
|
|
39118
|
-
$signature:
|
|
39149
|
+
$signature: 444
|
|
39119
39150
|
};
|
|
39120
39151
|
X.ExtensionStore_addExtensions__closure1.prototype = {
|
|
39121
39152
|
call$2: function(extender, extension) {
|
|
@@ -39131,7 +39162,7 @@ self.fs = require("fs");
|
|
|
39131
39162
|
t1.putIfAbsent$2(_this.target, new X.ExtensionStore_addExtensions___closure()).putIfAbsent$2(extender, new X.ExtensionStore_addExtensions___closure0(extension));
|
|
39132
39163
|
}
|
|
39133
39164
|
},
|
|
39134
|
-
$signature:
|
|
39165
|
+
$signature: 403
|
|
39135
39166
|
};
|
|
39136
39167
|
X.ExtensionStore_addExtensions___closure.prototype = {
|
|
39137
39168
|
call$0: function() {
|
|
@@ -39152,13 +39183,13 @@ self.fs = require("fs");
|
|
|
39152
39183
|
X.NullableExtension_andThen(t1.extensionsToExtend, new X.ExtensionStore_addExtensions__closure(t2, newExtensions));
|
|
39153
39184
|
X.NullableExtension_andThen(t1.selectorsToExtend, new X.ExtensionStore_addExtensions__closure0(t2, newExtensions));
|
|
39154
39185
|
},
|
|
39155
|
-
$signature:
|
|
39186
|
+
$signature: 382
|
|
39156
39187
|
};
|
|
39157
39188
|
X.ExtensionStore_addExtensions__closure.prototype = {
|
|
39158
39189
|
call$1: function(extensionsToExtend) {
|
|
39159
39190
|
return this.$this._extendExistingExtensions$2(extensionsToExtend, this.newExtensions);
|
|
39160
39191
|
},
|
|
39161
|
-
$signature:
|
|
39192
|
+
$signature: 327
|
|
39162
39193
|
};
|
|
39163
39194
|
X.ExtensionStore_addExtensions__closure0.prototype = {
|
|
39164
39195
|
call$1: function(selectorsToExtend) {
|
|
@@ -39177,13 +39208,13 @@ self.fs = require("fs");
|
|
|
39177
39208
|
var t1 = Y.weave(J.map$1$1$ax(path, new X.ExtensionStore__extendComplex__closure(), type$.List_ComplexSelectorComponent).toList$0(0));
|
|
39178
39209
|
return new H.MappedListIterable(t1, new X.ExtensionStore__extendComplex__closure0(this._box_0, this.$this, this.complex, path), H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ComplexSelector>"));
|
|
39179
39210
|
},
|
|
39180
|
-
$signature:
|
|
39211
|
+
$signature: 253
|
|
39181
39212
|
};
|
|
39182
39213
|
X.ExtensionStore__extendComplex__closure.prototype = {
|
|
39183
39214
|
call$1: function(complex) {
|
|
39184
39215
|
return complex.components;
|
|
39185
39216
|
},
|
|
39186
|
-
$signature:
|
|
39217
|
+
$signature: 259
|
|
39187
39218
|
};
|
|
39188
39219
|
X.ExtensionStore__extendComplex__closure0.prototype = {
|
|
39189
39220
|
call$1: function(components) {
|
|
@@ -39209,7 +39240,7 @@ self.fs = require("fs");
|
|
|
39209
39240
|
extender.assertCompatibleMediaContext$1(this.mediaQueryContext);
|
|
39210
39241
|
return extender.selector;
|
|
39211
39242
|
},
|
|
39212
|
-
$signature:
|
|
39243
|
+
$signature: 265
|
|
39213
39244
|
};
|
|
39214
39245
|
X.ExtensionStore__extendCompound_closure0.prototype = {
|
|
39215
39246
|
call$1: function(path) {
|
|
@@ -39244,13 +39275,13 @@ self.fs = require("fs");
|
|
|
39244
39275
|
t1 = J.map$1$1$ax(complexes, new X.ExtensionStore__extendCompound__closure0(_box_0), type$.ComplexSelector);
|
|
39245
39276
|
return P.List_List$of(t1, true, t1.$ti._eval$1("ListIterable.E"));
|
|
39246
39277
|
},
|
|
39247
|
-
$signature:
|
|
39278
|
+
$signature: 273
|
|
39248
39279
|
};
|
|
39249
39280
|
X.ExtensionStore__extendCompound__closure.prototype = {
|
|
39250
39281
|
call$1: function(extender) {
|
|
39251
39282
|
return type$.CompoundSelector._as(C.JSArray_methods.get$last(extender.selector.components)).components;
|
|
39252
39283
|
},
|
|
39253
|
-
$signature:
|
|
39284
|
+
$signature: 290
|
|
39254
39285
|
};
|
|
39255
39286
|
X.ExtensionStore__extendCompound__closure0.prototype = {
|
|
39256
39287
|
call$1: function(components) {
|
|
@@ -39262,7 +39293,7 @@ self.fs = require("fs");
|
|
|
39262
39293
|
call$1: function(l) {
|
|
39263
39294
|
return l;
|
|
39264
39295
|
},
|
|
39265
|
-
$signature:
|
|
39296
|
+
$signature: 306
|
|
39266
39297
|
};
|
|
39267
39298
|
X.ExtensionStore__extendCompound_closure2.prototype = {
|
|
39268
39299
|
call$1: function(_) {
|
|
@@ -39294,20 +39325,20 @@ self.fs = require("fs");
|
|
|
39294
39325
|
t1.push(t2.get$current(t2).extender);
|
|
39295
39326
|
return t1;
|
|
39296
39327
|
},
|
|
39297
|
-
$signature:
|
|
39328
|
+
$signature: 312
|
|
39298
39329
|
};
|
|
39299
39330
|
X.ExtensionStore__extendSimple_closure.prototype = {
|
|
39300
39331
|
call$1: function(pseudo) {
|
|
39301
39332
|
var t1 = this.withoutPseudo.call$1(pseudo);
|
|
39302
39333
|
return t1 == null ? H.setRuntimeTypeInfo([this.$this._extenderForSimple$2(pseudo, this.simpleSpan)], type$.JSArray_Extender) : t1;
|
|
39303
39334
|
},
|
|
39304
|
-
$signature:
|
|
39335
|
+
$signature: 321
|
|
39305
39336
|
};
|
|
39306
39337
|
X.ExtensionStore__extendSimple_closure0.prototype = {
|
|
39307
39338
|
call$1: function(result) {
|
|
39308
39339
|
return H.setRuntimeTypeInfo([result], type$.JSArray_List_Extender);
|
|
39309
39340
|
},
|
|
39310
|
-
$signature:
|
|
39341
|
+
$signature: 326
|
|
39311
39342
|
};
|
|
39312
39343
|
X.ExtensionStore__extendPseudo_closure.prototype = {
|
|
39313
39344
|
call$1: function(complex) {
|
|
@@ -39369,14 +39400,14 @@ self.fs = require("fs");
|
|
|
39369
39400
|
return H.setRuntimeTypeInfo([], type$.JSArray_ComplexSelector);
|
|
39370
39401
|
}
|
|
39371
39402
|
},
|
|
39372
|
-
$signature:
|
|
39403
|
+
$signature: 328
|
|
39373
39404
|
};
|
|
39374
39405
|
X.ExtensionStore__extendPseudo_closure3.prototype = {
|
|
39375
39406
|
call$1: function(complex) {
|
|
39376
39407
|
var t1 = this.pseudo;
|
|
39377
39408
|
return D.PseudoSelector$(t1.name, t1.argument, !t1.isClass, D.SelectorList$(H.setRuntimeTypeInfo([complex], type$.JSArray_ComplexSelector)));
|
|
39378
39409
|
},
|
|
39379
|
-
$signature:
|
|
39410
|
+
$signature: 340
|
|
39380
39411
|
};
|
|
39381
39412
|
X.ExtensionStore__trim_closure.prototype = {
|
|
39382
39413
|
call$1: function(complex2) {
|
|
@@ -39406,7 +39437,7 @@ self.fs = require("fs");
|
|
|
39406
39437
|
t5.$indexSet(0, newSelector, mediaContext);
|
|
39407
39438
|
}
|
|
39408
39439
|
},
|
|
39409
|
-
$signature:
|
|
39440
|
+
$signature: 355
|
|
39410
39441
|
};
|
|
39411
39442
|
Y.unifyComplex_closure.prototype = {
|
|
39412
39443
|
call$1: function(complex) {
|
|
@@ -39436,19 +39467,19 @@ self.fs = require("fs");
|
|
|
39436
39467
|
return _null;
|
|
39437
39468
|
return t1.get$first(unified);
|
|
39438
39469
|
},
|
|
39439
|
-
$signature:
|
|
39470
|
+
$signature: 377
|
|
39440
39471
|
};
|
|
39441
39472
|
Y._weaveParents_closure0.prototype = {
|
|
39442
39473
|
call$1: function(sequence) {
|
|
39443
39474
|
return Y.complexIsParentSuperselector(sequence.get$first(sequence), this.group);
|
|
39444
39475
|
},
|
|
39445
|
-
$signature:
|
|
39476
|
+
$signature: 380
|
|
39446
39477
|
};
|
|
39447
39478
|
Y._weaveParents_closure1.prototype = {
|
|
39448
39479
|
call$1: function(chunk) {
|
|
39449
39480
|
return J.expand$1$1$ax(chunk, new Y._weaveParents__closure1(), type$.ComplexSelectorComponent);
|
|
39450
39481
|
},
|
|
39451
|
-
$signature:
|
|
39482
|
+
$signature: 184
|
|
39452
39483
|
};
|
|
39453
39484
|
Y._weaveParents__closure1.prototype = {
|
|
39454
39485
|
call$1: function(group) {
|
|
@@ -39460,13 +39491,13 @@ self.fs = require("fs");
|
|
|
39460
39491
|
call$1: function(sequence) {
|
|
39461
39492
|
return sequence.get$length(sequence) === 0;
|
|
39462
39493
|
},
|
|
39463
|
-
$signature:
|
|
39494
|
+
$signature: 183
|
|
39464
39495
|
};
|
|
39465
39496
|
Y._weaveParents_closure3.prototype = {
|
|
39466
39497
|
call$1: function(chunk) {
|
|
39467
39498
|
return J.expand$1$1$ax(chunk, new Y._weaveParents__closure0(), type$.ComplexSelectorComponent);
|
|
39468
39499
|
},
|
|
39469
|
-
$signature:
|
|
39500
|
+
$signature: 184
|
|
39470
39501
|
};
|
|
39471
39502
|
Y._weaveParents__closure0.prototype = {
|
|
39472
39503
|
call$1: function(group) {
|
|
@@ -39478,26 +39509,26 @@ self.fs = require("fs");
|
|
|
39478
39509
|
call$1: function(choice) {
|
|
39479
39510
|
return J.get$isNotEmpty$asx(choice);
|
|
39480
39511
|
},
|
|
39481
|
-
$signature:
|
|
39512
|
+
$signature: 390
|
|
39482
39513
|
};
|
|
39483
39514
|
Y._weaveParents_closure5.prototype = {
|
|
39484
39515
|
call$1: function(path) {
|
|
39485
39516
|
var t1 = J.expand$1$1$ax(path, new Y._weaveParents__closure(), type$.ComplexSelectorComponent);
|
|
39486
39517
|
return P.List_List$of(t1, true, t1.$ti._eval$1("Iterable.E"));
|
|
39487
39518
|
},
|
|
39488
|
-
$signature:
|
|
39519
|
+
$signature: 398
|
|
39489
39520
|
};
|
|
39490
39521
|
Y._weaveParents__closure.prototype = {
|
|
39491
39522
|
call$1: function(group) {
|
|
39492
39523
|
return group;
|
|
39493
39524
|
},
|
|
39494
|
-
$signature:
|
|
39525
|
+
$signature: 401
|
|
39495
39526
|
};
|
|
39496
39527
|
Y._mustUnify_closure.prototype = {
|
|
39497
39528
|
call$1: function(component) {
|
|
39498
39529
|
return component instanceof X.CompoundSelector && C.JSArray_methods.any$1(component.components, new Y._mustUnify__closure(this.uniqueSelectors));
|
|
39499
39530
|
},
|
|
39500
|
-
$signature:
|
|
39531
|
+
$signature: 117
|
|
39501
39532
|
};
|
|
39502
39533
|
Y._mustUnify__closure.prototype = {
|
|
39503
39534
|
call$1: function(simple) {
|
|
@@ -39690,13 +39721,13 @@ self.fs = require("fs");
|
|
|
39690
39721
|
call$1: function(pseudo) {
|
|
39691
39722
|
return pseudo.isClass === this.isClass && pseudo.name === this.name;
|
|
39692
39723
|
},
|
|
39693
|
-
$signature:
|
|
39724
|
+
$signature: 441
|
|
39694
39725
|
};
|
|
39695
39726
|
Y._selectorPseudoArgs_closure0.prototype = {
|
|
39696
39727
|
call$1: function(pseudo) {
|
|
39697
39728
|
return pseudo.selector;
|
|
39698
39729
|
},
|
|
39699
|
-
$signature:
|
|
39730
|
+
$signature: 460
|
|
39700
39731
|
};
|
|
39701
39732
|
A.MergedExtension.prototype = {
|
|
39702
39733
|
unmerge$0: function() {
|
|
@@ -40209,7 +40240,7 @@ self.fs = require("fs");
|
|
|
40209
40240
|
call$3$assertPercent: function($name, max, assertPercent) {
|
|
40210
40241
|
return this.call$4$assertPercent$checkPercent($name, max, assertPercent, false);
|
|
40211
40242
|
},
|
|
40212
|
-
$signature:
|
|
40243
|
+
$signature: 142
|
|
40213
40244
|
};
|
|
40214
40245
|
K._updateComponents_closure.prototype = {
|
|
40215
40246
|
call$1: function($name) {
|
|
@@ -40229,19 +40260,19 @@ self.fs = require("fs");
|
|
|
40229
40260
|
t1 = param > 0 ? max - current : current;
|
|
40230
40261
|
return current + t1 * (param / 100);
|
|
40231
40262
|
},
|
|
40232
|
-
$signature:
|
|
40263
|
+
$signature: 143
|
|
40233
40264
|
};
|
|
40234
40265
|
K._updateComponents_updateRgb.prototype = {
|
|
40235
40266
|
call$2: function(current, param) {
|
|
40236
40267
|
return T.fuzzyRound(this.updateValue.call$3(current, param, 255));
|
|
40237
40268
|
},
|
|
40238
|
-
$signature:
|
|
40269
|
+
$signature: 144
|
|
40239
40270
|
};
|
|
40240
40271
|
K._functionString_closure.prototype = {
|
|
40241
40272
|
call$1: function(argument) {
|
|
40242
40273
|
return N.serializeValue0(argument, false, true);
|
|
40243
40274
|
},
|
|
40244
|
-
$signature:
|
|
40275
|
+
$signature: 533
|
|
40245
40276
|
};
|
|
40246
40277
|
K._removedColorFunction_closure.prototype = {
|
|
40247
40278
|
call$1: function($arguments) {
|
|
@@ -40250,7 +40281,7 @@ self.fs = require("fs");
|
|
|
40250
40281
|
t3 = "The function " + t1 + string$.x28__isn + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
40251
40282
|
throw H.wrapException(E.SassScriptException$(t3 + (this.negative ? "-" : "") + H.S(t2.$index($arguments, 1)) + string$.x29x0a_Mor + t1));
|
|
40252
40283
|
},
|
|
40253
|
-
$signature:
|
|
40284
|
+
$signature: 526
|
|
40254
40285
|
};
|
|
40255
40286
|
K._rgb_closure.prototype = {
|
|
40256
40287
|
call$1: function(alpha) {
|
|
@@ -40392,13 +40423,13 @@ self.fs = require("fs");
|
|
|
40392
40423
|
call$1: function(list) {
|
|
40393
40424
|
return list.get$asList();
|
|
40394
40425
|
},
|
|
40395
|
-
$signature:
|
|
40426
|
+
$signature: 519
|
|
40396
40427
|
};
|
|
40397
40428
|
D._zip__closure0.prototype = {
|
|
40398
40429
|
call$1: function(list) {
|
|
40399
40430
|
return this._box_0.i !== J.get$length$asx(list);
|
|
40400
40431
|
},
|
|
40401
|
-
$signature:
|
|
40432
|
+
$signature: 506
|
|
40402
40433
|
};
|
|
40403
40434
|
D._zip__closure1.prototype = {
|
|
40404
40435
|
call$1: function(list) {
|
|
@@ -40534,7 +40565,7 @@ self.fs = require("fs");
|
|
|
40534
40565
|
}
|
|
40535
40566
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(t2, t1, t1));
|
|
40536
40567
|
},
|
|
40537
|
-
$signature:
|
|
40568
|
+
$signature: 494
|
|
40538
40569
|
};
|
|
40539
40570
|
A._deepMerge_closure.prototype = {
|
|
40540
40571
|
call$1: function($arguments) {
|
|
@@ -40640,7 +40671,7 @@ self.fs = require("fs");
|
|
|
40640
40671
|
mutableMap.$indexSet(0, key, _this.call$1(t2 ? C.SassMap_Map_empty : nestedMap));
|
|
40641
40672
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(mutableMap, t1, t1));
|
|
40642
40673
|
},
|
|
40643
|
-
$signature:
|
|
40674
|
+
$signature: 483
|
|
40644
40675
|
};
|
|
40645
40676
|
A._deepMergeImpl__ensureMutable.prototype = {
|
|
40646
40677
|
call$0: function() {
|
|
@@ -40764,7 +40795,7 @@ self.fs = require("fs");
|
|
|
40764
40795
|
call$1: function(argument) {
|
|
40765
40796
|
return argument.assertNumber$0();
|
|
40766
40797
|
},
|
|
40767
|
-
$signature:
|
|
40798
|
+
$signature: 452
|
|
40768
40799
|
};
|
|
40769
40800
|
K._log_closure.prototype = {
|
|
40770
40801
|
call$1: function($arguments) {
|
|
@@ -41050,13 +41081,13 @@ self.fs = require("fs");
|
|
|
41050
41081
|
t1.first = false;
|
|
41051
41082
|
return result;
|
|
41052
41083
|
},
|
|
41053
|
-
$signature:
|
|
41084
|
+
$signature: 148
|
|
41054
41085
|
};
|
|
41055
41086
|
T._nest__closure0.prototype = {
|
|
41056
41087
|
call$2: function($parent, child) {
|
|
41057
41088
|
return child.resolveParentSelectors$1($parent);
|
|
41058
41089
|
},
|
|
41059
|
-
$signature:
|
|
41090
|
+
$signature: 149
|
|
41060
41091
|
};
|
|
41061
41092
|
T._append_closure.prototype = {
|
|
41062
41093
|
call$1: function($arguments) {
|
|
@@ -41071,14 +41102,14 @@ self.fs = require("fs");
|
|
|
41071
41102
|
call$1: function(selector) {
|
|
41072
41103
|
return selector.assertSelector$0();
|
|
41073
41104
|
},
|
|
41074
|
-
$signature:
|
|
41105
|
+
$signature: 148
|
|
41075
41106
|
};
|
|
41076
41107
|
T._append__closure0.prototype = {
|
|
41077
41108
|
call$2: function($parent, child) {
|
|
41078
41109
|
var t1 = child.components;
|
|
41079
41110
|
return D.SelectorList$(new H.MappedListIterable(t1, new T._append___closure($parent), H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,ComplexSelector>"))).resolveParentSelectors$1($parent);
|
|
41080
41111
|
},
|
|
41081
|
-
$signature:
|
|
41112
|
+
$signature: 149
|
|
41082
41113
|
};
|
|
41083
41114
|
T._append___closure.prototype = {
|
|
41084
41115
|
call$1: function(complex) {
|
|
@@ -41095,7 +41126,7 @@ self.fs = require("fs");
|
|
|
41095
41126
|
} else
|
|
41096
41127
|
throw H.wrapException(E.SassScriptException$("Can't append " + complex.toString$0(0) + " to " + this.parent.toString$0(0) + "."));
|
|
41097
41128
|
},
|
|
41098
|
-
$signature:
|
|
41129
|
+
$signature: 121
|
|
41099
41130
|
};
|
|
41100
41131
|
T._extend_closure.prototype = {
|
|
41101
41132
|
call$1: function($arguments) {
|
|
@@ -41143,7 +41174,7 @@ self.fs = require("fs");
|
|
|
41143
41174
|
call$1: function(simple) {
|
|
41144
41175
|
return new D.SassString(N.serializeSelector(simple, true), false);
|
|
41145
41176
|
},
|
|
41146
|
-
$signature:
|
|
41177
|
+
$signature: 448
|
|
41147
41178
|
};
|
|
41148
41179
|
T._parse_closure.prototype = {
|
|
41149
41180
|
call$1: function($arguments) {
|
|
@@ -41209,12 +41240,13 @@ self.fs = require("fs");
|
|
|
41209
41240
|
D._slice_closure.prototype = {
|
|
41210
41241
|
call$1: function($arguments) {
|
|
41211
41242
|
var lengthInCodepoints, endInt, startCodepoint, endCodepoint,
|
|
41243
|
+
_s8_ = "start-at",
|
|
41212
41244
|
t1 = J.getInterceptor$asx($arguments),
|
|
41213
41245
|
string = t1.$index($arguments, 0).assertString$1("string"),
|
|
41214
|
-
start = t1.$index($arguments, 1).assertNumber$1(
|
|
41246
|
+
start = t1.$index($arguments, 1).assertNumber$1(_s8_),
|
|
41215
41247
|
end = t1.$index($arguments, 2).assertNumber$1("end-at");
|
|
41216
|
-
start.assertNoUnits$1(
|
|
41217
|
-
end.assertNoUnits$1("end");
|
|
41248
|
+
start.assertNoUnits$1(_s8_);
|
|
41249
|
+
end.assertNoUnits$1("end-at");
|
|
41218
41250
|
lengthInCodepoints = string.get$sassLength();
|
|
41219
41251
|
endInt = end.assertInt$0();
|
|
41220
41252
|
if (endInt === 0)
|
|
@@ -41336,7 +41368,7 @@ self.fs = require("fs");
|
|
|
41336
41368
|
call$0: function() {
|
|
41337
41369
|
return this.importer.canonicalize$1(this.url);
|
|
41338
41370
|
},
|
|
41339
|
-
$signature:
|
|
41371
|
+
$signature: 150
|
|
41340
41372
|
};
|
|
41341
41373
|
R.ImportCache_importCanonical_closure.prototype = {
|
|
41342
41374
|
call$0: function() {
|
|
@@ -41355,13 +41387,13 @@ self.fs = require("fs");
|
|
|
41355
41387
|
call$1: function(tuple) {
|
|
41356
41388
|
return tuple.item2.$eq(0, this.canonicalUrl);
|
|
41357
41389
|
},
|
|
41358
|
-
$signature:
|
|
41390
|
+
$signature: 418
|
|
41359
41391
|
};
|
|
41360
41392
|
R.ImportCache_humanize_closure0.prototype = {
|
|
41361
41393
|
call$1: function(tuple) {
|
|
41362
41394
|
return tuple.item3;
|
|
41363
41395
|
},
|
|
41364
|
-
$signature:
|
|
41396
|
+
$signature: 410
|
|
41365
41397
|
};
|
|
41366
41398
|
R.ImportCache_humanize_closure1.prototype = {
|
|
41367
41399
|
call$1: function(url) {
|
|
@@ -41433,7 +41465,7 @@ self.fs = require("fs");
|
|
|
41433
41465
|
}
|
|
41434
41466
|
return t2.toUri$1(t1);
|
|
41435
41467
|
},
|
|
41436
|
-
$signature:
|
|
41468
|
+
$signature: 151
|
|
41437
41469
|
};
|
|
41438
41470
|
E.ImporterResult.prototype = {
|
|
41439
41471
|
get$sourceMapUrl: function() {
|
|
@@ -41702,7 +41734,7 @@ self.fs = require("fs");
|
|
|
41702
41734
|
else
|
|
41703
41735
|
return new B.listDir_closure_list().call$1(t1);
|
|
41704
41736
|
},
|
|
41705
|
-
$signature:
|
|
41737
|
+
$signature: 153
|
|
41706
41738
|
};
|
|
41707
41739
|
B.listDir__closure.prototype = {
|
|
41708
41740
|
call$1: function(child) {
|
|
@@ -41720,14 +41752,14 @@ self.fs = require("fs");
|
|
|
41720
41752
|
call$1: function($parent) {
|
|
41721
41753
|
return J.expand$1$1$ax(J.readdirSync$1$x(D.fs(), $parent), new B.listDir__list_closure($parent, this), type$.String);
|
|
41722
41754
|
},
|
|
41723
|
-
$signature:
|
|
41755
|
+
$signature: 154
|
|
41724
41756
|
};
|
|
41725
41757
|
B.listDir__list_closure.prototype = {
|
|
41726
41758
|
call$1: function(child) {
|
|
41727
41759
|
var path = D.join(this.parent, H._asString(child), null);
|
|
41728
41760
|
return B.dirExists(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], type$.JSArray_String);
|
|
41729
41761
|
},
|
|
41730
|
-
$signature:
|
|
41762
|
+
$signature: 155
|
|
41731
41763
|
};
|
|
41732
41764
|
B.modificationTime_closure.prototype = {
|
|
41733
41765
|
call$0: function() {
|
|
@@ -41742,7 +41774,7 @@ self.fs = require("fs");
|
|
|
41742
41774
|
H.checkNotNullable(false, "isUtc", type$.bool);
|
|
41743
41775
|
return new P.DateTime(t1, false);
|
|
41744
41776
|
},
|
|
41745
|
-
$signature:
|
|
41777
|
+
$signature: 156
|
|
41746
41778
|
};
|
|
41747
41779
|
B.watchDir_closure.prototype = {
|
|
41748
41780
|
call$2: function(path, _) {
|
|
@@ -41756,7 +41788,7 @@ self.fs = require("fs");
|
|
|
41756
41788
|
$defaultValues: function() {
|
|
41757
41789
|
return [null];
|
|
41758
41790
|
},
|
|
41759
|
-
$signature:
|
|
41791
|
+
$signature: 157
|
|
41760
41792
|
};
|
|
41761
41793
|
B.watchDir_closure0.prototype = {
|
|
41762
41794
|
call$2: function(path, _) {
|
|
@@ -41770,7 +41802,7 @@ self.fs = require("fs");
|
|
|
41770
41802
|
$defaultValues: function() {
|
|
41771
41803
|
return [null];
|
|
41772
41804
|
},
|
|
41773
|
-
$signature:
|
|
41805
|
+
$signature: 157
|
|
41774
41806
|
};
|
|
41775
41807
|
B.watchDir_closure1.prototype = {
|
|
41776
41808
|
call$1: function(path) {
|
|
@@ -41784,7 +41816,7 @@ self.fs = require("fs");
|
|
|
41784
41816
|
var t1 = this._box_0.controller;
|
|
41785
41817
|
return t1 == null ? null : t1.addError$1(error);
|
|
41786
41818
|
},
|
|
41787
|
-
$signature:
|
|
41819
|
+
$signature: 393
|
|
41788
41820
|
};
|
|
41789
41821
|
B.watchDir_closure3.prototype = {
|
|
41790
41822
|
call$0: function() {
|
|
@@ -42025,7 +42057,7 @@ self.fs = require("fs");
|
|
|
42025
42057
|
var t1 = this._rule;
|
|
42026
42058
|
return R.ForwardedModuleView__forwardedMap(inner, t1.prefix, t1.shownVariables, t1.hiddenVariables, type$.AstNode);
|
|
42027
42059
|
},
|
|
42028
|
-
$signature:
|
|
42060
|
+
$signature: 158
|
|
42029
42061
|
};
|
|
42030
42062
|
B.ShadowedModuleView.prototype = {
|
|
42031
42063
|
get$url: function() {
|
|
@@ -42114,7 +42146,7 @@ self.fs = require("fs");
|
|
|
42114
42146
|
call$1: function(map) {
|
|
42115
42147
|
return B.ShadowedModuleView__shadowedMap(map, this.variables, type$.AstNode);
|
|
42116
42148
|
},
|
|
42117
|
-
$signature:
|
|
42149
|
+
$signature: 158
|
|
42118
42150
|
};
|
|
42119
42151
|
Y.Chokidar.prototype = {};
|
|
42120
42152
|
Y.ChokidarOptions.prototype = {};
|
|
@@ -44056,7 +44088,7 @@ self.fs = require("fs");
|
|
|
44056
44088
|
t1.error$1(0, "expected selector.");
|
|
44057
44089
|
return compound;
|
|
44058
44090
|
},
|
|
44059
|
-
$signature:
|
|
44091
|
+
$signature: 352
|
|
44060
44092
|
};
|
|
44061
44093
|
V.StylesheetParser.prototype = {
|
|
44062
44094
|
parse$0: function() {
|
|
@@ -47044,7 +47076,7 @@ self.fs = require("fs");
|
|
|
47044
47076
|
C.JSArray_methods.addAll$1(statements, H.MappedIterable_MappedIterable(t4, new V.StylesheetParser_parse__closure0(), H._instanceType(t4)._eval$1("Iterable.E"), type$.Statement));
|
|
47045
47077
|
return V.Stylesheet$(statements, t2.spanFrom$1(new S._SpanScannerState(t2, t3)), t1.get$plainCss());
|
|
47046
47078
|
},
|
|
47047
|
-
$signature:
|
|
47079
|
+
$signature: 341
|
|
47048
47080
|
};
|
|
47049
47081
|
V.StylesheetParser_parse__closure.prototype = {
|
|
47050
47082
|
call$0: function() {
|
|
@@ -47056,13 +47088,13 @@ self.fs = require("fs");
|
|
|
47056
47088
|
}
|
|
47057
47089
|
return t1._statement$1$root(true);
|
|
47058
47090
|
},
|
|
47059
|
-
$signature:
|
|
47091
|
+
$signature: 339
|
|
47060
47092
|
};
|
|
47061
47093
|
V.StylesheetParser_parse__closure0.prototype = {
|
|
47062
47094
|
call$1: function(declaration) {
|
|
47063
47095
|
return Z.VariableDeclaration$(declaration.name, new O.NullExpression(declaration.expression.get$span()), declaration.span, null, false, true, null);
|
|
47064
47096
|
},
|
|
47065
|
-
$signature:
|
|
47097
|
+
$signature: 337
|
|
47066
47098
|
};
|
|
47067
47099
|
V.StylesheetParser_parseArgumentDeclaration_closure.prototype = {
|
|
47068
47100
|
call$0: function() {
|
|
@@ -47078,14 +47110,14 @@ self.fs = require("fs");
|
|
|
47078
47110
|
t2.expectChar$1(123);
|
|
47079
47111
|
return $arguments;
|
|
47080
47112
|
},
|
|
47081
|
-
$signature:
|
|
47113
|
+
$signature: 336
|
|
47082
47114
|
};
|
|
47083
47115
|
V.StylesheetParser_parseVariableDeclaration_closure.prototype = {
|
|
47084
47116
|
call$0: function() {
|
|
47085
47117
|
var t1 = this.$this;
|
|
47086
47118
|
return t1.lookingAtIdentifier$0() ? t1._variableDeclarationWithNamespace$0() : t1.variableDeclarationWithoutNamespace$0();
|
|
47087
47119
|
},
|
|
47088
|
-
$signature:
|
|
47120
|
+
$signature: 159
|
|
47089
47121
|
};
|
|
47090
47122
|
V.StylesheetParser_parseUseRule_closure.prototype = {
|
|
47091
47123
|
call$0: function() {
|
|
@@ -47097,7 +47129,7 @@ self.fs = require("fs");
|
|
|
47097
47129
|
t1.whitespace$0();
|
|
47098
47130
|
return t1._useRule$1(new S._SpanScannerState(t2, t3));
|
|
47099
47131
|
},
|
|
47100
|
-
$signature:
|
|
47132
|
+
$signature: 335
|
|
47101
47133
|
};
|
|
47102
47134
|
V.StylesheetParser__parseSingleProduction_closure.prototype = {
|
|
47103
47135
|
call$0: function() {
|
|
@@ -47125,7 +47157,7 @@ self.fs = require("fs");
|
|
|
47125
47157
|
call$0: function() {
|
|
47126
47158
|
return this.declaration;
|
|
47127
47159
|
},
|
|
47128
|
-
$signature:
|
|
47160
|
+
$signature: 159
|
|
47129
47161
|
};
|
|
47130
47162
|
V.StylesheetParser__declarationOrBuffer_closure.prototype = {
|
|
47131
47163
|
call$2: function(children, span) {
|
|
@@ -47148,7 +47180,7 @@ self.fs = require("fs");
|
|
|
47148
47180
|
t1._inStyleRule = _this.wasInStyleRule;
|
|
47149
47181
|
return X.StyleRule$(_this._box_0.interpolation, children, t1.scanner.spanFrom$1(_this.start));
|
|
47150
47182
|
},
|
|
47151
|
-
$signature:
|
|
47183
|
+
$signature: 324
|
|
47152
47184
|
};
|
|
47153
47185
|
V.StylesheetParser__propertyOrVariableDeclaration_closure.prototype = {
|
|
47154
47186
|
call$2: function(children, span) {
|
|
@@ -47166,13 +47198,13 @@ self.fs = require("fs");
|
|
|
47166
47198
|
call$2: function(children, span) {
|
|
47167
47199
|
return V.AtRootRule$(children, span, this.query);
|
|
47168
47200
|
},
|
|
47169
|
-
$signature:
|
|
47201
|
+
$signature: 160
|
|
47170
47202
|
};
|
|
47171
47203
|
V.StylesheetParser__atRootRule_closure0.prototype = {
|
|
47172
47204
|
call$2: function(children, span) {
|
|
47173
47205
|
return V.AtRootRule$(children, span, null);
|
|
47174
47206
|
},
|
|
47175
|
-
$signature:
|
|
47207
|
+
$signature: 160
|
|
47176
47208
|
};
|
|
47177
47209
|
V.StylesheetParser__eachRule_closure.prototype = {
|
|
47178
47210
|
call$2: function(children, span) {
|
|
@@ -47180,13 +47212,13 @@ self.fs = require("fs");
|
|
|
47180
47212
|
_this.$this._inControlDirective = _this.wasInControlDirective;
|
|
47181
47213
|
return V.EachRule$(_this.variables, _this.list, children, span);
|
|
47182
47214
|
},
|
|
47183
|
-
$signature:
|
|
47215
|
+
$signature: 320
|
|
47184
47216
|
};
|
|
47185
47217
|
V.StylesheetParser__functionRule_closure.prototype = {
|
|
47186
47218
|
call$2: function(children, span) {
|
|
47187
47219
|
return M.FunctionRule$(this.name, this.$arguments, children, span, this.precedingComment);
|
|
47188
47220
|
},
|
|
47189
|
-
$signature:
|
|
47221
|
+
$signature: 318
|
|
47190
47222
|
};
|
|
47191
47223
|
V.StylesheetParser__forRule_closure.prototype = {
|
|
47192
47224
|
call$0: function() {
|
|
@@ -47211,7 +47243,7 @@ self.fs = require("fs");
|
|
|
47211
47243
|
t1.toString;
|
|
47212
47244
|
return B.ForRule$(_this.variable, _this.from, _this.to, children, span, t1);
|
|
47213
47245
|
},
|
|
47214
|
-
$signature:
|
|
47246
|
+
$signature: 315
|
|
47215
47247
|
};
|
|
47216
47248
|
V.StylesheetParser__memberList_closure.prototype = {
|
|
47217
47249
|
call$0: function() {
|
|
@@ -47227,13 +47259,13 @@ self.fs = require("fs");
|
|
|
47227
47259
|
call$2: function(children, span) {
|
|
47228
47260
|
return Y.ContentBlock$(this.contentArguments_, children, span);
|
|
47229
47261
|
},
|
|
47230
|
-
$signature:
|
|
47262
|
+
$signature: 307
|
|
47231
47263
|
};
|
|
47232
47264
|
V.StylesheetParser_mediaRule_closure.prototype = {
|
|
47233
47265
|
call$2: function(children, span) {
|
|
47234
47266
|
return G.MediaRule$(this.query, children, span);
|
|
47235
47267
|
},
|
|
47236
|
-
$signature:
|
|
47268
|
+
$signature: 305
|
|
47237
47269
|
};
|
|
47238
47270
|
V.StylesheetParser__mixinRule_closure.prototype = {
|
|
47239
47271
|
call$2: function(children, span) {
|
|
@@ -47245,7 +47277,7 @@ self.fs = require("fs");
|
|
|
47245
47277
|
t1._mixinHasContent = null;
|
|
47246
47278
|
return T.MixinRule$(_this.name, _this.$arguments, children, span, _this.precedingComment, t2);
|
|
47247
47279
|
},
|
|
47248
|
-
$signature:
|
|
47280
|
+
$signature: 302
|
|
47249
47281
|
};
|
|
47250
47282
|
V.StylesheetParser_mozDocumentRule_closure.prototype = {
|
|
47251
47283
|
call$2: function(children, span) {
|
|
@@ -47254,26 +47286,26 @@ self.fs = require("fs");
|
|
|
47254
47286
|
_this.$this.logger.warn$3$deprecation$span(0, string$.x40_moz_, true, span);
|
|
47255
47287
|
return U.AtRule$(_this.name, span, children, _this.value);
|
|
47256
47288
|
},
|
|
47257
|
-
$signature:
|
|
47289
|
+
$signature: 161
|
|
47258
47290
|
};
|
|
47259
47291
|
V.StylesheetParser_supportsRule_closure.prototype = {
|
|
47260
47292
|
call$2: function(children, span) {
|
|
47261
47293
|
return B.SupportsRule$(this.condition, children, span);
|
|
47262
47294
|
},
|
|
47263
|
-
$signature:
|
|
47295
|
+
$signature: 300
|
|
47264
47296
|
};
|
|
47265
47297
|
V.StylesheetParser__whileRule_closure.prototype = {
|
|
47266
47298
|
call$2: function(children, span) {
|
|
47267
47299
|
this.$this._inControlDirective = this.wasInControlDirective;
|
|
47268
47300
|
return G.WhileRule$(this.condition, children, span);
|
|
47269
47301
|
},
|
|
47270
|
-
$signature:
|
|
47302
|
+
$signature: 297
|
|
47271
47303
|
};
|
|
47272
47304
|
V.StylesheetParser_unknownAtRule_closure.prototype = {
|
|
47273
47305
|
call$2: function(children, span) {
|
|
47274
47306
|
return U.AtRule$(this.name, span, children, this._box_0.value);
|
|
47275
47307
|
},
|
|
47276
|
-
$signature:
|
|
47308
|
+
$signature: 161
|
|
47277
47309
|
};
|
|
47278
47310
|
V.StylesheetParser_expression_resetState.prototype = {
|
|
47279
47311
|
call$0: function() {
|
|
@@ -47348,7 +47380,7 @@ self.fs = require("fs");
|
|
|
47348
47380
|
call$1: function(expression) {
|
|
47349
47381
|
return this.call$2$number(expression, false);
|
|
47350
47382
|
},
|
|
47351
|
-
$signature:
|
|
47383
|
+
$signature: 275
|
|
47352
47384
|
};
|
|
47353
47385
|
V.StylesheetParser_expression_addOperator.prototype = {
|
|
47354
47386
|
call$1: function(operator) {
|
|
@@ -47388,7 +47420,7 @@ self.fs = require("fs");
|
|
|
47388
47420
|
t2.singleExpression_ = singleExpression_;
|
|
47389
47421
|
t2.allowSlash = t2.allowSlash && singleExpression_ instanceof T.NumberExpression;
|
|
47390
47422
|
},
|
|
47391
|
-
$signature:
|
|
47423
|
+
$signature: 262
|
|
47392
47424
|
};
|
|
47393
47425
|
V.StylesheetParser_expression_resolveSpaceExpressions.prototype = {
|
|
47394
47426
|
call$0: function() {
|
|
@@ -47436,7 +47468,7 @@ self.fs = require("fs");
|
|
|
47436
47468
|
call$1: function(contents) {
|
|
47437
47469
|
return new D.StringExpression(contents, false);
|
|
47438
47470
|
},
|
|
47439
|
-
$signature:
|
|
47471
|
+
$signature: 260
|
|
47440
47472
|
};
|
|
47441
47473
|
V.StylesheetParser__expressionUntilComparison_closure.prototype = {
|
|
47442
47474
|
call$0: function() {
|
|
@@ -47587,7 +47619,7 @@ self.fs = require("fs");
|
|
|
47587
47619
|
call$1: function(node) {
|
|
47588
47620
|
return this.$this._transitiveModificationTimes.putIfAbsent$2(node.canonicalUrl, new M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure(node, this));
|
|
47589
47621
|
},
|
|
47590
|
-
$signature:
|
|
47622
|
+
$signature: 258
|
|
47591
47623
|
};
|
|
47592
47624
|
M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure.prototype = {
|
|
47593
47625
|
call$0: function() {
|
|
@@ -47603,7 +47635,7 @@ self.fs = require("fs");
|
|
|
47603
47635
|
}
|
|
47604
47636
|
return latest;
|
|
47605
47637
|
},
|
|
47606
|
-
$signature:
|
|
47638
|
+
$signature: 156
|
|
47607
47639
|
};
|
|
47608
47640
|
M.StylesheetGraph__add_closure.prototype = {
|
|
47609
47641
|
call$0: function() {
|
|
@@ -48033,7 +48065,7 @@ self.fs = require("fs");
|
|
|
48033
48065
|
call$0: function() {
|
|
48034
48066
|
return this.source.file;
|
|
48035
48067
|
},
|
|
48036
|
-
$signature:
|
|
48068
|
+
$signature: 114
|
|
48037
48069
|
};
|
|
48038
48070
|
D.SourceMapBuffer_buildSourceMap_closure.prototype = {
|
|
48039
48071
|
call$1: function(entry) {
|
|
@@ -48045,7 +48077,7 @@ self.fs = require("fs");
|
|
|
48045
48077
|
t4 = t3 === 0 ? t4.prefixColumn : 0;
|
|
48046
48078
|
return new L.Entry(t1, V.SourceLocation$(t2.offset + this.prefixLength, t2.column + t4, t3 + t5, null), entry.identifierName);
|
|
48047
48079
|
},
|
|
48048
|
-
$signature:
|
|
48080
|
+
$signature: 162
|
|
48049
48081
|
};
|
|
48050
48082
|
R.UnprefixedMapView.prototype = {
|
|
48051
48083
|
get$keys: function(_) {
|
|
@@ -49136,7 +49168,7 @@ self.fs = require("fs");
|
|
|
49136
49168
|
call$2: function(multiplier, unit) {
|
|
49137
49169
|
return multiplier * this.$this.canonicalMultiplierForUnit$1(unit);
|
|
49138
49170
|
},
|
|
49139
|
-
$signature:
|
|
49171
|
+
$signature: 163
|
|
49140
49172
|
};
|
|
49141
49173
|
S.ComplexSassNumber.prototype = {
|
|
49142
49174
|
get$hasUnits: function() {
|
|
@@ -51419,7 +51451,7 @@ self.fs = require("fs");
|
|
|
51419
51451
|
if (node.namespace == null && $async$self._async_evaluate$_environment._async_environment$_variables.length === 1) {
|
|
51420
51452
|
t1 = $async$self._async_evaluate$_configuration._values;
|
|
51421
51453
|
t1 = t1.get$isEmpty(t1) ? null : t1.remove$1(0, node.name);
|
|
51422
|
-
if (t1 != null) {
|
|
51454
|
+
if (t1 != null && !t1.value.$eq(0, C.C_SassNull0)) {
|
|
51423
51455
|
$async$self._async_evaluate$_addExceptionSpan$2(node, new E._EvaluateVisitor_visitVariableDeclaration_closure2($async$self, node, t1));
|
|
51424
51456
|
$async$returnValue = null;
|
|
51425
51457
|
// goto return
|
|
@@ -53587,7 +53619,7 @@ self.fs = require("fs");
|
|
|
53587
53619
|
return new F.SassFunction(callable);
|
|
53588
53620
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
53589
53621
|
},
|
|
53590
|
-
$signature:
|
|
53622
|
+
$signature: 165
|
|
53591
53623
|
};
|
|
53592
53624
|
E._EvaluateVisitor__closure4.prototype = {
|
|
53593
53625
|
call$0: function() {
|
|
@@ -53596,7 +53628,7 @@ self.fs = require("fs");
|
|
|
53596
53628
|
t2 = t2 == null ? null : t2.text;
|
|
53597
53629
|
return this.$this._async_evaluate$_getFunction$2$namespace(t1, t2);
|
|
53598
53630
|
},
|
|
53599
|
-
$signature:
|
|
53631
|
+
$signature: 103
|
|
53600
53632
|
};
|
|
53601
53633
|
E._EvaluateVisitor_closure17.prototype = {
|
|
53602
53634
|
call$1: function($arguments) {
|
|
@@ -53971,7 +54003,7 @@ self.fs = require("fs");
|
|
|
53971
54003
|
call$1: function(module) {
|
|
53972
54004
|
return module.get$transitivelyContainsCss();
|
|
53973
54005
|
},
|
|
53974
|
-
$signature:
|
|
54006
|
+
$signature: 139
|
|
53975
54007
|
};
|
|
53976
54008
|
E._EvaluateVisitor__combineCss_closure3.prototype = {
|
|
53977
54009
|
call$1: function(target) {
|
|
@@ -54895,7 +54927,7 @@ self.fs = require("fs");
|
|
|
54895
54927
|
var t1 = this.node;
|
|
54896
54928
|
return this.$this._async_evaluate$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
54897
54929
|
},
|
|
54898
|
-
$signature:
|
|
54930
|
+
$signature: 103
|
|
54899
54931
|
};
|
|
54900
54932
|
E._EvaluateVisitor_visitIncludeRule_closure4.prototype = {
|
|
54901
54933
|
call$0: function() {
|
|
@@ -55809,7 +55841,7 @@ self.fs = require("fs");
|
|
|
55809
55841
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
55810
55842
|
return this.$this._async_evaluate$_getFunction$2$namespace(t2, t1);
|
|
55811
55843
|
},
|
|
55812
|
-
$signature:
|
|
55844
|
+
$signature: 103
|
|
55813
55845
|
};
|
|
55814
55846
|
E._EvaluateVisitor_visitFunctionExpression_closure2.prototype = {
|
|
55815
55847
|
call$0: function() {
|
|
@@ -56580,7 +56612,7 @@ self.fs = require("fs");
|
|
|
56580
56612
|
call$1: function(tuple) {
|
|
56581
56613
|
return this.$this._async_evaluate$_stackFrame$2(tuple.item1, tuple.item2.get$span());
|
|
56582
56614
|
},
|
|
56583
|
-
$signature:
|
|
56615
|
+
$signature: 214
|
|
56584
56616
|
};
|
|
56585
56617
|
E._ImportedCssVisitor0.prototype = {
|
|
56586
56618
|
visitCssAtRule$1: function(node) {
|
|
@@ -57467,7 +57499,7 @@ self.fs = require("fs");
|
|
|
57467
57499
|
if (node.namespace == null && _this._evaluate$_environment._variables.length === 1) {
|
|
57468
57500
|
t1 = _this._configuration._values;
|
|
57469
57501
|
t1 = t1.get$isEmpty(t1) ? _null : t1.remove$1(0, node.name);
|
|
57470
|
-
if (t1 != null) {
|
|
57502
|
+
if (t1 != null && !t1.value.$eq(0, C.C_SassNull0)) {
|
|
57471
57503
|
_this._addExceptionSpan$2(node, new R._EvaluateVisitor_visitVariableDeclaration_closure(_this, node, t1));
|
|
57472
57504
|
return _null;
|
|
57473
57505
|
}
|
|
@@ -58322,7 +58354,7 @@ self.fs = require("fs");
|
|
|
58322
58354
|
return new F.SassFunction(callable);
|
|
58323
58355
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
58324
58356
|
},
|
|
58325
|
-
$signature:
|
|
58357
|
+
$signature: 165
|
|
58326
58358
|
};
|
|
58327
58359
|
R._EvaluateVisitor__closure1.prototype = {
|
|
58328
58360
|
call$0: function() {
|
|
@@ -58331,7 +58363,7 @@ self.fs = require("fs");
|
|
|
58331
58363
|
t2 = t2 == null ? null : t2.text;
|
|
58332
58364
|
return this.$this._getFunction$2$namespace(t1, t2);
|
|
58333
58365
|
},
|
|
58334
|
-
$signature:
|
|
58366
|
+
$signature: 118
|
|
58335
58367
|
};
|
|
58336
58368
|
R._EvaluateVisitor_closure7.prototype = {
|
|
58337
58369
|
call$1: function($arguments) {
|
|
@@ -58596,7 +58628,7 @@ self.fs = require("fs");
|
|
|
58596
58628
|
call$1: function(module) {
|
|
58597
58629
|
return module.get$transitivelyContainsCss();
|
|
58598
58630
|
},
|
|
58599
|
-
$signature:
|
|
58631
|
+
$signature: 138
|
|
58600
58632
|
};
|
|
58601
58633
|
R._EvaluateVisitor__combineCss_closure0.prototype = {
|
|
58602
58634
|
call$1: function(target) {
|
|
@@ -58817,13 +58849,13 @@ self.fs = require("fs");
|
|
|
58817
58849
|
call$0: function() {
|
|
58818
58850
|
return this.node.from.accept$1(this.$this).assertNumber$0();
|
|
58819
58851
|
},
|
|
58820
|
-
$signature:
|
|
58852
|
+
$signature: 213
|
|
58821
58853
|
};
|
|
58822
58854
|
R._EvaluateVisitor_visitForRule_closure0.prototype = {
|
|
58823
58855
|
call$0: function() {
|
|
58824
58856
|
return this.node.to.accept$1(this.$this).assertNumber$0();
|
|
58825
58857
|
},
|
|
58826
|
-
$signature:
|
|
58858
|
+
$signature: 213
|
|
58827
58859
|
};
|
|
58828
58860
|
R._EvaluateVisitor_visitForRule_closure1.prototype = {
|
|
58829
58861
|
call$0: function() {
|
|
@@ -59022,7 +59054,7 @@ self.fs = require("fs");
|
|
|
59022
59054
|
var t1 = this.node;
|
|
59023
59055
|
return this.$this._evaluate$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
59024
59056
|
},
|
|
59025
|
-
$signature:
|
|
59057
|
+
$signature: 118
|
|
59026
59058
|
};
|
|
59027
59059
|
R._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
|
|
59028
59060
|
call$0: function() {
|
|
@@ -59340,7 +59372,7 @@ self.fs = require("fs");
|
|
|
59340
59372
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
59341
59373
|
return this.$this._getFunction$2$namespace(t2, t1);
|
|
59342
59374
|
},
|
|
59343
|
-
$signature:
|
|
59375
|
+
$signature: 118
|
|
59344
59376
|
};
|
|
59345
59377
|
R._EvaluateVisitor_visitFunctionExpression_closure0.prototype = {
|
|
59346
59378
|
call$0: function() {
|
|
@@ -59702,7 +59734,7 @@ self.fs = require("fs");
|
|
|
59702
59734
|
call$1: function(tuple) {
|
|
59703
59735
|
return this.$this._stackFrame$2(tuple.item1, tuple.item2.get$span());
|
|
59704
59736
|
},
|
|
59705
|
-
$signature:
|
|
59737
|
+
$signature: 214
|
|
59706
59738
|
};
|
|
59707
59739
|
R._ImportedCssVisitor.prototype = {
|
|
59708
59740
|
visitCssAtRule$1: function(node) {
|
|
@@ -61005,7 +61037,7 @@ self.fs = require("fs");
|
|
|
61005
61037
|
call$0: function() {
|
|
61006
61038
|
return this.sourceEntry.source.file;
|
|
61007
61039
|
},
|
|
61008
|
-
$signature:
|
|
61040
|
+
$signature: 114
|
|
61009
61041
|
};
|
|
61010
61042
|
T.SingleMapping_SingleMapping$fromEntries_closure1.prototype = {
|
|
61011
61043
|
call$1: function(i) {
|
|
@@ -61024,7 +61056,7 @@ self.fs = require("fs");
|
|
|
61024
61056
|
this.result.$indexSet(0, $name, value);
|
|
61025
61057
|
return value;
|
|
61026
61058
|
},
|
|
61027
|
-
$signature:
|
|
61059
|
+
$signature: 215
|
|
61028
61060
|
};
|
|
61029
61061
|
T.TargetLineEntry.prototype = {
|
|
61030
61062
|
toString$0: function(_) {
|
|
@@ -61490,7 +61522,7 @@ self.fs = require("fs");
|
|
|
61490
61522
|
var t1 = highlight.span;
|
|
61491
61523
|
return t1.get$start(t1).get$line() !== t1.get$end(t1).get$line();
|
|
61492
61524
|
},
|
|
61493
|
-
$signature:
|
|
61525
|
+
$signature: 120
|
|
61494
61526
|
};
|
|
61495
61527
|
U.Highlighter$__closure0.prototype = {
|
|
61496
61528
|
call$1: function(line) {
|
|
@@ -61560,13 +61592,13 @@ self.fs = require("fs");
|
|
|
61560
61592
|
t2 = this.line;
|
|
61561
61593
|
return !J.$eq$(t1.get$sourceUrl(t1), t2.url) || t1.get$end(t1).get$line() < t2.number;
|
|
61562
61594
|
},
|
|
61563
|
-
$signature:
|
|
61595
|
+
$signature: 120
|
|
61564
61596
|
};
|
|
61565
61597
|
U.Highlighter_highlight_closure.prototype = {
|
|
61566
61598
|
call$1: function(highlight) {
|
|
61567
61599
|
return highlight.isPrimary;
|
|
61568
61600
|
},
|
|
61569
|
-
$signature:
|
|
61601
|
+
$signature: 120
|
|
61570
61602
|
};
|
|
61571
61603
|
U.Highlighter__writeFileStart_closure.prototype = {
|
|
61572
61604
|
call$0: function() {
|
|
@@ -61947,13 +61979,13 @@ self.fs = require("fs");
|
|
|
61947
61979
|
call$1: function(trace) {
|
|
61948
61980
|
return Y.Trace$parseVM(trace);
|
|
61949
61981
|
},
|
|
61950
|
-
$signature:
|
|
61982
|
+
$signature: 212
|
|
61951
61983
|
};
|
|
61952
61984
|
U.Chain_Chain$parse_closure1.prototype = {
|
|
61953
61985
|
call$1: function(trace) {
|
|
61954
61986
|
return Y.Trace$parseFriendly(trace);
|
|
61955
61987
|
},
|
|
61956
|
-
$signature:
|
|
61988
|
+
$signature: 212
|
|
61957
61989
|
};
|
|
61958
61990
|
U.Chain_toTrace_closure.prototype = {
|
|
61959
61991
|
call$1: function(trace) {
|
|
@@ -61972,7 +62004,7 @@ self.fs = require("fs");
|
|
|
61972
62004
|
call$1: function(frame) {
|
|
61973
62005
|
return frame.get$location().length;
|
|
61974
62006
|
},
|
|
61975
|
-
$signature:
|
|
62007
|
+
$signature: 211
|
|
61976
62008
|
};
|
|
61977
62009
|
U.Chain_toString_closure.prototype = {
|
|
61978
62010
|
call$1: function(trace) {
|
|
@@ -61985,7 +62017,7 @@ self.fs = require("fs");
|
|
|
61985
62017
|
call$1: function(frame) {
|
|
61986
62018
|
return C.JSString_methods.padRight$1(frame.get$location(), this.longest) + " " + H.S(frame.get$member()) + "\n";
|
|
61987
62019
|
},
|
|
61988
|
-
$signature:
|
|
62020
|
+
$signature: 209
|
|
61989
62021
|
};
|
|
61990
62022
|
A.Frame.prototype = {
|
|
61991
62023
|
get$isCore: function() {
|
|
@@ -62251,7 +62283,7 @@ self.fs = require("fs");
|
|
|
62251
62283
|
call$0: function() {
|
|
62252
62284
|
return this.$this.get$_lazy_trace$_trace().get$terse();
|
|
62253
62285
|
},
|
|
62254
|
-
$signature:
|
|
62286
|
+
$signature: 208
|
|
62255
62287
|
};
|
|
62256
62288
|
Y.Trace.prototype = {
|
|
62257
62289
|
get$terse: function() {
|
|
@@ -62289,7 +62321,7 @@ self.fs = require("fs");
|
|
|
62289
62321
|
call$0: function() {
|
|
62290
62322
|
return Y.Trace_Trace$parse(this.trace.toString$0(0));
|
|
62291
62323
|
},
|
|
62292
|
-
$signature:
|
|
62324
|
+
$signature: 208
|
|
62293
62325
|
};
|
|
62294
62326
|
Y.Trace__parseVM_closure.prototype = {
|
|
62295
62327
|
call$1: function(line) {
|
|
@@ -62355,7 +62387,7 @@ self.fs = require("fs");
|
|
|
62355
62387
|
call$1: function(_) {
|
|
62356
62388
|
return false;
|
|
62357
62389
|
},
|
|
62358
|
-
$signature:
|
|
62390
|
+
$signature: 229
|
|
62359
62391
|
};
|
|
62360
62392
|
Y.Trace_foldFrames_closure.prototype = {
|
|
62361
62393
|
call$1: function(frame) {
|
|
@@ -62372,7 +62404,7 @@ self.fs = require("fs");
|
|
|
62372
62404
|
return false;
|
|
62373
62405
|
return frame.get$line() == null;
|
|
62374
62406
|
},
|
|
62375
|
-
$signature:
|
|
62407
|
+
$signature: 229
|
|
62376
62408
|
};
|
|
62377
62409
|
Y.Trace_foldFrames_closure0.prototype = {
|
|
62378
62410
|
call$1: function(frame) {
|
|
@@ -62389,7 +62421,7 @@ self.fs = require("fs");
|
|
|
62389
62421
|
call$1: function(frame) {
|
|
62390
62422
|
return frame.get$location().length;
|
|
62391
62423
|
},
|
|
62392
|
-
$signature:
|
|
62424
|
+
$signature: 211
|
|
62393
62425
|
};
|
|
62394
62426
|
Y.Trace_toString_closure.prototype = {
|
|
62395
62427
|
call$1: function(frame) {
|
|
@@ -62397,7 +62429,7 @@ self.fs = require("fs");
|
|
|
62397
62429
|
return frame.toString$0(0) + "\n";
|
|
62398
62430
|
return C.JSString_methods.padRight$1(frame.get$location(), this.longest) + " " + H.S(frame.get$member()) + "\n";
|
|
62399
62431
|
},
|
|
62400
|
-
$signature:
|
|
62432
|
+
$signature: 209
|
|
62401
62433
|
};
|
|
62402
62434
|
N.UnparsedFrame.prototype = {
|
|
62403
62435
|
toString$0: function(_) {
|
|
@@ -63788,21 +63820,21 @@ self.fs = require("fs");
|
|
|
63788
63820
|
var t1 = module.get$variables();
|
|
63789
63821
|
return t1.get$keys(t1);
|
|
63790
63822
|
},
|
|
63791
|
-
$signature:
|
|
63823
|
+
$signature: 122
|
|
63792
63824
|
};
|
|
63793
63825
|
Q.AsyncEnvironment_importForwards_closure3.prototype = {
|
|
63794
63826
|
call$1: function(module) {
|
|
63795
63827
|
var t1 = module.get$functions(module);
|
|
63796
63828
|
return t1.get$keys(t1);
|
|
63797
63829
|
},
|
|
63798
|
-
$signature:
|
|
63830
|
+
$signature: 122
|
|
63799
63831
|
};
|
|
63800
63832
|
Q.AsyncEnvironment_importForwards_closure4.prototype = {
|
|
63801
63833
|
call$1: function(module) {
|
|
63802
63834
|
var t1 = module.get$mixins();
|
|
63803
63835
|
return t1.get$keys(t1);
|
|
63804
63836
|
},
|
|
63805
|
-
$signature:
|
|
63837
|
+
$signature: 122
|
|
63806
63838
|
};
|
|
63807
63839
|
Q.AsyncEnvironment__getVariableFromGlobalModule_closure0.prototype = {
|
|
63808
63840
|
call$1: function(module) {
|
|
@@ -63836,13 +63868,13 @@ self.fs = require("fs");
|
|
|
63836
63868
|
call$1: function(module) {
|
|
63837
63869
|
return module.get$functions(module).$index(0, this.name);
|
|
63838
63870
|
},
|
|
63839
|
-
$signature:
|
|
63871
|
+
$signature: 206
|
|
63840
63872
|
};
|
|
63841
63873
|
Q.AsyncEnvironment__getMixinFromGlobalModule_closure0.prototype = {
|
|
63842
63874
|
call$1: function(module) {
|
|
63843
63875
|
return module.get$mixins().$index(0, this.name);
|
|
63844
63876
|
},
|
|
63845
|
-
$signature:
|
|
63877
|
+
$signature: 206
|
|
63846
63878
|
};
|
|
63847
63879
|
Q.AsyncEnvironment__fromOneModule_closure0.prototype = {
|
|
63848
63880
|
call$1: function(entry) {
|
|
@@ -63945,7 +63977,7 @@ self.fs = require("fs");
|
|
|
63945
63977
|
t2.toString;
|
|
63946
63978
|
return Q._EnvironmentModule__memberMap2(t1, new H.EfficientLengthMappedIterable(t2, new Q._EnvironmentModule__EnvironmentModule__closure2(), H._instanceType(t2)._eval$1("EfficientLengthMappedIterable<1,Map<String,AstNode0>>")), type$.AstNode_2);
|
|
63947
63979
|
},
|
|
63948
|
-
$signature:
|
|
63980
|
+
$signature: 205
|
|
63949
63981
|
};
|
|
63950
63982
|
Q._EnvironmentModule__EnvironmentModule__closure2.prototype = {
|
|
63951
63983
|
call$1: function(module) {
|
|
@@ -63959,25 +63991,25 @@ self.fs = require("fs");
|
|
|
63959
63991
|
call$1: function(module) {
|
|
63960
63992
|
return module.get$functions(module);
|
|
63961
63993
|
},
|
|
63962
|
-
$signature:
|
|
63994
|
+
$signature: 204
|
|
63963
63995
|
};
|
|
63964
63996
|
Q._EnvironmentModule__EnvironmentModule_closure20.prototype = {
|
|
63965
63997
|
call$1: function(module) {
|
|
63966
63998
|
return module.get$mixins();
|
|
63967
63999
|
},
|
|
63968
|
-
$signature:
|
|
64000
|
+
$signature: 204
|
|
63969
64001
|
};
|
|
63970
64002
|
Q._EnvironmentModule__EnvironmentModule_closure21.prototype = {
|
|
63971
64003
|
call$1: function(module) {
|
|
63972
64004
|
return module.get$transitivelyContainsCss();
|
|
63973
64005
|
},
|
|
63974
|
-
$signature:
|
|
64006
|
+
$signature: 123
|
|
63975
64007
|
};
|
|
63976
64008
|
Q._EnvironmentModule__EnvironmentModule_closure22.prototype = {
|
|
63977
64009
|
call$1: function(module) {
|
|
63978
64010
|
return module.get$transitivelyContainsExtensions();
|
|
63979
64011
|
},
|
|
63980
|
-
$signature:
|
|
64012
|
+
$signature: 123
|
|
63981
64013
|
};
|
|
63982
64014
|
E._EvaluateVisitor2.prototype = {
|
|
63983
64015
|
_EvaluateVisitor$5$functions$importCache$logger$nodeImporter$sourceMap2: function(functions, importCache, logger, nodeImporter, sourceMap) {
|
|
@@ -65899,7 +65931,7 @@ self.fs = require("fs");
|
|
|
65899
65931
|
if (node.namespace == null && $async$self._async_evaluate0$_environment._async_environment0$_variables.length === 1) {
|
|
65900
65932
|
t1 = $async$self._async_evaluate0$_configuration._configuration$_values;
|
|
65901
65933
|
t1 = t1.get$isEmpty(t1) ? null : t1.remove$1(0, node.name);
|
|
65902
|
-
if (t1 != null) {
|
|
65934
|
+
if (t1 != null && !t1.value.$eq(0, C.C_SassNull)) {
|
|
65903
65935
|
$async$self._async_evaluate0$_addExceptionSpan$2(node, new E._EvaluateVisitor_visitVariableDeclaration_closure8($async$self, node, t1));
|
|
65904
65936
|
$async$returnValue = null;
|
|
65905
65937
|
// goto return
|
|
@@ -68067,7 +68099,7 @@ self.fs = require("fs");
|
|
|
68067
68099
|
return new F.SassFunction0(callable);
|
|
68068
68100
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
68069
68101
|
},
|
|
68070
|
-
$signature:
|
|
68102
|
+
$signature: 201
|
|
68071
68103
|
};
|
|
68072
68104
|
E._EvaluateVisitor__closure10.prototype = {
|
|
68073
68105
|
call$0: function() {
|
|
@@ -68076,7 +68108,7 @@ self.fs = require("fs");
|
|
|
68076
68108
|
t2 = t2 == null ? null : t2.text;
|
|
68077
68109
|
return this.$this._async_evaluate0$_getFunction$2$namespace(t1, t2);
|
|
68078
68110
|
},
|
|
68079
|
-
$signature:
|
|
68111
|
+
$signature: 125
|
|
68080
68112
|
};
|
|
68081
68113
|
E._EvaluateVisitor_closure37.prototype = {
|
|
68082
68114
|
call$1: function($arguments) {
|
|
@@ -68153,7 +68185,7 @@ self.fs = require("fs");
|
|
|
68153
68185
|
});
|
|
68154
68186
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
68155
68187
|
},
|
|
68156
|
-
$signature:
|
|
68188
|
+
$signature: 200
|
|
68157
68189
|
};
|
|
68158
68190
|
E._EvaluateVisitor_closure38.prototype = {
|
|
68159
68191
|
call$1: function($arguments) {
|
|
@@ -68378,14 +68410,14 @@ self.fs = require("fs");
|
|
|
68378
68410
|
call$1: function(t1) {
|
|
68379
68411
|
return this._box_0._css = t1;
|
|
68380
68412
|
},
|
|
68381
|
-
$signature:
|
|
68413
|
+
$signature: 199
|
|
68382
68414
|
};
|
|
68383
68415
|
E._EvaluateVisitor__execute__css_get2.prototype = {
|
|
68384
68416
|
call$0: function() {
|
|
68385
68417
|
var t1 = this._box_0._css;
|
|
68386
68418
|
return t1 == null ? H.throwExpression(H.LateError$localNI("css")) : t1;
|
|
68387
68419
|
},
|
|
68388
|
-
$signature:
|
|
68420
|
+
$signature: 197
|
|
68389
68421
|
};
|
|
68390
68422
|
E._EvaluateVisitor__execute_closure2.prototype = {
|
|
68391
68423
|
call$0: function() {
|
|
@@ -68458,7 +68490,7 @@ self.fs = require("fs");
|
|
|
68458
68490
|
call$1: function(module) {
|
|
68459
68491
|
return module.get$transitivelyContainsCss();
|
|
68460
68492
|
},
|
|
68461
|
-
$signature:
|
|
68493
|
+
$signature: 123
|
|
68462
68494
|
};
|
|
68463
68495
|
E._EvaluateVisitor__combineCss_closure9.prototype = {
|
|
68464
68496
|
call$1: function(target) {
|
|
@@ -68482,7 +68514,7 @@ self.fs = require("fs");
|
|
|
68482
68514
|
call$0: function() {
|
|
68483
68515
|
return H.setRuntimeTypeInfo([], type$.JSArray_ExtensionStore_2);
|
|
68484
68516
|
},
|
|
68485
|
-
$signature:
|
|
68517
|
+
$signature: 195
|
|
68486
68518
|
};
|
|
68487
68519
|
E._EvaluateVisitor__topologicalModules_visitModule2.prototype = {
|
|
68488
68520
|
call$1: function(module) {
|
|
@@ -68500,7 +68532,7 @@ self.fs = require("fs");
|
|
|
68500
68532
|
call$0: function() {
|
|
68501
68533
|
return V.AtRootQueryParser$0(this.resolved, this.$this._async_evaluate0$_logger, null).parse$0();
|
|
68502
68534
|
},
|
|
68503
|
-
$signature:
|
|
68535
|
+
$signature: 126
|
|
68504
68536
|
};
|
|
68505
68537
|
E._EvaluateVisitor_visitAtRootRule_closure9.prototype = {
|
|
68506
68538
|
call$0: function() {
|
|
@@ -68684,7 +68716,7 @@ self.fs = require("fs");
|
|
|
68684
68716
|
call$1: function($parent) {
|
|
68685
68717
|
return type$.CssAtRule_2._is($parent);
|
|
68686
68718
|
},
|
|
68687
|
-
$signature:
|
|
68719
|
+
$signature: 194
|
|
68688
68720
|
};
|
|
68689
68721
|
E._EvaluateVisitor__scopeForAtRoot_closure22.prototype = {
|
|
68690
68722
|
call$1: function(callback) {
|
|
@@ -69010,7 +69042,7 @@ self.fs = require("fs");
|
|
|
69010
69042
|
});
|
|
69011
69043
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
69012
69044
|
},
|
|
69013
|
-
$signature:
|
|
69045
|
+
$signature: 191
|
|
69014
69046
|
};
|
|
69015
69047
|
E._EvaluateVisitor_visitForRule_closure15.prototype = {
|
|
69016
69048
|
call$0: function() {
|
|
@@ -69039,7 +69071,7 @@ self.fs = require("fs");
|
|
|
69039
69071
|
});
|
|
69040
69072
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
69041
69073
|
},
|
|
69042
|
-
$signature:
|
|
69074
|
+
$signature: 191
|
|
69043
69075
|
};
|
|
69044
69076
|
E._EvaluateVisitor_visitForRule_closure16.prototype = {
|
|
69045
69077
|
call$0: function() {
|
|
@@ -69254,7 +69286,7 @@ self.fs = require("fs");
|
|
|
69254
69286
|
call$1: function(t1) {
|
|
69255
69287
|
return this._box_0._children0 = t1;
|
|
69256
69288
|
},
|
|
69257
|
-
$signature:
|
|
69289
|
+
$signature: 190
|
|
69258
69290
|
};
|
|
69259
69291
|
E._EvaluateVisitor__visitDynamicImport__closure5.prototype = {
|
|
69260
69292
|
call$1: function(previousLoad) {
|
|
@@ -69267,7 +69299,7 @@ self.fs = require("fs");
|
|
|
69267
69299
|
var t1 = this._box_0._children0;
|
|
69268
69300
|
return t1 == null ? H.throwExpression(H.LateError$localNI("children")) : t1;
|
|
69269
69301
|
},
|
|
69270
|
-
$signature:
|
|
69302
|
+
$signature: 189
|
|
69271
69303
|
};
|
|
69272
69304
|
E._EvaluateVisitor__visitDynamicImport__closure6.prototype = {
|
|
69273
69305
|
call$0: function() {
|
|
@@ -69382,7 +69414,7 @@ self.fs = require("fs");
|
|
|
69382
69414
|
var t1 = this.node;
|
|
69383
69415
|
return this.$this._async_evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
69384
69416
|
},
|
|
69385
|
-
$signature:
|
|
69417
|
+
$signature: 125
|
|
69386
69418
|
};
|
|
69387
69419
|
E._EvaluateVisitor_visitIncludeRule_closure12.prototype = {
|
|
69388
69420
|
call$0: function() {
|
|
@@ -69650,7 +69682,7 @@ self.fs = require("fs");
|
|
|
69650
69682
|
call$0: function() {
|
|
69651
69683
|
return F.MediaQueryParser$0(this.resolved, this.$this._async_evaluate0$_logger, null).parse$0();
|
|
69652
69684
|
},
|
|
69653
|
-
$signature:
|
|
69685
|
+
$signature: 128
|
|
69654
69686
|
};
|
|
69655
69687
|
E._EvaluateVisitor_visitStyleRule_closure20.prototype = {
|
|
69656
69688
|
call$0: function() {
|
|
@@ -70296,7 +70328,7 @@ self.fs = require("fs");
|
|
|
70296
70328
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
70297
70329
|
return this.$this._async_evaluate0$_getFunction$2$namespace(t2, t1);
|
|
70298
70330
|
},
|
|
70299
|
-
$signature:
|
|
70331
|
+
$signature: 125
|
|
70300
70332
|
};
|
|
70301
70333
|
E._EvaluateVisitor_visitFunctionExpression_closure6.prototype = {
|
|
70302
70334
|
call$0: function() {
|
|
@@ -71067,7 +71099,7 @@ self.fs = require("fs");
|
|
|
71067
71099
|
call$1: function(tuple) {
|
|
71068
71100
|
return this.$this._async_evaluate0$_stackFrame$2(tuple.item1, tuple.item2.get$span());
|
|
71069
71101
|
},
|
|
71070
|
-
$signature:
|
|
71102
|
+
$signature: 166
|
|
71071
71103
|
};
|
|
71072
71104
|
E._ImportedCssVisitor2.prototype = {
|
|
71073
71105
|
visitCssAtRule$1: function(node) {
|
|
@@ -71372,7 +71404,7 @@ self.fs = require("fs");
|
|
|
71372
71404
|
call$0: function() {
|
|
71373
71405
|
return this.importer.canonicalize$1(this.url);
|
|
71374
71406
|
},
|
|
71375
|
-
$signature:
|
|
71407
|
+
$signature: 188
|
|
71376
71408
|
};
|
|
71377
71409
|
O.AsyncImportCache_importCanonical_closure0.prototype = {
|
|
71378
71410
|
call$0: function() {
|
|
@@ -71461,7 +71493,7 @@ self.fs = require("fs");
|
|
|
71461
71493
|
t2.expectDone$0();
|
|
71462
71494
|
return new V.AtRootQuery0(include, atRules, atRules.contains$1(0, "all"), atRules.contains$1(0, "rule"));
|
|
71463
71495
|
},
|
|
71464
|
-
$signature:
|
|
71496
|
+
$signature: 126
|
|
71465
71497
|
};
|
|
71466
71498
|
V.AtRootQuery0.prototype = {
|
|
71467
71499
|
excludes$1: function(node) {
|
|
@@ -71667,7 +71699,7 @@ self.fs = require("fs");
|
|
|
71667
71699
|
$constructor.FALSE = C.SassBoolean_false;
|
|
71668
71700
|
return $constructor;
|
|
71669
71701
|
},
|
|
71670
|
-
$signature:
|
|
71702
|
+
$signature: 186
|
|
71671
71703
|
};
|
|
71672
71704
|
Z.booleanConstructor__closure.prototype = {
|
|
71673
71705
|
call$1: function(_) {
|
|
@@ -71681,7 +71713,7 @@ self.fs = require("fs");
|
|
|
71681
71713
|
$defaultValues: function() {
|
|
71682
71714
|
return [null];
|
|
71683
71715
|
},
|
|
71684
|
-
$signature:
|
|
71716
|
+
$signature: 185
|
|
71685
71717
|
};
|
|
71686
71718
|
Z.booleanConstructor__closure0.prototype = {
|
|
71687
71719
|
call$1: function(thisArg) {
|
|
@@ -72332,7 +72364,7 @@ self.fs = require("fs");
|
|
|
72332
72364
|
call$3$assertPercent: function($name, max, assertPercent) {
|
|
72333
72365
|
return this.call$4$assertPercent$checkPercent($name, max, assertPercent, false);
|
|
72334
72366
|
},
|
|
72335
|
-
$signature:
|
|
72367
|
+
$signature: 142
|
|
72336
72368
|
};
|
|
72337
72369
|
K._updateComponents_closure0.prototype = {
|
|
72338
72370
|
call$1: function($name) {
|
|
@@ -72352,13 +72384,13 @@ self.fs = require("fs");
|
|
|
72352
72384
|
t1 = param > 0 ? max - current : current;
|
|
72353
72385
|
return current + t1 * (param / 100);
|
|
72354
72386
|
},
|
|
72355
|
-
$signature:
|
|
72387
|
+
$signature: 143
|
|
72356
72388
|
};
|
|
72357
72389
|
K._updateComponents_updateRgb0.prototype = {
|
|
72358
72390
|
call$2: function(current, param) {
|
|
72359
72391
|
return T.fuzzyRound0(this.updateValue.call$3(current, param, 255));
|
|
72360
72392
|
},
|
|
72361
|
-
$signature:
|
|
72393
|
+
$signature: 144
|
|
72362
72394
|
};
|
|
72363
72395
|
K._functionString_closure0.prototype = {
|
|
72364
72396
|
call$1: function(argument) {
|
|
@@ -72379,13 +72411,13 @@ self.fs = require("fs");
|
|
|
72379
72411
|
call$1: function(alpha) {
|
|
72380
72412
|
return K._percentageOrUnitless0(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
72381
72413
|
},
|
|
72382
|
-
$signature:
|
|
72414
|
+
$signature: 130
|
|
72383
72415
|
};
|
|
72384
72416
|
K._hsl_closure0.prototype = {
|
|
72385
72417
|
call$1: function(alpha) {
|
|
72386
72418
|
return K._percentageOrUnitless0(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
72387
72419
|
},
|
|
72388
|
-
$signature:
|
|
72420
|
+
$signature: 130
|
|
72389
72421
|
};
|
|
72390
72422
|
K._removeUnits_closure1.prototype = {
|
|
72391
72423
|
call$1: function(unit) {
|
|
@@ -72403,7 +72435,7 @@ self.fs = require("fs");
|
|
|
72403
72435
|
call$1: function(alpha) {
|
|
72404
72436
|
return K._percentageOrUnitless0(alpha.assertNumber$1("alpha"), 1, "alpha");
|
|
72405
72437
|
},
|
|
72406
|
-
$signature:
|
|
72438
|
+
$signature: 130
|
|
72407
72439
|
};
|
|
72408
72440
|
K._parseChannels_closure0.prototype = {
|
|
72409
72441
|
call$1: function(value) {
|
|
@@ -72458,19 +72490,19 @@ self.fs = require("fs");
|
|
|
72458
72490
|
call$1: function(thisArg) {
|
|
72459
72491
|
return J.get$dartValue$x(thisArg).get$red();
|
|
72460
72492
|
},
|
|
72461
|
-
$signature:
|
|
72493
|
+
$signature: 131
|
|
72462
72494
|
};
|
|
72463
72495
|
K.colorConstructor_closure1.prototype = {
|
|
72464
72496
|
call$1: function(thisArg) {
|
|
72465
72497
|
return J.get$dartValue$x(thisArg).get$green();
|
|
72466
72498
|
},
|
|
72467
|
-
$signature:
|
|
72499
|
+
$signature: 131
|
|
72468
72500
|
};
|
|
72469
72501
|
K.colorConstructor_closure2.prototype = {
|
|
72470
72502
|
call$1: function(thisArg) {
|
|
72471
72503
|
return J.get$dartValue$x(thisArg).get$blue();
|
|
72472
72504
|
},
|
|
72473
|
-
$signature:
|
|
72505
|
+
$signature: 131
|
|
72474
72506
|
};
|
|
72475
72507
|
K.colorConstructor_closure3.prototype = {
|
|
72476
72508
|
call$1: function(thisArg) {
|
|
@@ -72816,7 +72848,7 @@ self.fs = require("fs");
|
|
|
72816
72848
|
call$1: function(component) {
|
|
72817
72849
|
return component instanceof X.CompoundSelector0 && component.get$isInvisible();
|
|
72818
72850
|
},
|
|
72819
|
-
$signature:
|
|
72851
|
+
$signature: 132
|
|
72820
72852
|
};
|
|
72821
72853
|
S.Combinator0.prototype = {
|
|
72822
72854
|
toString$0: function(_) {
|
|
@@ -73706,21 +73738,21 @@ self.fs = require("fs");
|
|
|
73706
73738
|
var t1 = module.get$variables();
|
|
73707
73739
|
return t1.get$keys(t1);
|
|
73708
73740
|
},
|
|
73709
|
-
$signature:
|
|
73741
|
+
$signature: 133
|
|
73710
73742
|
};
|
|
73711
73743
|
O.Environment_importForwards_closure3.prototype = {
|
|
73712
73744
|
call$1: function(module) {
|
|
73713
73745
|
var t1 = module.get$functions(module);
|
|
73714
73746
|
return t1.get$keys(t1);
|
|
73715
73747
|
},
|
|
73716
|
-
$signature:
|
|
73748
|
+
$signature: 133
|
|
73717
73749
|
};
|
|
73718
73750
|
O.Environment_importForwards_closure4.prototype = {
|
|
73719
73751
|
call$1: function(module) {
|
|
73720
73752
|
var t1 = module.get$mixins();
|
|
73721
73753
|
return t1.get$keys(t1);
|
|
73722
73754
|
},
|
|
73723
|
-
$signature:
|
|
73755
|
+
$signature: 133
|
|
73724
73756
|
};
|
|
73725
73757
|
O.Environment__getVariableFromGlobalModule_closure0.prototype = {
|
|
73726
73758
|
call$1: function(module) {
|
|
@@ -73754,13 +73786,13 @@ self.fs = require("fs");
|
|
|
73754
73786
|
call$1: function(module) {
|
|
73755
73787
|
return module.get$functions(module).$index(0, this.name);
|
|
73756
73788
|
},
|
|
73757
|
-
$signature:
|
|
73789
|
+
$signature: 180
|
|
73758
73790
|
};
|
|
73759
73791
|
O.Environment__getMixinFromGlobalModule_closure0.prototype = {
|
|
73760
73792
|
call$1: function(module) {
|
|
73761
73793
|
return module.get$mixins().$index(0, this.name);
|
|
73762
73794
|
},
|
|
73763
|
-
$signature:
|
|
73795
|
+
$signature: 180
|
|
73764
73796
|
};
|
|
73765
73797
|
O.Environment__fromOneModule_closure0.prototype = {
|
|
73766
73798
|
call$1: function(entry) {
|
|
@@ -73863,7 +73895,7 @@ self.fs = require("fs");
|
|
|
73863
73895
|
t2.toString;
|
|
73864
73896
|
return O._EnvironmentModule__memberMap1(t1, new H.EfficientLengthMappedIterable(t2, new O._EnvironmentModule__EnvironmentModule__closure1(), H._instanceType(t2)._eval$1("EfficientLengthMappedIterable<1,Map<String,AstNode0>>")), type$.AstNode_2);
|
|
73865
73897
|
},
|
|
73866
|
-
$signature:
|
|
73898
|
+
$signature: 205
|
|
73867
73899
|
};
|
|
73868
73900
|
O._EnvironmentModule__EnvironmentModule__closure1.prototype = {
|
|
73869
73901
|
call$1: function(module) {
|
|
@@ -73877,25 +73909,25 @@ self.fs = require("fs");
|
|
|
73877
73909
|
call$1: function(module) {
|
|
73878
73910
|
return module.get$functions(module);
|
|
73879
73911
|
},
|
|
73880
|
-
$signature:
|
|
73912
|
+
$signature: 174
|
|
73881
73913
|
};
|
|
73882
73914
|
O._EnvironmentModule__EnvironmentModule_closure14.prototype = {
|
|
73883
73915
|
call$1: function(module) {
|
|
73884
73916
|
return module.get$mixins();
|
|
73885
73917
|
},
|
|
73886
|
-
$signature:
|
|
73918
|
+
$signature: 174
|
|
73887
73919
|
};
|
|
73888
73920
|
O._EnvironmentModule__EnvironmentModule_closure15.prototype = {
|
|
73889
73921
|
call$1: function(module) {
|
|
73890
73922
|
return module.get$transitivelyContainsCss();
|
|
73891
73923
|
},
|
|
73892
|
-
$signature:
|
|
73924
|
+
$signature: 134
|
|
73893
73925
|
};
|
|
73894
73926
|
O._EnvironmentModule__EnvironmentModule_closure16.prototype = {
|
|
73895
73927
|
call$1: function(module) {
|
|
73896
73928
|
return module.get$transitivelyContainsExtensions();
|
|
73897
73929
|
},
|
|
73898
|
-
$signature:
|
|
73930
|
+
$signature: 134
|
|
73899
73931
|
};
|
|
73900
73932
|
D.ErrorRule0.prototype = {
|
|
73901
73933
|
accept$1$1: function(visitor) {
|
|
@@ -74657,7 +74689,7 @@ self.fs = require("fs");
|
|
|
74657
74689
|
if (node.namespace == null && _this._evaluate0$_environment._environment0$_variables.length === 1) {
|
|
74658
74690
|
t1 = _this._evaluate0$_configuration._configuration$_values;
|
|
74659
74691
|
t1 = t1.get$isEmpty(t1) ? _null : t1.remove$1(0, node.name);
|
|
74660
|
-
if (t1 != null) {
|
|
74692
|
+
if (t1 != null && !t1.value.$eq(0, C.C_SassNull)) {
|
|
74661
74693
|
_this._evaluate0$_addExceptionSpan$2(node, new R._EvaluateVisitor_visitVariableDeclaration_closure5(_this, node, t1));
|
|
74662
74694
|
return _null;
|
|
74663
74695
|
}
|
|
@@ -75512,7 +75544,7 @@ self.fs = require("fs");
|
|
|
75512
75544
|
return new F.SassFunction0(callable);
|
|
75513
75545
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
75514
75546
|
},
|
|
75515
|
-
$signature:
|
|
75547
|
+
$signature: 201
|
|
75516
75548
|
};
|
|
75517
75549
|
R._EvaluateVisitor__closure7.prototype = {
|
|
75518
75550
|
call$0: function() {
|
|
@@ -75521,7 +75553,7 @@ self.fs = require("fs");
|
|
|
75521
75553
|
t2 = t2 == null ? null : t2.text;
|
|
75522
75554
|
return this.$this._evaluate0$_getFunction$2$namespace(t1, t2);
|
|
75523
75555
|
},
|
|
75524
|
-
$signature:
|
|
75556
|
+
$signature: 135
|
|
75525
75557
|
};
|
|
75526
75558
|
R._EvaluateVisitor_closure27.prototype = {
|
|
75527
75559
|
call$1: function($arguments) {
|
|
@@ -75702,14 +75734,14 @@ self.fs = require("fs");
|
|
|
75702
75734
|
call$1: function(t1) {
|
|
75703
75735
|
return this._box_0._css = t1;
|
|
75704
75736
|
},
|
|
75705
|
-
$signature:
|
|
75737
|
+
$signature: 199
|
|
75706
75738
|
};
|
|
75707
75739
|
R._EvaluateVisitor__execute__css_get1.prototype = {
|
|
75708
75740
|
call$0: function() {
|
|
75709
75741
|
var t1 = this._box_0._css;
|
|
75710
75742
|
return t1 == null ? H.throwExpression(H.LateError$localNI("css")) : t1;
|
|
75711
75743
|
},
|
|
75712
|
-
$signature:
|
|
75744
|
+
$signature: 197
|
|
75713
75745
|
};
|
|
75714
75746
|
R._EvaluateVisitor__execute_closure1.prototype = {
|
|
75715
75747
|
call$0: function() {
|
|
@@ -75765,7 +75797,7 @@ self.fs = require("fs");
|
|
|
75765
75797
|
call$1: function(module) {
|
|
75766
75798
|
return module.get$transitivelyContainsCss();
|
|
75767
75799
|
},
|
|
75768
|
-
$signature:
|
|
75800
|
+
$signature: 134
|
|
75769
75801
|
};
|
|
75770
75802
|
R._EvaluateVisitor__combineCss_closure6.prototype = {
|
|
75771
75803
|
call$1: function(target) {
|
|
@@ -75789,7 +75821,7 @@ self.fs = require("fs");
|
|
|
75789
75821
|
call$0: function() {
|
|
75790
75822
|
return H.setRuntimeTypeInfo([], type$.JSArray_ExtensionStore_2);
|
|
75791
75823
|
},
|
|
75792
|
-
$signature:
|
|
75824
|
+
$signature: 195
|
|
75793
75825
|
};
|
|
75794
75826
|
R._EvaluateVisitor__topologicalModules_visitModule1.prototype = {
|
|
75795
75827
|
call$1: function(module) {
|
|
@@ -75807,7 +75839,7 @@ self.fs = require("fs");
|
|
|
75807
75839
|
call$0: function() {
|
|
75808
75840
|
return V.AtRootQueryParser$0(this.resolved, this.$this._evaluate0$_logger, null).parse$0();
|
|
75809
75841
|
},
|
|
75810
|
-
$signature:
|
|
75842
|
+
$signature: 126
|
|
75811
75843
|
};
|
|
75812
75844
|
R._EvaluateVisitor_visitAtRootRule_closure6.prototype = {
|
|
75813
75845
|
call$0: function() {
|
|
@@ -75873,7 +75905,7 @@ self.fs = require("fs");
|
|
|
75873
75905
|
call$1: function($parent) {
|
|
75874
75906
|
return type$.CssAtRule_2._is($parent);
|
|
75875
75907
|
},
|
|
75876
|
-
$signature:
|
|
75908
|
+
$signature: 194
|
|
75877
75909
|
};
|
|
75878
75910
|
R._EvaluateVisitor__scopeForAtRoot_closure16.prototype = {
|
|
75879
75911
|
call$1: function(callback) {
|
|
@@ -75986,13 +76018,13 @@ self.fs = require("fs");
|
|
|
75986
76018
|
call$0: function() {
|
|
75987
76019
|
return this.node.from.accept$1(this.$this).assertNumber$0();
|
|
75988
76020
|
},
|
|
75989
|
-
$signature:
|
|
76021
|
+
$signature: 169
|
|
75990
76022
|
};
|
|
75991
76023
|
R._EvaluateVisitor_visitForRule_closure10.prototype = {
|
|
75992
76024
|
call$0: function() {
|
|
75993
76025
|
return this.node.to.accept$1(this.$this).assertNumber$0();
|
|
75994
76026
|
},
|
|
75995
|
-
$signature:
|
|
76027
|
+
$signature: 169
|
|
75996
76028
|
};
|
|
75997
76029
|
R._EvaluateVisitor_visitForRule_closure11.prototype = {
|
|
75998
76030
|
call$0: function() {
|
|
@@ -76124,7 +76156,7 @@ self.fs = require("fs");
|
|
|
76124
76156
|
call$1: function(t1) {
|
|
76125
76157
|
return this._box_0._children0 = t1;
|
|
76126
76158
|
},
|
|
76127
|
-
$signature:
|
|
76159
|
+
$signature: 190
|
|
76128
76160
|
};
|
|
76129
76161
|
R._EvaluateVisitor__visitDynamicImport__closure3.prototype = {
|
|
76130
76162
|
call$1: function(previousLoad) {
|
|
@@ -76137,7 +76169,7 @@ self.fs = require("fs");
|
|
|
76137
76169
|
var t1 = this._box_0._children0;
|
|
76138
76170
|
return t1 == null ? H.throwExpression(H.LateError$localNI("children")) : t1;
|
|
76139
76171
|
},
|
|
76140
|
-
$signature:
|
|
76172
|
+
$signature: 189
|
|
76141
76173
|
};
|
|
76142
76174
|
R._EvaluateVisitor__visitDynamicImport__closure4.prototype = {
|
|
76143
76175
|
call$0: function() {
|
|
@@ -76191,7 +76223,7 @@ self.fs = require("fs");
|
|
|
76191
76223
|
var t1 = this.node;
|
|
76192
76224
|
return this.$this._evaluate0$_environment.getMixin$2$namespace(t1.name, t1.namespace);
|
|
76193
76225
|
},
|
|
76194
|
-
$signature:
|
|
76226
|
+
$signature: 135
|
|
76195
76227
|
};
|
|
76196
76228
|
R._EvaluateVisitor_visitIncludeRule_closure8.prototype = {
|
|
76197
76229
|
call$0: function() {
|
|
@@ -76299,7 +76331,7 @@ self.fs = require("fs");
|
|
|
76299
76331
|
call$0: function() {
|
|
76300
76332
|
return F.MediaQueryParser$0(this.resolved, this.$this._evaluate0$_logger, null).parse$0();
|
|
76301
76333
|
},
|
|
76302
|
-
$signature:
|
|
76334
|
+
$signature: 128
|
|
76303
76335
|
};
|
|
76304
76336
|
R._EvaluateVisitor_visitStyleRule_closure13.prototype = {
|
|
76305
76337
|
call$0: function() {
|
|
@@ -76509,7 +76541,7 @@ self.fs = require("fs");
|
|
|
76509
76541
|
t2 = H.stringReplaceAllUnchecked(t2, "_", "-");
|
|
76510
76542
|
return this.$this._evaluate0$_getFunction$2$namespace(t2, t1);
|
|
76511
76543
|
},
|
|
76512
|
-
$signature:
|
|
76544
|
+
$signature: 135
|
|
76513
76545
|
};
|
|
76514
76546
|
R._EvaluateVisitor_visitFunctionExpression_closure4.prototype = {
|
|
76515
76547
|
call$0: function() {
|
|
@@ -76871,7 +76903,7 @@ self.fs = require("fs");
|
|
|
76871
76903
|
call$1: function(tuple) {
|
|
76872
76904
|
return this.$this._evaluate0$_stackFrame$2(tuple.item1, tuple.item2.get$span());
|
|
76873
76905
|
},
|
|
76874
|
-
$signature:
|
|
76906
|
+
$signature: 166
|
|
76875
76907
|
};
|
|
76876
76908
|
R._ImportedCssVisitor1.prototype = {
|
|
76877
76909
|
visitCssAtRule$1: function(node) {
|
|
@@ -77579,13 +77611,13 @@ self.fs = require("fs");
|
|
|
77579
77611
|
call$0: function() {
|
|
77580
77612
|
return P.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
77581
77613
|
},
|
|
77582
|
-
$signature:
|
|
77614
|
+
$signature: 136
|
|
77583
77615
|
};
|
|
77584
77616
|
X.ExtensionStore_addExtension_closure3.prototype = {
|
|
77585
77617
|
call$0: function() {
|
|
77586
77618
|
return H.setRuntimeTypeInfo([], type$.JSArray_Extension_2);
|
|
77587
77619
|
},
|
|
77588
|
-
$signature:
|
|
77620
|
+
$signature: 168
|
|
77589
77621
|
};
|
|
77590
77622
|
X.ExtensionStore_addExtension_closure4.prototype = {
|
|
77591
77623
|
call$0: function() {
|
|
@@ -77597,13 +77629,13 @@ self.fs = require("fs");
|
|
|
77597
77629
|
call$0: function() {
|
|
77598
77630
|
return H.setRuntimeTypeInfo([], type$.JSArray_Extension_2);
|
|
77599
77631
|
},
|
|
77600
|
-
$signature:
|
|
77632
|
+
$signature: 168
|
|
77601
77633
|
};
|
|
77602
77634
|
X.ExtensionStore__extendExistingExtensions_closure2.prototype = {
|
|
77603
77635
|
call$0: function() {
|
|
77604
77636
|
return P.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
77605
77637
|
},
|
|
77606
|
-
$signature:
|
|
77638
|
+
$signature: 136
|
|
77607
77639
|
};
|
|
77608
77640
|
X.ExtensionStore_addExtensions_closure1.prototype = {
|
|
77609
77641
|
call$2: function(target, newSources) {
|
|
@@ -77659,7 +77691,7 @@ self.fs = require("fs");
|
|
|
77659
77691
|
call$0: function() {
|
|
77660
77692
|
return P.LinkedHashMap_LinkedHashMap$_empty(type$.ComplexSelector_2, type$.Extension_2);
|
|
77661
77693
|
},
|
|
77662
|
-
$signature:
|
|
77694
|
+
$signature: 136
|
|
77663
77695
|
};
|
|
77664
77696
|
X.ExtensionStore_addExtensions___closure2.prototype = {
|
|
77665
77697
|
call$0: function() {
|
|
@@ -77969,7 +78001,7 @@ self.fs = require("fs");
|
|
|
77969
78001
|
}
|
|
77970
78002
|
return t2.toUri$1(t1);
|
|
77971
78003
|
},
|
|
77972
|
-
$signature:
|
|
78004
|
+
$signature: 151
|
|
77973
78005
|
};
|
|
77974
78006
|
B.ForRule0.prototype = {
|
|
77975
78007
|
accept$1$1: function(visitor) {
|
|
@@ -78118,7 +78150,7 @@ self.fs = require("fs");
|
|
|
78118
78150
|
var t1 = this._rule;
|
|
78119
78151
|
return R.ForwardedModuleView__forwardedMap0(inner, t1.prefix, t1.shownVariables, t1.hiddenVariables, type$.AstNode_2);
|
|
78120
78152
|
},
|
|
78121
|
-
$signature:
|
|
78153
|
+
$signature: 167
|
|
78122
78154
|
};
|
|
78123
78155
|
F.FunctionExpression0.prototype = {
|
|
78124
78156
|
accept$1$1: function(visitor) {
|
|
@@ -78195,7 +78227,7 @@ self.fs = require("fs");
|
|
|
78195
78227
|
var t1 = J.getInterceptor$asx(complex);
|
|
78196
78228
|
return t1.sublist$2(complex, 0, t1.get$length(complex) - 1);
|
|
78197
78229
|
},
|
|
78198
|
-
$signature:
|
|
78230
|
+
$signature: 137
|
|
78199
78231
|
};
|
|
78200
78232
|
Y._weaveParents_closure6.prototype = {
|
|
78201
78233
|
call$2: function(group1, group2) {
|
|
@@ -78236,13 +78268,13 @@ self.fs = require("fs");
|
|
|
78236
78268
|
call$1: function(group) {
|
|
78237
78269
|
return group;
|
|
78238
78270
|
},
|
|
78239
|
-
$signature:
|
|
78271
|
+
$signature: 137
|
|
78240
78272
|
};
|
|
78241
78273
|
Y._weaveParents_closure9.prototype = {
|
|
78242
78274
|
call$1: function(sequence) {
|
|
78243
78275
|
return sequence.get$length(sequence) === 0;
|
|
78244
78276
|
},
|
|
78245
|
-
$signature:
|
|
78277
|
+
$signature: 183
|
|
78246
78278
|
};
|
|
78247
78279
|
Y._weaveParents_closure10.prototype = {
|
|
78248
78280
|
call$1: function(chunk) {
|
|
@@ -78254,7 +78286,7 @@ self.fs = require("fs");
|
|
|
78254
78286
|
call$1: function(group) {
|
|
78255
78287
|
return group;
|
|
78256
78288
|
},
|
|
78257
|
-
$signature:
|
|
78289
|
+
$signature: 137
|
|
78258
78290
|
};
|
|
78259
78291
|
Y._weaveParents_closure11.prototype = {
|
|
78260
78292
|
call$1: function(choice) {
|
|
@@ -78279,7 +78311,7 @@ self.fs = require("fs");
|
|
|
78279
78311
|
call$1: function(component) {
|
|
78280
78312
|
return component instanceof X.CompoundSelector0 && C.JSArray_methods.any$1(component.components, new Y._mustUnify__closure0(this.uniqueSelectors));
|
|
78281
78313
|
},
|
|
78282
|
-
$signature:
|
|
78314
|
+
$signature: 132
|
|
78283
78315
|
};
|
|
78284
78316
|
Y._mustUnify__closure0.prototype = {
|
|
78285
78317
|
call$1: function(simple) {
|
|
@@ -78874,7 +78906,7 @@ self.fs = require("fs");
|
|
|
78874
78906
|
call$0: function() {
|
|
78875
78907
|
return this.importer.canonicalize$1(this.url);
|
|
78876
78908
|
},
|
|
78877
|
-
$signature:
|
|
78909
|
+
$signature: 150
|
|
78878
78910
|
};
|
|
78879
78911
|
R.ImportCache_importCanonical_closure0.prototype = {
|
|
78880
78912
|
call$0: function() {
|
|
@@ -79550,7 +79582,7 @@ self.fs = require("fs");
|
|
|
79550
79582
|
C.JSArray_methods.addAll$1(t1, t2.components);
|
|
79551
79583
|
return S.ComplexSelector$0(t1, t2.lineBreak || parentComplex.lineBreak);
|
|
79552
79584
|
},
|
|
79553
|
-
$signature:
|
|
79585
|
+
$signature: 127
|
|
79554
79586
|
};
|
|
79555
79587
|
D.SelectorList_resolveParentSelectors__closure2.prototype = {
|
|
79556
79588
|
call$1: function(newComplex) {
|
|
@@ -79563,7 +79595,7 @@ self.fs = require("fs");
|
|
|
79563
79595
|
call$1: function(component) {
|
|
79564
79596
|
return component instanceof X.CompoundSelector0 && C.JSArray_methods.any$1(component.components, new D.SelectorList__complexContainsParentSelector__closure0());
|
|
79565
79597
|
},
|
|
79566
|
-
$signature:
|
|
79598
|
+
$signature: 132
|
|
79567
79599
|
};
|
|
79568
79600
|
D.SelectorList__complexContainsParentSelector__closure0.prototype = {
|
|
79569
79601
|
call$1: function(simple) {
|
|
@@ -79629,7 +79661,7 @@ self.fs = require("fs");
|
|
|
79629
79661
|
t1.push(last);
|
|
79630
79662
|
return S.ComplexSelector$0(t1, complex.lineBreak);
|
|
79631
79663
|
},
|
|
79632
|
-
$signature:
|
|
79664
|
+
$signature: 127
|
|
79633
79665
|
};
|
|
79634
79666
|
D._NodeSassList.prototype = {};
|
|
79635
79667
|
D.listConstructor_closure.prototype = {
|
|
@@ -80686,7 +80718,7 @@ self.fs = require("fs");
|
|
|
80686
80718
|
t2.expectDone$0();
|
|
80687
80719
|
return queries;
|
|
80688
80720
|
},
|
|
80689
|
-
$signature:
|
|
80721
|
+
$signature: 128
|
|
80690
80722
|
};
|
|
80691
80723
|
G.ModifiableCssMediaRule0.prototype = {
|
|
80692
80724
|
accept$1$1: function(visitor) {
|
|
@@ -81012,7 +81044,7 @@ self.fs = require("fs");
|
|
|
81012
81044
|
else
|
|
81013
81045
|
return new B.listDir_closure_list0().call$1(t1);
|
|
81014
81046
|
},
|
|
81015
|
-
$signature:
|
|
81047
|
+
$signature: 153
|
|
81016
81048
|
};
|
|
81017
81049
|
B.listDir__closure1.prototype = {
|
|
81018
81050
|
call$1: function(child) {
|
|
@@ -81030,14 +81062,14 @@ self.fs = require("fs");
|
|
|
81030
81062
|
call$1: function($parent) {
|
|
81031
81063
|
return J.expand$1$1$ax(J.readdirSync$1$x(D.fs(), $parent), new B.listDir__list_closure0($parent, this), type$.String);
|
|
81032
81064
|
},
|
|
81033
|
-
$signature:
|
|
81065
|
+
$signature: 154
|
|
81034
81066
|
};
|
|
81035
81067
|
B.listDir__list_closure0.prototype = {
|
|
81036
81068
|
call$1: function(child) {
|
|
81037
81069
|
var path = D.join(this.parent, H._asString(child), null);
|
|
81038
81070
|
return B.dirExists0(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], type$.JSArray_String);
|
|
81039
81071
|
},
|
|
81040
|
-
$signature:
|
|
81072
|
+
$signature: 155
|
|
81041
81073
|
};
|
|
81042
81074
|
B.ModifiableCssNode0.prototype = {
|
|
81043
81075
|
get$hasFollowingSibling: function() {
|
|
@@ -81245,7 +81277,7 @@ self.fs = require("fs");
|
|
|
81245
81277
|
});
|
|
81246
81278
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
81247
81279
|
},
|
|
81248
|
-
$signature:
|
|
81280
|
+
$signature: 200
|
|
81249
81281
|
};
|
|
81250
81282
|
B._parseFunctions___closure.prototype = {
|
|
81251
81283
|
call$1: function(result) {
|
|
@@ -81259,7 +81291,7 @@ self.fs = require("fs");
|
|
|
81259
81291
|
$defaultValues: function() {
|
|
81260
81292
|
return [null];
|
|
81261
81293
|
},
|
|
81262
|
-
$signature:
|
|
81294
|
+
$signature: 216
|
|
81263
81295
|
};
|
|
81264
81296
|
B._parseImporter_closure.prototype = {
|
|
81265
81297
|
call$1: function(importer) {
|
|
@@ -81333,7 +81365,7 @@ self.fs = require("fs");
|
|
|
81333
81365
|
C.C_SassNull.toString = P.allowInterop(new O.nullConstructor__closure0());
|
|
81334
81366
|
return $constructor;
|
|
81335
81367
|
},
|
|
81336
|
-
$signature:
|
|
81368
|
+
$signature: 186
|
|
81337
81369
|
};
|
|
81338
81370
|
O.nullConstructor__closure.prototype = {
|
|
81339
81371
|
call$1: function(_) {
|
|
@@ -81347,7 +81379,7 @@ self.fs = require("fs");
|
|
|
81347
81379
|
$defaultValues: function() {
|
|
81348
81380
|
return [null];
|
|
81349
81381
|
},
|
|
81350
|
-
$signature:
|
|
81382
|
+
$signature: 185
|
|
81351
81383
|
};
|
|
81352
81384
|
O.nullConstructor__closure0.prototype = {
|
|
81353
81385
|
call$0: function() {
|
|
@@ -81443,7 +81475,7 @@ self.fs = require("fs");
|
|
|
81443
81475
|
t2 = J.join$1$ax(t1.get$dartValue(thisArg).get$numeratorUnits(), "*");
|
|
81444
81476
|
return t2 + (t1.get$dartValue(thisArg).get$denominatorUnits().length === 0 ? "" : "/") + C.JSArray_methods.join$1(t1.get$dartValue(thisArg).get$denominatorUnits(), "*");
|
|
81445
81477
|
},
|
|
81446
|
-
$signature:
|
|
81478
|
+
$signature: 178
|
|
81447
81479
|
};
|
|
81448
81480
|
T.numberConstructor_closure3.prototype = {
|
|
81449
81481
|
call$2: function(thisArg, unit) {
|
|
@@ -81458,7 +81490,7 @@ self.fs = require("fs");
|
|
|
81458
81490
|
call$1: function(thisArg) {
|
|
81459
81491
|
return N.serializeValue(J.get$dartValue$x(thisArg), true, true);
|
|
81460
81492
|
},
|
|
81461
|
-
$signature:
|
|
81493
|
+
$signature: 178
|
|
81462
81494
|
};
|
|
81463
81495
|
T._parseNumber_closure.prototype = {
|
|
81464
81496
|
call$1: function(unit) {
|
|
@@ -81933,7 +81965,7 @@ self.fs = require("fs");
|
|
|
81933
81965
|
call$2: function(multiplier, unit) {
|
|
81934
81966
|
return multiplier * this.$this.canonicalMultiplierForUnit$1(unit);
|
|
81935
81967
|
},
|
|
81936
|
-
$signature:
|
|
81968
|
+
$signature: 163
|
|
81937
81969
|
};
|
|
81938
81970
|
U.SupportsOperation0.prototype = {
|
|
81939
81971
|
toString$0: function(_) {
|
|
@@ -83741,7 +83773,7 @@ self.fs = require("fs");
|
|
|
83741
83773
|
} else
|
|
83742
83774
|
throw H.wrapException(E.SassScriptException$0("Can't append " + complex.toString$0(0) + " to " + this.parent.toString$0(0) + "."));
|
|
83743
83775
|
},
|
|
83744
|
-
$signature:
|
|
83776
|
+
$signature: 127
|
|
83745
83777
|
};
|
|
83746
83778
|
T._extend_closure0.prototype = {
|
|
83747
83779
|
call$1: function($arguments) {
|
|
@@ -85220,7 +85252,7 @@ self.fs = require("fs");
|
|
|
85220
85252
|
call$1: function(map) {
|
|
85221
85253
|
return B.ShadowedModuleView__shadowedMap0(map, this.variables, type$.AstNode_2);
|
|
85222
85254
|
},
|
|
85223
|
-
$signature:
|
|
85255
|
+
$signature: 167
|
|
85224
85256
|
};
|
|
85225
85257
|
B.SilentComment0.prototype = {
|
|
85226
85258
|
accept$1$1: function(visitor) {
|
|
@@ -85480,7 +85512,7 @@ self.fs = require("fs");
|
|
|
85480
85512
|
call$0: function() {
|
|
85481
85513
|
return this.source.file;
|
|
85482
85514
|
},
|
|
85483
|
-
$signature:
|
|
85515
|
+
$signature: 114
|
|
85484
85516
|
};
|
|
85485
85517
|
D.SourceMapBuffer_buildSourceMap_closure0.prototype = {
|
|
85486
85518
|
call$1: function(entry) {
|
|
@@ -85492,7 +85524,7 @@ self.fs = require("fs");
|
|
|
85492
85524
|
t4 = t3 === 0 ? t4.prefixColumn : 0;
|
|
85493
85525
|
return new L.Entry(t1, V.SourceLocation$(t2.offset + this.prefixLength, t2.column + t4, t3 + t5, null), entry.identifierName);
|
|
85494
85526
|
},
|
|
85495
|
-
$signature:
|
|
85527
|
+
$signature: 162
|
|
85496
85528
|
};
|
|
85497
85529
|
Q.StaticImport0.prototype = {
|
|
85498
85530
|
toString$0: function(_) {
|
|
@@ -85663,12 +85695,13 @@ self.fs = require("fs");
|
|
|
85663
85695
|
D._slice_closure0.prototype = {
|
|
85664
85696
|
call$1: function($arguments) {
|
|
85665
85697
|
var lengthInCodepoints, endInt, startCodepoint, endCodepoint,
|
|
85698
|
+
_s8_ = "start-at",
|
|
85666
85699
|
t1 = J.getInterceptor$asx($arguments),
|
|
85667
85700
|
string = t1.$index($arguments, 0).assertString$1("string"),
|
|
85668
|
-
start = t1.$index($arguments, 1).assertNumber$1(
|
|
85701
|
+
start = t1.$index($arguments, 1).assertNumber$1(_s8_),
|
|
85669
85702
|
end = t1.$index($arguments, 2).assertNumber$1("end-at");
|
|
85670
|
-
start.assertNoUnits$1(
|
|
85671
|
-
end.assertNoUnits$1("end");
|
|
85703
|
+
start.assertNoUnits$1(_s8_);
|
|
85704
|
+
end.assertNoUnits$1("end-at");
|
|
85672
85705
|
lengthInCodepoints = string.get$sassLength();
|
|
85673
85706
|
endInt = end.assertInt$0();
|
|
85674
85707
|
if (endInt === 0)
|
|
@@ -89031,13 +89064,13 @@ self.fs = require("fs");
|
|
|
89031
89064
|
call$2: function(children, span) {
|
|
89032
89065
|
return V.AtRootRule$0(children, span, this.query);
|
|
89033
89066
|
},
|
|
89034
|
-
$signature:
|
|
89067
|
+
$signature: 170
|
|
89035
89068
|
};
|
|
89036
89069
|
V.StylesheetParser__atRootRule_closure2.prototype = {
|
|
89037
89070
|
call$2: function(children, span) {
|
|
89038
89071
|
return V.AtRootRule$0(children, span, null);
|
|
89039
89072
|
},
|
|
89040
|
-
$signature:
|
|
89073
|
+
$signature: 170
|
|
89041
89074
|
};
|
|
89042
89075
|
V.StylesheetParser__eachRule_closure0.prototype = {
|
|
89043
89076
|
call$2: function(children, span) {
|
|
@@ -89119,7 +89152,7 @@ self.fs = require("fs");
|
|
|
89119
89152
|
_this.$this.logger.warn$3$deprecation$span(0, string$.x40_moz_, true, span);
|
|
89120
89153
|
return U.AtRule$0(_this.name, span, children, _this.value);
|
|
89121
89154
|
},
|
|
89122
|
-
$signature:
|
|
89155
|
+
$signature: 220
|
|
89123
89156
|
};
|
|
89124
89157
|
V.StylesheetParser_supportsRule_closure0.prototype = {
|
|
89125
89158
|
call$2: function(children, span) {
|
|
@@ -89138,7 +89171,7 @@ self.fs = require("fs");
|
|
|
89138
89171
|
call$2: function(children, span) {
|
|
89139
89172
|
return U.AtRule$0(this.name, span, children, this._box_0.value);
|
|
89140
89173
|
},
|
|
89141
|
-
$signature:
|
|
89174
|
+
$signature: 220
|
|
89142
89175
|
};
|
|
89143
89176
|
V.StylesheetParser_expression_resetState0.prototype = {
|
|
89144
89177
|
call$0: function() {
|
|
@@ -90199,16 +90232,16 @@ self.fs = require("fs");
|
|
|
90199
90232
|
_instance_2_u = hunkHelpers._instance_2u,
|
|
90200
90233
|
_instance_0_i = hunkHelpers._instance_0i,
|
|
90201
90234
|
_instance_0_u = hunkHelpers._instance_0u;
|
|
90202
|
-
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny",
|
|
90235
|
+
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 177);
|
|
90203
90236
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 11);
|
|
90204
90237
|
_instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 11);
|
|
90205
90238
|
_instance_1_u(H.CastMap.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90206
90239
|
_instance_1_u(H.ConstantStringMap.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90207
90240
|
_instance_1_u(H.ConstantProtoMap.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90208
90241
|
_instance_1_u(H.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90209
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride",
|
|
90210
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate",
|
|
90211
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer",
|
|
90242
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 115);
|
|
90243
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 115);
|
|
90244
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 115);
|
|
90212
90245
|
_static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0);
|
|
90213
90246
|
_static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 108);
|
|
90214
90247
|
_static_2(P, "async___nullErrorHandler$closure", "_nullErrorHandler", 62);
|
|
@@ -90241,20 +90274,20 @@ self.fs = require("fs");
|
|
|
90241
90274
|
_static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 547, 0);
|
|
90242
90275
|
_instance(P._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
90243
90276
|
return [null];
|
|
90244
|
-
}, ["call$1", "call$0"], ["complete$1", "complete$0"],
|
|
90277
|
+
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 216, 0);
|
|
90245
90278
|
_instance_2_u(P._Future.prototype, "get$_completeError", "_completeError$2", 62);
|
|
90246
90279
|
var _;
|
|
90247
90280
|
_instance_1_i(_ = P._StreamController.prototype, "get$add", "add$1", 29);
|
|
90248
90281
|
_instance(_, "get$addError", 0, 1, function() {
|
|
90249
90282
|
return [null];
|
|
90250
|
-
}, ["call$2", "call$1"], ["addError$2", "addError$1"],
|
|
90283
|
+
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 173, 0);
|
|
90251
90284
|
_instance_0_i(_, "get$close", "close$0", 517);
|
|
90252
90285
|
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 29);
|
|
90253
90286
|
_instance_2_u(_, "get$_addError", "_addError$2", 62);
|
|
90254
90287
|
_instance_0_u(_, "get$_close", "_close$0", 0);
|
|
90255
90288
|
_instance_0_u(_ = P._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
90256
90289
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
90257
|
-
_instance(_ = P._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"],
|
|
90290
|
+
_instance(_ = P._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 417, 0);
|
|
90258
90291
|
_instance_0_i(_, "get$resume", "resume$0", 0);
|
|
90259
90292
|
_instance_0_u(_, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
90260
90293
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
@@ -90264,22 +90297,22 @@ self.fs = require("fs");
|
|
|
90264
90297
|
_instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 0);
|
|
90265
90298
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 0);
|
|
90266
90299
|
_instance_1_u(_, "get$_handleData", "_handleData$1", 29);
|
|
90267
|
-
_instance_2_u(_, "get$_handleError", "_handleError$2",
|
|
90300
|
+
_instance_2_u(_, "get$_handleError", "_handleError$2", 466);
|
|
90268
90301
|
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 0);
|
|
90269
|
-
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals",
|
|
90270
|
-
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode",
|
|
90271
|
-
_static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny",
|
|
90302
|
+
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 187);
|
|
90303
|
+
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 223);
|
|
90304
|
+
_static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 177);
|
|
90272
90305
|
_instance_1_u(P._HashMap.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90273
90306
|
_instance_1_u(P._LinkedCustomHashMap.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90274
|
-
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
90307
|
+
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 549, 0);
|
|
90275
90308
|
_instance_1_i(_, "get$contains", "contains$1", 11);
|
|
90276
|
-
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
90309
|
+
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 548, 0);
|
|
90277
90310
|
_instance_1_u(P.MapMixin.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90278
90311
|
_instance_1_u(P.MapView.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90279
90312
|
_instance_1_i(P._UnmodifiableSet.prototype, "get$contains", "contains$1", 11);
|
|
90280
90313
|
_static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable", 99);
|
|
90281
|
-
_static_1(P, "core__identityHashCode$closure", "identityHashCode",
|
|
90282
|
-
_static_2(P, "core__identical$closure", "identical",
|
|
90314
|
+
_static_1(P, "core__identityHashCode$closure", "identityHashCode", 223);
|
|
90315
|
+
_static_2(P, "core__identical$closure", "identical", 187);
|
|
90283
90316
|
_static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 4);
|
|
90284
90317
|
_instance_1_i(P.Iterable.prototype, "get$contains", "contains$1", 11);
|
|
90285
90318
|
_instance_1_i(P.StringBuffer.prototype, "get$write", "write$1", 29);
|
|
@@ -90289,19 +90322,19 @@ self.fs = require("fs");
|
|
|
90289
90322
|
_instance_1_u(_ = Y.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 29);
|
|
90290
90323
|
_instance(_, "get$setError", 0, 1, function() {
|
|
90291
90324
|
return [null];
|
|
90292
|
-
}, ["call$2", "call$1"], ["setError$2", "setError$1"],
|
|
90325
|
+
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 173, 0);
|
|
90293
90326
|
_instance_0_u(_ = L.StreamGroup.prototype, "get$_onListen", "_onListen$0", 0);
|
|
90294
90327
|
_instance_0_u(_, "get$_onPause", "_onPause$0", 0);
|
|
90295
90328
|
_instance_0_u(_, "get$_onResume", "_onResume$0", 0);
|
|
90296
|
-
_instance_0_u(_, "get$_onCancel", "_onCancel$0",
|
|
90329
|
+
_instance_0_u(_, "get$_onCancel", "_onCancel$0", 358);
|
|
90297
90330
|
_instance_0_i(B.ReplAdapter.prototype, "get$exit", "exit$0", 0);
|
|
90298
90331
|
_instance_1_i(O.EmptyUnmodifiableSet.prototype, "get$contains", "contains$1", 11);
|
|
90299
90332
|
_instance_1_i(M._DelegatingIterableBase.prototype, "get$contains", "contains$1", 11);
|
|
90300
90333
|
_instance_1_i(M.MapKeySet.prototype, "get$contains", "contains$1", 11);
|
|
90301
90334
|
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1", 7);
|
|
90302
90335
|
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1", 18);
|
|
90303
|
-
_instance_1_u(F.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1",
|
|
90304
|
-
_instance_1_u(X.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1",
|
|
90336
|
+
_instance_1_u(F.EmptyExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 145);
|
|
90337
|
+
_instance_1_u(X.ExtensionStore.prototype, "get$addExtensions", "addExtensions$1", 145);
|
|
90305
90338
|
_static_1(Y, "functions___isUnique$closure", "_isUnique", 17);
|
|
90306
90339
|
_static_1(K, "color___opacify$closure", "_opacify", 24);
|
|
90307
90340
|
_static_1(K, "color___transparentize$closure", "_transparentize", 24);
|
|
@@ -90309,12 +90342,12 @@ self.fs = require("fs");
|
|
|
90309
90342
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 0);
|
|
90310
90343
|
_instance_0_u(_, "get$string", "string$0", 27);
|
|
90311
90344
|
_instance_0_u(U.SassParser.prototype, "get$loudComment", "loudComment$0", 0);
|
|
90312
|
-
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"],
|
|
90345
|
+
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 351, 0);
|
|
90313
90346
|
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 101);
|
|
90314
90347
|
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0", 101);
|
|
90315
90348
|
_instance_0_u(_, "get$_functionChild", "_functionChild$0", 101);
|
|
90316
|
-
_instance(_, "get$expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$singleEquals", "call$1$until"], ["expression$3$bracketList$singleEquals$until", "expression$0", "expression$2$singleEquals$until", "expression$1$bracketList", "expression$1$singleEquals", "expression$1$until"],
|
|
90317
|
-
_instance_0_u(_, "get$_number", "_number$0",
|
|
90349
|
+
_instance(_, "get$expression", 0, 0, null, ["call$3$bracketList$singleEquals$until", "call$0", "call$2$singleEquals$until", "call$1$bracketList", "call$1$singleEquals", "call$1$until"], ["expression$3$bracketList$singleEquals$until", "expression$0", "expression$2$singleEquals$until", "expression$1$bracketList", "expression$1$singleEquals", "expression$1$until"], 349, 0);
|
|
90350
|
+
_instance_0_u(_, "get$_number", "_number$0", 346);
|
|
90318
90351
|
_instance_1_u(K.LimitedMapView.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90319
90352
|
_instance_1_u(Z.MergedMapView.prototype, "get$containsKey", "containsKey$1", 11);
|
|
90320
90353
|
_instance_1_i(N.NoSourceMapBuffer0.prototype, "get$write", "write$1", 29);
|
|
@@ -90326,10 +90359,10 @@ self.fs = require("fs");
|
|
|
90326
90359
|
_instance_2_u(T.SassNumber.prototype, "get$moduloLikeSass", "moduloLikeSass$2", 53);
|
|
90327
90360
|
_instance_1_u(_ = E._EvaluateVisitor0.prototype, "get$_async_evaluate$_visitMediaQueries", "_async_evaluate$_visitMediaQueries$1", 237);
|
|
90328
90361
|
_instance_1_u(_, "get$_async_evaluate$_visitSupportsCondition", "_async_evaluate$_visitSupportsCondition$1", 236);
|
|
90329
|
-
_instance_1_u(_, "get$_async_evaluate$_expressionNode", "_async_evaluate$_expressionNode$1",
|
|
90362
|
+
_instance_1_u(_, "get$_async_evaluate$_expressionNode", "_async_evaluate$_expressionNode$1", 164);
|
|
90330
90363
|
_instance_1_u(_ = R._EvaluateVisitor.prototype, "get$_visitMediaQueries", "_visitMediaQueries$1", 263);
|
|
90331
90364
|
_instance_1_u(_, "get$_visitSupportsCondition", "_visitSupportsCondition$1", 264);
|
|
90332
|
-
_instance_1_u(_, "get$_expressionNode", "_expressionNode$1",
|
|
90365
|
+
_instance_1_u(_, "get$_expressionNode", "_expressionNode$1", 164);
|
|
90333
90366
|
_instance_1_u(F._FindDependenciesVisitor.prototype, "get$visitInterpolation", "visitInterpolation$1", 558);
|
|
90334
90367
|
_instance_1_u(_ = D.RecursiveStatementVisitor.prototype, "get$visitContentBlock", "visitContentBlock$1", 280);
|
|
90335
90368
|
_instance_1_u(_, "get$visitChildren", "visitChildren$1", 281);
|
|
@@ -90347,13 +90380,13 @@ self.fs = require("fs");
|
|
|
90347
90380
|
}], 552, 0);
|
|
90348
90381
|
_instance_1_u(_ = E._EvaluateVisitor2.prototype, "get$_async_evaluate0$_visitMediaQueries", "_async_evaluate0$_visitMediaQueries$1", 322);
|
|
90349
90382
|
_instance_1_u(_, "get$_async_evaluate0$_visitSupportsCondition", "_async_evaluate0$_visitSupportsCondition$1", 323);
|
|
90350
|
-
_instance_1_u(_, "get$_async_evaluate0$_expressionNode", "_async_evaluate0$_expressionNode$1",
|
|
90383
|
+
_instance_1_u(_, "get$_async_evaluate0$_expressionNode", "_async_evaluate0$_expressionNode$1", 202);
|
|
90351
90384
|
_static_1(K, "color1___opacify$closure", "_opacify0", 23);
|
|
90352
90385
|
_static_1(K, "color1___transparentize$closure", "_transparentize0", 23);
|
|
90353
90386
|
_instance_1_u(F.EmptyExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 182);
|
|
90354
90387
|
_instance_1_u(_ = R._EvaluateVisitor1.prototype, "get$_evaluate0$_visitMediaQueries", "_evaluate0$_visitMediaQueries$1", 399);
|
|
90355
90388
|
_instance_1_u(_, "get$_evaluate0$_visitSupportsCondition", "_evaluate0$_visitSupportsCondition$1", 400);
|
|
90356
|
-
_instance_1_u(_, "get$_evaluate0$_expressionNode", "_evaluate0$_expressionNode$1",
|
|
90389
|
+
_instance_1_u(_, "get$_evaluate0$_expressionNode", "_evaluate0$_expressionNode$1", 202);
|
|
90357
90390
|
_instance_1_u(X.ExtensionStore0.prototype, "get$addExtensions", "addExtensions$1", 182);
|
|
90358
90391
|
_static_1(Y, "functions0___isUnique$closure", "_isUnique0", 16);
|
|
90359
90392
|
_instance_1_u(K.LimitedMapView0.prototype, "get$containsKey", "containsKey$1", 11);
|
|
@@ -90585,7 +90618,7 @@ self.fs = require("fs");
|
|
|
90585
90618
|
mangledNames: {},
|
|
90586
90619
|
getTypeFromName: getGlobalFromName,
|
|
90587
90620
|
metadata: [],
|
|
90588
|
-
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "String(String)", "Value(List<Value>)", "bool(String)", "bool(CssNode)", "bool(CssNode0)", "SassNumber(List<Value>)", "SassNumber0(List<Value0>)", "bool(Object?)", "int()", "SassString0(List<Value0>)", "SassString(List<Value>)", "SassBoolean0(List<Value0>)", "bool(SimpleSelector0)", "bool(SimpleSelector)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "SassBoolean(List<Value>)", "bool()", "SassList0(List<Value0>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "SassList(List<Value>)", "Null(~())", "String()", "Future<Null>(Future<~>())", "~(Object?)", "FileSpan()", "bool(int?)", "SassMap(List<Value>)", "Future<~>()", "Value0?()", "SassMap0(List<Value0>)", "Value?()", "bool(num,num)", "int(num)", "String?()", "Value(Value)", "SelectorList0()", "Value()", "SelectorList()", "String(Object)", "Value0(Value0)", "List<String>()", "~(Value0)", "~(Value,Value)", "ValueExpression(Value)", "~(Value0,Value0)", "ValueExpression0(Value0)", "~(Value)", "num(num,num)", "Future<Value0?>()", "~(Module<AsyncCallable>)", "Future<Value?>()", "Frame(String)", "~(Module<Callable>)", "bool(Value0)", "String(@)", "~(Module0<Callable0>)", "~(Object,StackTrace)", "bool(Value)", "~(Module0<AsyncCallable0>)", "Value0()", "Frame()", "Declaration0(List<Statement0>,FileSpan)", "@(int)", "~(String,bool)", "bool(int)", "Null([Object?])", "Stylesheet?()", "Uri(Uri)", "SassRuntimeException0(AstNode0)", "num(num)", "Future<String>(Object?)", "~(String,Value)", "Future<Value0?>(Statement0)", "bool(SelectorList)", "@(bool)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "int(Uri)", "Future<Value0>()", "Value?(Statement)", "SassRuntimeException(AstNode)", "ComplexSelector(List<ComplexSelectorComponent>)", "Future<Value>()", "String(int)", "@()", "Declaration(List<Statement>,FileSpan)", "Null(Object,StackTrace)", "Null(_NodeSassColor,num)", "~(String,Value0)", "Value0?(Statement0)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "ComplexSelector0(List<ComplexSelectorComponent0>)", "Future<Value?>(Statement)", "bool(SelectorList0)", "@(@)", "Statement0()", "Statement()", "Iterable<ComplexSelector0>(ComplexSelector0)", "SourceFile()", "Map<ComplexSelector,Extension>()", "List<ComplexSelectorComponent>(List<ComplexSelectorComponent>)", "bool(@)", "num(Value)", "~(@)", "Tuple3<Importer,Uri,Uri>?()", "~(String)", "AtRootQuery()", "List<CssMediaQuery>()", "Object()", "~(~())", "AsyncCallable?()", "bool(ComplexSelectorComponent)", "Callable?()", "Iterable<ComplexSelector>(ComplexSelector)", "bool(_Highlight)", "ComplexSelector(ComplexSelector)", "Iterable<String>(Module0<AsyncCallable0>)", "bool(Module0<AsyncCallable0>)", "Iterable<String>(Module<AsyncCallable>)", "AsyncCallable0?()", "AtRootQuery0()", "ComplexSelector0(ComplexSelector0)", "List<CssMediaQuery0>()", "Iterable<String>(Module<Callable>)", "num(Value0)", "int(_NodeSassColor)", "bool(ComplexSelectorComponent0)", "Iterable<String>(Module0<Callable0>)", "bool(Module0<Callable0>)", "Callable0?()", "Map<ComplexSelector0,Extension0>()", "List<ComplexSelectorComponent0>(List<ComplexSelectorComponent0>)", "bool(Module<Callable>)", "bool(Module<AsyncCallable>)", "bool(Statement)", "~(@,@)", "num?(String,num{assertPercent:bool,checkPercent:bool})", "num(num,num?,num)", "int(int,num?)", "~(Iterable<ExtensionStore>)", "~(Object?,Object?)", "List<Extension>()", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "~(Uint8List,String,int)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "Map<String,AstNode>(Map<String,AstNode>)", "VariableDeclaration()", "AtRootRule(List<Statement>,FileSpan)", "AtRule(List<Statement>,FileSpan)", "Entry(Entry)", "num(num,String)", "AstNode(Expression)", "SassFunction(List<Value>)", "Uri?/()", "bool(Object?,Object?)", "List<Extension0>()", "SassNumber0()", "Callable?(Module<Callable>)", "int(@,@)", "~(Object[StackTrace?])", "String(_NodeSassString)", "Map<String,Callable0>(Module0<Callable0>)", "Callable0?(Module0<Callable0>)", "SelectorList0(SelectorList0,SelectorList0)", "SelectorList0(Value0)", "String(_NodeSassNumber)", "int(Object?)", "Null(_NodeSassMap,int,Object)", "bool(Queue<Object?>)", "Object(_NodeSassMap,int)", "~(Iterable<ExtensionStore0>)", "Iterable<ComplexSelectorComponent>(List<List<ComplexSelectorComponent>>)", "0&([@])", "0&([@])()", "Frame(Tuple2<String,AstNode0>)", "Map<String,AstNode0>(Map<String,AstNode0>)", "List<ModifiableCssNode0>()", "@(List<ModifiableCssNode0>)", "Future<SassNumber0>()", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "Map<String,AstNode>(List<Map<String,AstNode>>)", "bool(ModifiableCssParentNode0)", "List<ExtensionStore0>()", "AsyncCallable?(Module<AsyncCallable>)", "CssStylesheet0()", "@(CssStylesheet0)", "SassNull0(int)", "Future<Value0>(List<Value0>)", "SassFunction0(List<Value0>)", "AstNode0(Expression0)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "bool(Import0)", "Map<String,AstNode0>(List<Map<String,AstNode0>>)", "AsyncCallable0?(Module0<AsyncCallable0>)", "bool(Frame)", "bool(String?)", "String(Frame)", "int(Frame)", "bool(Statement0)", "Trace(String)", "SassNumber()", "Frame(Tuple2<String,AstNode>)", "~(String,@)", "~([Object?])", "bool(Import)", "Null(@)", "List<ModifiableCssNode>()", "@(List<ModifiableCssNode>)", "Map<String,Callable>(Module<Callable>)", "Future<SassNumber>()", "bool(ModifiableCssParentNode)", "AtRule0(List<Statement0>,FileSpan)", "List<ExtensionStore>()", "CssStylesheet()", "@(CssStylesheet)", "AtRootRule0(List<Statement0>,FileSpan)", "Iterable<ComplexSelectorComponent0>(List<List<ComplexSelectorComponent0>>)", "Trace()", "Future<Value>(List<Value>)", "Future<~>(List<Value>)", "List<ComplexSelector>(ComplexSelectorComponent)", "Future<EvaluateResult>()", "bool(String?,String?)", "int(String?)", "Future<String>(SupportsCondition)", "Future<List<CssMediaQuery>>(Interpolation)", "Module<AsyncCallable>(Module<AsyncCallable>)", "SingleUnitSassNumber(num)", "StackTrace()", "SassScriptException()", "Future<CssValue<Value>>(Expression)", "String(Argument)", "String(Expression)", "Future<Value?>(Value)", "String(Tuple2<Expression,Expression>)", "Future<CssValue<String>>(Interpolation)", "String(String?)", "~(Set<ModifiableCssValue<SelectorList>>)", "~(Uri,StylesheetNode?)", "Future<CssValue<String>>(SupportsCondition)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "DateTime(StylesheetNode)", "String(IfClause)", "List<WatchEvent>(List<WatchEvent>)", "Future<Value>(Expression)", "Value/()", "StringExpression(Interpolation)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "Null(Function,Function)", "~(BinaryOperator)", "~(Expression{number:bool})", "List<CssMediaQuery>(Interpolation)", "String(SupportsCondition)", "List<ComplexSelectorComponent>(ComplexSelector)", "~(List<Value>)", "SassList(ComplexSelector)", "EvaluateResult()", "SassString(ComplexSelectorComponent)", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "ComplexSelector(Extender)", "CssValue<String>(Interpolation)", "WhileRule(List<Statement>,FileSpan)", "CssValue<String>(SupportsCondition)", "UserDefinedCallable<Environment>(ContentBlock)", "Value(Expression)", "Module<Callable>?(Module<Callable>)", "~(ContentBlock)", "~(List<Statement>)", "~(Expression)", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "@(List<TargetEntry>)", "List<TargetEntry>()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "List<ComplexSelector>?(List<Extender>)", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "String(String{color:@})", "SupportsRule(List<Statement>,FileSpan)", "List<Frame>(Trace)", "int(Trace)", "MixinRule(List<Statement>,FileSpan)", "String(Trace)", "MediaRule(List<Statement>,FileSpan)", "_Future<@>(@)", "Frame(String,String)", "ContentBlock(List<Statement>,FileSpan)", "List<SimpleSelector>(Extender)", "ForRule(List<Statement>,FileSpan)", "Frame(Frame)", "Future<~>?()", "String(Argument0)", "Future<SassNull0>(List<Value0>)", "List<ComplexSelector>(List<ComplexSelector>)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "FunctionRule(List<Statement>,FileSpan)", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "EachRule(List<Statement>,FileSpan)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "StyleRule(List<Statement>,FileSpan)", "List<Extender>?(SimpleSelector)", "Future<List<CssMediaQuery0>>(Interpolation0)", "Future<String>(SupportsCondition0)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "SimpleSelector(SimpleSelector)", "List<Extender>(PseudoSelector)", "StreamController<String>()", "List<List<Extender>>(List<Extender>)", "UseRule()", "Future<~>(List<Value0>)", "Value?(Module<AsyncCallable>)", "Null(@,@)", "Future<EvaluateResult0>()", "Module<AsyncCallable>?(Module<AsyncCallable>)", "ArgumentDeclaration()", "VariableDeclaration(VariableDeclaration)", "Statement?()", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "Stylesheet()", "List<ComplexSelector>(ComplexSelector)", "NumberExpression()", "Future<CssValue0<Value0>>(Expression0)", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "Map<String,Value>(Module<AsyncCallable>)", "Future<Value0?>(Value0)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "Map<String,AstNode>(Module<AsyncCallable>)", "Future<CssValue0<String>>(Interpolation0)", "@(StreamController<String>)", "Statement({root:bool})", "CompoundSelector()", "Future<@>?()", "Future<CssValue0<String>>(SupportsCondition0)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "PseudoSelector(ComplexSelector)", "~(SimpleSelector,Set<ModifiableCssValue<SelectorList>>)", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "@(StackTrace)", "Future<Value0>(Expression0)", "Value0/()", "Future<Stylesheet?>()", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "@(Object)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "~(String,Option)", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "bool(Object)", "Object(Value0)", "@(@,String)", "Future<SassNull>(List<Value>)", "SassNull(List<Value>)", "String(MapEntry<String,ConfiguredValue>)", "bool(Extension)", "String(Value0)", "0&(List<Value0>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "bool(Queue<List<ComplexSelectorComponent>>)", "num(_NodeSassColor)", "Value?(Module<Callable>)", "String(_NodeSassColor)", "String(BuiltInCallable)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "Extension()", "~(Object)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "~(int,@)", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "~(ComplexSelector,Extension)", "bool(List<Iterable<ComplexSelectorComponent>>)", "List<CssMediaQuery0>(Interpolation0)", "String(SupportsCondition0)", "List<ComplexSelectorComponent>(List<Iterable<ComplexSelectorComponent>>)", "~(List<Value0>)", "Uint8List(@,@)", "EvaluateResult0()", "Future<~>(String)", "CssValue0<Value0>(Expression0)", "Value0?(Value0)", "Uri(Tuple3<Importer,Uri,Uri>)", "CssValue0<String>(Interpolation0)", "bool(Tuple3<Importer,Uri,Uri>)", "CssValue0<String>(SupportsCondition0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "Value0(Expression0)", "bool(Extension0)", "Set<ModifiableCssValue0<SelectorList0>>()", "Iterable<ComplexSelectorComponent>(Iterable<ComplexSelectorComponent>)", "Null(@,StackTrace)", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "~(ComplexSelector0,Extension0)", "Extension0()", "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)", "Map<String,Value>(Module<Callable>)", "Map<String,AstNode>(Module<Callable>)", "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>>)", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "~([Future<~>?])", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "SassString(SimpleSelector)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "List<ComplexSelectorComponent0>(List<Iterable<ComplexSelectorComponent0>>)", "Iterable<ComplexSelectorComponent0>(Iterable<ComplexSelectorComponent0>)", "SassNumber(Value)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(IfClause0)", "int(int,int)", "~(String[@])", "Tuple2<String,String>(String)", "Tuple3<Importer0,Uri,Uri>?()", "Stylesheet0?()", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "String(Expression0)", "bool(PseudoSelector)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "SassString0(ComplexSelectorComponent0)", "SassNull0(List<Value0>)", "SelectorList?(PseudoSelector)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "~(String,int)", "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(SassMap)", "int(_NodeSassMap)", "SassMap(Value)", "String(_NodeSassMap)", "SassNumber0(Value0)", "Null(RenderResult)", "~(Object,Object?)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "num(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "~(Symbol0,@)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "~(String,StackTrace?)", "@(String)", "bool(List<Value>)", "SassString0(SimpleSelector0)", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(num)", "Null(_NodeSassString,String?[SassString0?])", "List<Value>(Value)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "ArgParser()", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "Future<@>()", "StyleRule0(List<Statement0>,FileSpan)", "0&(List<Value>)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "String(Value)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0{number:bool})", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "~(String,Function)", "Set<0^>()<Object?>", "~(@,StackTrace)", "~(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?>?)", "Set<0^>()<Object?>", "Set<ModifiableCssValue<SelectorList>>()", "0^(0^,0^)<num>", "~(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?])", "Module0<Callable0>(Module0<Callable0>)", "~(Interpolation)"],
|
|
90621
|
+
types: ["~()", "Null()", "Future<Null>()", "Value0(List<Value0>)", "String(String)", "Value(List<Value>)", "bool(String)", "bool(CssNode)", "bool(CssNode0)", "SassNumber(List<Value>)", "SassNumber0(List<Value0>)", "bool(Object?)", "int()", "SassString0(List<Value0>)", "SassString(List<Value>)", "SassBoolean0(List<Value0>)", "bool(SimpleSelector0)", "bool(SimpleSelector)", "bool(ComplexSelector)", "bool(ComplexSelector0)", "SassBoolean(List<Value>)", "bool()", "SassList0(List<Value0>)", "SassColor0(List<Value0>)", "SassColor(List<Value>)", "SassList(List<Value>)", "Null(~())", "String()", "Future<Null>(Future<~>())", "~(Object?)", "FileSpan()", "bool(int?)", "SassMap(List<Value>)", "Future<~>()", "Value0?()", "SassMap0(List<Value0>)", "Value?()", "bool(num,num)", "int(num)", "String?()", "Value(Value)", "SelectorList0()", "Value()", "SelectorList()", "String(Object)", "Value0(Value0)", "List<String>()", "~(Value0)", "~(Value,Value)", "ValueExpression(Value)", "~(Value0,Value0)", "ValueExpression0(Value0)", "~(Value)", "num(num,num)", "Future<Value0?>()", "~(Module<AsyncCallable>)", "Future<Value?>()", "Frame(String)", "~(Module<Callable>)", "bool(Value0)", "String(@)", "~(Module0<Callable0>)", "~(Object,StackTrace)", "bool(Value)", "~(Module0<AsyncCallable0>)", "Value0()", "Frame()", "Declaration0(List<Statement0>,FileSpan)", "@(int)", "~(String,bool)", "bool(int)", "Null([Object?])", "Stylesheet?()", "Uri(Uri)", "SassRuntimeException0(AstNode0)", "num(num)", "Future<String>(Object?)", "~(String,Value)", "Future<Value0?>(Statement0)", "bool(SelectorList)", "@(bool)", "List<CssMediaQuery0>?(List<CssMediaQuery0>)", "int(Uri)", "Future<Value0>()", "Value?(Statement)", "SassRuntimeException(AstNode)", "ComplexSelector(List<ComplexSelectorComponent>)", "Future<Value>()", "String(int)", "@()", "Declaration(List<Statement>,FileSpan)", "Null(Object,StackTrace)", "Null(_NodeSassColor,num)", "~(String,Value0)", "Value0?(Statement0)", "List<CssMediaQuery>?(List<CssMediaQuery>)", "ComplexSelector0(List<ComplexSelectorComponent0>)", "Future<Value?>(Statement)", "bool(SelectorList0)", "@(@)", "Statement0()", "Statement()", "Iterable<ComplexSelector0>(ComplexSelector0)", "AsyncCallable?()", "Map<ComplexSelector,Extension>()", "List<ComplexSelectorComponent>(List<ComplexSelectorComponent>)", "bool(@)", "num(Value)", "~(@)", "Tuple3<Importer,Uri,Uri>?()", "~(String)", "AtRootQuery()", "List<CssMediaQuery>()", "Object()", "SourceFile()", "~(~())", "Null(@)", "bool(ComplexSelectorComponent)", "Callable?()", "Iterable<ComplexSelector>(ComplexSelector)", "bool(_Highlight)", "ComplexSelector(ComplexSelector)", "Iterable<String>(Module0<AsyncCallable0>)", "bool(Module0<AsyncCallable0>)", "Iterable<String>(Module<AsyncCallable>)", "AsyncCallable0?()", "AtRootQuery0()", "ComplexSelector0(ComplexSelector0)", "List<CssMediaQuery0>()", "Iterable<String>(Module<Callable>)", "num(Value0)", "int(_NodeSassColor)", "bool(ComplexSelectorComponent0)", "Iterable<String>(Module0<Callable0>)", "bool(Module0<Callable0>)", "Callable0?()", "Map<ComplexSelector0,Extension0>()", "List<ComplexSelectorComponent0>(List<ComplexSelectorComponent0>)", "bool(Module<Callable>)", "bool(Module<AsyncCallable>)", "bool(Statement)", "~(@,@)", "num?(String,num{assertPercent:bool,checkPercent:bool})", "num(num,num?,num)", "int(int,num?)", "~(Iterable<ExtensionStore>)", "~(Object?,Object?)", "List<Extension>()", "SelectorList(Value)", "SelectorList(SelectorList,SelectorList)", "Uri?()", "Uri(String)", "~(Uint8List,String,int)", "Iterable<String>()", "Iterable<String>(String)", "Iterable<String>(@)", "DateTime()", "~(String[~])", "Map<String,AstNode>(Map<String,AstNode>)", "VariableDeclaration()", "AtRootRule(List<Statement>,FileSpan)", "AtRule(List<Statement>,FileSpan)", "Entry(Entry)", "num(num,String)", "AstNode(Expression)", "SassFunction(List<Value>)", "Frame(Tuple2<String,AstNode0>)", "Map<String,AstNode0>(Map<String,AstNode0>)", "List<Extension0>()", "SassNumber0()", "AtRootRule0(List<Statement0>,FileSpan)", "Callable?(Module<Callable>)", "String(_NodeSassString)", "~(Object[StackTrace?])", "Map<String,Callable0>(Module0<Callable0>)", "SelectorList0(SelectorList0,SelectorList0)", "SelectorList0(Value0)", "int(@,@)", "String(_NodeSassNumber)", "Null(_NodeSassMap,int,Object)", "Callable0?(Module0<Callable0>)", "Object(_NodeSassMap,int)", "~(Iterable<ExtensionStore0>)", "bool(Queue<Object?>)", "Iterable<ComplexSelectorComponent>(List<List<ComplexSelectorComponent>>)", "0&([@])", "0&([@])()", "bool(Object?,Object?)", "Uri?/()", "List<ModifiableCssNode0>()", "@(List<ModifiableCssNode0>)", "Future<SassNumber0>()", "Map<String,AsyncCallable>(Module<AsyncCallable>)", "Map<String,AstNode>(List<Map<String,AstNode>>)", "bool(ModifiableCssParentNode0)", "List<ExtensionStore0>()", "AsyncCallable?(Module<AsyncCallable>)", "CssStylesheet0()", "SassNull0(int)", "@(CssStylesheet0)", "Future<Value0>(List<Value0>)", "SassFunction0(List<Value0>)", "AstNode0(Expression0)", "bool(Import0)", "Map<String,AsyncCallable0>(Module0<AsyncCallable0>)", "Map<String,AstNode0>(List<Map<String,AstNode0>>)", "AsyncCallable0?(Module0<AsyncCallable0>)", "bool(String?)", "Trace()", "String(Frame)", "bool(Statement0)", "int(Frame)", "Trace(String)", "SassNumber()", "Frame(Tuple2<String,AstNode>)", "~(String,@)", "~([Object?])", "bool(Import)", "List<ModifiableCssNode>()", "@(List<ModifiableCssNode>)", "AtRule0(List<Statement0>,FileSpan)", "Future<SassNumber>()", "bool(ModifiableCssParentNode)", "int(Object?)", "List<ExtensionStore>()", "CssStylesheet()", "@(CssStylesheet)", "Map<String,Callable>(Module<Callable>)", "Iterable<ComplexSelectorComponent0>(List<List<ComplexSelectorComponent0>>)", "bool(Frame)", "Future<Value>(List<Value>)", "Future<~>(List<Value>)", "List<ComplexSelector>(ComplexSelectorComponent)", "Future<EvaluateResult>()", "bool(String?,String?)", "int(String?)", "Future<String>(SupportsCondition)", "Future<List<CssMediaQuery>>(Interpolation)", "Module<AsyncCallable>(Module<AsyncCallable>)", "SingleUnitSassNumber(num)", "StackTrace()", "SassScriptException()", "Future<CssValue<Value>>(Expression)", "String(Argument)", "String(Expression)", "Future<Value?>(Value)", "String(Tuple2<Expression,Expression>)", "Future<CssValue<String>>(Interpolation)", "String(String?)", "~(Set<ModifiableCssValue<SelectorList>>)", "~(Uri,StylesheetNode?)", "Future<CssValue<String>>(SupportsCondition)", "UserDefinedCallable<AsyncEnvironment>(ContentBlock)", "Iterable<ComplexSelector>(List<ComplexSelector>)", "String(IfClause)", "List<WatchEvent>(List<WatchEvent>)", "Future<Value>(Expression)", "Value/()", "DateTime(StylesheetNode)", "List<ComplexSelectorComponent>(ComplexSelector)", "StringExpression(Interpolation)", "Null(Function,Function)", "~(BinaryOperator)", "List<CssMediaQuery>(Interpolation)", "String(SupportsCondition)", "ComplexSelector(Extender)", "~(List<Value>)", "SassList(ComplexSelector)", "EvaluateResult()", "SassString(ComplexSelectorComponent)", "Module<Callable>(Module<Callable>)", "CssValue<Value>(Expression)", "Value?(Value)", "List<ComplexSelector>?(List<Extender>)", "CssValue<String>(Interpolation)", "~(Expression{number:bool})", "CssValue<String>(SupportsCondition)", "UserDefinedCallable<Environment>(ContentBlock)", "Value(Expression)", "Module<Callable>?(Module<Callable>)", "~(ContentBlock)", "~(List<Statement>)", "~(Expression)", "~(CssMediaQuery)", "~(MapEntry<Value,Value>)", "@(List<TargetEntry>)", "List<TargetEntry>()", "SourceFile?(int)", "String?(SourceFile?)", "int(_Line)", "List<SimpleSelector>(Extender)", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "String(String{color:@})", "WhileRule(List<Statement>,FileSpan)", "List<Frame>(Trace)", "int(Trace)", "SupportsRule(List<Statement>,FileSpan)", "String(Trace)", "MixinRule(List<Statement>,FileSpan)", "_Future<@>(@)", "Frame(String,String)", "MediaRule(List<Statement>,FileSpan)", "List<ComplexSelector>(List<ComplexSelector>)", "ContentBlock(List<Statement>,FileSpan)", "Frame(Frame)", "Future<~>?()", "String(Argument0)", "Future<SassNull0>(List<Value0>)", "List<Extender>?(SimpleSelector)", "Value0?(Module0<AsyncCallable0>)", "Module0<AsyncCallable0>?(Module0<AsyncCallable0>)", "ForRule(List<Statement>,FileSpan)", "FileSpan?(MapEntry<Module0<AsyncCallable0>,AstNode0>)", "Map<String,Value0>(Module0<AsyncCallable0>)", "FunctionRule(List<Statement>,FileSpan)", "Map<String,AstNode0>(Module0<AsyncCallable0>)", "EachRule(List<Statement>,FileSpan)", "List<Extender>(PseudoSelector)", "Future<List<CssMediaQuery0>>(Interpolation0)", "Future<String>(SupportsCondition0)", "StyleRule(List<Statement>,FileSpan)", "SimpleSelector(SimpleSelector)", "List<List<Extender>>(List<Extender>)", "Map<SimpleSelector,Map<ComplexSelector,Extension>>?(List<Extension>)", "List<ComplexSelector>(ComplexSelector)", "StreamController<String>()", "Future<~>(List<Value0>)", "Value?(Module<AsyncCallable>)", "Null(@,@)", "Future<EvaluateResult0>()", "Module<AsyncCallable>?(Module<AsyncCallable>)", "UseRule()", "ArgumentDeclaration()", "VariableDeclaration(VariableDeclaration)", "Module0<AsyncCallable0>(Module0<AsyncCallable0>)", "Statement?()", "PseudoSelector(ComplexSelector)", "Stylesheet()", "Future<CssValue0<Value0>>(Expression0)", "FileSpan?(MapEntry<Module<AsyncCallable>,AstNode>)", "Map<String,Value>(Module<AsyncCallable>)", "Future<Value0?>(Value0)", "NumberExpression()", "Map<String,AstNode>(Module<AsyncCallable>)", "Future<CssValue0<String>>(Interpolation0)", "Expression({bracketList:bool,singleEquals:bool,until:bool()?})", "@(StreamController<String>)", "Statement({root:bool})", "CompoundSelector()", "Future<CssValue0<String>>(SupportsCondition0)", "UserDefinedCallable0<AsyncEnvironment0>(ContentBlock0)", "~(SimpleSelector,Set<ModifiableCssValue<SelectorList>>)", "bool(Extension)", "Future<Tuple3<AsyncImporter,Uri,Uri>?>()", "Future<@>?()", "Future<Value0>(Expression0)", "Value0/()", "Future<Stylesheet?>()", "bool(Tuple3<AsyncImporter,Uri,Uri>)", "Uri(Tuple3<AsyncImporter,Uri,Uri>)", "@(StackTrace)", "Future<Tuple3<AsyncImporter0,Uri,Uri>?>()", "Future<Stylesheet0?>()", "bool(Tuple3<AsyncImporter0,Uri,Uri>)", "Uri(Tuple3<AsyncImporter0,Uri,Uri>)", "@(Object)", "~(String,Option)", "bool(Object)", "Object(Value0)", "@(@,String)", "Future<SassNull>(List<Value>)", "SassNull(List<Value>)", "String(MapEntry<String,ConfiguredValue>)", "List<ComplexSelectorComponent>?(List<ComplexSelectorComponent>,List<ComplexSelectorComponent>)", "String(Value0)", "0&(List<Value0>)", "bool(Queue<List<ComplexSelectorComponent>>)", "Null(_NodeSassColor,num?[num?,num?,num?,SassColor0?])", "Null(Map<SimpleSelector,Map<ComplexSelector,Extension>>)", "num(_NodeSassColor)", "Value?(Module<Callable>)", "String(_NodeSassColor)", "String(BuiltInCallable)", "String(MapEntry<String,ConfiguredValue0>)", "String(BuiltInCallable0)", "Extension()", "bool(List<Iterable<ComplexSelectorComponent>>)", "Value0?(Module0<Callable0>)", "Module0<Callable0>?(Module0<Callable0>)", "~(Object)", "FileSpan?(MapEntry<Module0<Callable0>,AstNode0>)", "Map<String,Value0>(Module0<Callable0>)", "Map<String,AstNode0>(Module0<Callable0>)", "~(int,@)", "List<ComplexSelectorComponent>(List<Iterable<ComplexSelectorComponent>>)", "List<CssMediaQuery0>(Interpolation0)", "String(SupportsCondition0)", "Iterable<ComplexSelectorComponent>(Iterable<ComplexSelectorComponent>)", "~(List<Value0>)", "~(ComplexSelector,Extension)", "EvaluateResult0()", "Future<~>(String)", "CssValue0<Value0>(Expression0)", "Value0?(Value0)", "Uint8List(@,@)", "CssValue0<String>(Interpolation0)", "Uri(Tuple3<Importer,Uri,Uri>)", "CssValue0<String>(SupportsCondition0)", "UserDefinedCallable0<Environment0>(ContentBlock0)", "FileSpan?(MapEntry<Module<Callable>,AstNode>)", "Value0(Expression0)", "bool(Extension0)", "Set<ModifiableCssValue0<SelectorList0>>()", "~([Future<~>?])", "bool(Tuple3<Importer,Uri,Uri>)", "~(SimpleSelector0,Map<ComplexSelector0,Extension0>)", "~(ComplexSelector0,Extension0)", "Extension0()", "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)", "Map<String,Value>(Module<Callable>)", "Map<String,AstNode>(Module<Callable>)", "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(@,StackTrace)", "bool(PseudoSelector)", "List<ComplexSelectorComponent0>?(List<ComplexSelectorComponent0>,List<ComplexSelectorComponent0>)", "bool(Queue<List<ComplexSelectorComponent0>>)", "~(SimpleSelector,Map<ComplexSelector,Extension>)", "bool(List<Iterable<ComplexSelectorComponent0>>)", "List<ComplexSelectorComponent0>(List<Iterable<ComplexSelectorComponent0>>)", "Iterable<ComplexSelectorComponent0>(Iterable<ComplexSelectorComponent0>)", "SassString(SimpleSelector)", "bool(PseudoSelector0)", "SelectorList0?(PseudoSelector0)", "String(IfClause0)", "SassNumber(Value)", "int(int,int)", "Tuple2<String,String>(String)", "Tuple3<Importer0,Uri,Uri>?()", "Stylesheet0?()", "bool(Tuple3<Importer0,Uri,Uri>)", "Uri(Tuple3<Importer0,Uri,Uri>)", "String(Expression0)", "SelectorList?(PseudoSelector)", "List<Value0>(Value0)", "bool(List<Value0>)", "SassList0(ComplexSelector0)", "SassString0(ComplexSelectorComponent0)", "SassNull0(List<Value0>)", "~(@,StackTrace)", "SimpleSelector0(SimpleSelector0)", "Null(_NodeSassList,int?[bool?,SassList0?])", "~(String[@])", "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)", "~(String,int)", "int(_NodeSassMap)", "SassMap(SassMap)", "String(_NodeSassMap)", "SassNumber0(Value0)", "Null(RenderResult)", "~(Object,Object?)", "JSFunction0(JSFunction0)", "Object?(Object,String,String[Object?])", "Null(Object)", "Null(_NodeSassNumber,num?[String?,SassNumber0?])", "num(_NodeSassNumber)", "Null(_NodeSassNumber,num)", "SassMap(Value)", "Null(_NodeSassNumber,String)", "SassScriptException0()", "~(String,StackTrace?)", "~(Symbol0,@)", "@(String)", "SassString0(SimpleSelector0)", "CompoundSelector0()", "~(CssMediaQuery0)", "~(MapEntry<Value0,Value0>)", "SingleUnitSassNumber0(num)", "Null(_NodeSassString,String?[SassString0?])", "bool(List<Value>)", "Null(_NodeSassString,String)", "Statement0({root:bool})", "ArgParser()", "NumberExpression0()", "Stylesheet0()", "Statement0?()", "VariableDeclaration0(VariableDeclaration0)", "ArgumentDeclaration0()", "Tuple2<String,ArgumentDeclaration0>()", "VariableDeclaration0()", "Future<@>()", "StyleRule0(List<Statement0>,FileSpan)", "List<Value>(Value)", "EachRule0(List<Statement0>,FileSpan)", "FunctionRule0(List<Statement0>,FileSpan)", "ForRule0(List<Statement0>,FileSpan)", "ContentBlock0(List<Statement0>,FileSpan)", "MediaRule0(List<Statement0>,FileSpan)", "MixinRule0(List<Statement0>,FileSpan)", "0&(List<Value>)", "SupportsRule0(List<Statement0>,FileSpan)", "WhileRule0(List<Statement0>,FileSpan)", "~(Expression0{number:bool})", "~(BinaryOperator0)", "StringExpression0(Interpolation0)", "~(String,Function)", "String(Value)", "Set<ModifiableCssValue<SelectorList>>()", "~(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?>?)", "Set<0^>()<Object?>", "Set<0^>()<Object?>", "0^(0^,0^)<num>", "~(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?])", "Module0<Callable0>(Module0<Callable0>)", "~(Interpolation)"],
|
|
90589
90622
|
interceptorsByTag: null,
|
|
90590
90623
|
leafTags: null,
|
|
90591
90624
|
arrayRti: typeof Symbol == "function" && typeof Symbol() == "symbol" ? Symbol("$ti") : "$ti"
|
|
@@ -91162,6 +91195,7 @@ self.fs = require("fs");
|
|
|
91162
91195
|
nullable_AstNode_2: findType("AstNode0?"),
|
|
91163
91196
|
nullable_FileSpan: findType("FileSpan?"),
|
|
91164
91197
|
nullable_Future_Null: findType("Future<Null>?"),
|
|
91198
|
+
nullable_Future_void: findType("Future<~>?"),
|
|
91165
91199
|
nullable_List_ComplexSelector: findType("List<ComplexSelector>?"),
|
|
91166
91200
|
nullable_List_ComplexSelector_2: findType("List<ComplexSelector0>?"),
|
|
91167
91201
|
nullable_Object: findType("Object?"),
|