sass 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sass.dart.js +449 -145
package/sass.dart.js
CHANGED
|
@@ -9114,6 +9114,11 @@ self.fs = require("fs");
|
|
|
9114
9114
|
this.value = t0;
|
|
9115
9115
|
this.span = t1;
|
|
9116
9116
|
},
|
|
9117
|
+
SupportsFunction: function SupportsFunction(t0, t1, t2) {
|
|
9118
|
+
this.name = t0;
|
|
9119
|
+
this.$arguments = t1;
|
|
9120
|
+
this.span = t2;
|
|
9121
|
+
},
|
|
9117
9122
|
TypeSelector: function TypeSelector(t0) {
|
|
9118
9123
|
this.name = t0;
|
|
9119
9124
|
},
|
|
@@ -9497,6 +9502,11 @@ self.fs = require("fs");
|
|
|
9497
9502
|
},
|
|
9498
9503
|
JSFunction0: function JSFunction0() {
|
|
9499
9504
|
},
|
|
9505
|
+
SupportsFunction0: function SupportsFunction0(t0, t1, t2) {
|
|
9506
|
+
this.name = t0;
|
|
9507
|
+
this.$arguments = t1;
|
|
9508
|
+
this.span = t2;
|
|
9509
|
+
},
|
|
9500
9510
|
SassFunction0: function SassFunction0(t0) {
|
|
9501
9511
|
this.callable = t0;
|
|
9502
9512
|
},
|
|
@@ -9683,6 +9693,10 @@ self.fs = require("fs");
|
|
|
9683
9693
|
this.expression = t0;
|
|
9684
9694
|
this.span = t1;
|
|
9685
9695
|
},
|
|
9696
|
+
SupportsAnything: function SupportsAnything(t0, t1) {
|
|
9697
|
+
this.contents = t0;
|
|
9698
|
+
this.span = t1;
|
|
9699
|
+
},
|
|
9686
9700
|
unifyComplex: function(complexes) {
|
|
9687
9701
|
var t2, unifiedBase, base, t3, t4, _i, complexesWithoutBases,
|
|
9688
9702
|
t1 = J.getInterceptor$asx(complexes);
|
|
@@ -10501,6 +10515,10 @@ self.fs = require("fs");
|
|
|
10501
10515
|
Trace_toString_closure: function Trace_toString_closure(t0) {
|
|
10502
10516
|
this.longest = t0;
|
|
10503
10517
|
},
|
|
10518
|
+
SupportsAnything0: function SupportsAnything0(t0, t1) {
|
|
10519
|
+
this.contents = t0;
|
|
10520
|
+
this.span = t1;
|
|
10521
|
+
},
|
|
10504
10522
|
Chokidar0: function Chokidar0() {
|
|
10505
10523
|
},
|
|
10506
10524
|
ChokidarOptions0: function ChokidarOptions0() {
|
|
@@ -15202,7 +15220,7 @@ self.fs = require("fs");
|
|
|
15202
15220
|
switch ($async$goto) {
|
|
15203
15221
|
case 0:
|
|
15204
15222
|
// Function start
|
|
15205
|
-
$async$returnValue = "1.
|
|
15223
|
+
$async$returnValue = "1.29.0 compiled with dart2js 2.10.3";
|
|
15206
15224
|
// goto return
|
|
15207
15225
|
$async$goto = 1;
|
|
15208
15226
|
break;
|
|
@@ -16246,6 +16264,7 @@ self.fs = require("fs");
|
|
|
16246
16264
|
E = {Promise: function Promise() {
|
|
16247
16265
|
}, Date: function Date() {
|
|
16248
16266
|
}, JsError: function JsError() {
|
|
16267
|
+
}, Atomics: function Atomics() {
|
|
16249
16268
|
}, PosixStyle: function PosixStyle(t0, t1, t2) {
|
|
16250
16269
|
this.separatorPattern = t0;
|
|
16251
16270
|
this.needsSeparatorPattern = t1;
|
|
@@ -20600,7 +20619,7 @@ self.fs = require("fs");
|
|
|
20600
20619
|
new Uint8Array(0);
|
|
20601
20620
|
J.set$render$x(self.exports, P.allowInterop(B.node___render$closure()));
|
|
20602
20621
|
J.set$renderSync$x(self.exports, P.allowInterop(B.node___renderSync$closure()));
|
|
20603
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
20622
|
+
J.set$info$x(self.exports, "dart-sass\t1.29.0\t(Sass Compiler)\t[Dart]\ndart2js\t2.10.3\t(Dart Compiler)\t[Dart]");
|
|
20604
20623
|
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});
|
|
20605
20624
|
J.set$NULL$x(self.exports, C.C_SassNull);
|
|
20606
20625
|
J.set$TRUE$x(self.exports, C.SassBoolean_true);
|
|
@@ -31754,6 +31773,7 @@ self.fs = require("fs");
|
|
|
31754
31773
|
E.Promise.prototype = {};
|
|
31755
31774
|
E.Date.prototype = {};
|
|
31756
31775
|
E.JsError.prototype = {};
|
|
31776
|
+
E.Atomics.prototype = {};
|
|
31757
31777
|
Y.Modules.prototype = {};
|
|
31758
31778
|
Y.Module1.prototype = {};
|
|
31759
31779
|
Y.Net.prototype = {};
|
|
@@ -34357,6 +34377,15 @@ self.fs = require("fs");
|
|
|
34357
34377
|
return this.span;
|
|
34358
34378
|
}
|
|
34359
34379
|
};
|
|
34380
|
+
Y.SupportsAnything.prototype = {
|
|
34381
|
+
toString$0: function(_) {
|
|
34382
|
+
return "(" + this.contents.toString$0(0) + ")";
|
|
34383
|
+
},
|
|
34384
|
+
$isAstNode: 1,
|
|
34385
|
+
get$span: function() {
|
|
34386
|
+
return this.span;
|
|
34387
|
+
}
|
|
34388
|
+
};
|
|
34360
34389
|
L.SupportsDeclaration.prototype = {
|
|
34361
34390
|
toString$0: function(_) {
|
|
34362
34391
|
return "(" + H.S(this.name) + ": " + H.S(this.value) + ")";
|
|
@@ -34366,6 +34395,15 @@ self.fs = require("fs");
|
|
|
34366
34395
|
return this.span;
|
|
34367
34396
|
}
|
|
34368
34397
|
};
|
|
34398
|
+
F.SupportsFunction.prototype = {
|
|
34399
|
+
toString$0: function(_) {
|
|
34400
|
+
return this.name.toString$0(0) + "(" + this.$arguments.toString$0(0) + ")";
|
|
34401
|
+
},
|
|
34402
|
+
$isAstNode: 1,
|
|
34403
|
+
get$span: function() {
|
|
34404
|
+
return this.span;
|
|
34405
|
+
}
|
|
34406
|
+
};
|
|
34369
34407
|
X.SupportsInterpolation.prototype = {
|
|
34370
34408
|
toString$0: function(_) {
|
|
34371
34409
|
return "#{" + H.S(this.expression) + "}";
|
|
@@ -36242,7 +36280,7 @@ self.fs = require("fs");
|
|
|
36242
36280
|
// Function start
|
|
36243
36281
|
t1 = $async$self.canonicalUrl;
|
|
36244
36282
|
$async$goto = 3;
|
|
36245
|
-
return P._asyncAwait($async$self.importer.load$1(t1), $async$call$0);
|
|
36283
|
+
return P._asyncAwait($async$self.importer.load$1(0, t1), $async$call$0);
|
|
36246
36284
|
case 3:
|
|
36247
36285
|
// returning from await.
|
|
36248
36286
|
result = $async$result;
|
|
@@ -40946,7 +40984,7 @@ self.fs = require("fs");
|
|
|
40946
40984
|
call$0: function() {
|
|
40947
40985
|
var t3, _this = this,
|
|
40948
40986
|
t1 = _this.canonicalUrl,
|
|
40949
|
-
result = _this.importer.load$1(t1),
|
|
40987
|
+
result = _this.importer.load$1(0, t1),
|
|
40950
40988
|
t2 = _this.$this;
|
|
40951
40989
|
t2._resultsCache.$indexSet(0, t1, result);
|
|
40952
40990
|
t3 = _this.originalUrl;
|
|
@@ -40992,7 +41030,7 @@ self.fs = require("fs");
|
|
|
40992
41030
|
resolved = B.resolveImportPath(D.join(this._loadPath, t1.style.pathFromUri$1(M._parseUri(url)), null));
|
|
40993
41031
|
return resolved == null ? null : t1.toUri$1(t1.canonicalize$1(resolved));
|
|
40994
41032
|
},
|
|
40995
|
-
load$1: function(url) {
|
|
41033
|
+
load$1: function(_, url) {
|
|
40996
41034
|
var t3, t4,
|
|
40997
41035
|
t1 = $.$get$context(),
|
|
40998
41036
|
path = t1.style.pathFromUri$1(M._parseUri(url)),
|
|
@@ -43688,7 +43726,7 @@ self.fs = require("fs");
|
|
|
43688
43726
|
return type$.legacy_Statement._is(declarationOrBuffer) ? declarationOrBuffer : _this._stylesheet$_styleRule$2(type$.legacy_InterpolationBuffer._as(declarationOrBuffer), new S._SpanScannerState(t1, t2));
|
|
43689
43727
|
},
|
|
43690
43728
|
_declarationOrBuffer$0: function() {
|
|
43691
|
-
var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name,
|
|
43729
|
+
var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name, postColonWhitespace, t5, value, exception, _this = this, t1 = {},
|
|
43692
43730
|
t2 = _this.scanner,
|
|
43693
43731
|
start = new S._SpanScannerState(t2, t2._string_scanner$_position),
|
|
43694
43732
|
nameBuffer = new Z.InterpolationBuffer(new P.StringBuffer(""), []),
|
|
@@ -43735,9 +43773,9 @@ self.fs = require("fs");
|
|
|
43735
43773
|
midBuffer._contents += H.Primitives_stringFromCharCode(58);
|
|
43736
43774
|
$name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new S._SpanScannerState(t2, t4)));
|
|
43737
43775
|
if (C.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
|
|
43738
|
-
|
|
43776
|
+
t1 = _this._interpolatedDeclarationValue$0();
|
|
43739
43777
|
_this.expectStatementSeparator$1("custom property");
|
|
43740
|
-
return L.Declaration$($name, t2.spanFrom$1(start), null,
|
|
43778
|
+
return L.Declaration$($name, t2.spanFrom$1(start), null, new D.StringExpression(t1, false));
|
|
43741
43779
|
}
|
|
43742
43780
|
if (t2.scanChar$1(58)) {
|
|
43743
43781
|
t1 = nameBuffer;
|
|
@@ -43877,9 +43915,9 @@ self.fs = require("fs");
|
|
|
43877
43915
|
_this.whitespace$0();
|
|
43878
43916
|
t2.expectChar$1(58);
|
|
43879
43917
|
if (parseCustomProperties && C.JSString_methods.startsWith$1(t3.get$initialPlain(), "--")) {
|
|
43880
|
-
|
|
43918
|
+
t1 = _this._interpolatedDeclarationValue$0();
|
|
43881
43919
|
_this.expectStatementSeparator$1("custom property");
|
|
43882
|
-
return L.Declaration$(t3, t2.spanFrom$1(start), null,
|
|
43920
|
+
return L.Declaration$(t3, t2.spanFrom$1(start), null, new D.StringExpression(t1, false));
|
|
43883
43921
|
}
|
|
43884
43922
|
_this.whitespace$0();
|
|
43885
43923
|
if (_this.lookingAtChildren$0()) {
|
|
@@ -45596,7 +45634,7 @@ self.fs = require("fs");
|
|
|
45596
45634
|
default:
|
|
45597
45635
|
return _null;
|
|
45598
45636
|
}
|
|
45599
|
-
buffer.addInterpolation$1(_this._interpolatedDeclarationValue$1$allowEmpty(true)
|
|
45637
|
+
buffer.addInterpolation$1(_this._interpolatedDeclarationValue$1$allowEmpty(true));
|
|
45600
45638
|
t1 = _this.scanner;
|
|
45601
45639
|
t1.expectChar$1(41);
|
|
45602
45640
|
buffer._interpolation_buffer$_text._contents += H.Primitives_stringFromCharCode(41);
|
|
@@ -45716,7 +45754,7 @@ self.fs = require("fs");
|
|
|
45716
45754
|
t2 = buffer._interpolation_buffer$_text;
|
|
45717
45755
|
t2._contents += $name;
|
|
45718
45756
|
t2._contents += H.Primitives_stringFromCharCode(40);
|
|
45719
|
-
buffer.addInterpolation$1(this._interpolatedDeclarationValue$1$allowEmpty(true)
|
|
45757
|
+
buffer.addInterpolation$1(this._interpolatedDeclarationValue$1$allowEmpty(true));
|
|
45720
45758
|
t2._contents += H.Primitives_stringFromCharCode(41);
|
|
45721
45759
|
if (!t1.scanChar$1(41))
|
|
45722
45760
|
return false;
|
|
@@ -45870,15 +45908,15 @@ self.fs = require("fs");
|
|
|
45870
45908
|
almostAnyValue$0: function() {
|
|
45871
45909
|
return this.almostAnyValue$1$omitComments(false);
|
|
45872
45910
|
},
|
|
45873
|
-
_interpolatedDeclarationValue$
|
|
45874
|
-
var t4, wroteNewline, next,
|
|
45911
|
+
_interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon: function(allowColon, allowEmpty, allowSemicolon) {
|
|
45912
|
+
var t4, t5, t6, wroteNewline, next, t7, start, end, contents, _this = this,
|
|
45875
45913
|
t1 = _this.scanner,
|
|
45876
45914
|
t2 = t1._string_scanner$_position,
|
|
45877
45915
|
t3 = new P.StringBuffer(""),
|
|
45878
45916
|
buffer = new Z.InterpolationBuffer(t3, []),
|
|
45879
45917
|
brackets = H.setRuntimeTypeInfo([], type$.JSArray_legacy_int);
|
|
45880
45918
|
$label0$1:
|
|
45881
|
-
for (t4 = t1.string, wroteNewline = false; true;) {
|
|
45919
|
+
for (t4 = t1.string, t5 = !allowColon, t6 = !allowSemicolon, wroteNewline = false; true;) {
|
|
45882
45920
|
next = t1.peekChar$0();
|
|
45883
45921
|
switch (next) {
|
|
45884
45922
|
case 92:
|
|
@@ -45892,9 +45930,9 @@ self.fs = require("fs");
|
|
|
45892
45930
|
break;
|
|
45893
45931
|
case 47:
|
|
45894
45932
|
if (t1.peekChar$1(1) === 42) {
|
|
45895
|
-
|
|
45933
|
+
t7 = _this.get$loudComment();
|
|
45896
45934
|
start = t1._string_scanner$_position;
|
|
45897
|
-
|
|
45935
|
+
t7.call$0();
|
|
45898
45936
|
end = t1._string_scanner$_position;
|
|
45899
45937
|
t3._contents += J.substring$2$s(t4, start, end);
|
|
45900
45938
|
} else
|
|
@@ -45911,11 +45949,11 @@ self.fs = require("fs");
|
|
|
45911
45949
|
case 32:
|
|
45912
45950
|
case 9:
|
|
45913
45951
|
if (!wroteNewline) {
|
|
45914
|
-
|
|
45915
|
-
|
|
45952
|
+
t7 = t1.peekChar$1(1);
|
|
45953
|
+
t7 = !(t7 === 32 || t7 === 9 || t7 === 10 || t7 === 13 || t7 === 12);
|
|
45916
45954
|
} else
|
|
45917
|
-
|
|
45918
|
-
if (
|
|
45955
|
+
t7 = true;
|
|
45956
|
+
if (t7)
|
|
45919
45957
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
45920
45958
|
else
|
|
45921
45959
|
t1.readChar$0();
|
|
@@ -45925,8 +45963,8 @@ self.fs = require("fs");
|
|
|
45925
45963
|
case 12:
|
|
45926
45964
|
if (_this.get$indented())
|
|
45927
45965
|
break $label0$1;
|
|
45928
|
-
|
|
45929
|
-
if (!(
|
|
45966
|
+
t7 = t1.peekChar$1(-1);
|
|
45967
|
+
if (!(t7 === 10 || t7 === 13 || t7 === 12))
|
|
45930
45968
|
t3._contents += "\n";
|
|
45931
45969
|
t1.readChar$0();
|
|
45932
45970
|
wroteNewline = true;
|
|
@@ -45948,23 +45986,30 @@ self.fs = require("fs");
|
|
|
45948
45986
|
wroteNewline = false;
|
|
45949
45987
|
break;
|
|
45950
45988
|
case 59:
|
|
45951
|
-
if (brackets.length === 0)
|
|
45989
|
+
if (t6 && brackets.length === 0)
|
|
45990
|
+
break $label0$1;
|
|
45991
|
+
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
45992
|
+
wroteNewline = false;
|
|
45993
|
+
break;
|
|
45994
|
+
case 58:
|
|
45995
|
+
if (t5 && brackets.length === 0)
|
|
45952
45996
|
break $label0$1;
|
|
45953
45997
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
45998
|
+
wroteNewline = false;
|
|
45954
45999
|
break;
|
|
45955
46000
|
case 117:
|
|
45956
46001
|
case 85:
|
|
45957
|
-
|
|
46002
|
+
t7 = t1._string_scanner$_position;
|
|
45958
46003
|
if (!_this.scanIdentifier$1("url")) {
|
|
45959
46004
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
45960
46005
|
wroteNewline = false;
|
|
45961
46006
|
break;
|
|
45962
46007
|
}
|
|
45963
|
-
contents = _this._tryUrlContents$1(new S._SpanScannerState(t1,
|
|
46008
|
+
contents = _this._tryUrlContents$1(new S._SpanScannerState(t1, t7));
|
|
45964
46009
|
if (contents == null) {
|
|
45965
|
-
if (
|
|
45966
|
-
H.throwExpression(P.ArgumentError$("Invalid position " +
|
|
45967
|
-
t1._string_scanner$_position =
|
|
46010
|
+
if (t7 < 0 || t7 > t4.length)
|
|
46011
|
+
H.throwExpression(P.ArgumentError$("Invalid position " + t7));
|
|
46012
|
+
t1._string_scanner$_position = t7;
|
|
45968
46013
|
t1._lastMatch = null;
|
|
45969
46014
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
45970
46015
|
} else
|
|
@@ -45986,10 +46031,16 @@ self.fs = require("fs");
|
|
|
45986
46031
|
t1.expectChar$1(C.JSArray_methods.get$last(brackets));
|
|
45987
46032
|
if (!allowEmpty && buffer._interpolation_buffer$_contents.length === 0 && t3._contents.length === 0)
|
|
45988
46033
|
t1.error$1(0, "Expected token.");
|
|
45989
|
-
return
|
|
46034
|
+
return buffer.interpolation$1(t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
46035
|
+
},
|
|
46036
|
+
_interpolatedDeclarationValue$1$allowEmpty: function(allowEmpty) {
|
|
46037
|
+
return this._interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(true, allowEmpty, false);
|
|
46038
|
+
},
|
|
46039
|
+
_interpolatedDeclarationValue$2$allowEmpty$allowSemicolon: function(allowEmpty, allowSemicolon) {
|
|
46040
|
+
return this._interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(true, allowEmpty, allowSemicolon);
|
|
45990
46041
|
},
|
|
45991
46042
|
_interpolatedDeclarationValue$0: function() {
|
|
45992
|
-
return this._interpolatedDeclarationValue$
|
|
46043
|
+
return this._interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(true, false, false);
|
|
45993
46044
|
},
|
|
45994
46045
|
interpolatedIdentifier$0: function() {
|
|
45995
46046
|
var first, _this = this,
|
|
@@ -46177,18 +46228,17 @@ self.fs = require("fs");
|
|
|
46177
46228
|
_supportsCondition$0: function() {
|
|
46178
46229
|
var condition, operator, right, endPosition, t3, t4, lowerOperator, _this = this,
|
|
46179
46230
|
t1 = _this.scanner,
|
|
46180
|
-
t2 = t1._string_scanner$_position,
|
|
46181
|
-
first = t1.peekChar$0();
|
|
46182
|
-
if (first !== 40 && first !== 35) {
|
|
46183
46231
|
t2 = t1._string_scanner$_position;
|
|
46184
|
-
|
|
46232
|
+
if (_this.scanIdentifier$1("not")) {
|
|
46185
46233
|
_this.whitespace$0();
|
|
46186
46234
|
return new M.SupportsNegation(_this._supportsConditionInParens$0(), t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
46187
46235
|
}
|
|
46188
46236
|
condition = _this._supportsConditionInParens$0();
|
|
46189
46237
|
_this.whitespace$0();
|
|
46190
|
-
for (; _this.lookingAtIdentifier$0();) {
|
|
46191
|
-
if (
|
|
46238
|
+
for (operator = null; _this.lookingAtIdentifier$0();) {
|
|
46239
|
+
if (operator != null)
|
|
46240
|
+
_this.expectIdentifier$1(operator);
|
|
46241
|
+
else if (_this.scanIdentifier$1("or"))
|
|
46192
46242
|
operator = "or";
|
|
46193
46243
|
else {
|
|
46194
46244
|
_this.expectIdentifier$1("and");
|
|
@@ -46209,49 +46259,112 @@ self.fs = require("fs");
|
|
|
46209
46259
|
return condition;
|
|
46210
46260
|
},
|
|
46211
46261
|
_supportsConditionInParens$0: function() {
|
|
46212
|
-
var
|
|
46262
|
+
var $name, nameStart, wasInParentheses, identifier, operation, contents, identifier0, t2, $arguments, condition, exception, value, _this = this,
|
|
46213
46263
|
t1 = _this.scanner,
|
|
46214
46264
|
start = new S._SpanScannerState(t1, t1._string_scanner$_position);
|
|
46215
|
-
if (
|
|
46216
|
-
|
|
46265
|
+
if (_this._lookingAtInterpolatedIdentifier$0()) {
|
|
46266
|
+
identifier0 = _this.interpolatedIdentifier$0();
|
|
46267
|
+
t2 = identifier0.get$asPlain();
|
|
46268
|
+
if ((t2 == null ? null : t2.toLowerCase()) === "not")
|
|
46269
|
+
_this.error$2(0, '"not" is not a valid identifier here.', identifier0.span);
|
|
46270
|
+
if (t1.scanChar$1(40)) {
|
|
46271
|
+
$arguments = _this._interpolatedDeclarationValue$2$allowEmpty$allowSemicolon(true, true);
|
|
46272
|
+
t1.expectChar$1(41);
|
|
46273
|
+
return new F.SupportsFunction(identifier0, $arguments, t1.spanFrom$1(start));
|
|
46274
|
+
} else {
|
|
46275
|
+
t2 = identifier0.contents;
|
|
46276
|
+
if (t2.length !== 1 || !type$.legacy_Expression._is(C.JSArray_methods.get$first(t2)))
|
|
46277
|
+
_this.error$2(0, "Expected @supports condition.", identifier0.span);
|
|
46278
|
+
else
|
|
46279
|
+
return new X.SupportsInterpolation(type$.legacy_Expression._as(C.JSArray_methods.get$first(t2)), t1.spanFrom$1(start));
|
|
46280
|
+
}
|
|
46281
|
+
}
|
|
46217
46282
|
t1.expectChar$1(40);
|
|
46218
46283
|
_this.whitespace$0();
|
|
46219
|
-
|
|
46220
|
-
if (next === 40 || next === 35) {
|
|
46221
|
-
condition = _this._supportsCondition$0();
|
|
46284
|
+
if (_this.scanIdentifier$1("not")) {
|
|
46222
46285
|
_this.whitespace$0();
|
|
46286
|
+
condition = _this._supportsConditionInParens$0();
|
|
46287
|
+
t1.expectChar$1(41);
|
|
46288
|
+
return new M.SupportsNegation(condition, t1.spanFrom$1(start));
|
|
46289
|
+
} else if (t1.peekChar$0() === 40) {
|
|
46290
|
+
condition = _this._supportsCondition$0();
|
|
46223
46291
|
t1.expectChar$1(41);
|
|
46224
46292
|
return condition;
|
|
46225
46293
|
}
|
|
46226
|
-
|
|
46227
|
-
|
|
46228
|
-
|
|
46294
|
+
$name = null;
|
|
46295
|
+
nameStart = new S._SpanScannerState(t1, t1._string_scanner$_position);
|
|
46296
|
+
wasInParentheses = _this._inParentheses;
|
|
46297
|
+
try {
|
|
46298
|
+
$name = _this.expression$0();
|
|
46299
|
+
t1.expectChar$1(58);
|
|
46300
|
+
} catch (exception) {
|
|
46301
|
+
if (type$.legacy_FormatException._is(H.unwrapException(exception))) {
|
|
46302
|
+
t1.set$state(nameStart);
|
|
46303
|
+
_this._inParentheses = wasInParentheses;
|
|
46304
|
+
identifier = _this.interpolatedIdentifier$0();
|
|
46305
|
+
operation = _this._trySupportsOperation$2(identifier, nameStart);
|
|
46306
|
+
if (operation != null) {
|
|
46307
|
+
t1.expectChar$1(41);
|
|
46308
|
+
return operation;
|
|
46309
|
+
}
|
|
46310
|
+
t2 = new Z.InterpolationBuffer(new P.StringBuffer(""), []);
|
|
46311
|
+
t2.addInterpolation$1(identifier);
|
|
46312
|
+
t2.addInterpolation$1(_this._interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(false, true, true));
|
|
46313
|
+
contents = t2.interpolation$1(t1.spanFrom$1(nameStart));
|
|
46314
|
+
if (t1.peekChar$0() === 58)
|
|
46315
|
+
throw exception;
|
|
46229
46316
|
t1.expectChar$1(41);
|
|
46230
|
-
return
|
|
46231
|
-
}
|
|
46317
|
+
return new Y.SupportsAnything(contents, t1.spanFrom$1(start));
|
|
46318
|
+
} else
|
|
46319
|
+
throw exception;
|
|
46232
46320
|
}
|
|
46233
|
-
$name = _this.expression$0();
|
|
46234
|
-
t1.expectChar$1(58);
|
|
46235
46321
|
_this.whitespace$0();
|
|
46236
46322
|
value = _this.expression$0();
|
|
46237
46323
|
t1.expectChar$1(41);
|
|
46238
46324
|
return new L.SupportsDeclaration($name, value, t1.spanFrom$1(start));
|
|
46239
46325
|
},
|
|
46240
|
-
|
|
46241
|
-
var
|
|
46242
|
-
t1 =
|
|
46243
|
-
|
|
46244
|
-
|
|
46245
|
-
|
|
46246
|
-
|
|
46247
|
-
|
|
46248
|
-
|
|
46249
|
-
|
|
46250
|
-
t1.set$state(start);
|
|
46251
|
-
return null;
|
|
46252
|
-
}
|
|
46326
|
+
_trySupportsOperation$2: function(interpolation, start) {
|
|
46327
|
+
var expression, beforeWhitespace, t2, t3, operator, operation, right, t4, endPosition, t5, t6, lowerOperator, _this = this, _null = null,
|
|
46328
|
+
t1 = interpolation.contents;
|
|
46329
|
+
if (t1.length !== 1)
|
|
46330
|
+
return _null;
|
|
46331
|
+
expression = C.JSArray_methods.get$first(t1);
|
|
46332
|
+
if (!type$.legacy_Expression._is(expression))
|
|
46333
|
+
return _null;
|
|
46334
|
+
t1 = _this.scanner;
|
|
46335
|
+
beforeWhitespace = new S._SpanScannerState(t1, t1._string_scanner$_position);
|
|
46253
46336
|
_this.whitespace$0();
|
|
46254
|
-
|
|
46337
|
+
for (t2 = start.position, t3 = interpolation.span, operator = _null, operation = operator; _this.lookingAtIdentifier$0();) {
|
|
46338
|
+
if (operator != null)
|
|
46339
|
+
_this.expectIdentifier$1(operator);
|
|
46340
|
+
else if (_this.scanIdentifier$1("and"))
|
|
46341
|
+
operator = "and";
|
|
46342
|
+
else {
|
|
46343
|
+
if (!_this.scanIdentifier$1("or")) {
|
|
46344
|
+
if (beforeWhitespace._scanner !== t1)
|
|
46345
|
+
H.throwExpression(P.ArgumentError$(string$.The_gi));
|
|
46346
|
+
t2 = beforeWhitespace.position;
|
|
46347
|
+
if (t2 < 0 || t2 > t1.string.length)
|
|
46348
|
+
H.throwExpression(P.ArgumentError$("Invalid position " + t2));
|
|
46349
|
+
t1._string_scanner$_position = t2;
|
|
46350
|
+
return t1._lastMatch = null;
|
|
46351
|
+
}
|
|
46352
|
+
operator = "or";
|
|
46353
|
+
}
|
|
46354
|
+
_this.whitespace$0();
|
|
46355
|
+
right = _this._supportsConditionInParens$0();
|
|
46356
|
+
t4 = operation == null ? new X.SupportsInterpolation(expression, t3) : operation;
|
|
46357
|
+
endPosition = t1._string_scanner$_position;
|
|
46358
|
+
t5 = t1._sourceFile;
|
|
46359
|
+
t6 = new Y._FileSpan(t5, t2, endPosition);
|
|
46360
|
+
t6._FileSpan$3(t5, t2, endPosition);
|
|
46361
|
+
operation = new U.SupportsOperation(t4, right, operator, t6);
|
|
46362
|
+
lowerOperator = operator.toLowerCase();
|
|
46363
|
+
if (lowerOperator !== "and" && lowerOperator !== "or")
|
|
46364
|
+
H.throwExpression(P.ArgumentError$value(operator, "operator", 'may only be "and" or "or".'));
|
|
46365
|
+
_this.whitespace$0();
|
|
46366
|
+
}
|
|
46367
|
+
return operation;
|
|
46255
46368
|
},
|
|
46256
46369
|
_lookingAtInterpolatedIdentifier$0: function() {
|
|
46257
46370
|
var second,
|
|
@@ -50218,7 +50331,7 @@ self.fs = require("fs");
|
|
|
50218
50331
|
_visitSupportsCondition$body$_EvaluateVisitor: function(condition) {
|
|
50219
50332
|
var $async$goto = 0,
|
|
50220
50333
|
$async$completer = P._makeAsyncAwaitCompleter(type$.legacy_String),
|
|
50221
|
-
$async$returnValue, $async$self = this, t1,
|
|
50334
|
+
$async$returnValue, $async$self = this, t1, $async$temp1, $async$temp2;
|
|
50222
50335
|
var $async$_async_evaluate$_visitSupportsCondition$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
50223
50336
|
if ($async$errorCode === 1)
|
|
50224
50337
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -50230,17 +50343,16 @@ self.fs = require("fs");
|
|
|
50230
50343
|
break;
|
|
50231
50344
|
case 3:
|
|
50232
50345
|
// then
|
|
50233
|
-
t1 = condition.
|
|
50234
|
-
t2 = condition.operator;
|
|
50346
|
+
t1 = condition.operator;
|
|
50235
50347
|
$async$temp1 = H;
|
|
50236
50348
|
$async$goto = 6;
|
|
50237
|
-
return P._asyncAwait($async$self._async_evaluate$_parenthesize$2(
|
|
50349
|
+
return P._asyncAwait($async$self._async_evaluate$_parenthesize$2(condition.left, t1), $async$_async_evaluate$_visitSupportsCondition$1);
|
|
50238
50350
|
case 6:
|
|
50239
50351
|
// returning from await.
|
|
50240
|
-
$async$temp1 = $async$temp1.S($async$result) + " " +
|
|
50352
|
+
$async$temp1 = $async$temp1.S($async$result) + " " + t1 + " ";
|
|
50241
50353
|
$async$temp2 = H;
|
|
50242
50354
|
$async$goto = 7;
|
|
50243
|
-
return P._asyncAwait($async$self._async_evaluate$_parenthesize$2(condition.right,
|
|
50355
|
+
return P._asyncAwait($async$self._async_evaluate$_parenthesize$2(condition.right, t1), $async$_async_evaluate$_visitSupportsCondition$1);
|
|
50244
50356
|
case 7:
|
|
50245
50357
|
// returning from await.
|
|
50246
50358
|
$async$returnValue = $async$temp1 + $async$temp2.S($async$result);
|
|
@@ -50310,11 +50422,57 @@ self.fs = require("fs");
|
|
|
50310
50422
|
$async$goto = 17;
|
|
50311
50423
|
break;
|
|
50312
50424
|
case 18:
|
|
50425
|
+
// else
|
|
50426
|
+
$async$goto = condition instanceof F.SupportsFunction ? 21 : 23;
|
|
50427
|
+
break;
|
|
50428
|
+
case 21:
|
|
50429
|
+
// then
|
|
50430
|
+
$async$temp1 = H;
|
|
50431
|
+
$async$goto = 24;
|
|
50432
|
+
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(condition.name), $async$_async_evaluate$_visitSupportsCondition$1);
|
|
50433
|
+
case 24:
|
|
50434
|
+
// returning from await.
|
|
50435
|
+
$async$temp1 = $async$temp1.S($async$result) + "(";
|
|
50436
|
+
$async$temp2 = H;
|
|
50437
|
+
$async$goto = 25;
|
|
50438
|
+
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(condition.$arguments), $async$_async_evaluate$_visitSupportsCondition$1);
|
|
50439
|
+
case 25:
|
|
50440
|
+
// returning from await.
|
|
50441
|
+
$async$returnValue = $async$temp1 + $async$temp2.S($async$result) + ")";
|
|
50442
|
+
// goto return
|
|
50443
|
+
$async$goto = 1;
|
|
50444
|
+
break;
|
|
50445
|
+
// goto join
|
|
50446
|
+
$async$goto = 22;
|
|
50447
|
+
break;
|
|
50448
|
+
case 23:
|
|
50449
|
+
// else
|
|
50450
|
+
$async$goto = condition instanceof Y.SupportsAnything ? 26 : 28;
|
|
50451
|
+
break;
|
|
50452
|
+
case 26:
|
|
50453
|
+
// then
|
|
50454
|
+
$async$temp1 = H;
|
|
50455
|
+
$async$goto = 29;
|
|
50456
|
+
return P._asyncAwait($async$self._async_evaluate$_performInterpolation$1(condition.contents), $async$_async_evaluate$_visitSupportsCondition$1);
|
|
50457
|
+
case 29:
|
|
50458
|
+
// returning from await.
|
|
50459
|
+
$async$returnValue = "(" + $async$temp1.S($async$result) + ")";
|
|
50460
|
+
// goto return
|
|
50461
|
+
$async$goto = 1;
|
|
50462
|
+
break;
|
|
50463
|
+
// goto join
|
|
50464
|
+
$async$goto = 27;
|
|
50465
|
+
break;
|
|
50466
|
+
case 28:
|
|
50313
50467
|
// else
|
|
50314
50468
|
$async$returnValue = null;
|
|
50315
50469
|
// goto return
|
|
50316
50470
|
$async$goto = 1;
|
|
50317
50471
|
break;
|
|
50472
|
+
case 27:
|
|
50473
|
+
// join
|
|
50474
|
+
case 22:
|
|
50475
|
+
// join
|
|
50318
50476
|
case 17:
|
|
50319
50477
|
// join
|
|
50320
50478
|
case 13:
|
|
@@ -56285,7 +56443,11 @@ self.fs = require("fs");
|
|
|
56285
56443
|
t1 = "(" + H.S(_this._evaluate$_serialize$3$quote(t1.accept$1(_this), t1, true)) + ": ";
|
|
56286
56444
|
t2 = condition.value;
|
|
56287
56445
|
return t1 + H.S(_this._evaluate$_serialize$3$quote(t2.accept$1(_this), t2, true)) + ")";
|
|
56288
|
-
} else
|
|
56446
|
+
} else if (condition instanceof F.SupportsFunction)
|
|
56447
|
+
return _this._performInterpolation$1(condition.name) + "(" + _this._performInterpolation$1(condition.$arguments) + ")";
|
|
56448
|
+
else if (condition instanceof Y.SupportsAnything)
|
|
56449
|
+
return "(" + _this._performInterpolation$1(condition.contents) + ")";
|
|
56450
|
+
else
|
|
56289
56451
|
return null;
|
|
56290
56452
|
},
|
|
56291
56453
|
_parenthesize$2: function(condition, operator) {
|
|
@@ -61517,6 +61679,15 @@ self.fs = require("fs");
|
|
|
61517
61679
|
return this._watch_event$_name;
|
|
61518
61680
|
}
|
|
61519
61681
|
};
|
|
61682
|
+
Y.SupportsAnything0.prototype = {
|
|
61683
|
+
toString$0: function(_) {
|
|
61684
|
+
return "(" + this.contents.toString$0(0) + ")";
|
|
61685
|
+
},
|
|
61686
|
+
$isAstNode0: 1,
|
|
61687
|
+
get$span: function() {
|
|
61688
|
+
return this.span;
|
|
61689
|
+
}
|
|
61690
|
+
};
|
|
61520
61691
|
Z.Argument0.prototype = {
|
|
61521
61692
|
toString$0: function(_) {
|
|
61522
61693
|
var t1 = this.defaultValue,
|
|
@@ -64345,7 +64516,7 @@ self.fs = require("fs");
|
|
|
64345
64516
|
_visitSupportsCondition$body$_EvaluateVisitor0: function(condition) {
|
|
64346
64517
|
var $async$goto = 0,
|
|
64347
64518
|
$async$completer = P._makeAsyncAwaitCompleter(type$.legacy_String),
|
|
64348
|
-
$async$returnValue, $async$self = this, t1,
|
|
64519
|
+
$async$returnValue, $async$self = this, t1, $async$temp1, $async$temp2;
|
|
64349
64520
|
var $async$_async_evaluate0$_visitSupportsCondition$1 = P._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
64350
64521
|
if ($async$errorCode === 1)
|
|
64351
64522
|
return P._asyncRethrow($async$result, $async$completer);
|
|
@@ -64357,17 +64528,16 @@ self.fs = require("fs");
|
|
|
64357
64528
|
break;
|
|
64358
64529
|
case 3:
|
|
64359
64530
|
// then
|
|
64360
|
-
t1 = condition.
|
|
64361
|
-
t2 = condition.operator;
|
|
64531
|
+
t1 = condition.operator;
|
|
64362
64532
|
$async$temp1 = H;
|
|
64363
64533
|
$async$goto = 6;
|
|
64364
|
-
return P._asyncAwait($async$self._async_evaluate0$_parenthesize$2(
|
|
64534
|
+
return P._asyncAwait($async$self._async_evaluate0$_parenthesize$2(condition.left, t1), $async$_async_evaluate0$_visitSupportsCondition$1);
|
|
64365
64535
|
case 6:
|
|
64366
64536
|
// returning from await.
|
|
64367
|
-
$async$temp1 = $async$temp1.S($async$result) + " " +
|
|
64537
|
+
$async$temp1 = $async$temp1.S($async$result) + " " + t1 + " ";
|
|
64368
64538
|
$async$temp2 = H;
|
|
64369
64539
|
$async$goto = 7;
|
|
64370
|
-
return P._asyncAwait($async$self._async_evaluate0$_parenthesize$2(condition.right,
|
|
64540
|
+
return P._asyncAwait($async$self._async_evaluate0$_parenthesize$2(condition.right, t1), $async$_async_evaluate0$_visitSupportsCondition$1);
|
|
64371
64541
|
case 7:
|
|
64372
64542
|
// returning from await.
|
|
64373
64543
|
$async$returnValue = $async$temp1 + $async$temp2.S($async$result);
|
|
@@ -64437,11 +64607,57 @@ self.fs = require("fs");
|
|
|
64437
64607
|
$async$goto = 17;
|
|
64438
64608
|
break;
|
|
64439
64609
|
case 18:
|
|
64610
|
+
// else
|
|
64611
|
+
$async$goto = condition instanceof F.SupportsFunction0 ? 21 : 23;
|
|
64612
|
+
break;
|
|
64613
|
+
case 21:
|
|
64614
|
+
// then
|
|
64615
|
+
$async$temp1 = H;
|
|
64616
|
+
$async$goto = 24;
|
|
64617
|
+
return P._asyncAwait($async$self._async_evaluate0$_performInterpolation$1(condition.name), $async$_async_evaluate0$_visitSupportsCondition$1);
|
|
64618
|
+
case 24:
|
|
64619
|
+
// returning from await.
|
|
64620
|
+
$async$temp1 = $async$temp1.S($async$result) + "(";
|
|
64621
|
+
$async$temp2 = H;
|
|
64622
|
+
$async$goto = 25;
|
|
64623
|
+
return P._asyncAwait($async$self._async_evaluate0$_performInterpolation$1(condition.$arguments), $async$_async_evaluate0$_visitSupportsCondition$1);
|
|
64624
|
+
case 25:
|
|
64625
|
+
// returning from await.
|
|
64626
|
+
$async$returnValue = $async$temp1 + $async$temp2.S($async$result) + ")";
|
|
64627
|
+
// goto return
|
|
64628
|
+
$async$goto = 1;
|
|
64629
|
+
break;
|
|
64630
|
+
// goto join
|
|
64631
|
+
$async$goto = 22;
|
|
64632
|
+
break;
|
|
64633
|
+
case 23:
|
|
64634
|
+
// else
|
|
64635
|
+
$async$goto = condition instanceof Y.SupportsAnything0 ? 26 : 28;
|
|
64636
|
+
break;
|
|
64637
|
+
case 26:
|
|
64638
|
+
// then
|
|
64639
|
+
$async$temp1 = H;
|
|
64640
|
+
$async$goto = 29;
|
|
64641
|
+
return P._asyncAwait($async$self._async_evaluate0$_performInterpolation$1(condition.contents), $async$_async_evaluate0$_visitSupportsCondition$1);
|
|
64642
|
+
case 29:
|
|
64643
|
+
// returning from await.
|
|
64644
|
+
$async$returnValue = "(" + $async$temp1.S($async$result) + ")";
|
|
64645
|
+
// goto return
|
|
64646
|
+
$async$goto = 1;
|
|
64647
|
+
break;
|
|
64648
|
+
// goto join
|
|
64649
|
+
$async$goto = 27;
|
|
64650
|
+
break;
|
|
64651
|
+
case 28:
|
|
64440
64652
|
// else
|
|
64441
64653
|
$async$returnValue = null;
|
|
64442
64654
|
// goto return
|
|
64443
64655
|
$async$goto = 1;
|
|
64444
64656
|
break;
|
|
64657
|
+
case 27:
|
|
64658
|
+
// join
|
|
64659
|
+
case 22:
|
|
64660
|
+
// join
|
|
64445
64661
|
case 17:
|
|
64446
64662
|
// join
|
|
64447
64663
|
case 13:
|
|
@@ -69877,7 +70093,7 @@ self.fs = require("fs");
|
|
|
69877
70093
|
// Function start
|
|
69878
70094
|
t1 = $async$self.canonicalUrl;
|
|
69879
70095
|
$async$goto = 3;
|
|
69880
|
-
return P._asyncAwait($async$self.importer.load$1(t1), $async$call$0);
|
|
70096
|
+
return P._asyncAwait($async$self.importer.load$1(0, t1), $async$call$0);
|
|
69881
70097
|
case 3:
|
|
69882
70098
|
// returning from await.
|
|
69883
70099
|
result = $async$result;
|
|
@@ -72802,7 +73018,7 @@ self.fs = require("fs");
|
|
|
72802
73018
|
_importLikeNode$2: function(originalUrl, forImport) {
|
|
72803
73019
|
var contents, url, _this = this,
|
|
72804
73020
|
t1 = _this._evaluate0$_stylesheet.span,
|
|
72805
|
-
result = _this._nodeImporter.load$3(originalUrl, t1.file.url, forImport);
|
|
73021
|
+
result = _this._nodeImporter.load$3(0, originalUrl, t1.file.url, forImport);
|
|
72806
73022
|
if (result == null)
|
|
72807
73023
|
return null;
|
|
72808
73024
|
contents = result.item1;
|
|
@@ -72948,7 +73164,11 @@ self.fs = require("fs");
|
|
|
72948
73164
|
t1 = "(" + H.S(_this._evaluate0$_serialize$3$quote(t1.accept$1(_this), t1, true)) + ": ";
|
|
72949
73165
|
t2 = condition.value;
|
|
72950
73166
|
return t1 + H.S(_this._evaluate0$_serialize$3$quote(t2.accept$1(_this), t2, true)) + ")";
|
|
72951
|
-
} else
|
|
73167
|
+
} else if (condition instanceof F.SupportsFunction0)
|
|
73168
|
+
return _this._evaluate0$_performInterpolation$1(condition.name) + "(" + _this._evaluate0$_performInterpolation$1(condition.$arguments) + ")";
|
|
73169
|
+
else if (condition instanceof Y.SupportsAnything0)
|
|
73170
|
+
return "(" + _this._evaluate0$_performInterpolation$1(condition.contents) + ")";
|
|
73171
|
+
else
|
|
72952
73172
|
return null;
|
|
72953
73173
|
},
|
|
72954
73174
|
_evaluate0$_parenthesize$2: function(condition, operator) {
|
|
@@ -76157,7 +76377,7 @@ self.fs = require("fs");
|
|
|
76157
76377
|
resolved = B.resolveImportPath0(D.join(this._filesystem$_loadPath, t1.style.pathFromUri$1(M._parseUri(url)), null));
|
|
76158
76378
|
return resolved == null ? null : t1.toUri$1(t1.canonicalize$1(resolved));
|
|
76159
76379
|
},
|
|
76160
|
-
load$1: function(url) {
|
|
76380
|
+
load$1: function(_, url) {
|
|
76161
76381
|
var t3, t4,
|
|
76162
76382
|
t1 = $.$get$context(),
|
|
76163
76383
|
path = t1.style.pathFromUri$1(M._parseUri(url)),
|
|
@@ -76366,6 +76586,15 @@ self.fs = require("fs");
|
|
|
76366
76586
|
}
|
|
76367
76587
|
};
|
|
76368
76588
|
F.JSFunction0.prototype = {};
|
|
76589
|
+
F.SupportsFunction0.prototype = {
|
|
76590
|
+
toString$0: function(_) {
|
|
76591
|
+
return this.name.toString$0(0) + "(" + this.$arguments.toString$0(0) + ")";
|
|
76592
|
+
},
|
|
76593
|
+
$isAstNode0: 1,
|
|
76594
|
+
get$span: function() {
|
|
76595
|
+
return this.span;
|
|
76596
|
+
}
|
|
76597
|
+
};
|
|
76369
76598
|
F.SassFunction0.prototype = {
|
|
76370
76599
|
accept$1$1: function(visitor) {
|
|
76371
76600
|
var t1, t2;
|
|
@@ -76814,7 +77043,7 @@ self.fs = require("fs");
|
|
|
76814
77043
|
$signature: 191
|
|
76815
77044
|
};
|
|
76816
77045
|
F.NodeImporter.prototype = {
|
|
76817
|
-
load$3: function(url, previous, forImport) {
|
|
77046
|
+
load$3: function(_, url, previous, forImport) {
|
|
76818
77047
|
var result, previousString, t1, t2, t3, t4, _i, value, _this = this,
|
|
76819
77048
|
parsed = P.Uri_parse(url);
|
|
76820
77049
|
if (parsed.get$scheme() === "" || parsed.get$scheme() === "file") {
|
|
@@ -77074,7 +77303,7 @@ self.fs = require("fs");
|
|
|
77074
77303
|
call$0: function() {
|
|
77075
77304
|
var t3, _this = this,
|
|
77076
77305
|
t1 = _this.canonicalUrl,
|
|
77077
|
-
result = _this.importer.load$1(t1),
|
|
77306
|
+
result = _this.importer.load$1(0, t1),
|
|
77078
77307
|
t2 = _this.$this;
|
|
77079
77308
|
t2._import_cache$_resultsCache.$indexSet(0, t1, result);
|
|
77080
77309
|
t3 = _this.originalUrl;
|
|
@@ -84071,7 +84300,7 @@ self.fs = require("fs");
|
|
|
84071
84300
|
return type$.legacy_Statement_2._is(declarationOrBuffer) ? declarationOrBuffer : _this._stylesheet0$_styleRule$2(type$.legacy_InterpolationBuffer_2._as(declarationOrBuffer), new S._SpanScannerState(t1, t2));
|
|
84072
84301
|
},
|
|
84073
84302
|
_stylesheet0$_declarationOrBuffer$0: function() {
|
|
84074
|
-
var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name,
|
|
84303
|
+
var midBuffer, couldBeSelector, beforeDeclaration, additional, t3, startsWithPunctuation, variableOrInterpolation, t4, $name, postColonWhitespace, t5, value, exception, _this = this, t1 = {},
|
|
84075
84304
|
t2 = _this.scanner,
|
|
84076
84305
|
start = new S._SpanScannerState(t2, t2._string_scanner$_position),
|
|
84077
84306
|
nameBuffer = new Z.InterpolationBuffer0(new P.StringBuffer(""), []),
|
|
@@ -84118,9 +84347,9 @@ self.fs = require("fs");
|
|
|
84118
84347
|
midBuffer._contents += H.Primitives_stringFromCharCode(58);
|
|
84119
84348
|
$name = nameBuffer.interpolation$1(t2.spanFrom$2(start, new S._SpanScannerState(t2, t4)));
|
|
84120
84349
|
if (C.JSString_methods.startsWith$1($name.get$initialPlain(), "--")) {
|
|
84121
|
-
|
|
84350
|
+
t1 = _this._stylesheet0$_interpolatedDeclarationValue$0();
|
|
84122
84351
|
_this.expectStatementSeparator$1("custom property");
|
|
84123
|
-
return L.Declaration$0($name, t2.spanFrom$1(start), null,
|
|
84352
|
+
return L.Declaration$0($name, t2.spanFrom$1(start), null, new D.StringExpression0(t1, false));
|
|
84124
84353
|
}
|
|
84125
84354
|
if (t2.scanChar$1(58)) {
|
|
84126
84355
|
t1 = nameBuffer;
|
|
@@ -84260,9 +84489,9 @@ self.fs = require("fs");
|
|
|
84260
84489
|
_this.whitespace$0();
|
|
84261
84490
|
t2.expectChar$1(58);
|
|
84262
84491
|
if (parseCustomProperties && C.JSString_methods.startsWith$1(t3.get$initialPlain(), "--")) {
|
|
84263
|
-
|
|
84492
|
+
t1 = _this._stylesheet0$_interpolatedDeclarationValue$0();
|
|
84264
84493
|
_this.expectStatementSeparator$1("custom property");
|
|
84265
|
-
return L.Declaration$0(t3, t2.spanFrom$1(start), null,
|
|
84494
|
+
return L.Declaration$0(t3, t2.spanFrom$1(start), null, new D.StringExpression0(t1, false));
|
|
84266
84495
|
}
|
|
84267
84496
|
_this.whitespace$0();
|
|
84268
84497
|
if (_this.lookingAtChildren$0()) {
|
|
@@ -85978,7 +86207,7 @@ self.fs = require("fs");
|
|
|
85978
86207
|
default:
|
|
85979
86208
|
return _null;
|
|
85980
86209
|
}
|
|
85981
|
-
buffer.addInterpolation$1(_this._stylesheet0$_interpolatedDeclarationValue$1$allowEmpty(true)
|
|
86210
|
+
buffer.addInterpolation$1(_this._stylesheet0$_interpolatedDeclarationValue$1$allowEmpty(true));
|
|
85982
86211
|
t1 = _this.scanner;
|
|
85983
86212
|
t1.expectChar$1(41);
|
|
85984
86213
|
buffer._interpolation_buffer0$_text._contents += H.Primitives_stringFromCharCode(41);
|
|
@@ -86098,7 +86327,7 @@ self.fs = require("fs");
|
|
|
86098
86327
|
t2 = buffer._interpolation_buffer0$_text;
|
|
86099
86328
|
t2._contents += $name;
|
|
86100
86329
|
t2._contents += H.Primitives_stringFromCharCode(40);
|
|
86101
|
-
buffer.addInterpolation$1(this._stylesheet0$_interpolatedDeclarationValue$1$allowEmpty(true)
|
|
86330
|
+
buffer.addInterpolation$1(this._stylesheet0$_interpolatedDeclarationValue$1$allowEmpty(true));
|
|
86102
86331
|
t2._contents += H.Primitives_stringFromCharCode(41);
|
|
86103
86332
|
if (!t1.scanChar$1(41))
|
|
86104
86333
|
return false;
|
|
@@ -86252,15 +86481,15 @@ self.fs = require("fs");
|
|
|
86252
86481
|
almostAnyValue$0: function() {
|
|
86253
86482
|
return this.almostAnyValue$1$omitComments(false);
|
|
86254
86483
|
},
|
|
86255
|
-
_stylesheet0$_interpolatedDeclarationValue$
|
|
86256
|
-
var t4, wroteNewline, next,
|
|
86484
|
+
_stylesheet0$_interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon: function(allowColon, allowEmpty, allowSemicolon) {
|
|
86485
|
+
var t4, t5, t6, wroteNewline, next, t7, start, end, contents, _this = this,
|
|
86257
86486
|
t1 = _this.scanner,
|
|
86258
86487
|
t2 = t1._string_scanner$_position,
|
|
86259
86488
|
t3 = new P.StringBuffer(""),
|
|
86260
86489
|
buffer = new Z.InterpolationBuffer0(t3, []),
|
|
86261
86490
|
brackets = H.setRuntimeTypeInfo([], type$.JSArray_legacy_int);
|
|
86262
86491
|
$label0$1:
|
|
86263
|
-
for (t4 = t1.string, wroteNewline = false; true;) {
|
|
86492
|
+
for (t4 = t1.string, t5 = !allowColon, t6 = !allowSemicolon, wroteNewline = false; true;) {
|
|
86264
86493
|
next = t1.peekChar$0();
|
|
86265
86494
|
switch (next) {
|
|
86266
86495
|
case 92:
|
|
@@ -86274,9 +86503,9 @@ self.fs = require("fs");
|
|
|
86274
86503
|
break;
|
|
86275
86504
|
case 47:
|
|
86276
86505
|
if (t1.peekChar$1(1) === 42) {
|
|
86277
|
-
|
|
86506
|
+
t7 = _this.get$loudComment();
|
|
86278
86507
|
start = t1._string_scanner$_position;
|
|
86279
|
-
|
|
86508
|
+
t7.call$0();
|
|
86280
86509
|
end = t1._string_scanner$_position;
|
|
86281
86510
|
t3._contents += J.substring$2$s(t4, start, end);
|
|
86282
86511
|
} else
|
|
@@ -86293,11 +86522,11 @@ self.fs = require("fs");
|
|
|
86293
86522
|
case 32:
|
|
86294
86523
|
case 9:
|
|
86295
86524
|
if (!wroteNewline) {
|
|
86296
|
-
|
|
86297
|
-
|
|
86525
|
+
t7 = t1.peekChar$1(1);
|
|
86526
|
+
t7 = !(t7 === 32 || t7 === 9 || t7 === 10 || t7 === 13 || t7 === 12);
|
|
86298
86527
|
} else
|
|
86299
|
-
|
|
86300
|
-
if (
|
|
86528
|
+
t7 = true;
|
|
86529
|
+
if (t7)
|
|
86301
86530
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
86302
86531
|
else
|
|
86303
86532
|
t1.readChar$0();
|
|
@@ -86307,8 +86536,8 @@ self.fs = require("fs");
|
|
|
86307
86536
|
case 12:
|
|
86308
86537
|
if (_this.get$indented())
|
|
86309
86538
|
break $label0$1;
|
|
86310
|
-
|
|
86311
|
-
if (!(
|
|
86539
|
+
t7 = t1.peekChar$1(-1);
|
|
86540
|
+
if (!(t7 === 10 || t7 === 13 || t7 === 12))
|
|
86312
86541
|
t3._contents += "\n";
|
|
86313
86542
|
t1.readChar$0();
|
|
86314
86543
|
wroteNewline = true;
|
|
@@ -86330,23 +86559,30 @@ self.fs = require("fs");
|
|
|
86330
86559
|
wroteNewline = false;
|
|
86331
86560
|
break;
|
|
86332
86561
|
case 59:
|
|
86333
|
-
if (brackets.length === 0)
|
|
86562
|
+
if (t6 && brackets.length === 0)
|
|
86563
|
+
break $label0$1;
|
|
86564
|
+
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
86565
|
+
wroteNewline = false;
|
|
86566
|
+
break;
|
|
86567
|
+
case 58:
|
|
86568
|
+
if (t5 && brackets.length === 0)
|
|
86334
86569
|
break $label0$1;
|
|
86335
86570
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
86571
|
+
wroteNewline = false;
|
|
86336
86572
|
break;
|
|
86337
86573
|
case 117:
|
|
86338
86574
|
case 85:
|
|
86339
|
-
|
|
86575
|
+
t7 = t1._string_scanner$_position;
|
|
86340
86576
|
if (!_this.scanIdentifier$1("url")) {
|
|
86341
86577
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
86342
86578
|
wroteNewline = false;
|
|
86343
86579
|
break;
|
|
86344
86580
|
}
|
|
86345
|
-
contents = _this._stylesheet0$_tryUrlContents$1(new S._SpanScannerState(t1,
|
|
86581
|
+
contents = _this._stylesheet0$_tryUrlContents$1(new S._SpanScannerState(t1, t7));
|
|
86346
86582
|
if (contents == null) {
|
|
86347
|
-
if (
|
|
86348
|
-
H.throwExpression(P.ArgumentError$("Invalid position " +
|
|
86349
|
-
t1._string_scanner$_position =
|
|
86583
|
+
if (t7 < 0 || t7 > t4.length)
|
|
86584
|
+
H.throwExpression(P.ArgumentError$("Invalid position " + t7));
|
|
86585
|
+
t1._string_scanner$_position = t7;
|
|
86350
86586
|
t1._lastMatch = null;
|
|
86351
86587
|
t3._contents += H.Primitives_stringFromCharCode(t1.readChar$0());
|
|
86352
86588
|
} else
|
|
@@ -86368,10 +86604,16 @@ self.fs = require("fs");
|
|
|
86368
86604
|
t1.expectChar$1(C.JSArray_methods.get$last(brackets));
|
|
86369
86605
|
if (!allowEmpty && buffer._interpolation_buffer0$_contents.length === 0 && t3._contents.length === 0)
|
|
86370
86606
|
t1.error$1(0, "Expected token.");
|
|
86371
|
-
return
|
|
86607
|
+
return buffer.interpolation$1(t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
86608
|
+
},
|
|
86609
|
+
_stylesheet0$_interpolatedDeclarationValue$1$allowEmpty: function(allowEmpty) {
|
|
86610
|
+
return this._stylesheet0$_interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(true, allowEmpty, false);
|
|
86611
|
+
},
|
|
86612
|
+
_stylesheet0$_interpolatedDeclarationValue$2$allowEmpty$allowSemicolon: function(allowEmpty, allowSemicolon) {
|
|
86613
|
+
return this._stylesheet0$_interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(true, allowEmpty, allowSemicolon);
|
|
86372
86614
|
},
|
|
86373
86615
|
_stylesheet0$_interpolatedDeclarationValue$0: function() {
|
|
86374
|
-
return this._stylesheet0$_interpolatedDeclarationValue$
|
|
86616
|
+
return this._stylesheet0$_interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(true, false, false);
|
|
86375
86617
|
},
|
|
86376
86618
|
interpolatedIdentifier$0: function() {
|
|
86377
86619
|
var first, _this = this,
|
|
@@ -86559,18 +86801,17 @@ self.fs = require("fs");
|
|
|
86559
86801
|
_stylesheet0$_supportsCondition$0: function() {
|
|
86560
86802
|
var condition, operator, right, endPosition, t3, t4, lowerOperator, _this = this,
|
|
86561
86803
|
t1 = _this.scanner,
|
|
86562
|
-
t2 = t1._string_scanner$_position,
|
|
86563
|
-
first = t1.peekChar$0();
|
|
86564
|
-
if (first !== 40 && first !== 35) {
|
|
86565
86804
|
t2 = t1._string_scanner$_position;
|
|
86566
|
-
|
|
86805
|
+
if (_this.scanIdentifier$1("not")) {
|
|
86567
86806
|
_this.whitespace$0();
|
|
86568
86807
|
return new M.SupportsNegation0(_this._stylesheet0$_supportsConditionInParens$0(), t1.spanFrom$1(new S._SpanScannerState(t1, t2)));
|
|
86569
86808
|
}
|
|
86570
86809
|
condition = _this._stylesheet0$_supportsConditionInParens$0();
|
|
86571
86810
|
_this.whitespace$0();
|
|
86572
|
-
for (; _this.lookingAtIdentifier$0();) {
|
|
86573
|
-
if (
|
|
86811
|
+
for (operator = null; _this.lookingAtIdentifier$0();) {
|
|
86812
|
+
if (operator != null)
|
|
86813
|
+
_this.expectIdentifier$1(operator);
|
|
86814
|
+
else if (_this.scanIdentifier$1("or"))
|
|
86574
86815
|
operator = "or";
|
|
86575
86816
|
else {
|
|
86576
86817
|
_this.expectIdentifier$1("and");
|
|
@@ -86591,49 +86832,112 @@ self.fs = require("fs");
|
|
|
86591
86832
|
return condition;
|
|
86592
86833
|
},
|
|
86593
86834
|
_stylesheet0$_supportsConditionInParens$0: function() {
|
|
86594
|
-
var
|
|
86835
|
+
var $name, nameStart, wasInParentheses, identifier, operation, contents, identifier0, t2, $arguments, condition, exception, value, _this = this,
|
|
86595
86836
|
t1 = _this.scanner,
|
|
86596
86837
|
start = new S._SpanScannerState(t1, t1._string_scanner$_position);
|
|
86597
|
-
if (
|
|
86598
|
-
|
|
86838
|
+
if (_this._stylesheet0$_lookingAtInterpolatedIdentifier$0()) {
|
|
86839
|
+
identifier0 = _this.interpolatedIdentifier$0();
|
|
86840
|
+
t2 = identifier0.get$asPlain();
|
|
86841
|
+
if ((t2 == null ? null : t2.toLowerCase()) === "not")
|
|
86842
|
+
_this.error$2(0, '"not" is not a valid identifier here.', identifier0.span);
|
|
86843
|
+
if (t1.scanChar$1(40)) {
|
|
86844
|
+
$arguments = _this._stylesheet0$_interpolatedDeclarationValue$2$allowEmpty$allowSemicolon(true, true);
|
|
86845
|
+
t1.expectChar$1(41);
|
|
86846
|
+
return new F.SupportsFunction0(identifier0, $arguments, t1.spanFrom$1(start));
|
|
86847
|
+
} else {
|
|
86848
|
+
t2 = identifier0.contents;
|
|
86849
|
+
if (t2.length !== 1 || !type$.legacy_Expression_2._is(C.JSArray_methods.get$first(t2)))
|
|
86850
|
+
_this.error$2(0, "Expected @supports condition.", identifier0.span);
|
|
86851
|
+
else
|
|
86852
|
+
return new X.SupportsInterpolation0(type$.legacy_Expression_2._as(C.JSArray_methods.get$first(t2)), t1.spanFrom$1(start));
|
|
86853
|
+
}
|
|
86854
|
+
}
|
|
86599
86855
|
t1.expectChar$1(40);
|
|
86600
86856
|
_this.whitespace$0();
|
|
86601
|
-
|
|
86602
|
-
if (next === 40 || next === 35) {
|
|
86603
|
-
condition = _this._stylesheet0$_supportsCondition$0();
|
|
86857
|
+
if (_this.scanIdentifier$1("not")) {
|
|
86604
86858
|
_this.whitespace$0();
|
|
86859
|
+
condition = _this._stylesheet0$_supportsConditionInParens$0();
|
|
86860
|
+
t1.expectChar$1(41);
|
|
86861
|
+
return new M.SupportsNegation0(condition, t1.spanFrom$1(start));
|
|
86862
|
+
} else if (t1.peekChar$0() === 40) {
|
|
86863
|
+
condition = _this._stylesheet0$_supportsCondition$0();
|
|
86605
86864
|
t1.expectChar$1(41);
|
|
86606
86865
|
return condition;
|
|
86607
86866
|
}
|
|
86608
|
-
|
|
86609
|
-
|
|
86610
|
-
|
|
86867
|
+
$name = null;
|
|
86868
|
+
nameStart = new S._SpanScannerState(t1, t1._string_scanner$_position);
|
|
86869
|
+
wasInParentheses = _this._stylesheet0$_inParentheses;
|
|
86870
|
+
try {
|
|
86871
|
+
$name = _this.expression$0();
|
|
86872
|
+
t1.expectChar$1(58);
|
|
86873
|
+
} catch (exception) {
|
|
86874
|
+
if (type$.legacy_FormatException._is(H.unwrapException(exception))) {
|
|
86875
|
+
t1.set$state(nameStart);
|
|
86876
|
+
_this._stylesheet0$_inParentheses = wasInParentheses;
|
|
86877
|
+
identifier = _this.interpolatedIdentifier$0();
|
|
86878
|
+
operation = _this._stylesheet0$_trySupportsOperation$2(identifier, nameStart);
|
|
86879
|
+
if (operation != null) {
|
|
86880
|
+
t1.expectChar$1(41);
|
|
86881
|
+
return operation;
|
|
86882
|
+
}
|
|
86883
|
+
t2 = new Z.InterpolationBuffer0(new P.StringBuffer(""), []);
|
|
86884
|
+
t2.addInterpolation$1(identifier);
|
|
86885
|
+
t2.addInterpolation$1(_this._stylesheet0$_interpolatedDeclarationValue$3$allowColon$allowEmpty$allowSemicolon(false, true, true));
|
|
86886
|
+
contents = t2.interpolation$1(t1.spanFrom$1(nameStart));
|
|
86887
|
+
if (t1.peekChar$0() === 58)
|
|
86888
|
+
throw exception;
|
|
86611
86889
|
t1.expectChar$1(41);
|
|
86612
|
-
return
|
|
86613
|
-
}
|
|
86890
|
+
return new Y.SupportsAnything0(contents, t1.spanFrom$1(start));
|
|
86891
|
+
} else
|
|
86892
|
+
throw exception;
|
|
86614
86893
|
}
|
|
86615
|
-
$name = _this.expression$0();
|
|
86616
|
-
t1.expectChar$1(58);
|
|
86617
86894
|
_this.whitespace$0();
|
|
86618
86895
|
value = _this.expression$0();
|
|
86619
86896
|
t1.expectChar$1(41);
|
|
86620
86897
|
return new L.SupportsDeclaration0($name, value, t1.spanFrom$1(start));
|
|
86621
86898
|
},
|
|
86622
|
-
_stylesheet0$
|
|
86623
|
-
var
|
|
86624
|
-
t1 =
|
|
86625
|
-
|
|
86626
|
-
|
|
86627
|
-
|
|
86628
|
-
|
|
86629
|
-
|
|
86630
|
-
|
|
86631
|
-
|
|
86632
|
-
t1.set$state(start);
|
|
86633
|
-
return null;
|
|
86634
|
-
}
|
|
86899
|
+
_stylesheet0$_trySupportsOperation$2: function(interpolation, start) {
|
|
86900
|
+
var expression, beforeWhitespace, t2, t3, operator, operation, right, t4, endPosition, t5, t6, lowerOperator, _this = this, _null = null,
|
|
86901
|
+
t1 = interpolation.contents;
|
|
86902
|
+
if (t1.length !== 1)
|
|
86903
|
+
return _null;
|
|
86904
|
+
expression = C.JSArray_methods.get$first(t1);
|
|
86905
|
+
if (!type$.legacy_Expression_2._is(expression))
|
|
86906
|
+
return _null;
|
|
86907
|
+
t1 = _this.scanner;
|
|
86908
|
+
beforeWhitespace = new S._SpanScannerState(t1, t1._string_scanner$_position);
|
|
86635
86909
|
_this.whitespace$0();
|
|
86636
|
-
|
|
86910
|
+
for (t2 = start.position, t3 = interpolation.span, operator = _null, operation = operator; _this.lookingAtIdentifier$0();) {
|
|
86911
|
+
if (operator != null)
|
|
86912
|
+
_this.expectIdentifier$1(operator);
|
|
86913
|
+
else if (_this.scanIdentifier$1("and"))
|
|
86914
|
+
operator = "and";
|
|
86915
|
+
else {
|
|
86916
|
+
if (!_this.scanIdentifier$1("or")) {
|
|
86917
|
+
if (beforeWhitespace._scanner !== t1)
|
|
86918
|
+
H.throwExpression(P.ArgumentError$(string$.The_gi));
|
|
86919
|
+
t2 = beforeWhitespace.position;
|
|
86920
|
+
if (t2 < 0 || t2 > t1.string.length)
|
|
86921
|
+
H.throwExpression(P.ArgumentError$("Invalid position " + t2));
|
|
86922
|
+
t1._string_scanner$_position = t2;
|
|
86923
|
+
return t1._lastMatch = null;
|
|
86924
|
+
}
|
|
86925
|
+
operator = "or";
|
|
86926
|
+
}
|
|
86927
|
+
_this.whitespace$0();
|
|
86928
|
+
right = _this._stylesheet0$_supportsConditionInParens$0();
|
|
86929
|
+
t4 = operation == null ? new X.SupportsInterpolation0(expression, t3) : operation;
|
|
86930
|
+
endPosition = t1._string_scanner$_position;
|
|
86931
|
+
t5 = t1._sourceFile;
|
|
86932
|
+
t6 = new Y._FileSpan(t5, t2, endPosition);
|
|
86933
|
+
t6._FileSpan$3(t5, t2, endPosition);
|
|
86934
|
+
operation = new U.SupportsOperation0(t4, right, operator, t6);
|
|
86935
|
+
lowerOperator = operator.toLowerCase();
|
|
86936
|
+
if (lowerOperator !== "and" && lowerOperator !== "or")
|
|
86937
|
+
H.throwExpression(P.ArgumentError$value(operator, "operator", 'may only be "and" or "or".'));
|
|
86938
|
+
_this.whitespace$0();
|
|
86939
|
+
}
|
|
86940
|
+
return operation;
|
|
86637
86941
|
},
|
|
86638
86942
|
_stylesheet0$_lookingAtInterpolatedIdentifier$0: function() {
|
|
86639
86943
|
var second,
|
|
@@ -88113,9 +88417,9 @@ self.fs = require("fs");
|
|
|
88113
88417
|
_inherit = hunkHelpers.inherit,
|
|
88114
88418
|
_inheritMany = hunkHelpers.inheritMany;
|
|
88115
88419
|
_inherit(P.Object, null);
|
|
88116
|
-
_inheritMany(P.Object, [H.JS_CONST, J.Interceptor, J.ArrayIterator, P.Iterable, H.CastIterator, H.Closure, P.Error, P._ListBase_Object_ListMixin, H.ListIterator, P.Iterator, H.ExpandIterator, H.EmptyIterator, H.FollowedByIterator, H.WhereTypeIterator, H.FixedLengthListMixin, H.UnmodifiableListMixin, H.Symbol, P.MapView, H.ConstantMap, H.JSInvocationMirror, H.TypeErrorDecoder, H.NullThrownFromJavaScriptException, H.ExceptionAndStackTrace, H._StackTrace, H._Required, P.MapMixin, H.LinkedHashMapCell, H.LinkedHashMapKeyIterator, H.JSSyntaxRegExp, H._MatchImplementation, H._AllMatchesIterator, H.StringMatch, H._StringAllMatchesIterator, H.Rti, H._FunctionParameters, H._Type, P._TimerImpl, P._AsyncAwaitCompleter, P._AsyncStarStreamController, P._IterationMarker, P._SyncStarIterator, P.Stream, P._BufferingStreamSubscription, P._BroadcastStreamController, P._Completer, P._FutureListener, P._Future, P._AsyncCallbackEntry, P.StreamTransformerBase, P._StreamController, P._SyncStreamControllerDispatch, P._AsyncStreamControllerDispatch, P._AddStreamState, P._DelayedEvent, P._DelayedDone, P._PendingEvents, P._DoneStreamSubscription, P._StreamIterator, P.AsyncError, P._ZoneFunction, P._RunNullaryZoneFunction, P._RunUnaryZoneFunction, P._RunBinaryZoneFunction, P._RegisterNullaryZoneFunction, P._RegisterUnaryZoneFunction, P._RegisterBinaryZoneFunction, P._ZoneSpecification, P._ZoneDelegate, P._Zone, P._HashMapKeyIterator, P._SetBase, P._LinkedHashSetCell, P._LinkedHashSetIterator, P.ListMixin, P._MapBaseValueIterator, P._UnmodifiableMapMixin, P._ListQueueIterator, P.Codec, P._Base64Encoder, P.ChunkedConversionSink, P._JsonStringifier, P.StringConversionSinkMixin, P._Utf8Encoder, P._Utf8Decoder, P.DateTime, P.Duration, P.OutOfMemoryError, P.StackOverflowError, P._Exception, P.FormatException, P.MapEntry, P.Null, P._StringStackTrace, P.RuneIterator, P.StringBuffer, P._Uri, P.UriData, P._SimpleUri, P._JSRandom, N.ArgParser, V.ArgResults, G.Option, G.OptionType, G.Parser0, G.Usage, V.ErrorResult, F.ValueResult, Y.StreamCompleter, L.StreamGroup, L._StreamGroupState, G.StreamQueue, G._NextRequest, Q.Repl, B.ReplAdapter, U.DefaultEquality, U.IterableEquality, U.ListEquality, U._MapEntry, U.MapEquality, Q._QueueList_Object_ListMixin, M._DelegatingIterableBase, L.UnmodifiableSetMixin, M.Context, M._PathDirection, M._PathRelation, O.Style, X.ParsedPath, X.PathException, F.CssMediaQuery, F._SingletonCssMediaQueryMergeResult, F.MediaQuerySuccessfulMergeResult, B.AstNode, F.ModifiableCssValue, F.CssValue, B._FakeAstNode, Z.Argument, B.ArgumentDeclaration, X.ArgumentInvocation, V.AtRootQuery, Z.ConfiguredVariable, V.BinaryOperationExpression, V.BinaryOperator, Z.BooleanExpression, K.ColorExpression, F.FunctionExpression, L.IfExpression, D.ListExpression, A.MapExpression, O.NullExpression, T.NumberExpression, T.ParenthesizedExpression, T.SelectorExpression, D.StringExpression, X.UnaryOperationExpression, X.UnaryOperator, F.ValueExpression, S.VariableExpression, B.DynamicImport, Q.StaticImport, X.Interpolation, M.ParentStatement, Q.ContentRule, Q.DebugRule, D.ErrorRule, X.ExtendRule, L.ForwardRule, V.IfRule, V.IfClause, B.ImportRule, A.IncludeRule, L.LoudComment, B.ReturnRule, B.SilentComment, T.UseRule, Z.VariableDeclaration, Y.WarnRule, L.SupportsDeclaration, X.SupportsInterpolation, M.SupportsNegation, U.SupportsOperation, T.Selector, N.AttributeOperator, S.Combinator, D.QualifiedName, X.CompileResult, Q.AsyncEnvironment, Q._EnvironmentModule0, O.AsyncImportCache, S.AsyncBuiltInCallable, Q.BuiltInCallable, L.PlainCssCallable, E.UserDefinedCallable, A.Configuration, Z.ConfiguredValue, O.Environment, O._EnvironmentModule, G.SourceSpanException, E.SassScriptException, B.ExecutableOptions, B.UsageException, A._Watcher, T.EmptyExtender, F.Extender, S.Extension, L.ExtendMode, R.ImportCache, B.AsyncImporter, E.ImporterResult, Z.InterpolationBuffer, B.FileSystemException, B.Stderr, F._QuietLogger, S.StderrLogger, T.TrackingLogger, Q.BuiltInModule, R.ForwardedModuleView, B.ShadowedModuleView, G.Parser, M.StylesheetGraph, M.StylesheetNode, M.Syntax, G.FixedLengthListBuilder, U.MultiDirWatcher, N.NoSourceMapBuffer0, D.SourceMapBuffer0, F.Value, D.ListSeparator, E._EvaluateVisitor0, E._ImportedCssVisitor0, E.EvaluateResult, E._ArgumentResults0, V._CloneCssVisitor, R.Evaluator, R._EvaluateVisitor, R._ImportedCssVisitor, R._ArgumentResults, D.RecursiveStatementVisitor, N._SerializeVisitor0, N.OutputStyle, N.LineFeed, N.SerializeResult, L.Entry, T.Mapping, T.TargetLineEntry, T.TargetEntry, Y.SourceFile, D.SourceLocationMixin, Y.SourceSpanMixin, U.Highlighter, U._Highlight, U._Line, V.SourceLocation, U.Chain, A.Frame, T.LazyTrace, Y.Trace, N.UnparsedFrame, X.StringScanner, S._SpanScannerState, A.AsciiGlyphSet, K.UnicodeGlyphSet, S.Tuple2, S.Tuple3, E.WatchEvent, E.ChangeType, Z.Argument0, B.ArgumentDeclaration0, X.ArgumentInvocation0, F.Value0, B.AsyncImporter0, S.AsyncBuiltInCallable0, X.CompileResult0, Q.AsyncEnvironment0, Q._EnvironmentModule2, E._EvaluateVisitor2, E._ImportedCssVisitor2, E.EvaluateResult0, E._ArgumentResults2, O.AsyncImportCache0, G.Parser1, V.AtRootQuery0, M.ParentStatement0, B.AstNode0, T.Selector0, N.AttributeOperator0, V.BinaryOperationExpression0, V.BinaryOperator0, Z.BooleanExpression0, Q.BuiltInCallable0, Q.BuiltInModule0, V._CloneCssVisitor0, K.ColorExpression0, S.Combinator0, A.Configuration0, Z.ConfiguredValue0, Z.ConfiguredVariable0, Q.ContentRule0, Q.DebugRule0, L.SupportsDeclaration0, B.DynamicImport0, T.EmptyExtender0, O.Environment0, O._EnvironmentModule1, D.ErrorRule0, R._EvaluateVisitor1, R._ImportedCssVisitor1, R._ArgumentResults1, E.SassScriptException0, X.ExtendRule0, F.Extender0, S.Extension0, G.FixedLengthListBuilder0, L.ForwardRule0, R.ForwardedModuleView0, F.FunctionExpression0, L.IfExpression0, V.IfRule0, V.IfClause0, F.NodeImporter, R.ImportCache0, B.ImportRule0, A.IncludeRule0, X.Interpolation0, X.SupportsInterpolation0, Z.InterpolationBuffer0, D.ListExpression0, D.ListSeparator0, L.LoudComment0, A.MapExpression0, F.CssMediaQuery0, F._SingletonCssMediaQueryMergeResult0, F.MediaQuerySuccessfulMergeResult0, L.ExtendMode0, M.SupportsNegation0, N.NoSourceMapBuffer, B._FakeAstNode0, B.FileSystemException0, B.Stderr0, O.NullExpression0, T.NumberExpression0, U.SupportsOperation0, T.ParenthesizedExpression0, L.PlainCssCallable0, D.QualifiedName0, E.ImporterResult0, B.ReturnRule0, T.SelectorExpression0, N._SerializeVisitor, N.OutputStyle0, N.LineFeed0, N.SerializeResult0, B.ShadowedModuleView0, B.SilentComment0, D.SourceMapBuffer, Q.StaticImport0, S.StderrLogger0, D.StringExpression0, M.Syntax0, X.UnaryOperationExpression0, X.UnaryOperator0, T.UseRule0, E.UserDefinedCallable0, F.CssValue0, F.ValueExpression0, F.ModifiableCssValue0, S.VariableExpression0, Z.VariableDeclaration0, Y.WarnRule0]);
|
|
88420
|
+
_inheritMany(P.Object, [H.JS_CONST, J.Interceptor, J.ArrayIterator, P.Iterable, H.CastIterator, H.Closure, P.Error, P._ListBase_Object_ListMixin, H.ListIterator, P.Iterator, H.ExpandIterator, H.EmptyIterator, H.FollowedByIterator, H.WhereTypeIterator, H.FixedLengthListMixin, H.UnmodifiableListMixin, H.Symbol, P.MapView, H.ConstantMap, H.JSInvocationMirror, H.TypeErrorDecoder, H.NullThrownFromJavaScriptException, H.ExceptionAndStackTrace, H._StackTrace, H._Required, P.MapMixin, H.LinkedHashMapCell, H.LinkedHashMapKeyIterator, H.JSSyntaxRegExp, H._MatchImplementation, H._AllMatchesIterator, H.StringMatch, H._StringAllMatchesIterator, H.Rti, H._FunctionParameters, H._Type, P._TimerImpl, P._AsyncAwaitCompleter, P._AsyncStarStreamController, P._IterationMarker, P._SyncStarIterator, P.Stream, P._BufferingStreamSubscription, P._BroadcastStreamController, P._Completer, P._FutureListener, P._Future, P._AsyncCallbackEntry, P.StreamTransformerBase, P._StreamController, P._SyncStreamControllerDispatch, P._AsyncStreamControllerDispatch, P._AddStreamState, P._DelayedEvent, P._DelayedDone, P._PendingEvents, P._DoneStreamSubscription, P._StreamIterator, P.AsyncError, P._ZoneFunction, P._RunNullaryZoneFunction, P._RunUnaryZoneFunction, P._RunBinaryZoneFunction, P._RegisterNullaryZoneFunction, P._RegisterUnaryZoneFunction, P._RegisterBinaryZoneFunction, P._ZoneSpecification, P._ZoneDelegate, P._Zone, P._HashMapKeyIterator, P._SetBase, P._LinkedHashSetCell, P._LinkedHashSetIterator, P.ListMixin, P._MapBaseValueIterator, P._UnmodifiableMapMixin, P._ListQueueIterator, P.Codec, P._Base64Encoder, P.ChunkedConversionSink, P._JsonStringifier, P.StringConversionSinkMixin, P._Utf8Encoder, P._Utf8Decoder, P.DateTime, P.Duration, P.OutOfMemoryError, P.StackOverflowError, P._Exception, P.FormatException, P.MapEntry, P.Null, P._StringStackTrace, P.RuneIterator, P.StringBuffer, P._Uri, P.UriData, P._SimpleUri, P._JSRandom, N.ArgParser, V.ArgResults, G.Option, G.OptionType, G.Parser0, G.Usage, V.ErrorResult, F.ValueResult, Y.StreamCompleter, L.StreamGroup, L._StreamGroupState, G.StreamQueue, G._NextRequest, Q.Repl, B.ReplAdapter, U.DefaultEquality, U.IterableEquality, U.ListEquality, U._MapEntry, U.MapEquality, Q._QueueList_Object_ListMixin, M._DelegatingIterableBase, L.UnmodifiableSetMixin, M.Context, M._PathDirection, M._PathRelation, O.Style, X.ParsedPath, X.PathException, F.CssMediaQuery, F._SingletonCssMediaQueryMergeResult, F.MediaQuerySuccessfulMergeResult, B.AstNode, F.ModifiableCssValue, F.CssValue, B._FakeAstNode, Z.Argument, B.ArgumentDeclaration, X.ArgumentInvocation, V.AtRootQuery, Z.ConfiguredVariable, V.BinaryOperationExpression, V.BinaryOperator, Z.BooleanExpression, K.ColorExpression, F.FunctionExpression, L.IfExpression, D.ListExpression, A.MapExpression, O.NullExpression, T.NumberExpression, T.ParenthesizedExpression, T.SelectorExpression, D.StringExpression, X.UnaryOperationExpression, X.UnaryOperator, F.ValueExpression, S.VariableExpression, B.DynamicImport, Q.StaticImport, X.Interpolation, M.ParentStatement, Q.ContentRule, Q.DebugRule, D.ErrorRule, X.ExtendRule, L.ForwardRule, V.IfRule, V.IfClause, B.ImportRule, A.IncludeRule, L.LoudComment, B.ReturnRule, B.SilentComment, T.UseRule, Z.VariableDeclaration, Y.WarnRule, Y.SupportsAnything, L.SupportsDeclaration, F.SupportsFunction, X.SupportsInterpolation, M.SupportsNegation, U.SupportsOperation, T.Selector, N.AttributeOperator, S.Combinator, D.QualifiedName, X.CompileResult, Q.AsyncEnvironment, Q._EnvironmentModule0, O.AsyncImportCache, S.AsyncBuiltInCallable, Q.BuiltInCallable, L.PlainCssCallable, E.UserDefinedCallable, A.Configuration, Z.ConfiguredValue, O.Environment, O._EnvironmentModule, G.SourceSpanException, E.SassScriptException, B.ExecutableOptions, B.UsageException, A._Watcher, T.EmptyExtender, F.Extender, S.Extension, L.ExtendMode, R.ImportCache, B.AsyncImporter, E.ImporterResult, Z.InterpolationBuffer, B.FileSystemException, B.Stderr, F._QuietLogger, S.StderrLogger, T.TrackingLogger, Q.BuiltInModule, R.ForwardedModuleView, B.ShadowedModuleView, G.Parser, M.StylesheetGraph, M.StylesheetNode, M.Syntax, G.FixedLengthListBuilder, U.MultiDirWatcher, N.NoSourceMapBuffer0, D.SourceMapBuffer0, F.Value, D.ListSeparator, E._EvaluateVisitor0, E._ImportedCssVisitor0, E.EvaluateResult, E._ArgumentResults0, V._CloneCssVisitor, R.Evaluator, R._EvaluateVisitor, R._ImportedCssVisitor, R._ArgumentResults, D.RecursiveStatementVisitor, N._SerializeVisitor0, N.OutputStyle, N.LineFeed, N.SerializeResult, L.Entry, T.Mapping, T.TargetLineEntry, T.TargetEntry, Y.SourceFile, D.SourceLocationMixin, Y.SourceSpanMixin, U.Highlighter, U._Highlight, U._Line, V.SourceLocation, U.Chain, A.Frame, T.LazyTrace, Y.Trace, N.UnparsedFrame, X.StringScanner, S._SpanScannerState, A.AsciiGlyphSet, K.UnicodeGlyphSet, S.Tuple2, S.Tuple3, E.WatchEvent, E.ChangeType, Y.SupportsAnything0, Z.Argument0, B.ArgumentDeclaration0, X.ArgumentInvocation0, F.Value0, B.AsyncImporter0, S.AsyncBuiltInCallable0, X.CompileResult0, Q.AsyncEnvironment0, Q._EnvironmentModule2, E._EvaluateVisitor2, E._ImportedCssVisitor2, E.EvaluateResult0, E._ArgumentResults2, O.AsyncImportCache0, G.Parser1, V.AtRootQuery0, M.ParentStatement0, B.AstNode0, T.Selector0, N.AttributeOperator0, V.BinaryOperationExpression0, V.BinaryOperator0, Z.BooleanExpression0, Q.BuiltInCallable0, Q.BuiltInModule0, V._CloneCssVisitor0, K.ColorExpression0, S.Combinator0, A.Configuration0, Z.ConfiguredValue0, Z.ConfiguredVariable0, Q.ContentRule0, Q.DebugRule0, L.SupportsDeclaration0, B.DynamicImport0, T.EmptyExtender0, O.Environment0, O._EnvironmentModule1, D.ErrorRule0, R._EvaluateVisitor1, R._ImportedCssVisitor1, R._ArgumentResults1, E.SassScriptException0, X.ExtendRule0, F.Extender0, S.Extension0, G.FixedLengthListBuilder0, L.ForwardRule0, R.ForwardedModuleView0, F.FunctionExpression0, F.SupportsFunction0, L.IfExpression0, V.IfRule0, V.IfClause0, F.NodeImporter, R.ImportCache0, B.ImportRule0, A.IncludeRule0, X.Interpolation0, X.SupportsInterpolation0, Z.InterpolationBuffer0, D.ListExpression0, D.ListSeparator0, L.LoudComment0, A.MapExpression0, F.CssMediaQuery0, F._SingletonCssMediaQueryMergeResult0, F.MediaQuerySuccessfulMergeResult0, L.ExtendMode0, M.SupportsNegation0, N.NoSourceMapBuffer, B._FakeAstNode0, B.FileSystemException0, B.Stderr0, O.NullExpression0, T.NumberExpression0, U.SupportsOperation0, T.ParenthesizedExpression0, L.PlainCssCallable0, D.QualifiedName0, E.ImporterResult0, B.ReturnRule0, T.SelectorExpression0, N._SerializeVisitor, N.OutputStyle0, N.LineFeed0, N.SerializeResult0, B.ShadowedModuleView0, B.SilentComment0, D.SourceMapBuffer, Q.StaticImport0, S.StderrLogger0, D.StringExpression0, M.Syntax0, X.UnaryOperationExpression0, X.UnaryOperator0, T.UseRule0, E.UserDefinedCallable0, F.CssValue0, F.ValueExpression0, F.ModifiableCssValue0, S.VariableExpression0, Z.VariableDeclaration0, Y.WarnRule0]);
|
|
88117
88421
|
_inheritMany(J.Interceptor, [J.JSBool, J.JSNull, J.JavaScriptObject, J.JSArray, J.JSNumber, J.JSString, H.NativeTypedData]);
|
|
88118
|
-
_inheritMany(J.JavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, B.Stdin, B.Stdout, B.ReadlineModule, B.ReadlineOptions, B.ReadlineInterface, V.BufferModule, V.BufferConstants, V.Buffer, F.ConsoleModule, F.Console, F.EventEmitter, D.FS, D.FSConstants, D.FSWatcher, D.ReadStream, D.ReadStreamOptions, D.WriteStream, D.WriteStreamOptions, D.Stats, E.Promise, E.Date, E.JsError, Y.Modules, Y.Module1, Y.Net, Y.Socket, Y.NetAddress, Y.NetServer, X.NodeJsError, X.Process, X.CPUUsage, X.Release, D.StreamModule, D.Readable, D.Writable, D.Duplex, D.Transform, D.WritableOptions, D.ReadableOptions, L.Immediate, L.Timeout, N.TTY, Y.Chokidar, Y.ChokidarOptions, Y.ChokidarWatcher, F.JSFunction, F.NodeImporterResult, B._PropertyDescriptor, Y.Chokidar0, Y.ChokidarOptions0, Y.ChokidarWatcher0, K._NodeSassColor, D.Exports, E.FiberClass, E.Fiber, F.JSFunction0, F.NodeImporterResult0, D._NodeSassList, A._NodeSassMap, T._NodeSassNumber, Z.RenderContext, L.RenderContextOptions, R.RenderOptions, U.RenderResult, U.RenderResultStats, R._Exports, D._NodeSassString, G.Types, B._PropertyDescriptor0]);
|
|
88422
|
+
_inheritMany(J.JavaScriptObject, [J.PlainJavaScriptObject, J.UnknownJavaScriptObject, J.JavaScriptFunction, B.Stdin, B.Stdout, B.ReadlineModule, B.ReadlineOptions, B.ReadlineInterface, V.BufferModule, V.BufferConstants, V.Buffer, F.ConsoleModule, F.Console, F.EventEmitter, D.FS, D.FSConstants, D.FSWatcher, D.ReadStream, D.ReadStreamOptions, D.WriteStream, D.WriteStreamOptions, D.Stats, E.Promise, E.Date, E.JsError, E.Atomics, Y.Modules, Y.Module1, Y.Net, Y.Socket, Y.NetAddress, Y.NetServer, X.NodeJsError, X.Process, X.CPUUsage, X.Release, D.StreamModule, D.Readable, D.Writable, D.Duplex, D.Transform, D.WritableOptions, D.ReadableOptions, L.Immediate, L.Timeout, N.TTY, Y.Chokidar, Y.ChokidarOptions, Y.ChokidarWatcher, F.JSFunction, F.NodeImporterResult, B._PropertyDescriptor, Y.Chokidar0, Y.ChokidarOptions0, Y.ChokidarWatcher0, K._NodeSassColor, D.Exports, E.FiberClass, E.Fiber, F.JSFunction0, F.NodeImporterResult0, D._NodeSassList, A._NodeSassMap, T._NodeSassNumber, Z.RenderContext, L.RenderContextOptions, R.RenderOptions, U.RenderResult, U.RenderResultStats, R._Exports, D._NodeSassString, G.Types, B._PropertyDescriptor0]);
|
|
88119
88423
|
_inherit(J.JSUnmodifiableArray, J.JSArray);
|
|
88120
88424
|
_inheritMany(J.JSNumber, [J.JSInt, J.JSDouble]);
|
|
88121
88425
|
_inheritMany(P.Iterable, [H._CastIterableBase, H.EfficientLengthIterable, H.MappedIterable, H.WhereIterable, H.ExpandIterable, H.TakeIterable, H.SkipIterable, H.SkipWhileIterable, H.FollowedByIterable, H.WhereTypeIterable, H._ConstantMapKeyIterable, P.IterableBase, H._StringAllMatchesIterable, P.Runes]);
|
|
@@ -88275,7 +88579,7 @@ self.fs = require("fs");
|
|
|
88275
88579
|
leafTags: null,
|
|
88276
88580
|
arrayRti: typeof Symbol == "function" && typeof Symbol() == "symbol" ? Symbol("$ti") : "$ti"
|
|
88277
88581
|
};
|
|
88278
|
-
H._Universe_addRules(init.typeUniverse, JSON.parse('{"_Exports":"JavaScriptObject","Promise":"JavaScriptObject","Date":"JavaScriptObject","JsError":"JavaScriptObject","NodeJsError":"JavaScriptObject","JsAssertionError":"JavaScriptObject","JsRangeError":"JavaScriptObject","JsReferenceError":"JavaScriptObject","JsSyntaxError":"JavaScriptObject","JsTypeError":"JavaScriptObject","JsSystemError":"JavaScriptObject","Exports":"JavaScriptObject","JSFunction0":"JavaScriptObject","RenderContext":"JavaScriptObject","RenderContextOptions":"JavaScriptObject","RenderOptions":"JavaScriptObject","RenderResult":"JavaScriptObject","RenderResultStats":"JavaScriptObject","Types":"JavaScriptObject","_PropertyDescriptor0":"JavaScriptObject","FiberClass":"JavaScriptObject","Fiber":"JavaScriptObject","_NodeSassColor":"JavaScriptObject","_NodeSassList":"JavaScriptObject","_NodeSassMap":"JavaScriptObject","_NodeSassNumber":"JavaScriptObject","_NodeSassString":"JavaScriptObject","FS":"JavaScriptObject","FSConstants":"JavaScriptObject","FSWatcher":"JavaScriptObject","EventEmitter":"JavaScriptObject","Readable":"JavaScriptObject","Writable":"JavaScriptObject","Process":"JavaScriptObject","NetServer":"JavaScriptObject","ReadStream":"JavaScriptObject","WriteStream":"JavaScriptObject","Duplex":"JavaScriptObject","Transform":"JavaScriptObject","Socket":"JavaScriptObject","TTYReadStream":"JavaScriptObject","TTYWriteStream":"JavaScriptObject","ReadStreamOptions":"JavaScriptObject","WriteStreamOptions":"JavaScriptObject","Stats":"JavaScriptObject","StreamModule":"JavaScriptObject","WritableOptions":"JavaScriptObject","ReadableOptions":"JavaScriptObject","Chokidar":"JavaScriptObject","ChokidarOptions":"JavaScriptObject","ChokidarWatcher":"JavaScriptObject","Chokidar0":"JavaScriptObject","ChokidarOptions0":"JavaScriptObject","ChokidarWatcher0":"JavaScriptObject","NodeImporterResult0":"JavaScriptObject","Stdin":"JavaScriptObject","Stdout":"JavaScriptObject","ReadlineModule":"JavaScriptObject","ReadlineOptions":"JavaScriptObject","ReadlineInterface":"JavaScriptObject","JSFunction":"JavaScriptObject","NodeImporterResult":"JavaScriptObject","_PropertyDescriptor":"JavaScriptObject","ConsoleModule":"JavaScriptObject","Console":"JavaScriptObject","Modules":"JavaScriptObject","Module1":"JavaScriptObject","CPUUsage":"JavaScriptObject","Release":"JavaScriptObject","BufferModule":"JavaScriptObject","BufferConstants":"JavaScriptObject","Buffer":"JavaScriptObject","Immediate":"JavaScriptObject","Timeout":"JavaScriptObject","Net":"JavaScriptObject","NetAddress":"JavaScriptObject","TTY":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JSBool":{"bool":[]},"JSNull":{"Null":[]},"JavaScriptObject":{"Function":[],"JsError":[],"JsSystemError":[],"_NodeSassColor":[],"JSFunction0":[],"NodeImporterResult0":[],"_NodeSassList":[],"_NodeSassMap":[],"_NodeSassNumber":[],"RenderOptions":[],"RenderResult":[],"_NodeSassString":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSDouble":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListMixin.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastQueue":{"Queue":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateInitializationErrorImpl":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListIterable.E":"2","Iterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantProtoMap":{"ConstantStringMap":["1","2"],"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Error":{"Error":[]},"_TypeError":{"Error":[]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncCompleter":{"_Completer":["1"]},"_Future":{"Future":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamImpl":{"Stream":["1"]},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_ExpandStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"AsyncError":{"Error":[]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedHashSet":{"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"Map":["1","2"]},"ListQueue":{"ListIterable":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"_SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"AsciiCodec":{"Codec":["String","List<int>"]},"_UnicodeSubsetEncoder":{"Converter":["String","List<int>"]},"AsciiEncoder":{"Converter":["String","List<int>"]},"Base64Codec":{"Codec":["List<int>","String"]},"Base64Encoder":{"Converter":["List<int>","String"]},"Encoding":{"Codec":["String","List<int>"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"StringConversionSinkBase":{"StringConversionSink":[]},"StringConversionSinkMixin":{"StringConversionSink":[]},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringCallbackSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Codec":["String","List<int>"]},"Utf8Encoder":{"Converter":["String","List<int>"]},"Utf8Decoder":{"Converter":["List<int>","String"]},"double":{"num":[],"Comparable":["num"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"]},"DateTime":{"Comparable":["DateTime"]},"Duration":{"Comparable":["Duration"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"RangeError":[],"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"ArgParserException":{"FormatException":[],"Exception":[]},"ErrorResult":{"Result":["Null"]},"ValueResult":{"Result":["1*"]},"_CompleterStream":{"Stream":["1*"],"Stream.T":"1*"},"_NextRequest":{"_EventRequest":["1*"]},"EmptyUnmodifiableSet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"Iterable.E":"1*"},"QueueList":{"ListMixin":["1*"],"List":["1*"],"Queue":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"ListMixin.E":"1*","QueueList.E":"1"},"_CastQueueList":{"QueueList":["2*"],"ListMixin":["2*"],"List":["2*"],"Queue":["2*"],"EfficientLengthIterable":["2*"],"Iterable":["2*"],"ListMixin.E":"2*","QueueList.E":"2*"},"UnmodifiableSetView":{"DelegatingSet":["1*"],"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1*"},"_DelegatingIterableBase":{"Iterable":["1*"]},"DelegatingIterable":{"Iterable":["1*"]},"DelegatingSet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1"},"MapKeySet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String*","1*"]},"ModifiableCssAtRule":{"ModifiableCssParentNode":[],"CssAtRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssComment":{"ModifiableCssNode":[],"CssComment":[],"CssNode":[],"AstNode":[]},"ModifiableCssDeclaration":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssImport":{"ModifiableCssNode":[],"CssImport":[],"CssNode":[],"AstNode":[]},"ModifiableCssKeyframeBlock":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssMediaRule":{"ModifiableCssParentNode":[],"CssMediaRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssNode":{"CssNode":[],"AstNode":[]},"ModifiableCssParentNode":{"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStyleRule":{"ModifiableCssParentNode":[],"CssStyleRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStylesheet":{"ModifiableCssParentNode":[],"CssStylesheet":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssSupportsRule":{"ModifiableCssParentNode":[],"CssSupportsRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssValue":{"CssValue":["1*"],"AstNode":[]},"CssNode":{"AstNode":[]},"CssParentNode":{"CssNode":[],"AstNode":[]},"CssStylesheet":{"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssValue":{"AstNode":[]},"_FakeAstNode":{"AstNode":[]},"Argument":{"AstNode":[]},"ArgumentDeclaration":{"AstNode":[]},"ArgumentInvocation":{"AstNode":[]},"ConfiguredVariable":{"AstNode":[]},"BinaryOperationExpression":{"Expression":[],"AstNode":[]},"BooleanExpression":{"Expression":[],"AstNode":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"ListExpression":{"Expression":[],"AstNode":[]},"MapExpression":{"Expression":[],"AstNode":[]},"NullExpression":{"Expression":[],"AstNode":[]},"NumberExpression":{"Expression":[],"AstNode":[]},"ParenthesizedExpression":{"Expression":[],"AstNode":[]},"SelectorExpression":{"Expression":[],"AstNode":[]},"StringExpression":{"Expression":[],"AstNode":[]},"UnaryOperationExpression":{"Expression":[],"AstNode":[]},"ValueExpression":{"Expression":[],"AstNode":[]},"VariableExpression":{"Expression":[],"AstNode":[]},"DynamicImport":{"Import":[],"AstNode":[]},"StaticImport":{"Import":[],"AstNode":[]},"Interpolation":{"AstNode":[]},"AtRootRule":{"Statement":[],"AstNode":[]},"AtRule":{"Statement":[],"AstNode":[]},"CallableDeclaration":{"Statement":[],"AstNode":[]},"ContentBlock":{"Statement":[],"AstNode":[]},"ContentRule":{"Statement":[],"AstNode":[]},"DebugRule":{"Statement":[],"AstNode":[]},"Declaration":{"Statement":[],"AstNode":[]},"EachRule":{"Statement":[],"AstNode":[]},"ErrorRule":{"Statement":[],"AstNode":[]},"ExtendRule":{"Statement":[],"AstNode":[]},"ForRule":{"Statement":[],"AstNode":[]},"ForwardRule":{"Statement":[],"AstNode":[]},"FunctionRule":{"Statement":[],"AstNode":[]},"IfRule":{"Statement":[],"AstNode":[]},"ImportRule":{"Statement":[],"AstNode":[]},"IncludeRule":{"Statement":[],"AstNode":[]},"LoudComment":{"Statement":[],"AstNode":[]},"MediaRule":{"Statement":[],"AstNode":[]},"MixinRule":{"Statement":[],"AstNode":[]},"ParentStatement":{"Statement":[],"AstNode":[]},"ReturnRule":{"Statement":[],"AstNode":[]},"SilentComment":{"Statement":[],"AstNode":[]},"StyleRule":{"Statement":[],"AstNode":[]},"Stylesheet":{"Statement":[],"AstNode":[]},"SupportsRule":{"Statement":[],"AstNode":[]},"UseRule":{"Statement":[],"AstNode":[]},"VariableDeclaration":{"Statement":[],"AstNode":[]},"WarnRule":{"Statement":[],"AstNode":[]},"WhileRule":{"Statement":[],"AstNode":[]},"SupportsDeclaration":{"AstNode":[]},"SupportsInterpolation":{"AstNode":[]},"SupportsNegation":{"AstNode":[]},"SupportsOperation":{"AstNode":[]},"AttributeSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"Combinator":{"ComplexSelectorComponent":[]},"CompoundSelector":{"ComplexSelectorComponent":[]},"IDSelector":{"SimpleSelector":[]},"ParentSelector":{"SimpleSelector":[]},"PlaceholderSelector":{"SimpleSelector":[]},"PseudoSelector":{"SimpleSelector":[]},"TypeSelector":{"SimpleSelector":[]},"UniversalSelector":{"SimpleSelector":[]},"_EnvironmentModule0":{"Module":["AsyncCallable*"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable":[],"AsyncCallable":[]},"_EnvironmentModule":{"Module":["Callable*"]},"SassException":{"Exception":[]},"MultiSpanSassException":{"Exception":[]},"SassRuntimeException":{"Exception":[]},"MultiSpanSassRuntimeException":{"SassRuntimeException":[],"Exception":[]},"SassFormatException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"UsageException":{"Exception":[]},"EmptyExtender":{"Extender":[]},"MergedExtension":{"Extension":[]},"Importer":{"AsyncImporter":[]},"FilesystemImporter":{"Importer":[],"AsyncImporter":[]},"BuiltInModule":{"Module":["1*"]},"ForwardedModuleView":{"Module":["1*"]},"ShadowedModuleView":{"Module":["1*"]},"LimitedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"MergedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"NoSourceMapBuffer0":{"StringBuffer":[]},"PrefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"PublicMemberMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"SourceMapBuffer0":{"StringBuffer":[]},"UnprefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassColor":{"Value":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"Value":[]},"SassNull":{"Value":[]},"SassNumber":{"Value":[]},"SassString":{"Value":[]},"Entry":{"Comparable":["Entry*"]},"FileSpan":{"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan*"]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation*"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan*"]},"SourceLocation":{"Comparable":["SourceLocation*"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation*"]},"SourceSpan":{"Comparable":["SourceSpan*"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan*"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan*"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan*"]},"Chain":{"StackTrace":[]},"LazyTrace":{"Trace":[],"StackTrace":[]},"Trace":{"StackTrace":[]},"UnparsedFrame":{"Frame":[]},"StringScannerException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"Argument0":{"AstNode0":[]},"ArgumentDeclaration0":{"AstNode0":[]},"ArgumentInvocation0":{"AstNode0":[]},"SassArgumentList0":{"SassList0":[],"Value0":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module0":["AsyncCallable0*"]},"AtRootRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"CssAtRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[]},"BinaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable0":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module0":["1*"]},"CallableDeclaration0":{"Statement0":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[]},"ColorExpression0":{"Expression0":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"Combinator0":{"ComplexSelectorComponent0":[]},"CompoundSelector0":{"ComplexSelectorComponent0":[]},"ConfiguredVariable0":{"AstNode0":[]},"ContentBlock0":{"Statement0":[],"AstNode0":[]},"ContentRule0":{"Statement0":[],"AstNode0":[]},"DebugRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssDeclaration0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"Declaration0":{"Statement0":[],"AstNode0":[]},"SupportsDeclaration0":{"AstNode0":[]},"DynamicImport0":{"Import0":[],"AstNode0":[]},"EachRule0":{"Statement0":[],"AstNode0":[]},"EmptyExtender0":{"Extender0":[]},"_EnvironmentModule1":{"Module0":["Callable0*"]},"ErrorRule0":{"Statement0":[],"AstNode0":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"SassRuntimeException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"ExtendRule0":{"Statement0":[],"AstNode0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"AstNode0":[]},"ForwardedModuleView0":{"Module0":["1*"]},"FunctionExpression0":{"Expression0":[],"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[]},"IfExpression0":{"Expression0":[],"AstNode0":[]},"IfRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssImport0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"AstNode0":[]},"Interpolation0":{"AstNode0":[]},"SupportsInterpolation0":{"AstNode0":[]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LimitedMapView0":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"ListExpression0":{"Expression0":[],"AstNode0":[]},"SassList0":{"Value0":[]},"LoudComment0":{"Statement0":[],"AstNode0":[]},"MapExpression0":{"Expression0":[],"AstNode0":[]},"SassMap0":{"Value0":[]},"ModifiableCssMediaRule0":{"ModifiableCssParentNode0":[],"CssMediaRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"MediaRule0":{"Statement0":[],"AstNode0":[]},"MergedExtension0":{"Extension0":[]},"MergedMapView0":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"MixinRule0":{"Statement0":[],"AstNode0":[]},"SupportsNegation0":{"AstNode0":[]},"NoSourceMapBuffer":{"StringBuffer":[]},"_FakeAstNode0":{"AstNode0":[]},"CssNode0":{"AstNode0":[]},"CssParentNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssParentNode0":{"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"NullExpression0":{"Expression0":[],"AstNode0":[]},"SassNull0":{"Value0":[]},"NumberExpression0":{"Expression0":[],"AstNode0":[]},"SassNumber0":{"Value0":[]},"SupportsOperation0":{"AstNode0":[]},"ParentSelector0":{"SimpleSelector0":[]},"ParentStatement0":{"Statement0":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[]},"PlainCssCallable0":{"Callable0":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"PseudoSelector0":{"SimpleSelector0":[]},"PublicMemberMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"ReturnRule0":{"Statement0":[],"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"AstNode0":[]},"ShadowedModuleView0":{"Module0":["1*"]},"SilentComment0":{"Statement0":[],"AstNode0":[]},"SourceMapBuffer":{"StringBuffer":[]},"StaticImport0":{"Import0":[],"AstNode0":[]},"StringExpression0":{"Expression0":[],"AstNode0":[]},"SassString0":{"Value0":[]},"ModifiableCssStyleRule0":{"ModifiableCssParentNode0":[],"CssStyleRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"StyleRule0":{"Statement0":[],"AstNode0":[]},"CssStylesheet0":{"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"ModifiableCssStylesheet0":{"ModifiableCssParentNode0":[],"CssStylesheet0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"Stylesheet0":{"Statement0":[],"AstNode0":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"CssSupportsRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"AstNode0":[]},"TypeSelector0":{"SimpleSelector0":[]},"UnaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"UniversalSelector0":{"SimpleSelector0":[]},"UnprefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"UseRule0":{"Statement0":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable0":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"AstNode0":[]},"ModifiableCssValue0":{"CssValue0":["1*"],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"AstNode0":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Expression":{"AstNode":[]},"Import":{"AstNode":[]},"SassNode":{"AstNode":[]},"Statement":{"AstNode":[]},"SupportsCondition":{"AstNode":[]},"Callable":{"AsyncCallable":[]},"Callable0":{"AsyncCallable0":[]},"Expression0":{"AstNode0":[]},"Import0":{"AstNode0":[]},"SassNode0":{"AstNode0":[]},"Statement0":{"AstNode0":[]},"SupportsCondition0":{"AstNode0":[]}}'));
|
|
88582
|
+
H._Universe_addRules(init.typeUniverse, JSON.parse('{"_Exports":"JavaScriptObject","Promise":"JavaScriptObject","Date":"JavaScriptObject","JsError":"JavaScriptObject","NodeJsError":"JavaScriptObject","JsAssertionError":"JavaScriptObject","JsRangeError":"JavaScriptObject","JsReferenceError":"JavaScriptObject","JsSyntaxError":"JavaScriptObject","JsTypeError":"JavaScriptObject","JsSystemError":"JavaScriptObject","Atomics":"JavaScriptObject","Exports":"JavaScriptObject","JSFunction0":"JavaScriptObject","RenderContext":"JavaScriptObject","RenderContextOptions":"JavaScriptObject","RenderOptions":"JavaScriptObject","RenderResult":"JavaScriptObject","RenderResultStats":"JavaScriptObject","Types":"JavaScriptObject","_PropertyDescriptor0":"JavaScriptObject","FiberClass":"JavaScriptObject","Fiber":"JavaScriptObject","_NodeSassColor":"JavaScriptObject","_NodeSassList":"JavaScriptObject","_NodeSassMap":"JavaScriptObject","_NodeSassNumber":"JavaScriptObject","_NodeSassString":"JavaScriptObject","FS":"JavaScriptObject","FSConstants":"JavaScriptObject","FSWatcher":"JavaScriptObject","EventEmitter":"JavaScriptObject","Readable":"JavaScriptObject","Writable":"JavaScriptObject","Process":"JavaScriptObject","NetServer":"JavaScriptObject","ReadStream":"JavaScriptObject","WriteStream":"JavaScriptObject","Duplex":"JavaScriptObject","Transform":"JavaScriptObject","Socket":"JavaScriptObject","TTYReadStream":"JavaScriptObject","TTYWriteStream":"JavaScriptObject","ReadStreamOptions":"JavaScriptObject","WriteStreamOptions":"JavaScriptObject","Stats":"JavaScriptObject","StreamModule":"JavaScriptObject","WritableOptions":"JavaScriptObject","ReadableOptions":"JavaScriptObject","Chokidar":"JavaScriptObject","ChokidarOptions":"JavaScriptObject","ChokidarWatcher":"JavaScriptObject","Chokidar0":"JavaScriptObject","ChokidarOptions0":"JavaScriptObject","ChokidarWatcher0":"JavaScriptObject","NodeImporterResult0":"JavaScriptObject","Stdin":"JavaScriptObject","Stdout":"JavaScriptObject","ReadlineModule":"JavaScriptObject","ReadlineOptions":"JavaScriptObject","ReadlineInterface":"JavaScriptObject","JSFunction":"JavaScriptObject","NodeImporterResult":"JavaScriptObject","_PropertyDescriptor":"JavaScriptObject","ConsoleModule":"JavaScriptObject","Console":"JavaScriptObject","Modules":"JavaScriptObject","Module1":"JavaScriptObject","CPUUsage":"JavaScriptObject","Release":"JavaScriptObject","BufferModule":"JavaScriptObject","BufferConstants":"JavaScriptObject","Buffer":"JavaScriptObject","Immediate":"JavaScriptObject","Timeout":"JavaScriptObject","Net":"JavaScriptObject","NetAddress":"JavaScriptObject","TTY":"JavaScriptObject","PlainJavaScriptObject":"JavaScriptObject","UnknownJavaScriptObject":"JavaScriptObject","JavaScriptFunction":"JavaScriptObject","JSBool":{"bool":[]},"JSNull":{"Null":[]},"JavaScriptObject":{"Function":[],"JsError":[],"JsSystemError":[],"_NodeSassColor":[],"JSFunction0":[],"NodeImporterResult0":[],"_NodeSassList":[],"_NodeSassMap":[],"_NodeSassNumber":[],"RenderOptions":[],"RenderResult":[],"_NodeSassString":[]},"JSArray":{"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSUnmodifiableArray":{"JSArray":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"JSNumber":{"double":[],"num":[],"Comparable":["num"]},"JSInt":{"double":[],"int":[],"num":[],"Comparable":["num"]},"JSDouble":{"double":[],"num":[],"Comparable":["num"]},"JSString":{"String":[],"Comparable":["String"]},"_CastIterableBase":{"Iterable":["2"]},"CastIterable":{"_CastIterableBase":["1","2"],"Iterable":["2"],"Iterable.E":"2"},"_EfficientLengthCastIterable":{"CastIterable":["1","2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"_CastListBase":{"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"]},"CastList":{"_CastListBase":["1","2"],"ListMixin":["2"],"List":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2","ListMixin.E":"2"},"CastSet":{"Set":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"CastQueue":{"Queue":["2"],"_CastIterableBase":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"LateInitializationErrorImpl":{"Error":[]},"CodeUnits":{"ListMixin":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"EfficientLengthIterable":{"Iterable":["1"]},"ListIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"SubListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"MappedIterable":{"Iterable":["2"],"Iterable.E":"2"},"EfficientLengthMappedIterable":{"MappedIterable":["1","2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MappedListIterable":{"ListIterable":["2"],"EfficientLengthIterable":["2"],"Iterable":["2"],"ListIterable.E":"2","Iterable.E":"2"},"WhereIterable":{"Iterable":["1"],"Iterable.E":"1"},"ExpandIterable":{"Iterable":["2"],"Iterable.E":"2"},"TakeIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthTakeIterable":{"TakeIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthSkipIterable":{"SkipIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"SkipWhileIterable":{"Iterable":["1"],"Iterable.E":"1"},"EmptyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"FollowedByIterable":{"Iterable":["1"],"Iterable.E":"1"},"EfficientLengthFollowedByIterable":{"FollowedByIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"WhereTypeIterable":{"Iterable":["1"],"Iterable.E":"1"},"UnmodifiableListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"ReversedListIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"Symbol":{"Symbol0":[]},"ConstantMapView":{"UnmodifiableMapView":["1","2"],"Map":["1","2"]},"ConstantMap":{"Map":["1","2"]},"ConstantStringMap":{"ConstantMap":["1","2"],"Map":["1","2"]},"ConstantProtoMap":{"ConstantStringMap":["1","2"],"ConstantMap":["1","2"],"Map":["1","2"]},"_ConstantMapKeyIterable":{"Iterable":["1"],"Iterable.E":"1"},"Instantiation":{"Function":[]},"Instantiation1":{"Function":[]},"NullError":{"Error":[]},"JsNoSuchMethodError":{"Error":[]},"UnknownJsTypeError":{"Error":[]},"NullThrownFromJavaScriptException":{"Exception":[]},"_StackTrace":{"StackTrace":[]},"Closure":{"Function":[]},"TearOffClosure":{"Function":[]},"StaticClosure":{"Function":[]},"BoundClosure":{"Function":[]},"RuntimeError":{"Error":[]},"JsLinkedHashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"LinkedHashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_MatchImplementation":{"RegExpMatch":[],"Match":[]},"_AllMatchesIterable":{"Iterable":["RegExpMatch"],"Iterable.E":"RegExpMatch"},"StringMatch":{"Match":[]},"_StringAllMatchesIterable":{"Iterable":["Match"],"Iterable.E":"Match"},"NativeTypedArray":{"JavaScriptIndexingBehavior":["1"]},"NativeTypedArrayOfDouble":{"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"]},"NativeTypedArrayOfInt":{"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"NativeFloat32List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeFloat64List":{"NativeTypedArrayOfDouble":[],"ListMixin":["double"],"JavaScriptIndexingBehavior":["double"],"List":["double"],"EfficientLengthIterable":["double"],"Iterable":["double"],"ListMixin.E":"double"},"NativeInt16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeInt8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint16List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint32List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8ClampedList":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"NativeUint8List":{"NativeTypedArrayOfInt":[],"ListMixin":["int"],"Uint8List":[],"JavaScriptIndexingBehavior":["int"],"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"],"ListMixin.E":"int"},"_Error":{"Error":[]},"_TypeError":{"Error":[]},"_SyncStarIterable":{"Iterable":["1"],"Iterable.E":"1"},"_BroadcastStream":{"_ControllerStream":["1"],"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_BroadcastSubscription":{"_ControllerSubscription":["1"],"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BroadcastStreamController":{"EventSink":["1"]},"_SyncBroadcastStreamController":{"_BroadcastStreamController":["1"],"EventSink":["1"]},"_AsyncCompleter":{"_Completer":["1"]},"_Future":{"Future":["1"]},"_StreamController":{"EventSink":["1"]},"_AsyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_SyncStreamController":{"_StreamController":["1"],"EventSink":["1"]},"_ControllerStream":{"_StreamImpl":["1"],"Stream":["1"],"Stream.T":"1"},"_ControllerSubscription":{"_BufferingStreamSubscription":["1"],"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_BufferingStreamSubscription":{"StreamSubscription":["1"],"_BufferingStreamSubscription.T":"1"},"_StreamImpl":{"Stream":["1"]},"_DoneStreamSubscription":{"StreamSubscription":["1"]},"_ForwardingStream":{"Stream":["2"]},"_ForwardingStreamSubscription":{"_BufferingStreamSubscription":["2"],"StreamSubscription":["2"],"_BufferingStreamSubscription.T":"2"},"_ExpandStream":{"_ForwardingStream":["1","2"],"Stream":["2"],"Stream.T":"2"},"AsyncError":{"Error":[]},"_ZoneSpecification":{"ZoneSpecification":[]},"_ZoneDelegate":{"ZoneDelegate":[]},"_Zone":{"Zone":[]},"_CustomZone":{"Zone":[]},"_RootZone":{"Zone":[]},"Queue":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"_HashMap":{"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_HashMapKeyIterable":{"EfficientLengthIterable":["1"],"Iterable":["1"],"Iterable.E":"1"},"_LinkedIdentityHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedCustomHashMap":{"JsLinkedHashMap":["1","2"],"MapMixin":["1","2"],"Map":["1","2"],"MapMixin.K":"1","MapMixin.V":"2"},"_LinkedHashSet":{"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_LinkedIdentityHashSet":{"_LinkedHashSet":["1"],"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"UnmodifiableListView":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListMixin.E":"1"},"IterableBase":{"Iterable":["1"]},"ListBase":{"ListMixin":["1"],"List":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"MapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"MapMixin":{"Map":["1","2"]},"UnmodifiableMapBase":{"MapMixin":["1","2"],"Map":["1","2"]},"_MapBaseValueIterable":{"EfficientLengthIterable":["2"],"Iterable":["2"],"Iterable.E":"2"},"MapView":{"Map":["1","2"]},"UnmodifiableMapView":{"Map":["1","2"]},"ListQueue":{"ListIterable":["1"],"Queue":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"_SetBase":{"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"_UnmodifiableSet":{"_SetBase":["1"],"Set":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"]},"AsciiCodec":{"Codec":["String","List<int>"]},"_UnicodeSubsetEncoder":{"Converter":["String","List<int>"]},"AsciiEncoder":{"Converter":["String","List<int>"]},"Base64Codec":{"Codec":["List<int>","String"]},"Base64Encoder":{"Converter":["List<int>","String"]},"Encoding":{"Codec":["String","List<int>"]},"JsonUnsupportedObjectError":{"Error":[]},"JsonCyclicError":{"Error":[]},"JsonCodec":{"Codec":["Object?","String"]},"JsonEncoder":{"Converter":["Object?","String"]},"StringConversionSinkBase":{"StringConversionSink":[]},"StringConversionSinkMixin":{"StringConversionSink":[]},"_StringSinkConversionSink":{"StringConversionSink":[]},"_StringCallbackSink":{"StringConversionSink":[]},"_StringAdapterSink":{"StringConversionSink":[]},"Utf8Codec":{"Codec":["String","List<int>"]},"Utf8Encoder":{"Converter":["String","List<int>"]},"Utf8Decoder":{"Converter":["List<int>","String"]},"double":{"num":[],"Comparable":["num"]},"int":{"num":[],"Comparable":["num"]},"List":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"num":{"Comparable":["num"]},"RegExpMatch":{"Match":[]},"Set":{"EfficientLengthIterable":["1"],"Iterable":["1"]},"String":{"Comparable":["String"]},"DateTime":{"Comparable":["DateTime"]},"Duration":{"Comparable":["Duration"]},"AssertionError":{"Error":[]},"TypeError":{"Error":[]},"NullThrownError":{"Error":[]},"ArgumentError":{"Error":[]},"RangeError":{"Error":[]},"IndexError":{"RangeError":[],"Error":[]},"NoSuchMethodError":{"Error":[]},"UnsupportedError":{"Error":[]},"UnimplementedError":{"Error":[]},"StateError":{"Error":[]},"ConcurrentModificationError":{"Error":[]},"OutOfMemoryError":{"Error":[]},"StackOverflowError":{"Error":[]},"CyclicInitializationError":{"Error":[]},"_Exception":{"Exception":[]},"FormatException":{"Exception":[]},"_GeneratorIterable":{"ListIterable":["1"],"EfficientLengthIterable":["1"],"Iterable":["1"],"ListIterable.E":"1","Iterable.E":"1"},"_StringStackTrace":{"StackTrace":[]},"Runes":{"Iterable":["int"],"Iterable.E":"int"},"_Uri":{"Uri":[]},"_SimpleUri":{"Uri":[]},"_DataUri":{"Uri":[]},"ArgParserException":{"FormatException":[],"Exception":[]},"ErrorResult":{"Result":["Null"]},"ValueResult":{"Result":["1*"]},"_CompleterStream":{"Stream":["1*"],"Stream.T":"1*"},"_NextRequest":{"_EventRequest":["1*"]},"EmptyUnmodifiableSet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"Iterable.E":"1*"},"QueueList":{"ListMixin":["1*"],"List":["1*"],"Queue":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"ListMixin.E":"1*","QueueList.E":"1"},"_CastQueueList":{"QueueList":["2*"],"ListMixin":["2*"],"List":["2*"],"Queue":["2*"],"EfficientLengthIterable":["2*"],"Iterable":["2*"],"ListMixin.E":"2*","QueueList.E":"2*"},"UnmodifiableSetView":{"DelegatingSet":["1*"],"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1*"},"_DelegatingIterableBase":{"Iterable":["1*"]},"DelegatingIterable":{"Iterable":["1*"]},"DelegatingSet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"],"DelegatingSet.E":"1"},"MapKeySet":{"Set":["1*"],"EfficientLengthIterable":["1*"],"Iterable":["1*"]},"PathException":{"Exception":[]},"PathMap":{"Map":["String*","1*"]},"ModifiableCssAtRule":{"ModifiableCssParentNode":[],"CssAtRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssComment":{"ModifiableCssNode":[],"CssComment":[],"CssNode":[],"AstNode":[]},"ModifiableCssDeclaration":{"ModifiableCssNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssImport":{"ModifiableCssNode":[],"CssImport":[],"CssNode":[],"AstNode":[]},"ModifiableCssKeyframeBlock":{"ModifiableCssParentNode":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssMediaRule":{"ModifiableCssParentNode":[],"CssMediaRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssNode":{"CssNode":[],"AstNode":[]},"ModifiableCssParentNode":{"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStyleRule":{"ModifiableCssParentNode":[],"CssStyleRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssStylesheet":{"ModifiableCssParentNode":[],"CssStylesheet":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssSupportsRule":{"ModifiableCssParentNode":[],"CssSupportsRule":[],"ModifiableCssNode":[],"CssParentNode":[],"CssNode":[],"AstNode":[]},"ModifiableCssValue":{"CssValue":["1*"],"AstNode":[]},"CssNode":{"AstNode":[]},"CssParentNode":{"CssNode":[],"AstNode":[]},"CssStylesheet":{"CssParentNode":[],"CssNode":[],"AstNode":[]},"CssValue":{"AstNode":[]},"_FakeAstNode":{"AstNode":[]},"Argument":{"AstNode":[]},"ArgumentDeclaration":{"AstNode":[]},"ArgumentInvocation":{"AstNode":[]},"ConfiguredVariable":{"AstNode":[]},"BinaryOperationExpression":{"Expression":[],"AstNode":[]},"BooleanExpression":{"Expression":[],"AstNode":[]},"ColorExpression":{"Expression":[],"AstNode":[]},"FunctionExpression":{"Expression":[],"AstNode":[]},"IfExpression":{"Expression":[],"AstNode":[]},"ListExpression":{"Expression":[],"AstNode":[]},"MapExpression":{"Expression":[],"AstNode":[]},"NullExpression":{"Expression":[],"AstNode":[]},"NumberExpression":{"Expression":[],"AstNode":[]},"ParenthesizedExpression":{"Expression":[],"AstNode":[]},"SelectorExpression":{"Expression":[],"AstNode":[]},"StringExpression":{"Expression":[],"AstNode":[]},"UnaryOperationExpression":{"Expression":[],"AstNode":[]},"ValueExpression":{"Expression":[],"AstNode":[]},"VariableExpression":{"Expression":[],"AstNode":[]},"DynamicImport":{"Import":[],"AstNode":[]},"StaticImport":{"Import":[],"AstNode":[]},"Interpolation":{"AstNode":[]},"AtRootRule":{"Statement":[],"AstNode":[]},"AtRule":{"Statement":[],"AstNode":[]},"CallableDeclaration":{"Statement":[],"AstNode":[]},"ContentBlock":{"Statement":[],"AstNode":[]},"ContentRule":{"Statement":[],"AstNode":[]},"DebugRule":{"Statement":[],"AstNode":[]},"Declaration":{"Statement":[],"AstNode":[]},"EachRule":{"Statement":[],"AstNode":[]},"ErrorRule":{"Statement":[],"AstNode":[]},"ExtendRule":{"Statement":[],"AstNode":[]},"ForRule":{"Statement":[],"AstNode":[]},"ForwardRule":{"Statement":[],"AstNode":[]},"FunctionRule":{"Statement":[],"AstNode":[]},"IfRule":{"Statement":[],"AstNode":[]},"ImportRule":{"Statement":[],"AstNode":[]},"IncludeRule":{"Statement":[],"AstNode":[]},"LoudComment":{"Statement":[],"AstNode":[]},"MediaRule":{"Statement":[],"AstNode":[]},"MixinRule":{"Statement":[],"AstNode":[]},"ParentStatement":{"Statement":[],"AstNode":[]},"ReturnRule":{"Statement":[],"AstNode":[]},"SilentComment":{"Statement":[],"AstNode":[]},"StyleRule":{"Statement":[],"AstNode":[]},"Stylesheet":{"Statement":[],"AstNode":[]},"SupportsRule":{"Statement":[],"AstNode":[]},"UseRule":{"Statement":[],"AstNode":[]},"VariableDeclaration":{"Statement":[],"AstNode":[]},"WarnRule":{"Statement":[],"AstNode":[]},"WhileRule":{"Statement":[],"AstNode":[]},"SupportsAnything":{"AstNode":[]},"SupportsDeclaration":{"AstNode":[]},"SupportsFunction":{"AstNode":[]},"SupportsInterpolation":{"AstNode":[]},"SupportsNegation":{"AstNode":[]},"SupportsOperation":{"AstNode":[]},"AttributeSelector":{"SimpleSelector":[]},"ClassSelector":{"SimpleSelector":[]},"Combinator":{"ComplexSelectorComponent":[]},"CompoundSelector":{"ComplexSelectorComponent":[]},"IDSelector":{"SimpleSelector":[]},"ParentSelector":{"SimpleSelector":[]},"PlaceholderSelector":{"SimpleSelector":[]},"PseudoSelector":{"SimpleSelector":[]},"TypeSelector":{"SimpleSelector":[]},"UniversalSelector":{"SimpleSelector":[]},"_EnvironmentModule0":{"Module":["AsyncCallable*"]},"AsyncBuiltInCallable":{"AsyncCallable":[]},"BuiltInCallable":{"Callable":[],"AsyncBuiltInCallable":[],"AsyncCallable":[]},"PlainCssCallable":{"Callable":[],"AsyncCallable":[]},"UserDefinedCallable":{"Callable":[],"AsyncCallable":[]},"_EnvironmentModule":{"Module":["Callable*"]},"SassException":{"Exception":[]},"MultiSpanSassException":{"Exception":[]},"SassRuntimeException":{"Exception":[]},"MultiSpanSassRuntimeException":{"SassRuntimeException":[],"Exception":[]},"SassFormatException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"UsageException":{"Exception":[]},"EmptyExtender":{"Extender":[]},"MergedExtension":{"Extension":[]},"Importer":{"AsyncImporter":[]},"FilesystemImporter":{"Importer":[],"AsyncImporter":[]},"BuiltInModule":{"Module":["1*"]},"ForwardedModuleView":{"Module":["1*"]},"ShadowedModuleView":{"Module":["1*"]},"LimitedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"MergedMapView":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"NoSourceMapBuffer0":{"StringBuffer":[]},"PrefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"PublicMemberMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"SourceMapBuffer0":{"StringBuffer":[]},"UnprefixedMapView":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys":{"Iterable":["String*"],"Iterable.E":"String*"},"SassArgumentList":{"SassList":[],"Value":[]},"SassBoolean":{"Value":[]},"SassColor":{"Value":[]},"SassFunction":{"Value":[]},"SassList":{"Value":[]},"SassMap":{"Value":[]},"SassNull":{"Value":[]},"SassNumber":{"Value":[]},"SassString":{"Value":[]},"Entry":{"Comparable":["Entry*"]},"FileSpan":{"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan*"]},"FileLocation":{"SourceLocation":[],"Comparable":["SourceLocation*"]},"_FileSpan":{"FileSpan":[],"SourceSpanWithContext":[],"SourceSpan":[],"Comparable":["SourceSpan*"]},"SourceLocation":{"Comparable":["SourceLocation*"]},"SourceLocationMixin":{"SourceLocation":[],"Comparable":["SourceLocation*"]},"SourceSpan":{"Comparable":["SourceSpan*"]},"SourceSpanBase":{"SourceSpan":[],"Comparable":["SourceSpan*"]},"SourceSpanException":{"Exception":[]},"SourceSpanFormatException":{"FormatException":[],"Exception":[]},"SourceSpanMixin":{"SourceSpan":[],"Comparable":["SourceSpan*"]},"SourceSpanWithContext":{"SourceSpan":[],"Comparable":["SourceSpan*"]},"Chain":{"StackTrace":[]},"LazyTrace":{"Trace":[],"StackTrace":[]},"Trace":{"StackTrace":[]},"UnparsedFrame":{"Frame":[]},"StringScannerException":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"SupportsAnything0":{"AstNode0":[]},"Argument0":{"AstNode0":[]},"ArgumentDeclaration0":{"AstNode0":[]},"ArgumentInvocation0":{"AstNode0":[]},"SassArgumentList0":{"SassList0":[],"Value0":[]},"AsyncBuiltInCallable0":{"AsyncCallable0":[]},"_EnvironmentModule2":{"Module0":["AsyncCallable0*"]},"AtRootRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssAtRule0":{"ModifiableCssParentNode0":[],"CssAtRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"AtRule0":{"Statement0":[],"AstNode0":[]},"AttributeSelector0":{"SimpleSelector0":[]},"BinaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"BooleanExpression0":{"Expression0":[],"AstNode0":[]},"SassBoolean0":{"Value0":[]},"BuiltInCallable0":{"Callable0":[],"AsyncBuiltInCallable0":[],"AsyncCallable0":[]},"BuiltInModule0":{"Module0":["1*"]},"CallableDeclaration0":{"Statement0":[],"AstNode0":[]},"ClassSelector0":{"SimpleSelector0":[]},"ColorExpression0":{"Expression0":[],"AstNode0":[]},"SassColor0":{"Value0":[]},"ModifiableCssComment0":{"ModifiableCssNode0":[],"CssComment0":[],"CssNode0":[],"AstNode0":[]},"Combinator0":{"ComplexSelectorComponent0":[]},"CompoundSelector0":{"ComplexSelectorComponent0":[]},"ConfiguredVariable0":{"AstNode0":[]},"ContentBlock0":{"Statement0":[],"AstNode0":[]},"ContentRule0":{"Statement0":[],"AstNode0":[]},"DebugRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssDeclaration0":{"ModifiableCssNode0":[],"CssNode0":[],"AstNode0":[]},"Declaration0":{"Statement0":[],"AstNode0":[]},"SupportsDeclaration0":{"AstNode0":[]},"DynamicImport0":{"Import0":[],"AstNode0":[]},"EachRule0":{"Statement0":[],"AstNode0":[]},"EmptyExtender0":{"Extender0":[]},"_EnvironmentModule1":{"Module0":["Callable0*"]},"ErrorRule0":{"Statement0":[],"AstNode0":[]},"SassException0":{"Exception":[]},"MultiSpanSassException0":{"Exception":[]},"SassRuntimeException0":{"Exception":[]},"MultiSpanSassRuntimeException0":{"SassRuntimeException0":[],"Exception":[]},"SassFormatException0":{"SourceSpanFormatException":[],"FormatException":[],"Exception":[]},"ExtendRule0":{"Statement0":[],"AstNode0":[]},"FilesystemImporter0":{"Importer0":[],"AsyncImporter0":[]},"ForRule0":{"Statement0":[],"AstNode0":[]},"ForwardRule0":{"Statement0":[],"AstNode0":[]},"ForwardedModuleView0":{"Module0":["1*"]},"FunctionExpression0":{"Expression0":[],"AstNode0":[]},"SupportsFunction0":{"AstNode0":[]},"SassFunction0":{"Value0":[]},"FunctionRule0":{"Statement0":[],"AstNode0":[]},"IDSelector0":{"SimpleSelector0":[]},"IfExpression0":{"Expression0":[],"AstNode0":[]},"IfRule0":{"Statement0":[],"AstNode0":[]},"ModifiableCssImport0":{"ModifiableCssNode0":[],"CssImport0":[],"CssNode0":[],"AstNode0":[]},"ImportRule0":{"Statement0":[],"AstNode0":[]},"Importer0":{"AsyncImporter0":[]},"IncludeRule0":{"Statement0":[],"AstNode0":[]},"Interpolation0":{"AstNode0":[]},"SupportsInterpolation0":{"AstNode0":[]},"ModifiableCssKeyframeBlock0":{"ModifiableCssParentNode0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"LimitedMapView0":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"ListExpression0":{"Expression0":[],"AstNode0":[]},"SassList0":{"Value0":[]},"LoudComment0":{"Statement0":[],"AstNode0":[]},"MapExpression0":{"Expression0":[],"AstNode0":[]},"SassMap0":{"Value0":[]},"ModifiableCssMediaRule0":{"ModifiableCssParentNode0":[],"CssMediaRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"MediaRule0":{"Statement0":[],"AstNode0":[]},"MergedExtension0":{"Extension0":[]},"MergedMapView0":{"MapMixin":["1*","2*"],"Map":["1*","2*"],"MapMixin.K":"1*","MapMixin.V":"2*"},"MixinRule0":{"Statement0":[],"AstNode0":[]},"SupportsNegation0":{"AstNode0":[]},"NoSourceMapBuffer":{"StringBuffer":[]},"_FakeAstNode0":{"AstNode0":[]},"CssNode0":{"AstNode0":[]},"CssParentNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssNode0":{"CssNode0":[],"AstNode0":[]},"ModifiableCssParentNode0":{"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"NullExpression0":{"Expression0":[],"AstNode0":[]},"SassNull0":{"Value0":[]},"NumberExpression0":{"Expression0":[],"AstNode0":[]},"SassNumber0":{"Value0":[]},"SupportsOperation0":{"AstNode0":[]},"ParentSelector0":{"SimpleSelector0":[]},"ParentStatement0":{"Statement0":[],"AstNode0":[]},"ParenthesizedExpression0":{"Expression0":[],"AstNode0":[]},"PlaceholderSelector0":{"SimpleSelector0":[]},"PlainCssCallable0":{"Callable0":[],"AsyncCallable0":[]},"PrefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_PrefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"PseudoSelector0":{"SimpleSelector0":[]},"PublicMemberMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"ReturnRule0":{"Statement0":[],"AstNode0":[]},"SelectorExpression0":{"Expression0":[],"AstNode0":[]},"ShadowedModuleView0":{"Module0":["1*"]},"SilentComment0":{"Statement0":[],"AstNode0":[]},"SourceMapBuffer":{"StringBuffer":[]},"StaticImport0":{"Import0":[],"AstNode0":[]},"StringExpression0":{"Expression0":[],"AstNode0":[]},"SassString0":{"Value0":[]},"ModifiableCssStyleRule0":{"ModifiableCssParentNode0":[],"CssStyleRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"StyleRule0":{"Statement0":[],"AstNode0":[]},"CssStylesheet0":{"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"ModifiableCssStylesheet0":{"ModifiableCssParentNode0":[],"CssStylesheet0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"Stylesheet0":{"Statement0":[],"AstNode0":[]},"ModifiableCssSupportsRule0":{"ModifiableCssParentNode0":[],"CssSupportsRule0":[],"ModifiableCssNode0":[],"CssParentNode0":[],"CssNode0":[],"AstNode0":[]},"SupportsRule0":{"Statement0":[],"AstNode0":[]},"TypeSelector0":{"SimpleSelector0":[]},"UnaryOperationExpression0":{"Expression0":[],"AstNode0":[]},"UniversalSelector0":{"SimpleSelector0":[]},"UnprefixedMapView0":{"MapMixin":["String*","1*"],"Map":["String*","1*"],"MapMixin.K":"String*","MapMixin.V":"1*"},"_UnprefixedKeys0":{"Iterable":["String*"],"Iterable.E":"String*"},"UseRule0":{"Statement0":[],"AstNode0":[]},"UserDefinedCallable0":{"Callable0":[],"AsyncCallable0":[]},"CssValue0":{"AstNode0":[]},"ValueExpression0":{"Expression0":[],"AstNode0":[]},"ModifiableCssValue0":{"CssValue0":["1*"],"AstNode0":[]},"VariableExpression0":{"Expression0":[],"AstNode0":[]},"VariableDeclaration0":{"Statement0":[],"AstNode0":[]},"WarnRule0":{"Statement0":[],"AstNode0":[]},"WhileRule0":{"Statement0":[],"AstNode0":[]},"Uint8List":{"List":["int"],"EfficientLengthIterable":["int"],"Iterable":["int"]},"Expression":{"AstNode":[]},"Import":{"AstNode":[]},"SassNode":{"AstNode":[]},"Statement":{"AstNode":[]},"SupportsCondition":{"AstNode":[]},"Callable":{"AsyncCallable":[]},"Callable0":{"AsyncCallable0":[]},"Expression0":{"AstNode0":[]},"Import0":{"AstNode0":[]},"SassNode0":{"AstNode0":[]},"Statement0":{"AstNode0":[]},"SupportsCondition0":{"AstNode0":[]}}'));
|
|
88279
88583
|
H._Universe_addErasedTypes(init.typeUniverse, JSON.parse('{"ArrayIterator":1,"ListIterator":1,"MappedIterator":2,"WhereIterator":1,"ExpandIterator":2,"TakeIterator":1,"SkipIterator":1,"SkipWhileIterator":1,"EmptyIterator":1,"FollowedByIterator":1,"FixedLengthListMixin":1,"UnmodifiableListMixin":1,"UnmodifiableListBase":1,"__CastListBase__CastIterableBase_ListMixin":2,"LinkedHashMapKeyIterator":1,"NativeTypedArray":1,"EventSink":1,"_SyncStarIterator":1,"StreamTransformerBase":2,"_SyncStreamControllerDispatch":1,"_AsyncStreamControllerDispatch":1,"_AddStreamState":1,"_StreamControllerAddStreamState":1,"_DelayedEvent":1,"_DelayedData":1,"_PendingEvents":1,"_StreamImplEvents":1,"_StreamIterator":1,"_ZoneFunction":1,"Queue":1,"_HashMapKeyIterator":1,"_LinkedHashSetIterator":1,"IterableBase":1,"ListBase":1,"MapBase":2,"UnmodifiableMapBase":2,"_MapBaseValueIterator":2,"_UnmodifiableMapMixin":2,"MapView":2,"_ListQueueIterator":1,"_ListBase_Object_ListMixin":1,"_UnmodifiableMapView_MapView__UnmodifiableMapMixin":2,"ChunkedConversionSink":1,"_StringSinkConversionSink":1,"Iterator":1,"_EventRequest":1,"DefaultEquality":1,"IterableEquality":1,"ListEquality":1,"MapEquality":2,"_QueueList_Object_ListMixin":1,"UnmodifiableSetMixin":1,"_UnmodifiableSetView_DelegatingSet_UnmodifiableSetMixin":1,"_DelegatingIterableBase":1,"DelegatingIterable":1,"_MapKeySet__DelegatingIterableBase_UnmodifiableSetMixin":1,"RecursiveStatementVisitor":1}'));
|
|
88280
88584
|
var string$ = {
|
|
88281
88585
|
x0a_BUG_: "\n\nBUG: This should include a source span!",
|