sass 1.23.1 → 1.23.6
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 +592 -482
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.6 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.6\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)
|
|
@@ -29554,14 +29552,18 @@ self.readline = require("readline");
|
|
|
29554
29552
|
_this._sourceDirectoriesToDestinations = new P.UnmodifiableMapView(new K.PathMap(t5, t4), t2);
|
|
29555
29553
|
},
|
|
29556
29554
|
_listSourceDirectory$2: function(source, destination) {
|
|
29557
|
-
var t2, t3, t4, _null = null,
|
|
29555
|
+
var t2, t3, t4, t5, _null = null,
|
|
29558
29556
|
t1 = P.String;
|
|
29559
29557
|
t1 = P.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
|
|
29560
|
-
for (t2 = J.get$iterator$ax(B.listDir(source, true)); t2.moveNext$0();) {
|
|
29561
|
-
|
|
29562
|
-
if (this._isEntrypoint$1(
|
|
29563
|
-
|
|
29564
|
-
|
|
29558
|
+
for (t2 = J.get$iterator$ax(B.listDir(source, true)), t3 = source == destination; t2.moveNext$0();) {
|
|
29559
|
+
t4 = t2.get$current(t2);
|
|
29560
|
+
if (this._isEntrypoint$1(t4))
|
|
29561
|
+
t5 = !(t3 && X.ParsedPath_ParsedPath$parse(t4, $.$get$context().style)._splitExtension$0()[1] === ".css");
|
|
29562
|
+
else
|
|
29563
|
+
t5 = false;
|
|
29564
|
+
if (t5) {
|
|
29565
|
+
t5 = $.$get$context();
|
|
29566
|
+
t1.$indexSet(0, t4, t5.join$8(0, destination, t5.withoutExtension$1(t5.relative$2$from(t4, source)) + ".css", _null, _null, _null, _null, _null, _null));
|
|
29565
29567
|
}
|
|
29566
29568
|
}
|
|
29567
29569
|
return t1;
|
|
@@ -29572,7 +29574,7 @@ self.readline = require("readline");
|
|
|
29572
29574
|
if (J.startsWith$1$s(X.ParsedPath_ParsedPath$parse(path, t1).get$basename(), "_"))
|
|
29573
29575
|
return false;
|
|
29574
29576
|
extension = X.ParsedPath_ParsedPath$parse(path, t1)._splitExtension$0()[1];
|
|
29575
|
-
return extension === ".scss" || extension === ".sass";
|
|
29577
|
+
return extension === ".scss" || extension === ".sass" || extension === ".css";
|
|
29576
29578
|
},
|
|
29577
29579
|
get$emitSourceMap: function() {
|
|
29578
29580
|
var t2, writeToStdout, _this = this,
|
|
@@ -30081,7 +30083,7 @@ self.readline = require("readline");
|
|
|
30081
30083
|
},
|
|
30082
30084
|
_debounceEvents$1: function(events) {
|
|
30083
30085
|
var t1 = E.WatchEvent,
|
|
30084
|
-
t2 =
|
|
30086
|
+
t2 = R._debounceAggregate(P.Duration$(25), H.instantiate1(R.rate_limit___collectToList$closure(), t1), t1, [P.List, t1]).bind$1(events);
|
|
30085
30087
|
return new P._ExpandStream(new A._Watcher__debounceEvents_closure(), t2, [H.getRuntimeTypeArgument(t2, "Stream", 0), t1]);
|
|
30086
30088
|
},
|
|
30087
30089
|
_recompileDownstream$1: function(nodes) {
|
|
@@ -30199,10 +30201,12 @@ self.readline = require("readline");
|
|
|
30199
30201
|
return;
|
|
30200
30202
|
for (t1._ensureSources$0(), t3 = t1._sourceDirectoriesToDestinations.get$keys(), t3 = t3.get$iterator(t3); t3.moveNext$0();) {
|
|
30201
30203
|
t4 = t3.get$current(t3);
|
|
30202
|
-
if (t2._isWithinOrEquals$2(t4, source)
|
|
30203
|
-
|
|
30204
|
-
|
|
30205
|
-
|
|
30204
|
+
if (t2._isWithinOrEquals$2(t4, source) !== C._PathRelation_within)
|
|
30205
|
+
continue;
|
|
30206
|
+
t1._ensureSources$0();
|
|
30207
|
+
destination = t2.join$8(0, t1._sourceDirectoriesToDestinations.$index(0, t4), t2.withoutExtension$1(t2.relative$2$from(source, t4)) + ".css", _null, _null, _null, _null, _null, _null);
|
|
30208
|
+
if (destination !== source)
|
|
30209
|
+
return destination;
|
|
30206
30210
|
}
|
|
30207
30211
|
return;
|
|
30208
30212
|
},
|
|
@@ -30566,23 +30570,24 @@ self.readline = require("readline");
|
|
|
30566
30570
|
}
|
|
30567
30571
|
},
|
|
30568
30572
|
addExtensions$1: function(extenders) {
|
|
30569
|
-
var t1, t2, _box_0 = {};
|
|
30573
|
+
var t1, t2, t3, _this = this, _box_0 = {};
|
|
30570
30574
|
_box_0.newExtensions = _box_0.selectorsToExtend = _box_0.extensionsToExtend = null;
|
|
30571
|
-
for (t1 = J.get$iterator$ax(extenders); t1.moveNext$0();) {
|
|
30572
|
-
|
|
30573
|
-
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))
|
|
30574
30578
|
continue;
|
|
30575
|
-
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));
|
|
30576
30581
|
}
|
|
30577
30582
|
t1 = _box_0.newExtensions;
|
|
30578
30583
|
if (t1 == null)
|
|
30579
30584
|
return;
|
|
30580
30585
|
t2 = _box_0.extensionsToExtend;
|
|
30581
30586
|
if (t2 != null)
|
|
30582
|
-
|
|
30587
|
+
_this._extendExistingExtensions$2(t2, t1);
|
|
30583
30588
|
t1 = _box_0.selectorsToExtend;
|
|
30584
30589
|
if (t1 != null)
|
|
30585
|
-
|
|
30590
|
+
_this._extendExistingSelectors$2(t1, _box_0.newExtensions);
|
|
30586
30591
|
},
|
|
30587
30592
|
_extendList$3: function(list, extensions, mediaQueryContext) {
|
|
30588
30593
|
var t1, t2, t3, extended, i, complex, result, t4;
|
|
@@ -30651,7 +30656,7 @@ self.readline = require("readline");
|
|
|
30651
30656
|
return P.List_List$from(t1, true, H.getRuntimeTypeArgument(t1, "Iterable", 0));
|
|
30652
30657
|
},
|
|
30653
30658
|
_extendCompound$4$inOriginal: function(compound, extensions, mediaQueryContext, inOriginal) {
|
|
30654
|
-
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,
|
|
30655
30660
|
_s28_ = "components may not be empty.",
|
|
30656
30661
|
_box_1 = {},
|
|
30657
30662
|
t1 = _this._mode,
|
|
@@ -30686,16 +30691,16 @@ self.readline = require("readline");
|
|
|
30686
30691
|
result.fixed$length = Array;
|
|
30687
30692
|
result.immutable$list = Array;
|
|
30688
30693
|
t13 = result;
|
|
30689
|
-
|
|
30694
|
+
compound = new X.CompoundSelector(t13);
|
|
30690
30695
|
if (t13.length === 0)
|
|
30691
30696
|
H.throwExpression(P.ArgumentError$(_s28_));
|
|
30692
|
-
result = P.List_List$from(H.setRuntimeTypeInfo([
|
|
30697
|
+
result = P.List_List$from(H.setRuntimeTypeInfo([compound], t8), false, t7);
|
|
30693
30698
|
result.fixed$length = Array;
|
|
30694
30699
|
result.immutable$list = Array;
|
|
30695
30700
|
t13 = result;
|
|
30696
30701
|
if (t13.length === 0)
|
|
30697
30702
|
H.throwExpression(P.ArgumentError$(_s28_));
|
|
30698
|
-
t14 = _this._sourceSpecificityFor$1(
|
|
30703
|
+
t14 = _this._sourceSpecificityFor$1(compound);
|
|
30699
30704
|
options.push(H.setRuntimeTypeInfo([new S.Extension(new S.ComplexSelector(t13, false), _null, t14, true, true, _null, _null, _null)], t6));
|
|
30700
30705
|
}
|
|
30701
30706
|
}
|
|
@@ -30709,7 +30714,7 @@ self.readline = require("readline");
|
|
|
30709
30714
|
if (options.length === 1)
|
|
30710
30715
|
return J.map$1$1$ax(C.JSArray_methods.get$first(options), new F.Extender__extendCompound_closure(mediaQueryContext), S.ComplexSelector).toList$0(0);
|
|
30711
30716
|
_box_1.first = t1 !== C.ExtendMode_replace;
|
|
30712
|
-
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());
|
|
30713
30718
|
t2 = S.ComplexSelector;
|
|
30714
30719
|
return P.List_List$from(new H.ExpandIterable(t1, new F.Extender__extendCompound_closure2(), [H.getTypeArgumentByIndex(t1, 0), t2]), true, t2);
|
|
30715
30720
|
},
|
|
@@ -30810,13 +30815,16 @@ self.readline = require("readline");
|
|
|
30810
30815
|
},
|
|
30811
30816
|
get$_extensions: function() {
|
|
30812
30817
|
return this._extensions;
|
|
30818
|
+
},
|
|
30819
|
+
get$_sourceSpecificity: function() {
|
|
30820
|
+
return this._sourceSpecificity;
|
|
30813
30821
|
}
|
|
30814
30822
|
};
|
|
30815
30823
|
F.Extender__extendOrReplace_closure.prototype = {
|
|
30816
30824
|
call$1: function(complex) {
|
|
30817
30825
|
return S.Extension$oneOff(H.interceptedTypeCast(complex, "$isComplexSelector"), false, null);
|
|
30818
30826
|
},
|
|
30819
|
-
$signature:
|
|
30827
|
+
$signature: 38
|
|
30820
30828
|
};
|
|
30821
30829
|
F.Extender_extensionsWhereTarget_closure.prototype = {
|
|
30822
30830
|
call$1: function(extension) {
|
|
@@ -30959,8 +30967,8 @@ self.readline = require("readline");
|
|
|
30959
30967
|
};
|
|
30960
30968
|
F.Extender__extendCompound_closure0.prototype = {
|
|
30961
30969
|
call$1: function(path) {
|
|
30962
|
-
var complexes, toUnify, originals, t3,
|
|
30963
|
-
t1 =
|
|
30970
|
+
var complexes, toUnify, originals, t3, _box_0 = {},
|
|
30971
|
+
t1 = this._box_1,
|
|
30964
30972
|
t2 = [P.List, S.ComplexSelectorComponent];
|
|
30965
30973
|
if (t1.first) {
|
|
30966
30974
|
t1.first = false;
|
|
@@ -30983,12 +30991,10 @@ self.readline = require("readline");
|
|
|
30983
30991
|
return;
|
|
30984
30992
|
}
|
|
30985
30993
|
_box_0.lineBreak = false;
|
|
30986
|
-
|
|
30987
|
-
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();) {
|
|
30988
30995
|
t3 = t1.get$current(t1);
|
|
30989
30996
|
t3.assertCompatibleMediaContext$1(t2);
|
|
30990
30997
|
_box_0.lineBreak = _box_0.lineBreak || t3.extender.lineBreak;
|
|
30991
|
-
specificity = Math.max(specificity, H.checkNum(t3.specificity));
|
|
30992
30998
|
}
|
|
30993
30999
|
return J.map$1$1$ax(complexes, new F.Extender__extendCompound__closure0(_box_0), S.ComplexSelector).toList$0(0);
|
|
30994
31000
|
}
|
|
@@ -32023,7 +32029,7 @@ self.readline = require("readline");
|
|
|
32023
32029
|
call$1: function(component) {
|
|
32024
32030
|
return C.JSString_methods.padLeft$2(J.toRadixString$1$n(component, 16), 2, "0").toUpperCase();
|
|
32025
32031
|
},
|
|
32026
|
-
$signature:
|
|
32032
|
+
$signature: 17
|
|
32027
32033
|
};
|
|
32028
32034
|
K._functionString_closure.prototype = {
|
|
32029
32035
|
call$1: function(argument) {
|
|
@@ -32038,7 +32044,7 @@ self.readline = require("readline");
|
|
|
32038
32044
|
t3 = "The function " + t1 + "() isn't in the sass:color module.\n\nRecommendation: color.adjust(" + H.S(t2.$index($arguments, 0)) + ", $" + this.argument + ": ";
|
|
32039
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));
|
|
32040
32046
|
},
|
|
32041
|
-
$signature:
|
|
32047
|
+
$signature: 30
|
|
32042
32048
|
};
|
|
32043
32049
|
K._parseChannels_closure.prototype = {
|
|
32044
32050
|
call$1: function(value) {
|
|
@@ -32275,19 +32281,19 @@ self.readline = require("readline");
|
|
|
32275
32281
|
call$1: function(value) {
|
|
32276
32282
|
return J.ceil$0$n(value);
|
|
32277
32283
|
},
|
|
32278
|
-
$signature:
|
|
32284
|
+
$signature: 22
|
|
32279
32285
|
};
|
|
32280
32286
|
K.closure25.prototype = {
|
|
32281
32287
|
call$1: function(value) {
|
|
32282
32288
|
return J.floor$0$n(value);
|
|
32283
32289
|
},
|
|
32284
|
-
$signature:
|
|
32290
|
+
$signature: 22
|
|
32285
32291
|
};
|
|
32286
32292
|
K.closure24.prototype = {
|
|
32287
32293
|
call$1: function(value) {
|
|
32288
32294
|
return Math.abs(value);
|
|
32289
32295
|
},
|
|
32290
|
-
$signature:
|
|
32296
|
+
$signature: 37
|
|
32291
32297
|
};
|
|
32292
32298
|
K.closure23.prototype = {
|
|
32293
32299
|
call$1: function($arguments) {
|
|
@@ -32725,7 +32731,7 @@ self.readline = require("readline");
|
|
|
32725
32731
|
call$1: function(url) {
|
|
32726
32732
|
return J.get$length$asx(J.get$path$x(url));
|
|
32727
32733
|
},
|
|
32728
|
-
$signature:
|
|
32734
|
+
$signature: 12
|
|
32729
32735
|
};
|
|
32730
32736
|
M.Importer.prototype = {
|
|
32731
32737
|
modificationTime$1: function(url) {
|
|
@@ -33089,7 +33095,7 @@ self.readline = require("readline");
|
|
|
33089
33095
|
$defaultValues: function() {
|
|
33090
33096
|
return [null];
|
|
33091
33097
|
},
|
|
33092
|
-
$signature:
|
|
33098
|
+
$signature: 18
|
|
33093
33099
|
};
|
|
33094
33100
|
B.readStdin_closure1.prototype = {
|
|
33095
33101
|
call$1: function(_) {
|
|
@@ -33103,7 +33109,7 @@ self.readline = require("readline");
|
|
|
33103
33109
|
$defaultValues: function() {
|
|
33104
33110
|
return [null];
|
|
33105
33111
|
},
|
|
33106
|
-
$signature:
|
|
33112
|
+
$signature: 18
|
|
33107
33113
|
};
|
|
33108
33114
|
B.readStdin_closure2.prototype = {
|
|
33109
33115
|
call$1: function(e) {
|
|
@@ -33120,7 +33126,7 @@ self.readline = require("readline");
|
|
|
33120
33126
|
$defaultValues: function() {
|
|
33121
33127
|
return [null];
|
|
33122
33128
|
},
|
|
33123
|
-
$signature:
|
|
33129
|
+
$signature: 18
|
|
33124
33130
|
};
|
|
33125
33131
|
B.fileExists_closure.prototype = {
|
|
33126
33132
|
call$0: function() {
|
|
@@ -33189,7 +33195,7 @@ self.readline = require("readline");
|
|
|
33189
33195
|
call$1: function(child) {
|
|
33190
33196
|
return D.join(this.path, H.stringTypeCast(child), null);
|
|
33191
33197
|
},
|
|
33192
|
-
$signature:
|
|
33198
|
+
$signature: 13
|
|
33193
33199
|
};
|
|
33194
33200
|
B.listDir__closure0.prototype = {
|
|
33195
33201
|
call$1: function(child) {
|
|
@@ -33206,7 +33212,7 @@ self.readline = require("readline");
|
|
|
33206
33212
|
var path = D.join(this.parent, H.stringTypeCast(child), null);
|
|
33207
33213
|
return B.dirExists(path) ? this.list.call$1(path) : H.setRuntimeTypeInfo([path], [P.String]);
|
|
33208
33214
|
},
|
|
33209
|
-
$signature:
|
|
33215
|
+
$signature: 39
|
|
33210
33216
|
};
|
|
33211
33217
|
B.modificationTime_closure.prototype = {
|
|
33212
33218
|
call$0: function() {
|
|
@@ -33258,7 +33264,7 @@ self.readline = require("readline");
|
|
|
33258
33264
|
var t1 = this._box_0.controller;
|
|
33259
33265
|
return t1 == null ? null : t1.addError$1(error);
|
|
33260
33266
|
},
|
|
33261
|
-
$signature:
|
|
33267
|
+
$signature: 8
|
|
33262
33268
|
};
|
|
33263
33269
|
B.watchDir_closure3.prototype = {
|
|
33264
33270
|
call$0: function() {
|
|
@@ -33475,7 +33481,7 @@ self.readline = require("readline");
|
|
|
33475
33481
|
call$1: function(args) {
|
|
33476
33482
|
return F.main(P.List_List$from(H.subtypeCast(args, "$isList", [P.Object], "$asList"), true, P.String));
|
|
33477
33483
|
},
|
|
33478
|
-
$signature:
|
|
33484
|
+
$signature: 40
|
|
33479
33485
|
};
|
|
33480
33486
|
B._render_closure.prototype = {
|
|
33481
33487
|
call$0: function() {
|
|
@@ -33486,6 +33492,7 @@ self.readline = require("readline");
|
|
|
33486
33492
|
error = H.unwrapException(exception);
|
|
33487
33493
|
this.callback.call$2(H.interceptedTypeCast(error, "$isJSError"), null);
|
|
33488
33494
|
}
|
|
33495
|
+
return;
|
|
33489
33496
|
},
|
|
33490
33497
|
"call*": "call$0",
|
|
33491
33498
|
$requiredArgCount: 0
|
|
@@ -33507,7 +33514,7 @@ self.readline = require("readline");
|
|
|
33507
33514
|
},
|
|
33508
33515
|
"call*": "call$2",
|
|
33509
33516
|
$requiredArgCount: 2,
|
|
33510
|
-
$signature:
|
|
33517
|
+
$signature: 41
|
|
33511
33518
|
};
|
|
33512
33519
|
B._parseFunctions_closure.prototype = {
|
|
33513
33520
|
call$2: function(signature, callback) {
|
|
@@ -33534,7 +33541,7 @@ self.readline = require("readline");
|
|
|
33534
33541
|
t1.push(S.AsyncBuiltInCallable$parsed(tuple.item1, tuple.item2, new B._parseFunctions__closure1(callback)));
|
|
33535
33542
|
}
|
|
33536
33543
|
},
|
|
33537
|
-
$signature:
|
|
33544
|
+
$signature: 42
|
|
33538
33545
|
};
|
|
33539
33546
|
B._parseFunctions__closure.prototype = {
|
|
33540
33547
|
call$1: function($arguments) {
|
|
@@ -33564,7 +33571,7 @@ self.readline = require("readline");
|
|
|
33564
33571
|
$defaultValues: function() {
|
|
33565
33572
|
return [null];
|
|
33566
33573
|
},
|
|
33567
|
-
$signature:
|
|
33574
|
+
$signature: 18
|
|
33568
33575
|
};
|
|
33569
33576
|
B._parseFunctions____closure.prototype = {
|
|
33570
33577
|
call$0: function() {
|
|
@@ -33642,7 +33649,7 @@ self.readline = require("readline");
|
|
|
33642
33649
|
$defaultValues: function() {
|
|
33643
33650
|
return [null];
|
|
33644
33651
|
},
|
|
33645
|
-
$signature:
|
|
33652
|
+
$signature: 34
|
|
33646
33653
|
};
|
|
33647
33654
|
B._parseImporter_closure.prototype = {
|
|
33648
33655
|
call$1: function(importer) {
|
|
@@ -33671,7 +33678,7 @@ self.readline = require("readline");
|
|
|
33671
33678
|
call$1: function(result) {
|
|
33672
33679
|
P.scheduleMicrotask(new B._parseImporter____closure(this.fiber, result));
|
|
33673
33680
|
},
|
|
33674
|
-
$signature:
|
|
33681
|
+
$signature: 43
|
|
33675
33682
|
};
|
|
33676
33683
|
B._parseImporter____closure.prototype = {
|
|
33677
33684
|
call$0: function() {
|
|
@@ -33699,7 +33706,7 @@ self.readline = require("readline");
|
|
|
33699
33706
|
call$1: function(thisArg) {
|
|
33700
33707
|
return J.toString$0$(thisArg);
|
|
33701
33708
|
},
|
|
33702
|
-
$signature:
|
|
33709
|
+
$signature: 13
|
|
33703
33710
|
};
|
|
33704
33711
|
B.createClass_closure.prototype = {
|
|
33705
33712
|
call$2: function($name, body) {
|
|
@@ -33729,13 +33736,13 @@ self.readline = require("readline");
|
|
|
33729
33736
|
$defaultValues: function() {
|
|
33730
33737
|
return [null];
|
|
33731
33738
|
},
|
|
33732
|
-
$signature:
|
|
33739
|
+
$signature: 21
|
|
33733
33740
|
};
|
|
33734
33741
|
Z._closure19.prototype = {
|
|
33735
33742
|
call$1: function(thisArg) {
|
|
33736
33743
|
return thisArg === C.SassBoolean_true;
|
|
33737
33744
|
},
|
|
33738
|
-
$signature:
|
|
33745
|
+
$signature: 7
|
|
33739
33746
|
};
|
|
33740
33747
|
K._NodeSassColor.prototype = {};
|
|
33741
33748
|
K.closure119.prototype = {
|
|
@@ -33861,7 +33868,7 @@ self.readline = require("readline");
|
|
|
33861
33868
|
call$1: function(_) {
|
|
33862
33869
|
return C.C_SassNull;
|
|
33863
33870
|
},
|
|
33864
|
-
$signature:
|
|
33871
|
+
$signature: 29
|
|
33865
33872
|
};
|
|
33866
33873
|
D.closure113.prototype = {
|
|
33867
33874
|
call$2: function(thisArg, index) {
|
|
@@ -33934,13 +33941,13 @@ self.readline = require("readline");
|
|
|
33934
33941
|
call$1: function(i) {
|
|
33935
33942
|
return new T.SassNumber(i, C.List_empty, C.List_empty, null);
|
|
33936
33943
|
},
|
|
33937
|
-
$signature:
|
|
33944
|
+
$signature: 45
|
|
33938
33945
|
};
|
|
33939
33946
|
A._closure16.prototype = {
|
|
33940
33947
|
call$1: function(_) {
|
|
33941
33948
|
return C.C_SassNull;
|
|
33942
33949
|
},
|
|
33943
|
-
$signature:
|
|
33950
|
+
$signature: 29
|
|
33944
33951
|
};
|
|
33945
33952
|
A.closure106.prototype = {
|
|
33946
33953
|
call$2: function(thisArg, index) {
|
|
@@ -34031,7 +34038,7 @@ self.readline = require("readline");
|
|
|
34031
34038
|
$defaultValues: function() {
|
|
34032
34039
|
return [null];
|
|
34033
34040
|
},
|
|
34034
|
-
$signature:
|
|
34041
|
+
$signature: 21
|
|
34035
34042
|
};
|
|
34036
34043
|
O._closure14.prototype = {
|
|
34037
34044
|
call$0: function() {
|
|
@@ -34609,11 +34616,11 @@ self.readline = require("readline");
|
|
|
34609
34616
|
return number;
|
|
34610
34617
|
},
|
|
34611
34618
|
declarationValue$1$allowEmpty: function(allowEmpty) {
|
|
34612
|
-
var t1, t2,
|
|
34619
|
+
var t1, t2, wroteNewline, next, start, end, t3, url, _this = this,
|
|
34613
34620
|
buffer = new P.StringBuffer(""),
|
|
34614
34621
|
brackets = H.setRuntimeTypeInfo([], [P.int]);
|
|
34615
34622
|
$label0$1:
|
|
34616
|
-
for (t1 = _this.scanner, t2 = _this.get$
|
|
34623
|
+
for (t1 = _this.scanner, t2 = _this.get$string(), wroteNewline = false; true;) {
|
|
34617
34624
|
next = t1.peekChar$0();
|
|
34618
34625
|
switch (next) {
|
|
34619
34626
|
case 92:
|
|
@@ -34623,15 +34630,16 @@ self.readline = require("readline");
|
|
|
34623
34630
|
case 34:
|
|
34624
34631
|
case 39:
|
|
34625
34632
|
start = t1._string_scanner$_position;
|
|
34626
|
-
|
|
34633
|
+
t2.call$0();
|
|
34627
34634
|
end = t1._string_scanner$_position;
|
|
34628
34635
|
buffer._contents += J.substring$2$s(t1.string, start, end);
|
|
34629
34636
|
wroteNewline = false;
|
|
34630
34637
|
break;
|
|
34631
34638
|
case 47:
|
|
34632
34639
|
if (t1.peekChar$1(1) === 42) {
|
|
34640
|
+
t3 = _this.get$loudComment();
|
|
34633
34641
|
start = t1._string_scanner$_position;
|
|
34634
|
-
|
|
34642
|
+
t3.call$0();
|
|
34635
34643
|
end = t1._string_scanner$_position;
|
|
34636
34644
|
buffer._contents += J.substring$2$s(t1.string, start, end);
|
|
34637
34645
|
} else
|
|
@@ -34641,19 +34649,19 @@ self.readline = require("readline");
|
|
|
34641
34649
|
case 32:
|
|
34642
34650
|
case 9:
|
|
34643
34651
|
if (!wroteNewline) {
|
|
34644
|
-
|
|
34645
|
-
|
|
34652
|
+
t3 = t1.peekChar$1(1);
|
|
34653
|
+
t3 = !(t3 === 32 || t3 === 9 || t3 === 10 || t3 === 13 || t3 === 12);
|
|
34646
34654
|
} else
|
|
34647
|
-
|
|
34648
|
-
if (
|
|
34655
|
+
t3 = true;
|
|
34656
|
+
if (t3)
|
|
34649
34657
|
buffer._contents += H.Primitives_stringFromCharCode(32);
|
|
34650
34658
|
t1.readChar$0();
|
|
34651
34659
|
break;
|
|
34652
34660
|
case 10:
|
|
34653
34661
|
case 13:
|
|
34654
34662
|
case 12:
|
|
34655
|
-
|
|
34656
|
-
if (!(
|
|
34663
|
+
t3 = t1.peekChar$1(-1);
|
|
34664
|
+
if (!(t3 === 10 || t3 === 13 || t3 === 12))
|
|
34657
34665
|
buffer._contents += "\n";
|
|
34658
34666
|
t1.readChar$0();
|
|
34659
34667
|
wroteNewline = true;
|
|
@@ -35286,7 +35294,7 @@ self.readline = require("readline");
|
|
|
35286
35294
|
t3._contents += " */";
|
|
35287
35295
|
return new L.LoudComment(buffer.interpolation$1(t1.spanFrom$1(new S._SpanScannerState(t1, t2))));
|
|
35288
35296
|
},
|
|
35289
|
-
|
|
35297
|
+
whitespaceWithoutComments$0: function() {
|
|
35290
35298
|
var t1, t2, next;
|
|
35291
35299
|
for (t1 = this.scanner, t2 = t1.string.length; t1._string_scanner$_position !== t2;) {
|
|
35292
35300
|
next = t1.peekChar$0();
|
|
@@ -35294,8 +35302,23 @@ self.readline = require("readline");
|
|
|
35294
35302
|
break;
|
|
35295
35303
|
t1.readChar$0();
|
|
35296
35304
|
}
|
|
35297
|
-
|
|
35298
|
-
|
|
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
|
+
}
|
|
35299
35322
|
},
|
|
35300
35323
|
_expectNewline$0: function() {
|
|
35301
35324
|
var t1 = this.scanner;
|
|
@@ -36077,7 +36100,7 @@ self.readline = require("readline");
|
|
|
36077
36100
|
return !!J.getInterceptor$(declarationOrBuffer).$isStatement ? declarationOrBuffer : _this._stylesheet$_styleRule$2(H.interceptedTypeCast(declarationOrBuffer, "$isInterpolationBuffer"), new S._SpanScannerState(t1, t2));
|
|
36078
36101
|
},
|
|
36079
36102
|
_declarationOrBuffer$0: function() {
|
|
36080
|
-
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 = {},
|
|
36081
36104
|
t2 = _this.scanner,
|
|
36082
36105
|
start = new S._SpanScannerState(t2, t2._string_scanner$_position),
|
|
36083
36106
|
nameBuffer = new Z.InterpolationBuffer(new P.StringBuffer(""), []),
|
|
@@ -36113,15 +36136,16 @@ self.readline = require("readline");
|
|
|
36113
36136
|
nameBuffer._interpolation_buffer$_text._contents += t3;
|
|
36114
36137
|
}
|
|
36115
36138
|
midBuffer = new P.StringBuffer("");
|
|
36116
|
-
|
|
36117
|
-
|
|
36139
|
+
t3 = _this.get$whitespace();
|
|
36140
|
+
midBuffer._contents += _this.rawText$1(t3);
|
|
36141
|
+
t4 = t2._string_scanner$_position;
|
|
36118
36142
|
if (!t2.scanChar$1(58)) {
|
|
36119
36143
|
if (midBuffer._contents.length !== 0)
|
|
36120
36144
|
nameBuffer._interpolation_buffer$_text._contents += H.Primitives_stringFromCharCode(32);
|
|
36121
36145
|
return nameBuffer;
|
|
36122
36146
|
}
|
|
36123
36147
|
midBuffer._contents += H.Primitives_stringFromCharCode(58);
|
|
36124
|
-
$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)));
|
|
36125
36149
|
first = C.JSArray_methods.get$first($name.contents);
|
|
36126
36150
|
if (C.JSString_methods.startsWith$1(typeof first === "string" ? first : "", "--")) {
|
|
36127
36151
|
value = _this._interpolatedDeclarationValue$0();
|
|
@@ -36139,7 +36163,7 @@ self.readline = require("readline");
|
|
|
36139
36163
|
t1._interpolation_buffer$_text._contents += H.S(midBuffer);
|
|
36140
36164
|
return t1;
|
|
36141
36165
|
}
|
|
36142
|
-
postColonWhitespace = _this.rawText$1(
|
|
36166
|
+
postColonWhitespace = _this.rawText$1(t3);
|
|
36143
36167
|
if (_this.lookingAtChildren$0())
|
|
36144
36168
|
return _this._withChildren$3(_this.get$_declarationChild(), start, new V.StylesheetParser__declarationOrBuffer_closure($name));
|
|
36145
36169
|
midBuffer._contents += postColonWhitespace;
|
|
@@ -36847,27 +36871,27 @@ self.readline = require("readline");
|
|
|
36847
36871
|
return _this._withChildren$3(_this.get$_statement(), start, new V.StylesheetParser__mixinRule_closure(_this, $name, $arguments, precedingComment));
|
|
36848
36872
|
},
|
|
36849
36873
|
mozDocumentRule$2: function(start, $name) {
|
|
36850
|
-
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 = {},
|
|
36851
36875
|
t1 = _this.scanner,
|
|
36852
36876
|
t2 = t1._string_scanner$_position,
|
|
36853
36877
|
t3 = new P.StringBuffer(""),
|
|
36854
36878
|
t4 = [],
|
|
36855
36879
|
buffer = new Z.InterpolationBuffer(t3, t4);
|
|
36856
36880
|
_box_0.needsDeprecationWarning = false;
|
|
36857
|
-
for (; true;) {
|
|
36881
|
+
for (t5 = _this.get$whitespace(); true;) {
|
|
36858
36882
|
if (t1.peekChar$0() === 35) {
|
|
36859
|
-
|
|
36883
|
+
t6 = _this.singleInterpolation$0();
|
|
36860
36884
|
buffer._flushText$0();
|
|
36861
|
-
t4.push(
|
|
36885
|
+
t4.push(t6);
|
|
36862
36886
|
_box_0.needsDeprecationWarning = true;
|
|
36863
36887
|
} else {
|
|
36864
|
-
|
|
36888
|
+
t6 = t1._string_scanner$_position;
|
|
36865
36889
|
identifier = _this.identifier$0();
|
|
36866
36890
|
switch (identifier) {
|
|
36867
36891
|
case "url":
|
|
36868
36892
|
case "url-prefix":
|
|
36869
36893
|
case "domain":
|
|
36870
|
-
contents = _this._tryUrlContents$2$name(new S._SpanScannerState(t1,
|
|
36894
|
+
contents = _this._tryUrlContents$2$name(new S._SpanScannerState(t1, t6), identifier);
|
|
36871
36895
|
if (contents != null)
|
|
36872
36896
|
buffer.addInterpolation$1(contents);
|
|
36873
36897
|
else {
|
|
@@ -36880,8 +36904,8 @@ self.readline = require("readline");
|
|
|
36880
36904
|
buffer.addInterpolation$1(argument.asInterpolation$0());
|
|
36881
36905
|
t3._contents += H.Primitives_stringFromCharCode(41);
|
|
36882
36906
|
}
|
|
36883
|
-
|
|
36884
|
-
trailing =
|
|
36907
|
+
t6 = t3._contents;
|
|
36908
|
+
trailing = t6.charCodeAt(0) == 0 ? t6 : t6;
|
|
36885
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("")'))
|
|
36886
36910
|
_box_0.needsDeprecationWarning = true;
|
|
36887
36911
|
break;
|
|
@@ -36895,14 +36919,13 @@ self.readline = require("readline");
|
|
|
36895
36919
|
break;
|
|
36896
36920
|
default:
|
|
36897
36921
|
endPosition = t1._string_scanner$_position;
|
|
36898
|
-
_this.error$2("Invalid function name.", Y._FileSpan$(t1._sourceFile,
|
|
36922
|
+
_this.error$2("Invalid function name.", Y._FileSpan$(t1._sourceFile, t6, endPosition));
|
|
36899
36923
|
}
|
|
36900
36924
|
}
|
|
36901
36925
|
_this.whitespace$0();
|
|
36902
36926
|
if (!t1.scanChar$1(44))
|
|
36903
36927
|
break;
|
|
36904
36928
|
t3._contents += H.Primitives_stringFromCharCode(44);
|
|
36905
|
-
t5 = _this.get$whitespace();
|
|
36906
36929
|
start0 = t1._string_scanner$_position;
|
|
36907
36930
|
t5.call$0();
|
|
36908
36931
|
end = t1._string_scanner$_position;
|
|
@@ -38241,14 +38264,14 @@ self.readline = require("readline");
|
|
|
38241
38264
|
return buffer.interpolation$1(t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
38242
38265
|
},
|
|
38243
38266
|
_interpolatedDeclarationValue$1$allowEmpty: function(allowEmpty) {
|
|
38244
|
-
var t4,
|
|
38267
|
+
var t4, wroteNewline, next, t5, start, end, contents, _this = this,
|
|
38245
38268
|
t1 = _this.scanner,
|
|
38246
38269
|
t2 = t1._string_scanner$_position,
|
|
38247
38270
|
t3 = new P.StringBuffer(""),
|
|
38248
38271
|
buffer = new Z.InterpolationBuffer(t3, []),
|
|
38249
38272
|
brackets = H.setRuntimeTypeInfo([], [P.int]);
|
|
38250
38273
|
$label0$1:
|
|
38251
|
-
for (t4 = t1.string,
|
|
38274
|
+
for (t4 = t1.string, wroteNewline = false; true;) {
|
|
38252
38275
|
next = t1.peekChar$0();
|
|
38253
38276
|
switch (next) {
|
|
38254
38277
|
case 92:
|
|
@@ -38262,6 +38285,7 @@ self.readline = require("readline");
|
|
|
38262
38285
|
break;
|
|
38263
38286
|
case 47:
|
|
38264
38287
|
if (t1.peekChar$1(1) === 42) {
|
|
38288
|
+
t5 = _this.get$loudComment();
|
|
38265
38289
|
start = t1._string_scanner$_position;
|
|
38266
38290
|
t5.call$0();
|
|
38267
38291
|
end = t1._string_scanner$_position;
|
|
@@ -38280,11 +38304,11 @@ self.readline = require("readline");
|
|
|
38280
38304
|
case 32:
|
|
38281
38305
|
case 9:
|
|
38282
38306
|
if (!wroteNewline) {
|
|
38283
|
-
|
|
38284
|
-
|
|
38307
|
+
t5 = t1.peekChar$1(1);
|
|
38308
|
+
t5 = !(t5 === 32 || t5 === 9 || t5 === 10 || t5 === 13 || t5 === 12);
|
|
38285
38309
|
} else
|
|
38286
|
-
|
|
38287
|
-
if (
|
|
38310
|
+
t5 = true;
|
|
38311
|
+
if (t5)
|
|
38288
38312
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
38289
38313
|
else
|
|
38290
38314
|
t1.readChar$0();
|
|
@@ -38294,8 +38318,8 @@ self.readline = require("readline");
|
|
|
38294
38318
|
case 12:
|
|
38295
38319
|
if (_this.get$indented())
|
|
38296
38320
|
break $label0$1;
|
|
38297
|
-
|
|
38298
|
-
if (!(
|
|
38321
|
+
t5 = t1.peekChar$1(-1);
|
|
38322
|
+
if (!(t5 === 10 || t5 === 13 || t5 === 12))
|
|
38299
38323
|
t3._contents += "\n";
|
|
38300
38324
|
t1.readChar$0();
|
|
38301
38325
|
wroteNewline = true;
|
|
@@ -38323,17 +38347,17 @@ self.readline = require("readline");
|
|
|
38323
38347
|
break;
|
|
38324
38348
|
case 117:
|
|
38325
38349
|
case 85:
|
|
38326
|
-
|
|
38350
|
+
t5 = t1._string_scanner$_position;
|
|
38327
38351
|
if (!_this.scanIdentifier$1("url")) {
|
|
38328
38352
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
38329
38353
|
wroteNewline = false;
|
|
38330
38354
|
break;
|
|
38331
38355
|
}
|
|
38332
|
-
contents = _this._tryUrlContents$1(new S._SpanScannerState(t1,
|
|
38356
|
+
contents = _this._tryUrlContents$1(new S._SpanScannerState(t1, t5));
|
|
38333
38357
|
if (contents == null) {
|
|
38334
|
-
if (
|
|
38335
|
-
H.throwExpression(P.ArgumentError$("Invalid position " +
|
|
38336
|
-
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;
|
|
38337
38361
|
t1._lastMatch = null;
|
|
38338
38362
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
38339
38363
|
} else
|
|
@@ -39111,13 +39135,13 @@ self.readline = require("readline");
|
|
|
39111
39135
|
call$1: function(char) {
|
|
39112
39136
|
return char != null && T.isHex(char);
|
|
39113
39137
|
},
|
|
39114
|
-
$signature:
|
|
39138
|
+
$signature: 10
|
|
39115
39139
|
};
|
|
39116
39140
|
V.StylesheetParser__unicodeRange_closure0.prototype = {
|
|
39117
39141
|
call$1: function(char) {
|
|
39118
39142
|
return char != null && T.isHex(char);
|
|
39119
39143
|
},
|
|
39120
|
-
$signature:
|
|
39144
|
+
$signature: 10
|
|
39121
39145
|
};
|
|
39122
39146
|
V.StylesheetParser_identifierLike_closure.prototype = {
|
|
39123
39147
|
call$0: function() {
|
|
@@ -39672,7 +39696,7 @@ self.readline = require("readline");
|
|
|
39672
39696
|
call$2: function(url, _) {
|
|
39673
39697
|
return J.toString$0$(url);
|
|
39674
39698
|
},
|
|
39675
|
-
$signature:
|
|
39699
|
+
$signature: 53
|
|
39676
39700
|
};
|
|
39677
39701
|
D.SourceMapBuffer__addEntry_closure.prototype = {
|
|
39678
39702
|
call$0: function() {
|
|
@@ -39768,7 +39792,7 @@ self.readline = require("readline");
|
|
|
39768
39792
|
call$1: function(_) {
|
|
39769
39793
|
return P.List_List$filled(J.get$length$asx(this.list2) + 1, 0, P.int);
|
|
39770
39794
|
},
|
|
39771
|
-
$signature:
|
|
39795
|
+
$signature: 54
|
|
39772
39796
|
};
|
|
39773
39797
|
B.longestCommonSubsequence_closure1.prototype = {
|
|
39774
39798
|
call$1: function(_) {
|
|
@@ -42177,7 +42201,7 @@ self.readline = require("readline");
|
|
|
42177
42201
|
throw H.wrapException($async$self._async_evaluate$_exception$2("Mixin doesn't accept a content block.", node.span));
|
|
42178
42202
|
contentCallable = t3 ? null : new E.UserDefinedCallable(t2, $async$self._async_evaluate$_environment.closure$0(), t1);
|
|
42179
42203
|
$async$goto = 10;
|
|
42180
|
-
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);
|
|
42181
42205
|
case 10:
|
|
42182
42206
|
// returning from await.
|
|
42183
42207
|
// goto join
|
|
@@ -43187,7 +43211,7 @@ self.readline = require("readline");
|
|
|
43187
43211
|
visitFunctionExpression$body$_EvaluateVisitor: function(node) {
|
|
43188
43212
|
var $async$goto = 0,
|
|
43189
43213
|
$async$completer = P._makeAsyncAwaitCompleter(F.Value),
|
|
43190
|
-
$async$returnValue, $async$self = this, oldInFunction, result, t1, plainName, $
|
|
43214
|
+
$async$returnValue, $async$self = this, oldInFunction, result, t1, t2, plainName, $async$temp1, $async$temp2;
|
|
43191
43215
|
var $async$visitFunctionExpression$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
43192
43216
|
if ($async$errorCode === 1)
|
|
43193
43217
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -43195,27 +43219,29 @@ self.readline = require("readline");
|
|
|
43195
43219
|
switch ($async$goto) {
|
|
43196
43220
|
case 0:
|
|
43197
43221
|
// Function start
|
|
43198
|
-
t1 =
|
|
43199
|
-
|
|
43200
|
-
|
|
43201
|
-
|
|
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;
|
|
43202
43227
|
break;
|
|
43203
43228
|
case 3:
|
|
43204
43229
|
// then
|
|
43205
43230
|
if (node.namespace != null)
|
|
43206
43231
|
throw H.wrapException($async$self._async_evaluate$_exception$2("Undefined function.", node.span));
|
|
43207
|
-
$async$temp1 =
|
|
43232
|
+
$async$temp1 = t1;
|
|
43233
|
+
$async$temp2 = L;
|
|
43208
43234
|
$async$goto = 5;
|
|
43209
|
-
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(
|
|
43235
|
+
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(t2), $async$visitFunctionExpression$1);
|
|
43210
43236
|
case 5:
|
|
43211
43237
|
// returning from await.
|
|
43212
|
-
$function = new $async$
|
|
43238
|
+
$async$temp1.$function = new $async$temp2.PlainCssCallable($async$result);
|
|
43213
43239
|
case 4:
|
|
43214
43240
|
// join
|
|
43215
43241
|
oldInFunction = $async$self._async_evaluate$_inFunction;
|
|
43216
43242
|
$async$self._async_evaluate$_inFunction = true;
|
|
43217
43243
|
$async$goto = 6;
|
|
43218
|
-
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);
|
|
43219
43245
|
case 6:
|
|
43220
43246
|
// returning from await.
|
|
43221
43247
|
result = $async$result;
|
|
@@ -43279,7 +43305,7 @@ self.readline = require("readline");
|
|
|
43279
43305
|
_runFunctionCallable$body$_EvaluateVisitor: function($arguments, callable, nodeWithSpan) {
|
|
43280
43306
|
var $async$goto = 0,
|
|
43281
43307
|
$async$completer = P._makeAsyncAwaitCompleter(F.Value),
|
|
43282
|
-
$async$returnValue, $async$self = this, result,
|
|
43308
|
+
$async$returnValue, $async$self = this, result, t2, t3, first, _i, argument, rest, t1, $async$temp1;
|
|
43283
43309
|
var $async$_async_evaluate$_runFunctionCallable$3 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
43284
43310
|
if ($async$errorCode === 1)
|
|
43285
43311
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -43287,7 +43313,8 @@ self.readline = require("readline");
|
|
|
43287
43313
|
switch ($async$goto) {
|
|
43288
43314
|
case 0:
|
|
43289
43315
|
// Function start
|
|
43290
|
-
|
|
43316
|
+
t1 = J.getInterceptor$(callable);
|
|
43317
|
+
$async$goto = !!t1.$isAsyncBuiltInCallable ? 3 : 5;
|
|
43291
43318
|
break;
|
|
43292
43319
|
case 3:
|
|
43293
43320
|
// then
|
|
@@ -43324,7 +43351,7 @@ self.readline = require("readline");
|
|
|
43324
43351
|
break;
|
|
43325
43352
|
case 9:
|
|
43326
43353
|
// else
|
|
43327
|
-
$async$goto = !!
|
|
43354
|
+
$async$goto = !!t1.$isPlainCssCallable ? 11 : 13;
|
|
43328
43355
|
break;
|
|
43329
43356
|
case 11:
|
|
43330
43357
|
// then
|
|
@@ -43590,7 +43617,7 @@ self.readline = require("readline");
|
|
|
43590
43617
|
t6 = P.String;
|
|
43591
43618
|
t7 = T.Expression;
|
|
43592
43619
|
$async$goto = 7;
|
|
43593
|
-
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);
|
|
43594
43621
|
case 7:
|
|
43595
43622
|
// returning from await.
|
|
43596
43623
|
named = $async$result;
|
|
@@ -43601,7 +43628,7 @@ self.readline = require("readline");
|
|
|
43601
43628
|
positionalNodes = t8;
|
|
43602
43629
|
} else
|
|
43603
43630
|
positionalNodes = null;
|
|
43604
|
-
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;
|
|
43605
43632
|
t3 = $arguments.rest;
|
|
43606
43633
|
if (t3 == null) {
|
|
43607
43634
|
$async$returnValue = E._ArgumentResults$0(t2, named, C.ListSeparator_undecided, namedNodes, positionalNodes);
|
|
@@ -43618,8 +43645,12 @@ self.readline = require("readline");
|
|
|
43618
43645
|
t4 = J.getInterceptor$(rest);
|
|
43619
43646
|
if (!!t4.$isSassMap) {
|
|
43620
43647
|
$async$self._async_evaluate$_addRestMap$1$3(named, rest, t3, t1);
|
|
43621
|
-
if (namedNodes != null)
|
|
43622
|
-
|
|
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
|
+
}
|
|
43623
43654
|
separator = C.ListSeparator_undecided;
|
|
43624
43655
|
} else if (!!t4.$isSassList) {
|
|
43625
43656
|
t3 = rest._list$_contents;
|
|
@@ -43629,7 +43660,7 @@ self.readline = require("readline");
|
|
|
43629
43660
|
separator = rest.separator;
|
|
43630
43661
|
if (!!rest.$isSassArgumentList) {
|
|
43631
43662
|
rest._wereKeywordsAccessed = true;
|
|
43632
|
-
rest._keywords.forEach$1(0, new E.
|
|
43663
|
+
rest._keywords.forEach$1(0, new E._EvaluateVisitor__evaluateArguments_closure4(named, namedNodes, restNodeForSpan));
|
|
43633
43664
|
}
|
|
43634
43665
|
} else {
|
|
43635
43666
|
t2.push(rest);
|
|
@@ -43652,8 +43683,12 @@ self.readline = require("readline");
|
|
|
43652
43683
|
keywordRestNodeForSpan = trackSpans ? $async$self._async_evaluate$_expressionNode$1(t3) : null;
|
|
43653
43684
|
if (keywordRest instanceof A.SassMap) {
|
|
43654
43685
|
$async$self._async_evaluate$_addRestMap$1$3(named, keywordRest, t3, t1);
|
|
43655
|
-
if (namedNodes != null)
|
|
43656
|
-
|
|
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
|
+
}
|
|
43657
43692
|
$async$returnValue = E._ArgumentResults$0(t2, named, separator, namedNodes, positionalNodes);
|
|
43658
43693
|
// goto return
|
|
43659
43694
|
$async$goto = 1;
|
|
@@ -44485,6 +44520,9 @@ self.readline = require("readline");
|
|
|
44485
44520
|
t2.push(_this._async_evaluate$_stackFrame$2(_this._async_evaluate$_member, span));
|
|
44486
44521
|
return new Y.Trace(P.List_List$unmodifiable(new H.ReversedListIterable(t2, [H.getTypeArgumentByIndex(t2, 0)]), t1), new P._StringStackTrace(null));
|
|
44487
44522
|
},
|
|
44523
|
+
_async_evaluate$_stackTrace$0: function() {
|
|
44524
|
+
return this._async_evaluate$_stackTrace$1(null);
|
|
44525
|
+
},
|
|
44488
44526
|
_async_evaluate$_warn$3$deprecation: function(message, span, deprecation) {
|
|
44489
44527
|
return this._async_evaluate$_logger.warn$4$deprecation$span$trace(message, deprecation, span, this._async_evaluate$_stackTrace$1(span));
|
|
44490
44528
|
},
|
|
@@ -44614,6 +44652,70 @@ self.readline = require("readline");
|
|
|
44614
44652
|
}
|
|
44615
44653
|
});
|
|
44616
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);
|
|
44617
44719
|
}
|
|
44618
44720
|
};
|
|
44619
44721
|
E._EvaluateVisitor_closure9.prototype = {
|
|
@@ -44735,7 +44837,7 @@ self.readline = require("readline");
|
|
|
44735
44837
|
return new F.SassFunction(callable);
|
|
44736
44838
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
44737
44839
|
},
|
|
44738
|
-
$signature:
|
|
44840
|
+
$signature: 32
|
|
44739
44841
|
};
|
|
44740
44842
|
E._EvaluateVisitor__closure8.prototype = {
|
|
44741
44843
|
call$0: function() {
|
|
@@ -45914,7 +46016,7 @@ self.readline = require("readline");
|
|
|
45914
46016
|
// Function start
|
|
45915
46017
|
t1 = $async$self.$this;
|
|
45916
46018
|
$async$goto = 3;
|
|
45917
|
-
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);
|
|
45918
46020
|
case 3:
|
|
45919
46021
|
// returning from await.
|
|
45920
46022
|
// goto return
|
|
@@ -45942,7 +46044,7 @@ self.readline = require("readline");
|
|
|
45942
46044
|
// Function start
|
|
45943
46045
|
t1 = $async$self.$this;
|
|
45944
46046
|
$async$goto = 3;
|
|
45945
|
-
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);
|
|
45946
46048
|
case 3:
|
|
45947
46049
|
// returning from await.
|
|
45948
46050
|
// goto return
|
|
@@ -45960,7 +46062,7 @@ self.readline = require("readline");
|
|
|
45960
46062
|
call$0: function() {
|
|
45961
46063
|
var $async$goto = 0,
|
|
45962
46064
|
$async$completer = P._makeAsyncAwaitCompleter(P.Null),
|
|
45963
|
-
$async$self = this, t1, t2, t3, _i;
|
|
46065
|
+
$async$self = this, t1, t2, t3, t4, t5, _i;
|
|
45964
46066
|
var $async$call$0 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
45965
46067
|
if ($async$errorCode === 1)
|
|
45966
46068
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -45968,7 +46070,7 @@ self.readline = require("readline");
|
|
|
45968
46070
|
switch ($async$goto) {
|
|
45969
46071
|
case 0:
|
|
45970
46072
|
// Function start
|
|
45971
|
-
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;
|
|
45972
46074
|
case 2:
|
|
45973
46075
|
// for condition
|
|
45974
46076
|
if (!(_i < t2)) {
|
|
@@ -45977,7 +46079,7 @@ self.readline = require("readline");
|
|
|
45977
46079
|
break;
|
|
45978
46080
|
}
|
|
45979
46081
|
$async$goto = 5;
|
|
45980
|
-
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);
|
|
45981
46083
|
case 5:
|
|
45982
46084
|
// returning from await.
|
|
45983
46085
|
case 3:
|
|
@@ -45995,6 +46097,11 @@ self.readline = require("readline");
|
|
|
45995
46097
|
return P._asyncStartSync($async$call$0, $async$completer);
|
|
45996
46098
|
}
|
|
45997
46099
|
};
|
|
46100
|
+
E._EvaluateVisitor_visitIncludeRule____closure0.prototype = {
|
|
46101
|
+
call$0: function() {
|
|
46102
|
+
return this.statement.accept$1(this.$this);
|
|
46103
|
+
}
|
|
46104
|
+
};
|
|
45998
46105
|
E._EvaluateVisitor_visitMediaRule_closure1.prototype = {
|
|
45999
46106
|
call$0: function() {
|
|
46000
46107
|
var $async$goto = 0,
|
|
@@ -46752,7 +46859,7 @@ self.readline = require("readline");
|
|
|
46752
46859
|
return expression.accept$1(this.$this);
|
|
46753
46860
|
}
|
|
46754
46861
|
};
|
|
46755
|
-
E.
|
|
46862
|
+
E._EvaluateVisitor_visitFunctionExpression_closure1.prototype = {
|
|
46756
46863
|
call$0: function() {
|
|
46757
46864
|
var t1 = this.node.namespace,
|
|
46758
46865
|
t2 = this.plainName;
|
|
@@ -46761,6 +46868,12 @@ self.readline = require("readline");
|
|
|
46761
46868
|
return this.$this._async_evaluate$_getFunction$2$namespace(t2, t1);
|
|
46762
46869
|
}
|
|
46763
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
|
+
};
|
|
46764
46877
|
E._EvaluateVisitor__runUserDefinedCallable_closure0.prototype = {
|
|
46765
46878
|
call$0: function() {
|
|
46766
46879
|
var _this = this,
|
|
@@ -46953,29 +47066,17 @@ self.readline = require("readline");
|
|
|
46953
47066
|
return "$" + H.S($name);
|
|
46954
47067
|
}
|
|
46955
47068
|
};
|
|
46956
|
-
E.
|
|
47069
|
+
E._EvaluateVisitor__evaluateArguments_closure2.prototype = {
|
|
46957
47070
|
call$2: function(_, expression) {
|
|
46958
47071
|
return expression.accept$1(this.$this);
|
|
46959
47072
|
}
|
|
46960
47073
|
};
|
|
46961
|
-
E.
|
|
47074
|
+
E._EvaluateVisitor__evaluateArguments_closure3.prototype = {
|
|
46962
47075
|
call$2: function(_, expression) {
|
|
46963
47076
|
return this.$this._async_evaluate$_expressionNode$1(expression);
|
|
46964
47077
|
}
|
|
46965
47078
|
};
|
|
46966
|
-
E.
|
|
46967
|
-
call$2: function(key, _) {
|
|
46968
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
46969
|
-
},
|
|
46970
|
-
$signature: 14
|
|
46971
|
-
};
|
|
46972
|
-
E._EvaluateVisitor__evaluateArguments_closure9.prototype = {
|
|
46973
|
-
call$2: function(_, __) {
|
|
46974
|
-
return this.restNodeForSpan;
|
|
46975
|
-
},
|
|
46976
|
-
$signature: 22
|
|
46977
|
-
};
|
|
46978
|
-
E._EvaluateVisitor__evaluateArguments_closure10.prototype = {
|
|
47079
|
+
E._EvaluateVisitor__evaluateArguments_closure4.prototype = {
|
|
46979
47080
|
call$2: function(key, value) {
|
|
46980
47081
|
var t1;
|
|
46981
47082
|
this.named.$indexSet(0, key, value);
|
|
@@ -46984,18 +47085,6 @@ self.readline = require("readline");
|
|
|
46984
47085
|
t1.$indexSet(0, key, this.restNodeForSpan);
|
|
46985
47086
|
}
|
|
46986
47087
|
};
|
|
46987
|
-
E._EvaluateVisitor__evaluateArguments_closure11.prototype = {
|
|
46988
|
-
call$2: function(key, _) {
|
|
46989
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
46990
|
-
},
|
|
46991
|
-
$signature: 14
|
|
46992
|
-
};
|
|
46993
|
-
E._EvaluateVisitor__evaluateArguments_closure12.prototype = {
|
|
46994
|
-
call$2: function(_, __) {
|
|
46995
|
-
return this.keywordRestNodeForSpan;
|
|
46996
|
-
},
|
|
46997
|
-
$signature: 22
|
|
46998
|
-
};
|
|
46999
47088
|
E._EvaluateVisitor__evaluateMacroArguments_closure3.prototype = {
|
|
47000
47089
|
call$1: function(value) {
|
|
47001
47090
|
return new F.ValueExpression(value, null);
|
|
@@ -47071,7 +47160,7 @@ self.readline = require("readline");
|
|
|
47071
47160
|
});
|
|
47072
47161
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
47073
47162
|
},
|
|
47074
|
-
$signature:
|
|
47163
|
+
$signature: 33
|
|
47075
47164
|
};
|
|
47076
47165
|
E._EvaluateVisitor_visitCssAtRule_closure1.prototype = {
|
|
47077
47166
|
call$0: function() {
|
|
@@ -47481,7 +47570,7 @@ self.readline = require("readline");
|
|
|
47481
47570
|
});
|
|
47482
47571
|
return P._asyncStartSync($async$call$1, $async$completer);
|
|
47483
47572
|
},
|
|
47484
|
-
$signature:
|
|
47573
|
+
$signature: 33
|
|
47485
47574
|
};
|
|
47486
47575
|
E._EvaluateVisitor__serialize_closure0.prototype = {
|
|
47487
47576
|
call$0: function() {
|
|
@@ -48200,7 +48289,7 @@ self.readline = require("readline");
|
|
|
48200
48289
|
if (!t3 && !H.interceptedTypeCast(mixin.declaration, "$isMixinRule").hasContent)
|
|
48201
48290
|
throw H.wrapException(_this._evaluate$_exception$2(_s37_, node.span));
|
|
48202
48291
|
contentCallable = t3 ? null : new E.UserDefinedCallable(t2, _this._evaluate$_environment.closure$0(), t1);
|
|
48203
|
-
_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));
|
|
48204
48293
|
} else
|
|
48205
48294
|
throw H.wrapException(P.UnsupportedError$("Unknown callable type " + mixin.toString$0(0) + "."));
|
|
48206
48295
|
}
|
|
@@ -48479,18 +48568,18 @@ self.readline = require("readline");
|
|
|
48479
48568
|
return new A.SassMap(H.ConstantMap_ConstantMap$from(map, t1, t1));
|
|
48480
48569
|
},
|
|
48481
48570
|
visitFunctionExpression$1: function(node) {
|
|
48482
|
-
var oldInFunction, result, _this = this,
|
|
48483
|
-
|
|
48484
|
-
plainName =
|
|
48485
|
-
|
|
48486
|
-
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) {
|
|
48487
48576
|
if (node.namespace != null)
|
|
48488
48577
|
throw H.wrapException(_this._evaluate$_exception$2("Undefined function.", node.span));
|
|
48489
|
-
|
|
48578
|
+
t1.$function = new L.PlainCssCallable(_this._performInterpolation$1(t2));
|
|
48490
48579
|
}
|
|
48491
48580
|
oldInFunction = _this._inFunction;
|
|
48492
48581
|
_this._inFunction = true;
|
|
48493
|
-
result = _this.
|
|
48582
|
+
result = _this._addErrorSpan$2(node, new R._EvaluateVisitor_visitFunctionExpression_closure0(t1, _this, node));
|
|
48494
48583
|
_this._inFunction = oldInFunction;
|
|
48495
48584
|
return result;
|
|
48496
48585
|
},
|
|
@@ -48507,15 +48596,16 @@ self.readline = require("readline");
|
|
|
48507
48596
|
return this._withStackFrame$3($name, nodeWithSpan, new R._EvaluateVisitor__runUserDefinedCallable_closure(this, callable, evaluated, nodeWithSpan, run));
|
|
48508
48597
|
},
|
|
48509
48598
|
_runFunctionCallable$3: function($arguments, callable, nodeWithSpan) {
|
|
48510
|
-
var result,
|
|
48511
|
-
|
|
48599
|
+
var result, t2, t3, first, _i, argument, rest, _this = this,
|
|
48600
|
+
t1 = J.getInterceptor$(callable);
|
|
48601
|
+
if (!!t1.$isBuiltInCallable) {
|
|
48512
48602
|
result = _this._runBuiltInCallable$3($arguments, callable, nodeWithSpan);
|
|
48513
48603
|
if (result == null)
|
|
48514
48604
|
throw H.wrapException(_this._evaluate$_exception$2("Custom functions may not return Dart's null.", nodeWithSpan.get$span()));
|
|
48515
48605
|
return result.withoutSlash$0();
|
|
48516
48606
|
} else if (H.checkSubtype(callable, "$isUserDefinedCallable", [O.Environment], null))
|
|
48517
48607
|
return _this._runUserDefinedCallable$4($arguments, callable, nodeWithSpan, new R._EvaluateVisitor__runFunctionCallable_closure(_this, callable)).withoutSlash$0();
|
|
48518
|
-
else if (!!
|
|
48608
|
+
else if (!!t1.$isPlainCssCallable) {
|
|
48519
48609
|
t1 = $arguments.named;
|
|
48520
48610
|
if (t1.get$isNotEmpty(t1) || $arguments.keywordRest != null)
|
|
48521
48611
|
throw H.wrapException(_this._evaluate$_exception$2("Plain CSS functions don't support keyword arguments.", nodeWithSpan.get$span()));
|
|
@@ -48635,8 +48725,12 @@ self.readline = require("readline");
|
|
|
48635
48725
|
t4 = J.getInterceptor$(rest);
|
|
48636
48726
|
if (!!t4.$isSassMap) {
|
|
48637
48727
|
_this._addRestMap$1$3(named, rest, t3, t1);
|
|
48638
|
-
if (namedNodes != null)
|
|
48639
|
-
|
|
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
|
+
}
|
|
48640
48734
|
separator = C.ListSeparator_undecided;
|
|
48641
48735
|
} else if (!!t4.$isSassList) {
|
|
48642
48736
|
t3 = rest._list$_contents;
|
|
@@ -48646,7 +48740,7 @@ self.readline = require("readline");
|
|
|
48646
48740
|
separator = rest.separator;
|
|
48647
48741
|
if (!!rest.$isSassArgumentList) {
|
|
48648
48742
|
rest._wereKeywordsAccessed = true;
|
|
48649
|
-
rest._keywords.forEach$1(0, new R.
|
|
48743
|
+
rest._keywords.forEach$1(0, new R._EvaluateVisitor__evaluateArguments_closure1(named, namedNodes, restNodeForSpan));
|
|
48650
48744
|
}
|
|
48651
48745
|
} else {
|
|
48652
48746
|
t2.push(rest);
|
|
@@ -48661,8 +48755,12 @@ self.readline = require("readline");
|
|
|
48661
48755
|
keywordRestNodeForSpan = trackSpans ? _this._expressionNode$1(t3) : _null;
|
|
48662
48756
|
if (keywordRest instanceof A.SassMap) {
|
|
48663
48757
|
_this._addRestMap$1$3(named, keywordRest, t3, t1);
|
|
48664
|
-
if (namedNodes != null)
|
|
48665
|
-
|
|
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
|
+
}
|
|
48666
48764
|
return R._ArgumentResults$(t2, named, separator, namedNodes, positionalNodes);
|
|
48667
48765
|
} else
|
|
48668
48766
|
throw H.wrapException(_this._evaluate$_exception$2("Variable keyword arguments must be a map (was " + H.S(keywordRest) + ").", t3.get$span()));
|
|
@@ -48967,6 +49065,9 @@ self.readline = require("readline");
|
|
|
48967
49065
|
t2.push(_this._stackFrame$2(_this._member, span));
|
|
48968
49066
|
return new Y.Trace(P.List_List$unmodifiable(new H.ReversedListIterable(t2, [H.getTypeArgumentByIndex(t2, 0)]), t1), new P._StringStackTrace(null));
|
|
48969
49067
|
},
|
|
49068
|
+
_stackTrace$0: function() {
|
|
49069
|
+
return this._stackTrace$1(null);
|
|
49070
|
+
},
|
|
48970
49071
|
_warn$3$deprecation: function(message, span, deprecation) {
|
|
48971
49072
|
return this._logger.warn$4$deprecation$span$trace(message, deprecation, span, this._stackTrace$1(span));
|
|
48972
49073
|
},
|
|
@@ -49036,6 +49137,27 @@ self.readline = require("readline");
|
|
|
49036
49137
|
},
|
|
49037
49138
|
_addExceptionSpan$2: function(nodeWithSpan, callback) {
|
|
49038
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);
|
|
49039
49161
|
}
|
|
49040
49162
|
};
|
|
49041
49163
|
R._EvaluateVisitor_closure.prototype = {
|
|
@@ -49157,7 +49279,7 @@ self.readline = require("readline");
|
|
|
49157
49279
|
return new F.SassFunction(callable);
|
|
49158
49280
|
throw H.wrapException("Function not found: " + $name.toString$0(0));
|
|
49159
49281
|
},
|
|
49160
|
-
$signature:
|
|
49282
|
+
$signature: 32
|
|
49161
49283
|
};
|
|
49162
49284
|
R._EvaluateVisitor__closure3.prototype = {
|
|
49163
49285
|
call$0: function() {
|
|
@@ -49234,7 +49356,7 @@ self.readline = require("readline");
|
|
|
49234
49356
|
t2._loadModule$7$baseUrl$configuration$namesInErrors(url, "load-css()", t3, new R._EvaluateVisitor__closure0(t2), t4.file.url, t1.configuration, true);
|
|
49235
49357
|
return;
|
|
49236
49358
|
},
|
|
49237
|
-
$signature:
|
|
49359
|
+
$signature: 30
|
|
49238
49360
|
};
|
|
49239
49361
|
R._EvaluateVisitor__closure.prototype = {
|
|
49240
49362
|
call$2: function(variable, value) {
|
|
@@ -49740,11 +49862,12 @@ self.readline = require("readline");
|
|
|
49740
49862
|
};
|
|
49741
49863
|
R._EvaluateVisitor_visitIncludeRule_closure0.prototype = {
|
|
49742
49864
|
call$0: function() {
|
|
49743
|
-
var
|
|
49865
|
+
var _this = this,
|
|
49866
|
+
t1 = _this.$this,
|
|
49744
49867
|
t2 = t1._evaluate$_environment,
|
|
49745
49868
|
oldContent = t2._content;
|
|
49746
|
-
t2._content =
|
|
49747
|
-
new R._EvaluateVisitor_visitIncludeRule__closure(t1,
|
|
49869
|
+
t2._content = _this.contentCallable;
|
|
49870
|
+
new R._EvaluateVisitor_visitIncludeRule__closure(t1, _this.mixin, _this.node).call$0();
|
|
49748
49871
|
t2._content = oldContent;
|
|
49749
49872
|
return;
|
|
49750
49873
|
}
|
|
@@ -49755,16 +49878,21 @@ self.readline = require("readline");
|
|
|
49755
49878
|
t2 = t1._evaluate$_environment,
|
|
49756
49879
|
oldInMixin = t2._inMixin;
|
|
49757
49880
|
t2._inMixin = true;
|
|
49758
|
-
new R._EvaluateVisitor_visitIncludeRule___closure(t1, this.mixin).call$0();
|
|
49881
|
+
new R._EvaluateVisitor_visitIncludeRule___closure(t1, this.mixin, this.node).call$0();
|
|
49759
49882
|
t2._inMixin = oldInMixin;
|
|
49760
49883
|
return;
|
|
49761
49884
|
}
|
|
49762
49885
|
};
|
|
49763
49886
|
R._EvaluateVisitor_visitIncludeRule___closure.prototype = {
|
|
49764
49887
|
call$0: function() {
|
|
49765
|
-
var t1, t2, t3, _i;
|
|
49766
|
-
for (t1 = this.mixin.declaration.children, t2 = t1.length, t3 = this.$this, _i = 0; _i < t2; ++_i)
|
|
49767
|
-
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);
|
|
49768
49896
|
}
|
|
49769
49897
|
};
|
|
49770
49898
|
R._EvaluateVisitor_visitMediaRule_closure.prototype = {
|
|
@@ -50002,6 +50130,12 @@ self.readline = require("readline");
|
|
|
50002
50130
|
return this.$this._getFunction$2$namespace(t2, t1);
|
|
50003
50131
|
}
|
|
50004
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
|
+
};
|
|
50005
50139
|
R._EvaluateVisitor__runUserDefinedCallable_closure.prototype = {
|
|
50006
50140
|
call$0: function() {
|
|
50007
50141
|
var _this = this,
|
|
@@ -50116,18 +50250,6 @@ self.readline = require("readline");
|
|
|
50116
50250
|
}
|
|
50117
50251
|
};
|
|
50118
50252
|
R._EvaluateVisitor__evaluateArguments_closure1.prototype = {
|
|
50119
|
-
call$2: function(key, _) {
|
|
50120
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
50121
|
-
},
|
|
50122
|
-
$signature: 14
|
|
50123
|
-
};
|
|
50124
|
-
R._EvaluateVisitor__evaluateArguments_closure2.prototype = {
|
|
50125
|
-
call$2: function(_, __) {
|
|
50126
|
-
return this.restNodeForSpan;
|
|
50127
|
-
},
|
|
50128
|
-
$signature: 22
|
|
50129
|
-
};
|
|
50130
|
-
R._EvaluateVisitor__evaluateArguments_closure3.prototype = {
|
|
50131
50253
|
call$2: function(key, value) {
|
|
50132
50254
|
var t1;
|
|
50133
50255
|
this.named.$indexSet(0, key, value);
|
|
@@ -50136,18 +50258,6 @@ self.readline = require("readline");
|
|
|
50136
50258
|
t1.$indexSet(0, key, this.restNodeForSpan);
|
|
50137
50259
|
}
|
|
50138
50260
|
};
|
|
50139
|
-
R._EvaluateVisitor__evaluateArguments_closure4.prototype = {
|
|
50140
|
-
call$2: function(key, _) {
|
|
50141
|
-
return H.interceptedTypeCast(key, "$isSassString").text;
|
|
50142
|
-
},
|
|
50143
|
-
$signature: 14
|
|
50144
|
-
};
|
|
50145
|
-
R._EvaluateVisitor__evaluateArguments_closure5.prototype = {
|
|
50146
|
-
call$2: function(_, __) {
|
|
50147
|
-
return this.keywordRestNodeForSpan;
|
|
50148
|
-
},
|
|
50149
|
-
$signature: 22
|
|
50150
|
-
};
|
|
50151
50261
|
R._EvaluateVisitor__evaluateMacroArguments_closure.prototype = {
|
|
50152
50262
|
call$1: function(value) {
|
|
50153
50263
|
return new F.ValueExpression(value, null);
|
|
@@ -50197,7 +50307,7 @@ self.readline = require("readline");
|
|
|
50197
50307
|
result = value.accept$1(t1);
|
|
50198
50308
|
return result instanceof D.SassString ? result.text : t1._evaluate$_serialize$3$quote(result, value, false);
|
|
50199
50309
|
},
|
|
50200
|
-
$signature:
|
|
50310
|
+
$signature: 13
|
|
50201
50311
|
};
|
|
50202
50312
|
R._EvaluateVisitor_visitCssAtRule_closure.prototype = {
|
|
50203
50313
|
call$0: function() {
|
|
@@ -50317,7 +50427,7 @@ self.readline = require("readline");
|
|
|
50317
50427
|
}
|
|
50318
50428
|
return t1._evaluate$_serialize$3$quote(result, value, false);
|
|
50319
50429
|
},
|
|
50320
|
-
$signature:
|
|
50430
|
+
$signature: 13
|
|
50321
50431
|
};
|
|
50322
50432
|
R._EvaluateVisitor__serialize_closure.prototype = {
|
|
50323
50433
|
call$0: function() {
|
|
@@ -50413,6 +50523,9 @@ self.readline = require("readline");
|
|
|
50413
50523
|
visitUseRule$1: function(node) {
|
|
50414
50524
|
this._imports.push(new B.DynamicImport(J.toString$0$(node.url), node.span));
|
|
50415
50525
|
},
|
|
50526
|
+
visitForwardRule$1: function(node) {
|
|
50527
|
+
this._imports.push(new B.DynamicImport(J.toString$0$(node.url), node.span));
|
|
50528
|
+
},
|
|
50416
50529
|
visitImportRule$1: function(node) {
|
|
50417
50530
|
var t1, t2, t3, _i, $import;
|
|
50418
50531
|
for (t1 = node.imports, t2 = t1.length, t3 = this._imports, _i = 0; _i < t2; ++_i) {
|
|
@@ -50448,9 +50561,6 @@ self.readline = require("readline");
|
|
|
50448
50561
|
visitExtendRule$1: function(node) {
|
|
50449
50562
|
return;
|
|
50450
50563
|
},
|
|
50451
|
-
visitForwardRule$1: function(node) {
|
|
50452
|
-
return;
|
|
50453
|
-
},
|
|
50454
50564
|
visitFunctionRule$1: function(node) {
|
|
50455
50565
|
return;
|
|
50456
50566
|
},
|
|
@@ -50506,7 +50616,7 @@ self.readline = require("readline");
|
|
|
50506
50616
|
call$1: function(codeUnit) {
|
|
50507
50617
|
return codeUnit > 127;
|
|
50508
50618
|
},
|
|
50509
|
-
$signature:
|
|
50619
|
+
$signature: 10
|
|
50510
50620
|
};
|
|
50511
50621
|
N._SerializeVisitor.prototype = {
|
|
50512
50622
|
visitCssStylesheet$1: function(node) {
|
|
@@ -51615,7 +51725,7 @@ self.readline = require("readline");
|
|
|
51615
51725
|
call$1: function(i) {
|
|
51616
51726
|
return this.files.$index(0, i);
|
|
51617
51727
|
},
|
|
51618
|
-
$signature:
|
|
51728
|
+
$signature: 58
|
|
51619
51729
|
};
|
|
51620
51730
|
T.SingleMapping_toJson_closure.prototype = {
|
|
51621
51731
|
call$1: function(file) {
|
|
@@ -52447,7 +52557,7 @@ self.readline = require("readline");
|
|
|
52447
52557
|
t1 = urlMatch._match;
|
|
52448
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);
|
|
52449
52559
|
},
|
|
52450
|
-
$signature:
|
|
52560
|
+
$signature: 90
|
|
52451
52561
|
};
|
|
52452
52562
|
A.Frame_Frame$parseFirefox_closure.prototype = {
|
|
52453
52563
|
call$0: function() {
|
|
@@ -52670,39 +52780,6 @@ self.readline = require("readline");
|
|
|
52670
52780
|
return this.member;
|
|
52671
52781
|
}
|
|
52672
52782
|
};
|
|
52673
|
-
T._debounceAggregate_closure.prototype = {
|
|
52674
|
-
call$2: function(value, sink) {
|
|
52675
|
-
var t1 = this._box_0,
|
|
52676
|
-
t2 = t1.timer;
|
|
52677
|
-
if (t2 != null)
|
|
52678
|
-
t2.cancel$0();
|
|
52679
|
-
t1.timer = P.Timer_Timer(this.duration, new T._debounceAggregate__closure(t1, sink));
|
|
52680
|
-
t1.soFar = this.collect.call$2(value, t1.soFar);
|
|
52681
|
-
},
|
|
52682
|
-
"call*": "call$2",
|
|
52683
|
-
$requiredArgCount: 2
|
|
52684
|
-
};
|
|
52685
|
-
T._debounceAggregate__closure.prototype = {
|
|
52686
|
-
call$0: function() {
|
|
52687
|
-
var t1 = this.sink,
|
|
52688
|
-
t2 = this._box_0;
|
|
52689
|
-
t1.add$1(0, t2.soFar);
|
|
52690
|
-
if (t2.shouldClose)
|
|
52691
|
-
t1.close$0(0);
|
|
52692
|
-
t2.timer = t2.soFar = null;
|
|
52693
|
-
},
|
|
52694
|
-
"call*": "call$0",
|
|
52695
|
-
$requiredArgCount: 0
|
|
52696
|
-
};
|
|
52697
|
-
T._debounceAggregate_closure0.prototype = {
|
|
52698
|
-
call$1: function(sink) {
|
|
52699
|
-
var t1 = this._box_0;
|
|
52700
|
-
if (t1.soFar != null)
|
|
52701
|
-
t1.shouldClose = true;
|
|
52702
|
-
else
|
|
52703
|
-
sink.close$0(0);
|
|
52704
|
-
}
|
|
52705
|
-
};
|
|
52706
52783
|
L._StreamTransformer.prototype = {
|
|
52707
52784
|
bind$1: function(values) {
|
|
52708
52785
|
var controller, _null = null, t1 = {},
|
|
@@ -52747,7 +52824,7 @@ self.readline = require("readline");
|
|
|
52747
52824
|
},
|
|
52748
52825
|
"call*": "call$2",
|
|
52749
52826
|
$requiredArgCount: 2,
|
|
52750
|
-
$signature:
|
|
52827
|
+
$signature: 15
|
|
52751
52828
|
};
|
|
52752
52829
|
L._StreamTransformer_bind__closure0.prototype = {
|
|
52753
52830
|
call$0: function() {
|
|
@@ -52769,6 +52846,39 @@ self.readline = require("readline");
|
|
|
52769
52846
|
"call*": "call$0",
|
|
52770
52847
|
$requiredArgCount: 0
|
|
52771
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
|
+
};
|
|
52772
52882
|
E.StringScannerException.prototype = {
|
|
52773
52883
|
get$source: function() {
|
|
52774
52884
|
return G.SourceSpanFormatException.prototype.get$source.call(this);
|
|
@@ -53123,151 +53233,151 @@ self.readline = require("readline");
|
|
|
53123
53233
|
_instance = hunkHelpers.installInstanceTearOff,
|
|
53124
53234
|
_instance_0_i = hunkHelpers._instance_0i,
|
|
53125
53235
|
_instance_2_u = hunkHelpers._instance_2u;
|
|
53126
|
-
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny",
|
|
53236
|
+
_static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 61);
|
|
53127
53237
|
_instance_1_i(J.JSArray.prototype, "get$contains", "contains$1", 7);
|
|
53128
53238
|
_instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 7);
|
|
53129
53239
|
_instance_1_u(H.JsLinkedHashMap.prototype, "get$containsKey", "containsKey$1", 7);
|
|
53130
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride",
|
|
53131
|
-
_static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate",
|
|
53132
|
-
_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);
|
|
53133
53243
|
_static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 1);
|
|
53134
53244
|
_static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 8);
|
|
53135
53245
|
_static(P, "async___nullErrorHandler$closure", 1, function() {
|
|
53136
53246
|
return [null];
|
|
53137
53247
|
}, ["call$2", "call$1"], ["_nullErrorHandler", function(error) {
|
|
53138
53248
|
return P._nullErrorHandler(error, null);
|
|
53139
|
-
}],
|
|
53249
|
+
}], 16, 0);
|
|
53140
53250
|
_static_0(P, "async___nullDoneHandler$closure", "_nullDoneHandler", 1);
|
|
53141
|
-
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"],
|
|
53251
|
+
_static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 63, 0);
|
|
53142
53252
|
_static(P, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) {
|
|
53143
53253
|
return P._rootRun($self, $parent, zone, f, null);
|
|
53144
|
-
}],
|
|
53254
|
+
}], 64, 1);
|
|
53145
53255
|
_static(P, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) {
|
|
53146
53256
|
return P._rootRunUnary($self, $parent, zone, f, arg, null, null);
|
|
53147
|
-
}],
|
|
53257
|
+
}], 65, 1);
|
|
53148
53258
|
_static(P, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) {
|
|
53149
53259
|
return P._rootRunBinary($self, $parent, zone, f, arg1, arg2, null, null, null);
|
|
53150
|
-
}],
|
|
53260
|
+
}], 66, 1);
|
|
53151
53261
|
_static(P, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) {
|
|
53152
53262
|
return P._rootRegisterCallback($self, $parent, zone, f, null);
|
|
53153
|
-
}],
|
|
53263
|
+
}], 67, 0);
|
|
53154
53264
|
_static(P, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) {
|
|
53155
53265
|
return P._rootRegisterUnaryCallback($self, $parent, zone, f, null, null);
|
|
53156
|
-
}],
|
|
53266
|
+
}], 68, 0);
|
|
53157
53267
|
_static(P, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) {
|
|
53158
53268
|
return P._rootRegisterBinaryCallback($self, $parent, zone, f, null, null, null);
|
|
53159
|
-
}],
|
|
53160
|
-
_static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"],
|
|
53161
|
-
_static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"],
|
|
53162
|
-
_static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"],
|
|
53163
|
-
_static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"],
|
|
53164
|
-
_static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"],
|
|
53165
|
-
_static_1(P, "async___printToZone$closure", "_printToZone",
|
|
53166
|
-
_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);
|
|
53167
53277
|
var _;
|
|
53168
53278
|
_instance_0_u(_ = P._BroadcastSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53169
53279
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53170
53280
|
_instance(P._AsyncCompleter.prototype, "get$complete", 0, 0, function() {
|
|
53171
53281
|
return [null];
|
|
53172
|
-
}, ["call$1", "call$0"], ["complete$1", "complete$0"],
|
|
53282
|
+
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 34, 0);
|
|
53173
53283
|
_instance(P._Future.prototype, "get$_completeError", 0, 1, function() {
|
|
53174
53284
|
return [null];
|
|
53175
|
-
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"],
|
|
53285
|
+
}, ["call$2", "call$1"], ["_completeError$2", "_completeError$1"], 16, 0);
|
|
53176
53286
|
_instance_1_i(_ = P._StreamController.prototype, "get$add", "add$1", 8);
|
|
53177
53287
|
_instance(_, "get$addError", 0, 1, function() {
|
|
53178
53288
|
return [null];
|
|
53179
|
-
}, ["call$2", "call$1"], ["addError$2", "addError$1"],
|
|
53180
|
-
_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);
|
|
53181
53291
|
_instance_1_u(_, "get$_async$_add", "_async$_add$1", 8);
|
|
53182
|
-
_instance_2_u(_, "get$_addError", "_addError$2",
|
|
53292
|
+
_instance_2_u(_, "get$_addError", "_addError$2", 81);
|
|
53183
53293
|
_instance_0_u(_, "get$_close", "_close$0", 1);
|
|
53184
53294
|
_instance_0_u(_ = P._ControllerSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53185
53295
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53186
|
-
_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);
|
|
53187
53297
|
_instance_0_u(_, "get$resume", "resume$0", 1);
|
|
53188
53298
|
_instance_0_u(_, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53189
53299
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53190
|
-
_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);
|
|
53191
53301
|
_instance_0_u(_, "get$resume", "resume$0", 1);
|
|
53192
53302
|
_instance_0_u(_, "get$_sendDone", "_sendDone$0", 1);
|
|
53193
53303
|
_instance_1_u(_ = P._StreamIterator.prototype, "get$_onData", "_onData$1", 8);
|
|
53194
53304
|
_instance(_, "get$_onError", 0, 1, function() {
|
|
53195
53305
|
return [null];
|
|
53196
|
-
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"],
|
|
53306
|
+
}, ["call$2", "call$1"], ["_onError$2", "_onError$1"], 16, 0);
|
|
53197
53307
|
_instance_0_u(_, "get$_onDone", "_onDone$0", 1);
|
|
53198
53308
|
_instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_async$_onPause", "_async$_onPause$0", 1);
|
|
53199
53309
|
_instance_0_u(_, "get$_async$_onResume", "_async$_onResume$0", 1);
|
|
53200
53310
|
_instance_1_u(_, "get$_handleData", "_handleData$1", 8);
|
|
53201
|
-
_instance_2_u(_, "get$_handleError", "_handleError$2",
|
|
53311
|
+
_instance_2_u(_, "get$_handleError", "_handleError$2", 35);
|
|
53202
53312
|
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 1);
|
|
53203
|
-
_static_2(P, "collection___defaultEquals$closure", "_defaultEquals",
|
|
53204
|
-
_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);
|
|
53205
53315
|
_instance_1_u(P._LinkedCustomHashMap.prototype, "get$containsKey", "containsKey$1", 7);
|
|
53206
|
-
_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);
|
|
53207
53317
|
_instance_1_i(_, "get$contains", "contains$1", 7);
|
|
53208
|
-
_instance(P._LinkedIdentityHashSet.prototype, "get$_newSimilarSet", 0, 0, null, ["call$1$0", "call$0"], ["_newSimilarSet$1$0", "_newSimilarSet$0"],
|
|
53209
|
-
_static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable",
|
|
53210
|
-
_static_1(P, "core__identityHashCode$closure", "identityHashCode",
|
|
53211
|
-
_static_2(P, "core__identical$closure", "identical",
|
|
53212
|
-
_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);
|
|
53213
53323
|
_instance_1_i(P.Iterable.prototype, "get$contains", "contains$1", 7);
|
|
53214
53324
|
_static(P, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) {
|
|
53215
53325
|
return P.max(a, b, P.num);
|
|
53216
|
-
}],
|
|
53326
|
+
}], 82, 1);
|
|
53217
53327
|
_instance_1_u(_ = Y.StreamCompleter.prototype, "get$setSourceStream", "setSourceStream$1", 8);
|
|
53218
53328
|
_instance(_, "get$setError", 0, 1, function() {
|
|
53219
53329
|
return [null];
|
|
53220
|
-
}, ["call$2", "call$1"], ["setError$2", "setError$1"],
|
|
53330
|
+
}, ["call$2", "call$1"], ["setError$2", "setError$1"], 56, 0);
|
|
53221
53331
|
_instance_0_u(_ = L.StreamGroup.prototype, "get$_onListen", "_onListen$0", 1);
|
|
53222
53332
|
_instance_0_u(_, "get$_onPause", "_onPause$0", 1);
|
|
53223
53333
|
_instance_0_u(_, "get$_onResume", "_onResume$0", 1);
|
|
53224
|
-
_instance_0_u(_, "get$_onCancel", "_onCancel$0",
|
|
53334
|
+
_instance_0_u(_, "get$_onCancel", "_onCancel$0", 27);
|
|
53225
53335
|
_instance_1_i(O.EmptyUnmodifiableSet.prototype, "get$contains", "contains$1", 7);
|
|
53226
53336
|
_instance_1_i(M._DelegatingIterableBase.prototype, "get$contains", "contains$1", 7);
|
|
53227
53337
|
_instance_1_i(M.MapKeySet.prototype, "get$contains", "contains$1", 7);
|
|
53228
|
-
_instance_1_u(B.ModifiableCssNode.prototype, "get$_node0$_isInvisible", "_node0$_isInvisible$1",
|
|
53229
|
-
_instance_1_u(D.SelectorList.prototype, "get$_complexContainsParentSelector", "_complexContainsParentSelector$1",
|
|
53230
|
-
_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);
|
|
53231
53341
|
_static_1(K, "color___opacify$closure", "_opacify", 5);
|
|
53232
53342
|
_static_1(K, "color___transparentize$closure", "_transparentize", 5);
|
|
53233
|
-
_static_2(B, "node___render$closure", "_render",
|
|
53234
|
-
_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);
|
|
53235
53345
|
_instance_0_u(_ = G.Parser.prototype, "get$whitespace", "whitespace$0", 1);
|
|
53236
53346
|
_instance_0_u(_, "get$loudComment", "loudComment$0", 1);
|
|
53237
|
-
_instance_0_u(_, "get$string", "string$0",
|
|
53238
|
-
_instance_0_u(U.SassParser.prototype, "get$
|
|
53239
|
-
_instance(_ = V.StylesheetParser.prototype, "get$_statement", 0, 0, null, ["call$1$root", "call$0"], ["_statement$1$root", "_statement$0"],
|
|
53240
|
-
_instance_0_u(_, "get$_declarationChild", "_declarationChild$0",
|
|
53241
|
-
_instance_0_u(_, "get$_declarationAtRule", "_declarationAtRule$0",
|
|
53242
|
-
_instance_0_u(_, "get$_functionChild", "_functionChild$0",
|
|
53243
|
-
_instance_0_u(_, "get$_argumentDeclaration", "_argumentDeclaration$0",
|
|
53244
|
-
_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"],
|
|
53245
|
-
_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);
|
|
53246
53356
|
_instance_1_i(N.NoSourceMapBuffer.prototype, "get$write", "write$1", 8);
|
|
53247
53357
|
_instance_1_i(D.SourceMapBuffer.prototype, "get$write", "write$1", 8);
|
|
53248
|
-
_static_1(B, "utils__isPublic$closure", "isPublic",
|
|
53249
|
-
_instance_1_u(_ = N._SerializeVisitor.prototype, "get$_visitMediaQuery", "_visitMediaQuery$1",
|
|
53250
|
-
_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);
|
|
53251
53361
|
_instance(Y.SourceSpanMixin.prototype, "get$message", 1, 1, function() {
|
|
53252
53362
|
return {color: null};
|
|
53253
|
-
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"],
|
|
53254
|
-
_static(T, "debounce___collectToList$closure", 2, null, ["call$1$2", "call$2"], ["_collectToList", function(element, soFar) {
|
|
53255
|
-
return T._collectToList(element, soFar, null);
|
|
53256
|
-
}], 85, 0);
|
|
53363
|
+
}, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 59, 0);
|
|
53257
53364
|
_static(L, "from_handlers__StreamTransformer__defaultHandleError$closure", 3, null, ["call$1$3", "call$3"], ["_StreamTransformer__defaultHandleError", function(error, stackTrace, sink) {
|
|
53258
53365
|
return L._StreamTransformer__defaultHandleError(error, stackTrace, sink, null);
|
|
53259
|
-
}],
|
|
53260
|
-
|
|
53261
|
-
|
|
53262
|
-
|
|
53263
|
-
_static_1(
|
|
53264
|
-
_static_1(
|
|
53265
|
-
|
|
53266
|
-
|
|
53267
|
-
|
|
53268
|
-
_static_2(T, "
|
|
53269
|
-
_static_2(T, "
|
|
53270
|
-
|
|
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);
|
|
53271
53381
|
})();
|
|
53272
53382
|
(function inheritance() {
|
|
53273
53383
|
var _mixin = hunkHelpers.mixin,
|
|
@@ -53298,7 +53408,7 @@ self.readline = require("readline");
|
|
|
53298
53408
|
_inherit(P.UnmodifiableMapView, P._UnmodifiableMapView_MapView__UnmodifiableMapMixin);
|
|
53299
53409
|
_inherit(H.ConstantMapView, P.UnmodifiableMapView);
|
|
53300
53410
|
_inherit(H.ConstantStringMap, H.ConstantMap);
|
|
53301
|
-
_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]);
|
|
53302
53412
|
_inherit(H.ConstantProtoMap, H.ConstantStringMap);
|
|
53303
53413
|
_inherit(H.Instantiation1, H.Instantiation);
|
|
53304
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]);
|
|
@@ -53402,7 +53512,7 @@ self.readline = require("readline");
|
|
|
53402
53512
|
_mixin(L._UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
53403
53513
|
_mixin(M._MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin, L.UnmodifiableSetMixin);
|
|
53404
53514
|
})();
|
|
53405
|
-
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};
|
|
53406
53516
|
(function constants() {
|
|
53407
53517
|
var makeConstList = hunkHelpers.makeConstList;
|
|
53408
53518
|
C.Interceptor_methods = J.Interceptor.prototype;
|