sass 1.23.2 → 1.23.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +575 -471
package/sass.dart.js
CHANGED
|
@@ -97,7 +97,7 @@ if (!dartNodePreambleSelf.window) {
|
|
|
97
97
|
self.fs = require("fs");
|
|
98
98
|
self.chokidar = require("chokidar");
|
|
99
99
|
self.readline = require("readline");
|
|
100
|
-
// Generated by dart2js (fast startup emitter, strong, trust primitives, omit checks, lax runtime type), the Dart to JavaScript compiler version: 2.
|
|
100
|
+
// Generated by dart2js (fast startup emitter, strong, trust primitives, omit checks, lax runtime type), the Dart to JavaScript compiler version: 2.6.1.
|
|
101
101
|
// The code supports the following hooks:
|
|
102
102
|
// dartPrint(message):
|
|
103
103
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -1949,7 +1949,7 @@ self.readline = require("readline");
|
|
|
1949
1949
|
return false;
|
|
1950
1950
|
}
|
|
1951
1951
|
if (typeof s === "number")
|
|
1952
|
-
return
|
|
1952
|
+
return H._isSubtype(sEnv[s], sEnv, t, tEnv);
|
|
1953
1953
|
if (typeof t === "number")
|
|
1954
1954
|
return false;
|
|
1955
1955
|
if (s.name === "Null")
|
|
@@ -2000,6 +2000,8 @@ self.readline = require("readline");
|
|
|
2000
2000
|
tBounds = t.bounds;
|
|
2001
2001
|
if (sBounds.length !== tBounds.length)
|
|
2002
2002
|
return false;
|
|
2003
|
+
sEnv = sEnv == null ? sBounds : sBounds.concat(sEnv);
|
|
2004
|
+
tEnv = tEnv == null ? tBounds : tBounds.concat(tEnv);
|
|
2003
2005
|
} else if ("bounds" in t)
|
|
2004
2006
|
return false;
|
|
2005
2007
|
if (!H._isSubtype(s.ret, sEnv, t.ret, tEnv))
|
|
@@ -3357,7 +3359,7 @@ self.readline = require("readline");
|
|
|
3357
3359
|
return t1;
|
|
3358
3360
|
},
|
|
3359
3361
|
Future_wait: function(futures, $T) {
|
|
3360
|
-
var handleError, future, pos, e, st, t3, exception, _box_0 = {}, cleanUp = null,
|
|
3362
|
+
var handleError, future, pos, e, st, t3, t4, exception, _box_0 = {}, cleanUp = null,
|
|
3361
3363
|
eagerError = false,
|
|
3362
3364
|
t1 = [P.List, $T],
|
|
3363
3365
|
t2 = [t1],
|
|
@@ -3367,10 +3369,10 @@ self.readline = require("readline");
|
|
|
3367
3369
|
_box_0.stackTrace = _box_0.error = null;
|
|
3368
3370
|
handleError = new P.Future_wait_handleError(_box_0, cleanUp, eagerError, result);
|
|
3369
3371
|
try {
|
|
3370
|
-
for (t3 = J.get$iterator$ax(futures); t3.moveNext$0();) {
|
|
3372
|
+
for (t3 = J.get$iterator$ax(futures), t4 = P.Null; t3.moveNext$0();) {
|
|
3371
3373
|
future = t3.get$current(t3);
|
|
3372
3374
|
pos = _box_0.remaining;
|
|
3373
|
-
future.then$1$2$onError(new P.Future_wait_closure(_box_0, pos, result, cleanUp, eagerError, $T), handleError,
|
|
3375
|
+
future.then$1$2$onError(new P.Future_wait_closure(_box_0, pos, result, cleanUp, eagerError, $T), handleError, t4);
|
|
3374
3376
|
++_box_0.remaining;
|
|
3375
3377
|
}
|
|
3376
3378
|
t3 = _box_0.remaining;
|
|
@@ -3404,7 +3406,7 @@ self.readline = require("readline");
|
|
|
3404
3406
|
var e, s, exception;
|
|
3405
3407
|
target._async$_state = 1;
|
|
3406
3408
|
try {
|
|
3407
|
-
source.then$1$2$onError(new P._Future__chainForeignFuture_closure(target), new P._Future__chainForeignFuture_closure0(target),
|
|
3409
|
+
source.then$1$2$onError(new P._Future__chainForeignFuture_closure(target), new P._Future__chainForeignFuture_closure0(target), P.Null);
|
|
3408
3410
|
} catch (exception) {
|
|
3409
3411
|
e = H.unwrapException(exception);
|
|
3410
3412
|
s = H.getTraceFromException(exception);
|
|
@@ -3595,7 +3597,7 @@ self.readline = require("readline");
|
|
|
3595
3597
|
Stream_Stream$fromFuture: function(future, $T) {
|
|
3596
3598
|
var _null = null,
|
|
3597
3599
|
controller = new P._SyncStreamController(_null, _null, _null, _null, [$T]);
|
|
3598
|
-
future.then$1$2$onError(new P.Stream_Stream$fromFuture_closure(controller, $T), new P.Stream_Stream$fromFuture_closure0(controller),
|
|
3600
|
+
future.then$1$2$onError(new P.Stream_Stream$fromFuture_closure(controller, $T), new P.Stream_Stream$fromFuture_closure0(controller), P.Null);
|
|
3599
3601
|
return new P._ControllerStream(controller, [$T]);
|
|
3600
3602
|
},
|
|
3601
3603
|
StreamIterator_StreamIterator: function(stream) {
|
|
@@ -7352,6 +7354,9 @@ self.readline = require("readline");
|
|
|
7352
7354
|
SassException$: function(message, span) {
|
|
7353
7355
|
return new E.SassException(message, span);
|
|
7354
7356
|
},
|
|
7357
|
+
SassRuntimeException$: function(message, span, trace) {
|
|
7358
|
+
return new E.SassRuntimeException(trace, message, span);
|
|
7359
|
+
},
|
|
7355
7360
|
SassFormatException$: function(message, span) {
|
|
7356
7361
|
return new E.SassFormatException(message, span);
|
|
7357
7362
|
},
|
|
@@ -7670,18 +7675,26 @@ self.readline = require("readline");
|
|
|
7670
7675
|
this.$this = t0;
|
|
7671
7676
|
this.node = t1;
|
|
7672
7677
|
},
|
|
7673
|
-
_EvaluateVisitor_visitIncludeRule_closure2: function _EvaluateVisitor_visitIncludeRule_closure2(t0, t1, t2) {
|
|
7674
|
-
|
|
7675
|
-
this
|
|
7676
|
-
|
|
7678
|
+
_EvaluateVisitor_visitIncludeRule_closure2: function _EvaluateVisitor_visitIncludeRule_closure2(t0, t1, t2, t3) {
|
|
7679
|
+
var _ = this;
|
|
7680
|
+
_.$this = t0;
|
|
7681
|
+
_.contentCallable = t1;
|
|
7682
|
+
_.mixin = t2;
|
|
7683
|
+
_.node = t3;
|
|
7677
7684
|
},
|
|
7678
|
-
_EvaluateVisitor_visitIncludeRule__closure0: function _EvaluateVisitor_visitIncludeRule__closure0(t0, t1) {
|
|
7685
|
+
_EvaluateVisitor_visitIncludeRule__closure0: function _EvaluateVisitor_visitIncludeRule__closure0(t0, t1, t2) {
|
|
7679
7686
|
this.$this = t0;
|
|
7680
7687
|
this.mixin = t1;
|
|
7688
|
+
this.node = t2;
|
|
7681
7689
|
},
|
|
7682
|
-
_EvaluateVisitor_visitIncludeRule___closure0: function _EvaluateVisitor_visitIncludeRule___closure0(t0, t1) {
|
|
7690
|
+
_EvaluateVisitor_visitIncludeRule___closure0: function _EvaluateVisitor_visitIncludeRule___closure0(t0, t1, t2) {
|
|
7683
7691
|
this.$this = t0;
|
|
7684
7692
|
this.mixin = t1;
|
|
7693
|
+
this.node = t2;
|
|
7694
|
+
},
|
|
7695
|
+
_EvaluateVisitor_visitIncludeRule____closure0: function _EvaluateVisitor_visitIncludeRule____closure0(t0, t1) {
|
|
7696
|
+
this.$this = t0;
|
|
7697
|
+
this.statement = t1;
|
|
7685
7698
|
},
|
|
7686
7699
|
_EvaluateVisitor_visitMediaRule_closure1: function _EvaluateVisitor_visitMediaRule_closure1(t0, t1, t2, t3) {
|
|
7687
7700
|
var _ = this;
|
|
@@ -7784,11 +7797,16 @@ self.readline = require("readline");
|
|
|
7784
7797
|
_EvaluateVisitor_visitListExpression_closure0: function _EvaluateVisitor_visitListExpression_closure0(t0) {
|
|
7785
7798
|
this.$this = t0;
|
|
7786
7799
|
},
|
|
7787
|
-
|
|
7800
|
+
_EvaluateVisitor_visitFunctionExpression_closure1: function _EvaluateVisitor_visitFunctionExpression_closure1(t0, t1, t2) {
|
|
7788
7801
|
this.$this = t0;
|
|
7789
7802
|
this.node = t1;
|
|
7790
7803
|
this.plainName = t2;
|
|
7791
7804
|
},
|
|
7805
|
+
_EvaluateVisitor_visitFunctionExpression_closure2: function _EvaluateVisitor_visitFunctionExpression_closure2(t0, t1, t2) {
|
|
7806
|
+
this._box_0 = t0;
|
|
7807
|
+
this.$this = t1;
|
|
7808
|
+
this.node = t2;
|
|
7809
|
+
},
|
|
7792
7810
|
_EvaluateVisitor__runUserDefinedCallable_closure0: function _EvaluateVisitor__runUserDefinedCallable_closure0(t0, t1, t2, t3, t4) {
|
|
7793
7811
|
var _ = this;
|
|
7794
7812
|
_.$this = t0;
|
|
@@ -7826,27 +7844,17 @@ self.readline = require("readline");
|
|
|
7826
7844
|
},
|
|
7827
7845
|
_EvaluateVisitor__runBuiltInCallable_closure2: function _EvaluateVisitor__runBuiltInCallable_closure2() {
|
|
7828
7846
|
},
|
|
7829
|
-
|
|
7847
|
+
_EvaluateVisitor__evaluateArguments_closure2: function _EvaluateVisitor__evaluateArguments_closure2(t0) {
|
|
7830
7848
|
this.$this = t0;
|
|
7831
7849
|
},
|
|
7832
|
-
|
|
7850
|
+
_EvaluateVisitor__evaluateArguments_closure3: function _EvaluateVisitor__evaluateArguments_closure3(t0) {
|
|
7833
7851
|
this.$this = t0;
|
|
7834
7852
|
},
|
|
7835
|
-
|
|
7836
|
-
},
|
|
7837
|
-
_EvaluateVisitor__evaluateArguments_closure9: function _EvaluateVisitor__evaluateArguments_closure9(t0) {
|
|
7838
|
-
this.restNodeForSpan = t0;
|
|
7839
|
-
},
|
|
7840
|
-
_EvaluateVisitor__evaluateArguments_closure10: function _EvaluateVisitor__evaluateArguments_closure10(t0, t1, t2) {
|
|
7853
|
+
_EvaluateVisitor__evaluateArguments_closure4: function _EvaluateVisitor__evaluateArguments_closure4(t0, t1, t2) {
|
|
7841
7854
|
this.named = t0;
|
|
7842
7855
|
this.namedNodes = t1;
|
|
7843
7856
|
this.restNodeForSpan = t2;
|
|
7844
7857
|
},
|
|
7845
|
-
_EvaluateVisitor__evaluateArguments_closure11: function _EvaluateVisitor__evaluateArguments_closure11() {
|
|
7846
|
-
},
|
|
7847
|
-
_EvaluateVisitor__evaluateArguments_closure12: function _EvaluateVisitor__evaluateArguments_closure12(t0) {
|
|
7848
|
-
this.keywordRestNodeForSpan = t0;
|
|
7849
|
-
},
|
|
7850
7858
|
_EvaluateVisitor__evaluateMacroArguments_closure3: function _EvaluateVisitor__evaluateMacroArguments_closure3() {
|
|
7851
7859
|
},
|
|
7852
7860
|
_EvaluateVisitor__evaluateMacroArguments_closure4: function _EvaluateVisitor__evaluateMacroArguments_closure4() {
|
|
@@ -8047,7 +8055,7 @@ self.readline = require("readline");
|
|
|
8047
8055
|
},
|
|
8048
8056
|
main$body: function(args) {
|
|
8049
8057
|
var $async$goto = 0,
|
|
8050
|
-
$async$completer = P._makeAsyncAwaitCompleter(
|
|
8058
|
+
$async$completer = P._makeAsyncAwaitCompleter(-1),
|
|
8051
8059
|
$async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], printError, graph, source, destination, error, stackTrace, error0, stackTrace0, error1, error2, stackTrace1, buffer, options, t1, t2, t3, t4, exception, _box_0, $async$exception, $async$exception1, $async$temp1;
|
|
8052
8060
|
var $async$main = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
8053
8061
|
if ($async$errorCode === 1) {
|
|
@@ -8260,7 +8268,7 @@ self.readline = require("readline");
|
|
|
8260
8268
|
switch ($async$goto) {
|
|
8261
8269
|
case 0:
|
|
8262
8270
|
// Function start
|
|
8263
|
-
$async$returnValue = "1.23.
|
|
8271
|
+
$async$returnValue = "1.23.7 compiled with dart2js 2.6.1";
|
|
8264
8272
|
// goto return
|
|
8265
8273
|
$async$goto = 1;
|
|
8266
8274
|
break;
|
|
@@ -8371,12 +8379,9 @@ self.readline = require("readline");
|
|
|
8371
8379
|
Extender__extendCompound_closure: function Extender__extendCompound_closure(t0) {
|
|
8372
8380
|
this.mediaQueryContext = t0;
|
|
8373
8381
|
},
|
|
8374
|
-
Extender__extendCompound_closure0: function Extender__extendCompound_closure0(t0, t1
|
|
8375
|
-
|
|
8376
|
-
|
|
8377
|
-
_.$this = t1;
|
|
8378
|
-
_.compound = t2;
|
|
8379
|
-
_.mediaQueryContext = t3;
|
|
8382
|
+
Extender__extendCompound_closure0: function Extender__extendCompound_closure0(t0, t1) {
|
|
8383
|
+
this._box_1 = t0;
|
|
8384
|
+
this.mediaQueryContext = t1;
|
|
8380
8385
|
},
|
|
8381
8386
|
Extender__extendCompound__closure: function Extender__extendCompound__closure() {
|
|
8382
8387
|
},
|
|
@@ -10006,13 +10011,6 @@ self.readline = require("readline");
|
|
|
10006
10011
|
this.name = t0;
|
|
10007
10012
|
this._overloads = t1;
|
|
10008
10013
|
},
|
|
10009
|
-
BuiltInCallable_callbackFor_closure: function BuiltInCallable_callbackFor_closure(t0, t1) {
|
|
10010
|
-
this.positional = t0;
|
|
10011
|
-
this.names = t1;
|
|
10012
|
-
},
|
|
10013
|
-
BuiltInCallable_callbackFor_closure0: function BuiltInCallable_callbackFor_closure0(t0) {
|
|
10014
|
-
this.$this = t0;
|
|
10015
|
-
},
|
|
10016
10014
|
closure89: function closure89() {
|
|
10017
10015
|
},
|
|
10018
10016
|
closure90: function closure90() {
|
|
@@ -10522,7 +10520,7 @@ self.readline = require("readline");
|
|
|
10522
10520
|
J.set$run_$x(self.exports, P.allowInterop(new B.main_closure()));
|
|
10523
10521
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
10524
10522
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
10525
|
-
J.set$info$x(self.exports, "dart-sass\t1.23.
|
|
10523
|
+
J.set$info$x(self.exports, "dart-sass\t1.23.7\t(Sass Compiler)\t[Dart]\ndart2js\t2.6.1\t(Dart Compiler)\t[Dart]");
|
|
10526
10524
|
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});
|
|
10527
10525
|
},
|
|
10528
10526
|
_render: function(options, callback) {
|
|
@@ -10530,7 +10528,7 @@ self.readline = require("readline");
|
|
|
10530
10528
|
if (t1.get$fiber(options) != null)
|
|
10531
10529
|
J.run$0$x(t1.get$fiber(options).call$1(P.allowInterop(new B._render_closure(callback, options))));
|
|
10532
10530
|
else
|
|
10533
|
-
B._renderAsync(options).then$1$2$onError(new B._render_closure0(callback), new B._render_closure1(callback),
|
|
10531
|
+
B._renderAsync(options).then$1$2$onError(new B._render_closure0(callback), new B._render_closure1(callback), P.Null);
|
|
10534
10532
|
},
|
|
10535
10533
|
_renderAsync: function(options) {
|
|
10536
10534
|
var $async$goto = 0,
|
|
@@ -13156,18 +13154,26 @@ self.readline = require("readline");
|
|
|
13156
13154
|
this.$this = t0;
|
|
13157
13155
|
this.node = t1;
|
|
13158
13156
|
},
|
|
13159
|
-
_EvaluateVisitor_visitIncludeRule_closure0: function _EvaluateVisitor_visitIncludeRule_closure0(t0, t1, t2) {
|
|
13160
|
-
|
|
13161
|
-
this
|
|
13162
|
-
|
|
13157
|
+
_EvaluateVisitor_visitIncludeRule_closure0: function _EvaluateVisitor_visitIncludeRule_closure0(t0, t1, t2, t3) {
|
|
13158
|
+
var _ = this;
|
|
13159
|
+
_.$this = t0;
|
|
13160
|
+
_.contentCallable = t1;
|
|
13161
|
+
_.mixin = t2;
|
|
13162
|
+
_.node = t3;
|
|
13163
13163
|
},
|
|
13164
|
-
_EvaluateVisitor_visitIncludeRule__closure: function _EvaluateVisitor_visitIncludeRule__closure(t0, t1) {
|
|
13164
|
+
_EvaluateVisitor_visitIncludeRule__closure: function _EvaluateVisitor_visitIncludeRule__closure(t0, t1, t2) {
|
|
13165
13165
|
this.$this = t0;
|
|
13166
13166
|
this.mixin = t1;
|
|
13167
|
+
this.node = t2;
|
|
13167
13168
|
},
|
|
13168
|
-
_EvaluateVisitor_visitIncludeRule___closure: function _EvaluateVisitor_visitIncludeRule___closure(t0, t1) {
|
|
13169
|
+
_EvaluateVisitor_visitIncludeRule___closure: function _EvaluateVisitor_visitIncludeRule___closure(t0, t1, t2) {
|
|
13169
13170
|
this.$this = t0;
|
|
13170
13171
|
this.mixin = t1;
|
|
13172
|
+
this.node = t2;
|
|
13173
|
+
},
|
|
13174
|
+
_EvaluateVisitor_visitIncludeRule____closure: function _EvaluateVisitor_visitIncludeRule____closure(t0, t1) {
|
|
13175
|
+
this.$this = t0;
|
|
13176
|
+
this.statement = t1;
|
|
13171
13177
|
},
|
|
13172
13178
|
_EvaluateVisitor_visitMediaRule_closure: function _EvaluateVisitor_visitMediaRule_closure(t0, t1, t2, t3) {
|
|
13173
13179
|
var _ = this;
|
|
@@ -13275,6 +13281,11 @@ self.readline = require("readline");
|
|
|
13275
13281
|
this.node = t1;
|
|
13276
13282
|
this.plainName = t2;
|
|
13277
13283
|
},
|
|
13284
|
+
_EvaluateVisitor_visitFunctionExpression_closure0: function _EvaluateVisitor_visitFunctionExpression_closure0(t0, t1, t2) {
|
|
13285
|
+
this._box_0 = t0;
|
|
13286
|
+
this.$this = t1;
|
|
13287
|
+
this.node = t2;
|
|
13288
|
+
},
|
|
13278
13289
|
_EvaluateVisitor__runUserDefinedCallable_closure: function _EvaluateVisitor__runUserDefinedCallable_closure(t0, t1, t2, t3, t4) {
|
|
13279
13290
|
var _ = this;
|
|
13280
13291
|
_.$this = t0;
|
|
@@ -13318,21 +13329,11 @@ self.readline = require("readline");
|
|
|
13318
13329
|
_EvaluateVisitor__evaluateArguments_closure0: function _EvaluateVisitor__evaluateArguments_closure0(t0) {
|
|
13319
13330
|
this.$this = t0;
|
|
13320
13331
|
},
|
|
13321
|
-
_EvaluateVisitor__evaluateArguments_closure1: function _EvaluateVisitor__evaluateArguments_closure1() {
|
|
13322
|
-
},
|
|
13323
|
-
_EvaluateVisitor__evaluateArguments_closure2: function _EvaluateVisitor__evaluateArguments_closure2(t0) {
|
|
13324
|
-
this.restNodeForSpan = t0;
|
|
13325
|
-
},
|
|
13326
|
-
_EvaluateVisitor__evaluateArguments_closure3: function _EvaluateVisitor__evaluateArguments_closure3(t0, t1, t2) {
|
|
13332
|
+
_EvaluateVisitor__evaluateArguments_closure1: function _EvaluateVisitor__evaluateArguments_closure1(t0, t1, t2) {
|
|
13327
13333
|
this.named = t0;
|
|
13328
13334
|
this.namedNodes = t1;
|
|
13329
13335
|
this.restNodeForSpan = t2;
|
|
13330
13336
|
},
|
|
13331
|
-
_EvaluateVisitor__evaluateArguments_closure4: function _EvaluateVisitor__evaluateArguments_closure4() {
|
|
13332
|
-
},
|
|
13333
|
-
_EvaluateVisitor__evaluateArguments_closure5: function _EvaluateVisitor__evaluateArguments_closure5(t0) {
|
|
13334
|
-
this.keywordRestNodeForSpan = t0;
|
|
13335
|
-
},
|
|
13336
13337
|
_EvaluateVisitor__evaluateMacroArguments_closure: function _EvaluateVisitor__evaluateMacroArguments_closure() {
|
|
13337
13338
|
},
|
|
13338
13339
|
_EvaluateVisitor__evaluateMacroArguments_closure0: function _EvaluateVisitor__evaluateMacroArguments_closure0() {
|
|
@@ -13445,6 +13446,30 @@ self.readline = require("readline");
|
|
|
13445
13446
|
this.value = t0;
|
|
13446
13447
|
this.configurationSpan = t1;
|
|
13447
13448
|
this.assignmentNode = t2;
|
|
13449
|
+
},
|
|
13450
|
+
_collectToList: function(element, soFar, $T) {
|
|
13451
|
+
if (soFar == null)
|
|
13452
|
+
soFar = H.setRuntimeTypeInfo([], [$T]);
|
|
13453
|
+
J.add$1$ax(soFar, element);
|
|
13454
|
+
return soFar;
|
|
13455
|
+
},
|
|
13456
|
+
_debounceAggregate: function(duration, collect, $T, $R) {
|
|
13457
|
+
var t1 = {};
|
|
13458
|
+
t1.soFar = t1.timer = null;
|
|
13459
|
+
t1.shouldClose = false;
|
|
13460
|
+
return new L._StreamTransformer(new R._debounceAggregate_closure(t1, duration, collect), new R._debounceAggregate_closure0(t1), H.instantiate1(L.from_handlers__StreamTransformer__defaultHandleError$closure(), $R), [$T, $R]);
|
|
13461
|
+
},
|
|
13462
|
+
_debounceAggregate_closure: function _debounceAggregate_closure(t0, t1, t2) {
|
|
13463
|
+
this._box_0 = t0;
|
|
13464
|
+
this.duration = t1;
|
|
13465
|
+
this.collect = t2;
|
|
13466
|
+
},
|
|
13467
|
+
_debounceAggregate__closure: function _debounceAggregate__closure(t0, t1) {
|
|
13468
|
+
this._box_0 = t0;
|
|
13469
|
+
this.sink = t1;
|
|
13470
|
+
},
|
|
13471
|
+
_debounceAggregate_closure0: function _debounceAggregate_closure0(t0) {
|
|
13472
|
+
this._box_0 = t0;
|
|
13448
13473
|
}
|
|
13449
13474
|
},
|
|
13450
13475
|
T = {Expression: function Expression() {
|
|
@@ -13732,30 +13757,6 @@ self.readline = require("readline");
|
|
|
13732
13757
|
LazyTrace_terse_closure: function LazyTrace_terse_closure(t0) {
|
|
13733
13758
|
this.$this = t0;
|
|
13734
13759
|
},
|
|
13735
|
-
_collectToList: function(element, soFar, $T) {
|
|
13736
|
-
if (soFar == null)
|
|
13737
|
-
soFar = H.setRuntimeTypeInfo([], [$T]);
|
|
13738
|
-
J.add$1$ax(soFar, element);
|
|
13739
|
-
return soFar;
|
|
13740
|
-
},
|
|
13741
|
-
_debounceAggregate: function(duration, collect, $T, $R) {
|
|
13742
|
-
var t1 = {};
|
|
13743
|
-
t1.soFar = t1.timer = null;
|
|
13744
|
-
t1.shouldClose = false;
|
|
13745
|
-
return new L._StreamTransformer(new T._debounceAggregate_closure(t1, duration, collect), new T._debounceAggregate_closure0(t1), H.instantiate1(L.from_handlers__StreamTransformer__defaultHandleError$closure(), $R), [$T, $R]);
|
|
13746
|
-
},
|
|
13747
|
-
_debounceAggregate_closure: function _debounceAggregate_closure(t0, t1, t2) {
|
|
13748
|
-
this._box_0 = t0;
|
|
13749
|
-
this.duration = t1;
|
|
13750
|
-
this.collect = t2;
|
|
13751
|
-
},
|
|
13752
|
-
_debounceAggregate__closure: function _debounceAggregate__closure(t0, t1) {
|
|
13753
|
-
this._box_0 = t0;
|
|
13754
|
-
this.sink = t1;
|
|
13755
|
-
},
|
|
13756
|
-
_debounceAggregate_closure0: function _debounceAggregate_closure0(t0) {
|
|
13757
|
-
this._box_0 = t0;
|
|
13758
|
-
},
|
|
13759
13760
|
isWhitespace: function(character) {
|
|
13760
13761
|
return character === 32 || character === 9 || T.isNewline(character);
|
|
13761
13762
|
},
|
|
@@ -14631,13 +14632,6 @@ self.readline = require("readline");
|
|
|
14631
14632
|
this.name = t0;
|
|
14632
14633
|
this._async_built_in$_overloads = t1;
|
|
14633
14634
|
},
|
|
14634
|
-
AsyncBuiltInCallable_callbackFor_closure: function AsyncBuiltInCallable_callbackFor_closure(t0, t1) {
|
|
14635
|
-
this.positional = t0;
|
|
14636
|
-
this.names = t1;
|
|
14637
|
-
},
|
|
14638
|
-
AsyncBuiltInCallable_callbackFor_closure0: function AsyncBuiltInCallable_callbackFor_closure0(t0) {
|
|
14639
|
-
this.$this = t0;
|
|
14640
|
-
},
|
|
14641
14635
|
Extension$oneOff: function(extender, isOriginal, specificity) {
|
|
14642
14636
|
var _null = null;
|
|
14643
14637
|
return new S.Extension(extender, _null, specificity == null ? extender.get$maxSpecificity() : specificity, true, isOriginal, _null, _null, _null);
|
|
@@ -15551,7 +15545,7 @@ self.readline = require("readline");
|
|
|
15551
15545
|
H.throwExpression(H.argumentErrorValue(string));
|
|
15552
15546
|
t1 = string.length;
|
|
15553
15547
|
if (start > t1)
|
|
15554
|
-
throw H.wrapException(P.RangeError$range(start, 0,
|
|
15548
|
+
throw H.wrapException(P.RangeError$range(start, 0, t1, null, null));
|
|
15555
15549
|
return new H._StringAllMatchesIterable(string, receiver, start);
|
|
15556
15550
|
},
|
|
15557
15551
|
allMatches$1: function($receiver, string) {
|
|
@@ -15735,10 +15729,12 @@ self.readline = require("readline");
|
|
|
15735
15729
|
return this.lastIndexOf$2($receiver, pattern, null);
|
|
15736
15730
|
},
|
|
15737
15731
|
contains$2: function(receiver, other, startIndex) {
|
|
15732
|
+
var t1;
|
|
15738
15733
|
if (other == null)
|
|
15739
15734
|
H.throwExpression(H.argumentErrorValue(other));
|
|
15740
|
-
|
|
15741
|
-
|
|
15735
|
+
t1 = receiver.length;
|
|
15736
|
+
if (startIndex > t1)
|
|
15737
|
+
throw H.wrapException(P.RangeError$range(startIndex, 0, t1, null, null));
|
|
15742
15738
|
return H.stringContainsUnchecked(receiver, other, startIndex);
|
|
15743
15739
|
},
|
|
15744
15740
|
contains$1: function($receiver, other) {
|
|
@@ -15998,18 +15994,6 @@ self.readline = require("readline");
|
|
|
15998
15994
|
}
|
|
15999
15995
|
return false;
|
|
16000
15996
|
},
|
|
16001
|
-
firstWhere$2$orElse: function(_, test, orElse) {
|
|
16002
|
-
var i, element, _this = this,
|
|
16003
|
-
$length = _this.get$length(_this);
|
|
16004
|
-
for (i = 0; i < $length; ++i) {
|
|
16005
|
-
element = _this.elementAt$1(0, i);
|
|
16006
|
-
if (test.call$1(element))
|
|
16007
|
-
return element;
|
|
16008
|
-
if ($length !== _this.get$length(_this))
|
|
16009
|
-
throw H.wrapException(P.ConcurrentModificationError$(_this));
|
|
16010
|
-
}
|
|
16011
|
-
return orElse.call$0();
|
|
16012
|
-
},
|
|
16013
15997
|
join$1: function(_, separator) {
|
|
16014
15998
|
var first, t1, i, _this = this,
|
|
16015
15999
|
$length = _this.get$length(_this);
|
|
@@ -16936,7 +16920,7 @@ self.readline = require("readline");
|
|
|
16936
16920
|
error.$thrownJsError = this.ex;
|
|
16937
16921
|
return error;
|
|
16938
16922
|
},
|
|
16939
|
-
$signature:
|
|
16923
|
+
$signature: 12
|
|
16940
16924
|
};
|
|
16941
16925
|
H._StackTrace.prototype = {
|
|
16942
16926
|
toString$0: function(_) {
|
|
@@ -16952,9 +16936,8 @@ self.readline = require("readline");
|
|
|
16952
16936
|
};
|
|
16953
16937
|
H.Closure.prototype = {
|
|
16954
16938
|
toString$0: function(_) {
|
|
16955
|
-
var $
|
|
16956
|
-
|
|
16957
|
-
return "Closure '" + ($name == null ? "unknown" : $name) + "'";
|
|
16939
|
+
var $name = H.Primitives_objectTypeName(this).trim();
|
|
16940
|
+
return "Closure '" + $name + "'";
|
|
16958
16941
|
},
|
|
16959
16942
|
$isFunction: 1,
|
|
16960
16943
|
get$$call: function() {
|
|
@@ -17337,7 +17320,7 @@ self.readline = require("readline");
|
|
|
17337
17320
|
call$1: function(o) {
|
|
17338
17321
|
return this.getTag(o);
|
|
17339
17322
|
},
|
|
17340
|
-
$signature:
|
|
17323
|
+
$signature: 12
|
|
17341
17324
|
};
|
|
17342
17325
|
H.initHooks_closure0.prototype = {
|
|
17343
17326
|
call$2: function(o, tag) {
|
|
@@ -17379,8 +17362,9 @@ self.readline = require("readline");
|
|
|
17379
17362
|
return new H._MatchImplementation(m);
|
|
17380
17363
|
},
|
|
17381
17364
|
allMatches$2: function(_, string, start) {
|
|
17382
|
-
|
|
17383
|
-
|
|
17365
|
+
var t1 = string.length;
|
|
17366
|
+
if (start > t1)
|
|
17367
|
+
throw H.wrapException(P.RangeError$range(start, 0, t1, null, null));
|
|
17384
17368
|
return new H._AllMatchesIterable(this, string, start);
|
|
17385
17369
|
},
|
|
17386
17370
|
allMatches$1: function($receiver, string) {
|
|
@@ -17718,7 +17702,7 @@ self.readline = require("readline");
|
|
|
17718
17702
|
t1.storedCallback = null;
|
|
17719
17703
|
f.call$0();
|
|
17720
17704
|
},
|
|
17721
|
-
$signature:
|
|
17705
|
+
$signature: 24
|
|
17722
17706
|
};
|
|
17723
17707
|
P._AsyncRun__initializeScheduleImmediate_closure.prototype = {
|
|
17724
17708
|
call$1: function(callback) {
|
|
@@ -17818,7 +17802,7 @@ self.readline = require("readline");
|
|
|
17818
17802
|
call$1: function(result) {
|
|
17819
17803
|
return this.bodyFunction.call$2(0, result);
|
|
17820
17804
|
},
|
|
17821
|
-
$signature:
|
|
17805
|
+
$signature: 44
|
|
17822
17806
|
};
|
|
17823
17807
|
P._awaitOnObject_closure0.prototype = {
|
|
17824
17808
|
call$2: function(error, stackTrace) {
|
|
@@ -17826,7 +17810,7 @@ self.readline = require("readline");
|
|
|
17826
17810
|
},
|
|
17827
17811
|
"call*": "call$2",
|
|
17828
17812
|
$requiredArgCount: 2,
|
|
17829
|
-
$signature:
|
|
17813
|
+
$signature: 15
|
|
17830
17814
|
};
|
|
17831
17815
|
P._wrapJsFunctionForAsync_closure.prototype = {
|
|
17832
17816
|
call$2: function(errorCode, result) {
|
|
@@ -17854,7 +17838,7 @@ self.readline = require("readline");
|
|
|
17854
17838
|
var errorCode = this.controller.cancelationFuture != null ? 2 : 0;
|
|
17855
17839
|
this.bodyFunctionOrErrorCode.call$2(errorCode, null);
|
|
17856
17840
|
},
|
|
17857
|
-
$signature:
|
|
17841
|
+
$signature: 24
|
|
17858
17842
|
};
|
|
17859
17843
|
P._AsyncStarStreamController.prototype = {
|
|
17860
17844
|
add$1: function(_, $event) {
|
|
@@ -18225,7 +18209,7 @@ self.readline = require("readline");
|
|
|
18225
18209
|
},
|
|
18226
18210
|
"call*": "call$2",
|
|
18227
18211
|
$requiredArgCount: 2,
|
|
18228
|
-
$signature:
|
|
18212
|
+
$signature: 15
|
|
18229
18213
|
};
|
|
18230
18214
|
P.Future_wait_closure.prototype = {
|
|
18231
18215
|
call$1: function(value) {
|
|
@@ -18462,7 +18446,7 @@ self.readline = require("readline");
|
|
|
18462
18446
|
t1._async$_state = 0;
|
|
18463
18447
|
t1._complete$1(value);
|
|
18464
18448
|
},
|
|
18465
|
-
$signature:
|
|
18449
|
+
$signature: 24
|
|
18466
18450
|
};
|
|
18467
18451
|
P._Future__chainForeignFuture_closure0.prototype = {
|
|
18468
18452
|
call$2: function(error, stackTrace) {
|
|
@@ -18475,7 +18459,7 @@ self.readline = require("readline");
|
|
|
18475
18459
|
$defaultValues: function() {
|
|
18476
18460
|
return [null];
|
|
18477
18461
|
},
|
|
18478
|
-
$signature:
|
|
18462
|
+
$signature: 60
|
|
18479
18463
|
};
|
|
18480
18464
|
P._Future__chainForeignFuture_closure1.prototype = {
|
|
18481
18465
|
call$0: function() {
|
|
@@ -18549,7 +18533,7 @@ self.readline = require("readline");
|
|
|
18549
18533
|
call$1: function(_) {
|
|
18550
18534
|
return this.originalSource;
|
|
18551
18535
|
},
|
|
18552
|
-
$signature:
|
|
18536
|
+
$signature: 62
|
|
18553
18537
|
};
|
|
18554
18538
|
P._Future__propagateToListeners_handleValueCallback.prototype = {
|
|
18555
18539
|
call$0: function() {
|
|
@@ -18623,7 +18607,7 @@ self.readline = require("readline");
|
|
|
18623
18607
|
},
|
|
18624
18608
|
"call*": "call$2",
|
|
18625
18609
|
$requiredArgCount: 2,
|
|
18626
|
-
$signature:
|
|
18610
|
+
$signature: 14
|
|
18627
18611
|
};
|
|
18628
18612
|
P.Stream_length_closure.prototype = {
|
|
18629
18613
|
call$1: function(_) {
|
|
@@ -20420,14 +20404,14 @@ self.readline = require("readline");
|
|
|
20420
20404
|
call$2: function(k, v) {
|
|
20421
20405
|
this.result.$indexSet(0, k, v);
|
|
20422
20406
|
},
|
|
20423
|
-
$signature:
|
|
20407
|
+
$signature: 14
|
|
20424
20408
|
};
|
|
20425
20409
|
P.IterableBase.prototype = {};
|
|
20426
20410
|
P.LinkedHashMap_LinkedHashMap$from_closure.prototype = {
|
|
20427
20411
|
call$2: function(k, v) {
|
|
20428
20412
|
this.result.$indexSet(0, k, v);
|
|
20429
20413
|
},
|
|
20430
|
-
$signature:
|
|
20414
|
+
$signature: 14
|
|
20431
20415
|
};
|
|
20432
20416
|
P.ListBase.prototype = {$isEfficientLengthIterable: 1, $isIterable: 1, $isList: 1};
|
|
20433
20417
|
P.ListMixin.prototype = {
|
|
@@ -20609,7 +20593,7 @@ self.readline = require("readline");
|
|
|
20609
20593
|
t1._contents = t2 + ": ";
|
|
20610
20594
|
t1._contents += H.S(v);
|
|
20611
20595
|
},
|
|
20612
|
-
$signature:
|
|
20596
|
+
$signature: 14
|
|
20613
20597
|
};
|
|
20614
20598
|
P.MapMixin.prototype = {
|
|
20615
20599
|
forEach$1: function(_, action) {
|
|
@@ -21517,7 +21501,7 @@ self.readline = require("readline");
|
|
|
21517
21501
|
t2.i = i + 1;
|
|
21518
21502
|
t1[i] = value;
|
|
21519
21503
|
},
|
|
21520
|
-
$signature:
|
|
21504
|
+
$signature: 14
|
|
21521
21505
|
};
|
|
21522
21506
|
P._JsonStringStringifier.prototype = {
|
|
21523
21507
|
get$_partialResult: function() {
|
|
@@ -21953,7 +21937,7 @@ self.readline = require("readline");
|
|
|
21953
21937
|
return "0000" + n;
|
|
21954
21938
|
return "00000" + n;
|
|
21955
21939
|
},
|
|
21956
|
-
$signature:
|
|
21940
|
+
$signature: 17
|
|
21957
21941
|
};
|
|
21958
21942
|
P.Duration_toString_twoDigits.prototype = {
|
|
21959
21943
|
call$1: function(n) {
|
|
@@ -21961,7 +21945,7 @@ self.readline = require("readline");
|
|
|
21961
21945
|
return "" + n;
|
|
21962
21946
|
return "0" + n;
|
|
21963
21947
|
},
|
|
21964
|
-
$signature:
|
|
21948
|
+
$signature: 17
|
|
21965
21949
|
};
|
|
21966
21950
|
P.Error.prototype = {};
|
|
21967
21951
|
P.NullThrownError.prototype = {
|
|
@@ -22786,7 +22770,7 @@ self.readline = require("readline");
|
|
|
22786
22770
|
call$1: function(_) {
|
|
22787
22771
|
return new Uint8Array(96);
|
|
22788
22772
|
},
|
|
22789
|
-
$signature:
|
|
22773
|
+
$signature: 48
|
|
22790
22774
|
};
|
|
22791
22775
|
P._createTables_build.prototype = {
|
|
22792
22776
|
call$2: function(state, defaultTransition) {
|
|
@@ -22794,7 +22778,7 @@ self.readline = require("readline");
|
|
|
22794
22778
|
J.fillRange$3$ax(t1, 0, 96, defaultTransition);
|
|
22795
22779
|
return t1;
|
|
22796
22780
|
},
|
|
22797
|
-
$signature:
|
|
22781
|
+
$signature: 52
|
|
22798
22782
|
};
|
|
22799
22783
|
P._createTables_setChars.prototype = {
|
|
22800
22784
|
call$3: function(target, chars, transition) {
|
|
@@ -23605,7 +23589,7 @@ self.readline = require("readline");
|
|
|
23605
23589
|
call$1: function(value) {
|
|
23606
23590
|
return '"' + H.S(value) + '"';
|
|
23607
23591
|
},
|
|
23608
|
-
$signature:
|
|
23592
|
+
$signature: 55
|
|
23609
23593
|
};
|
|
23610
23594
|
G.Usage_buildAllowedList_closure.prototype = {
|
|
23611
23595
|
call$1: function(value) {
|
|
@@ -23848,7 +23832,7 @@ self.readline = require("readline");
|
|
|
23848
23832
|
},
|
|
23849
23833
|
"call*": "call$2",
|
|
23850
23834
|
$requiredArgCount: 2,
|
|
23851
|
-
$signature:
|
|
23835
|
+
$signature: 15
|
|
23852
23836
|
};
|
|
23853
23837
|
G.StreamQueue__ensureListening_closure0.prototype = {
|
|
23854
23838
|
call$0: function() {
|
|
@@ -23981,7 +23965,7 @@ self.readline = require("readline");
|
|
|
23981
23965
|
$defaultValues: function() {
|
|
23982
23966
|
return [null];
|
|
23983
23967
|
},
|
|
23984
|
-
$signature:
|
|
23968
|
+
$signature: 21
|
|
23985
23969
|
};
|
|
23986
23970
|
B.Stdin.prototype = {};
|
|
23987
23971
|
B.Stdout.prototype = {};
|
|
@@ -25055,7 +25039,7 @@ self.readline = require("readline");
|
|
|
25055
25039
|
call$1: function(_) {
|
|
25056
25040
|
return this.$this.style.get$separator();
|
|
25057
25041
|
},
|
|
25058
|
-
$signature:
|
|
25042
|
+
$signature: 17
|
|
25059
25043
|
};
|
|
25060
25044
|
X.ParsedPath__splitExtension_closure.prototype = {
|
|
25061
25045
|
call$1: function(p) {
|
|
@@ -26336,7 +26320,7 @@ self.readline = require("readline");
|
|
|
26336
26320
|
call$1: function(value) {
|
|
26337
26321
|
return typeof value === "string" ? value : "#{" + H.S(value) + "}";
|
|
26338
26322
|
},
|
|
26339
|
-
$signature:
|
|
26323
|
+
$signature: 13
|
|
26340
26324
|
};
|
|
26341
26325
|
B.SassNode.prototype = {};
|
|
26342
26326
|
O.Statement.prototype = {$isAstNode: 1};
|
|
@@ -28624,7 +28608,7 @@ self.readline = require("readline");
|
|
|
28624
28608
|
call$1: function(url) {
|
|
28625
28609
|
return J.get$length$asx(J.get$path$x(url));
|
|
28626
28610
|
},
|
|
28627
|
-
$signature:
|
|
28611
|
+
$signature: 12
|
|
28628
28612
|
};
|
|
28629
28613
|
D.Callable.prototype = {};
|
|
28630
28614
|
B.AsyncCallable.prototype = {};
|
|
@@ -28633,28 +28617,52 @@ self.readline = require("readline");
|
|
|
28633
28617
|
this._async_built_in$_overloads.push(new S.Tuple2($arguments, callback, [B.ArgumentDeclaration, {func: 1, ret: {futureOr: 1, type: F.Value}, args: [[P.List, F.Value]]}]));
|
|
28634
28618
|
},
|
|
28635
28619
|
callbackFor$2: function(positional, names) {
|
|
28636
|
-
var t1
|
|
28637
|
-
|
|
28620
|
+
var t1, t2, fuzzyMatch, minMismatchDistance, _i, overload, t3, mismatchDistance, t4;
|
|
28621
|
+
for (t1 = this._async_built_in$_overloads, t2 = t1.length, fuzzyMatch = null, minMismatchDistance = null, _i = 0; _i < t1.length; t1.length === t2 || (0, H.throwConcurrentModificationError)(t1), ++_i) {
|
|
28622
|
+
overload = t1[_i];
|
|
28623
|
+
t3 = overload.item1;
|
|
28624
|
+
if (t3.matches$2(positional, names))
|
|
28625
|
+
return overload;
|
|
28626
|
+
mismatchDistance = t3.$arguments.length - positional;
|
|
28627
|
+
if (minMismatchDistance != null) {
|
|
28628
|
+
t3 = Math.abs(mismatchDistance);
|
|
28629
|
+
t4 = Math.abs(minMismatchDistance);
|
|
28630
|
+
if (t3 > t4)
|
|
28631
|
+
continue;
|
|
28632
|
+
if (t3 === t4 && mismatchDistance < 0)
|
|
28633
|
+
continue;
|
|
28634
|
+
}
|
|
28635
|
+
minMismatchDistance = mismatchDistance;
|
|
28636
|
+
fuzzyMatch = overload;
|
|
28637
|
+
}
|
|
28638
|
+
return fuzzyMatch;
|
|
28638
28639
|
},
|
|
28639
28640
|
$isAsyncCallable: 1,
|
|
28640
28641
|
get$name: function() {
|
|
28641
28642
|
return this.name;
|
|
28642
28643
|
}
|
|
28643
28644
|
};
|
|
28644
|
-
S.AsyncBuiltInCallable_callbackFor_closure.prototype = {
|
|
28645
|
-
call$1: function(overload) {
|
|
28646
|
-
return overload.item1.matches$2(this.positional, this.names);
|
|
28647
|
-
}
|
|
28648
|
-
};
|
|
28649
|
-
S.AsyncBuiltInCallable_callbackFor_closure0.prototype = {
|
|
28650
|
-
call$0: function() {
|
|
28651
|
-
return C.JSArray_methods.get$last(this.$this._async_built_in$_overloads);
|
|
28652
|
-
}
|
|
28653
|
-
};
|
|
28654
28645
|
Q.BuiltInCallable.prototype = {
|
|
28655
28646
|
callbackFor$2: function(positional, names) {
|
|
28656
|
-
var t1
|
|
28657
|
-
|
|
28647
|
+
var t1, t2, fuzzyMatch, minMismatchDistance, _i, overload, t3, mismatchDistance, t4;
|
|
28648
|
+
for (t1 = this._overloads, t2 = t1.length, fuzzyMatch = null, minMismatchDistance = null, _i = 0; _i < t1.length; t1.length === t2 || (0, H.throwConcurrentModificationError)(t1), ++_i) {
|
|
28649
|
+
overload = t1[_i];
|
|
28650
|
+
t3 = overload.item1;
|
|
28651
|
+
if (t3.matches$2(positional, names))
|
|
28652
|
+
return overload;
|
|
28653
|
+
mismatchDistance = t3.$arguments.length - positional;
|
|
28654
|
+
if (minMismatchDistance != null) {
|
|
28655
|
+
t3 = Math.abs(mismatchDistance);
|
|
28656
|
+
t4 = Math.abs(minMismatchDistance);
|
|
28657
|
+
if (t3 > t4)
|
|
28658
|
+
continue;
|
|
28659
|
+
if (t3 === t4 && mismatchDistance < 0)
|
|
28660
|
+
continue;
|
|
28661
|
+
}
|
|
28662
|
+
minMismatchDistance = mismatchDistance;
|
|
28663
|
+
fuzzyMatch = overload;
|
|
28664
|
+
}
|
|
28665
|
+
return fuzzyMatch;
|
|
28658
28666
|
},
|
|
28659
28667
|
withName$1: function($name) {
|
|
28660
28668
|
return new Q.BuiltInCallable($name, this._overloads);
|
|
@@ -28666,16 +28674,6 @@ self.readline = require("readline");
|
|
|
28666
28674
|
return this.name;
|
|
28667
28675
|
}
|
|
28668
28676
|
};
|
|
28669
|
-
Q.BuiltInCallable_callbackFor_closure.prototype = {
|
|
28670
|
-
call$1: function(overload) {
|
|
28671
|
-
return overload.item1.matches$2(this.positional, this.names);
|
|
28672
|
-
}
|
|
28673
|
-
};
|
|
28674
|
-
Q.BuiltInCallable_callbackFor_closure0.prototype = {
|
|
28675
|
-
call$0: function() {
|
|
28676
|
-
return C.JSArray_methods.get$last(this.$this._overloads);
|
|
28677
|
-
}
|
|
28678
|
-
};
|
|
28679
28677
|
L.PlainCssCallable.prototype = {
|
|
28680
28678
|
$eq: function(_, other) {
|
|
28681
28679
|
if (other == null)
|
|
@@ -30085,7 +30083,7 @@ self.readline = require("readline");
|
|
|
30085
30083
|
},
|
|
30086
30084
|
_debounceEvents$1: function(events) {
|
|
30087
30085
|
var t1 = E.WatchEvent,
|
|
30088
|
-
t2 =
|
|
30086
|
+
t2 = R._debounceAggregate(P.Duration$(25), H.instantiate1(R.rate_limit___collectToList$closure(), t1), t1, [P.List, t1]).bind$1(events);
|
|
30089
30087
|
return new P._ExpandStream(new A._Watcher__debounceEvents_closure(), t2, [H.getRuntimeTypeArgument(t2, "Stream", 0), t1]);
|
|
30090
30088
|
},
|
|
30091
30089
|
_recompileDownstream$1: function(nodes) {
|
|
@@ -30572,23 +30570,24 @@ self.readline = require("readline");
|
|
|
30572
30570
|
}
|
|
30573
30571
|
},
|
|
30574
30572
|
addExtensions$1: function(extenders) {
|
|
30575
|
-
var t1, t2, _box_0 = {};
|
|
30573
|
+
var t1, t2, t3, _this = this, _box_0 = {};
|
|
30576
30574
|
_box_0.newExtensions = _box_0.selectorsToExtend = _box_0.extensionsToExtend = null;
|
|
30577
|
-
for (t1 = J.get$iterator$ax(extenders); t1.moveNext$0();) {
|
|
30578
|
-
|
|
30579
|
-
if (
|
|
30575
|
+
for (t1 = J.get$iterator$ax(extenders), t2 = _this._sourceSpecificity; t1.moveNext$0();) {
|
|
30576
|
+
t3 = t1.get$current(t1);
|
|
30577
|
+
if (t3.get$isEmpty(t3))
|
|
30580
30578
|
continue;
|
|
30581
|
-
t2.
|
|
30579
|
+
t2.addAll$1(0, t3.get$_sourceSpecificity());
|
|
30580
|
+
t3.get$_extensions().forEach$1(0, new F.Extender_addExtensions_closure(_box_0, _this, t3));
|
|
30582
30581
|
}
|
|
30583
30582
|
t1 = _box_0.newExtensions;
|
|
30584
30583
|
if (t1 == null)
|
|
30585
30584
|
return;
|
|
30586
30585
|
t2 = _box_0.extensionsToExtend;
|
|
30587
30586
|
if (t2 != null)
|
|
30588
|
-
|
|
30587
|
+
_this._extendExistingExtensions$2(t2, t1);
|
|
30589
30588
|
t1 = _box_0.selectorsToExtend;
|
|
30590
30589
|
if (t1 != null)
|
|
30591
|
-
|
|
30590
|
+
_this._extendExistingSelectors$2(t1, _box_0.newExtensions);
|
|
30592
30591
|
},
|
|
30593
30592
|
_extendList$3: function(list, extensions, mediaQueryContext) {
|
|
30594
30593
|
var t1, t2, t3, extended, i, complex, result, t4;
|
|
@@ -30657,7 +30656,7 @@ self.readline = require("readline");
|
|
|
30657
30656
|
return P.List_List$from(t1, true, H.getRuntimeTypeArgument(t1, "Iterable", 0));
|
|
30658
30657
|
},
|
|
30659
30658
|
_extendCompound$4$inOriginal: function(compound, extensions, mediaQueryContext, inOriginal) {
|
|
30660
|
-
var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, options, i, simple, extended, result, t13, t14,
|
|
30659
|
+
var t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, options, i, simple, extended, result, t13, t14, _this = this, _null = null,
|
|
30661
30660
|
_s28_ = "components may not be empty.",
|
|
30662
30661
|
_box_1 = {},
|
|
30663
30662
|
t1 = _this._mode,
|
|
@@ -30692,16 +30691,16 @@ self.readline = require("readline");
|
|
|
30692
30691
|
result.fixed$length = Array;
|
|
30693
30692
|
result.immutable$list = Array;
|
|
30694
30693
|
t13 = result;
|
|
30695
|
-
|
|
30694
|
+
compound = new X.CompoundSelector(t13);
|
|
30696
30695
|
if (t13.length === 0)
|
|
30697
30696
|
H.throwExpression(P.ArgumentError$(_s28_));
|
|
30698
|
-
result = P.List_List$from(H.setRuntimeTypeInfo([
|
|
30697
|
+
result = P.List_List$from(H.setRuntimeTypeInfo([compound], t8), false, t7);
|
|
30699
30698
|
result.fixed$length = Array;
|
|
30700
30699
|
result.immutable$list = Array;
|
|
30701
30700
|
t13 = result;
|
|
30702
30701
|
if (t13.length === 0)
|
|
30703
30702
|
H.throwExpression(P.ArgumentError$(_s28_));
|
|
30704
|
-
t14 = _this._sourceSpecificityFor$1(
|
|
30703
|
+
t14 = _this._sourceSpecificityFor$1(compound);
|
|
30705
30704
|
options.push(H.setRuntimeTypeInfo([new S.Extension(new S.ComplexSelector(t13, false), _null, t14, true, true, _null, _null, _null)], t6));
|
|
30706
30705
|
}
|
|
30707
30706
|
}
|
|
@@ -30715,7 +30714,7 @@ self.readline = require("readline");
|
|
|
30715
30714
|
if (options.length === 1)
|
|
30716
30715
|
return J.map$1$1$ax(C.JSArray_methods.get$first(options), new F.Extender__extendCompound_closure(mediaQueryContext), S.ComplexSelector).toList$0(0);
|
|
30717
30716
|
_box_1.first = t1 !== C.ExtendMode_replace;
|
|
30718
|
-
t1 = J.map$1$1$ax(Y.paths(options, t5), new F.Extender__extendCompound_closure0(_box_1,
|
|
30717
|
+
t1 = J.map$1$1$ax(Y.paths(options, t5), new F.Extender__extendCompound_closure0(_box_1, mediaQueryContext), [P.List, S.ComplexSelector]).where$1(0, new F.Extender__extendCompound_closure1());
|
|
30719
30718
|
t2 = S.ComplexSelector;
|
|
30720
30719
|
return P.List_List$from(new H.ExpandIterable(t1, new F.Extender__extendCompound_closure2(), [H.getTypeArgumentByIndex(t1, 0), t2]), true, t2);
|
|
30721
30720
|
},
|
|
@@ -30816,13 +30815,16 @@ self.readline = require("readline");
|
|
|
30816
30815
|
},
|
|
30817
30816
|
get$_extensions: function() {
|
|
30818
30817
|
return this._extensions;
|
|
30818
|
+
},
|
|
30819
|
+
get$_sourceSpecificity: function() {
|
|
30820
|
+
return this._sourceSpecificity;
|
|
30819
30821
|
}
|
|
30820
30822
|
};
|
|
30821
30823
|
F.Extender__extendOrReplace_closure.prototype = {
|
|
30822
30824
|
call$1: function(complex) {
|
|
30823
30825
|
return S.Extension$oneOff(H.interceptedTypeCast(complex, "$isComplexSelector"), false, null);
|
|
30824
30826
|
},
|
|
30825
|
-
$signature:
|
|
30827
|
+
$signature: 38
|
|
30826
30828
|
};
|
|
30827
30829
|
F.Extender_extensionsWhereTarget_closure.prototype = {
|
|
30828
30830
|
call$1: function(extension) {
|
|
@@ -30965,8 +30967,8 @@ self.readline = require("readline");
|
|
|
30965
30967
|
};
|
|
30966
30968
|
F.Extender__extendCompound_closure0.prototype = {
|
|
30967
30969
|
call$1: function(path) {
|
|
30968
|
-
var complexes, toUnify, originals, t3,
|
|
30969
|
-
t1 =
|
|
30970
|
+
var complexes, toUnify, originals, t3, _box_0 = {},
|
|
30971
|
+
t1 = this._box_1,
|
|
30970
30972
|
t2 = [P.List, S.ComplexSelectorComponent];
|
|
30971
30973
|
if (t1.first) {
|
|
30972
30974
|
t1.first = false;
|
|
@@ -30989,12 +30991,10 @@ self.readline = require("readline");
|
|
|
30989
30991
|
return;
|
|
30990
30992
|
}
|
|
30991
30993
|
_box_0.lineBreak = false;
|
|
30992
|
-
|
|
30993
|
-
for (t1 = J.get$iterator$ax(path), t2 = _this.mediaQueryContext; t1.moveNext$0();) {
|
|
30994
|
+
for (t1 = J.get$iterator$ax(path), t2 = this.mediaQueryContext; t1.moveNext$0();) {
|
|
30994
30995
|
t3 = t1.get$current(t1);
|
|
30995
30996
|
t3.assertCompatibleMediaContext$1(t2);
|
|
30996
30997
|
_box_0.lineBreak = _box_0.lineBreak || t3.extender.lineBreak;
|
|
30997
|
-
specificity = Math.max(specificity, H.checkNum(t3.specificity));
|
|
30998
30998
|
}
|
|
30999
30999
|
return J.map$1$1$ax(complexes, new F.Extender__extendCompound__closure0(_box_0), S.ComplexSelector).toList$0(0);
|
|
31000
31000
|
}
|
|
@@ -32029,7 +32029,7 @@ self.readline = require("readline");
|
|
|
32029
32029
|
call$1: function(component) {
|
|
32030
32030
|
return C.JSString_methods.padLeft$2(J.toRadixString$1$n(component, 16), 2, "0").toUpperCase();
|
|
32031
32031
|
},
|
|
32032
|
-
$signature:
|
|
32032
|
+
$signature: 17
|
|
32033
32033
|
};
|
|
32034
32034
|
K._functionString_closure.prototype = {
|
|
32035
32035
|
call$1: function(argument) {
|
|
@@ -32044,7 +32044,7 @@ self.readline = require("readline");
|
|
|
32044
32044
|
t3 = "The function " + t1 + "() isn't in the sass:color module.\n\nRecommendation: color.adjust(" + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
32045
32045
|
throw H.wrapException(E.SassScriptException$(t3 + (this.negative ? "-" : "") + H.S(t2.$index($arguments, 1)) + ")\n\nMore info: https://sass-lang.com/documentation/functions/color#" + t1));
|
|
32046
32046
|
},
|
|
32047
|
-
$signature:
|
|
32047
|
+
$signature: 30
|
|
32048
32048
|
};
|
|
32049
32049
|
K._parseChannels_closure.prototype = {
|
|
32050
32050
|
call$1: function(value) {
|
|
@@ -32281,19 +32281,19 @@ self.readline = require("readline");
|
|
|
32281
32281
|
call$1: function(value) {
|
|
32282
32282
|
return J.ceil$0$n(value);
|
|
32283
32283
|
},
|
|
32284
|
-
$signature:
|
|
32284
|
+
$signature: 22
|
|
32285
32285
|
};
|
|
32286
32286
|
K.closure25.prototype = {
|
|
32287
32287
|
call$1: function(value) {
|
|
32288
32288
|
return J.floor$0$n(value);
|
|
32289
32289
|
},
|
|
32290
|
-
$signature:
|
|
32290
|
+
$signature: 22
|
|
32291
32291
|
};
|
|
32292
32292
|
K.closure24.prototype = {
|
|
32293
32293
|
call$1: function(value) {
|
|
32294
32294
|
return Math.abs(value);
|
|
32295
32295
|
},
|
|
32296
|
-
$signature:
|
|
32296
|
+
$signature: 37
|
|
32297
32297
|
};
|
|
32298
32298
|
K.closure23.prototype = {
|
|
32299
32299
|
call$1: function($arguments) {
|
|
@@ -32731,7 +32731,7 @@ self.readline = require("readline");
|
|
|
32731
32731
|
call$1: function(url) {
|
|
32732
32732
|
return J.get$length$asx(J.get$path$x(url));
|
|
32733
32733
|
},
|
|
32734
|
-
$signature:
|
|
32734
|
+
$signature: 12
|
|
32735
32735
|
};
|
|
32736
32736
|
M.Importer.prototype = {
|
|
32737
32737
|
modificationTime$1: function(url) {
|
|
@@ -33095,7 +33095,7 @@ self.readline = require("readline");
|
|
|
33095
33095
|
$defaultValues: function() {
|
|
33096
33096
|
return [null];
|
|
33097
33097
|
},
|
|
33098
|
-
$signature:
|
|
33098
|
+
$signature: 18
|
|
33099
33099
|
};
|
|
33100
33100
|
B.readStdin_closure1.prototype = {
|
|
33101
33101
|
call$1: function(_) {
|
|
@@ -33109,7 +33109,7 @@ self.readline = require("readline");
|
|
|
33109
33109
|
$defaultValues: function() {
|
|
33110
33110
|
return [null];
|
|
33111
33111
|
},
|
|
33112
|
-
$signature:
|
|
33112
|
+
$signature: 18
|
|
33113
33113
|
};
|
|
33114
33114
|
B.readStdin_closure2.prototype = {
|
|
33115
33115
|
call$1: function(e) {
|
|
@@ -33126,7 +33126,7 @@ self.readline = require("readline");
|
|
|
33126
33126
|
$defaultValues: function() {
|
|
33127
33127
|
return [null];
|
|
33128
33128
|
},
|
|
33129
|
-
$signature:
|
|
33129
|
+
$signature: 18
|
|
33130
33130
|
};
|
|
33131
33131
|
B.fileExists_closure.prototype = {
|
|
33132
33132
|
call$0: function() {
|
|
@@ -33195,7 +33195,7 @@ self.readline = require("readline");
|
|
|
33195
33195
|
call$1: function(child) {
|
|
33196
33196
|
return D.join(this.path, H.stringTypeCast(child), null);
|
|
33197
33197
|
},
|
|
33198
|
-
$signature:
|
|
33198
|
+
$signature: 13
|
|
33199
33199
|
};
|
|
33200
33200
|
B.listDir__closure0.prototype = {
|
|
33201
33201
|
call$1: function(child) {
|
|
@@ -33212,7 +33212,7 @@ self.readline = require("readline");
|
|
|
33212
33212
|
var path = D.join(this.parent, H.stringTypeCast(child), null);
|
|
33213
33213
|
return B.dirExists(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], [P.String]);
|
|
33214
33214
|
},
|
|
33215
|
-
$signature:
|
|
33215
|
+
$signature: 39
|
|
33216
33216
|
};
|
|
33217
33217
|
B.modificationTime_closure.prototype = {
|
|
33218
33218
|
call$0: function() {
|
|
@@ -33264,7 +33264,7 @@ self.readline = require("readline");
|
|
|
33264
33264
|
var t1 = this._box_0.controller;
|
|
33265
33265
|
return t1 == null ? null : t1.addError$1(error);
|
|
33266
33266
|
},
|
|
33267
|
-
$signature:
|
|
33267
|
+
$signature: 8
|
|
33268
33268
|
};
|
|
33269
33269
|
B.watchDir_closure3.prototype = {
|
|
33270
33270
|
call$0: function() {
|
|
@@ -33481,7 +33481,7 @@ self.readline = require("readline");
|
|
|
33481
33481
|
call$1: function(args) {
|
|
33482
33482
|
return F.main(P.List_List$from(H.subtypeCast(args, "$isList", [P.Object], "$asList"), true, P.String));
|
|
33483
33483
|
},
|
|
33484
|
-
$signature:
|
|
33484
|
+
$signature: 40
|
|
33485
33485
|
};
|
|
33486
33486
|
B._render_closure.prototype = {
|
|
33487
33487
|
call$0: function() {
|
|
@@ -33492,6 +33492,7 @@ self.readline = require("readline");
|
|
|
33492
33492
|
error = H.unwrapException(exception);
|
|
33493
33493
|
this.callback.call$2(H.interceptedTypeCast(error, "$isJSError"), null);
|
|
33494
33494
|
}
|
|
33495
|
+
return;
|
|
33495
33496
|
},
|
|
33496
33497
|
"call*": "call$0",
|
|
33497
33498
|
$requiredArgCount: 0
|
|
@@ -33513,7 +33514,7 @@ self.readline = require("readline");
|
|
|
33513
33514
|
},
|
|
33514
33515
|
"call*": "call$2",
|
|
33515
33516
|
$requiredArgCount: 2,
|
|
33516
|
-
$signature:
|
|
33517
|
+
$signature: 41
|
|
33517
33518
|
};
|
|
33518
33519
|
B._parseFunctions_closure.prototype = {
|
|
33519
33520
|
call$2: function(signature, callback) {
|
|
@@ -33540,7 +33541,7 @@ self.readline = require("readline");
|
|
|
33540
33541
|
t1.push(S.AsyncBuiltInCallable$parsed(tuple.item1, tuple.item2, new B._parseFunctions__closure1(callback)));
|
|
33541
33542
|
}
|
|
33542
33543
|
},
|
|
33543
|
-
$signature:
|
|
33544
|
+
$signature: 42
|
|
33544
33545
|
};
|
|
33545
33546
|
B._parseFunctions__closure.prototype = {
|
|
33546
33547
|
call$1: function($arguments) {
|
|
@@ -33570,7 +33571,7 @@ self.readline = require("readline");
|
|
|
33570
33571
|
$defaultValues: function() {
|
|
33571
33572
|
return [null];
|
|
33572
33573
|
},
|
|
33573
|
-
$signature:
|
|
33574
|
+
$signature: 18
|
|
33574
33575
|
};
|
|
33575
33576
|
B._parseFunctions____closure.prototype = {
|
|
33576
33577
|
call$0: function() {
|
|
@@ -33648,7 +33649,7 @@ self.readline = require("readline");
|
|
|
33648
33649
|
$defaultValues: function() {
|
|
33649
33650
|
return [null];
|
|
33650
33651
|
},
|
|
33651
|
-
$signature:
|
|
33652
|
+
$signature: 34
|
|
33652
33653
|
};
|
|
33653
33654
|
B._parseImporter_closure.prototype = {
|
|
33654
33655
|
call$1: function(importer) {
|
|
@@ -33677,7 +33678,7 @@ self.readline = require("readline");
|
|
|
33677
33678
|
call$1: function(result) {
|
|
33678
33679
|
P.scheduleMicrotask(new B._parseImporter____closure(this.fiber, result));
|
|
33679
33680
|
},
|
|
33680
|
-
$signature:
|
|
33681
|
+
$signature: 43
|
|
33681
33682
|
};
|
|
33682
33683
|
B._parseImporter____closure.prototype = {
|
|
33683
33684
|
call$0: function() {
|
|
@@ -33705,7 +33706,7 @@ self.readline = require("readline");
|
|
|
33705
33706
|
call$1: function(thisArg) {
|
|
33706
33707
|
return J.toString$0$(thisArg);
|
|
33707
33708
|
},
|
|
33708
|
-
$signature:
|
|
33709
|
+
$signature: 13
|
|
33709
33710
|
};
|
|
33710
33711
|
B.createClass_closure.prototype = {
|
|
33711
33712
|
call$2: function($name, body) {
|
|
@@ -33735,13 +33736,13 @@ self.readline = require("readline");
|
|
|
33735
33736
|
$defaultValues: function() {
|
|
33736
33737
|
return [null];
|
|
33737
33738
|
},
|
|
33738
|
-
$signature:
|
|
33739
|
+
$signature: 21
|
|
33739
33740
|
};
|
|
33740
33741
|
Z._closure19.prototype = {
|
|
33741
33742
|
call$1: function(thisArg) {
|
|
33742
33743
|
return thisArg === C.SassBoolean_true;
|
|
33743
33744
|
},
|
|
33744
|
-
$signature:
|
|
33745
|
+
$signature: 7
|
|
33745
33746
|
};
|
|
33746
33747
|
K._NodeSassColor.prototype = {};
|
|
33747
33748
|
K.closure119.prototype = {
|
|
@@ -33867,7 +33868,7 @@ self.readline = require("readline");
|
|
|
33867
33868
|
call$1: function(_) {
|
|
33868
33869
|
return C.C_SassNull;
|
|
33869
33870
|
},
|
|
33870
|
-
$signature:
|
|
33871
|
+
$signature: 29
|
|
33871
33872
|
};
|
|
33872
33873
|
D.closure113.prototype = {
|
|
33873
33874
|
call$2: function(thisArg, index) {
|
|
@@ -33940,13 +33941,13 @@ self.readline = require("readline");
|
|
|
33940
33941
|
call$1: function(i) {
|
|
33941
33942
|
return new T.SassNumber(i, C.List_empty, C.List_empty, null);
|
|
33942
33943
|
},
|
|
33943
|
-
$signature:
|
|
33944
|
+
$signature: 45
|
|
33944
33945
|
};
|
|
33945
33946
|
A._closure16.prototype = {
|
|
33946
33947
|
call$1: function(_) {
|
|
33947
33948
|
return C.C_SassNull;
|
|
33948
33949
|
},
|
|
33949
|
-
$signature:
|
|
33950
|
+
$signature: 29
|
|
33950
33951
|
};
|
|
33951
33952
|
A.closure106.prototype = {
|
|
33952
33953
|
call$2: function(thisArg, index) {
|
|
@@ -34037,7 +34038,7 @@ self.readline = require("readline");
|
|
|
34037
34038
|
$defaultValues: function() {
|
|
34038
34039
|
return [null];
|
|
34039
34040
|
},
|
|
34040
|
-
$signature:
|
|
34041
|
+
$signature: 21
|
|
34041
34042
|
};
|
|
34042
34043
|
O._closure14.prototype = {
|
|
34043
34044
|
call$0: function() {
|
|
@@ -34615,11 +34616,11 @@ self.readline = require("readline");
|
|
|
34615
34616
|
return number;
|
|
34616
34617
|
},
|
|
34617
34618
|
declarationValue$1$allowEmpty: function(allowEmpty) {
|
|
34618
|
-
var t1, t2,
|
|
34619
|
+
var t1, t2, wroteNewline, next, start, end, t3, url, _this = this,
|
|
34619
34620
|
buffer = new P.StringBuffer(""),
|
|
34620
34621
|
brackets = H.setRuntimeTypeInfo([], [P.int]);
|
|
34621
34622
|
$label0$1:
|
|
34622
|
-
for (t1 = _this.scanner, t2 = _this.get$
|
|
34623
|
+
for (t1 = _this.scanner, t2 = _this.get$string(), wroteNewline = false; true;) {
|
|
34623
34624
|
next = t1.peekChar$0();
|
|
34624
34625
|
switch (next) {
|
|
34625
34626
|
case 92:
|
|
@@ -34629,15 +34630,16 @@ self.readline = require("readline");
|
|
|
34629
34630
|
case 34:
|
|
34630
34631
|
case 39:
|
|
34631
34632
|
start = t1._string_scanner$_position;
|
|
34632
|
-
|
|
34633
|
+
t2.call$0();
|
|
34633
34634
|
end = t1._string_scanner$_position;
|
|
34634
34635
|
buffer._contents += J.substring$2$s(t1.string, start, end);
|
|
34635
34636
|
wroteNewline = false;
|
|
34636
34637
|
break;
|
|
34637
34638
|
case 47:
|
|
34638
34639
|
if (t1.peekChar$1(1) === 42) {
|
|
34640
|
+
t3 = _this.get$loudComment();
|
|
34639
34641
|
start = t1._string_scanner$_position;
|
|
34640
|
-
|
|
34642
|
+
t3.call$0();
|
|
34641
34643
|
end = t1._string_scanner$_position;
|
|
34642
34644
|
buffer._contents += J.substring$2$s(t1.string, start, end);
|
|
34643
34645
|
} else
|
|
@@ -34647,19 +34649,19 @@ self.readline = require("readline");
|
|
|
34647
34649
|
case 32:
|
|
34648
34650
|
case 9:
|
|
34649
34651
|
if (!wroteNewline) {
|
|
34650
|
-
|
|
34651
|
-
|
|
34652
|
+
t3 = t1.peekChar$1(1);
|
|
34653
|
+
t3 = !(t3 === 32 || t3 === 9 || t3 === 10 || t3 === 13 || t3 === 12);
|
|
34652
34654
|
} else
|
|
34653
|
-
|
|
34654
|
-
if (
|
|
34655
|
+
t3 = true;
|
|
34656
|
+
if (t3)
|
|
34655
34657
|
buffer._contents += H.Primitives_stringFromCharCode(32);
|
|
34656
34658
|
t1.readChar$0();
|
|
34657
34659
|
break;
|
|
34658
34660
|
case 10:
|
|
34659
34661
|
case 13:
|
|
34660
34662
|
case 12:
|
|
34661
|
-
|
|
34662
|
-
if (!(
|
|
34663
|
+
t3 = t1.peekChar$1(-1);
|
|
34664
|
+
if (!(t3 === 10 || t3 === 13 || t3 === 12))
|
|
34663
34665
|
buffer._contents += "\n";
|
|
34664
34666
|
t1.readChar$0();
|
|
34665
34667
|
wroteNewline = true;
|
|
@@ -35292,7 +35294,7 @@ self.readline = require("readline");
|
|
|
35292
35294
|
t3._contents += " */";
|
|
35293
35295
|
return new L.LoudComment(buffer.interpolation$1(t1.spanFrom$1(new S._SpanScannerState(t1, t2))));
|
|
35294
35296
|
},
|
|
35295
|
-
|
|
35297
|
+
whitespaceWithoutComments$0: function() {
|
|
35296
35298
|
var t1, t2, next;
|
|
35297
35299
|
for (t1 = this.scanner, t2 = t1.string.length; t1._string_scanner$_position !== t2;) {
|
|
35298
35300
|
next = t1.peekChar$0();
|
|
@@ -35300,8 +35302,23 @@ self.readline = require("readline");
|
|
|
35300
35302
|
break;
|
|
35301
35303
|
t1.readChar$0();
|
|
35302
35304
|
}
|
|
35303
|
-
|
|
35304
|
-
|
|
35305
|
+
},
|
|
35306
|
+
loudComment$0: function() {
|
|
35307
|
+
var next,
|
|
35308
|
+
t1 = this.scanner;
|
|
35309
|
+
t1.expect$1("/*");
|
|
35310
|
+
for (; true;) {
|
|
35311
|
+
next = t1.readChar$0();
|
|
35312
|
+
if (next === 10 || next === 13 || next === 12)
|
|
35313
|
+
t1.error$1("expected */.");
|
|
35314
|
+
if (next !== 42)
|
|
35315
|
+
continue;
|
|
35316
|
+
do
|
|
35317
|
+
next = t1.readChar$0();
|
|
35318
|
+
while (next === 42);
|
|
35319
|
+
if (next === 47)
|
|
35320
|
+
break;
|
|
35321
|
+
}
|
|
35305
35322
|
},
|
|
35306
35323
|
_expectNewline$0: function() {
|
|
35307
35324
|
var t1 = this.scanner;
|
|
@@ -36083,7 +36100,7 @@ self.readline = require("readline");
|
|
|
36083
36100
|
return !!J.getInterceptor$(declarationOrBuffer).$isStatement ? declarationOrBuffer : _this._stylesheet$_styleRule$2(H.interceptedTypeCast(declarationOrBuffer, "$isInterpolationBuffer"), new S._SpanScannerState(t1, t2));
|
|
36084
36101
|
},
|
|
36085
36102
|
_declarationOrBuffer$0: function() {
|
|
36086
|
-
var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, $name, value, postColonWhitespace,
|
|
36103
|
+
var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name, value, postColonWhitespace, t5, exception, _this = this, t1 = {},
|
|
36087
36104
|
t2 = _this.scanner,
|
|
36088
36105
|
start = new S._SpanScannerState(t2, t2._string_scanner$_position),
|
|
36089
36106
|
nameBuffer = new Z.InterpolationBuffer(new P.StringBuffer(""), []),
|
|
@@ -36119,15 +36136,16 @@ self.readline = require("readline");
|
|
|
36119
36136
|
nameBuffer._interpolation_buffer$_text._contents += t3;
|
|
36120
36137
|
}
|
|
36121
36138
|
midBuffer = new P.StringBuffer("");
|
|
36122
|
-
|
|
36123
|
-
|
|
36139
|
+
t3 = _this.get$whitespace();
|
|
36140
|
+
midBuffer._contents += _this.rawText$1(t3);
|
|
36141
|
+
t4 = t2._string_scanner$_position;
|
|
36124
36142
|
if (!t2.scanChar$1(58)) {
|
|
36125
36143
|
if (midBuffer._contents.length !== 0)
|
|
36126
36144
|
nameBuffer._interpolation_buffer$_text._contents += H.Primitives_stringFromCharCode(32);
|
|
36127
36145
|
return nameBuffer;
|
|
36128
36146
|
}
|
|
36129
36147
|
midBuffer._contents += H.Primitives_stringFromCharCode(58);
|
|
36130
|
-
$name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new S._SpanScannerState(t2,
|
|
36148
|
+
$name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new S._SpanScannerState(t2, t4)));
|
|
36131
36149
|
first = C.JSArray_methods.get$first($name.contents);
|
|
36132
36150
|
if (C.JSString_methods.startsWith$1(typeof first === "string" ? first : "", "--")) {
|
|
36133
36151
|
value = _this._interpolatedDeclarationValue$0();
|
|
@@ -36145,7 +36163,7 @@ self.readline = require("readline");
|
|
|
36145
36163
|
t1._interpolation_buffer$_text._contents += H.S(midBuffer);
|
|
36146
36164
|
return t1;
|
|
36147
36165
|
}
|
|
36148
|
-
postColonWhitespace = _this.rawText$1(
|
|
36166
|
+
postColonWhitespace = _this.rawText$1(t3);
|
|
36149
36167
|
if (_this.lookingAtChildren$0())
|
|
36150
36168
|
return _this._withChildren$3(_this.get$_declarationChild(), start, new V.StylesheetParser__declarationOrBuffer_closure($name));
|
|
36151
36169
|
midBuffer._contents += postColonWhitespace;
|
|
@@ -36853,27 +36871,27 @@ self.readline = require("readline");
|
|
|
36853
36871
|
return _this._withChildren$3(_this.get$_statement(), start, new V.StylesheetParser__mixinRule_closure(_this, $name, $arguments, precedingComment));
|
|
36854
36872
|
},
|
|
36855
36873
|
mozDocumentRule$2: function(start, $name) {
|
|
36856
|
-
var t5, identifier, contents, argument, trailing, endPosition, start0, end, _this = this, _box_0 = {},
|
|
36874
|
+
var t5, t6, identifier, contents, argument, trailing, endPosition, start0, end, _this = this, _box_0 = {},
|
|
36857
36875
|
t1 = _this.scanner,
|
|
36858
36876
|
t2 = t1._string_scanner$_position,
|
|
36859
36877
|
t3 = new P.StringBuffer(""),
|
|
36860
36878
|
t4 = [],
|
|
36861
36879
|
buffer = new Z.InterpolationBuffer(t3, t4);
|
|
36862
36880
|
_box_0.needsDeprecationWarning = false;
|
|
36863
|
-
for (; true;) {
|
|
36881
|
+
for (t5 = _this.get$whitespace(); true;) {
|
|
36864
36882
|
if (t1.peekChar$0() === 35) {
|
|
36865
|
-
|
|
36883
|
+
t6 = _this.singleInterpolation$0();
|
|
36866
36884
|
buffer._flushText$0();
|
|
36867
|
-
t4.push(
|
|
36885
|
+
t4.push(t6);
|
|
36868
36886
|
_box_0.needsDeprecationWarning = true;
|
|
36869
36887
|
} else {
|
|
36870
|
-
|
|
36888
|
+
t6 = t1._string_scanner$_position;
|
|
36871
36889
|
identifier = _this.identifier$0();
|
|
36872
36890
|
switch (identifier) {
|
|
36873
36891
|
case "url":
|
|
36874
36892
|
case "url-prefix":
|
|
36875
36893
|
case "domain":
|
|
36876
|
-
contents = _this._tryUrlContents$2$name(new S._SpanScannerState(t1,
|
|
36894
|
+
contents = _this._tryUrlContents$2$name(new S._SpanScannerState(t1, t6), identifier);
|
|
36877
36895
|
if (contents != null)
|
|
36878
36896
|
buffer.addInterpolation$1(contents);
|
|
36879
36897
|
else {
|
|
@@ -36886,8 +36904,8 @@ self.readline = require("readline");
|
|
|
36886
36904
|
buffer.addInterpolation$1(argument.asInterpolation$0());
|
|
36887
36905
|
t3._contents += H.Primitives_stringFromCharCode(41);
|
|
36888
36906
|
}
|
|
36889
|
-
|
|
36890
|
-
trailing =
|
|
36907
|
+
t6 = t3._contents;
|
|
36908
|
+
trailing = t6.charCodeAt(0) == 0 ? t6 : t6;
|
|
36891
36909
|
if (!C.JSString_methods.endsWith$1(trailing, "url-prefix()") && !C.JSString_methods.endsWith$1(trailing, "url-prefix('')") && !C.JSString_methods.endsWith$1(trailing, 'url-prefix("")'))
|
|
36892
36910
|
_box_0.needsDeprecationWarning = true;
|
|
36893
36911
|
break;
|
|
@@ -36901,14 +36919,13 @@ self.readline = require("readline");
|
|
|
36901
36919
|
break;
|
|
36902
36920
|
default:
|
|
36903
36921
|
endPosition = t1._string_scanner$_position;
|
|
36904
|
-
_this.error$2("Invalid function name.", Y._FileSpan$(t1._sourceFile,
|
|
36922
|
+
_this.error$2("Invalid function name.", Y._FileSpan$(t1._sourceFile, t6, endPosition));
|
|
36905
36923
|
}
|
|
36906
36924
|
}
|
|
36907
36925
|
_this.whitespace$0();
|
|
36908
36926
|
if (!t1.scanChar$1(44))
|
|
36909
36927
|
break;
|
|
36910
36928
|
t3._contents += H.Primitives_stringFromCharCode(44);
|
|
36911
|
-
t5 = _this.get$whitespace();
|
|
36912
36929
|
start0 = t1._string_scanner$_position;
|
|
36913
36930
|
t5.call$0();
|
|
36914
36931
|
end = t1._string_scanner$_position;
|
|
@@ -38247,14 +38264,14 @@ self.readline = require("readline");
|
|
|
38247
38264
|
return buffer.interpolation$1(t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
38248
38265
|
},
|
|
38249
38266
|
_interpolatedDeclarationValue$1$allowEmpty: function(allowEmpty) {
|
|
38250
|
-
var t4,
|
|
38267
|
+
var t4, wroteNewline, next, t5, start, end, contents, _this = this,
|
|
38251
38268
|
t1 = _this.scanner,
|
|
38252
38269
|
t2 = t1._string_scanner$_position,
|
|
38253
38270
|
t3 = new P.StringBuffer(""),
|
|
38254
38271
|
buffer = new Z.InterpolationBuffer(t3, []),
|
|
38255
38272
|
brackets = H.setRuntimeTypeInfo([], [P.int]);
|
|
38256
38273
|
$label0$1:
|
|
38257
|
-
for (t4 = t1.string,
|
|
38274
|
+
for (t4 = t1.string, wroteNewline = false; true;) {
|
|
38258
38275
|
next = t1.peekChar$0();
|
|
38259
38276
|
switch (next) {
|
|
38260
38277
|
case 92:
|
|
@@ -38268,6 +38285,7 @@ self.readline = require("readline");
|
|
|
38268
38285
|
break;
|
|
38269
38286
|
case 47:
|
|
38270
38287
|
if (t1.peekChar$1(1) === 42) {
|
|
38288
|
+
t5 = _this.get$loudComment();
|
|
38271
38289
|
start = t1._string_scanner$_position;
|
|
38272
38290
|
t5.call$0();
|
|
38273
38291
|
end = t1._string_scanner$_position;
|
|
@@ -38286,11 +38304,11 @@ self.readline = require("readline");
|
|
|
38286
38304
|
case 32:
|
|
38287
38305
|
case 9:
|
|
38288
38306
|
if (!wroteNewline) {
|
|
38289
|
-
|
|
38290
|
-
|
|
38307
|
+
t5 = t1.peekChar$1(1);
|
|
38308
|
+
t5 = !(t5 === 32 || t5 === 9 || t5 === 10 || t5 === 13 || t5 === 12);
|
|
38291
38309
|
} else
|
|
38292
|
-
|
|
38293
|
-
if (
|
|
38310
|
+
t5 = true;
|
|
38311
|
+
if (t5)
|
|
38294
38312
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
38295
38313
|
else
|
|
38296
38314
|
t1.readChar$0();
|
|
@@ -38300,8 +38318,8 @@ self.readline = require("readline");
|
|
|
38300
38318
|
case 12:
|
|
38301
38319
|
if (_this.get$indented())
|
|
38302
38320
|
break $label0$1;
|
|
38303
|
-
|
|
38304
|
-
if (!(
|
|
38321
|
+
t5 = t1.peekChar$1(-1);
|
|
38322
|
+
if (!(t5 === 10 || t5 === 13 || t5 === 12))
|
|
38305
38323
|
t3._contents += "\n";
|
|
38306
38324
|
t1.readChar$0();
|
|
38307
38325
|
wroteNewline = true;
|
|
@@ -38329,17 +38347,17 @@ self.readline = require("readline");
|
|
|
38329
38347
|
break;
|
|
38330
38348
|
case 117:
|
|
38331
38349
|
case 85:
|
|
38332
|
-
|
|
38350
|
+
t5 = t1._string_scanner$_position;
|
|
38333
38351
|
if (!_this.scanIdentifier$1("url")) {
|
|
38334
38352
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
38335
38353
|
wroteNewline = false;
|
|
38336
38354
|
break;
|
|
38337
38355
|
}
|
|
38338
|
-
contents = _this._tryUrlContents$1(new S._SpanScannerState(t1,
|
|
38356
|
+
contents = _this._tryUrlContents$1(new S._SpanScannerState(t1, t5));
|
|
38339
38357
|
if (contents == null) {
|
|
38340
|
-
if (
|
|
38341
|
-
H.throwExpression(P.ArgumentError$("Invalid position " +
|
|
38342
|
-
t1._string_scanner$_position =
|
|
38358
|
+
if (t5 < 0 || t5 > t4.length)
|
|
38359
|
+
H.throwExpression(P.ArgumentError$("Invalid position " + t5));
|
|
38360
|
+
t1._string_scanner$_position = t5;
|
|
38343
38361
|
t1._lastMatch = null;
|
|
38344
38362
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
38345
38363
|
} else
|
|
@@ -39117,13 +39135,13 @@ self.readline = require("readline");
|
|
|
39117
39135
|
call$1: function(char) {
|
|
39118
39136
|
return char != null && T.isHex(char);
|
|
39119
39137
|
},
|
|
39120
|
-
$signature:
|
|
39138
|
+
$signature: 10
|
|
39121
39139
|
};
|
|
39122
39140
|
V.StylesheetParser__unicodeRange_closure0.prototype = {
|
|
39123
39141
|
call$1: function(char) {
|
|
39124
39142
|
return char != null && T.isHex(char);
|
|
39125
39143
|
},
|
|
39126
|
-
$signature:
|
|
39144
|
+
$signature: 10
|
|
39127
39145
|
};
|
|
39128
39146
|
V.StylesheetParser_identifierLike_closure.prototype = {
|
|
39129
39147
|
call$0: function() {
|
|
@@ -39678,7 +39696,7 @@ self.readline = require("readline");
|
|
|
39678
39696
|
call$2: function(url, _) {
|
|
39679
39697
|
return J.toString$0$(url);
|
|
39680
39698
|
},
|
|
39681
|
-
$signature:
|
|
39699
|
+
$signature: 53
|
|
39682
39700
|
};
|
|
39683
39701
|
D.SourceMapBuffer__addEntry_closure.prototype = {
|
|
39684
39702
|
call$0: function() {
|
|
@@ -39774,7 +39792,7 @@ self.readline = require("readline");
|
|
|
39774
39792
|
call$1: function(_) {
|
|
39775
39793
|
return P.List_List$filled(J.get$length$asx(this.list2) + 1, 0, P.int);
|
|
39776
39794
|
},
|
|
39777
|
-
$signature:
|
|
39795
|
+
$signature: 54
|
|
39778
39796
|
};
|
|
39779
39797
|
B.longestCommonSubsequence_closure1.prototype = {
|
|
39780
39798
|
call$1: function(_) {
|
|
@@ -42183,7 +42201,7 @@ self.readline = require("readline");
|
|
|
42183
42201
|
throw H.wrapException($async$self._async_evaluate$_exception$2("Mixin doesn't accept a content block.", node.span));
|
|
42184
42202
|
contentCallable = t3 ? null : new E.UserDefinedCallable(t2, $async$self._async_evaluate$_environment.closure$0(), t1);
|
|
42185
42203
|
$async$goto = 10;
|
|
42186
|
-
return P._asyncAwait($async$self._async_evaluate$_runUserDefinedCallable$4(node.$arguments, mixin, node, new E._EvaluateVisitor_visitIncludeRule_closure2($async$self, contentCallable, mixin)), $async$visitIncludeRule$1);
|
|
42204
|
+
return P._asyncAwait($async$self._async_evaluate$_runUserDefinedCallable$4(node.$arguments, mixin, node, new E._EvaluateVisitor_visitIncludeRule_closure2($async$self, contentCallable, mixin, node)), $async$visitIncludeRule$1);
|
|
42187
42205
|
case 10:
|
|
42188
42206
|
// returning from await.
|
|
42189
42207
|
// goto join
|
|
@@ -43193,7 +43211,7 @@ self.readline = require("readline");
|
|
|
43193
43211
|
visitFunctionExpression$body$_EvaluateVisitor: function(node) {
|
|
43194
43212
|
var $async$goto = 0,
|
|
43195
43213
|
$async$completer = P._makeAsyncAwaitCompleter(F.Value),
|
|
43196
|
-
$async$returnValue, $async$self = this, oldInFunction, result, t1, plainName, $
|
|
43214
|
+
$async$returnValue, $async$self = this, oldInFunction, result, t1, t2, plainName, $async$temp1, $async$temp2;
|
|
43197
43215
|
var $async$visitFunctionExpression$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
43198
43216
|
if ($async$errorCode === 1)
|
|
43199
43217
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -43201,27 +43219,29 @@ self.readline = require("readline");
|
|
|
43201
43219
|
switch ($async$goto) {
|
|
43202
43220
|
case 0:
|
|
43203
43221
|
// Function start
|
|
43204
|
-
t1 =
|
|
43205
|
-
|
|
43206
|
-
|
|
43207
|
-
|
|
43222
|
+
t1 = {};
|
|
43223
|
+
t2 = node.name;
|
|
43224
|
+
plainName = t2.get$asPlain();
|
|
43225
|
+
t1.$function = null;
|
|
43226
|
+
$async$goto = (plainName != null ? t1.$function = $async$self._async_evaluate$_addExceptionSpan$2(node, new E._EvaluateVisitor_visitFunctionExpression_closure1($async$self, node, plainName)) : null) == null ? 3 : 4;
|
|
43208
43227
|
break;
|
|
43209
43228
|
case 3:
|
|
43210
43229
|
// then
|
|
43211
43230
|
if (node.namespace != null)
|
|
43212
43231
|
throw H.wrapException($async$self._async_evaluate$_exception$2("Undefined function.", node.span));
|
|
43213
|
-
$async$temp1 =
|
|
43232
|
+
$async$temp1 = t1;
|
|
43233
|
+
$async$temp2 = L;
|
|
43214
43234
|
$async$goto = 5;
|
|
43215
|
-
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(
|
|
43235
|
+
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(t2), $async$visitFunctionExpression$1);
|
|
43216
43236
|
case 5:
|
|
43217
43237
|
// returning from await.
|
|
43218
|
-
$function = new $async$
|
|
43238
|
+
$async$temp1.$function = new $async$temp2.PlainCssCallable($async$result);
|
|
43219
43239
|
case 4:
|
|
43220
43240
|
// join
|
|
43221
43241
|
oldInFunction = $async$self._async_evaluate$_inFunction;
|
|
43222
43242
|
$async$self._async_evaluate$_inFunction = true;
|
|
43223
43243
|
$async$goto = 6;
|
|
43224
|
-
return P._asyncAwait($async$self._async_evaluate$
|
|
43244
|
+
return P._asyncAwait($async$self._async_evaluate$_addErrorSpan$1$2(node, new E._EvaluateVisitor_visitFunctionExpression_closure2(t1, $async$self, node), F.Value), $async$visitFunctionExpression$1);
|
|
43225
43245
|
case 6:
|
|
43226
43246
|
// returning from await.
|
|
43227
43247
|
result = $async$result;
|
|
@@ -43285,7 +43305,7 @@ self.readline = require("readline");
|
|
|
43285
43305
|
_runFunctionCallable$body$_EvaluateVisitor: function($arguments, callable, nodeWithSpan) {
|
|
43286
43306
|
var $async$goto = 0,
|
|
43287
43307
|
$async$completer = P._makeAsyncAwaitCompleter(F.Value),
|
|
43288
|
-
$async$returnValue, $async$self = this, result,
|
|
43308
|
+
$async$returnValue, $async$self = this, result, t2, t3, first, _i, argument, rest, t1, $async$temp1;
|
|
43289
43309
|
var $async$_async_evaluate$_runFunctionCallable$3 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
43290
43310
|
if ($async$errorCode === 1)
|
|
43291
43311
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -43293,7 +43313,8 @@ self.readline = require("readline");
|
|
|
43293
43313
|
switch ($async$goto) {
|
|
43294
43314
|
case 0:
|
|
43295
43315
|
// Function start
|
|
43296
|
-
|
|
43316
|
+
t1 = J.getInterceptor$(callable);
|
|
43317
|
+
$async$goto = !!t1.$isAsyncBuiltInCallable ? 3 : 5;
|
|
43297
43318
|
break;
|
|
43298
43319
|
case 3:
|
|
43299
43320
|
// then
|
|
@@ -43330,7 +43351,7 @@ self.readline = require("readline");
|
|
|
43330
43351
|
break;
|
|
43331
43352
|
case 9:
|
|
43332
43353
|
// else
|
|
43333
|
-
$async$goto = !!
|
|
43354
|
+
$async$goto = !!t1.$isPlainCssCallable ? 11 : 13;
|
|
43334
43355
|
break;
|
|
43335
43356
|
case 11:
|
|
43336
43357
|
// then
|
|
@@ -43596,7 +43617,7 @@ self.readline = require("readline");
|
|
|
43596
43617
|
t6 = P.String;
|
|
43597
43618
|
t7 = T.Expression;
|
|
43598
43619
|
$async$goto = 7;
|
|
43599
|
-
return P._asyncAwait(B.mapMapAsync(t5, new E.
|
|
43620
|
+
return P._asyncAwait(B.mapMapAsync(t5, new E._EvaluateVisitor__evaluateArguments_closure2($async$self), t6, t7, t6, t1), $async$_async_evaluate$_evaluateArguments$2$trackSpans);
|
|
43600
43621
|
case 7:
|
|
43601
43622
|
// returning from await.
|
|
43602
43623
|
named = $async$result;
|
|
@@ -43607,7 +43628,7 @@ self.readline = require("readline");
|
|
|
43607
43628
|
positionalNodes = t8;
|
|
43608
43629
|
} else
|
|
43609
43630
|
positionalNodes = null;
|
|
43610
|
-
namedNodes = trackSpans ? Y.mapMap(t5, null, new E.
|
|
43631
|
+
namedNodes = trackSpans ? Y.mapMap(t5, null, new E._EvaluateVisitor__evaluateArguments_closure3($async$self), t6, t7, t6, B.AstNode) : null;
|
|
43611
43632
|
t3 = $arguments.rest;
|
|
43612
43633
|
if (t3 == null) {
|
|
43613
43634
|
$async$returnValue = E._ArgumentResults$0(t2, named, C.ListSeparator_undecided, namedNodes, positionalNodes);
|
|
@@ -43624,8 +43645,12 @@ self.readline = require("readline");
|
|
|
43624
43645
|
t4 = J.getInterceptor$(rest);
|
|
43625
43646
|
if (!!t4.$isSassMap) {
|
|
43626
43647
|
$async$self._async_evaluate$_addRestMap$1$3(named, rest, t3, t1);
|
|
43627
|
-
if (namedNodes != null)
|
|
43628
|
-
|
|
43648
|
+
if (namedNodes != null) {
|
|
43649
|
+
t3 = P.LinkedHashMap_LinkedHashMap$_empty(t6, B.AstNode);
|
|
43650
|
+
for (t4 = rest.contents.get$keys(), t4 = t4.get$iterator(t4); t4.moveNext$0();)
|
|
43651
|
+
t3.$indexSet(0, H.interceptedTypeCast(t4.get$current(t4), "$isSassString").text, restNodeForSpan);
|
|
43652
|
+
namedNodes.addAll$1(0, t3);
|
|
43653
|
+
}
|
|
43629
43654
|
separator = C.ListSeparator_undecided;
|
|
43630
43655
|
} else if (!!t4.$isSassList) {
|
|
43631
43656
|
t3 = rest._list$_contents;
|
|
@@ -43635,7 +43660,7 @@ self.readline = require("readline");
|
|
|
43635
43660
|
separator = rest.separator;
|
|
43636
43661
|
if (!!rest.$isSassArgumentList) {
|
|
43637
43662
|
rest._wereKeywordsAccessed = true;
|
|
43638
|
-
rest._keywords.forEach$1(0, new E.
|
|
43663
|
+
rest._keywords.forEach$1(0, new E._EvaluateVisitor__evaluateArguments_closure4(named, namedNodes, restNodeForSpan));
|
|
43639
43664
|
}
|
|
43640
43665
|
} else {
|
|
43641
43666
|
t2.push(rest);
|
|
@@ -43658,8 +43683,12 @@ self.readline = require("readline");
|
|
|
43658
43683
|
keywordRestNodeForSpan = trackSpans ? $async$self._async_evaluate$_expressionNode$1(t3) : null;
|
|
43659
43684
|
if (keywordRest instanceof A.SassMap) {
|
|
43660
43685
|
$async$self._async_evaluate$_addRestMap$1$3(named, keywordRest, t3, t1);
|
|
43661
|
-
if (namedNodes != null)
|
|
43662
|
-
|
|
43686
|
+
if (namedNodes != null) {
|
|
43687
|
+
t1 = P.LinkedHashMap_LinkedHashMap$_empty(t6, B.AstNode);
|
|
43688
|
+
for (t3 = keywordRest.contents.get$keys(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
43689
|
+
t1.$indexSet(0, H.interceptedTypeCast(t3.get$current(t3), "$isSassString").text, keywordRestNodeForSpan);
|
|
43690
|
+
namedNodes.addAll$1(0, t1);
|
|
43691
|
+
}
|
|
43663
43692
|
$async$returnValue = E._ArgumentResults$0(t2, named, separator, namedNodes, positionalNodes);
|
|
43664
43693
|
// goto return
|
|
43665
43694
|
$async$goto = 1;
|
|
@@ -44491,6 +44520,9 @@ self.readline = require("readline");
|
|
|
44491
44520
|
t2.push(_this._async_evaluate$_stackFrame$2(_this._async_evaluate$_member, span));
|
|
44492
44521
|
return new Y.Trace(P.List_List$unmodifiable(new H.ReversedListIterable(t2, [H.getTypeArgumentByIndex(t2, 0)]), t1), new P._StringStackTrace(null));
|
|
44493
44522
|
},
|
|
44523
|
+
_async_evaluate$_stackTrace$0: function() {
|
|
44524
|
+
return this._async_evaluate$_stackTrace$1(null);
|
|
44525
|
+
},
|
|
44494
44526
|
_async_evaluate$_warn$3$deprecation: function(message, span, deprecation) {
|
|
44495
44527
|
return this._async_evaluate$_logger.warn$4$deprecation$span$trace(message, deprecation, span, this._async_evaluate$_stackTrace$1(span));
|
|
44496
44528
|
},
|
|
@@ -44620,6 +44652,70 @@ self.readline = require("readline");
|
|
|
44620
44652
|
}
|
|
44621
44653
|
});
|
|
44622
44654
|
return P._asyncStartSync($async$_addExceptionSpanAsync$1$2, $async$completer);
|
|
44655
|
+
},
|
|
44656
|
+
_async_evaluate$_addErrorSpan$1$2: function(nodeWithSpan, callback, $T) {
|
|
44657
|
+
return this._addErrorSpan$body$_EvaluateVisitor(nodeWithSpan, callback, $T, $T);
|
|
44658
|
+
},
|
|
44659
|
+
_addErrorSpan$body$_EvaluateVisitor: function(nodeWithSpan, callback, $T, $async$type) {
|
|
44660
|
+
var $async$goto = 0,
|
|
44661
|
+
$async$completer = P._makeAsyncAwaitCompleter($async$type),
|
|
44662
|
+
$async$returnValue, $async$handler = 2, $async$currentError, $async$next = [], $async$self = this, error, t1, exception, $async$exception;
|
|
44663
|
+
var $async$_async_evaluate$_addErrorSpan$1$2 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
44664
|
+
if ($async$errorCode === 1) {
|
|
44665
|
+
$async$currentError = $async$result;
|
|
44666
|
+
$async$goto = $async$handler;
|
|
44667
|
+
}
|
|
44668
|
+
while (true)
|
|
44669
|
+
switch ($async$goto) {
|
|
44670
|
+
case 0:
|
|
44671
|
+
// Function start
|
|
44672
|
+
$async$handler = 4;
|
|
44673
|
+
$async$goto = 7;
|
|
44674
|
+
return P._asyncAwait(callback.call$0(), $async$_async_evaluate$_addErrorSpan$1$2);
|
|
44675
|
+
case 7:
|
|
44676
|
+
// returning from await.
|
|
44677
|
+
t1 = $async$result;
|
|
44678
|
+
$async$returnValue = t1;
|
|
44679
|
+
// goto return
|
|
44680
|
+
$async$goto = 1;
|
|
44681
|
+
break;
|
|
44682
|
+
$async$handler = 2;
|
|
44683
|
+
// goto after finally
|
|
44684
|
+
$async$goto = 6;
|
|
44685
|
+
break;
|
|
44686
|
+
case 4:
|
|
44687
|
+
// catch
|
|
44688
|
+
$async$handler = 3;
|
|
44689
|
+
$async$exception = $async$currentError;
|
|
44690
|
+
t1 = H.unwrapException($async$exception);
|
|
44691
|
+
if (t1 instanceof E.SassRuntimeException) {
|
|
44692
|
+
error = t1;
|
|
44693
|
+
t1 = error;
|
|
44694
|
+
t1 = G.SourceSpanException.prototype.get$span.call(t1);
|
|
44695
|
+
if (!C.JSString_methods.startsWith$1(P.String_String$fromCharCodes(C.NativeUint32List_methods.sublist$2(t1.file._decodedChars, t1._start, t1._file$_end), 0, null), "@error"))
|
|
44696
|
+
throw $async$exception;
|
|
44697
|
+
throw H.wrapException(E.SassRuntimeException$(error._span_exception$_message, nodeWithSpan.get$span(), $async$self._async_evaluate$_stackTrace$0()));
|
|
44698
|
+
} else
|
|
44699
|
+
throw $async$exception;
|
|
44700
|
+
// goto after finally
|
|
44701
|
+
$async$goto = 6;
|
|
44702
|
+
break;
|
|
44703
|
+
case 3:
|
|
44704
|
+
// uncaught
|
|
44705
|
+
// goto rethrow
|
|
44706
|
+
$async$goto = 2;
|
|
44707
|
+
break;
|
|
44708
|
+
case 6:
|
|
44709
|
+
// after finally
|
|
44710
|
+
case 1:
|
|
44711
|
+
// return
|
|
44712
|
+
return P._asyncReturn($async$returnValue, $async$completer);
|
|
44713
|
+
case 2:
|
|
44714
|
+
// rethrow
|
|
44715
|
+
return P._asyncRethrow($async$currentError, $async$completer);
|
|
44716
|
+
}
|
|
44717
|
+
});
|
|
44718
|
+
return P._asyncStartSync($async$_async_evaluate$_addErrorSpan$1$2, $async$completer);
|
|
44623
44719
|
}
|
|
44624
44720
|
};
|
|
44625
44721
|
E._EvaluateVisitor_closure9.prototype = {
|
|
@@ -44741,7 +44837,7 @@ self.readline = require("readline");
|
|
|
44741
44837
|
return new F.SassFunction(callable);
|
|
44742
44838
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
44743
44839
|
},
|
|
44744
|
-
$signature:
|
|
44840
|
+
$signature: 32
|
|
44745
44841
|
};
|
|
44746
44842
|
E._EvaluateVisitor__closure8.prototype = {
|
|
44747
44843
|
call$0: function() {
|
|
@@ -45920,7 +46016,7 @@ self.readline = require("readline");
|
|
|
45920
46016
|
// Function start
|
|
45921
46017
|
t1 = $async$self.$this;
|
|
45922
46018
|
$async$goto = 3;
|
|
45923
|
-
return P._asyncAwait(t1._async_evaluate$_environment.withContent$2($async$self.contentCallable, new E._EvaluateVisitor_visitIncludeRule__closure0(t1, $async$self.mixin)), $async$call$0);
|
|
46019
|
+
return P._asyncAwait(t1._async_evaluate$_environment.withContent$2($async$self.contentCallable, new E._EvaluateVisitor_visitIncludeRule__closure0(t1, $async$self.mixin, $async$self.node)), $async$call$0);
|
|
45924
46020
|
case 3:
|
|
45925
46021
|
// returning from await.
|
|
45926
46022
|
// goto return
|
|
@@ -45948,7 +46044,7 @@ self.readline = require("readline");
|
|
|
45948
46044
|
// Function start
|
|
45949
46045
|
t1 = $async$self.$this;
|
|
45950
46046
|
$async$goto = 3;
|
|
45951
|
-
return P._asyncAwait(t1._async_evaluate$_environment.asMixin$1(new E._EvaluateVisitor_visitIncludeRule___closure0(t1, $async$self.mixin)), $async$call$0);
|
|
46047
|
+
return P._asyncAwait(t1._async_evaluate$_environment.asMixin$1(new E._EvaluateVisitor_visitIncludeRule___closure0(t1, $async$self.mixin, $async$self.node)), $async$call$0);
|
|
45952
46048
|
case 3:
|
|
45953
46049
|
// returning from await.
|
|
45954
46050
|
// goto return
|
|
@@ -45966,7 +46062,7 @@ self.readline = require("readline");
|
|
|
45966
46062
|
call$0: function() {
|
|
45967
46063
|
var $async$goto = 0,
|
|
45968
46064
|
$async$completer = P._makeAsyncAwaitCompleter(P.Null),
|
|
45969
|
-
$async$self = this, t1, t2, t3, _i;
|
|
46065
|
+
$async$self = this, t1, t2, t3, t4, t5, _i;
|
|
45970
46066
|
var $async$call$0 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
45971
46067
|
if ($async$errorCode === 1)
|
|
45972
46068
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -45974,7 +46070,7 @@ self.readline = require("readline");
|
|
|
45974
46070
|
switch ($async$goto) {
|
|
45975
46071
|
case 0:
|
|
45976
46072
|
// Function start
|
|
45977
|
-
t1 = $async$self.mixin.declaration.children, t2 = t1.length, t3 = $async$self.$this, _i = 0;
|
|
46073
|
+
t1 = $async$self.mixin.declaration.children, t2 = t1.length, t3 = $async$self.$this, t4 = $async$self.node, t5 = F.Value, _i = 0;
|
|
45978
46074
|
case 2:
|
|
45979
46075
|
// for condition
|
|
45980
46076
|
if (!(_i < t2)) {
|
|
@@ -45983,7 +46079,7 @@ self.readline = require("readline");
|
|
|
45983
46079
|
break;
|
|
45984
46080
|
}
|
|
45985
46081
|
$async$goto = 5;
|
|
45986
|
-
return P._asyncAwait(
|
|
46082
|
+
return P._asyncAwait(t3._async_evaluate$_addErrorSpan$1$2(t4, new E._EvaluateVisitor_visitIncludeRule____closure0(t3, t1[_i]), t5), $async$call$0);
|
|
45987
46083
|
case 5:
|
|
45988
46084
|
// returning from await.
|
|
45989
46085
|
case 3:
|
|
@@ -46001,6 +46097,11 @@ self.readline = require("readline");
|
|
|
46001
46097
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
46002
46098
|
}
|
|
46003
46099
|
};
|
|
46100
|
+
E._EvaluateVisitor_visitIncludeRule____closure0.prototype = {
|
|
46101
|
+
call$0: function() {
|
|
46102
|
+
return this.statement.accept$1(this.$this);
|
|
46103
|
+
}
|
|
46104
|
+
};
|
|
46004
46105
|
E._EvaluateVisitor_visitMediaRule_closure1.prototype = {
|
|
46005
46106
|
call$0: function() {
|
|
46006
46107
|
var $async$goto = 0,
|
|
@@ -46758,7 +46859,7 @@ self.readline = require("readline");
|
|
|
46758
46859
|
return expression.accept$1(this.$this);
|
|
46759
46860
|
}
|
|
46760
46861
|
};
|
|
46761
|
-
E.
|
|
46862
|
+
E._EvaluateVisitor_visitFunctionExpression_closure1.prototype = {
|
|
46762
46863
|
call$0: function() {
|
|
46763
46864
|
var t1 = this.node.namespace,
|
|
46764
46865
|
t2 = this.plainName;
|
|
@@ -46767,6 +46868,12 @@ self.readline = require("readline");
|
|
|
46767
46868
|
return this.$this._async_evaluate$_getFunction$2$namespace(t2, t1);
|
|
46768
46869
|
}
|
|
46769
46870
|
};
|
|
46871
|
+
E._EvaluateVisitor_visitFunctionExpression_closure2.prototype = {
|
|
46872
|
+
call$0: function() {
|
|
46873
|
+
var t1 = this.node;
|
|
46874
|
+
return this.$this._async_evaluate$_runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
46875
|
+
}
|
|
46876
|
+
};
|
|
46770
46877
|
E._EvaluateVisitor__runUserDefinedCallable_closure0.prototype = {
|
|
46771
46878
|
call$0: function() {
|
|
46772
46879
|
var _this = this,
|
|
@@ -46959,29 +47066,17 @@ self.readline = require("readline");
|
|
|
46959
47066
|
return "$" + H.S($name);
|
|
46960
47067
|
}
|
|
46961
47068
|
};
|
|
46962
|
-
E.
|
|
47069
|
+
E._EvaluateVisitor__evaluateArguments_closure2.prototype = {
|
|
46963
47070
|
call$2: function(_, expression) {
|
|
46964
47071
|
return expression.accept$1(this.$this);
|
|
46965
47072
|
}
|
|
46966
47073
|
};
|
|
46967
|
-
E.
|
|
47074
|
+
E._EvaluateVisitor__evaluateArguments_closure3.prototype = {
|
|
46968
47075
|
call$2: function(_, expression) {
|
|
46969
47076
|
return this.$this._async_evaluate$_expressionNode$1(expression);
|
|
46970
47077
|
}
|
|
46971
47078
|
};
|
|
46972
|
-
E.
|
|
46973
|
-
call$2: function(key, _) {
|
|
46974
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
46975
|
-
},
|
|
46976
|
-
$signature: 14
|
|
46977
|
-
};
|
|
46978
|
-
E._EvaluateVisitor__evaluateArguments_closure9.prototype = {
|
|
46979
|
-
call$2: function(_, __) {
|
|
46980
|
-
return this.restNodeForSpan;
|
|
46981
|
-
},
|
|
46982
|
-
$signature: 22
|
|
46983
|
-
};
|
|
46984
|
-
E._EvaluateVisitor__evaluateArguments_closure10.prototype = {
|
|
47079
|
+
E._EvaluateVisitor__evaluateArguments_closure4.prototype = {
|
|
46985
47080
|
call$2: function(key, value) {
|
|
46986
47081
|
var t1;
|
|
46987
47082
|
this.named.$indexSet(0, key, value);
|
|
@@ -46990,18 +47085,6 @@ self.readline = require("readline");
|
|
|
46990
47085
|
t1.$indexSet(0, key, this.restNodeForSpan);
|
|
46991
47086
|
}
|
|
46992
47087
|
};
|
|
46993
|
-
E._EvaluateVisitor__evaluateArguments_closure11.prototype = {
|
|
46994
|
-
call$2: function(key, _) {
|
|
46995
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
46996
|
-
},
|
|
46997
|
-
$signature: 14
|
|
46998
|
-
};
|
|
46999
|
-
E._EvaluateVisitor__evaluateArguments_closure12.prototype = {
|
|
47000
|
-
call$2: function(_, __) {
|
|
47001
|
-
return this.keywordRestNodeForSpan;
|
|
47002
|
-
},
|
|
47003
|
-
$signature: 22
|
|
47004
|
-
};
|
|
47005
47088
|
E._EvaluateVisitor__evaluateMacroArguments_closure3.prototype = {
|
|
47006
47089
|
call$1: function(value) {
|
|
47007
47090
|
return new F.ValueExpression(value, null);
|
|
@@ -47077,7 +47160,7 @@ self.readline = require("readline");
|
|
|
47077
47160
|
});
|
|
47078
47161
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
47079
47162
|
},
|
|
47080
|
-
$signature:
|
|
47163
|
+
$signature: 33
|
|
47081
47164
|
};
|
|
47082
47165
|
E._EvaluateVisitor_visitCssAtRule_closure1.prototype = {
|
|
47083
47166
|
call$0: function() {
|
|
@@ -47487,7 +47570,7 @@ self.readline = require("readline");
|
|
|
47487
47570
|
});
|
|
47488
47571
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
47489
47572
|
},
|
|
47490
|
-
$signature:
|
|
47573
|
+
$signature: 33
|
|
47491
47574
|
};
|
|
47492
47575
|
E._EvaluateVisitor__serialize_closure0.prototype = {
|
|
47493
47576
|
call$0: function() {
|
|
@@ -48206,7 +48289,7 @@ self.readline = require("readline");
|
|
|
48206
48289
|
if (!t3 && !H.interceptedTypeCast(mixin.declaration, "$isMixinRule").hasContent)
|
|
48207
48290
|
throw H.wrapException(_this._evaluate$_exception$2(_s37_, node.span));
|
|
48208
48291
|
contentCallable = t3 ? null : new E.UserDefinedCallable(t2, _this._evaluate$_environment.closure$0(), t1);
|
|
48209
|
-
_this._runUserDefinedCallable$4(node.$arguments, mixin, node, new R._EvaluateVisitor_visitIncludeRule_closure0(_this, contentCallable, mixin));
|
|
48292
|
+
_this._runUserDefinedCallable$4(node.$arguments, mixin, node, new R._EvaluateVisitor_visitIncludeRule_closure0(_this, contentCallable, mixin, node));
|
|
48210
48293
|
} else
|
|
48211
48294
|
throw H.wrapException(P.UnsupportedError$("Unknown callable type " + mixin.toString$0(0) + "."));
|
|
48212
48295
|
}
|
|
@@ -48485,18 +48568,18 @@ self.readline = require("readline");
|
|
|
48485
48568
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(map, t1, t1));
|
|
48486
48569
|
},
|
|
48487
48570
|
visitFunctionExpression$1: function(node) {
|
|
48488
|
-
var oldInFunction, result, _this = this,
|
|
48489
|
-
|
|
48490
|
-
plainName =
|
|
48491
|
-
|
|
48492
|
-
if (
|
|
48571
|
+
var oldInFunction, result, _this = this, t1 = {},
|
|
48572
|
+
t2 = node.name,
|
|
48573
|
+
plainName = t2.get$asPlain();
|
|
48574
|
+
t1.$function = null;
|
|
48575
|
+
if ((plainName != null ? t1.$function = _this._addExceptionSpan$2(node, new R._EvaluateVisitor_visitFunctionExpression_closure(_this, node, plainName)) : null) == null) {
|
|
48493
48576
|
if (node.namespace != null)
|
|
48494
48577
|
throw H.wrapException(_this._evaluate$_exception$2("Undefined function.", node.span));
|
|
48495
|
-
|
|
48578
|
+
t1.$function = new L.PlainCssCallable(_this._performInterpolation$1(t2));
|
|
48496
48579
|
}
|
|
48497
48580
|
oldInFunction = _this._inFunction;
|
|
48498
48581
|
_this._inFunction = true;
|
|
48499
|
-
result = _this.
|
|
48582
|
+
result = _this._addErrorSpan$2(node, new R._EvaluateVisitor_visitFunctionExpression_closure0(t1, _this, node));
|
|
48500
48583
|
_this._inFunction = oldInFunction;
|
|
48501
48584
|
return result;
|
|
48502
48585
|
},
|
|
@@ -48513,15 +48596,16 @@ self.readline = require("readline");
|
|
|
48513
48596
|
return this._withStackFrame$3($name, nodeWithSpan, new R._EvaluateVisitor__runUserDefinedCallable_closure(this, callable, evaluated, nodeWithSpan, run));
|
|
48514
48597
|
},
|
|
48515
48598
|
_runFunctionCallable$3: function($arguments, callable, nodeWithSpan) {
|
|
48516
|
-
var result,
|
|
48517
|
-
|
|
48599
|
+
var result, t2, t3, first, _i, argument, rest, _this = this,
|
|
48600
|
+
t1 = J.getInterceptor$(callable);
|
|
48601
|
+
if (!!t1.$isBuiltInCallable) {
|
|
48518
48602
|
result = _this._runBuiltInCallable$3($arguments, callable, nodeWithSpan);
|
|
48519
48603
|
if (result == null)
|
|
48520
48604
|
throw H.wrapException(_this._evaluate$_exception$2("Custom functions may not return Dart's null.", nodeWithSpan.get$span()));
|
|
48521
48605
|
return result.withoutSlash$0();
|
|
48522
48606
|
} else if (H.checkSubtype(callable, "$isUserDefinedCallable", [O.Environment], null))
|
|
48523
48607
|
return _this._runUserDefinedCallable$4($arguments, callable, nodeWithSpan, new R._EvaluateVisitor__runFunctionCallable_closure(_this, callable)).withoutSlash$0();
|
|
48524
|
-
else if (!!
|
|
48608
|
+
else if (!!t1.$isPlainCssCallable) {
|
|
48525
48609
|
t1 = $arguments.named;
|
|
48526
48610
|
if (t1.get$isNotEmpty(t1) || $arguments.keywordRest != null)
|
|
48527
48611
|
throw H.wrapException(_this._evaluate$_exception$2("Plain CSS functions don't support keyword arguments.", nodeWithSpan.get$span()));
|
|
@@ -48641,8 +48725,12 @@ self.readline = require("readline");
|
|
|
48641
48725
|
t4 = J.getInterceptor$(rest);
|
|
48642
48726
|
if (!!t4.$isSassMap) {
|
|
48643
48727
|
_this._addRestMap$1$3(named, rest, t3, t1);
|
|
48644
|
-
if (namedNodes != null)
|
|
48645
|
-
|
|
48728
|
+
if (namedNodes != null) {
|
|
48729
|
+
t3 = P.LinkedHashMap_LinkedHashMap$_empty(t6, B.AstNode);
|
|
48730
|
+
for (t4 = rest.contents.get$keys(), t4 = t4.get$iterator(t4); t4.moveNext$0();)
|
|
48731
|
+
t3.$indexSet(0, H.interceptedTypeCast(t4.get$current(t4), "$isSassString").text, restNodeForSpan);
|
|
48732
|
+
namedNodes.addAll$1(0, t3);
|
|
48733
|
+
}
|
|
48646
48734
|
separator = C.ListSeparator_undecided;
|
|
48647
48735
|
} else if (!!t4.$isSassList) {
|
|
48648
48736
|
t3 = rest._list$_contents;
|
|
@@ -48652,7 +48740,7 @@ self.readline = require("readline");
|
|
|
48652
48740
|
separator = rest.separator;
|
|
48653
48741
|
if (!!rest.$isSassArgumentList) {
|
|
48654
48742
|
rest._wereKeywordsAccessed = true;
|
|
48655
|
-
rest._keywords.forEach$1(0, new R.
|
|
48743
|
+
rest._keywords.forEach$1(0, new R._EvaluateVisitor__evaluateArguments_closure1(named, namedNodes, restNodeForSpan));
|
|
48656
48744
|
}
|
|
48657
48745
|
} else {
|
|
48658
48746
|
t2.push(rest);
|
|
@@ -48667,8 +48755,12 @@ self.readline = require("readline");
|
|
|
48667
48755
|
keywordRestNodeForSpan = trackSpans ? _this._expressionNode$1(t3) : _null;
|
|
48668
48756
|
if (keywordRest instanceof A.SassMap) {
|
|
48669
48757
|
_this._addRestMap$1$3(named, keywordRest, t3, t1);
|
|
48670
|
-
if (namedNodes != null)
|
|
48671
|
-
|
|
48758
|
+
if (namedNodes != null) {
|
|
48759
|
+
t1 = P.LinkedHashMap_LinkedHashMap$_empty(t6, B.AstNode);
|
|
48760
|
+
for (t3 = keywordRest.contents.get$keys(), t3 = t3.get$iterator(t3); t3.moveNext$0();)
|
|
48761
|
+
t1.$indexSet(0, H.interceptedTypeCast(t3.get$current(t3), "$isSassString").text, keywordRestNodeForSpan);
|
|
48762
|
+
namedNodes.addAll$1(0, t1);
|
|
48763
|
+
}
|
|
48672
48764
|
return R._ArgumentResults$(t2, named, separator, namedNodes, positionalNodes);
|
|
48673
48765
|
} else
|
|
48674
48766
|
throw H.wrapException(_this._evaluate$_exception$2("Variable keyword arguments must be a map (was " + H.S(keywordRest) + ").", t3.get$span()));
|
|
@@ -48973,6 +49065,9 @@ self.readline = require("readline");
|
|
|
48973
49065
|
t2.push(_this._stackFrame$2(_this._member, span));
|
|
48974
49066
|
return new Y.Trace(P.List_List$unmodifiable(new H.ReversedListIterable(t2, [H.getTypeArgumentByIndex(t2, 0)]), t1), new P._StringStackTrace(null));
|
|
48975
49067
|
},
|
|
49068
|
+
_stackTrace$0: function() {
|
|
49069
|
+
return this._stackTrace$1(null);
|
|
49070
|
+
},
|
|
48976
49071
|
_warn$3$deprecation: function(message, span, deprecation) {
|
|
48977
49072
|
return this._logger.warn$4$deprecation$span$trace(message, deprecation, span, this._stackTrace$1(span));
|
|
48978
49073
|
},
|
|
@@ -49042,6 +49137,27 @@ self.readline = require("readline");
|
|
|
49042
49137
|
},
|
|
49043
49138
|
_addExceptionSpan$2: function(nodeWithSpan, callback) {
|
|
49044
49139
|
return this._addExceptionSpan$1$2(nodeWithSpan, callback, null);
|
|
49140
|
+
},
|
|
49141
|
+
_addErrorSpan$1$2: function(nodeWithSpan, callback) {
|
|
49142
|
+
var error, t1, exception;
|
|
49143
|
+
try {
|
|
49144
|
+
t1 = callback.call$0();
|
|
49145
|
+
return t1;
|
|
49146
|
+
} catch (exception) {
|
|
49147
|
+
t1 = H.unwrapException(exception);
|
|
49148
|
+
if (t1 instanceof E.SassRuntimeException) {
|
|
49149
|
+
error = t1;
|
|
49150
|
+
t1 = error;
|
|
49151
|
+
t1 = G.SourceSpanException.prototype.get$span.call(t1);
|
|
49152
|
+
if (!C.JSString_methods.startsWith$1(P.String_String$fromCharCodes(C.NativeUint32List_methods.sublist$2(t1.file._decodedChars, t1._start, t1._file$_end), 0, null), "@error"))
|
|
49153
|
+
throw exception;
|
|
49154
|
+
throw H.wrapException(E.SassRuntimeException$(error._span_exception$_message, nodeWithSpan.get$span(), this._stackTrace$0()));
|
|
49155
|
+
} else
|
|
49156
|
+
throw exception;
|
|
49157
|
+
}
|
|
49158
|
+
},
|
|
49159
|
+
_addErrorSpan$2: function(nodeWithSpan, callback) {
|
|
49160
|
+
return this._addErrorSpan$1$2(nodeWithSpan, callback, null);
|
|
49045
49161
|
}
|
|
49046
49162
|
};
|
|
49047
49163
|
R._EvaluateVisitor_closure.prototype = {
|
|
@@ -49163,7 +49279,7 @@ self.readline = require("readline");
|
|
|
49163
49279
|
return new F.SassFunction(callable);
|
|
49164
49280
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
49165
49281
|
},
|
|
49166
|
-
$signature:
|
|
49282
|
+
$signature: 32
|
|
49167
49283
|
};
|
|
49168
49284
|
R._EvaluateVisitor__closure3.prototype = {
|
|
49169
49285
|
call$0: function() {
|
|
@@ -49240,7 +49356,7 @@ self.readline = require("readline");
|
|
|
49240
49356
|
t2._loadModule$7$baseUrl$configuration$namesInErrors(url, "load-css()", t3, new R._EvaluateVisitor__closure0(t2), t4.file.url, t1.configuration, true);
|
|
49241
49357
|
return;
|
|
49242
49358
|
},
|
|
49243
|
-
$signature:
|
|
49359
|
+
$signature: 30
|
|
49244
49360
|
};
|
|
49245
49361
|
R._EvaluateVisitor__closure.prototype = {
|
|
49246
49362
|
call$2: function(variable, value) {
|
|
@@ -49746,11 +49862,12 @@ self.readline = require("readline");
|
|
|
49746
49862
|
};
|
|
49747
49863
|
R._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
|
|
49748
49864
|
call$0: function() {
|
|
49749
|
-
var
|
|
49865
|
+
var _this = this,
|
|
49866
|
+
t1 = _this.$this,
|
|
49750
49867
|
t2 = t1._evaluate$_environment,
|
|
49751
49868
|
oldContent = t2._content;
|
|
49752
|
-
t2._content =
|
|
49753
|
-
new R._EvaluateVisitor_visitIncludeRule__closure(t1,
|
|
49869
|
+
t2._content = _this.contentCallable;
|
|
49870
|
+
new R._EvaluateVisitor_visitIncludeRule__closure(t1, _this.mixin, _this.node).call$0();
|
|
49754
49871
|
t2._content = oldContent;
|
|
49755
49872
|
return;
|
|
49756
49873
|
}
|
|
@@ -49761,16 +49878,21 @@ self.readline = require("readline");
|
|
|
49761
49878
|
t2 = t1._evaluate$_environment,
|
|
49762
49879
|
oldInMixin = t2._inMixin;
|
|
49763
49880
|
t2._inMixin = true;
|
|
49764
|
-
new R._EvaluateVisitor_visitIncludeRule___closure(t1, this.mixin).call$0();
|
|
49881
|
+
new R._EvaluateVisitor_visitIncludeRule___closure(t1, this.mixin, this.node).call$0();
|
|
49765
49882
|
t2._inMixin = oldInMixin;
|
|
49766
49883
|
return;
|
|
49767
49884
|
}
|
|
49768
49885
|
};
|
|
49769
49886
|
R._EvaluateVisitor_visitIncludeRule___closure.prototype = {
|
|
49770
49887
|
call$0: function() {
|
|
49771
|
-
var t1, t2, t3, _i;
|
|
49772
|
-
for (t1 = this.mixin.declaration.children, t2 = t1.length, t3 = this.$this, _i = 0; _i < t2; ++_i)
|
|
49773
|
-
t1[_i]
|
|
49888
|
+
var t1, t2, t3, t4, _i;
|
|
49889
|
+
for (t1 = this.mixin.declaration.children, t2 = t1.length, t3 = this.$this, t4 = this.node, _i = 0; _i < t2; ++_i)
|
|
49890
|
+
t3._addErrorSpan$2(t4, new R._EvaluateVisitor_visitIncludeRule____closure(t3, t1[_i]));
|
|
49891
|
+
}
|
|
49892
|
+
};
|
|
49893
|
+
R._EvaluateVisitor_visitIncludeRule____closure.prototype = {
|
|
49894
|
+
call$0: function() {
|
|
49895
|
+
return this.statement.accept$1(this.$this);
|
|
49774
49896
|
}
|
|
49775
49897
|
};
|
|
49776
49898
|
R._EvaluateVisitor_visitMediaRule_closure.prototype = {
|
|
@@ -50008,6 +50130,12 @@ self.readline = require("readline");
|
|
|
50008
50130
|
return this.$this._getFunction$2$namespace(t2, t1);
|
|
50009
50131
|
}
|
|
50010
50132
|
};
|
|
50133
|
+
R._EvaluateVisitor_visitFunctionExpression_closure0.prototype = {
|
|
50134
|
+
call$0: function() {
|
|
50135
|
+
var t1 = this.node;
|
|
50136
|
+
return this.$this._runFunctionCallable$3(t1.$arguments, this._box_0.$function, t1);
|
|
50137
|
+
}
|
|
50138
|
+
};
|
|
50011
50139
|
R._EvaluateVisitor__runUserDefinedCallable_closure.prototype = {
|
|
50012
50140
|
call$0: function() {
|
|
50013
50141
|
var _this = this,
|
|
@@ -50122,18 +50250,6 @@ self.readline = require("readline");
|
|
|
50122
50250
|
}
|
|
50123
50251
|
};
|
|
50124
50252
|
R._EvaluateVisitor__evaluateArguments_closure1.prototype = {
|
|
50125
|
-
call$2: function(key, _) {
|
|
50126
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
50127
|
-
},
|
|
50128
|
-
$signature: 14
|
|
50129
|
-
};
|
|
50130
|
-
R._EvaluateVisitor__evaluateArguments_closure2.prototype = {
|
|
50131
|
-
call$2: function(_, __) {
|
|
50132
|
-
return this.restNodeForSpan;
|
|
50133
|
-
},
|
|
50134
|
-
$signature: 22
|
|
50135
|
-
};
|
|
50136
|
-
R._EvaluateVisitor__evaluateArguments_closure3.prototype = {
|
|
50137
50253
|
call$2: function(key, value) {
|
|
50138
50254
|
var t1;
|
|
50139
50255
|
this.named.$indexSet(0, key, value);
|
|
@@ -50142,18 +50258,6 @@ self.readline = require("readline");
|
|
|
50142
50258
|
t1.$indexSet(0, key, this.restNodeForSpan);
|
|
50143
50259
|
}
|
|
50144
50260
|
};
|
|
50145
|
-
R._EvaluateVisitor__evaluateArguments_closure4.prototype = {
|
|
50146
|
-
call$2: function(key, _) {
|
|
50147
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
50148
|
-
},
|
|
50149
|
-
$signature: 14
|
|
50150
|
-
};
|
|
50151
|
-
R._EvaluateVisitor__evaluateArguments_closure5.prototype = {
|
|
50152
|
-
call$2: function(_, __) {
|
|
50153
|
-
return this.keywordRestNodeForSpan;
|
|
50154
|
-
},
|
|
50155
|
-
$signature: 22
|
|
50156
|
-
};
|
|
50157
50261
|
R._EvaluateVisitor__evaluateMacroArguments_closure.prototype = {
|
|
50158
50262
|
call$1: function(value) {
|
|
50159
50263
|
return new F.ValueExpression(value, null);
|
|
@@ -50203,7 +50307,7 @@ self.readline = require("readline");
|
|
|
50203
50307
|
result = value.accept$1(t1);
|
|
50204
50308
|
return result instanceof D.SassString ? result.text : t1._evaluate$_serialize$3$quote(result, value, false);
|
|
50205
50309
|
},
|
|
50206
|
-
$signature:
|
|
50310
|
+
$signature: 13
|
|
50207
50311
|
};
|
|
50208
50312
|
R._EvaluateVisitor_visitCssAtRule_closure.prototype = {
|
|
50209
50313
|
call$0: function() {
|
|
@@ -50323,7 +50427,7 @@ self.readline = require("readline");
|
|
|
50323
50427
|
}
|
|
50324
50428
|
return t1._evaluate$_serialize$3$quote(result, value, false);
|
|
50325
50429
|
},
|
|
50326
|
-
$signature:
|
|
50430
|
+
$signature: 13
|
|
50327
50431
|
};
|
|
50328
50432
|
R._EvaluateVisitor__serialize_closure.prototype = {
|
|
50329
50433
|
call$0: function() {
|
|
@@ -50419,6 +50523,9 @@ self.readline = require("readline");
|
|
|
50419
50523
|
visitUseRule$1: function(node) {
|
|
50420
50524
|
this._imports.push(new B.DynamicImport(J.toString$0$(node.url), node.span));
|
|
50421
50525
|
},
|
|
50526
|
+
visitForwardRule$1: function(node) {
|
|
50527
|
+
this._imports.push(new B.DynamicImport(J.toString$0$(node.url), node.span));
|
|
50528
|
+
},
|
|
50422
50529
|
visitImportRule$1: function(node) {
|
|
50423
50530
|
var t1, t2, t3, _i, $import;
|
|
50424
50531
|
for (t1 = node.imports, t2 = t1.length, t3 = this._imports, _i = 0; _i < t2; ++_i) {
|
|
@@ -50454,9 +50561,6 @@ self.readline = require("readline");
|
|
|
50454
50561
|
visitExtendRule$1: function(node) {
|
|
50455
50562
|
return;
|
|
50456
50563
|
},
|
|
50457
|
-
visitForwardRule$1: function(node) {
|
|
50458
|
-
return;
|
|
50459
|
-
},
|
|
50460
50564
|
visitFunctionRule$1: function(node) {
|
|
50461
50565
|
return;
|
|
50462
50566
|
},
|
|
@@ -50512,7 +50616,7 @@ self.readline = require("readline");
|
|
|
50512
50616
|
call$1: function(codeUnit) {
|
|
50513
50617
|
return codeUnit > 127;
|
|
50514
50618
|
},
|
|
50515
|
-
$signature:
|
|
50619
|
+
$signature: 10
|
|
50516
50620
|
};
|
|
50517
50621
|
N._SerializeVisitor.prototype = {
|
|
50518
50622
|
visitCssStylesheet$1: function(node) {
|
|
@@ -51621,7 +51725,7 @@ self.readline = require("readline");
|
|
|
51621
51725
|
call$1: function(i) {
|
|
51622
51726
|
return this.files.$index(0, i);
|
|
51623
51727
|
},
|
|
51624
|
-
$signature:
|
|
51728
|
+
$signature: 58
|
|
51625
51729
|
};
|
|
51626
51730
|
T.SingleMapping_toJson_closure.prototype = {
|
|
51627
51731
|
call$1: function(file) {
|
|
@@ -52453,7 +52557,7 @@ self.readline = require("readline");
|
|
|
52453
52557
|
t1 = urlMatch._match;
|
|
52454
52558
|
return new A.Frame(A.Frame__uriOrPathToUri(t1[1]), P.int_parse(t1[2], _null, _null), P.int_parse(t1[3], _null, _null), member);
|
|
52455
52559
|
},
|
|
52456
|
-
$signature:
|
|
52560
|
+
$signature: 90
|
|
52457
52561
|
};
|
|
52458
52562
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
52459
52563
|
call$0: function() {
|
|
@@ -52676,39 +52780,6 @@ self.readline = require("readline");
|
|
|
52676
52780
|
return this.member;
|
|
52677
52781
|
}
|
|
52678
52782
|
};
|
|
52679
|
-
T._debounceAggregate_closure.prototype = {
|
|
52680
|
-
call$2: function(value, sink) {
|
|
52681
|
-
var t1 = this._box_0,
|
|
52682
|
-
t2 = t1.timer;
|
|
52683
|
-
if (t2 != null)
|
|
52684
|
-
t2.cancel$0();
|
|
52685
|
-
t1.timer = P.Timer_Timer(this.duration, new T._debounceAggregate__closure(t1, sink));
|
|
52686
|
-
t1.soFar = this.collect.call$2(value, t1.soFar);
|
|
52687
|
-
},
|
|
52688
|
-
"call*": "call$2",
|
|
52689
|
-
$requiredArgCount: 2
|
|
52690
|
-
};
|
|
52691
|
-
T._debounceAggregate__closure.prototype = {
|
|
52692
|
-
call$0: function() {
|
|
52693
|
-
var t1 = this.sink,
|
|
52694
|
-
t2 = this._box_0;
|
|
52695
|
-
t1.add$1(0, t2.soFar);
|
|
52696
|
-
if (t2.shouldClose)
|
|
52697
|
-
t1.close$0(0);
|
|
52698
|
-
t2.timer = t2.soFar = null;
|
|
52699
|
-
},
|
|
52700
|
-
"call*": "call$0",
|
|
52701
|
-
$requiredArgCount: 0
|
|
52702
|
-
};
|
|
52703
|
-
T._debounceAggregate_closure0.prototype = {
|
|
52704
|
-
call$1: function(sink) {
|
|
52705
|
-
var t1 = this._box_0;
|
|
52706
|
-
if (t1.soFar != null)
|
|
52707
|
-
t1.shouldClose = true;
|
|
52708
|
-
else
|
|
52709
|
-
sink.close$0(0);
|
|
52710
|
-
}
|
|
52711
|
-
};
|
|
52712
52783
|
L._StreamTransformer.prototype = {
|
|
52713
52784
|
bind$1: function(values) {
|
|
52714
52785
|
var controller, _null = null, t1 = {},
|
|
@@ -52753,7 +52824,7 @@ self.readline = require("readline");
|
|
|
52753
52824
|
},
|
|
52754
52825
|
"call*": "call$2",
|
|
52755
52826
|
$requiredArgCount: 2,
|
|
52756
|
-
$signature:
|
|
52827
|
+
$signature: 15
|
|
52757
52828
|
};
|
|
52758
52829
|
L._StreamTransformer_bind__closure0.prototype = {
|
|
52759
52830
|
call$0: function() {
|
|
@@ -52775,6 +52846,39 @@ self.readline = require("readline");
|
|
|
52775
52846
|
"call*": "call$0",
|
|
52776
52847
|
$requiredArgCount: 0
|
|
52777
52848
|
};
|
|
52849
|
+
R._debounceAggregate_closure.prototype = {
|
|
52850
|
+
call$2: function(value, sink) {
|
|
52851
|
+
var t1 = this._box_0,
|
|
52852
|
+
t2 = t1.timer;
|
|
52853
|
+
if (t2 != null)
|
|
52854
|
+
t2.cancel$0();
|
|
52855
|
+
t1.timer = P.Timer_Timer(this.duration, new R._debounceAggregate__closure(t1, sink));
|
|
52856
|
+
t1.soFar = this.collect.call$2(value, t1.soFar);
|
|
52857
|
+
},
|
|
52858
|
+
"call*": "call$2",
|
|
52859
|
+
$requiredArgCount: 2
|
|
52860
|
+
};
|
|
52861
|
+
R._debounceAggregate__closure.prototype = {
|
|
52862
|
+
call$0: function() {
|
|
52863
|
+
var t1 = this.sink,
|
|
52864
|
+
t2 = this._box_0;
|
|
52865
|
+
t1.add$1(0, t2.soFar);
|
|
52866
|
+
if (t2.shouldClose)
|
|
52867
|
+
t1.close$0(0);
|
|
52868
|
+
t2.timer = t2.soFar = null;
|
|
52869
|
+
},
|
|
52870
|
+
"call*": "call$0",
|
|
52871
|
+
$requiredArgCount: 0
|
|
52872
|
+
};
|
|
52873
|
+
R._debounceAggregate_closure0.prototype = {
|
|
52874
|
+
call$1: function(sink) {
|
|
52875
|
+
var t1 = this._box_0;
|
|
52876
|
+
if (t1.soFar != null)
|
|
52877
|
+
t1.shouldClose = true;
|
|
52878
|
+
else
|
|
52879
|
+
sink.close$0(0);
|
|
52880
|
+
}
|
|
52881
|
+
};
|
|
52778
52882
|
E.StringScannerException.prototype = {
|
|
52779
52883
|
get$source: function() {
|
|
52780
52884
|
return G.SourceSpanFormatException.prototype.get$source.call(this);
|
|
@@ -53129,151 +53233,151 @@ self.readline = require("readline");
|
|
|
53129
53233
|
_instance = hunkHelpers.installInstanceTearOff,
|
|
53130
53234
|
_instance_0_i = hunkHelpers._instance_0i,
|
|
53131
53235
|
_instance_2_u = hunkHelpers._instance_2u;
|
|
53132
|
-
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny",
|
|
53236
|
+
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 61);
|
|
53133
53237
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 7);
|
|
53134
53238
|
_instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 7);
|
|
53135
53239
|
_instance_1_u(H.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 7);
|
|
53136
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride",
|
|
53137
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate",
|
|
53138
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer",
|
|
53240
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 20);
|
|
53241
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 20);
|
|
53242
|
+
_static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 20);
|
|
53139
53243
|
_static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 1);
|
|
53140
53244
|
_static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 8);
|
|
53141
53245
|
_static(P, "async___nullErrorHandler$closure", 1, function() {
|
|
53142
53246
|
return [null];
|
|
53143
53247
|
}, ["call$2", "call$1"], ["_nullErrorHandler", function(error) {
|
|
53144
53248
|
return P._nullErrorHandler(error, null);
|
|
53145
|
-
}],
|
|
53249
|
+
}], 16, 0);
|
|
53146
53250
|
_static_0(P, "async___nullDoneHandler$closure", "_nullDoneHandler", 1);
|
|
53147
|
-
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"],
|
|
53251
|
+
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 63, 0);
|
|
53148
53252
|
_static(P, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) {
|
|
53149
53253
|
return P._rootRun($self, $parent, zone, f, null);
|
|
53150
|
-
}],
|
|
53254
|
+
}], 64, 1);
|
|
53151
53255
|
_static(P, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) {
|
|
53152
53256
|
return P._rootRunUnary($self, $parent, zone, f, arg, null, null);
|
|
53153
|
-
}],
|
|
53257
|
+
}], 65, 1);
|
|
53154
53258
|
_static(P, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) {
|
|
53155
53259
|
return P._rootRunBinary($self, $parent, zone, f, arg1, arg2, null, null, null);
|
|
53156
|
-
}],
|
|
53260
|
+
}], 66, 1);
|
|
53157
53261
|
_static(P, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) {
|
|
53158
53262
|
return P._rootRegisterCallback($self, $parent, zone, f, null);
|
|
53159
|
-
}],
|
|
53263
|
+
}], 67, 0);
|
|
53160
53264
|
_static(P, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) {
|
|
53161
53265
|
return P._rootRegisterUnaryCallback($self, $parent, zone, f, null, null);
|
|
53162
|
-
}],
|
|
53266
|
+
}], 68, 0);
|
|
53163
53267
|
_static(P, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) {
|
|
53164
53268
|
return P._rootRegisterBinaryCallback($self, $parent, zone, f, null, null, null);
|
|
53165
|
-
}],
|
|
53166
|
-
_static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"],
|
|
53167
|
-
_static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"],
|
|
53168
|
-
_static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"],
|
|
53169
|
-
_static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"],
|
|
53170
|
-
_static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"],
|
|
53171
|
-
_static_1(P, "async___printToZone$closure", "_printToZone",
|
|
53172
|
-
_static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"],
|
|
53269
|
+
}], 69, 0);
|
|
53270
|
+
_static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 70, 0);
|
|
53271
|
+
_static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 71, 0);
|
|
53272
|
+
_static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 72, 0);
|
|
53273
|
+
_static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 73, 0);
|
|
53274
|
+
_static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 74, 0);
|
|
53275
|
+
_static_1(P, "async___printToZone$closure", "_printToZone", 75);
|
|
53276
|
+
_static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 76, 0);
|
|
53173
53277
|
var _;
|
|
53174
53278
|
_instance_0_u(_ = P._BroadcastSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53175
53279
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53176
53280
|
_instance(P._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
53177
53281
|
return [null];
|
|
53178
|
-
}, ["call$1", "call$0"], ["complete$1", "complete$0"],
|
|
53282
|
+
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 34, 0);
|
|
53179
53283
|
_instance(P._Future.prototype, "get$_completeError", 0, 1, function() {
|
|
53180
53284
|
return [null];
|
|
53181
|
-
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"],
|
|
53285
|
+
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"], 16, 0);
|
|
53182
53286
|
_instance_1_i(_ = P._StreamController.prototype, "get$add", "add$1", 8);
|
|
53183
53287
|
_instance(_, "get$addError", 0, 1, function() {
|
|
53184
53288
|
return [null];
|
|
53185
|
-
}, ["call$2", "call$1"], ["addError$2", "addError$1"],
|
|
53186
|
-
_instance_0_i(_, "get$close", "close$0",
|
|
53289
|
+
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 16, 0);
|
|
53290
|
+
_instance_0_i(_, "get$close", "close$0", 27);
|
|
53187
53291
|
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 8);
|
|
53188
|
-
_instance_2_u(_, "get$_addError", "_addError$2",
|
|
53292
|
+
_instance_2_u(_, "get$_addError", "_addError$2", 81);
|
|
53189
53293
|
_instance_0_u(_, "get$_close", "_close$0", 1);
|
|
53190
53294
|
_instance_0_u(_ = P._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53191
53295
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53192
|
-
_instance(_ = P._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"],
|
|
53296
|
+
_instance(_ = P._BufferingStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 31, 0);
|
|
53193
53297
|
_instance_0_u(_, "get$resume", "resume$0", 1);
|
|
53194
53298
|
_instance_0_u(_, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53195
53299
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53196
|
-
_instance(_ = P._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"],
|
|
53300
|
+
_instance(_ = P._DoneStreamSubscription.prototype, "get$pause", 1, 0, null, ["call$1", "call$0"], ["pause$1", "pause$0"], 31, 0);
|
|
53197
53301
|
_instance_0_u(_, "get$resume", "resume$0", 1);
|
|
53198
53302
|
_instance_0_u(_, "get$_sendDone", "_sendDone$0", 1);
|
|
53199
53303
|
_instance_1_u(_ = P._StreamIterator.prototype, "get$_onData", "_onData$1", 8);
|
|
53200
53304
|
_instance(_, "get$_onError", 0, 1, function() {
|
|
53201
53305
|
return [null];
|
|
53202
|
-
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"],
|
|
53306
|
+
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"], 16, 0);
|
|
53203
53307
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 1);
|
|
53204
53308
|
_instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53205
53309
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53206
53310
|
_instance_1_u(_, "get$_handleData", "_handleData$1", 8);
|
|
53207
|
-
_instance_2_u(_, "get$_handleError", "_handleError$2",
|
|
53311
|
+
_instance_2_u(_, "get$_handleError", "_handleError$2", 35);
|
|
53208
53312
|
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 1);
|
|
53209
|
-
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals",
|
|
53210
|
-
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode",
|
|
53313
|
+
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 77);
|
|
53314
|
+
_static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 78);
|
|
53211
53315
|
_instance_1_u(P._LinkedCustomHashMap.prototype, "get$containsKey", "containsKey$1", 7);
|
|
53212
|
-
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
53316
|
+
_instance(_ = P._LinkedHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 26, 0);
|
|
53213
53317
|
_instance_1_i(_, "get$contains", "contains$1", 7);
|
|
53214
|
-
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
53215
|
-
_static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable",
|
|
53216
|
-
_static_1(P, "core__identityHashCode$closure", "identityHashCode",
|
|
53217
|
-
_static_2(P, "core__identical$closure", "identical",
|
|
53218
|
-
_static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent",
|
|
53318
|
+
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"], 26, 0);
|
|
53319
|
+
_static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable", 12);
|
|
53320
|
+
_static_1(P, "core__identityHashCode$closure", "identityHashCode", 79);
|
|
53321
|
+
_static_2(P, "core__identical$closure", "identical", 80);
|
|
53322
|
+
_static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 25);
|
|
53219
53323
|
_instance_1_i(P.Iterable.prototype, "get$contains", "contains$1", 7);
|
|
53220
53324
|
_static(P, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) {
|
|
53221
53325
|
return P.max(a, b, P.num);
|
|
53222
|
-
}],
|
|
53326
|
+
}], 82, 1);
|
|
53223
53327
|
_instance_1_u(_ = Y.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 8);
|
|
53224
53328
|
_instance(_, "get$setError", 0, 1, function() {
|
|
53225
53329
|
return [null];
|
|
53226
|
-
}, ["call$2", "call$1"], ["setError$2", "setError$1"],
|
|
53330
|
+
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 56, 0);
|
|
53227
53331
|
_instance_0_u(_ = L.StreamGroup.prototype, "get$_onListen", "_onListen$0", 1);
|
|
53228
53332
|
_instance_0_u(_, "get$_onPause", "_onPause$0", 1);
|
|
53229
53333
|
_instance_0_u(_, "get$_onResume", "_onResume$0", 1);
|
|
53230
|
-
_instance_0_u(_, "get$_onCancel", "_onCancel$0",
|
|
53334
|
+
_instance_0_u(_, "get$_onCancel", "_onCancel$0", 27);
|
|
53231
53335
|
_instance_1_i(O.EmptyUnmodifiableSet.prototype, "get$contains", "contains$1", 7);
|
|
53232
53336
|
_instance_1_i(M._DelegatingIterableBase.prototype, "get$contains", "contains$1", 7);
|
|
53233
53337
|
_instance_1_i(M.MapKeySet.prototype, "get$contains", "contains$1", 7);
|
|
53234
|
-
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1",
|
|
53235
|
-
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1",
|
|
53236
|
-
_static_1(Y, "functions___isUnique$closure", "_isUnique",
|
|
53338
|
+
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1", 28);
|
|
53339
|
+
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1", 36);
|
|
53340
|
+
_static_1(Y, "functions___isUnique$closure", "_isUnique", 83);
|
|
53237
53341
|
_static_1(K, "color___opacify$closure", "_opacify", 5);
|
|
53238
53342
|
_static_1(K, "color___transparentize$closure", "_transparentize", 5);
|
|
53239
|
-
_static_2(B, "node___render$closure", "_render",
|
|
53240
|
-
_static_1(B, "node___renderSync$closure", "_renderSync",
|
|
53343
|
+
_static_2(B, "node___render$closure", "_render", 84);
|
|
53344
|
+
_static_1(B, "node___renderSync$closure", "_renderSync", 85);
|
|
53241
53345
|
_instance_0_u(_ = G.Parser.prototype, "get$whitespace", "whitespace$0", 1);
|
|
53242
53346
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
53243
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
53244
|
-
_instance_0_u(U.SassParser.prototype, "get$
|
|
53245
|
-
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"],
|
|
53246
|
-
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0",
|
|
53247
|
-
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0",
|
|
53248
|
-
_instance_0_u(_, "get$_functionChild", "_functionChild$0",
|
|
53249
|
-
_instance_0_u(_, "get$_argumentDeclaration", "_argumentDeclaration$0",
|
|
53250
|
-
_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"],
|
|
53251
|
-
_instance_0_u(_, "get$_number", "_number$0",
|
|
53347
|
+
_instance_0_u(_, "get$string", "string$0", 46);
|
|
53348
|
+
_instance_0_u(U.SassParser.prototype, "get$loudComment", "loudComment$0", 1);
|
|
53349
|
+
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"], 47, 0);
|
|
53350
|
+
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0", 23);
|
|
53351
|
+
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0", 23);
|
|
53352
|
+
_instance_0_u(_, "get$_functionChild", "_functionChild$0", 23);
|
|
53353
|
+
_instance_0_u(_, "get$_argumentDeclaration", "_argumentDeclaration$0", 49);
|
|
53354
|
+
_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"], 50, 0);
|
|
53355
|
+
_instance_0_u(_, "get$_number", "_number$0", 51);
|
|
53252
53356
|
_instance_1_i(N.NoSourceMapBuffer.prototype, "get$write", "write$1", 8);
|
|
53253
53357
|
_instance_1_i(D.SourceMapBuffer.prototype, "get$write", "write$1", 8);
|
|
53254
|
-
_static_1(B, "utils__isPublic$closure", "isPublic",
|
|
53255
|
-
_instance_1_u(_ = N._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1",
|
|
53256
|
-
_instance_1_u(_, "get$_isInvisible", "_isInvisible$1",
|
|
53358
|
+
_static_1(B, "utils__isPublic$closure", "isPublic", 86);
|
|
53359
|
+
_instance_1_u(_ = N._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1", 57);
|
|
53360
|
+
_instance_1_u(_, "get$_isInvisible", "_isInvisible$1", 28);
|
|
53257
53361
|
_instance(Y.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
|
|
53258
53362
|
return {color: null};
|
|
53259
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
53260
|
-
_static(T, "debounce___collectToList$closure", 2, null, ["call$1$2", "call$2"], ["_collectToList", function(element, soFar) {
|
|
53261
|
-
return T._collectToList(element, soFar, null);
|
|
53262
|
-
}], 85, 0);
|
|
53363
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 59, 0);
|
|
53263
53364
|
_static(L, "from_handlers__StreamTransformer__defaultHandleError$closure", 3, null, ["call$1$3", "call$3"], ["_StreamTransformer__defaultHandleError", function(error, stackTrace, sink) {
|
|
53264
53365
|
return L._StreamTransformer__defaultHandleError(error, stackTrace, sink, null);
|
|
53265
|
-
}],
|
|
53266
|
-
|
|
53267
|
-
|
|
53268
|
-
|
|
53269
|
-
_static_1(
|
|
53270
|
-
_static_1(
|
|
53271
|
-
|
|
53272
|
-
|
|
53273
|
-
|
|
53274
|
-
_static_2(T, "
|
|
53275
|
-
_static_2(T, "
|
|
53276
|
-
|
|
53366
|
+
}], 87, 0);
|
|
53367
|
+
_static(R, "rate_limit___collectToList$closure", 2, null, ["call$1$2", "call$2"], ["_collectToList", function(element, soFar) {
|
|
53368
|
+
return R._collectToList(element, soFar, null);
|
|
53369
|
+
}], 88, 0);
|
|
53370
|
+
_static_1(D, "path__dirname$closure", "dirname", 25);
|
|
53371
|
+
_static_1(F, "value0__wrapValue$closure", "wrapValue", 89);
|
|
53372
|
+
_static_1(T, "character__isWhitespace$closure", "isWhitespace", 10);
|
|
53373
|
+
_static_1(T, "character__isNewline$closure", "isNewline", 10);
|
|
53374
|
+
_static_1(T, "character__isHex$closure", "isHex", 10);
|
|
53375
|
+
_static_2(T, "number0__fuzzyEquals$closure", "fuzzyEquals", 11);
|
|
53376
|
+
_static_2(T, "number0__fuzzyLessThan$closure", "fuzzyLessThan", 11);
|
|
53377
|
+
_static_2(T, "number0__fuzzyLessThanOrEquals$closure", "fuzzyLessThanOrEquals", 11);
|
|
53378
|
+
_static_2(T, "number0__fuzzyGreaterThan$closure", "fuzzyGreaterThan", 11);
|
|
53379
|
+
_static_2(T, "number0__fuzzyGreaterThanOrEquals$closure", "fuzzyGreaterThanOrEquals", 11);
|
|
53380
|
+
_static_1(T, "number0__fuzzyRound$closure", "fuzzyRound", 22);
|
|
53277
53381
|
})();
|
|
53278
53382
|
(function inheritance() {
|
|
53279
53383
|
var _mixin = hunkHelpers.mixin,
|
|
@@ -53304,7 +53408,7 @@ self.readline = require("readline");
|
|
|
53304
53408
|
_inherit(P.UnmodifiableMapView, P._UnmodifiableMapView_MapView__UnmodifiableMapMixin);
|
|
53305
53409
|
_inherit(H.ConstantMapView, P.UnmodifiableMapView);
|
|
53306
53410
|
_inherit(H.ConstantStringMap, H.ConstantMap);
|
|
53307
|
-
_inheritMany(H.Closure, [H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_functionNoSuchMethod_closure, H.unwrapException_saveStackTrace, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncComplete_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_length_closure, P.Stream_length_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__Uri$notSimple_closure, P._Uri__checkNonWindowsPathReservedCharacters_closure, P._Uri__makePath_closure, P._createTables_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, N.ArgParser_findByAbbreviation_closure, N.ArgParser_findByAbbreviation_closure0, G.Parser_parse_closure, G.Parser_setOption_closure, G.Usage_generate_closure, G.Usage_buildAllowedList_closure, L.StreamGroup_add_closure, L.StreamGroup_add_closure0, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, L.StreamGroup__onCancel_closure0, L.StreamGroup__listenToStream_closure, G.StreamQueue__ensureListening_closure, G.StreamQueue__ensureListening_closure1, G.StreamQueue__ensureListening_closure0, Q.closure130, B.ReplAdapter_runAsync_closure, Y.mapMap_closure, Y.mapMap_closure0, Y.mapMap_closure1, B.defaultCompare_closure, M.Context_join_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath_normalize_closure, X.ParsedPath__splitExtension_closure, X.ParsedPath__splitExtension_closure0, K.PathMap__create_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, L.ForwardRule__memberList_closure, V.IfRule_toString_closure, V.IfClause$__closure, M.ParentStatement_closure, T.UseRule_toString_closure, S.ComplexSelector_isInvisible_closure, X.CompoundSelector_isInvisible_closure, N.IDSelector_unify_closure, D.SelectorList_isInvisible_closure, D.SelectorList_asSassList_closure, D.SelectorList_asSassList__closure, D.SelectorList_unify_closure, D.SelectorList_unify__closure, D.SelectorList_unify___closure, D.SelectorList_resolveParentSelectors_closure, D.SelectorList_resolveParentSelectors__closure, D.SelectorList_resolveParentSelectors__closure0, D.SelectorList__complexContainsParentSelector_closure, D.SelectorList__complexContainsParentSelector__closure, D.SelectorList__resolveParentSelectorsCompound_closure, D.SelectorList__resolveParentSelectorsCompound_closure0, D.SelectorList__resolveParentSelectorsCompound_closure1, X._compileStylesheet_closure0, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment_setVariable_closure1, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q.AsyncEnvironment__fromOneModule_closure, Q.AsyncEnvironment__fromOneModule_closure0, Q._EnvironmentModule__EnvironmentModule_closure5, Q._EnvironmentModule__EnvironmentModule_closure6, Q._EnvironmentModule__EnvironmentModule_closure7, Q._EnvironmentModule__EnvironmentModule_closure8, Q._EnvironmentModule__EnvironmentModule_closure9, Q._EnvironmentModule__EnvironmentModule_closure10, O.AsyncImportCache_canonicalize_closure, O.AsyncImportCache_importCanonical_closure, O.AsyncImportCache_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, S.AsyncBuiltInCallable_callbackFor_closure, S.AsyncBuiltInCallable_callbackFor_closure0, Q.BuiltInCallable_callbackFor_closure, Q.BuiltInCallable_callbackFor_closure0, X.closure32, X.closure33, U._compileStylesheet_closure, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure, O.Environment_setVariable_closure0, O.Environment_setVariable_closure1, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O.Environment__fromOneModule_closure, O.Environment__fromOneModule_closure0, O._EnvironmentModule__EnvironmentModule_closure, O._EnvironmentModule__EnvironmentModule_closure0, O._EnvironmentModule__EnvironmentModule_closure1, O._EnvironmentModule__EnvironmentModule_closure2, O._EnvironmentModule__EnvironmentModule_closure3, O._EnvironmentModule__EnvironmentModule_closure4, F.main_printError, F.main_closure0, D._writeSourceMap_closure, B.ExecutableOptions_closure, B.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A._Watcher__debounceEvents__closure, F.Extender__extendOrReplace_closure, F.Extender_extensionsWhereTarget_closure, F.Extender__registerSelector_closure, F.Extender_addExtension_closure, F.Extender_addExtension_closure0, F.Extender_addExtension_closure1, F.Extender__extendExistingExtensions_closure, F.Extender__extendExistingExtensions_closure0, F.Extender_addExtensions_closure, F.Extender_addExtensions__closure, F.Extender_addExtensions___closure, F.Extender_addExtensions___closure0, F.Extender__extendList_closure, F.Extender__extendComplex_closure, F.Extender__extendComplex_closure0, F.Extender__extendComplex__closure, F.Extender__extendComplex__closure0, F.Extender__extendComplex___closure, F.Extender__extendCompound_closure, F.Extender__extendCompound_closure0, F.Extender__extendCompound__closure, F.Extender__extendCompound__closure0, F.Extender__extendCompound_closure1, F.Extender__extendCompound_closure2, F.Extender__extendSimple_withoutPseudo, F.Extender__extendSimple_closure, F.Extender__extendPseudo_closure, F.Extender__extendPseudo_closure0, F.Extender__extendPseudo_closure1, F.Extender__extendPseudo_closure2, F.Extender__extendPseudo_closure3, F.Extender__trim_closure, F.Extender__trim_closure0, F.Extender_clone_closure, Y.unifyComplex_closure, Y._weaveParents_closure, Y._weaveParents_closure0, Y._weaveParents_closure1, Y._weaveParents__closure1, Y._weaveParents_closure2, Y._weaveParents_closure3, Y._weaveParents__closure0, Y._weaveParents_closure4, Y._weaveParents_closure5, Y._weaveParents__closure, Y._mustUnify_closure, Y._mustUnify__closure, Y.paths_closure, Y.paths__closure, Y.paths___closure, Y._hasRoot_closure, Y.listIsSuperslector_closure, Y.listIsSuperslector__closure, Y._simpleIsSuperselectorOfCompound_closure, Y._simpleIsSuperselectorOfCompound__closure, Y._selectorPseudoIsSuperselector_closure, Y._selectorPseudoIsSuperselector_closure0, Y._selectorPseudoIsSuperselector_closure1, Y._selectorPseudoIsSuperselector_closure2, Y._selectorPseudoIsSuperselector_closure3, Y._selectorPseudoIsSuperselector__closure, Y._selectorPseudoIsSuperselector___closure, Y._selectorPseudoIsSuperselector___closure0, Y._selectorPseudoIsSuperselector_closure4, Y._selectorPseudoIsSuperselector_closure5, Y._selectorPseudosNamed_closure, Y.closure, K.closure45, K.closure46, K.closure47, K.closure48, K.closure49, K.closure50, K.closure51, K.closure52, K.closure53, K.closure54, K.closure55, K.closure56, K.closure57, K.closure58, K.closure59, K.closure60, K.closure61, K.closure62, K.closure63, K.closure64, K.closure65, K.closure66, K.closure67, K.closure68, K.closure69, K.closure70, K._closure10, K.closure71, K.closure84, K.closure85, K.closure86, K.closure87, K._closure11, K.closure88, K.closure83, K.closure82, K.closure81, K.closure80, K.closure79, K.closure78, K.closure77, K.closure76, K.closure74, K.closure_getInRange0, K._closure9, K.closure73, K.closure_getScale, K.closure_scaleValue, K._closure8, K.closure72, K.closure_getInRange, K._closure7, K.closure75, K.closure_hexString, K._functionString_closure, K._removedColorFunction_closure, K._parseChannels_closure, D.closure44, D.closure43, D.closure42, D.closure41, D.closure40, D.closure39, D._closure4, D._closure5, D._closure6, D.closure38, D.closure36, D.closure37, A.closure35, A.closure34, A.closure30, A.closure31, A.closure29, A.closure28, A.closure27, K.closure19, K.closure26, K.closure25, K.closure24, K.closure23, K.closure22, K.closure21, K.closure20, K.closure18, K.closure17, K._numberFunction_closure, Q.closure89, Q.closure90, Q.closure91, Q.closure92, Q._closure12, T.closure13, T._closure1, T._closure2, T.closure12, T._closure, T._closure0, T.__closure, T.closure11, T.closure10, T.closure9, T.closure16, T.closure15, T._closure3, T.closure14, D.closure8, D.closure7, D.closure3, D.closure2, D.closure1, D.closure0, D.closure6, D.closure5, D.closure4, R.ImportCache_canonicalize_closure, R.ImportCache_importCanonical_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, B.resolveImportPath_closure, B.resolveImportPath_closure0, B._tryPathAsDirectory_closure, B._exactlyOne_closure, F.realCasePath_closure, B._readFile_closure, B.writeFile_closure, B.deleteFile_closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.fileExists_closure, B.dirExists_closure, B.ensureDir_closure, B.listDir_closure, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.modificationTime_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, B.watchDir_closure3, B.watchDir__closure, B.main_closure, B._render_closure, B._render_closure0, B._render_closure1, B._parseFunctions_closure, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions____closure, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, B._parseImporter____closure, B.forwardToString_closure, B.createClass_closure, Z.closure129, Z._closure18, Z._closure19, K.closure119, K.closure120, K.closure121, K.closure122, K.closure123, K.closure124, K.closure125, K.closure126, K.closure127, K.closure128, D.closure112, D._closure17, D.closure113, D.closure114, D.closure115, D.closure116, D.closure117, D.closure118, A.closure105, A._closure15, A._closure16, A.closure106, A.closure107, A.closure108, A.closure109, A.closure110, A.closure111, O.closure104, O._closure13, O._closure14, T.closure98, T.closure99, T.closure100, T.closure101, T.closure102, T.closure103, T._parseNumber_closure, T._parseNumber_closure0, D.closure94, D.closure95, D.closure96, D.closure97, V.AtRootQueryParser_parse_closure, Q.closure93, E.KeyframeSelectorParser_parse_closure, F.MediaQueryParser_parse_closure, G.Parser__parseIdentifier_closure, U.SassParser_children_closure, T.SelectorParser_parse_closure, T.SelectorParser_parseCompoundSelector_closure, V.StylesheetParser_parse_closure, V.StylesheetParser_parse__closure, V.StylesheetParser_parse__closure0, V.StylesheetParser_parseVariableDeclaration_closure, V.StylesheetParser_parseUseRule_closure, V.StylesheetParser__parseSingleProduction_closure, V.StylesheetParser_parseSignature_closure, V.StylesheetParser__statement_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure0, V.StylesheetParser__declarationOrBuffer_closure, V.StylesheetParser__declarationOrBuffer_closure0, V.StylesheetParser__styleRule_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure0, V.StylesheetParser__atRootRule_closure, V.StylesheetParser__atRootRule_closure0, V.StylesheetParser__eachRule_closure, V.StylesheetParser__functionRule_closure, V.StylesheetParser__forRule_closure, V.StylesheetParser__forRule_closure0, V.StylesheetParser__memberList_closure, V.StylesheetParser__includeRule_closure, V.StylesheetParser_mediaRule_closure, V.StylesheetParser__mixinRule_closure, V.StylesheetParser_mozDocumentRule_closure, V.StylesheetParser_supportsRule_closure, V.StylesheetParser__whileRule_closure, V.StylesheetParser_unknownAtRule_closure, V.StylesheetParser_expression_resetState, V.StylesheetParser_expression_resolveOneOperation, V.StylesheetParser_expression_resolveOperations, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser_expression_resolveSpaceExpressions, V.StylesheetParser__expressionUntilComma_closure, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_identifierLike_closure, V.StylesheetParser__expressionUntilComparison_closure, V.StylesheetParser__publicIdentifier_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, M.StylesheetGraph__add_closure, M.StylesheetGraph_addCanonical_closure, M.StylesheetGraph_addCanonical_closure0, M.StylesheetGraph__upstreamNodes_closure, M.StylesheetGraph_reload_closure, M.StylesheetGraph__nodeFor_closure, M.StylesheetGraph__nodeFor_closure0, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer_sourceFiles_closure, D.SourceMapBuffer__addEntry_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.bulletedList_closure, B.flattenVertically_closure, B.flattenVertically_closure0, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_closure1, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, B.mapMapAsync_closure, B.copyMapOfMap_closure, B.copyMapOfList_closure, D.SassList_isBlank_closure, A.SassMap_asList_closure, T.SassNumber_valueInUnits_closure, T.SassNumber_valueInUnits_closure0, T.SassNumber_valueInUnits_closure1, T.SassNumber_valueInUnits_closure2, T.SassNumber_modulo_closure, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber__multiplyUnits_closure, T.SassNumber__multiplyUnits_closure0, T.SassNumber__multiplyUnits_closure1, T.SassNumber__multiplyUnits_closure2, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalMultiplier_closure, E._EvaluateVisitor_closure9, E._EvaluateVisitor_closure10, E._EvaluateVisitor_closure11, E._EvaluateVisitor_closure12, E._EvaluateVisitor_closure13, E._EvaluateVisitor_closure14, E._EvaluateVisitor_closure15, E._EvaluateVisitor_closure16, E._EvaluateVisitor__closure8, E._EvaluateVisitor_closure17, E._EvaluateVisitor__closure6, E._EvaluateVisitor__closure7, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure4, E._EvaluateVisitor__closure5, E._EvaluateVisitor_run_closure0, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__loadModule_closure0, E._EvaluateVisitor__loadModule__closure0, E._EvaluateVisitor__execute_closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__extendModules_closure2, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor_visitAtRootRule_closure2, E._EvaluateVisitor_visitAtRootRule_closure3, E._EvaluateVisitor_visitAtRootRule_closure4, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot__closure0, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitContentRule_closure0, E._EvaluateVisitor_visitDeclaration_closure0, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule_closure4, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitExtendRule_closure0, E._EvaluateVisitor_visitAtRule_closure1, E._EvaluateVisitor_visitAtRule__closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitForRule_closure4, E._EvaluateVisitor_visitForRule_closure5, E._EvaluateVisitor_visitForRule_closure6, E._EvaluateVisitor_visitForRule_closure7, E._EvaluateVisitor_visitForRule_closure8, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure0, E._EvaluateVisitor_visitIfRule_closure0, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport_closure0, E._EvaluateVisitor__visitDynamicImport__closure1, E._EvaluateVisitor__visitDynamicImport__closure2, E._EvaluateVisitor_visitIncludeRule_closure1, E._EvaluateVisitor_visitIncludeRule_closure2, E._EvaluateVisitor_visitIncludeRule__closure0, E._EvaluateVisitor_visitIncludeRule___closure0, E._EvaluateVisitor_visitMediaRule_closure1, E._EvaluateVisitor_visitMediaRule__closure0, E._EvaluateVisitor_visitMediaRule___closure0, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor__visitMediaQueries_closure0, E._EvaluateVisitor_visitStyleRule_closure6, E._EvaluateVisitor_visitStyleRule_closure7, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure9, E._EvaluateVisitor_visitStyleRule_closure10, E._EvaluateVisitor_visitStyleRule_closure11, E._EvaluateVisitor_visitStyleRule__closure0, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure1, E._EvaluateVisitor_visitSupportsRule__closure0, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure3, E._EvaluateVisitor_visitVariableDeclaration_closure4, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWarnRule_closure0, E._EvaluateVisitor_visitWhileRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure0, E._EvaluateVisitor_visitVariableExpression_closure0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor_visitFunctionExpression_closure0, E._EvaluateVisitor__runUserDefinedCallable_closure0, E._EvaluateVisitor__runUserDefinedCallable__closure0, E._EvaluateVisitor__runUserDefinedCallable___closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runFunctionCallable_closure0, E._EvaluateVisitor__runBuiltInCallable_closure1, E._EvaluateVisitor__runBuiltInCallable_closure2, E._EvaluateVisitor__evaluateArguments_closure6, E._EvaluateVisitor__evaluateArguments_closure7, E._EvaluateVisitor__evaluateArguments_closure8, E._EvaluateVisitor__evaluateArguments_closure9, E._EvaluateVisitor__evaluateArguments_closure10, E._EvaluateVisitor__evaluateArguments_closure11, E._EvaluateVisitor__evaluateArguments_closure12, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor__addRestMap_closure1, E._EvaluateVisitor__addRestMap_closure2, E._EvaluateVisitor__verifyArguments_closure0, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure1, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure1, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure1, E._EvaluateVisitor_visitCssMediaRule__closure0, E._EvaluateVisitor_visitCssMediaRule___closure0, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssStyleRule_closure1, E._EvaluateVisitor_visitCssStyleRule__closure0, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure1, E._EvaluateVisitor_visitCssSupportsRule__closure0, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__serialize_closure0, E._EvaluateVisitor__stackTrace_closure0, E._ImportedCssVisitor_visitCssAtRule_closure0, E._ImportedCssVisitor_visitCssMediaRule_closure0, E._ImportedCssVisitor_visitCssStyleRule_closure0, E._ImportedCssVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor_closure, R._EvaluateVisitor_closure0, R._EvaluateVisitor_closure1, R._EvaluateVisitor_closure2, R._EvaluateVisitor_closure3, R._EvaluateVisitor_closure4, R._EvaluateVisitor_closure5, R._EvaluateVisitor_closure6, R._EvaluateVisitor__closure3, R._EvaluateVisitor_closure7, R._EvaluateVisitor__closure1, R._EvaluateVisitor__closure2, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure, R._EvaluateVisitor__closure0, R._EvaluateVisitor_run_closure, R._EvaluateVisitor_runExpression_closure, R._EvaluateVisitor_runExpression__closure, R._EvaluateVisitor_runStatement_closure, R._EvaluateVisitor_runStatement__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__loadModule_closure, R._EvaluateVisitor__loadModule__closure, R._EvaluateVisitor__execute_closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__extendModules_closure0, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor_visitAtRootRule_closure, R._EvaluateVisitor_visitAtRootRule_closure0, R._EvaluateVisitor_visitAtRootRule_closure1, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot__closure, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitContentRule_closure, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule_closure1, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitExtendRule_closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule__closure, R._EvaluateVisitor_visitAtRule_closure0, R._EvaluateVisitor_visitForRule_closure, R._EvaluateVisitor_visitForRule_closure0, R._EvaluateVisitor_visitForRule_closure1, R._EvaluateVisitor_visitForRule_closure2, R._EvaluateVisitor_visitForRule_closure3, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitIfRule_closure, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport_closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor__visitDynamicImport__closure0, R._EvaluateVisitor_visitIncludeRule_closure, R._EvaluateVisitor_visitIncludeRule_closure0, R._EvaluateVisitor_visitIncludeRule__closure, R._EvaluateVisitor_visitIncludeRule___closure, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule__closure, R._EvaluateVisitor_visitMediaRule___closure, R._EvaluateVisitor_visitMediaRule_closure0, R._EvaluateVisitor__visitMediaQueries_closure, R._EvaluateVisitor_visitStyleRule_closure, R._EvaluateVisitor_visitStyleRule_closure0, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure2, R._EvaluateVisitor_visitStyleRule_closure3, R._EvaluateVisitor_visitStyleRule_closure4, R._EvaluateVisitor_visitStyleRule__closure, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure, R._EvaluateVisitor_visitSupportsRule__closure, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure, R._EvaluateVisitor_visitVariableDeclaration_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure1, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWarnRule_closure, R._EvaluateVisitor_visitWhileRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure, R._EvaluateVisitor_visitVariableExpression_closure, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure, R._EvaluateVisitor__runUserDefinedCallable_closure, R._EvaluateVisitor__runUserDefinedCallable__closure, R._EvaluateVisitor__runUserDefinedCallable___closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runFunctionCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure0, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateArguments_closure0, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateArguments_closure2, R._EvaluateVisitor__evaluateArguments_closure3, R._EvaluateVisitor__evaluateArguments_closure4, R._EvaluateVisitor__evaluateArguments_closure5, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor__addRestMap_closure, R._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__verifyArguments_closure, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule__closure, R._EvaluateVisitor_visitCssMediaRule___closure, R._EvaluateVisitor_visitCssMediaRule_closure0, R._EvaluateVisitor_visitCssStyleRule_closure, R._EvaluateVisitor_visitCssStyleRule__closure, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure, R._EvaluateVisitor_visitCssSupportsRule__closure, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__serialize_closure, R._EvaluateVisitor__stackTrace_closure, R._ImportedCssVisitor_visitCssAtRule_closure, R._ImportedCssVisitor_visitCssMediaRule_closure, R._ImportedCssVisitor_visitCssStyleRule_closure, R._ImportedCssVisitor_visitCssSupportsRule_closure, N.serialize_closure, N._SerializeVisitor_visitCssComment_closure, N._SerializeVisitor_visitCssAtRule_closure, N._SerializeVisitor_visitCssMediaRule_closure, N._SerializeVisitor_visitCssImport_closure, N._SerializeVisitor_visitCssImport__closure, N._SerializeVisitor_visitCssKeyframeBlock_closure, N._SerializeVisitor_visitCssStyleRule_closure, N._SerializeVisitor_visitCssSupportsRule_closure, N._SerializeVisitor_visitCssDeclaration_closure, N._SerializeVisitor_visitCssDeclaration_closure0, N._SerializeVisitor_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, N._SerializeVisitor__write_closure, N._SerializeVisitor__visitChildren_closure, N.withWarnCallback_closure, T.SingleMapping_SingleMapping$fromEntries_closure, T.SingleMapping_SingleMapping$fromEntries_closure0, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, T.SingleMapping_toJson_closure0, U.Highlighter__writeFirstLine_closure, U.Highlighter__writeFirstLine_closure0, U.Highlighter__writeFirstLine_closure1, U.Highlighter__writeFirstLine_closure2, U.Highlighter__writeIntermediateLines_closure, U.Highlighter__writeLastLine_closure, U.Highlighter__writeLastLine_closure0, U.Highlighter__writeLastLine_closure1, U.Highlighter__writeSidebar_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$parseV8_closure_parseLocation, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, T.LazyTrace_terse_closure, Y.Trace_Trace$from_closure, Y.Trace__parseVM_closure, Y.Trace$parseV8_closure, Y.Trace$parseV8_closure0, Y.Trace$parseJSCore_closure, Y.Trace$parseJSCore_closure0, Y.Trace$parseFirefox_closure, Y.Trace$parseFirefox_closure0, Y.Trace$parseFriendly_closure, Y.Trace$parseFriendly_closure0, Y.Trace_terse_closure, Y.Trace_foldFrames_closure, Y.Trace_foldFrames_closure0, Y.Trace_toString_closure0, Y.Trace_toString_closure, T._debounceAggregate_closure, T._debounceAggregate__closure, T._debounceAggregate_closure0, L._StreamTransformer_bind_closure, L._StreamTransformer_bind__closure, L._StreamTransformer_bind__closure1, L._StreamTransformer_bind__closure0, L._StreamTransformer_bind__closure2]);
|
|
53411
|
+
_inheritMany(H.Closure, [H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_functionNoSuchMethod_closure, H.unwrapException_saveStackTrace, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncComplete_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_length_closure, P.Stream_length_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P._JsonStringifier_writeMap_closure, P.NoSuchMethodError_toString_closure, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__Uri$notSimple_closure, P._Uri__checkNonWindowsPathReservedCharacters_closure, P._Uri__makePath_closure, P._createTables_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, N.ArgParser_findByAbbreviation_closure, N.ArgParser_findByAbbreviation_closure0, G.Parser_parse_closure, G.Parser_setOption_closure, G.Usage_generate_closure, G.Usage_buildAllowedList_closure, L.StreamGroup_add_closure, L.StreamGroup_add_closure0, L.StreamGroup__onListen_closure, L.StreamGroup__onCancel_closure, L.StreamGroup__onCancel_closure0, L.StreamGroup__listenToStream_closure, G.StreamQueue__ensureListening_closure, G.StreamQueue__ensureListening_closure1, G.StreamQueue__ensureListening_closure0, Q.closure130, B.ReplAdapter_runAsync_closure, Y.mapMap_closure, Y.mapMap_closure0, Y.mapMap_closure1, B.defaultCompare_closure, M.Context_join_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, X.ParsedPath_normalize_closure, X.ParsedPath__splitExtension_closure, X.ParsedPath__splitExtension_closure0, K.PathMap__create_closure, K.PathMap__create_closure0, K.PathMap__create_closure1, L.WindowsStyle_absolutePathToUri_closure, B.ArgumentDeclaration_verify_closure, B.ArgumentDeclaration_verify_closure0, D.ListExpression_toString_closure, A.MapExpression_toString_closure, X.Interpolation_toString_closure, V.EachRule_toString_closure, L.ForwardRule__memberList_closure, V.IfRule_toString_closure, V.IfClause$__closure, M.ParentStatement_closure, T.UseRule_toString_closure, S.ComplexSelector_isInvisible_closure, X.CompoundSelector_isInvisible_closure, N.IDSelector_unify_closure, D.SelectorList_isInvisible_closure, D.SelectorList_asSassList_closure, D.SelectorList_asSassList__closure, D.SelectorList_unify_closure, D.SelectorList_unify__closure, D.SelectorList_unify___closure, D.SelectorList_resolveParentSelectors_closure, D.SelectorList_resolveParentSelectors__closure, D.SelectorList_resolveParentSelectors__closure0, D.SelectorList__complexContainsParentSelector_closure, D.SelectorList__complexContainsParentSelector__closure, D.SelectorList__resolveParentSelectorsCompound_closure, D.SelectorList__resolveParentSelectorsCompound_closure0, D.SelectorList__resolveParentSelectorsCompound_closure1, X._compileStylesheet_closure0, Q.AsyncEnvironment__getVariableFromGlobalModule_closure, Q.AsyncEnvironment_setVariable_closure, Q.AsyncEnvironment_setVariable_closure0, Q.AsyncEnvironment_setVariable_closure1, Q.AsyncEnvironment__getFunctionFromGlobalModule_closure, Q.AsyncEnvironment__getMixinFromGlobalModule_closure, Q.AsyncEnvironment__fromOneModule_closure, Q.AsyncEnvironment__fromOneModule_closure0, Q._EnvironmentModule__EnvironmentModule_closure5, Q._EnvironmentModule__EnvironmentModule_closure6, Q._EnvironmentModule__EnvironmentModule_closure7, Q._EnvironmentModule__EnvironmentModule_closure8, Q._EnvironmentModule__EnvironmentModule_closure9, Q._EnvironmentModule__EnvironmentModule_closure10, O.AsyncImportCache_canonicalize_closure, O.AsyncImportCache_importCanonical_closure, O.AsyncImportCache_humanize_closure, O.AsyncImportCache_humanize_closure0, O.AsyncImportCache_humanize_closure1, X.closure32, X.closure33, U._compileStylesheet_closure, O.Environment__getVariableFromGlobalModule_closure, O.Environment_setVariable_closure, O.Environment_setVariable_closure0, O.Environment_setVariable_closure1, O.Environment__getFunctionFromGlobalModule_closure, O.Environment__getMixinFromGlobalModule_closure, O.Environment__fromOneModule_closure, O.Environment__fromOneModule_closure0, O._EnvironmentModule__EnvironmentModule_closure, O._EnvironmentModule__EnvironmentModule_closure0, O._EnvironmentModule__EnvironmentModule_closure1, O._EnvironmentModule__EnvironmentModule_closure2, O._EnvironmentModule__EnvironmentModule_closure3, O._EnvironmentModule__EnvironmentModule_closure4, F.main_printError, F.main_closure0, D._writeSourceMap_closure, B.ExecutableOptions_closure, B.ExecutableOptions_emitErrorCss_closure, A.watch_closure, A._Watcher__debounceEvents_closure, A._Watcher__debounceEvents__closure, F.Extender__extendOrReplace_closure, F.Extender_extensionsWhereTarget_closure, F.Extender__registerSelector_closure, F.Extender_addExtension_closure, F.Extender_addExtension_closure0, F.Extender_addExtension_closure1, F.Extender__extendExistingExtensions_closure, F.Extender__extendExistingExtensions_closure0, F.Extender_addExtensions_closure, F.Extender_addExtensions__closure, F.Extender_addExtensions___closure, F.Extender_addExtensions___closure0, F.Extender__extendList_closure, F.Extender__extendComplex_closure, F.Extender__extendComplex_closure0, F.Extender__extendComplex__closure, F.Extender__extendComplex__closure0, F.Extender__extendComplex___closure, F.Extender__extendCompound_closure, F.Extender__extendCompound_closure0, F.Extender__extendCompound__closure, F.Extender__extendCompound__closure0, F.Extender__extendCompound_closure1, F.Extender__extendCompound_closure2, F.Extender__extendSimple_withoutPseudo, F.Extender__extendSimple_closure, F.Extender__extendPseudo_closure, F.Extender__extendPseudo_closure0, F.Extender__extendPseudo_closure1, F.Extender__extendPseudo_closure2, F.Extender__extendPseudo_closure3, F.Extender__trim_closure, F.Extender__trim_closure0, F.Extender_clone_closure, Y.unifyComplex_closure, Y._weaveParents_closure, Y._weaveParents_closure0, Y._weaveParents_closure1, Y._weaveParents__closure1, Y._weaveParents_closure2, Y._weaveParents_closure3, Y._weaveParents__closure0, Y._weaveParents_closure4, Y._weaveParents_closure5, Y._weaveParents__closure, Y._mustUnify_closure, Y._mustUnify__closure, Y.paths_closure, Y.paths__closure, Y.paths___closure, Y._hasRoot_closure, Y.listIsSuperslector_closure, Y.listIsSuperslector__closure, Y._simpleIsSuperselectorOfCompound_closure, Y._simpleIsSuperselectorOfCompound__closure, Y._selectorPseudoIsSuperselector_closure, Y._selectorPseudoIsSuperselector_closure0, Y._selectorPseudoIsSuperselector_closure1, Y._selectorPseudoIsSuperselector_closure2, Y._selectorPseudoIsSuperselector_closure3, Y._selectorPseudoIsSuperselector__closure, Y._selectorPseudoIsSuperselector___closure, Y._selectorPseudoIsSuperselector___closure0, Y._selectorPseudoIsSuperselector_closure4, Y._selectorPseudoIsSuperselector_closure5, Y._selectorPseudosNamed_closure, Y.closure, K.closure45, K.closure46, K.closure47, K.closure48, K.closure49, K.closure50, K.closure51, K.closure52, K.closure53, K.closure54, K.closure55, K.closure56, K.closure57, K.closure58, K.closure59, K.closure60, K.closure61, K.closure62, K.closure63, K.closure64, K.closure65, K.closure66, K.closure67, K.closure68, K.closure69, K.closure70, K._closure10, K.closure71, K.closure84, K.closure85, K.closure86, K.closure87, K._closure11, K.closure88, K.closure83, K.closure82, K.closure81, K.closure80, K.closure79, K.closure78, K.closure77, K.closure76, K.closure74, K.closure_getInRange0, K._closure9, K.closure73, K.closure_getScale, K.closure_scaleValue, K._closure8, K.closure72, K.closure_getInRange, K._closure7, K.closure75, K.closure_hexString, K._functionString_closure, K._removedColorFunction_closure, K._parseChannels_closure, D.closure44, D.closure43, D.closure42, D.closure41, D.closure40, D.closure39, D._closure4, D._closure5, D._closure6, D.closure38, D.closure36, D.closure37, A.closure35, A.closure34, A.closure30, A.closure31, A.closure29, A.closure28, A.closure27, K.closure19, K.closure26, K.closure25, K.closure24, K.closure23, K.closure22, K.closure21, K.closure20, K.closure18, K.closure17, K._numberFunction_closure, Q.closure89, Q.closure90, Q.closure91, Q.closure92, Q._closure12, T.closure13, T._closure1, T._closure2, T.closure12, T._closure, T._closure0, T.__closure, T.closure11, T.closure10, T.closure9, T.closure16, T.closure15, T._closure3, T.closure14, D.closure8, D.closure7, D.closure3, D.closure2, D.closure1, D.closure0, D.closure6, D.closure5, D.closure4, R.ImportCache_canonicalize_closure, R.ImportCache_importCanonical_closure, R.ImportCache_humanize_closure, R.ImportCache_humanize_closure0, R.ImportCache_humanize_closure1, B.resolveImportPath_closure, B.resolveImportPath_closure0, B._tryPathAsDirectory_closure, B._exactlyOne_closure, F.realCasePath_closure, B._readFile_closure, B.writeFile_closure, B.deleteFile_closure, B.readStdin_closure, B.readStdin_closure0, B.readStdin_closure1, B.readStdin_closure2, B.fileExists_closure, B.dirExists_closure, B.ensureDir_closure, B.listDir_closure, B.listDir__closure, B.listDir__closure0, B.listDir_closure_list, B.listDir__list_closure, B.modificationTime_closure, B.watchDir_closure, B.watchDir_closure0, B.watchDir_closure1, B.watchDir_closure2, B.watchDir_closure3, B.watchDir__closure, B.main_closure, B._render_closure, B._render_closure0, B._render_closure1, B._parseFunctions_closure, B._parseFunctions__closure, B._parseFunctions___closure0, B._parseFunctions____closure, B._parseFunctions__closure0, B._parseFunctions__closure1, B._parseFunctions___closure, B._parseImporter_closure, B._parseImporter__closure, B._parseImporter___closure, B._parseImporter____closure, B.forwardToString_closure, B.createClass_closure, Z.closure129, Z._closure18, Z._closure19, K.closure119, K.closure120, K.closure121, K.closure122, K.closure123, K.closure124, K.closure125, K.closure126, K.closure127, K.closure128, D.closure112, D._closure17, D.closure113, D.closure114, D.closure115, D.closure116, D.closure117, D.closure118, A.closure105, A._closure15, A._closure16, A.closure106, A.closure107, A.closure108, A.closure109, A.closure110, A.closure111, O.closure104, O._closure13, O._closure14, T.closure98, T.closure99, T.closure100, T.closure101, T.closure102, T.closure103, T._parseNumber_closure, T._parseNumber_closure0, D.closure94, D.closure95, D.closure96, D.closure97, V.AtRootQueryParser_parse_closure, Q.closure93, E.KeyframeSelectorParser_parse_closure, F.MediaQueryParser_parse_closure, G.Parser__parseIdentifier_closure, U.SassParser_children_closure, T.SelectorParser_parse_closure, T.SelectorParser_parseCompoundSelector_closure, V.StylesheetParser_parse_closure, V.StylesheetParser_parse__closure, V.StylesheetParser_parse__closure0, V.StylesheetParser_parseVariableDeclaration_closure, V.StylesheetParser_parseUseRule_closure, V.StylesheetParser__parseSingleProduction_closure, V.StylesheetParser_parseSignature_closure, V.StylesheetParser__statement_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure, V.StylesheetParser_variableDeclarationWithoutNamespace_closure0, V.StylesheetParser__declarationOrBuffer_closure, V.StylesheetParser__declarationOrBuffer_closure0, V.StylesheetParser__styleRule_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure, V.StylesheetParser__propertyOrVariableDeclaration_closure0, V.StylesheetParser__atRootRule_closure, V.StylesheetParser__atRootRule_closure0, V.StylesheetParser__eachRule_closure, V.StylesheetParser__functionRule_closure, V.StylesheetParser__forRule_closure, V.StylesheetParser__forRule_closure0, V.StylesheetParser__memberList_closure, V.StylesheetParser__includeRule_closure, V.StylesheetParser_mediaRule_closure, V.StylesheetParser__mixinRule_closure, V.StylesheetParser_mozDocumentRule_closure, V.StylesheetParser_supportsRule_closure, V.StylesheetParser__whileRule_closure, V.StylesheetParser_unknownAtRule_closure, V.StylesheetParser_expression_resetState, V.StylesheetParser_expression_resolveOneOperation, V.StylesheetParser_expression_resolveOperations, V.StylesheetParser_expression_addSingleExpression, V.StylesheetParser_expression_addOperator, V.StylesheetParser_expression_resolveSpaceExpressions, V.StylesheetParser__expressionUntilComma_closure, V.StylesheetParser__unicodeRange_closure, V.StylesheetParser__unicodeRange_closure0, V.StylesheetParser_identifierLike_closure, V.StylesheetParser__expressionUntilComparison_closure, V.StylesheetParser__publicIdentifier_closure, M.StylesheetGraph_modifiedSince_transitiveModificationTime, M.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, M.StylesheetGraph__add_closure, M.StylesheetGraph_addCanonical_closure, M.StylesheetGraph_addCanonical_closure0, M.StylesheetGraph__upstreamNodes_closure, M.StylesheetGraph_reload_closure, M.StylesheetGraph__nodeFor_closure, M.StylesheetGraph__nodeFor_closure0, F._PrefixedKeys_iterator_closure, D.SourceMapBuffer_sourceFiles_closure, D.SourceMapBuffer__addEntry_closure, D.SourceMapBuffer_buildSourceMap_closure, R._UnprefixedKeys_iterator_closure, R._UnprefixedKeys_iterator_closure0, B.indent_closure, B.bulletedList_closure, B.flattenVertically_closure, B.flattenVertically_closure0, B.longestCommonSubsequence_closure, B.longestCommonSubsequence_closure0, B.longestCommonSubsequence_closure1, B.longestCommonSubsequence_backtrack, B.mapAddAll2_closure, B.mapMapAsync_closure, B.copyMapOfMap_closure, B.copyMapOfList_closure, D.SassList_isBlank_closure, A.SassMap_asList_closure, T.SassNumber_valueInUnits_closure, T.SassNumber_valueInUnits_closure0, T.SassNumber_valueInUnits_closure1, T.SassNumber_valueInUnits_closure2, T.SassNumber_modulo_closure, T.SassNumber_plus_closure, T.SassNumber_minus_closure, T.SassNumber__multiplyUnits_closure, T.SassNumber__multiplyUnits_closure0, T.SassNumber__multiplyUnits_closure1, T.SassNumber__multiplyUnits_closure2, T.SassNumber__areAnyConvertible_closure, T.SassNumber__canonicalMultiplier_closure, E._EvaluateVisitor_closure9, E._EvaluateVisitor_closure10, E._EvaluateVisitor_closure11, E._EvaluateVisitor_closure12, E._EvaluateVisitor_closure13, E._EvaluateVisitor_closure14, E._EvaluateVisitor_closure15, E._EvaluateVisitor_closure16, E._EvaluateVisitor__closure8, E._EvaluateVisitor_closure17, E._EvaluateVisitor__closure6, E._EvaluateVisitor__closure7, E._EvaluateVisitor_closure18, E._EvaluateVisitor__closure4, E._EvaluateVisitor__closure5, E._EvaluateVisitor_run_closure0, E._EvaluateVisitor__withWarnCallback_closure0, E._EvaluateVisitor__loadModule_closure0, E._EvaluateVisitor__loadModule__closure0, E._EvaluateVisitor__execute_closure0, E._EvaluateVisitor__combineCss_closure2, E._EvaluateVisitor__combineCss_closure3, E._EvaluateVisitor__combineCss_closure4, E._EvaluateVisitor__extendModules_closure1, E._EvaluateVisitor__extendModules_closure2, E._EvaluateVisitor__topologicalModules_visitModule0, E._EvaluateVisitor_visitAtRootRule_closure2, E._EvaluateVisitor_visitAtRootRule_closure3, E._EvaluateVisitor_visitAtRootRule_closure4, E._EvaluateVisitor__scopeForAtRoot_closure5, E._EvaluateVisitor__scopeForAtRoot_closure6, E._EvaluateVisitor__scopeForAtRoot_closure7, E._EvaluateVisitor__scopeForAtRoot__closure0, E._EvaluateVisitor__scopeForAtRoot_closure8, E._EvaluateVisitor__scopeForAtRoot_closure9, E._EvaluateVisitor__scopeForAtRoot_closure10, E._EvaluateVisitor_visitContentRule_closure0, E._EvaluateVisitor_visitDeclaration_closure0, E._EvaluateVisitor_visitEachRule_closure2, E._EvaluateVisitor_visitEachRule_closure3, E._EvaluateVisitor_visitEachRule_closure4, E._EvaluateVisitor_visitEachRule__closure0, E._EvaluateVisitor_visitEachRule___closure0, E._EvaluateVisitor_visitExtendRule_closure0, E._EvaluateVisitor_visitAtRule_closure1, E._EvaluateVisitor_visitAtRule__closure0, E._EvaluateVisitor_visitAtRule_closure2, E._EvaluateVisitor_visitForRule_closure4, E._EvaluateVisitor_visitForRule_closure5, E._EvaluateVisitor_visitForRule_closure6, E._EvaluateVisitor_visitForRule_closure7, E._EvaluateVisitor_visitForRule_closure8, E._EvaluateVisitor_visitForRule__closure0, E._EvaluateVisitor_visitForwardRule_closure0, E._EvaluateVisitor_visitIfRule_closure0, E._EvaluateVisitor_visitIfRule__closure0, E._EvaluateVisitor__visitDynamicImport_closure0, E._EvaluateVisitor__visitDynamicImport__closure1, E._EvaluateVisitor__visitDynamicImport__closure2, E._EvaluateVisitor_visitIncludeRule_closure1, E._EvaluateVisitor_visitIncludeRule_closure2, E._EvaluateVisitor_visitIncludeRule__closure0, E._EvaluateVisitor_visitIncludeRule___closure0, E._EvaluateVisitor_visitIncludeRule____closure0, E._EvaluateVisitor_visitMediaRule_closure1, E._EvaluateVisitor_visitMediaRule__closure0, E._EvaluateVisitor_visitMediaRule___closure0, E._EvaluateVisitor_visitMediaRule_closure2, E._EvaluateVisitor__visitMediaQueries_closure0, E._EvaluateVisitor_visitStyleRule_closure6, E._EvaluateVisitor_visitStyleRule_closure7, E._EvaluateVisitor_visitStyleRule_closure8, E._EvaluateVisitor_visitStyleRule_closure9, E._EvaluateVisitor_visitStyleRule_closure10, E._EvaluateVisitor_visitStyleRule_closure11, E._EvaluateVisitor_visitStyleRule__closure0, E._EvaluateVisitor_visitStyleRule_closure12, E._EvaluateVisitor_visitSupportsRule_closure1, E._EvaluateVisitor_visitSupportsRule__closure0, E._EvaluateVisitor_visitSupportsRule_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure2, E._EvaluateVisitor_visitVariableDeclaration_closure3, E._EvaluateVisitor_visitVariableDeclaration_closure4, E._EvaluateVisitor_visitUseRule_closure0, E._EvaluateVisitor_visitWarnRule_closure0, E._EvaluateVisitor_visitWhileRule_closure0, E._EvaluateVisitor_visitWhileRule__closure0, E._EvaluateVisitor_visitBinaryOperationExpression_closure0, E._EvaluateVisitor_visitVariableExpression_closure0, E._EvaluateVisitor_visitListExpression_closure0, E._EvaluateVisitor_visitFunctionExpression_closure1, E._EvaluateVisitor_visitFunctionExpression_closure2, E._EvaluateVisitor__runUserDefinedCallable_closure0, E._EvaluateVisitor__runUserDefinedCallable__closure0, E._EvaluateVisitor__runUserDefinedCallable___closure0, E._EvaluateVisitor__runUserDefinedCallable____closure0, E._EvaluateVisitor__runFunctionCallable_closure0, E._EvaluateVisitor__runBuiltInCallable_closure1, E._EvaluateVisitor__runBuiltInCallable_closure2, E._EvaluateVisitor__evaluateArguments_closure2, E._EvaluateVisitor__evaluateArguments_closure3, E._EvaluateVisitor__evaluateArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure3, E._EvaluateVisitor__evaluateMacroArguments_closure4, E._EvaluateVisitor__evaluateMacroArguments_closure5, E._EvaluateVisitor__evaluateMacroArguments_closure6, E._EvaluateVisitor__addRestMap_closure1, E._EvaluateVisitor__addRestMap_closure2, E._EvaluateVisitor__verifyArguments_closure0, E._EvaluateVisitor_visitStringExpression_closure0, E._EvaluateVisitor_visitCssAtRule_closure1, E._EvaluateVisitor_visitCssAtRule_closure2, E._EvaluateVisitor_visitCssKeyframeBlock_closure1, E._EvaluateVisitor_visitCssKeyframeBlock_closure2, E._EvaluateVisitor_visitCssMediaRule_closure1, E._EvaluateVisitor_visitCssMediaRule__closure0, E._EvaluateVisitor_visitCssMediaRule___closure0, E._EvaluateVisitor_visitCssMediaRule_closure2, E._EvaluateVisitor_visitCssStyleRule_closure1, E._EvaluateVisitor_visitCssStyleRule__closure0, E._EvaluateVisitor_visitCssStyleRule_closure2, E._EvaluateVisitor_visitCssSupportsRule_closure1, E._EvaluateVisitor_visitCssSupportsRule__closure0, E._EvaluateVisitor_visitCssSupportsRule_closure2, E._EvaluateVisitor__performInterpolation_closure0, E._EvaluateVisitor__serialize_closure0, E._EvaluateVisitor__stackTrace_closure0, E._ImportedCssVisitor_visitCssAtRule_closure0, E._ImportedCssVisitor_visitCssMediaRule_closure0, E._ImportedCssVisitor_visitCssStyleRule_closure0, E._ImportedCssVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor_closure, R._EvaluateVisitor_closure0, R._EvaluateVisitor_closure1, R._EvaluateVisitor_closure2, R._EvaluateVisitor_closure3, R._EvaluateVisitor_closure4, R._EvaluateVisitor_closure5, R._EvaluateVisitor_closure6, R._EvaluateVisitor__closure3, R._EvaluateVisitor_closure7, R._EvaluateVisitor__closure1, R._EvaluateVisitor__closure2, R._EvaluateVisitor_closure8, R._EvaluateVisitor__closure, R._EvaluateVisitor__closure0, R._EvaluateVisitor_run_closure, R._EvaluateVisitor_runExpression_closure, R._EvaluateVisitor_runExpression__closure, R._EvaluateVisitor_runStatement_closure, R._EvaluateVisitor_runStatement__closure, R._EvaluateVisitor__withWarnCallback_closure, R._EvaluateVisitor__loadModule_closure, R._EvaluateVisitor__loadModule__closure, R._EvaluateVisitor__execute_closure, R._EvaluateVisitor__combineCss_closure, R._EvaluateVisitor__combineCss_closure0, R._EvaluateVisitor__combineCss_closure1, R._EvaluateVisitor__extendModules_closure, R._EvaluateVisitor__extendModules_closure0, R._EvaluateVisitor__topologicalModules_visitModule, R._EvaluateVisitor_visitAtRootRule_closure, R._EvaluateVisitor_visitAtRootRule_closure0, R._EvaluateVisitor_visitAtRootRule_closure1, R._EvaluateVisitor__scopeForAtRoot_closure, R._EvaluateVisitor__scopeForAtRoot_closure0, R._EvaluateVisitor__scopeForAtRoot_closure1, R._EvaluateVisitor__scopeForAtRoot__closure, R._EvaluateVisitor__scopeForAtRoot_closure2, R._EvaluateVisitor__scopeForAtRoot_closure3, R._EvaluateVisitor__scopeForAtRoot_closure4, R._EvaluateVisitor_visitContentRule_closure, R._EvaluateVisitor_visitDeclaration_closure, R._EvaluateVisitor_visitEachRule_closure, R._EvaluateVisitor_visitEachRule_closure0, R._EvaluateVisitor_visitEachRule_closure1, R._EvaluateVisitor_visitEachRule__closure, R._EvaluateVisitor_visitEachRule___closure, R._EvaluateVisitor_visitExtendRule_closure, R._EvaluateVisitor_visitAtRule_closure, R._EvaluateVisitor_visitAtRule__closure, R._EvaluateVisitor_visitAtRule_closure0, R._EvaluateVisitor_visitForRule_closure, R._EvaluateVisitor_visitForRule_closure0, R._EvaluateVisitor_visitForRule_closure1, R._EvaluateVisitor_visitForRule_closure2, R._EvaluateVisitor_visitForRule_closure3, R._EvaluateVisitor_visitForRule__closure, R._EvaluateVisitor_visitForwardRule_closure, R._EvaluateVisitor_visitIfRule_closure, R._EvaluateVisitor_visitIfRule__closure, R._EvaluateVisitor__visitDynamicImport_closure, R._EvaluateVisitor__visitDynamicImport__closure, R._EvaluateVisitor__visitDynamicImport__closure0, R._EvaluateVisitor_visitIncludeRule_closure, R._EvaluateVisitor_visitIncludeRule_closure0, R._EvaluateVisitor_visitIncludeRule__closure, R._EvaluateVisitor_visitIncludeRule___closure, R._EvaluateVisitor_visitIncludeRule____closure, R._EvaluateVisitor_visitMediaRule_closure, R._EvaluateVisitor_visitMediaRule__closure, R._EvaluateVisitor_visitMediaRule___closure, R._EvaluateVisitor_visitMediaRule_closure0, R._EvaluateVisitor__visitMediaQueries_closure, R._EvaluateVisitor_visitStyleRule_closure, R._EvaluateVisitor_visitStyleRule_closure0, R._EvaluateVisitor_visitStyleRule_closure1, R._EvaluateVisitor_visitStyleRule_closure2, R._EvaluateVisitor_visitStyleRule_closure3, R._EvaluateVisitor_visitStyleRule_closure4, R._EvaluateVisitor_visitStyleRule__closure, R._EvaluateVisitor_visitStyleRule_closure5, R._EvaluateVisitor_visitSupportsRule_closure, R._EvaluateVisitor_visitSupportsRule__closure, R._EvaluateVisitor_visitSupportsRule_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure, R._EvaluateVisitor_visitVariableDeclaration_closure0, R._EvaluateVisitor_visitVariableDeclaration_closure1, R._EvaluateVisitor_visitUseRule_closure, R._EvaluateVisitor_visitWarnRule_closure, R._EvaluateVisitor_visitWhileRule_closure, R._EvaluateVisitor_visitWhileRule__closure, R._EvaluateVisitor_visitBinaryOperationExpression_closure, R._EvaluateVisitor_visitVariableExpression_closure, R._EvaluateVisitor_visitListExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure, R._EvaluateVisitor_visitFunctionExpression_closure0, R._EvaluateVisitor__runUserDefinedCallable_closure, R._EvaluateVisitor__runUserDefinedCallable__closure, R._EvaluateVisitor__runUserDefinedCallable___closure, R._EvaluateVisitor__runUserDefinedCallable____closure, R._EvaluateVisitor__runFunctionCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure, R._EvaluateVisitor__runBuiltInCallable_closure0, R._EvaluateVisitor__evaluateArguments_closure, R._EvaluateVisitor__evaluateArguments_closure0, R._EvaluateVisitor__evaluateArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure, R._EvaluateVisitor__evaluateMacroArguments_closure0, R._EvaluateVisitor__evaluateMacroArguments_closure1, R._EvaluateVisitor__evaluateMacroArguments_closure2, R._EvaluateVisitor__addRestMap_closure, R._EvaluateVisitor__addRestMap_closure0, R._EvaluateVisitor__verifyArguments_closure, R._EvaluateVisitor_visitStringExpression_closure, R._EvaluateVisitor_visitCssAtRule_closure, R._EvaluateVisitor_visitCssAtRule_closure0, R._EvaluateVisitor_visitCssKeyframeBlock_closure, R._EvaluateVisitor_visitCssKeyframeBlock_closure0, R._EvaluateVisitor_visitCssMediaRule_closure, R._EvaluateVisitor_visitCssMediaRule__closure, R._EvaluateVisitor_visitCssMediaRule___closure, R._EvaluateVisitor_visitCssMediaRule_closure0, R._EvaluateVisitor_visitCssStyleRule_closure, R._EvaluateVisitor_visitCssStyleRule__closure, R._EvaluateVisitor_visitCssStyleRule_closure0, R._EvaluateVisitor_visitCssSupportsRule_closure, R._EvaluateVisitor_visitCssSupportsRule__closure, R._EvaluateVisitor_visitCssSupportsRule_closure0, R._EvaluateVisitor__performInterpolation_closure, R._EvaluateVisitor__serialize_closure, R._EvaluateVisitor__stackTrace_closure, R._ImportedCssVisitor_visitCssAtRule_closure, R._ImportedCssVisitor_visitCssMediaRule_closure, R._ImportedCssVisitor_visitCssStyleRule_closure, R._ImportedCssVisitor_visitCssSupportsRule_closure, N.serialize_closure, N._SerializeVisitor_visitCssComment_closure, N._SerializeVisitor_visitCssAtRule_closure, N._SerializeVisitor_visitCssMediaRule_closure, N._SerializeVisitor_visitCssImport_closure, N._SerializeVisitor_visitCssImport__closure, N._SerializeVisitor_visitCssKeyframeBlock_closure, N._SerializeVisitor_visitCssStyleRule_closure, N._SerializeVisitor_visitCssSupportsRule_closure, N._SerializeVisitor_visitCssDeclaration_closure, N._SerializeVisitor_visitCssDeclaration_closure0, N._SerializeVisitor_visitList_closure, N._SerializeVisitor_visitList_closure0, N._SerializeVisitor_visitList_closure1, N._SerializeVisitor_visitMap_closure, N._SerializeVisitor_visitSelectorList_closure, N._SerializeVisitor__write_closure, N._SerializeVisitor__visitChildren_closure, N.withWarnCallback_closure, T.SingleMapping_SingleMapping$fromEntries_closure, T.SingleMapping_SingleMapping$fromEntries_closure0, T.SingleMapping_SingleMapping$fromEntries_closure1, T.SingleMapping_toJson_closure, T.SingleMapping_toJson_closure0, U.Highlighter__writeFirstLine_closure, U.Highlighter__writeFirstLine_closure0, U.Highlighter__writeFirstLine_closure1, U.Highlighter__writeFirstLine_closure2, U.Highlighter__writeIntermediateLines_closure, U.Highlighter__writeLastLine_closure, U.Highlighter__writeLastLine_closure0, U.Highlighter__writeLastLine_closure1, U.Highlighter__writeSidebar_closure, U.Chain_Chain$parse_closure, U.Chain_Chain$parse_closure0, U.Chain_toTrace_closure, U.Chain_toString_closure0, U.Chain_toString__closure0, U.Chain_toString_closure, U.Chain_toString__closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$parseV8_closure_parseLocation, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, T.LazyTrace_terse_closure, Y.Trace_Trace$from_closure, Y.Trace__parseVM_closure, Y.Trace$parseV8_closure, Y.Trace$parseV8_closure0, Y.Trace$parseJSCore_closure, Y.Trace$parseJSCore_closure0, Y.Trace$parseFirefox_closure, Y.Trace$parseFirefox_closure0, Y.Trace$parseFriendly_closure, Y.Trace$parseFriendly_closure0, Y.Trace_terse_closure, Y.Trace_foldFrames_closure, Y.Trace_foldFrames_closure0, Y.Trace_toString_closure0, Y.Trace_toString_closure, L._StreamTransformer_bind_closure, L._StreamTransformer_bind__closure, L._StreamTransformer_bind__closure1, L._StreamTransformer_bind__closure0, L._StreamTransformer_bind__closure2, R._debounceAggregate_closure, R._debounceAggregate__closure, R._debounceAggregate_closure0]);
|
|
53308
53412
|
_inherit(H.ConstantProtoMap, H.ConstantStringMap);
|
|
53309
53413
|
_inherit(H.Instantiation1, H.Instantiation);
|
|
53310
53414
|
_inheritMany(P.Error, [H.NullError, H.JsNoSuchMethodError, H.UnknownJsTypeError, H.CastErrorImplementation, H.RuntimeError, P.JsonUnsupportedObjectError, P.NullThrownError, P.ArgumentError, P.NoSuchMethodError, P.UnsupportedError, P.UnimplementedError, P.StateError, P.ConcurrentModificationError, P.CyclicInitializationError]);
|
|
@@ -53408,7 +53512,7 @@ self.readline = require("readline");
|
|
|
53408
53512
|
_mixin(L._UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
53409
53513
|
_mixin(M._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
53410
53514
|
})();
|
|
53411
|
-
var init = {mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, getTypeFromName: getGlobalFromName, metadata: [], types: [{func: 1, ret: F.Value, args: [[P.List, F.Value]]}, {func: 1, ret: -1}, {func: 1, ret: D.SassString, args: [[P.List, F.Value]]}, {func: 1, ret: Z.SassBoolean, args: [[P.List, F.Value]]}, {func: 1, ret: T.SassNumber, args: [[P.List, F.Value]]}, {func: 1, ret: K.SassColor, args: [[P.List, F.Value]]}, {func: 1, ret: D.SassList, args: [[P.List, F.Value]]}, {func: 1, ret: P.bool, args: [P.Object]}, {func: 1, ret: -1, args: [P.Object]}, {func: 1, ret: A.SassMap, args: [[P.List, F.Value]]}, {func: 1, ret: P.
|
|
53515
|
+
var init = {mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, getTypeFromName: getGlobalFromName, metadata: [], types: [{func: 1, ret: F.Value, args: [[P.List, F.Value]]}, {func: 1, ret: -1}, {func: 1, ret: D.SassString, args: [[P.List, F.Value]]}, {func: 1, ret: Z.SassBoolean, args: [[P.List, F.Value]]}, {func: 1, ret: T.SassNumber, args: [[P.List, F.Value]]}, {func: 1, ret: K.SassColor, args: [[P.List, F.Value]]}, {func: 1, ret: D.SassList, args: [[P.List, F.Value]]}, {func: 1, ret: P.bool, args: [P.Object]}, {func: 1, ret: -1, args: [P.Object]}, {func: 1, ret: A.SassMap, args: [[P.List, F.Value]]}, {func: 1, ret: P.bool, args: [P.int]}, {func: 1, ret: P.bool, args: [P.num, P.num]}, {func: 1, args: [,]}, {func: 1, ret: P.String, args: [P.Object]}, {func: 1, ret: P.Null, args: [,,]}, {func: 1, ret: P.Null, args: [, P.StackTrace]}, {func: 1, ret: -1, args: [P.Object], opt: [P.StackTrace]}, {func: 1, ret: P.String, args: [P.int]}, {func: 1, ret: P.Null, opt: [P.Object]}, {func: 1, ret: P.bool, args: [,]}, {func: 1, ret: -1, args: [{func: 1, ret: -1}]}, {func: 1, ret: P.Null, opt: [,]}, {func: 1, ret: P.int, args: [P.num]}, {func: 1, ret: O.Statement}, {func: 1, ret: P.Null, args: [,]}, {func: 1, ret: P.String, args: [P.String]}, {func: 1, bounds: [P.Object], ret: [P.Set, 0]}, {func: 1, ret: [P.Future,,]}, {func: 1, ret: P.bool, args: [B.CssNode]}, {func: 1, ret: O.SassNull, args: [P.int]}, {func: 1, ret: P.Null, args: [[P.List, F.Value]]}, {func: 1, ret: -1, opt: [[P.Future,,]]}, {func: 1, ret: F.SassFunction, args: [[P.List, F.Value]]}, {func: 1, ret: [P.Future, P.String], args: [,]}, {func: 1, ret: -1, opt: [P.Object]}, {func: 1, ret: -1, args: [, P.StackTrace]}, {func: 1, ret: P.bool, args: [S.ComplexSelector]}, {func: 1, ret: P.num, args: [P.num]}, {func: 1, ret: S.Extension, args: [,]}, {func: 1, ret: [P.Iterable, P.String], args: [P.Object]}, {func: 1, ret: [P.Future, -1], args: [P.Object]}, {func: 1, ret: P.Null, args: [P.Object, P.StackTrace]}, {func: 1, ret: P.Null, args: [P.Object, P.Object]}, {func: 1, ret: P.Null, args: [P.Object]}, {func: 1, ret: -1, args: [,]}, {func: 1, ret: T.SassNumber, args: [P.int]}, {func: 1, ret: P.String}, {func: 1, ret: O.Statement, named: {root: P.bool}}, {func: 1, ret: P.Uint8List, args: [P.int]}, {func: 1, ret: B.ArgumentDeclaration}, {func: 1, ret: T.Expression, named: {bracketList: P.bool, singleEquals: P.bool, until: {func: 1, ret: P.bool}}}, {func: 1, ret: T.NumberExpression}, {func: 1, ret: P.Uint8List, args: [,,]}, {func: 1, ret: P.String, args: [,,]}, {func: 1, ret: [P.List, P.int], args: [P.int]}, {func: 1, ret: P.String, args: [,]}, {func: 1, ret: -1, args: [,], opt: [P.StackTrace]}, {func: 1, ret: -1, args: [F.CssMediaQuery]}, {func: 1, ret: Y.SourceFile, args: [P.int]}, {func: 1, ret: P.String, args: [P.String], named: {color: null}}, {func: 1, ret: P.Null, args: [,], opt: [P.StackTrace]}, {func: 1, ret: P.int, args: [,,]}, {func: 1, ret: [P._Future,,], args: [,]}, {func: 1, ret: -1, args: [P.Zone, P.ZoneDelegate, P.Zone,, P.StackTrace]}, {func: 1, bounds: [P.Object], ret: 0, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0}]}, {func: 1, bounds: [P.Object, P.Object], ret: 0, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1]}, 1]}, {func: 1, bounds: [P.Object, P.Object, P.Object], ret: 0, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1, 2]}, 1, 2]}, {func: 1, bounds: [P.Object], ret: {func: 1, ret: 0}, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0}]}, {func: 1, bounds: [P.Object, P.Object], ret: {func: 1, ret: 0, args: [1]}, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1]}]}, {func: 1, bounds: [P.Object, P.Object, P.Object], ret: {func: 1, ret: 0, args: [1, 2]}, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: 0, args: [1, 2]}]}, {func: 1, ret: P.AsyncError, args: [P.Zone, P.ZoneDelegate, P.Zone, P.Object, P.StackTrace]}, {func: 1, ret: -1, args: [P.Zone, P.ZoneDelegate, P.Zone, {func: 1, ret: -1}]}, {func: 1, ret: P.Timer, args: [P.Zone, P.ZoneDelegate, P.Zone, P.Duration, {func: 1, ret: -1}]}, {func: 1, ret: P.Timer, args: [P.Zone, P.ZoneDelegate, P.Zone, P.Duration, {func: 1, ret: -1, args: [P.Timer]}]}, {func: 1, ret: -1, args: [P.Zone, P.ZoneDelegate, P.Zone, P.String]}, {func: 1, ret: -1, args: [P.String]}, {func: 1, ret: P.Zone, args: [P.Zone, P.ZoneDelegate, P.Zone, P.ZoneSpecification, [P.Map,,,]]}, {func: 1, ret: P.bool, args: [,,]}, {func: 1, ret: P.int, args: [,]}, {func: 1, ret: P.int, args: [P.Object]}, {func: 1, ret: P.bool, args: [P.Object, P.Object]}, {func: 1, ret: -1, args: [P.Object, P.StackTrace]}, {func: 1, bounds: [P.num], ret: 0, args: [0, 0]}, {func: 1, ret: P.bool, args: [M.SimpleSelector]}, {func: 1, ret: -1, args: [R.RenderOptions, {func: 1, ret: -1, args: [V.JSError, U.RenderResult]}]}, {func: 1, ret: U.RenderResult, args: [R.RenderOptions]}, {func: 1, ret: P.bool, args: [P.String]}, {func: 1, bounds: [P.Object], ret: -1, args: [P.Object, P.StackTrace, [P.EventSink, 0]]}, {func: 1, bounds: [P.Object], ret: [P.List, 0], args: [0, [P.List, 0]]}, {func: 1, ret: P.Object, args: [F.Value]}, {func: 1, ret: A.Frame, args: [,,]}], interceptorsByTag: null, leafTags: null};
|
|
53412
53516
|
(function constants() {
|
|
53413
53517
|
var makeConstList = hunkHelpers.makeConstList;
|
|
53414
53518
|
C.Interceptor_methods = J.Interceptor.prototype;
|