sass 1.103.1 → 1.104.1
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 +307 -136
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=20.19.0"},"dependencies":{"chokidar":"^5.0.0","immutable":"^5.1.5","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.
|
|
1
|
+
{"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=20.19.0"},"dependencies":{"chokidar":"^5.0.0","immutable":"^5.1.5","source-map-js":">=0.6.2 <2.0.0"},"optionalDependencies":{"@parcel/watcher":"^2.4.1"},"keywords":["style","scss","sass","preprocessor","css"],"types":"types/index.d.ts","exports":{"types":"./types/index.d.ts","node":{"require":"./sass.node.js","default":"./sass.node.mjs"},"default":{"require":"./sass.default.cjs","default":"./sass.default.js"}},"version":"1.104.1","bin":{"sass":"sass.js"},"main":"sass.node.js"}
|
package/sass.dart.js
CHANGED
|
@@ -130,7 +130,7 @@ self.fs = _cliPkgRequires.fs;
|
|
|
130
130
|
self.nodeModule = _cliPkgRequires.nodeModule;
|
|
131
131
|
self.stream = _cliPkgRequires.stream;
|
|
132
132
|
self.util = _cliPkgRequires.util;
|
|
133
|
-
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.13.
|
|
133
|
+
// Generated by dart2js (, trust primitives, omit checks, lax runtime type, csp, intern-composite-values), the Dart to JavaScript compiler version: 3.13.3.
|
|
134
134
|
// The code supports the following hooks:
|
|
135
135
|
// dartPrint(message):
|
|
136
136
|
// if this function is defined it is called instead of the Dart [print]
|
|
@@ -1151,6 +1151,9 @@ self.util = _cliPkgRequires.util;
|
|
|
1151
1151
|
unlinkSync$1$x(receiver, a0) {
|
|
1152
1152
|
return J.getInterceptor$x(receiver).unlinkSync$1(receiver, a0);
|
|
1153
1153
|
},
|
|
1154
|
+
utimesSync$3$x(receiver, a0, a1, a2) {
|
|
1155
|
+
return J.getInterceptor$x(receiver).utimesSync$3(receiver, a0, a1, a2);
|
|
1156
|
+
},
|
|
1154
1157
|
visitAtRootRule$1$x(receiver, a0) {
|
|
1155
1158
|
return J.getInterceptor$x(receiver).visitAtRootRule$1(receiver, a0);
|
|
1156
1159
|
},
|
|
@@ -10996,7 +10999,7 @@ self.util = _cliPkgRequires.util;
|
|
|
10996
10999
|
_compileStylesheetWithoutErrorHandling$body(options, graph, source, destination, ifModified) {
|
|
10997
11000
|
var $async$goto = 0,
|
|
10998
11001
|
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
|
|
10999
|
-
$async$returnValue, $async$handler = 2, $async$errorStack = [], syntax, result, importCache, error, t1, exception, t2, t3, t4, t5, t6, t7, t8, t9, t10, result0, t11, t12, t13, t14, logger, stylesheet, _0_0, t0, css, buffer, sourceName, destinationName, nowStr, timestamp, importer, $async$exception;
|
|
11002
|
+
$async$returnValue, $async$handler = 2, $async$errorStack = [], syntax, result, importCache, error, t1, exception, t2, t3, t4, t5, t6, t7, t8, t9, t10, result0, t11, t12, t13, t14, logger, stylesheet, _0_0, t0, css, buffer, sourceName, destinationName, nowStr, timestamp, compilationStarted, importer, $async$exception;
|
|
11000
11003
|
var $async$_compileStylesheetWithoutErrorHandling = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
11001
11004
|
if ($async$errorCode === 1) {
|
|
11002
11005
|
$async$errorStack.push($async$result);
|
|
@@ -11006,6 +11009,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11006
11009
|
switch ($async$goto) {
|
|
11007
11010
|
case 0:
|
|
11008
11011
|
// Function start
|
|
11012
|
+
compilationStarted = new A.DateTime(Date.now(), 0, false);
|
|
11009
11013
|
importer = $.$get$FilesystemImporter_cwd();
|
|
11010
11014
|
if (ifModified)
|
|
11011
11015
|
try {
|
|
@@ -11210,6 +11214,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11210
11214
|
else {
|
|
11211
11215
|
A.ensureDir($.$get$context().dirname$1(destination));
|
|
11212
11216
|
A.writeFile(destination, error.toCssString$0() + "\n");
|
|
11217
|
+
A._trySetModificationTime(destination, compilationStarted);
|
|
11213
11218
|
}
|
|
11214
11219
|
throw $async$exception;
|
|
11215
11220
|
} else
|
|
@@ -11224,13 +11229,14 @@ self.util = _cliPkgRequires.util;
|
|
|
11224
11229
|
break;
|
|
11225
11230
|
case 6:
|
|
11226
11231
|
// after finally
|
|
11227
|
-
css = result._serialize._0 + A._writeSourceMap(options, result._serialize._1, destination);
|
|
11232
|
+
css = result._serialize._0 + A._writeSourceMap(options, result._serialize._1, destination, compilationStarted);
|
|
11228
11233
|
if (destination == null) {
|
|
11229
11234
|
if (css.length !== 0)
|
|
11230
11235
|
A.print(css);
|
|
11231
11236
|
} else {
|
|
11232
11237
|
A.ensureDir($.$get$context().dirname$1(destination));
|
|
11233
11238
|
A.writeFile(destination, css + "\n");
|
|
11239
|
+
A._trySetModificationTime(destination, compilationStarted);
|
|
11234
11240
|
}
|
|
11235
11241
|
t1 = options._options;
|
|
11236
11242
|
if (!A._asBool(t1.$index(0, "quiet")))
|
|
@@ -11279,7 +11285,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11279
11285
|
});
|
|
11280
11286
|
return A._asyncStartSync($async$_compileStylesheetWithoutErrorHandling, $async$completer);
|
|
11281
11287
|
},
|
|
11282
|
-
_writeSourceMap(options, sourceMap, destination) {
|
|
11288
|
+
_writeSourceMap(options, sourceMap, destination, compilationStarted) {
|
|
11283
11289
|
var t1, sourceMapText, url, sourceMapPath, t2, escapedUrl;
|
|
11284
11290
|
if (sourceMap == null)
|
|
11285
11291
|
return "";
|
|
@@ -11298,6 +11304,7 @@ self.util = _cliPkgRequires.util;
|
|
|
11298
11304
|
t2 = $.$get$context();
|
|
11299
11305
|
A.ensureDir(t2.dirname$1(sourceMapPath));
|
|
11300
11306
|
A.writeFile(sourceMapPath, sourceMapText);
|
|
11307
|
+
A._trySetModificationTime(sourceMapPath, compilationStarted);
|
|
11301
11308
|
url = t2.toUri$1(t2.relative$2$from(sourceMapPath, t2.dirname$1(destination)));
|
|
11302
11309
|
}
|
|
11303
11310
|
t2 = url.toString$0(0);
|
|
@@ -11313,6 +11320,15 @@ self.util = _cliPkgRequires.util;
|
|
|
11313
11320
|
throw exception;
|
|
11314
11321
|
}
|
|
11315
11322
|
},
|
|
11323
|
+
_trySetModificationTime(path, time) {
|
|
11324
|
+
var exception;
|
|
11325
|
+
try {
|
|
11326
|
+
A.setModificationTime(path, time);
|
|
11327
|
+
} catch (exception) {
|
|
11328
|
+
if (!(A.unwrapException(exception) instanceof A.FileSystemException))
|
|
11329
|
+
throw exception;
|
|
11330
|
+
}
|
|
11331
|
+
},
|
|
11316
11332
|
_getErrorWithStackTrace(exitCode, error, stackTrace) {
|
|
11317
11333
|
return new A._Record_3(exitCode, error, stackTrace != null ? B.JSString_methods.trimRight$0(A.Trace_Trace$from(stackTrace).get$terse().toString$0(0)) : null);
|
|
11318
11334
|
},
|
|
@@ -14800,6 +14816,11 @@ self.util = _cliPkgRequires.util;
|
|
|
14800
14816
|
throw A.wrapException(A.UnsupportedError$("modificationTime() is only supported on Node.js"));
|
|
14801
14817
|
return A._systemErrorToFileSystemException(new A.modificationTime_closure(path));
|
|
14802
14818
|
},
|
|
14819
|
+
setModificationTime(path, time) {
|
|
14820
|
+
if (!A.isNodeJs())
|
|
14821
|
+
throw A.wrapException(A.UnsupportedError$("setModificationTime() is only supported on Node.js"));
|
|
14822
|
+
return A._systemErrorToFileSystemException(new A.setModificationTime_closure(time, path));
|
|
14823
|
+
},
|
|
14803
14824
|
getEnvironmentVariable($name) {
|
|
14804
14825
|
var t1 = A.isNodeJs() ? self.process : null,
|
|
14805
14826
|
env = t1 == null ? null : J.get$env$x(t1);
|
|
@@ -14960,6 +14981,10 @@ self.util = _cliPkgRequires.util;
|
|
|
14960
14981
|
modificationTime_closure: function modificationTime_closure(t0) {
|
|
14961
14982
|
this.path = t0;
|
|
14962
14983
|
},
|
|
14984
|
+
setModificationTime_closure: function setModificationTime_closure(t0, t1) {
|
|
14985
|
+
this.time = t0;
|
|
14986
|
+
this.path = t1;
|
|
14987
|
+
},
|
|
14963
14988
|
watchDir_closure0: function watchDir_closure0(t0) {
|
|
14964
14989
|
this._box_0 = t0;
|
|
14965
14990
|
},
|
|
@@ -17635,38 +17660,65 @@ self.util = _cliPkgRequires.util;
|
|
|
17635
17660
|
return A.SassColor_SassColor$forSpaceInternal(B.HwbColorSpace_guQ, t1, t2, t3, alpha == null ? _null : alpha);
|
|
17636
17661
|
},
|
|
17637
17662
|
SassColor_SassColor$forSpaceInternal(space, channel0, channel1, channel2, alpha) {
|
|
17638
|
-
var t1, t2, _null = null;
|
|
17663
|
+
var t1, t2, t3, _null = null;
|
|
17639
17664
|
$label0$0: {
|
|
17640
17665
|
if (B.HslColorSpace_JQ2 === space) {
|
|
17641
17666
|
t1 = channel1 == null;
|
|
17642
17667
|
t2 = A.SassColor__normalizeHue(channel0, !t1 && channel1 < 0 && !A.fuzzyEquals(channel1, 0));
|
|
17643
|
-
t2 = A.SassColor$_forSpace(space, t2, t1 ? _null : Math.abs(channel1), channel2, alpha, _null);
|
|
17668
|
+
t2 = A.SassColor$_forSpace(space, t2, A.SassColor__normalizeLinear(t1 ? _null : Math.abs(channel1)), A.SassColor__normalizeLinear(channel2), A.SassColor__normalizeLinear(alpha), _null);
|
|
17644
17669
|
t1 = t2;
|
|
17645
17670
|
break $label0$0;
|
|
17646
17671
|
}
|
|
17647
17672
|
if (B.HwbColorSpace_guQ === space) {
|
|
17648
|
-
t1 = A.SassColor$_forSpace(space, A.SassColor__normalizeHue(channel0, false), channel1, channel2, alpha, _null);
|
|
17673
|
+
t1 = A.SassColor$_forSpace(space, A.SassColor__normalizeHue(channel0, false), A.SassColor__normalizeLinear(channel1), A.SassColor__normalizeLinear(channel2), A.SassColor__normalizeLinear(alpha), _null);
|
|
17649
17674
|
break $label0$0;
|
|
17650
17675
|
}
|
|
17651
17676
|
if (B.LchColorSpace_Bpv === space || B.OklchColorSpace_9Gj === space) {
|
|
17652
|
-
t1 =
|
|
17653
|
-
t2 =
|
|
17654
|
-
|
|
17655
|
-
t1 = t2;
|
|
17677
|
+
t1 = A.SassColor__normalizeLinear(channel0);
|
|
17678
|
+
t2 = channel1 == null;
|
|
17679
|
+
t3 = A.SassColor__normalizeLinear(t2 ? _null : Math.abs(channel1));
|
|
17680
|
+
t1 = A.SassColor$_forSpace(space, t1, t3, A.SassColor__normalizeHue(channel2, !t2 && channel1 < 0 && !A.fuzzyEquals(channel1, 0)), A.SassColor__normalizeLinear(alpha), _null);
|
|
17656
17681
|
break $label0$0;
|
|
17657
17682
|
}
|
|
17658
|
-
t1 = A.SassColor$_forSpace(space, channel0, channel1, channel2, alpha, _null);
|
|
17683
|
+
t1 = A.SassColor$_forSpace(space, A.SassColor__normalizeLinear(channel0), A.SassColor__normalizeLinear(channel1), A.SassColor__normalizeLinear(channel2), A.SassColor__normalizeLinear(alpha), _null);
|
|
17684
|
+
break $label0$0;
|
|
17685
|
+
}
|
|
17686
|
+
return t1;
|
|
17687
|
+
},
|
|
17688
|
+
SassColor__normalizeLinear(value) {
|
|
17689
|
+
var t1;
|
|
17690
|
+
$label0$0: {
|
|
17691
|
+
if (value == null) {
|
|
17692
|
+
t1 = null;
|
|
17693
|
+
break $label0$0;
|
|
17694
|
+
}
|
|
17695
|
+
if (0 === value || isNaN(value)) {
|
|
17696
|
+
t1 = 0;
|
|
17697
|
+
break $label0$0;
|
|
17698
|
+
}
|
|
17699
|
+
t1 = value;
|
|
17659
17700
|
break $label0$0;
|
|
17660
17701
|
}
|
|
17661
17702
|
return t1;
|
|
17662
17703
|
},
|
|
17663
17704
|
SassColor__normalizeHue(hue, invert) {
|
|
17664
17705
|
var t1, t2;
|
|
17665
|
-
|
|
17666
|
-
|
|
17667
|
-
|
|
17668
|
-
|
|
17669
|
-
|
|
17706
|
+
$label0$0: {
|
|
17707
|
+
if (hue == null) {
|
|
17708
|
+
t1 = null;
|
|
17709
|
+
break $label0$0;
|
|
17710
|
+
}
|
|
17711
|
+
if (0 === hue || !isFinite(hue)) {
|
|
17712
|
+
t1 = 0;
|
|
17713
|
+
break $label0$0;
|
|
17714
|
+
}
|
|
17715
|
+
t1 = B.JSNumber_methods.$mod(hue, 360);
|
|
17716
|
+
t2 = invert ? 180 : 0;
|
|
17717
|
+
t2 = B.JSNumber_methods.$mod(t1 + 360 + t2, 360);
|
|
17718
|
+
t1 = t2;
|
|
17719
|
+
break $label0$0;
|
|
17720
|
+
}
|
|
17721
|
+
return t1;
|
|
17670
17722
|
},
|
|
17671
17723
|
SassColor: function SassColor(t0, t1, t2, t3, t4, t5) {
|
|
17672
17724
|
var _ = this;
|
|
@@ -20578,9 +20630,9 @@ self.util = _cliPkgRequires.util;
|
|
|
20578
20630
|
return $frames;
|
|
20579
20631
|
},
|
|
20580
20632
|
Trace$parseV8(trace) {
|
|
20581
|
-
var t1 =
|
|
20633
|
+
var t1 = type$.SkipWhileIterable_String,
|
|
20582
20634
|
t2 = type$.Frame;
|
|
20583
|
-
t2 = A.List_List$unmodifiable(A.MappedIterable_MappedIterable(t1, A.frame_Frame___parseV8_tearOff$closure(), t1
|
|
20635
|
+
t2 = A.List_List$unmodifiable(A.MappedIterable_MappedIterable(new A.SkipWhileIterable(A._setArrayType(trace.split("\n"), type$.JSArray_String), new A.Trace$parseV8_closure(), t1), A.frame_Frame___parseV8_tearOff$closure(), t1._eval$1("Iterable.E"), t2), t2);
|
|
20584
20636
|
return new A.Trace(t2, new A._StringStackTrace(trace));
|
|
20585
20637
|
},
|
|
20586
20638
|
Trace$parseJSCore(trace) {
|
|
@@ -25066,38 +25118,65 @@ self.util = _cliPkgRequires.util;
|
|
|
25066
25118
|
return A.SassColor_SassColor$forSpaceInternal0(B.HwbColorSpace_guQ0, t1, t2, t3, alpha == null ? _null : alpha);
|
|
25067
25119
|
},
|
|
25068
25120
|
SassColor_SassColor$forSpaceInternal0(space, channel0, channel1, channel2, alpha) {
|
|
25069
|
-
var t1, t2, _null = null;
|
|
25121
|
+
var t1, t2, t3, _null = null;
|
|
25070
25122
|
$label0$0: {
|
|
25071
25123
|
if (B.HslColorSpace_JQ20 === space) {
|
|
25072
25124
|
t1 = channel1 == null;
|
|
25073
25125
|
t2 = A.SassColor__normalizeHue0(channel0, !t1 && channel1 < 0 && !A.fuzzyEquals0(channel1, 0));
|
|
25074
|
-
t2 = A.SassColor$_forSpace0(space, t2, t1 ? _null : Math.abs(channel1), channel2, alpha, _null);
|
|
25126
|
+
t2 = A.SassColor$_forSpace0(space, t2, A.SassColor__normalizeLinear0(t1 ? _null : Math.abs(channel1)), A.SassColor__normalizeLinear0(channel2), A.SassColor__normalizeLinear0(alpha), _null);
|
|
25075
25127
|
t1 = t2;
|
|
25076
25128
|
break $label0$0;
|
|
25077
25129
|
}
|
|
25078
25130
|
if (B.HwbColorSpace_guQ0 === space) {
|
|
25079
|
-
t1 = A.SassColor$_forSpace0(space, A.SassColor__normalizeHue0(channel0, false), channel1, channel2, alpha, _null);
|
|
25131
|
+
t1 = A.SassColor$_forSpace0(space, A.SassColor__normalizeHue0(channel0, false), A.SassColor__normalizeLinear0(channel1), A.SassColor__normalizeLinear0(channel2), A.SassColor__normalizeLinear0(alpha), _null);
|
|
25080
25132
|
break $label0$0;
|
|
25081
25133
|
}
|
|
25082
25134
|
if (B.LchColorSpace_Bpv0 === space || B.OklchColorSpace_9Gj0 === space) {
|
|
25083
|
-
t1 =
|
|
25084
|
-
t2 =
|
|
25085
|
-
|
|
25086
|
-
t1 = t2;
|
|
25135
|
+
t1 = A.SassColor__normalizeLinear0(channel0);
|
|
25136
|
+
t2 = channel1 == null;
|
|
25137
|
+
t3 = A.SassColor__normalizeLinear0(t2 ? _null : Math.abs(channel1));
|
|
25138
|
+
t1 = A.SassColor$_forSpace0(space, t1, t3, A.SassColor__normalizeHue0(channel2, !t2 && channel1 < 0 && !A.fuzzyEquals0(channel1, 0)), A.SassColor__normalizeLinear0(alpha), _null);
|
|
25139
|
+
break $label0$0;
|
|
25140
|
+
}
|
|
25141
|
+
t1 = A.SassColor$_forSpace0(space, A.SassColor__normalizeLinear0(channel0), A.SassColor__normalizeLinear0(channel1), A.SassColor__normalizeLinear0(channel2), A.SassColor__normalizeLinear0(alpha), _null);
|
|
25142
|
+
break $label0$0;
|
|
25143
|
+
}
|
|
25144
|
+
return t1;
|
|
25145
|
+
},
|
|
25146
|
+
SassColor__normalizeLinear0(value) {
|
|
25147
|
+
var t1;
|
|
25148
|
+
$label0$0: {
|
|
25149
|
+
if (value == null) {
|
|
25150
|
+
t1 = null;
|
|
25151
|
+
break $label0$0;
|
|
25152
|
+
}
|
|
25153
|
+
if (0 === value || isNaN(value)) {
|
|
25154
|
+
t1 = 0;
|
|
25087
25155
|
break $label0$0;
|
|
25088
25156
|
}
|
|
25089
|
-
t1 =
|
|
25157
|
+
t1 = value;
|
|
25090
25158
|
break $label0$0;
|
|
25091
25159
|
}
|
|
25092
25160
|
return t1;
|
|
25093
25161
|
},
|
|
25094
25162
|
SassColor__normalizeHue0(hue, invert) {
|
|
25095
25163
|
var t1, t2;
|
|
25096
|
-
|
|
25097
|
-
|
|
25098
|
-
|
|
25099
|
-
|
|
25100
|
-
|
|
25164
|
+
$label0$0: {
|
|
25165
|
+
if (hue == null) {
|
|
25166
|
+
t1 = null;
|
|
25167
|
+
break $label0$0;
|
|
25168
|
+
}
|
|
25169
|
+
if (0 === hue || !isFinite(hue)) {
|
|
25170
|
+
t1 = 0;
|
|
25171
|
+
break $label0$0;
|
|
25172
|
+
}
|
|
25173
|
+
t1 = B.JSNumber_methods.$mod(hue, 360);
|
|
25174
|
+
t2 = invert ? 180 : 0;
|
|
25175
|
+
t2 = B.JSNumber_methods.$mod(t1 + 360 + t2, 360);
|
|
25176
|
+
t1 = t2;
|
|
25177
|
+
break $label0$0;
|
|
25178
|
+
}
|
|
25179
|
+
return t1;
|
|
25101
25180
|
},
|
|
25102
25181
|
SassColor0: function SassColor0(t0, t1, t2, t3, t4, t5) {
|
|
25103
25182
|
var _ = this;
|
|
@@ -29118,7 +29197,7 @@ self.util = _cliPkgRequires.util;
|
|
|
29118
29197
|
J.set$deprecations$x(self.exports, A.jsify($.$get$deprecations()));
|
|
29119
29198
|
J.set$Version$x(self.exports, $.$get$versionClass());
|
|
29120
29199
|
J.set$loadParserExports_$x(self.exports, A.allowInterop(A.parser0__loadParserExports$closure()));
|
|
29121
|
-
J.set$info$x(self.exports, "dart-sass\t1.
|
|
29200
|
+
J.set$info$x(self.exports, "dart-sass\t1.104.1\t(Sass Compiler)\t[Dart]\ndart2js\t3.13.3\t(Dart Compiler)\t[Dart]");
|
|
29122
29201
|
A.updateCanonicalizeContextPrototype();
|
|
29123
29202
|
A.updateSourceSpanPrototype();
|
|
29124
29203
|
J.set$render$x(self.exports, A.allowInteropNamed("sass.render", A.legacy__render$closure()));
|
|
@@ -33748,7 +33827,7 @@ self.util = _cliPkgRequires.util;
|
|
|
33748
33827
|
return A.SassNumber_SassNumber(Math.pow(base._number$_value, exponent._number$_value), null);
|
|
33749
33828
|
},
|
|
33750
33829
|
DoubleWithSignedZero_get_signIncludingZero(_this) {
|
|
33751
|
-
if (_this
|
|
33830
|
+
if (self.Object.is(_this, -0.0))
|
|
33752
33831
|
return -1;
|
|
33753
33832
|
if (_this === 0)
|
|
33754
33833
|
return 1;
|
|
@@ -34172,7 +34251,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34172
34251
|
return A.SassNumber_SassNumber0(Math.pow(base._number1$_value, exponent._number1$_value), null);
|
|
34173
34252
|
},
|
|
34174
34253
|
DoubleWithSignedZero_get_signIncludingZero0(_this) {
|
|
34175
|
-
if (_this
|
|
34254
|
+
if (self.Object.is(_this, -0.0))
|
|
34176
34255
|
return -1;
|
|
34177
34256
|
if (_this === 0)
|
|
34178
34257
|
return 1;
|
|
@@ -34343,7 +34422,7 @@ self.util = _cliPkgRequires.util;
|
|
|
34343
34422
|
switch ($async$goto) {
|
|
34344
34423
|
case 0:
|
|
34345
34424
|
// Function start
|
|
34346
|
-
$async$returnValue = "1.
|
|
34425
|
+
$async$returnValue = "1.104.1 compiled with dart2js 3.13.3";
|
|
34347
34426
|
// goto return
|
|
34348
34427
|
$async$goto = 1;
|
|
34349
34428
|
break;
|
|
@@ -34721,6 +34800,9 @@ self.util = _cliPkgRequires.util;
|
|
|
34721
34800
|
unlinkSync$1(receiver, p0) {
|
|
34722
34801
|
return receiver.unlinkSync(p0);
|
|
34723
34802
|
},
|
|
34803
|
+
utimesSync$3(receiver, p0, p1, p2) {
|
|
34804
|
+
return receiver.utimesSync(p0, p1, p2);
|
|
34805
|
+
},
|
|
34724
34806
|
watch$2(receiver, p0, p1) {
|
|
34725
34807
|
return receiver.watch(p0, p1);
|
|
34726
34808
|
},
|
|
@@ -43143,9 +43225,6 @@ self.util = _cliPkgRequires.util;
|
|
|
43143
43225
|
skip$1(_, count) {
|
|
43144
43226
|
return A.SkipIterable_SkipIterable(this, count, A._instanceType(this)._eval$1("Iterable.E"));
|
|
43145
43227
|
},
|
|
43146
|
-
skipWhile$1(_, test) {
|
|
43147
|
-
return new A.SkipWhileIterable(this, test, A._instanceType(this)._eval$1("SkipWhileIterable<Iterable.E>"));
|
|
43148
|
-
},
|
|
43149
43228
|
get$first(_) {
|
|
43150
43229
|
var it = this.get$iterator(this);
|
|
43151
43230
|
if (!it.moveNext$0())
|
|
@@ -46720,8 +46799,14 @@ self.util = _cliPkgRequires.util;
|
|
|
46720
46799
|
};
|
|
46721
46800
|
A.Version__splitParts_closure.prototype = {
|
|
46722
46801
|
call$1(part) {
|
|
46723
|
-
var t1 =
|
|
46724
|
-
|
|
46802
|
+
var t1 = $.$get$Version__digitsPattern();
|
|
46803
|
+
if (t1._nativeRegExp.test(part)) {
|
|
46804
|
+
t1 = A.Primitives_parseInt(part, null);
|
|
46805
|
+
if (t1 == null)
|
|
46806
|
+
t1 = part;
|
|
46807
|
+
} else
|
|
46808
|
+
t1 = part;
|
|
46809
|
+
return t1;
|
|
46725
46810
|
},
|
|
46726
46811
|
$signature: 331
|
|
46727
46812
|
};
|
|
@@ -52760,10 +52845,12 @@ self.util = _cliPkgRequires.util;
|
|
|
52760
52845
|
t1 = A.LinkedHashMap_LinkedHashMap$_empty(t1, t1);
|
|
52761
52846
|
for (t2 = J.get$iterator$ax(A.listDir(source, true)), t3 = source === destination; t2.moveNext$0();) {
|
|
52762
52847
|
t4 = t2.get$current(t2);
|
|
52848
|
+
t5 = false;
|
|
52763
52849
|
if (this._isEntrypoint$1(t4))
|
|
52764
|
-
|
|
52765
|
-
|
|
52766
|
-
|
|
52850
|
+
if (!(t3 && A.ParsedPath_ParsedPath$parse(t4, $.$get$context().style)._splitExtension$1(1)[1] === ".css")) {
|
|
52851
|
+
t5 = $.$get$context();
|
|
52852
|
+
t5 = !(t5._isWithinOrEquals$2(source, destination) === B._PathRelation_within && t5._isWithinOrEquals$2(destination, t4) === B._PathRelation_within);
|
|
52853
|
+
}
|
|
52767
52854
|
if (t5) {
|
|
52768
52855
|
t5 = $.$get$context();
|
|
52769
52856
|
t1.$indexSet(0, t4, A.join(destination, t5.withoutExtension$1(t5.relative$2$from(t4, source)) + ".css", null));
|
|
@@ -52939,7 +53026,7 @@ self.util = _cliPkgRequires.util;
|
|
|
52939
53026
|
}
|
|
52940
53027
|
try {
|
|
52941
53028
|
argVersion = A.Version_Version$parse(id);
|
|
52942
|
-
sassVersion = A.Version_Version$parse("1.
|
|
53029
|
+
sassVersion = A.Version_Version$parse("1.104.1");
|
|
52943
53030
|
if (J.compareTo$1$ns(argVersion, sassVersion) > 0)
|
|
52944
53031
|
A.ExecutableOptions__fail("Invalid version " + A.S(argVersion) + ". --fatal-deprecation requires a version less than or equal to the current Dart Sass version.");
|
|
52945
53032
|
J.addAll$1$ax(deprecations, A.Deprecation_forVersion(argVersion));
|
|
@@ -53271,6 +53358,10 @@ self.util = _cliPkgRequires.util;
|
|
|
53271
53358
|
continue;
|
|
53272
53359
|
destination = A.join(destinationDir, t3.withoutExtension$1(t3.relative$2$from(source, sourceDir)) + ".css", null);
|
|
53273
53360
|
if (t3._isWithinOrEquals$2(destination, source) !== B._PathRelation_equal)
|
|
53361
|
+
t1 = !(t3._isWithinOrEquals$2(sourceDir, destinationDir) === B._PathRelation_within && t3._isWithinOrEquals$2(destinationDir, source) === B._PathRelation_within);
|
|
53362
|
+
else
|
|
53363
|
+
t1 = false;
|
|
53364
|
+
if (t1)
|
|
53274
53365
|
return destination;
|
|
53275
53366
|
}
|
|
53276
53367
|
return null;
|
|
@@ -58091,6 +58182,13 @@ self.util = _cliPkgRequires.util;
|
|
|
58091
58182
|
},
|
|
58092
58183
|
$signature: 167
|
|
58093
58184
|
};
|
|
58185
|
+
A.setModificationTime_closure.prototype = {
|
|
58186
|
+
call$0() {
|
|
58187
|
+
var seconds = this.time._value / 1000;
|
|
58188
|
+
J.utimesSync$3$x(A.fs(), this.path, seconds, seconds);
|
|
58189
|
+
},
|
|
58190
|
+
$signature: 0
|
|
58191
|
+
};
|
|
58094
58192
|
A.watchDir_closure0.prototype = {
|
|
58095
58193
|
call$2(error, events) {
|
|
58096
58194
|
var t1, t2, t3, t4, t5, lastEvent;
|
|
@@ -59957,11 +60055,15 @@ self.util = _cliPkgRequires.util;
|
|
|
59957
60055
|
t2 = t1._string_scanner$_position,
|
|
59958
60056
|
t3 = new A.StringBuffer(""),
|
|
59959
60057
|
buffer = new A.InterpolationBuffer(t3, A._setArrayType([], type$.JSArray_Object), A._setArrayType([], type$.JSArray_nullable_FileSpan));
|
|
59960
|
-
|
|
60058
|
+
for (;;) {
|
|
59961
60059
|
buffer.addInterpolation$1(_this.almostAnyValue$1$omitComments(true));
|
|
59962
|
-
t4 =
|
|
59963
|
-
t4
|
|
59964
|
-
|
|
60060
|
+
t4 = t3._contents;
|
|
60061
|
+
if (B.JSString_methods.endsWith$1(B.JSString_methods.trimRight$0(t4.charCodeAt(0) == 0 ? t4 : t4), ",") && _this.scanCharIf$1(new A.SassParser_styleRuleSelector_closure())) {
|
|
60062
|
+
t4 = A.Primitives_stringFromCharCode(10);
|
|
60063
|
+
t3._contents += t4;
|
|
60064
|
+
} else
|
|
60065
|
+
break;
|
|
60066
|
+
}
|
|
59965
60067
|
return buffer.interpolation$1(_this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
59966
60068
|
},
|
|
59967
60069
|
expectStatementSeparator$1($name) {
|
|
@@ -61300,7 +61402,7 @@ self.util = _cliPkgRequires.util;
|
|
|
61300
61402
|
}
|
|
61301
61403
|
},
|
|
61302
61404
|
_styleRule$2(buffer, start_) {
|
|
61303
|
-
var t1, start, interpolation, t2, _this = this;
|
|
61405
|
+
var t1, start, interpolation, t2, unknown, _this = this;
|
|
61304
61406
|
_this._isUseAllowed = false;
|
|
61305
61407
|
if (start_ == null) {
|
|
61306
61408
|
t1 = _this.scanner;
|
|
@@ -61314,8 +61416,13 @@ self.util = _cliPkgRequires.util;
|
|
|
61314
61416
|
t2 = t1.interpolation = buffer.interpolation$1(_this.spanFrom$1(start));
|
|
61315
61417
|
} else
|
|
61316
61418
|
t2 = interpolation;
|
|
61317
|
-
if (t2.contents.length === 0)
|
|
61318
|
-
_this.
|
|
61419
|
+
if (t2.contents.length === 0) {
|
|
61420
|
+
unknown = _this._interpolatedDeclarationValue$2$allowEmpty$allowOpenBrace(true, false);
|
|
61421
|
+
if (unknown.contents.length === 0)
|
|
61422
|
+
_this.scanner.error$1(0, "expected end of rule.");
|
|
61423
|
+
else
|
|
61424
|
+
_this.error$2(0, "unrecognized syntax", unknown.span);
|
|
61425
|
+
}
|
|
61319
61426
|
return _this._withStyleRuleChildren$1$3(t2, start, new A.StylesheetParser__styleRule_closure(t1, _this, start), type$.StyleRule);
|
|
61320
61427
|
},
|
|
61321
61428
|
_styleRule$0() {
|
|
@@ -64127,6 +64234,9 @@ self.util = _cliPkgRequires.util;
|
|
|
64127
64234
|
_interpolatedDeclarationValue$3$allowEmpty$allowSemicolon$consumeNewlines(allowEmpty, allowSemicolon, consumeNewlines) {
|
|
64128
64235
|
return this._interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, allowEmpty, true, allowSemicolon, consumeNewlines, false, true);
|
|
64129
64236
|
},
|
|
64237
|
+
_interpolatedDeclarationValue$2$allowEmpty$allowOpenBrace(allowEmpty, allowOpenBrace) {
|
|
64238
|
+
return this._interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, allowEmpty, allowOpenBrace, false, false, false, true);
|
|
64239
|
+
},
|
|
64130
64240
|
_interpolatedDeclarationValue$4$allowColon$allowEmpty$allowSemicolon$consumeNewlines(allowColon, allowEmpty, allowSemicolon, consumeNewlines) {
|
|
64131
64241
|
return this._interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(allowColon, allowEmpty, true, allowSemicolon, consumeNewlines, false, true);
|
|
64132
64242
|
},
|
|
@@ -64136,9 +64246,6 @@ self.util = _cliPkgRequires.util;
|
|
|
64136
64246
|
_interpolatedDeclarationValue$1$allowOpenBrace(allowOpenBrace) {
|
|
64137
64247
|
return this._interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, false, allowOpenBrace, false, false, false, true);
|
|
64138
64248
|
},
|
|
64139
|
-
_interpolatedDeclarationValue$2$allowEmpty$allowOpenBrace(allowEmpty, allowOpenBrace) {
|
|
64140
|
-
return this._interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, allowEmpty, allowOpenBrace, false, false, false, true);
|
|
64141
|
-
},
|
|
64142
64249
|
_interpolatedDeclarationValue$1$silentComments(silentComments) {
|
|
64143
64250
|
return this._interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, false, true, false, false, false, silentComments);
|
|
64144
64251
|
},
|
|
@@ -75531,7 +75638,7 @@ self.util = _cliPkgRequires.util;
|
|
|
75531
75638
|
call$0() {
|
|
75532
75639
|
var $async$goto = 0,
|
|
75533
75640
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Null),
|
|
75534
|
-
$async$self = this, t3, t4,
|
|
75641
|
+
$async$self = this, t3, t4, root, t5, t1, oldImporter, oldStylesheet, oldRoot, oldPreModuleComments, oldParent, oldEndOfImports, oldOutOfOrderImports, oldExtensionStore, t2, oldStyleRule, oldMediaQueries, oldDeclarationName, oldInUnknownAtRule, oldInKeyframes, oldConfiguration;
|
|
75535
75642
|
var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
75536
75643
|
if ($async$errorCode === 1)
|
|
75537
75644
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -75558,20 +75665,22 @@ self.util = _cliPkgRequires.util;
|
|
|
75558
75665
|
t1._async_evaluate$_importer = $async$self.importer;
|
|
75559
75666
|
t3 = t1._async_evaluate$__stylesheet = $async$self.stylesheet;
|
|
75560
75667
|
t4 = t3.span;
|
|
75561
|
-
|
|
75668
|
+
root = t1._async_evaluate$__root = A.ModifiableCssStylesheet$(t4);
|
|
75669
|
+
t1._async_evaluate$_preModuleComments = A.LinkedHashMap_LinkedHashMap$_empty(type$.Module_AsyncCallable, type$.List_CssComment);
|
|
75670
|
+
t1._async_evaluate$__parent = root;
|
|
75562
75671
|
t1._async_evaluate$__endOfImports = 0;
|
|
75563
75672
|
t1._async_evaluate$_outOfOrderImports = null;
|
|
75564
75673
|
t1._async_evaluate$__extensionStore = $async$self.extensionStore;
|
|
75565
75674
|
t1._async_evaluate$_declarationName = t1._async_evaluate$_mediaQueries = t1._async_evaluate$_styleRuleIgnoringAtRoot = null;
|
|
75566
75675
|
t1._async_evaluate$_inKeyframes = t1._async_evaluate$_atRootExcludingStyleRule = t1._async_evaluate$_inUnknownAtRule = false;
|
|
75567
|
-
|
|
75568
|
-
if (
|
|
75569
|
-
t1._async_evaluate$_configuration =
|
|
75676
|
+
t5 = $async$self.configuration;
|
|
75677
|
+
if (t5 != null)
|
|
75678
|
+
t1._async_evaluate$_configuration = t5;
|
|
75570
75679
|
$async$goto = 2;
|
|
75571
75680
|
return A._asyncAwait(t1.visitStylesheet$1(0, t3), $async$call$0);
|
|
75572
75681
|
case 2:
|
|
75573
75682
|
// returning from await.
|
|
75574
|
-
t3 = t1._async_evaluate$_outOfOrderImports == null ?
|
|
75683
|
+
t3 = t1._async_evaluate$_outOfOrderImports == null ? root : new A.CssStylesheet(new A.UnmodifiableListView(t1._async_evaluate$_addOutOfOrderImports$0(), type$.UnmodifiableListView_CssNode), t4);
|
|
75575
75684
|
$async$self.css.__late_helper$_value = t3;
|
|
75576
75685
|
$async$self.preModuleComments.__late_helper$_value = t1._async_evaluate$_preModuleComments;
|
|
75577
75686
|
t1._async_evaluate$_importer = oldImporter;
|
|
@@ -75611,19 +75720,22 @@ self.util = _cliPkgRequires.util;
|
|
|
75611
75720
|
};
|
|
75612
75721
|
A._EvaluateVisitor__combineCss_visitModule0.prototype = {
|
|
75613
75722
|
call$1(module) {
|
|
75614
|
-
var t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
75723
|
+
var seenUpstream, t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
75615
75724
|
if (!_this.seen.add$1(0, module))
|
|
75616
75725
|
return;
|
|
75617
75726
|
if (_this.clone)
|
|
75618
75727
|
module = module.cloneCss$0();
|
|
75728
|
+
seenUpstream = A.LinkedHashSet_LinkedHashSet$_empty(type$.Module_AsyncCallable);
|
|
75619
75729
|
for (t1 = module.get$upstream(), t2 = t1.length, t3 = _this.css, t4 = _this.imports, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) {
|
|
75620
75730
|
upstream = t1[_i];
|
|
75621
|
-
if (upstream.get$transitivelyContainsCss())
|
|
75622
|
-
|
|
75623
|
-
|
|
75624
|
-
|
|
75625
|
-
|
|
75626
|
-
|
|
75731
|
+
if (!upstream.get$transitivelyContainsCss())
|
|
75732
|
+
continue;
|
|
75733
|
+
if (!seenUpstream.add$1(0, upstream))
|
|
75734
|
+
continue;
|
|
75735
|
+
_1_0 = module.get$preModuleComments().$index(0, upstream);
|
|
75736
|
+
if (_1_0 != null)
|
|
75737
|
+
B.JSArray_methods.addAll$1(t3.length === 0 ? t4 : t3, _1_0);
|
|
75738
|
+
_this.call$1(upstream);
|
|
75627
75739
|
}
|
|
75628
75740
|
_this.sorted.addFirst$1(module);
|
|
75629
75741
|
t1 = module.get$css(module);
|
|
@@ -81617,7 +81729,7 @@ self.util = _cliPkgRequires.util;
|
|
|
81617
81729
|
};
|
|
81618
81730
|
A._EvaluateVisitor__execute_closure.prototype = {
|
|
81619
81731
|
call$0() {
|
|
81620
|
-
var t3, t4,
|
|
81732
|
+
var t3, t4, root, t5, _this = this,
|
|
81621
81733
|
t1 = _this.$this,
|
|
81622
81734
|
oldImporter = t1._importer,
|
|
81623
81735
|
oldStylesheet = t1.__stylesheet,
|
|
@@ -81637,17 +81749,19 @@ self.util = _cliPkgRequires.util;
|
|
|
81637
81749
|
t1._importer = _this.importer;
|
|
81638
81750
|
t3 = t1.__stylesheet = _this.stylesheet;
|
|
81639
81751
|
t4 = t3.span;
|
|
81640
|
-
|
|
81752
|
+
root = t1.__root = A.ModifiableCssStylesheet$(t4);
|
|
81753
|
+
t1._preModuleComments = A.LinkedHashMap_LinkedHashMap$_empty(type$.Module_Callable, type$.List_CssComment);
|
|
81754
|
+
t1.__parent = root;
|
|
81641
81755
|
t1.__endOfImports = 0;
|
|
81642
81756
|
t1._outOfOrderImports = null;
|
|
81643
81757
|
t1.__extensionStore = _this.extensionStore;
|
|
81644
81758
|
t1._declarationName = t1._mediaQueries = t1._styleRuleIgnoringAtRoot = null;
|
|
81645
81759
|
t1._inKeyframes = t1._atRootExcludingStyleRule = t1._inUnknownAtRule = false;
|
|
81646
|
-
|
|
81647
|
-
if (
|
|
81648
|
-
t1._configuration =
|
|
81760
|
+
t5 = _this.configuration;
|
|
81761
|
+
if (t5 != null)
|
|
81762
|
+
t1._configuration = t5;
|
|
81649
81763
|
t1.visitStylesheet$1(0, t3);
|
|
81650
|
-
t3 = t1._outOfOrderImports == null ?
|
|
81764
|
+
t3 = t1._outOfOrderImports == null ? root : new A.CssStylesheet(new A.UnmodifiableListView(t1._addOutOfOrderImports$0(), type$.UnmodifiableListView_CssNode), t4);
|
|
81651
81765
|
_this.css.__late_helper$_value = t3;
|
|
81652
81766
|
_this.preModuleComments.__late_helper$_value = t1._preModuleComments;
|
|
81653
81767
|
t1._importer = oldImporter;
|
|
@@ -81682,19 +81796,22 @@ self.util = _cliPkgRequires.util;
|
|
|
81682
81796
|
};
|
|
81683
81797
|
A._EvaluateVisitor__combineCss_visitModule.prototype = {
|
|
81684
81798
|
call$1(module) {
|
|
81685
|
-
var t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
81799
|
+
var seenUpstream, t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
81686
81800
|
if (!_this.seen.add$1(0, module))
|
|
81687
81801
|
return;
|
|
81688
81802
|
if (_this.clone)
|
|
81689
81803
|
module = module.cloneCss$0();
|
|
81804
|
+
seenUpstream = A.LinkedHashSet_LinkedHashSet$_empty(type$.Module_Callable);
|
|
81690
81805
|
for (t1 = module.get$upstream(), t2 = t1.length, t3 = _this.css, t4 = _this.imports, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) {
|
|
81691
81806
|
upstream = t1[_i];
|
|
81692
|
-
if (upstream.get$transitivelyContainsCss())
|
|
81693
|
-
|
|
81694
|
-
|
|
81695
|
-
|
|
81696
|
-
|
|
81697
|
-
|
|
81807
|
+
if (!upstream.get$transitivelyContainsCss())
|
|
81808
|
+
continue;
|
|
81809
|
+
if (!seenUpstream.add$1(0, upstream))
|
|
81810
|
+
continue;
|
|
81811
|
+
_1_0 = module.get$preModuleComments().$index(0, upstream);
|
|
81812
|
+
if (_1_0 != null)
|
|
81813
|
+
B.JSArray_methods.addAll$1(t3.length === 0 ? t4 : t3, _1_0);
|
|
81814
|
+
_this.call$1(upstream);
|
|
81698
81815
|
}
|
|
81699
81816
|
_this.sorted.addFirst$1(module);
|
|
81700
81817
|
t1 = module.get$css(module);
|
|
@@ -84036,23 +84153,28 @@ self.util = _cliPkgRequires.util;
|
|
|
84036
84153
|
_this._serialize$_buffer.writeCharCode$1(41);
|
|
84037
84154
|
},
|
|
84038
84155
|
_writeCalculationValue$1(value) {
|
|
84039
|
-
var t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, _this = this;
|
|
84156
|
+
var t1, _0_0, t2, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, _this = this;
|
|
84040
84157
|
$label1$1: {
|
|
84041
84158
|
t1 = value instanceof A.SassNumber;
|
|
84042
84159
|
if (t1 && !isFinite(value._number$_value)) {
|
|
84160
|
+
t1 = _this._serialize$_buffer;
|
|
84161
|
+
_0_0 = value._number$_value;
|
|
84043
84162
|
$label0$0: {
|
|
84044
|
-
_0_0 = value._number$_value;
|
|
84045
84163
|
if (1 / 0 === _0_0) {
|
|
84046
|
-
|
|
84164
|
+
t2 = "infinity";
|
|
84047
84165
|
break $label0$0;
|
|
84048
84166
|
}
|
|
84049
84167
|
if (-1 / 0 === _0_0) {
|
|
84050
|
-
|
|
84168
|
+
t2 = "-infinity";
|
|
84169
|
+
break $label0$0;
|
|
84170
|
+
}
|
|
84171
|
+
if (isNaN(_0_0)) {
|
|
84172
|
+
t2 = "NaN";
|
|
84051
84173
|
break $label0$0;
|
|
84052
84174
|
}
|
|
84053
|
-
|
|
84054
|
-
_this._serialize$_buffer.write$1(0, "NaN");
|
|
84175
|
+
t2 = A.throwExpression(A.UnsupportedError$("Unexpected value " + A.S(_0_0)));
|
|
84055
84176
|
}
|
|
84177
|
+
t1.write$1(0, t2);
|
|
84056
84178
|
_this._writeCalculationUnits$2(value.get$numeratorUnits(value), value.get$denominatorUnits(value));
|
|
84057
84179
|
break $label1$1;
|
|
84058
84180
|
}
|
|
@@ -84114,14 +84236,18 @@ self.util = _cliPkgRequires.util;
|
|
|
84114
84236
|
}
|
|
84115
84237
|
},
|
|
84116
84238
|
_writeCalculationUnits$2(numeratorUnits, denominatorUnits) {
|
|
84117
|
-
var t1, t2, t3, _this = this;
|
|
84118
|
-
for (t1 = J.get$iterator$ax(numeratorUnits), t2 = _this._style !== B.OutputStyle_1; t1.moveNext$0();) {
|
|
84239
|
+
var t1, t2, negative, t3, _this = this;
|
|
84240
|
+
for (t1 = J.get$iterator$ax(numeratorUnits), t2 = _this._style !== B.OutputStyle_1, negative = false; t1.moveNext$0();) {
|
|
84119
84241
|
t3 = t1.get$current(t1);
|
|
84120
84242
|
if (t2)
|
|
84121
84243
|
_this._serialize$_buffer.writeCharCode$1(32);
|
|
84122
84244
|
_this._serialize$_buffer.writeCharCode$1(42);
|
|
84123
84245
|
if (t2)
|
|
84124
84246
|
_this._serialize$_buffer.writeCharCode$1(32);
|
|
84247
|
+
if (negative) {
|
|
84248
|
+
_this._serialize$_buffer.writeCharCode$1(45);
|
|
84249
|
+
negative = false;
|
|
84250
|
+
}
|
|
84125
84251
|
_this._serialize$_buffer.writeCharCode$1(49);
|
|
84126
84252
|
_this._serialize$_buffer.write$1(0, t3);
|
|
84127
84253
|
}
|
|
@@ -84132,6 +84258,10 @@ self.util = _cliPkgRequires.util;
|
|
|
84132
84258
|
_this._serialize$_buffer.writeCharCode$1(47);
|
|
84133
84259
|
if (t2)
|
|
84134
84260
|
_this._serialize$_buffer.writeCharCode$1(32);
|
|
84261
|
+
if (negative) {
|
|
84262
|
+
_this._serialize$_buffer.writeCharCode$1(45);
|
|
84263
|
+
negative = false;
|
|
84264
|
+
}
|
|
84135
84265
|
_this._serialize$_buffer.writeCharCode$1(49);
|
|
84136
84266
|
_this._serialize$_buffer.write$1(0, t3);
|
|
84137
84267
|
}
|
|
@@ -84754,6 +84884,10 @@ self.util = _cliPkgRequires.util;
|
|
|
84754
84884
|
_this.visitCalculation$1(new A.SassCalculation("calc", A.List_List$unmodifiable(A._setArrayType([A.SassNumber_SassNumber(number, null)], type$.JSArray_Object), type$.Object)));
|
|
84755
84885
|
return;
|
|
84756
84886
|
}
|
|
84887
|
+
if (self.Object.is(number, -0.0)) {
|
|
84888
|
+
_this._serialize$_buffer.write$1(0, "-0");
|
|
84889
|
+
return;
|
|
84890
|
+
}
|
|
84757
84891
|
_0_0 = _this._asInt$1(number);
|
|
84758
84892
|
if (_0_0 != null) {
|
|
84759
84893
|
_this._serialize$_buffer.write$1(0, _this._removeExponent$1(B.JSInt_methods.toString$0(_0_0)));
|
|
@@ -95279,7 +95413,7 @@ self.util = _cliPkgRequires.util;
|
|
|
95279
95413
|
call$0() {
|
|
95280
95414
|
var $async$goto = 0,
|
|
95281
95415
|
$async$completer = A._makeAsyncAwaitCompleter(type$.Null),
|
|
95282
|
-
$async$self = this, t3, t4,
|
|
95416
|
+
$async$self = this, t3, t4, root, t5, t1, oldImporter, oldStylesheet, oldRoot, oldPreModuleComments, oldParent, oldEndOfImports, oldOutOfOrderImports, oldExtensionStore, t2, oldStyleRule, oldMediaQueries, oldDeclarationName, oldInUnknownAtRule, oldInKeyframes, oldConfiguration;
|
|
95283
95417
|
var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
|
|
95284
95418
|
if ($async$errorCode === 1)
|
|
95285
95419
|
return A._asyncRethrow($async$result, $async$completer);
|
|
@@ -95306,20 +95440,22 @@ self.util = _cliPkgRequires.util;
|
|
|
95306
95440
|
t1._async_evaluate0$_importer = $async$self.importer;
|
|
95307
95441
|
t3 = t1._async_evaluate0$__stylesheet = $async$self.stylesheet;
|
|
95308
95442
|
t4 = t3.span;
|
|
95309
|
-
|
|
95443
|
+
root = t1._async_evaluate0$__root = A.ModifiableCssStylesheet$0(t4);
|
|
95444
|
+
t1._async_evaluate0$_preModuleComments = A.LinkedHashMap_LinkedHashMap$_empty(type$.Module_AsyncCallable_2, type$.List_CssComment_2);
|
|
95445
|
+
t1._async_evaluate0$__parent = root;
|
|
95310
95446
|
t1._async_evaluate0$__endOfImports = 0;
|
|
95311
95447
|
t1._async_evaluate0$_outOfOrderImports = null;
|
|
95312
95448
|
t1._async_evaluate0$__extensionStore = $async$self.extensionStore;
|
|
95313
95449
|
t1._async_evaluate0$_declarationName = t1._async_evaluate0$_mediaQueries = t1._async_evaluate0$_styleRuleIgnoringAtRoot = null;
|
|
95314
95450
|
t1._async_evaluate0$_inKeyframes = t1._async_evaluate0$_atRootExcludingStyleRule = t1._async_evaluate0$_inUnknownAtRule = false;
|
|
95315
|
-
|
|
95316
|
-
if (
|
|
95317
|
-
t1._async_evaluate0$_configuration =
|
|
95451
|
+
t5 = $async$self.configuration;
|
|
95452
|
+
if (t5 != null)
|
|
95453
|
+
t1._async_evaluate0$_configuration = t5;
|
|
95318
95454
|
$async$goto = 2;
|
|
95319
95455
|
return A._asyncAwait(t1.visitStylesheet$1(0, t3), $async$call$0);
|
|
95320
95456
|
case 2:
|
|
95321
95457
|
// returning from await.
|
|
95322
|
-
t3 = t1._async_evaluate0$_outOfOrderImports == null ?
|
|
95458
|
+
t3 = t1._async_evaluate0$_outOfOrderImports == null ? root : new A.CssStylesheet0(new A.UnmodifiableListView(t1._async_evaluate0$_addOutOfOrderImports$0(), type$.UnmodifiableListView_CssNode_2), t4);
|
|
95323
95459
|
$async$self.css.__late_helper$_value = t3;
|
|
95324
95460
|
$async$self.preModuleComments.__late_helper$_value = t1._async_evaluate0$_preModuleComments;
|
|
95325
95461
|
t1._async_evaluate0$_importer = oldImporter;
|
|
@@ -95359,19 +95495,22 @@ self.util = _cliPkgRequires.util;
|
|
|
95359
95495
|
};
|
|
95360
95496
|
A._EvaluateVisitor__combineCss_visitModule2.prototype = {
|
|
95361
95497
|
call$1(module) {
|
|
95362
|
-
var t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
95498
|
+
var seenUpstream, t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
95363
95499
|
if (!_this.seen.add$1(0, module))
|
|
95364
95500
|
return;
|
|
95365
95501
|
if (_this.clone)
|
|
95366
95502
|
module = module.cloneCss$0();
|
|
95503
|
+
seenUpstream = A.LinkedHashSet_LinkedHashSet$_empty(type$.Module_AsyncCallable_2);
|
|
95367
95504
|
for (t1 = module.get$upstream(), t2 = t1.length, t3 = _this.css, t4 = _this.imports, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) {
|
|
95368
95505
|
upstream = t1[_i];
|
|
95369
|
-
if (upstream.get$transitivelyContainsCss())
|
|
95370
|
-
|
|
95371
|
-
|
|
95372
|
-
|
|
95373
|
-
|
|
95374
|
-
|
|
95506
|
+
if (!upstream.get$transitivelyContainsCss())
|
|
95507
|
+
continue;
|
|
95508
|
+
if (!seenUpstream.add$1(0, upstream))
|
|
95509
|
+
continue;
|
|
95510
|
+
_1_0 = module.get$preModuleComments().$index(0, upstream);
|
|
95511
|
+
if (_1_0 != null)
|
|
95512
|
+
B.JSArray_methods.addAll$1(t3.length === 0 ? t4 : t3, _1_0);
|
|
95513
|
+
_this.call$1(upstream);
|
|
95375
95514
|
}
|
|
95376
95515
|
_this.sorted.addFirst$1(module);
|
|
95377
95516
|
t1 = module.get$css(module);
|
|
@@ -107233,7 +107372,7 @@ self.util = _cliPkgRequires.util;
|
|
|
107233
107372
|
};
|
|
107234
107373
|
A._EvaluateVisitor__execute_closure1.prototype = {
|
|
107235
107374
|
call$0() {
|
|
107236
|
-
var t3, t4,
|
|
107375
|
+
var t3, t4, root, t5, _this = this,
|
|
107237
107376
|
t1 = _this.$this,
|
|
107238
107377
|
oldImporter = t1._evaluate0$_importer,
|
|
107239
107378
|
oldStylesheet = t1._evaluate0$__stylesheet,
|
|
@@ -107253,17 +107392,19 @@ self.util = _cliPkgRequires.util;
|
|
|
107253
107392
|
t1._evaluate0$_importer = _this.importer;
|
|
107254
107393
|
t3 = t1._evaluate0$__stylesheet = _this.stylesheet;
|
|
107255
107394
|
t4 = t3.span;
|
|
107256
|
-
|
|
107395
|
+
root = t1._evaluate0$__root = A.ModifiableCssStylesheet$0(t4);
|
|
107396
|
+
t1._evaluate0$_preModuleComments = A.LinkedHashMap_LinkedHashMap$_empty(type$.Module_Callable_2, type$.List_CssComment_2);
|
|
107397
|
+
t1._evaluate0$__parent = root;
|
|
107257
107398
|
t1._evaluate0$__endOfImports = 0;
|
|
107258
107399
|
t1._evaluate0$_outOfOrderImports = null;
|
|
107259
107400
|
t1._evaluate0$__extensionStore = _this.extensionStore;
|
|
107260
107401
|
t1._evaluate0$_declarationName = t1._evaluate0$_mediaQueries = t1._evaluate0$_styleRuleIgnoringAtRoot = null;
|
|
107261
107402
|
t1._evaluate0$_inKeyframes = t1._evaluate0$_atRootExcludingStyleRule = t1._evaluate0$_inUnknownAtRule = false;
|
|
107262
|
-
|
|
107263
|
-
if (
|
|
107264
|
-
t1._evaluate0$_configuration =
|
|
107403
|
+
t5 = _this.configuration;
|
|
107404
|
+
if (t5 != null)
|
|
107405
|
+
t1._evaluate0$_configuration = t5;
|
|
107265
107406
|
t1.visitStylesheet$1(0, t3);
|
|
107266
|
-
t3 = t1._evaluate0$_outOfOrderImports == null ?
|
|
107407
|
+
t3 = t1._evaluate0$_outOfOrderImports == null ? root : new A.CssStylesheet0(new A.UnmodifiableListView(t1._evaluate0$_addOutOfOrderImports$0(), type$.UnmodifiableListView_CssNode_2), t4);
|
|
107267
107408
|
_this.css.__late_helper$_value = t3;
|
|
107268
107409
|
_this.preModuleComments.__late_helper$_value = t1._evaluate0$_preModuleComments;
|
|
107269
107410
|
t1._evaluate0$_importer = oldImporter;
|
|
@@ -107298,19 +107439,22 @@ self.util = _cliPkgRequires.util;
|
|
|
107298
107439
|
};
|
|
107299
107440
|
A._EvaluateVisitor__combineCss_visitModule1.prototype = {
|
|
107300
107441
|
call$1(module) {
|
|
107301
|
-
var t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
107442
|
+
var seenUpstream, t1, t2, t3, t4, _i, upstream, _1_0, statements, index, _this = this;
|
|
107302
107443
|
if (!_this.seen.add$1(0, module))
|
|
107303
107444
|
return;
|
|
107304
107445
|
if (_this.clone)
|
|
107305
107446
|
module = module.cloneCss$0();
|
|
107447
|
+
seenUpstream = A.LinkedHashSet_LinkedHashSet$_empty(type$.Module_Callable_2);
|
|
107306
107448
|
for (t1 = module.get$upstream(), t2 = t1.length, t3 = _this.css, t4 = _this.imports, _i = 0; _i < t1.length; t1.length === t2 || (0, A.throwConcurrentModificationError)(t1), ++_i) {
|
|
107307
107449
|
upstream = t1[_i];
|
|
107308
|
-
if (upstream.get$transitivelyContainsCss())
|
|
107309
|
-
|
|
107310
|
-
|
|
107311
|
-
|
|
107312
|
-
|
|
107313
|
-
|
|
107450
|
+
if (!upstream.get$transitivelyContainsCss())
|
|
107451
|
+
continue;
|
|
107452
|
+
if (!seenUpstream.add$1(0, upstream))
|
|
107453
|
+
continue;
|
|
107454
|
+
_1_0 = module.get$preModuleComments().$index(0, upstream);
|
|
107455
|
+
if (_1_0 != null)
|
|
107456
|
+
B.JSArray_methods.addAll$1(t3.length === 0 ? t4 : t3, _1_0);
|
|
107457
|
+
_this.call$1(upstream);
|
|
107314
107458
|
}
|
|
107315
107459
|
_this.sorted.addFirst$1(module);
|
|
107316
107460
|
t1 = module.get$css(module);
|
|
@@ -119018,11 +119162,15 @@ self.util = _cliPkgRequires.util;
|
|
|
119018
119162
|
t2 = t1._string_scanner$_position,
|
|
119019
119163
|
t3 = new A.StringBuffer(""),
|
|
119020
119164
|
buffer = new A.InterpolationBuffer0(t3, A._setArrayType([], type$.JSArray_Object), A._setArrayType([], type$.JSArray_nullable_FileSpan));
|
|
119021
|
-
|
|
119165
|
+
for (;;) {
|
|
119022
119166
|
buffer.addInterpolation$1(_this.almostAnyValue$1$omitComments(true));
|
|
119023
|
-
t4 =
|
|
119024
|
-
t4
|
|
119025
|
-
|
|
119167
|
+
t4 = t3._contents;
|
|
119168
|
+
if (B.JSString_methods.endsWith$1(B.JSString_methods.trimRight$0(t4.charCodeAt(0) == 0 ? t4 : t4), ",") && _this.scanCharIf$1(new A.SassParser_styleRuleSelector_closure0())) {
|
|
119169
|
+
t4 = A.Primitives_stringFromCharCode(10);
|
|
119170
|
+
t3._contents += t4;
|
|
119171
|
+
} else
|
|
119172
|
+
break;
|
|
119173
|
+
}
|
|
119026
119174
|
return buffer.interpolation$1(_this.spanFrom$1(new A._SpanScannerState(t1, t2)));
|
|
119027
119175
|
},
|
|
119028
119176
|
expectStatementSeparator$1($name) {
|
|
@@ -120707,23 +120855,28 @@ self.util = _cliPkgRequires.util;
|
|
|
120707
120855
|
_this._serialize0$_buffer.writeCharCode$1(41);
|
|
120708
120856
|
},
|
|
120709
120857
|
_serialize0$_writeCalculationValue$1(value) {
|
|
120710
|
-
var t1, _0_0, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, _this = this;
|
|
120858
|
+
var t1, _0_0, t2, _1_0, first, rest, left, right, operator, parenthesizeLeft, operatorWhitespace, parenthesizeRight, _this = this;
|
|
120711
120859
|
$label1$1: {
|
|
120712
120860
|
t1 = value instanceof A.SassNumber0;
|
|
120713
120861
|
if (t1 && !isFinite(value._number1$_value)) {
|
|
120862
|
+
t1 = _this._serialize0$_buffer;
|
|
120863
|
+
_0_0 = value._number1$_value;
|
|
120714
120864
|
$label0$0: {
|
|
120715
|
-
_0_0 = value._number1$_value;
|
|
120716
120865
|
if (1 / 0 === _0_0) {
|
|
120717
|
-
|
|
120866
|
+
t2 = "infinity";
|
|
120718
120867
|
break $label0$0;
|
|
120719
120868
|
}
|
|
120720
120869
|
if (-1 / 0 === _0_0) {
|
|
120721
|
-
|
|
120870
|
+
t2 = "-infinity";
|
|
120722
120871
|
break $label0$0;
|
|
120723
120872
|
}
|
|
120724
|
-
if (isNaN(_0_0))
|
|
120725
|
-
|
|
120873
|
+
if (isNaN(_0_0)) {
|
|
120874
|
+
t2 = "NaN";
|
|
120875
|
+
break $label0$0;
|
|
120876
|
+
}
|
|
120877
|
+
t2 = A.throwExpression(A.UnsupportedError$("Unexpected value " + A.S(_0_0)));
|
|
120726
120878
|
}
|
|
120879
|
+
t1.write$1(0, t2);
|
|
120727
120880
|
_this._serialize0$_writeCalculationUnits$2(value.get$numeratorUnits(value), value.get$denominatorUnits(value));
|
|
120728
120881
|
break $label1$1;
|
|
120729
120882
|
}
|
|
@@ -120785,14 +120938,18 @@ self.util = _cliPkgRequires.util;
|
|
|
120785
120938
|
}
|
|
120786
120939
|
},
|
|
120787
120940
|
_serialize0$_writeCalculationUnits$2(numeratorUnits, denominatorUnits) {
|
|
120788
|
-
var t1, t2, t3, _this = this;
|
|
120789
|
-
for (t1 = J.get$iterator$ax(numeratorUnits), t2 = _this._serialize0$_style !== B.OutputStyle_10; t1.moveNext$0();) {
|
|
120941
|
+
var t1, t2, negative, t3, _this = this;
|
|
120942
|
+
for (t1 = J.get$iterator$ax(numeratorUnits), t2 = _this._serialize0$_style !== B.OutputStyle_10, negative = false; t1.moveNext$0();) {
|
|
120790
120943
|
t3 = t1.get$current(t1);
|
|
120791
120944
|
if (t2)
|
|
120792
120945
|
_this._serialize0$_buffer.writeCharCode$1(32);
|
|
120793
120946
|
_this._serialize0$_buffer.writeCharCode$1(42);
|
|
120794
120947
|
if (t2)
|
|
120795
120948
|
_this._serialize0$_buffer.writeCharCode$1(32);
|
|
120949
|
+
if (negative) {
|
|
120950
|
+
_this._serialize0$_buffer.writeCharCode$1(45);
|
|
120951
|
+
negative = false;
|
|
120952
|
+
}
|
|
120796
120953
|
_this._serialize0$_buffer.writeCharCode$1(49);
|
|
120797
120954
|
_this._serialize0$_buffer.write$1(0, t3);
|
|
120798
120955
|
}
|
|
@@ -120803,6 +120960,10 @@ self.util = _cliPkgRequires.util;
|
|
|
120803
120960
|
_this._serialize0$_buffer.writeCharCode$1(47);
|
|
120804
120961
|
if (t2)
|
|
120805
120962
|
_this._serialize0$_buffer.writeCharCode$1(32);
|
|
120963
|
+
if (negative) {
|
|
120964
|
+
_this._serialize0$_buffer.writeCharCode$1(45);
|
|
120965
|
+
negative = false;
|
|
120966
|
+
}
|
|
120806
120967
|
_this._serialize0$_buffer.writeCharCode$1(49);
|
|
120807
120968
|
_this._serialize0$_buffer.write$1(0, t3);
|
|
120808
120969
|
}
|
|
@@ -121425,6 +121586,10 @@ self.util = _cliPkgRequires.util;
|
|
|
121425
121586
|
_this.visitCalculation$1(new A.SassCalculation0("calc", A.List_List$unmodifiable(A._setArrayType([A.SassNumber_SassNumber0(number, null)], type$.JSArray_Object), type$.Object)));
|
|
121426
121587
|
return;
|
|
121427
121588
|
}
|
|
121589
|
+
if (self.Object.is(number, -0.0)) {
|
|
121590
|
+
_this._serialize0$_buffer.write$1(0, "-0");
|
|
121591
|
+
return;
|
|
121592
|
+
}
|
|
121428
121593
|
_0_0 = _this._serialize0$_asInt$1(number);
|
|
121429
121594
|
if (_0_0 != null) {
|
|
121430
121595
|
_this._serialize0$_buffer.write$1(0, _this._serialize0$_removeExponent$1(B.JSInt_methods.toString$0(_0_0)));
|
|
@@ -124396,7 +124561,7 @@ self.util = _cliPkgRequires.util;
|
|
|
124396
124561
|
}
|
|
124397
124562
|
},
|
|
124398
124563
|
_stylesheet0$_styleRule$2(buffer, start_) {
|
|
124399
|
-
var t1, t2, start, selector, interpolation, _this = this;
|
|
124564
|
+
var t1, t2, start, selector, interpolation, unknown, _this = this;
|
|
124400
124565
|
_this._stylesheet0$_isUseAllowed = false;
|
|
124401
124566
|
t1 = start_ == null;
|
|
124402
124567
|
if (t1) {
|
|
@@ -124417,8 +124582,13 @@ self.util = _cliPkgRequires.util;
|
|
|
124417
124582
|
t2 = t1.interpolation = buffer.interpolation$1(_this.spanFrom$1(start));
|
|
124418
124583
|
} else
|
|
124419
124584
|
t2 = interpolation;
|
|
124420
|
-
if (t2.contents.length === 0)
|
|
124421
|
-
_this.
|
|
124585
|
+
if (t2.contents.length === 0) {
|
|
124586
|
+
unknown = _this._stylesheet0$_interpolatedDeclarationValue$2$allowEmpty$allowOpenBrace(true, false);
|
|
124587
|
+
if (unknown.contents.length === 0)
|
|
124588
|
+
_this.scanner.error$1(0, "expected end of rule.");
|
|
124589
|
+
else
|
|
124590
|
+
_this.error$2(0, "unrecognized syntax", unknown.span);
|
|
124591
|
+
}
|
|
124422
124592
|
return _this._stylesheet0$_withStyleRuleChildren$1$3(t2, start, new A.StylesheetParser__styleRule_closure1(t1, _this, start), type$.StyleRule_2);
|
|
124423
124593
|
}
|
|
124424
124594
|
},
|
|
@@ -127230,6 +127400,9 @@ self.util = _cliPkgRequires.util;
|
|
|
127230
127400
|
_stylesheet0$_interpolatedDeclarationValue$3$allowEmpty$allowSemicolon$consumeNewlines(allowEmpty, allowSemicolon, consumeNewlines) {
|
|
127231
127401
|
return this._stylesheet0$_interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, allowEmpty, true, allowSemicolon, consumeNewlines, false, true);
|
|
127232
127402
|
},
|
|
127403
|
+
_stylesheet0$_interpolatedDeclarationValue$2$allowEmpty$allowOpenBrace(allowEmpty, allowOpenBrace) {
|
|
127404
|
+
return this._stylesheet0$_interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, allowEmpty, allowOpenBrace, false, false, false, true);
|
|
127405
|
+
},
|
|
127233
127406
|
_stylesheet0$_interpolatedDeclarationValue$2$consumeNewlines$endAfterOf(consumeNewlines, endAfterOf) {
|
|
127234
127407
|
return this._stylesheet0$_interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, false, true, false, consumeNewlines, endAfterOf, true);
|
|
127235
127408
|
},
|
|
@@ -127242,9 +127415,6 @@ self.util = _cliPkgRequires.util;
|
|
|
127242
127415
|
_stylesheet0$_interpolatedDeclarationValue$1$allowOpenBrace(allowOpenBrace) {
|
|
127243
127416
|
return this._stylesheet0$_interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, false, allowOpenBrace, false, false, false, true);
|
|
127244
127417
|
},
|
|
127245
|
-
_stylesheet0$_interpolatedDeclarationValue$2$allowEmpty$allowOpenBrace(allowEmpty, allowOpenBrace) {
|
|
127246
|
-
return this._stylesheet0$_interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, allowEmpty, allowOpenBrace, false, false, false, true);
|
|
127247
|
-
},
|
|
127248
127418
|
_stylesheet0$_interpolatedDeclarationValue$1$silentComments(silentComments) {
|
|
127249
127419
|
return this._stylesheet0$_interpolatedDeclarationValue$7$allowColon$allowEmpty$allowOpenBrace$allowSemicolon$consumeNewlines$endAfterOf$silentComments(true, false, true, false, false, false, silentComments);
|
|
127250
127420
|
},
|
|
@@ -130011,7 +130181,6 @@ self.util = _cliPkgRequires.util;
|
|
|
130011
130181
|
_.super$ListBase$setRange = _.setRange$4;
|
|
130012
130182
|
_ = A.Iterable.prototype;
|
|
130013
130183
|
_.super$Iterable$where = _.where$1;
|
|
130014
|
-
_.super$Iterable$skipWhile = _.skipWhile$1;
|
|
130015
130184
|
_ = A.ModifiableCssParentNode.prototype;
|
|
130016
130185
|
_.super$ModifiableCssParentNode$addChild = _.addChild$1;
|
|
130017
130186
|
_ = A.SimpleSelector.prototype;
|
|
@@ -130469,7 +130638,7 @@ self.util = _cliPkgRequires.util;
|
|
|
130469
130638
|
_inheritMany(A.Error, [A.LateError, A.TypeError, A.JsNoSuchMethodError, A.UnknownJsTypeError, A.RuntimeError, A._Error, A.JsonUnsupportedObjectError, A.AssertionError, A.ArgumentError, A.NoSuchMethodError, A.UnsupportedError, A.UnimplementedError, A.StateError, A.ConcurrentModificationError]);
|
|
130470
130639
|
_inherit(A.UnmodifiableListBase, A.ListBase);
|
|
130471
130640
|
_inheritMany(A.UnmodifiableListBase, [A.CodeUnits, A.UnmodifiableListView]);
|
|
130472
|
-
_inheritMany(A.Closure0Args, [A.nullFuture_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainCoreFuture_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteErrorObject_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_length_closure0, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._Utf8Decoder__decoder_closure, A._Utf8Decoder__decoderNonfatal_closure, A.Parser__setOption_closure, A.StreamGroup_add_closure, A.StreamGroup_add_closure0, A.StreamGroup__listenToStream_closure, A.StreamQueue__ensureListening_closure0, A._isStrictMode_closure, A.ReplAdapter_runAsync_closure, A.ParsedPath__splitExtension_closure0, A.IfConditionOperation_toInterpolation_closure, A.PseudoSelector_specificity_closure, A.AsyncEnvironment_setVariable_closure, A.AsyncEnvironment_setVariable_closure1, A.AsyncImportCache_canonicalize_closure, A.AsyncImportCache__canonicalize_closure, A.AsyncImportCache_importCanonical_closure, A.Environment_setVariable_closure, A.Environment_setVariable_closure1, A.ExecutableOptions__parser_closure, A.ExecutableOptions_interactive_closure, A.ExecutableOptions_fatalDeprecations_closure, A.ExtensionStore__registerSelector_closure, A.ExtensionStore_addExtension_closure, A.ExtensionStore_addExtension_closure0, A.ExtensionStore_addExtension_closure1, A.ExtensionStore__extendExistingExtensions_closure, A.ExtensionStore__extendExistingExtensions_closure0, A.ExtensionStore_addExtensions_closure, A.ExtensionStore_clone__closure, A._changeColor_closure, A.ImportCache_canonicalize_closure, A.ImportCache__canonicalize_closure, A.ImportCache_importCanonical_closure, A.resolveImportPath_closure, A.resolveImportPath_closure0, A._tryPathAsDirectory_closure, A._realCasePath_helper_closure, A._readFile_closure, A.writeFile_closure, A.deleteFile_closure, A.fileExists_closure, A.dirExists_closure, A.linkExists_closure, A.ensureDir_closure, A.listDir_closure, A.realpath_closure, A.modificationTime_closure, A.watchDir_closure, A.watchDir_closure5, A.watchDir__closure, A.AtRootQueryParser_parse_closure, A.KeyframeSelectorParser_parse_closure, A.MediaQueryParser_parse_closure, A.Parser__parseIdentifier_closure, A.Parser_spanFrom_closure, A.Parser_spanFromPosition_closure, A.SassParser_children_closure, A.SelectorParser_parse_closure, A.SelectorParser_parseCompoundSelector_closure, A.StylesheetParser_parse_closure, A.StylesheetParser_parse__closure, A.StylesheetParser_parseParameterList_closure, A.StylesheetParser_parseVariableDeclaration_closure, A.StylesheetParser_parseUseRule_closure, A.StylesheetParser__parseSingleProduction_closure, A.StylesheetParser__statement_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure0, A.StylesheetParser__declarationOrBuffer_closure, A.StylesheetParser__declarationOrBuffer_closure0, A.StylesheetParser__declarationOrBuffer_closure2, A.StylesheetParser__propertyOrVariableDeclaration_closure, A.StylesheetParser__forRule_closure, A.StylesheetParser__memberList_closure, A.StylesheetParser_mozDocumentRule_closure, A.StylesheetParser__expression_resetState, A.StylesheetParser__expression_resolveOneOperation, A.StylesheetParser__expression_resolveOperations, A.StylesheetParser__expression_resolveSpaceExpressions, A.StylesheetParser_expressionUntilComma_closure, A.StylesheetParser_interpolatedStringToken_closure, A.StylesheetParser_namespacedExpression_closure, A.StylesheetParser__interpolatedDeclarationValue_closure, A.StylesheetParser__expressionUntilComparison_closure, A.StylesheetParser__publicIdentifier_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, A.StylesheetGraph__add_closure, A.StylesheetGraph_addCanonical_closure, A.StylesheetGraph_reload_closure, A.StylesheetGraph__nodeFor_closure, A.StylesheetGraph__nodeFor_closure0, A.SassNumber__coerceOrConvertValue_compatibilityException, A.SassNumber__coerceOrConvertValue_closure0, A.SassNumber__coerceOrConvertValue_closure2, A.SassNumber_multiplyUnits_closure0, A.SassNumber_multiplyUnits_closure2, A.SingleUnitSassNumber_multiplyUnits_closure0, A._EvaluateVisitor__closure6, A._EvaluateVisitor__closure5, A._EvaluateVisitor_run_closure0, A._EvaluateVisitor_run__closure0, A._EvaluateVisitor__loadModule_closure1, A._EvaluateVisitor__loadModule_closure2, A._EvaluateVisitor__loadModule__closure2, A._EvaluateVisitor__execute_closure0, A._EvaluateVisitor__extendModules_closure2, A._EvaluateVisitor_visitAtRootRule_closure1, A._EvaluateVisitor_visitAtRootRule_closure2, A._EvaluateVisitor__scopeForAtRoot__closure0, A._EvaluateVisitor_visitContentRule_closure0, A._EvaluateVisitor_visitDeclaration_closure0, A._EvaluateVisitor_visitEachRule_closure4, A._EvaluateVisitor_visitAtRule_closure4, A._EvaluateVisitor_visitAtRule_closure5, A._EvaluateVisitor_visitAtRule__closure0, A._EvaluateVisitor_visitForRule_closure4, A._EvaluateVisitor_visitForRule_closure5, A._EvaluateVisitor_visitForRule_closure6, A._EvaluateVisitor_visitForRule_closure7, A._EvaluateVisitor_visitForRule_closure8, A._EvaluateVisitor__registerCommentsForModule_closure0, A._EvaluateVisitor_visitIfRule__closure0, A._EvaluateVisitor__visitDynamicImport_closure0, A._EvaluateVisitor__visitDynamicImport__closure6, A._EvaluateVisitor__applyMixin_closure1, A._EvaluateVisitor__applyMixin__closure2, A._EvaluateVisitor__applyMixin_closure2, A._EvaluateVisitor__applyMixin__closure1, A._EvaluateVisitor__applyMixin___closure0, A._EvaluateVisitor__applyMixin____closure0, A._EvaluateVisitor_visitIncludeRule_closure2, A._EvaluateVisitor_visitIncludeRule_closure4, A._EvaluateVisitor_visitMediaRule_closure3, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule__closure0, A._EvaluateVisitor_visitMediaRule___closure0, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule__closure0, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitSupportsRule_closure3, A._EvaluateVisitor_visitSupportsRule__closure0, A._EvaluateVisitor__visitSupportsCondition_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure3, A._EvaluateVisitor_visitVariableDeclaration_closure4, A._EvaluateVisitor_visitWarnRule_closure0, A._EvaluateVisitor_visitWhileRule_closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure0, A._EvaluateVisitor_visitVariableExpression_closure0, A._EvaluateVisitor_visitUnaryOperationExpression_closure0, A._EvaluateVisitor_visitFunctionExpression_closure2, A._EvaluateVisitor_visitFunctionExpression_closure4, A._EvaluateVisitor__visitCalculationExpression_closure0, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable_closure0, A._EvaluateVisitor__runUserDefinedCallable__closure0, A._EvaluateVisitor__runUserDefinedCallable___closure0, A._EvaluateVisitor__runFunctionCallable_closure0, A._EvaluateVisitor__runBuiltInCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure3, A._EvaluateVisitor__verifyArguments_closure0, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssAtRule_closure3, A._EvaluateVisitor_visitCssKeyframeBlock_closure1, A._EvaluateVisitor_visitCssMediaRule_closure3, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule__closure0, A._EvaluateVisitor_visitCssMediaRule___closure0, A._EvaluateVisitor_visitCssStyleRule_closure2, A._EvaluateVisitor_visitCssStyleRule__closure0, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor_visitCssSupportsRule_closure3, A._EvaluateVisitor_visitCssSupportsRule__closure0, A._EvaluateVisitor__serialize_closure0, A._EvaluateVisitor__expressionNode_closure0, A._EvaluateVisitor__closure2, A._EvaluateVisitor__closure1, A._EvaluateVisitor_run_closure, A._EvaluateVisitor_run__closure, A._EvaluateVisitor_runExpression_closure, A._EvaluateVisitor_runExpression__closure, A._EvaluateVisitor_runExpression___closure, A._EvaluateVisitor_runStatement_closure, A._EvaluateVisitor_runStatement__closure, A._EvaluateVisitor_runStatement___closure, A._EvaluateVisitor__loadModule_closure, A._EvaluateVisitor__loadModule_closure0, A._EvaluateVisitor__loadModule__closure0, A._EvaluateVisitor__execute_closure, A._EvaluateVisitor__extendModules_closure0, A._EvaluateVisitor_visitAtRootRule_closure, A._EvaluateVisitor_visitAtRootRule_closure0, A._EvaluateVisitor__scopeForAtRoot__closure, A._EvaluateVisitor_visitContentRule_closure, A._EvaluateVisitor_visitDeclaration_closure, A._EvaluateVisitor_visitEachRule_closure1, A._EvaluateVisitor_visitAtRule_closure0, A._EvaluateVisitor_visitAtRule_closure1, A._EvaluateVisitor_visitAtRule__closure, A._EvaluateVisitor_visitForRule_closure, A._EvaluateVisitor_visitForRule_closure0, A._EvaluateVisitor_visitForRule_closure1, A._EvaluateVisitor_visitForRule_closure2, A._EvaluateVisitor_visitForRule_closure3, A._EvaluateVisitor__registerCommentsForModule_closure, A._EvaluateVisitor_visitIfRule__closure, A._EvaluateVisitor__visitDynamicImport_closure, A._EvaluateVisitor__visitDynamicImport__closure2, A._EvaluateVisitor__applyMixin_closure, A._EvaluateVisitor__applyMixin__closure0, A._EvaluateVisitor__applyMixin_closure0, A._EvaluateVisitor__applyMixin__closure, A._EvaluateVisitor__applyMixin___closure, A._EvaluateVisitor__applyMixin____closure, A._EvaluateVisitor_visitIncludeRule_closure, A._EvaluateVisitor_visitIncludeRule_closure1, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitMediaRule__closure, A._EvaluateVisitor_visitMediaRule___closure, A._EvaluateVisitor_visitStyleRule_closure, A._EvaluateVisitor_visitStyleRule_closure2, A._EvaluateVisitor_visitStyleRule__closure, A._EvaluateVisitor_visitSupportsRule_closure, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitSupportsRule__closure, A._EvaluateVisitor__visitSupportsCondition_closure, A._EvaluateVisitor_visitVariableDeclaration_closure, A._EvaluateVisitor_visitVariableDeclaration_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure1, A._EvaluateVisitor_visitWarnRule_closure, A._EvaluateVisitor_visitWhileRule_closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure, A._EvaluateVisitor_visitVariableExpression_closure, A._EvaluateVisitor_visitUnaryOperationExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure1, A._EvaluateVisitor__visitCalculationExpression_closure, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure, A._EvaluateVisitor__runUserDefinedCallable_closure, A._EvaluateVisitor__runUserDefinedCallable__closure, A._EvaluateVisitor__runUserDefinedCallable___closure, A._EvaluateVisitor__runFunctionCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure0, A._EvaluateVisitor__verifyArguments_closure, A._EvaluateVisitor_visitCssAtRule_closure, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssMediaRule__closure, A._EvaluateVisitor_visitCssMediaRule___closure, A._EvaluateVisitor_visitCssStyleRule_closure0, A._EvaluateVisitor_visitCssStyleRule__closure, A._EvaluateVisitor_visitCssSupportsRule_closure, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor_visitCssSupportsRule__closure, A._EvaluateVisitor__serialize_closure, A._EvaluateVisitor__expressionNode_closure, A._SerializeVisitor_visitCssComment_closure, A._SerializeVisitor_visitCssAtRule_closure, A._SerializeVisitor_visitCssMediaRule_closure, A._SerializeVisitor_visitCssImport_closure, A._SerializeVisitor_visitCssImport__closure, A._SerializeVisitor_visitCssKeyframeBlock_closure, A._SerializeVisitor_visitCssStyleRule_closure, A._SerializeVisitor_visitCssSupportsRule_closure, A._SerializeVisitor_visitCssDeclaration_closure, A._SerializeVisitor_visitCssDeclaration_closure0, A._SerializeVisitor__writeLegacyColor_closure, A._SerializeVisitor__writeLegacyColor_closure0, A._SerializeVisitor__write_closure, A._SerializeVisitor__visitChildren_closure, A._SerializeVisitor__visitChildren_closure0, A.SingleMapping_SingleMapping$fromEntries_closure, A.SingleMapping_SingleMapping$fromEntries_closure0, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeLabel_closure, A.Highlighter__writeLabel_closure0, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.LazyTrace_terse_closure, A.Trace_Trace$from_closure, A.TransformByHandlers_transformByHandlers_closure, A.TransformByHandlers_transformByHandlers__closure0, A.TransformByHandlers_transformByHandlers__closure2, A.RateLimit__debounceAggregate_closure_emit, A.RateLimit__debounceAggregate__closure, A.argumentListClass_closure, A.JSToDartAsyncImporter_canonicalize_closure, A.JSToDartAsyncImporter_load_closure, A.AsyncEnvironment_setVariable_closure2, A.AsyncEnvironment_setVariable_closure4, A._EvaluateVisitor__closure14, A._EvaluateVisitor__closure13, A._EvaluateVisitor_run_closure2, A._EvaluateVisitor_run__closure2, A._EvaluateVisitor__loadModule_closure5, A._EvaluateVisitor__loadModule_closure6, A._EvaluateVisitor__loadModule__closure6, A._EvaluateVisitor__execute_closure2, A._EvaluateVisitor__extendModules_closure6, A._EvaluateVisitor_visitAtRootRule_closure5, A._EvaluateVisitor_visitAtRootRule_closure6, A._EvaluateVisitor__scopeForAtRoot__closure2, A._EvaluateVisitor_visitContentRule_closure2, A._EvaluateVisitor_visitDeclaration_closure2, A._EvaluateVisitor_visitEachRule_closure10, A._EvaluateVisitor_visitAtRule_closure12, A._EvaluateVisitor_visitAtRule_closure13, A._EvaluateVisitor_visitAtRule__closure2, A._EvaluateVisitor_visitForRule_closure14, A._EvaluateVisitor_visitForRule_closure15, A._EvaluateVisitor_visitForRule_closure16, A._EvaluateVisitor_visitForRule_closure17, A._EvaluateVisitor_visitForRule_closure18, A._EvaluateVisitor__registerCommentsForModule_closure2, A._EvaluateVisitor_visitIfRule__closure2, A._EvaluateVisitor__visitDynamicImport_closure2, A._EvaluateVisitor__visitDynamicImport__closure14, A._EvaluateVisitor__applyMixin_closure5, A._EvaluateVisitor__applyMixin__closure6, A._EvaluateVisitor__applyMixin_closure6, A._EvaluateVisitor__applyMixin__closure5, A._EvaluateVisitor__applyMixin___closure2, A._EvaluateVisitor__applyMixin____closure2, A._EvaluateVisitor_visitIncludeRule_closure8, A._EvaluateVisitor_visitIncludeRule_closure10, A._EvaluateVisitor_visitMediaRule_closure11, A._EvaluateVisitor_visitMediaRule_closure13, A._EvaluateVisitor_visitMediaRule__closure2, A._EvaluateVisitor_visitMediaRule___closure2, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule_closure14, A._EvaluateVisitor_visitStyleRule__closure2, A._EvaluateVisitor_visitSupportsRule_closure8, A._EvaluateVisitor_visitSupportsRule_closure9, A._EvaluateVisitor_visitSupportsRule__closure2, A._EvaluateVisitor__visitSupportsCondition_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure8, A._EvaluateVisitor_visitVariableDeclaration_closure9, A._EvaluateVisitor_visitVariableDeclaration_closure10, A._EvaluateVisitor_visitWarnRule_closure2, A._EvaluateVisitor_visitWhileRule_closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure2, A._EvaluateVisitor_visitVariableExpression_closure2, A._EvaluateVisitor_visitUnaryOperationExpression_closure2, A._EvaluateVisitor_visitFunctionExpression_closure8, A._EvaluateVisitor_visitFunctionExpression_closure10, A._EvaluateVisitor__visitCalculationExpression_closure2, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable_closure2, A._EvaluateVisitor__runUserDefinedCallable__closure2, A._EvaluateVisitor__runUserDefinedCallable___closure2, A._EvaluateVisitor__runFunctionCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure8, A._EvaluateVisitor__runBuiltInCallable_closure9, A._EvaluateVisitor__verifyArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure8, A._EvaluateVisitor_visitCssAtRule_closure9, A._EvaluateVisitor_visitCssKeyframeBlock_closure5, A._EvaluateVisitor_visitCssMediaRule_closure11, A._EvaluateVisitor_visitCssMediaRule_closure13, A._EvaluateVisitor_visitCssMediaRule__closure2, A._EvaluateVisitor_visitCssMediaRule___closure2, A._EvaluateVisitor_visitCssStyleRule_closure6, A._EvaluateVisitor_visitCssStyleRule__closure2, A._EvaluateVisitor_visitCssSupportsRule_closure8, A._EvaluateVisitor_visitCssSupportsRule_closure9, A._EvaluateVisitor_visitCssSupportsRule__closure2, A._EvaluateVisitor__serialize_closure2, A._EvaluateVisitor__expressionNode_closure2, A.JSToDartAsyncFileImporter_canonicalize_closure, A.AsyncImportCache_canonicalize_closure0, A.AsyncImportCache__canonicalize_closure0, A.AsyncImportCache_importCanonical_closure0, A.AtRootQueryParser_parse_closure0, A.booleanClass_closure, A.legacyBooleanClass_closure, A.calculationClass_closure, A.calculationOperationClass_closure, A.calculationInterpolationClass_closure, A._changeColor_closure0, A.colorClass_closure, A.compileAsync_closure, A.compileStringAsync_closure, A._parseFunctions___closure6, A._parseFunctions___closure5, A.nodePackageImporterClass_closure, A.compilerClass_closure, A.asyncCompilerClass_closure, A.asyncCompilerClass___closure, A.initAsyncCompiler_closure, A.deprecations_closure, A.parseDeprecations_closure, A.versionClass_closure, A.Environment_setVariable_closure2, A.Environment_setVariable_closure4, A._EvaluateVisitor__closure10, A._EvaluateVisitor__closure9, A._EvaluateVisitor_run_closure1, A._EvaluateVisitor_run__closure1, A._EvaluateVisitor__loadModule_closure3, A._EvaluateVisitor__loadModule_closure4, A._EvaluateVisitor__loadModule__closure4, A._EvaluateVisitor__execute_closure1, A._EvaluateVisitor__extendModules_closure4, A._EvaluateVisitor_visitAtRootRule_closure3, A._EvaluateVisitor_visitAtRootRule_closure4, A._EvaluateVisitor__scopeForAtRoot__closure1, A._EvaluateVisitor_visitContentRule_closure1, A._EvaluateVisitor_visitDeclaration_closure1, A._EvaluateVisitor_visitEachRule_closure7, A._EvaluateVisitor_visitAtRule_closure8, A._EvaluateVisitor_visitAtRule_closure9, A._EvaluateVisitor_visitAtRule__closure1, A._EvaluateVisitor_visitForRule_closure9, A._EvaluateVisitor_visitForRule_closure10, A._EvaluateVisitor_visitForRule_closure11, A._EvaluateVisitor_visitForRule_closure12, A._EvaluateVisitor_visitForRule_closure13, A._EvaluateVisitor__registerCommentsForModule_closure1, A._EvaluateVisitor_visitIfRule__closure1, A._EvaluateVisitor__visitDynamicImport_closure1, A._EvaluateVisitor__visitDynamicImport__closure10, A._EvaluateVisitor__applyMixin_closure3, A._EvaluateVisitor__applyMixin__closure4, A._EvaluateVisitor__applyMixin_closure4, A._EvaluateVisitor__applyMixin__closure3, A._EvaluateVisitor__applyMixin___closure1, A._EvaluateVisitor__applyMixin____closure1, A._EvaluateVisitor_visitIncludeRule_closure5, A._EvaluateVisitor_visitIncludeRule_closure7, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitMediaRule_closure9, A._EvaluateVisitor_visitMediaRule__closure1, A._EvaluateVisitor_visitMediaRule___closure1, A._EvaluateVisitor_visitStyleRule_closure7, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule__closure1, A._EvaluateVisitor_visitSupportsRule_closure5, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitSupportsRule__closure1, A._EvaluateVisitor__visitSupportsCondition_closure1, A._EvaluateVisitor_visitVariableDeclaration_closure5, A._EvaluateVisitor_visitVariableDeclaration_closure6, A._EvaluateVisitor_visitVariableDeclaration_closure7, A._EvaluateVisitor_visitWarnRule_closure1, A._EvaluateVisitor_visitWhileRule_closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure1, A._EvaluateVisitor_visitVariableExpression_closure1, A._EvaluateVisitor_visitUnaryOperationExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure5, A._EvaluateVisitor_visitFunctionExpression_closure7, A._EvaluateVisitor__visitCalculationExpression_closure1, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable_closure1, A._EvaluateVisitor__runUserDefinedCallable__closure1, A._EvaluateVisitor__runUserDefinedCallable___closure1, A._EvaluateVisitor__runFunctionCallable_closure1, A._EvaluateVisitor__runBuiltInCallable_closure5, A._EvaluateVisitor__runBuiltInCallable_closure6, A._EvaluateVisitor__verifyArguments_closure1, A._EvaluateVisitor_visitCssAtRule_closure5, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure3, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssMediaRule_closure9, A._EvaluateVisitor_visitCssMediaRule__closure1, A._EvaluateVisitor_visitCssMediaRule___closure1, A._EvaluateVisitor_visitCssStyleRule_closure4, A._EvaluateVisitor_visitCssStyleRule__closure1, A._EvaluateVisitor_visitCssSupportsRule_closure5, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor_visitCssSupportsRule__closure1, A._EvaluateVisitor__serialize_closure1, A._EvaluateVisitor__expressionNode_closure1, A.exceptionClass_closure, A.ExtensionStore__registerSelector_closure0, A.ExtensionStore_addExtension_closure2, A.ExtensionStore_addExtension_closure3, A.ExtensionStore_addExtension_closure4, A.ExtensionStore__extendExistingExtensions_closure1, A.ExtensionStore__extendExistingExtensions_closure2, A.ExtensionStore_addExtensions_closure0, A.ExtensionStore_clone__closure0, A.JSToDartFileImporter_canonicalize_closure, A.functionClass_closure, A.IfConditionOperation_toInterpolation_closure0, A.NodeImporter_load_closure, A.NodeImporter__tryPath_closure, A.NodeImporter__callImporterAsync_closure, A.ImportCache_canonicalize_closure0, A.ImportCache__canonicalize_closure0, A.ImportCache_importCanonical_closure0, A._realCasePath_helper_closure0, A._readFile_closure0, A.fileExists_closure0, A.dirExists_closure0, A.linkExists_closure0, A.listDir_closure0, A.realpath_closure0, A.JSToDartLogger_internalWarn_closure, A.JSToDartLogger_debug_closure, A.KeyframeSelectorParser_parse_closure0, A.render_closure, A._parseFunctions____closure, A._parseFunctions___closure3, A._parseFunctions___closure4, A._parseFunctions___closure1, A._parseFunctions___closure0, A._parseImporter____closure, A._parseImporter___closure0, A.listClass_closure, A.mapClass_closure, A.MediaQueryParser_parse_closure0, A.mixinClass_closure, A.legacyNullClass_closure, A.numberClass_closure, A.SassNumber__coerceOrConvertValue_compatibilityException0, A.SassNumber__coerceOrConvertValue_closure4, A.SassNumber__coerceOrConvertValue_closure6, A.SassNumber_multiplyUnits_closure4, A.SassNumber_multiplyUnits_closure6, A._updateLazyFileSpanPrototype_closure, A.Parser__parseIdentifier_closure0, A.Parser_spanFrom_closure0, A.Parser_spanFromPosition_closure0, A.PseudoSelector_specificity_closure0, A.SassParser_children_closure0, A.SelectorParser_parse_closure0, A.SelectorParser_parseCompoundSelector_closure0, A._SerializeVisitor_visitCssComment_closure0, A._SerializeVisitor_visitCssAtRule_closure0, A._SerializeVisitor_visitCssMediaRule_closure0, A._SerializeVisitor_visitCssImport_closure0, A._SerializeVisitor_visitCssImport__closure0, A._SerializeVisitor_visitCssKeyframeBlock_closure0, A._SerializeVisitor_visitCssStyleRule_closure0, A._SerializeVisitor_visitCssSupportsRule_closure0, A._SerializeVisitor_visitCssDeclaration_closure1, A._SerializeVisitor_visitCssDeclaration_closure2, A._SerializeVisitor__writeLegacyColor_closure1, A._SerializeVisitor__writeLegacyColor_closure2, A._SerializeVisitor__write_closure0, A._SerializeVisitor__visitChildren_closure1, A._SerializeVisitor__visitChildren_closure2, A.SingleUnitSassNumber_multiplyUnits_closure2, A.updateSourceSpanPrototype_closure, A.stringClass_closure, A.StylesheetParser_parse_closure0, A.StylesheetParser_parse__closure0, A.StylesheetParser_parseParameterList_closure0, A.StylesheetParser__parseSingleProduction_closure0, A.StylesheetParser_parseSignature_closure, A.StylesheetParser__statement_closure0, A.StylesheetParser_variableDeclarationWithoutNamespace_closure1, A.StylesheetParser_variableDeclarationWithoutNamespace_closure2, A.StylesheetParser__declarationOrBuffer_closure3, A.StylesheetParser__declarationOrBuffer_closure4, A.StylesheetParser__declarationOrBuffer_closure6, A.StylesheetParser__propertyOrVariableDeclaration_closure0, A.StylesheetParser__forRule_closure1, A.StylesheetParser__memberList_closure0, A.StylesheetParser_mozDocumentRule_closure1, A.StylesheetParser__expression_resetState0, A.StylesheetParser__expression_resolveOneOperation0, A.StylesheetParser__expression_resolveOperations0, A.StylesheetParser__expression_resolveSpaceExpressions0, A.StylesheetParser_expressionUntilComma_closure0, A.StylesheetParser_interpolatedStringToken_closure0, A.StylesheetParser_namespacedExpression_closure0, A.StylesheetParser__interpolatedDeclarationValue_closure0, A.StylesheetParser__expressionUntilComparison_closure0, A.StylesheetParser__publicIdentifier_closure0, A.JSToDartImporter_canonicalize_closure, A.JSToDartImporter_load_closure, A.resolveImportPath_closure1, A.resolveImportPath_closure2, A._tryPathAsDirectory_closure0, A.valueClass_closure]);
|
|
130641
|
+
_inheritMany(A.Closure0Args, [A.nullFuture_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainCoreFuture_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteErrorObject_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_length_closure0, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._Utf8Decoder__decoder_closure, A._Utf8Decoder__decoderNonfatal_closure, A.Parser__setOption_closure, A.StreamGroup_add_closure, A.StreamGroup_add_closure0, A.StreamGroup__listenToStream_closure, A.StreamQueue__ensureListening_closure0, A._isStrictMode_closure, A.ReplAdapter_runAsync_closure, A.ParsedPath__splitExtension_closure0, A.IfConditionOperation_toInterpolation_closure, A.PseudoSelector_specificity_closure, A.AsyncEnvironment_setVariable_closure, A.AsyncEnvironment_setVariable_closure1, A.AsyncImportCache_canonicalize_closure, A.AsyncImportCache__canonicalize_closure, A.AsyncImportCache_importCanonical_closure, A.Environment_setVariable_closure, A.Environment_setVariable_closure1, A.ExecutableOptions__parser_closure, A.ExecutableOptions_interactive_closure, A.ExecutableOptions_fatalDeprecations_closure, A.ExtensionStore__registerSelector_closure, A.ExtensionStore_addExtension_closure, A.ExtensionStore_addExtension_closure0, A.ExtensionStore_addExtension_closure1, A.ExtensionStore__extendExistingExtensions_closure, A.ExtensionStore__extendExistingExtensions_closure0, A.ExtensionStore_addExtensions_closure, A.ExtensionStore_clone__closure, A._changeColor_closure, A.ImportCache_canonicalize_closure, A.ImportCache__canonicalize_closure, A.ImportCache_importCanonical_closure, A.resolveImportPath_closure, A.resolveImportPath_closure0, A._tryPathAsDirectory_closure, A._realCasePath_helper_closure, A._readFile_closure, A.writeFile_closure, A.deleteFile_closure, A.fileExists_closure, A.dirExists_closure, A.linkExists_closure, A.ensureDir_closure, A.listDir_closure, A.realpath_closure, A.modificationTime_closure, A.setModificationTime_closure, A.watchDir_closure, A.watchDir_closure5, A.watchDir__closure, A.AtRootQueryParser_parse_closure, A.KeyframeSelectorParser_parse_closure, A.MediaQueryParser_parse_closure, A.Parser__parseIdentifier_closure, A.Parser_spanFrom_closure, A.Parser_spanFromPosition_closure, A.SassParser_children_closure, A.SelectorParser_parse_closure, A.SelectorParser_parseCompoundSelector_closure, A.StylesheetParser_parse_closure, A.StylesheetParser_parse__closure, A.StylesheetParser_parseParameterList_closure, A.StylesheetParser_parseVariableDeclaration_closure, A.StylesheetParser_parseUseRule_closure, A.StylesheetParser__parseSingleProduction_closure, A.StylesheetParser__statement_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure, A.StylesheetParser_variableDeclarationWithoutNamespace_closure0, A.StylesheetParser__declarationOrBuffer_closure, A.StylesheetParser__declarationOrBuffer_closure0, A.StylesheetParser__declarationOrBuffer_closure2, A.StylesheetParser__propertyOrVariableDeclaration_closure, A.StylesheetParser__forRule_closure, A.StylesheetParser__memberList_closure, A.StylesheetParser_mozDocumentRule_closure, A.StylesheetParser__expression_resetState, A.StylesheetParser__expression_resolveOneOperation, A.StylesheetParser__expression_resolveOperations, A.StylesheetParser__expression_resolveSpaceExpressions, A.StylesheetParser_expressionUntilComma_closure, A.StylesheetParser_interpolatedStringToken_closure, A.StylesheetParser_namespacedExpression_closure, A.StylesheetParser__interpolatedDeclarationValue_closure, A.StylesheetParser__expressionUntilComparison_closure, A.StylesheetParser__publicIdentifier_closure, A.StylesheetGraph_modifiedSince_transitiveModificationTime_closure, A.StylesheetGraph__add_closure, A.StylesheetGraph_addCanonical_closure, A.StylesheetGraph_reload_closure, A.StylesheetGraph__nodeFor_closure, A.StylesheetGraph__nodeFor_closure0, A.SassNumber__coerceOrConvertValue_compatibilityException, A.SassNumber__coerceOrConvertValue_closure0, A.SassNumber__coerceOrConvertValue_closure2, A.SassNumber_multiplyUnits_closure0, A.SassNumber_multiplyUnits_closure2, A.SingleUnitSassNumber_multiplyUnits_closure0, A._EvaluateVisitor__closure6, A._EvaluateVisitor__closure5, A._EvaluateVisitor_run_closure0, A._EvaluateVisitor_run__closure0, A._EvaluateVisitor__loadModule_closure1, A._EvaluateVisitor__loadModule_closure2, A._EvaluateVisitor__loadModule__closure2, A._EvaluateVisitor__execute_closure0, A._EvaluateVisitor__extendModules_closure2, A._EvaluateVisitor_visitAtRootRule_closure1, A._EvaluateVisitor_visitAtRootRule_closure2, A._EvaluateVisitor__scopeForAtRoot__closure0, A._EvaluateVisitor_visitContentRule_closure0, A._EvaluateVisitor_visitDeclaration_closure0, A._EvaluateVisitor_visitEachRule_closure4, A._EvaluateVisitor_visitAtRule_closure4, A._EvaluateVisitor_visitAtRule_closure5, A._EvaluateVisitor_visitAtRule__closure0, A._EvaluateVisitor_visitForRule_closure4, A._EvaluateVisitor_visitForRule_closure5, A._EvaluateVisitor_visitForRule_closure6, A._EvaluateVisitor_visitForRule_closure7, A._EvaluateVisitor_visitForRule_closure8, A._EvaluateVisitor__registerCommentsForModule_closure0, A._EvaluateVisitor_visitIfRule__closure0, A._EvaluateVisitor__visitDynamicImport_closure0, A._EvaluateVisitor__visitDynamicImport__closure6, A._EvaluateVisitor__applyMixin_closure1, A._EvaluateVisitor__applyMixin__closure2, A._EvaluateVisitor__applyMixin_closure2, A._EvaluateVisitor__applyMixin__closure1, A._EvaluateVisitor__applyMixin___closure0, A._EvaluateVisitor__applyMixin____closure0, A._EvaluateVisitor_visitIncludeRule_closure2, A._EvaluateVisitor_visitIncludeRule_closure4, A._EvaluateVisitor_visitMediaRule_closure3, A._EvaluateVisitor_visitMediaRule_closure5, A._EvaluateVisitor_visitMediaRule__closure0, A._EvaluateVisitor_visitMediaRule___closure0, A._EvaluateVisitor_visitStyleRule_closure3, A._EvaluateVisitor_visitStyleRule_closure6, A._EvaluateVisitor_visitStyleRule__closure0, A._EvaluateVisitor_visitSupportsRule_closure2, A._EvaluateVisitor_visitSupportsRule_closure3, A._EvaluateVisitor_visitSupportsRule__closure0, A._EvaluateVisitor__visitSupportsCondition_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure3, A._EvaluateVisitor_visitVariableDeclaration_closure4, A._EvaluateVisitor_visitWarnRule_closure0, A._EvaluateVisitor_visitWhileRule_closure0, A._EvaluateVisitor_visitBinaryOperationExpression_closure0, A._EvaluateVisitor_visitVariableExpression_closure0, A._EvaluateVisitor_visitUnaryOperationExpression_closure0, A._EvaluateVisitor_visitFunctionExpression_closure2, A._EvaluateVisitor_visitFunctionExpression_closure4, A._EvaluateVisitor__visitCalculationExpression_closure0, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure0, A._EvaluateVisitor__runUserDefinedCallable_closure0, A._EvaluateVisitor__runUserDefinedCallable__closure0, A._EvaluateVisitor__runUserDefinedCallable___closure0, A._EvaluateVisitor__runFunctionCallable_closure0, A._EvaluateVisitor__runBuiltInCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure3, A._EvaluateVisitor__verifyArguments_closure0, A._EvaluateVisitor_visitCssAtRule_closure2, A._EvaluateVisitor_visitCssAtRule_closure3, A._EvaluateVisitor_visitCssKeyframeBlock_closure1, A._EvaluateVisitor_visitCssMediaRule_closure3, A._EvaluateVisitor_visitCssMediaRule_closure5, A._EvaluateVisitor_visitCssMediaRule__closure0, A._EvaluateVisitor_visitCssMediaRule___closure0, A._EvaluateVisitor_visitCssStyleRule_closure2, A._EvaluateVisitor_visitCssStyleRule__closure0, A._EvaluateVisitor_visitCssSupportsRule_closure2, A._EvaluateVisitor_visitCssSupportsRule_closure3, A._EvaluateVisitor_visitCssSupportsRule__closure0, A._EvaluateVisitor__serialize_closure0, A._EvaluateVisitor__expressionNode_closure0, A._EvaluateVisitor__closure2, A._EvaluateVisitor__closure1, A._EvaluateVisitor_run_closure, A._EvaluateVisitor_run__closure, A._EvaluateVisitor_runExpression_closure, A._EvaluateVisitor_runExpression__closure, A._EvaluateVisitor_runExpression___closure, A._EvaluateVisitor_runStatement_closure, A._EvaluateVisitor_runStatement__closure, A._EvaluateVisitor_runStatement___closure, A._EvaluateVisitor__loadModule_closure, A._EvaluateVisitor__loadModule_closure0, A._EvaluateVisitor__loadModule__closure0, A._EvaluateVisitor__execute_closure, A._EvaluateVisitor__extendModules_closure0, A._EvaluateVisitor_visitAtRootRule_closure, A._EvaluateVisitor_visitAtRootRule_closure0, A._EvaluateVisitor__scopeForAtRoot__closure, A._EvaluateVisitor_visitContentRule_closure, A._EvaluateVisitor_visitDeclaration_closure, A._EvaluateVisitor_visitEachRule_closure1, A._EvaluateVisitor_visitAtRule_closure0, A._EvaluateVisitor_visitAtRule_closure1, A._EvaluateVisitor_visitAtRule__closure, A._EvaluateVisitor_visitForRule_closure, A._EvaluateVisitor_visitForRule_closure0, A._EvaluateVisitor_visitForRule_closure1, A._EvaluateVisitor_visitForRule_closure2, A._EvaluateVisitor_visitForRule_closure3, A._EvaluateVisitor__registerCommentsForModule_closure, A._EvaluateVisitor_visitIfRule__closure, A._EvaluateVisitor__visitDynamicImport_closure, A._EvaluateVisitor__visitDynamicImport__closure2, A._EvaluateVisitor__applyMixin_closure, A._EvaluateVisitor__applyMixin__closure0, A._EvaluateVisitor__applyMixin_closure0, A._EvaluateVisitor__applyMixin__closure, A._EvaluateVisitor__applyMixin___closure, A._EvaluateVisitor__applyMixin____closure, A._EvaluateVisitor_visitIncludeRule_closure, A._EvaluateVisitor_visitIncludeRule_closure1, A._EvaluateVisitor_visitMediaRule_closure, A._EvaluateVisitor_visitMediaRule_closure1, A._EvaluateVisitor_visitMediaRule__closure, A._EvaluateVisitor_visitMediaRule___closure, A._EvaluateVisitor_visitStyleRule_closure, A._EvaluateVisitor_visitStyleRule_closure2, A._EvaluateVisitor_visitStyleRule__closure, A._EvaluateVisitor_visitSupportsRule_closure, A._EvaluateVisitor_visitSupportsRule_closure0, A._EvaluateVisitor_visitSupportsRule__closure, A._EvaluateVisitor__visitSupportsCondition_closure, A._EvaluateVisitor_visitVariableDeclaration_closure, A._EvaluateVisitor_visitVariableDeclaration_closure0, A._EvaluateVisitor_visitVariableDeclaration_closure1, A._EvaluateVisitor_visitWarnRule_closure, A._EvaluateVisitor_visitWhileRule_closure, A._EvaluateVisitor_visitBinaryOperationExpression_closure, A._EvaluateVisitor_visitVariableExpression_closure, A._EvaluateVisitor_visitUnaryOperationExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure, A._EvaluateVisitor_visitFunctionExpression_closure1, A._EvaluateVisitor__visitCalculationExpression_closure, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure, A._EvaluateVisitor__runUserDefinedCallable_closure, A._EvaluateVisitor__runUserDefinedCallable__closure, A._EvaluateVisitor__runUserDefinedCallable___closure, A._EvaluateVisitor__runFunctionCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure, A._EvaluateVisitor__runBuiltInCallable_closure0, A._EvaluateVisitor__verifyArguments_closure, A._EvaluateVisitor_visitCssAtRule_closure, A._EvaluateVisitor_visitCssAtRule_closure0, A._EvaluateVisitor_visitCssKeyframeBlock_closure, A._EvaluateVisitor_visitCssMediaRule_closure, A._EvaluateVisitor_visitCssMediaRule_closure1, A._EvaluateVisitor_visitCssMediaRule__closure, A._EvaluateVisitor_visitCssMediaRule___closure, A._EvaluateVisitor_visitCssStyleRule_closure0, A._EvaluateVisitor_visitCssStyleRule__closure, A._EvaluateVisitor_visitCssSupportsRule_closure, A._EvaluateVisitor_visitCssSupportsRule_closure0, A._EvaluateVisitor_visitCssSupportsRule__closure, A._EvaluateVisitor__serialize_closure, A._EvaluateVisitor__expressionNode_closure, A._SerializeVisitor_visitCssComment_closure, A._SerializeVisitor_visitCssAtRule_closure, A._SerializeVisitor_visitCssMediaRule_closure, A._SerializeVisitor_visitCssImport_closure, A._SerializeVisitor_visitCssImport__closure, A._SerializeVisitor_visitCssKeyframeBlock_closure, A._SerializeVisitor_visitCssStyleRule_closure, A._SerializeVisitor_visitCssSupportsRule_closure, A._SerializeVisitor_visitCssDeclaration_closure, A._SerializeVisitor_visitCssDeclaration_closure0, A._SerializeVisitor__writeLegacyColor_closure, A._SerializeVisitor__writeLegacyColor_closure0, A._SerializeVisitor__write_closure, A._SerializeVisitor__visitChildren_closure, A._SerializeVisitor__visitChildren_closure0, A.SingleMapping_SingleMapping$fromEntries_closure, A.SingleMapping_SingleMapping$fromEntries_closure0, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeLabel_closure, A.Highlighter__writeLabel_closure0, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.LazyTrace_terse_closure, A.Trace_Trace$from_closure, A.TransformByHandlers_transformByHandlers_closure, A.TransformByHandlers_transformByHandlers__closure0, A.TransformByHandlers_transformByHandlers__closure2, A.RateLimit__debounceAggregate_closure_emit, A.RateLimit__debounceAggregate__closure, A.argumentListClass_closure, A.JSToDartAsyncImporter_canonicalize_closure, A.JSToDartAsyncImporter_load_closure, A.AsyncEnvironment_setVariable_closure2, A.AsyncEnvironment_setVariable_closure4, A._EvaluateVisitor__closure14, A._EvaluateVisitor__closure13, A._EvaluateVisitor_run_closure2, A._EvaluateVisitor_run__closure2, A._EvaluateVisitor__loadModule_closure5, A._EvaluateVisitor__loadModule_closure6, A._EvaluateVisitor__loadModule__closure6, A._EvaluateVisitor__execute_closure2, A._EvaluateVisitor__extendModules_closure6, A._EvaluateVisitor_visitAtRootRule_closure5, A._EvaluateVisitor_visitAtRootRule_closure6, A._EvaluateVisitor__scopeForAtRoot__closure2, A._EvaluateVisitor_visitContentRule_closure2, A._EvaluateVisitor_visitDeclaration_closure2, A._EvaluateVisitor_visitEachRule_closure10, A._EvaluateVisitor_visitAtRule_closure12, A._EvaluateVisitor_visitAtRule_closure13, A._EvaluateVisitor_visitAtRule__closure2, A._EvaluateVisitor_visitForRule_closure14, A._EvaluateVisitor_visitForRule_closure15, A._EvaluateVisitor_visitForRule_closure16, A._EvaluateVisitor_visitForRule_closure17, A._EvaluateVisitor_visitForRule_closure18, A._EvaluateVisitor__registerCommentsForModule_closure2, A._EvaluateVisitor_visitIfRule__closure2, A._EvaluateVisitor__visitDynamicImport_closure2, A._EvaluateVisitor__visitDynamicImport__closure14, A._EvaluateVisitor__applyMixin_closure5, A._EvaluateVisitor__applyMixin__closure6, A._EvaluateVisitor__applyMixin_closure6, A._EvaluateVisitor__applyMixin__closure5, A._EvaluateVisitor__applyMixin___closure2, A._EvaluateVisitor__applyMixin____closure2, A._EvaluateVisitor_visitIncludeRule_closure8, A._EvaluateVisitor_visitIncludeRule_closure10, A._EvaluateVisitor_visitMediaRule_closure11, A._EvaluateVisitor_visitMediaRule_closure13, A._EvaluateVisitor_visitMediaRule__closure2, A._EvaluateVisitor_visitMediaRule___closure2, A._EvaluateVisitor_visitStyleRule_closure11, A._EvaluateVisitor_visitStyleRule_closure14, A._EvaluateVisitor_visitStyleRule__closure2, A._EvaluateVisitor_visitSupportsRule_closure8, A._EvaluateVisitor_visitSupportsRule_closure9, A._EvaluateVisitor_visitSupportsRule__closure2, A._EvaluateVisitor__visitSupportsCondition_closure2, A._EvaluateVisitor_visitVariableDeclaration_closure8, A._EvaluateVisitor_visitVariableDeclaration_closure9, A._EvaluateVisitor_visitVariableDeclaration_closure10, A._EvaluateVisitor_visitWarnRule_closure2, A._EvaluateVisitor_visitWhileRule_closure2, A._EvaluateVisitor_visitBinaryOperationExpression_closure2, A._EvaluateVisitor_visitVariableExpression_closure2, A._EvaluateVisitor_visitUnaryOperationExpression_closure2, A._EvaluateVisitor_visitFunctionExpression_closure8, A._EvaluateVisitor_visitFunctionExpression_closure10, A._EvaluateVisitor__visitCalculationExpression_closure2, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure2, A._EvaluateVisitor__runUserDefinedCallable_closure2, A._EvaluateVisitor__runUserDefinedCallable__closure2, A._EvaluateVisitor__runUserDefinedCallable___closure2, A._EvaluateVisitor__runFunctionCallable_closure2, A._EvaluateVisitor__runBuiltInCallable_closure8, A._EvaluateVisitor__runBuiltInCallable_closure9, A._EvaluateVisitor__verifyArguments_closure2, A._EvaluateVisitor_visitCssAtRule_closure8, A._EvaluateVisitor_visitCssAtRule_closure9, A._EvaluateVisitor_visitCssKeyframeBlock_closure5, A._EvaluateVisitor_visitCssMediaRule_closure11, A._EvaluateVisitor_visitCssMediaRule_closure13, A._EvaluateVisitor_visitCssMediaRule__closure2, A._EvaluateVisitor_visitCssMediaRule___closure2, A._EvaluateVisitor_visitCssStyleRule_closure6, A._EvaluateVisitor_visitCssStyleRule__closure2, A._EvaluateVisitor_visitCssSupportsRule_closure8, A._EvaluateVisitor_visitCssSupportsRule_closure9, A._EvaluateVisitor_visitCssSupportsRule__closure2, A._EvaluateVisitor__serialize_closure2, A._EvaluateVisitor__expressionNode_closure2, A.JSToDartAsyncFileImporter_canonicalize_closure, A.AsyncImportCache_canonicalize_closure0, A.AsyncImportCache__canonicalize_closure0, A.AsyncImportCache_importCanonical_closure0, A.AtRootQueryParser_parse_closure0, A.booleanClass_closure, A.legacyBooleanClass_closure, A.calculationClass_closure, A.calculationOperationClass_closure, A.calculationInterpolationClass_closure, A._changeColor_closure0, A.colorClass_closure, A.compileAsync_closure, A.compileStringAsync_closure, A._parseFunctions___closure6, A._parseFunctions___closure5, A.nodePackageImporterClass_closure, A.compilerClass_closure, A.asyncCompilerClass_closure, A.asyncCompilerClass___closure, A.initAsyncCompiler_closure, A.deprecations_closure, A.parseDeprecations_closure, A.versionClass_closure, A.Environment_setVariable_closure2, A.Environment_setVariable_closure4, A._EvaluateVisitor__closure10, A._EvaluateVisitor__closure9, A._EvaluateVisitor_run_closure1, A._EvaluateVisitor_run__closure1, A._EvaluateVisitor__loadModule_closure3, A._EvaluateVisitor__loadModule_closure4, A._EvaluateVisitor__loadModule__closure4, A._EvaluateVisitor__execute_closure1, A._EvaluateVisitor__extendModules_closure4, A._EvaluateVisitor_visitAtRootRule_closure3, A._EvaluateVisitor_visitAtRootRule_closure4, A._EvaluateVisitor__scopeForAtRoot__closure1, A._EvaluateVisitor_visitContentRule_closure1, A._EvaluateVisitor_visitDeclaration_closure1, A._EvaluateVisitor_visitEachRule_closure7, A._EvaluateVisitor_visitAtRule_closure8, A._EvaluateVisitor_visitAtRule_closure9, A._EvaluateVisitor_visitAtRule__closure1, A._EvaluateVisitor_visitForRule_closure9, A._EvaluateVisitor_visitForRule_closure10, A._EvaluateVisitor_visitForRule_closure11, A._EvaluateVisitor_visitForRule_closure12, A._EvaluateVisitor_visitForRule_closure13, A._EvaluateVisitor__registerCommentsForModule_closure1, A._EvaluateVisitor_visitIfRule__closure1, A._EvaluateVisitor__visitDynamicImport_closure1, A._EvaluateVisitor__visitDynamicImport__closure10, A._EvaluateVisitor__applyMixin_closure3, A._EvaluateVisitor__applyMixin__closure4, A._EvaluateVisitor__applyMixin_closure4, A._EvaluateVisitor__applyMixin__closure3, A._EvaluateVisitor__applyMixin___closure1, A._EvaluateVisitor__applyMixin____closure1, A._EvaluateVisitor_visitIncludeRule_closure5, A._EvaluateVisitor_visitIncludeRule_closure7, A._EvaluateVisitor_visitMediaRule_closure7, A._EvaluateVisitor_visitMediaRule_closure9, A._EvaluateVisitor_visitMediaRule__closure1, A._EvaluateVisitor_visitMediaRule___closure1, A._EvaluateVisitor_visitStyleRule_closure7, A._EvaluateVisitor_visitStyleRule_closure10, A._EvaluateVisitor_visitStyleRule__closure1, A._EvaluateVisitor_visitSupportsRule_closure5, A._EvaluateVisitor_visitSupportsRule_closure6, A._EvaluateVisitor_visitSupportsRule__closure1, A._EvaluateVisitor__visitSupportsCondition_closure1, A._EvaluateVisitor_visitVariableDeclaration_closure5, A._EvaluateVisitor_visitVariableDeclaration_closure6, A._EvaluateVisitor_visitVariableDeclaration_closure7, A._EvaluateVisitor_visitWarnRule_closure1, A._EvaluateVisitor_visitWhileRule_closure1, A._EvaluateVisitor_visitBinaryOperationExpression_closure1, A._EvaluateVisitor_visitVariableExpression_closure1, A._EvaluateVisitor_visitUnaryOperationExpression_closure1, A._EvaluateVisitor_visitFunctionExpression_closure5, A._EvaluateVisitor_visitFunctionExpression_closure7, A._EvaluateVisitor__visitCalculationExpression_closure1, A._EvaluateVisitor_visitInterpolatedFunctionExpression_closure1, A._EvaluateVisitor__runUserDefinedCallable_closure1, A._EvaluateVisitor__runUserDefinedCallable__closure1, A._EvaluateVisitor__runUserDefinedCallable___closure1, A._EvaluateVisitor__runFunctionCallable_closure1, A._EvaluateVisitor__runBuiltInCallable_closure5, A._EvaluateVisitor__runBuiltInCallable_closure6, A._EvaluateVisitor__verifyArguments_closure1, A._EvaluateVisitor_visitCssAtRule_closure5, A._EvaluateVisitor_visitCssAtRule_closure6, A._EvaluateVisitor_visitCssKeyframeBlock_closure3, A._EvaluateVisitor_visitCssMediaRule_closure7, A._EvaluateVisitor_visitCssMediaRule_closure9, A._EvaluateVisitor_visitCssMediaRule__closure1, A._EvaluateVisitor_visitCssMediaRule___closure1, A._EvaluateVisitor_visitCssStyleRule_closure4, A._EvaluateVisitor_visitCssStyleRule__closure1, A._EvaluateVisitor_visitCssSupportsRule_closure5, A._EvaluateVisitor_visitCssSupportsRule_closure6, A._EvaluateVisitor_visitCssSupportsRule__closure1, A._EvaluateVisitor__serialize_closure1, A._EvaluateVisitor__expressionNode_closure1, A.exceptionClass_closure, A.ExtensionStore__registerSelector_closure0, A.ExtensionStore_addExtension_closure2, A.ExtensionStore_addExtension_closure3, A.ExtensionStore_addExtension_closure4, A.ExtensionStore__extendExistingExtensions_closure1, A.ExtensionStore__extendExistingExtensions_closure2, A.ExtensionStore_addExtensions_closure0, A.ExtensionStore_clone__closure0, A.JSToDartFileImporter_canonicalize_closure, A.functionClass_closure, A.IfConditionOperation_toInterpolation_closure0, A.NodeImporter_load_closure, A.NodeImporter__tryPath_closure, A.NodeImporter__callImporterAsync_closure, A.ImportCache_canonicalize_closure0, A.ImportCache__canonicalize_closure0, A.ImportCache_importCanonical_closure0, A._realCasePath_helper_closure0, A._readFile_closure0, A.fileExists_closure0, A.dirExists_closure0, A.linkExists_closure0, A.listDir_closure0, A.realpath_closure0, A.JSToDartLogger_internalWarn_closure, A.JSToDartLogger_debug_closure, A.KeyframeSelectorParser_parse_closure0, A.render_closure, A._parseFunctions____closure, A._parseFunctions___closure3, A._parseFunctions___closure4, A._parseFunctions___closure1, A._parseFunctions___closure0, A._parseImporter____closure, A._parseImporter___closure0, A.listClass_closure, A.mapClass_closure, A.MediaQueryParser_parse_closure0, A.mixinClass_closure, A.legacyNullClass_closure, A.numberClass_closure, A.SassNumber__coerceOrConvertValue_compatibilityException0, A.SassNumber__coerceOrConvertValue_closure4, A.SassNumber__coerceOrConvertValue_closure6, A.SassNumber_multiplyUnits_closure4, A.SassNumber_multiplyUnits_closure6, A._updateLazyFileSpanPrototype_closure, A.Parser__parseIdentifier_closure0, A.Parser_spanFrom_closure0, A.Parser_spanFromPosition_closure0, A.PseudoSelector_specificity_closure0, A.SassParser_children_closure0, A.SelectorParser_parse_closure0, A.SelectorParser_parseCompoundSelector_closure0, A._SerializeVisitor_visitCssComment_closure0, A._SerializeVisitor_visitCssAtRule_closure0, A._SerializeVisitor_visitCssMediaRule_closure0, A._SerializeVisitor_visitCssImport_closure0, A._SerializeVisitor_visitCssImport__closure0, A._SerializeVisitor_visitCssKeyframeBlock_closure0, A._SerializeVisitor_visitCssStyleRule_closure0, A._SerializeVisitor_visitCssSupportsRule_closure0, A._SerializeVisitor_visitCssDeclaration_closure1, A._SerializeVisitor_visitCssDeclaration_closure2, A._SerializeVisitor__writeLegacyColor_closure1, A._SerializeVisitor__writeLegacyColor_closure2, A._SerializeVisitor__write_closure0, A._SerializeVisitor__visitChildren_closure1, A._SerializeVisitor__visitChildren_closure2, A.SingleUnitSassNumber_multiplyUnits_closure2, A.updateSourceSpanPrototype_closure, A.stringClass_closure, A.StylesheetParser_parse_closure0, A.StylesheetParser_parse__closure0, A.StylesheetParser_parseParameterList_closure0, A.StylesheetParser__parseSingleProduction_closure0, A.StylesheetParser_parseSignature_closure, A.StylesheetParser__statement_closure0, A.StylesheetParser_variableDeclarationWithoutNamespace_closure1, A.StylesheetParser_variableDeclarationWithoutNamespace_closure2, A.StylesheetParser__declarationOrBuffer_closure3, A.StylesheetParser__declarationOrBuffer_closure4, A.StylesheetParser__declarationOrBuffer_closure6, A.StylesheetParser__propertyOrVariableDeclaration_closure0, A.StylesheetParser__forRule_closure1, A.StylesheetParser__memberList_closure0, A.StylesheetParser_mozDocumentRule_closure1, A.StylesheetParser__expression_resetState0, A.StylesheetParser__expression_resolveOneOperation0, A.StylesheetParser__expression_resolveOperations0, A.StylesheetParser__expression_resolveSpaceExpressions0, A.StylesheetParser_expressionUntilComma_closure0, A.StylesheetParser_interpolatedStringToken_closure0, A.StylesheetParser_namespacedExpression_closure0, A.StylesheetParser__interpolatedDeclarationValue_closure0, A.StylesheetParser__expressionUntilComparison_closure0, A.StylesheetParser__publicIdentifier_closure0, A.JSToDartImporter_canonicalize_closure, A.JSToDartImporter_load_closure, A.resolveImportPath_closure1, A.resolveImportPath_closure2, A._tryPathAsDirectory_closure0, A.valueClass_closure]);
|
|
130473
130642
|
_inheritMany(A.EfficientLengthIterable, [A.ListIterable, A.EmptyIterable, A.LinkedHashMapKeysIterable, A.LinkedHashMapValuesIterable, A.LinkedHashMapEntriesIterable, A._HashMapKeyIterable, A._MapBaseValueIterable]);
|
|
130474
130643
|
_inheritMany(A.ListIterable, [A.SubListIterable, A.MappedListIterable, A.ReversedListIterable, A.ListQueue, A._JsonMapKeyIterable, A._GeneratorIterable]);
|
|
130475
130644
|
_inherit(A.EfficientLengthMappedIterable, A.MappedIterable);
|
|
@@ -131383,6 +131552,7 @@ self.util = _cliPkgRequires.util;
|
|
|
131383
131552
|
Set_Uri: findType("Set<Uri>"),
|
|
131384
131553
|
SimpleSelector: findType("SimpleSelector"),
|
|
131385
131554
|
SimpleSelector_2: findType("SimpleSelector0"),
|
|
131555
|
+
SkipWhileIterable_String: findType("SkipWhileIterable<String>"),
|
|
131386
131556
|
SourceFile: findType("SourceFile"),
|
|
131387
131557
|
SourceLocation: findType("SourceLocation"),
|
|
131388
131558
|
SourceSpan: findType("SourceSpan"),
|
|
@@ -132346,6 +132516,7 @@ self.util = _cliPkgRequires.util;
|
|
|
132346
132516
|
_lazyFinal($, "Style_platform", "$get$Style_platform", () => A.Style__getPlatformStyle());
|
|
132347
132517
|
_lazyFinal($, "startVersion", "$get$startVersion", () => A.RegExp_RegExp("^(\\d+)\\.(\\d+)\\.(\\d+)(-([0-9A-Za-z-]+(\\.[0-9A-Za-z-]+)*))?(\\+([0-9A-Za-z-]+(\\.[0-9A-Za-z-]+)*))?", false));
|
|
132348
132518
|
_lazyFinal($, "completeVersion", "$get$completeVersion", () => A.RegExp_RegExp($.$get$startVersion().pattern + "$", false));
|
|
132519
|
+
_lazyFinal($, "Version__digitsPattern", "$get$Version__digitsPattern", () => A.RegExp_RegExp("^\\d+$", false));
|
|
132349
132520
|
_lazyFinal($, "LegacyIfExpression_declaration", "$get$LegacyIfExpression_declaration", () => A.ParameterList_ParameterList$parse(string$.x40funct, null));
|
|
132350
132521
|
_lazyFinal($, "colorsByName", "$get$colorsByName", () => A.LinkedHashMap_LinkedHashMap$_literal(["yellowgreen", A.SassColor_SassColor$rgb(154, 205, 50, 1), "yellow", A.SassColor_SassColor$rgb(255, 255, 0, 1), "whitesmoke", A.SassColor_SassColor$rgb(245, 245, 245, 1), "white", A.SassColor_SassColor$rgb(255, 255, 255, 1), "wheat", A.SassColor_SassColor$rgb(245, 222, 179, 1), "violet", A.SassColor_SassColor$rgb(238, 130, 238, 1), "turquoise", A.SassColor_SassColor$rgb(64, 224, 208, 1), "transparent", A.SassColor_SassColor$rgb(0, 0, 0, 0), "tomato", A.SassColor_SassColor$rgb(255, 99, 71, 1), "thistle", A.SassColor_SassColor$rgb(216, 191, 216, 1), "teal", A.SassColor_SassColor$rgb(0, 128, 128, 1), "tan", A.SassColor_SassColor$rgb(210, 180, 140, 1), "steelblue", A.SassColor_SassColor$rgb(70, 130, 180, 1), "springgreen", A.SassColor_SassColor$rgb(0, 255, 127, 1), "snow", A.SassColor_SassColor$rgb(255, 250, 250, 1), "slategrey", A.SassColor_SassColor$rgb(112, 128, 144, 1), "slategray", A.SassColor_SassColor$rgb(112, 128, 144, 1), "slateblue", A.SassColor_SassColor$rgb(106, 90, 205, 1), "skyblue", A.SassColor_SassColor$rgb(135, 206, 235, 1), "silver", A.SassColor_SassColor$rgb(192, 192, 192, 1), "sienna", A.SassColor_SassColor$rgb(160, 82, 45, 1), "seashell", A.SassColor_SassColor$rgb(255, 245, 238, 1), "seagreen", A.SassColor_SassColor$rgb(46, 139, 87, 1), "sandybrown", A.SassColor_SassColor$rgb(244, 164, 96, 1), "salmon", A.SassColor_SassColor$rgb(250, 128, 114, 1), "saddlebrown", A.SassColor_SassColor$rgb(139, 69, 19, 1), "royalblue", A.SassColor_SassColor$rgb(65, 105, 225, 1), "rosybrown", A.SassColor_SassColor$rgb(188, 143, 143, 1), "red", A.SassColor_SassColor$rgb(255, 0, 0, 1), "rebeccapurple", A.SassColor_SassColor$rgb(102, 51, 153, 1), "purple", A.SassColor_SassColor$rgb(128, 0, 128, 1), "powderblue", A.SassColor_SassColor$rgb(176, 224, 230, 1), "plum", A.SassColor_SassColor$rgb(221, 160, 221, 1), "pink", A.SassColor_SassColor$rgb(255, 192, 203, 1), "peru", A.SassColor_SassColor$rgb(205, 133, 63, 1), "peachpuff", A.SassColor_SassColor$rgb(255, 218, 185, 1), "papayawhip", A.SassColor_SassColor$rgb(255, 239, 213, 1), "palevioletred", A.SassColor_SassColor$rgb(219, 112, 147, 1), "paleturquoise", A.SassColor_SassColor$rgb(175, 238, 238, 1), "palegreen", A.SassColor_SassColor$rgb(152, 251, 152, 1), "palegoldenrod", A.SassColor_SassColor$rgb(238, 232, 170, 1), "orchid", A.SassColor_SassColor$rgb(218, 112, 214, 1), "orangered", A.SassColor_SassColor$rgb(255, 69, 0, 1), "orange", A.SassColor_SassColor$rgb(255, 165, 0, 1), "olivedrab", A.SassColor_SassColor$rgb(107, 142, 35, 1), "olive", A.SassColor_SassColor$rgb(128, 128, 0, 1), "oldlace", A.SassColor_SassColor$rgb(253, 245, 230, 1), "navy", A.SassColor_SassColor$rgb(0, 0, 128, 1), "navajowhite", A.SassColor_SassColor$rgb(255, 222, 173, 1), "moccasin", A.SassColor_SassColor$rgb(255, 228, 181, 1), "mistyrose", A.SassColor_SassColor$rgb(255, 228, 225, 1), "mintcream", A.SassColor_SassColor$rgb(245, 255, 250, 1), "midnightblue", A.SassColor_SassColor$rgb(25, 25, 112, 1), "mediumvioletred", A.SassColor_SassColor$rgb(199, 21, 133, 1), "mediumturquoise", A.SassColor_SassColor$rgb(72, 209, 204, 1), "mediumspringgreen", A.SassColor_SassColor$rgb(0, 250, 154, 1), "mediumslateblue", A.SassColor_SassColor$rgb(123, 104, 238, 1), "mediumseagreen", A.SassColor_SassColor$rgb(60, 179, 113, 1), "mediumpurple", A.SassColor_SassColor$rgb(147, 112, 219, 1), "mediumorchid", A.SassColor_SassColor$rgb(186, 85, 211, 1), "mediumblue", A.SassColor_SassColor$rgb(0, 0, 205, 1), "mediumaquamarine", A.SassColor_SassColor$rgb(102, 205, 170, 1), "maroon", A.SassColor_SassColor$rgb(128, 0, 0, 1), "magenta", A.SassColor_SassColor$rgb(255, 0, 255, 1), "linen", A.SassColor_SassColor$rgb(250, 240, 230, 1), "limegreen", A.SassColor_SassColor$rgb(50, 205, 50, 1), "lime", A.SassColor_SassColor$rgb(0, 255, 0, 1), "lightyellow", A.SassColor_SassColor$rgb(255, 255, 224, 1), "lightsteelblue", A.SassColor_SassColor$rgb(176, 196, 222, 1), "lightslategrey", A.SassColor_SassColor$rgb(119, 136, 153, 1), "lightslategray", A.SassColor_SassColor$rgb(119, 136, 153, 1), "lightskyblue", A.SassColor_SassColor$rgb(135, 206, 250, 1), "lightseagreen", A.SassColor_SassColor$rgb(32, 178, 170, 1), "lightsalmon", A.SassColor_SassColor$rgb(255, 160, 122, 1), "lightpink", A.SassColor_SassColor$rgb(255, 182, 193, 1), "lightgrey", A.SassColor_SassColor$rgb(211, 211, 211, 1), "lightgreen", A.SassColor_SassColor$rgb(144, 238, 144, 1), "lightgray", A.SassColor_SassColor$rgb(211, 211, 211, 1), "lightgoldenrodyellow", A.SassColor_SassColor$rgb(250, 250, 210, 1), "lightcyan", A.SassColor_SassColor$rgb(224, 255, 255, 1), "lightcoral", A.SassColor_SassColor$rgb(240, 128, 128, 1), "lightblue", A.SassColor_SassColor$rgb(173, 216, 230, 1), "lemonchiffon", A.SassColor_SassColor$rgb(255, 250, 205, 1), "lawngreen", A.SassColor_SassColor$rgb(124, 252, 0, 1), "lavenderblush", A.SassColor_SassColor$rgb(255, 240, 245, 1), "lavender", A.SassColor_SassColor$rgb(230, 230, 250, 1), "khaki", A.SassColor_SassColor$rgb(240, 230, 140, 1), "ivory", A.SassColor_SassColor$rgb(255, 255, 240, 1), "indigo", A.SassColor_SassColor$rgb(75, 0, 130, 1), "indianred", A.SassColor_SassColor$rgb(205, 92, 92, 1), "hotpink", A.SassColor_SassColor$rgb(255, 105, 180, 1), "honeydew", A.SassColor_SassColor$rgb(240, 255, 240, 1), "grey", A.SassColor_SassColor$rgb(128, 128, 128, 1), "greenyellow", A.SassColor_SassColor$rgb(173, 255, 47, 1), "green", A.SassColor_SassColor$rgb(0, 128, 0, 1), "gray", A.SassColor_SassColor$rgb(128, 128, 128, 1), "goldenrod", A.SassColor_SassColor$rgb(218, 165, 32, 1), "gold", A.SassColor_SassColor$rgb(255, 215, 0, 1), "ghostwhite", A.SassColor_SassColor$rgb(248, 248, 255, 1), "gainsboro", A.SassColor_SassColor$rgb(220, 220, 220, 1), "fuchsia", A.SassColor_SassColor$rgb(255, 0, 255, 1), "forestgreen", A.SassColor_SassColor$rgb(34, 139, 34, 1), "floralwhite", A.SassColor_SassColor$rgb(255, 250, 240, 1), "firebrick", A.SassColor_SassColor$rgb(178, 34, 34, 1), "dodgerblue", A.SassColor_SassColor$rgb(30, 144, 255, 1), "dimgrey", A.SassColor_SassColor$rgb(105, 105, 105, 1), "dimgray", A.SassColor_SassColor$rgb(105, 105, 105, 1), "deepskyblue", A.SassColor_SassColor$rgb(0, 191, 255, 1), "deeppink", A.SassColor_SassColor$rgb(255, 20, 147, 1), "darkviolet", A.SassColor_SassColor$rgb(148, 0, 211, 1), "darkturquoise", A.SassColor_SassColor$rgb(0, 206, 209, 1), "darkslategrey", A.SassColor_SassColor$rgb(47, 79, 79, 1), "darkslategray", A.SassColor_SassColor$rgb(47, 79, 79, 1), "darkslateblue", A.SassColor_SassColor$rgb(72, 61, 139, 1), "darkseagreen", A.SassColor_SassColor$rgb(143, 188, 143, 1), "darksalmon", A.SassColor_SassColor$rgb(233, 150, 122, 1), "darkred", A.SassColor_SassColor$rgb(139, 0, 0, 1), "darkorchid", A.SassColor_SassColor$rgb(153, 50, 204, 1), "darkorange", A.SassColor_SassColor$rgb(255, 140, 0, 1), "darkolivegreen", A.SassColor_SassColor$rgb(85, 107, 47, 1), "darkmagenta", A.SassColor_SassColor$rgb(139, 0, 139, 1), "darkkhaki", A.SassColor_SassColor$rgb(189, 183, 107, 1), "darkgrey", A.SassColor_SassColor$rgb(169, 169, 169, 1), "darkgreen", A.SassColor_SassColor$rgb(0, 100, 0, 1), "darkgray", A.SassColor_SassColor$rgb(169, 169, 169, 1), "darkgoldenrod", A.SassColor_SassColor$rgb(184, 134, 11, 1), "darkcyan", A.SassColor_SassColor$rgb(0, 139, 139, 1), "darkblue", A.SassColor_SassColor$rgb(0, 0, 139, 1), "cyan", A.SassColor_SassColor$rgb(0, 255, 255, 1), "crimson", A.SassColor_SassColor$rgb(220, 20, 60, 1), "cornsilk", A.SassColor_SassColor$rgb(255, 248, 220, 1), "cornflowerblue", A.SassColor_SassColor$rgb(100, 149, 237, 1), "coral", A.SassColor_SassColor$rgb(255, 127, 80, 1), "chocolate", A.SassColor_SassColor$rgb(210, 105, 30, 1), "chartreuse", A.SassColor_SassColor$rgb(127, 255, 0, 1), "cadetblue", A.SassColor_SassColor$rgb(95, 158, 160, 1), "burlywood", A.SassColor_SassColor$rgb(222, 184, 135, 1), "brown", A.SassColor_SassColor$rgb(165, 42, 42, 1), "blueviolet", A.SassColor_SassColor$rgb(138, 43, 226, 1), "blue", A.SassColor_SassColor$rgb(0, 0, 255, 1), "blanchedalmond", A.SassColor_SassColor$rgb(255, 235, 205, 1), "black", A.SassColor_SassColor$rgb(0, 0, 0, 1), "bisque", A.SassColor_SassColor$rgb(255, 228, 196, 1), "beige", A.SassColor_SassColor$rgb(245, 245, 220, 1), "azure", A.SassColor_SassColor$rgb(240, 255, 255, 1), "aquamarine", A.SassColor_SassColor$rgb(127, 255, 212, 1), "aqua", A.SassColor_SassColor$rgb(0, 255, 255, 1), "antiquewhite", A.SassColor_SassColor$rgb(250, 235, 215, 1), "aliceblue", A.SassColor_SassColor$rgb(240, 248, 255, 1)], type$.String, type$.SassColor));
|
|
132351
132522
|
_lazyFinal($, "namesByColor", "$get$namesByColor", () => {
|
|
@@ -132647,7 +132818,7 @@ self.util = _cliPkgRequires.util;
|
|
|
132647
132818
|
_lazyFinal($, "Frame__uriRegExp", "$get$Frame__uriRegExp", () => A.RegExp_RegExp("^[a-zA-Z][-+.a-zA-Z\\d]*://", false));
|
|
132648
132819
|
_lazyFinal($, "Frame__windowsRegExp", "$get$Frame__windowsRegExp", () => A.RegExp_RegExp("^([a-zA-Z]:[\\\\/]|\\\\\\\\)", false));
|
|
132649
132820
|
_lazyFinal($, "_terseRegExp", "$get$_terseRegExp", () => A.RegExp_RegExp("(-patch)?([/\\\\].*)?$", false));
|
|
132650
|
-
_lazyFinal($, "_v8Trace", "$get$_v8Trace", () => A.RegExp_RegExp("
|
|
132821
|
+
_lazyFinal($, "_v8Trace", "$get$_v8Trace", () => A.RegExp_RegExp("(?:^|\\n) ?at ", false));
|
|
132651
132822
|
_lazyFinal($, "_v8TraceLine", "$get$_v8TraceLine", () => A.RegExp_RegExp(" ?at ", false));
|
|
132652
132823
|
_lazyFinal($, "_firefoxEvalTrace", "$get$_firefoxEvalTrace", () => A.RegExp_RegExp("@\\S+ line \\d+ >.* (Function|eval):\\d+:\\d+", false));
|
|
132653
132824
|
_lazyFinal($, "_firefoxSafariTrace", "$get$_firefoxSafariTrace", () => A.RegExp_RegExp("^(([.0-9A-Za-z_$/<]|\\(.*\\))*@)?[^\\s]*:\\d*$", true));
|