storybook 9.0.0-alpha.9 → 9.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/docs/addon-backgrounds.gif +0 -0
- package/assets/docs/addon-controls-args-annotated.png +0 -0
- package/assets/docs/addon-controls-args-background-color.png +0 -0
- package/assets/docs/addon-controls-args-background-string.png +0 -0
- package/assets/docs/addon-controls-args-docs.png +0 -0
- package/assets/docs/addon-controls-args-logging.png +0 -0
- package/assets/docs/addon-controls-args-no-annotation.png +0 -0
- package/assets/docs/addon-controls-args-reflow-slider.png +0 -0
- package/assets/docs/addon-controls-args-reflow.png +0 -0
- package/assets/docs/addon-controls-args-template.png +0 -0
- package/assets/docs/addon-controls-expanded.png +0 -0
- package/assets/docs/addon-controls-hero.gif +0 -0
- package/assets/docs/addon-controls-install.png +0 -0
- package/assets/docs/hero.gif +0 -0
- package/assets/docs/highlight.png +0 -0
- package/assets/docs/viewport.png +0 -0
- package/assets/server/base-preview-head.html +1 -3
- package/bin/index.cjs +2 -2
- package/dist/actions/decorator.js +67 -72
- package/dist/actions/index.cjs +27 -31
- package/dist/actions/index.d.ts +0 -3
- package/dist/actions/index.js +27 -31
- package/dist/actions/preview.cjs +23 -27
- package/dist/actions/preview.d.ts +0 -1
- package/dist/actions/preview.js +19 -23
- package/dist/babel/index.cjs +822 -816
- package/dist/babel/index.js +822 -816
- package/dist/backgrounds/index.cjs +148 -0
- package/dist/backgrounds/index.d.ts +91 -0
- package/dist/backgrounds/index.js +130 -0
- package/dist/backgrounds/preview.cjs +143 -0
- package/dist/backgrounds/preview.d.ts +54 -0
- package/dist/backgrounds/preview.js +127 -0
- package/dist/bin/index.cjs +73 -92
- package/dist/bin/index.js +66 -85
- package/dist/builder-manager/index.cjs +316 -296
- package/dist/builder-manager/index.js +567 -547
- package/dist/channels/index.cjs +1020 -950
- package/dist/channels/index.js +1256 -1201
- package/dist/cli/bin/index.cjs +198 -198
- package/dist/cli/bin/index.js +204 -204
- package/dist/cli/index.cjs +61734 -7589
- package/dist/cli/index.d.ts +24 -20
- package/dist/cli/index.js +61775 -7630
- package/dist/common/index.cjs +16133 -9095
- package/dist/common/index.d.ts +32 -24
- package/dist/common/index.js +16227 -9183
- package/dist/component-testing/index.cjs +23 -0
- package/dist/component-testing/index.d.ts +3 -0
- package/dist/component-testing/index.js +5 -0
- package/dist/component-testing/preview.cjs +40 -0
- package/dist/component-testing/preview.d.ts +5 -0
- package/dist/component-testing/preview.js +25 -0
- package/dist/components/index.cjs +6479 -13005
- package/dist/components/index.d.ts +8 -257
- package/dist/components/index.js +6160 -18689
- package/dist/controls/decorator.d.ts +5 -0
- package/dist/controls/decorator.js +8 -0
- package/dist/controls/index.cjs +26 -0
- package/dist/controls/index.d.ts +39 -0
- package/dist/controls/index.js +6 -0
- package/dist/controls/preview.cjs +26 -0
- package/dist/controls/preview.d.ts +54 -0
- package/dist/controls/preview.js +9 -0
- package/dist/core-events/index.cjs +91 -106
- package/dist/core-events/index.d.ts +2 -80
- package/dist/core-events/index.js +79 -94
- package/dist/core-server/index.cjs +12409 -12231
- package/dist/core-server/index.d.ts +32 -23
- package/dist/core-server/index.js +12567 -12389
- package/dist/core-server/presets/common-manager.css +170 -0
- package/dist/core-server/presets/common-manager.js +12153 -12
- package/dist/core-server/presets/common-preset.cjs +3004 -3151
- package/dist/core-server/presets/common-preset.js +2833 -2981
- package/dist/csf/index.d.ts +1 -3
- package/dist/csf-tools/index.cjs +412 -403
- package/dist/csf-tools/index.d.ts +0 -4
- package/dist/csf-tools/index.js +410 -401
- package/dist/docs-tools/index.cjs +2569 -575
- package/dist/docs-tools/index.js +2565 -564
- package/dist/highlight/index.cjs +27 -0
- package/dist/highlight/index.d.ts +61 -0
- package/dist/highlight/index.js +7 -0
- package/dist/highlight/preview.cjs +535 -0
- package/dist/highlight/preview.d.ts +54 -0
- package/dist/highlight/preview.js +519 -0
- package/dist/instrumenter/index.cjs +1411 -1758
- package/dist/instrumenter/index.d.ts +8 -7
- package/dist/instrumenter/index.js +1325 -1663
- package/dist/manager/globals-module-info.cjs +22 -33
- package/dist/manager/globals-module-info.js +7 -18
- package/dist/manager/globals-runtime.js +45452 -49541
- package/dist/manager/runtime.js +4392 -3774
- package/dist/manager-api/index.cjs +2622 -2529
- package/dist/manager-api/index.d.ts +109 -114
- package/dist/manager-api/index.js +2603 -2475
- package/dist/manager-errors.js +41 -37
- package/dist/measure/index.cjs +476 -0
- package/dist/measure/index.d.ts +66 -0
- package/dist/measure/index.js +464 -0
- package/dist/measure/preview.cjs +466 -0
- package/dist/measure/preview.d.ts +59 -0
- package/dist/measure/preview.js +450 -0
- package/dist/outline/index.cjs +528 -0
- package/dist/outline/index.d.ts +66 -0
- package/dist/outline/index.js +500 -0
- package/dist/outline/preview.cjs +518 -0
- package/dist/outline/preview.d.ts +59 -0
- package/dist/outline/preview.js +486 -0
- package/dist/preview/runtime.js +41973 -38159
- package/dist/preview-api/index.cjs +1204 -1293
- package/dist/preview-api/index.d.ts +126 -178
- package/dist/preview-api/index.js +1614 -1685
- package/dist/preview-errors.cjs +65 -51
- package/dist/preview-errors.d.ts +6 -2
- package/dist/preview-errors.js +176 -142
- package/dist/server-errors.cjs +160 -113
- package/dist/server-errors.d.ts +12 -2
- package/dist/server-errors.js +157 -110
- package/dist/telemetry/index.cjs +374 -370
- package/dist/telemetry/index.d.ts +1 -1
- package/dist/telemetry/index.js +460 -456
- package/dist/test/index.cjs +1553 -1552
- package/dist/test/index.js +9603 -9514
- package/dist/test/preview.cjs +1906 -1905
- package/dist/test/preview.d.ts +0 -6
- package/dist/test/preview.js +3664 -3603
- package/dist/test/spy.cjs +65 -64
- package/dist/test/spy.js +59 -58
- package/dist/types/index.cjs +11 -12
- package/dist/types/index.d.ts +601 -334
- package/dist/types/index.js +1 -2
- package/dist/viewport/index.cjs +310 -0
- package/dist/viewport/index.d.ts +320 -0
- package/dist/viewport/index.js +290 -0
- package/dist/viewport/preview.cjs +35 -0
- package/dist/viewport/preview.d.ts +68 -0
- package/dist/viewport/preview.js +19 -0
- package/package.json +207 -12
- package/dist/actions/manager.js +0 -1196
package/dist/babel/index.js
CHANGED
|
@@ -97,7 +97,7 @@ var Tt = A((S) => {
|
|
|
97
97
|
});
|
|
98
98
|
S.isAccessor = wF;
|
|
99
99
|
S.isAnyTypeAnnotation = HN;
|
|
100
|
-
S.isArgumentPlaceholder =
|
|
100
|
+
S.isArgumentPlaceholder = xB;
|
|
101
101
|
S.isArrayExpression = dO;
|
|
102
102
|
S.isArrayPattern = pN;
|
|
103
103
|
S.isArrayTypeAnnotation = YN;
|
|
@@ -108,7 +108,7 @@ var Tt = A((S) => {
|
|
|
108
108
|
S.isBigIntLiteral = LN;
|
|
109
109
|
S.isBinary = zk;
|
|
110
110
|
S.isBinaryExpression = mO;
|
|
111
|
-
S.isBindExpression =
|
|
111
|
+
S.isBindExpression = vB;
|
|
112
112
|
S.isBlock = eF;
|
|
113
113
|
S.isBlockParent = Zk;
|
|
114
114
|
S.isBlockStatement = EO;
|
|
@@ -133,42 +133,42 @@ var Tt = A((S) => {
|
|
|
133
133
|
S.isConditionalExpression = vO;
|
|
134
134
|
S.isContinueStatement = PO;
|
|
135
135
|
S.isDebuggerStatement = AO;
|
|
136
|
-
S.isDecimalLiteral =
|
|
136
|
+
S.isDecimalLiteral = _B;
|
|
137
137
|
S.isDeclaration = dF;
|
|
138
138
|
S.isDeclareClass = ZN;
|
|
139
|
-
S.isDeclareExportAllDeclaration =
|
|
140
|
-
S.isDeclareExportDeclaration =
|
|
141
|
-
S.isDeclareFunction =
|
|
142
|
-
S.isDeclareInterface =
|
|
143
|
-
S.isDeclareModule =
|
|
144
|
-
S.isDeclareModuleExports =
|
|
145
|
-
S.isDeclareOpaqueType =
|
|
146
|
-
S.isDeclareTypeAlias =
|
|
147
|
-
S.isDeclareVariable =
|
|
148
|
-
S.isDeclaredPredicate =
|
|
149
|
-
S.isDecorator =
|
|
139
|
+
S.isDeclareExportAllDeclaration = l3;
|
|
140
|
+
S.isDeclareExportDeclaration = o3;
|
|
141
|
+
S.isDeclareFunction = e3;
|
|
142
|
+
S.isDeclareInterface = t3;
|
|
143
|
+
S.isDeclareModule = r3;
|
|
144
|
+
S.isDeclareModuleExports = n3;
|
|
145
|
+
S.isDeclareOpaqueType = i3;
|
|
146
|
+
S.isDeclareTypeAlias = s3;
|
|
147
|
+
S.isDeclareVariable = a3;
|
|
148
|
+
S.isDeclaredPredicate = u3;
|
|
149
|
+
S.isDecorator = AB;
|
|
150
150
|
S.isDirective = gO;
|
|
151
151
|
S.isDirectiveLiteral = bO;
|
|
152
|
-
S.isDoExpression =
|
|
152
|
+
S.isDoExpression = CB;
|
|
153
153
|
S.isDoWhileStatement = CO;
|
|
154
154
|
S.isEmptyStatement = DO;
|
|
155
|
-
S.isEmptyTypeAnnotation =
|
|
155
|
+
S.isEmptyTypeAnnotation = T3;
|
|
156
156
|
S.isEnumBody = FF;
|
|
157
|
-
S.isEnumBooleanBody =
|
|
158
|
-
S.isEnumBooleanMember =
|
|
159
|
-
S.isEnumDeclaration =
|
|
160
|
-
S.isEnumDefaultedMember =
|
|
157
|
+
S.isEnumBooleanBody = Y3;
|
|
158
|
+
S.isEnumBooleanMember = Q3;
|
|
159
|
+
S.isEnumDeclaration = H3;
|
|
160
|
+
S.isEnumDefaultedMember = tB;
|
|
161
161
|
S.isEnumMember = jF;
|
|
162
|
-
S.isEnumNumberBody =
|
|
163
|
-
S.isEnumNumberMember =
|
|
164
|
-
S.isEnumStringBody =
|
|
165
|
-
S.isEnumStringMember =
|
|
166
|
-
S.isEnumSymbolBody =
|
|
167
|
-
S.isExistsTypeAnnotation =
|
|
162
|
+
S.isEnumNumberBody = J3;
|
|
163
|
+
S.isEnumNumberMember = Z3;
|
|
164
|
+
S.isEnumStringBody = X3;
|
|
165
|
+
S.isEnumStringMember = eB;
|
|
166
|
+
S.isEnumSymbolBody = z3;
|
|
167
|
+
S.isExistsTypeAnnotation = c3;
|
|
168
168
|
S.isExportAllDeclaration = yN;
|
|
169
169
|
S.isExportDeclaration = CF;
|
|
170
170
|
S.isExportDefaultDeclaration = gN;
|
|
171
|
-
S.isExportDefaultSpecifier =
|
|
171
|
+
S.isExportDefaultSpecifier = DB;
|
|
172
172
|
S.isExportNamedDeclaration = bN;
|
|
173
173
|
S.isExportNamespaceSpecifier = MN;
|
|
174
174
|
S.isExportSpecifier = EN;
|
|
@@ -190,43 +190,43 @@ var Tt = A((S) => {
|
|
|
190
190
|
S.isFunctionDeclaration = NO;
|
|
191
191
|
S.isFunctionExpression = BO;
|
|
192
192
|
S.isFunctionParent = pF;
|
|
193
|
-
S.isFunctionTypeAnnotation =
|
|
194
|
-
S.isFunctionTypeParam =
|
|
195
|
-
S.isGenericTypeAnnotation =
|
|
193
|
+
S.isFunctionTypeAnnotation = p3;
|
|
194
|
+
S.isFunctionTypeParam = f3;
|
|
195
|
+
S.isGenericTypeAnnotation = d3;
|
|
196
196
|
S.isIdentifier = kO;
|
|
197
197
|
S.isIfStatement = FO;
|
|
198
198
|
S.isImmutable = bF;
|
|
199
199
|
S.isImport = jN;
|
|
200
|
-
S.isImportAttribute =
|
|
200
|
+
S.isImportAttribute = PB;
|
|
201
201
|
S.isImportDeclaration = SN;
|
|
202
202
|
S.isImportDefaultSpecifier = xN;
|
|
203
203
|
S.isImportExpression = AN;
|
|
204
204
|
S.isImportNamespaceSpecifier = vN;
|
|
205
205
|
S.isImportOrExportDeclaration = S1;
|
|
206
206
|
S.isImportSpecifier = PN;
|
|
207
|
-
S.isIndexedAccessType =
|
|
208
|
-
S.isInferredPredicate =
|
|
209
|
-
S.isInterfaceDeclaration =
|
|
210
|
-
S.isInterfaceExtends =
|
|
211
|
-
S.isInterfaceTypeAnnotation =
|
|
207
|
+
S.isIndexedAccessType = rB;
|
|
208
|
+
S.isInferredPredicate = h3;
|
|
209
|
+
S.isInterfaceDeclaration = y3;
|
|
210
|
+
S.isInterfaceExtends = m3;
|
|
211
|
+
S.isInterfaceTypeAnnotation = g3;
|
|
212
212
|
S.isInterpreterDirective = yO;
|
|
213
|
-
S.isIntersectionTypeAnnotation =
|
|
213
|
+
S.isIntersectionTypeAnnotation = b3;
|
|
214
214
|
S.isJSX = LF;
|
|
215
|
-
S.isJSXAttribute =
|
|
216
|
-
S.isJSXClosingElement =
|
|
217
|
-
S.isJSXClosingFragment =
|
|
218
|
-
S.isJSXElement =
|
|
219
|
-
S.isJSXEmptyExpression =
|
|
220
|
-
S.isJSXExpressionContainer =
|
|
221
|
-
S.isJSXFragment =
|
|
222
|
-
S.isJSXIdentifier =
|
|
223
|
-
S.isJSXMemberExpression =
|
|
224
|
-
S.isJSXNamespacedName =
|
|
225
|
-
S.isJSXOpeningElement =
|
|
226
|
-
S.isJSXOpeningFragment =
|
|
227
|
-
S.isJSXSpreadAttribute =
|
|
228
|
-
S.isJSXSpreadChild =
|
|
229
|
-
S.isJSXText =
|
|
215
|
+
S.isJSXAttribute = sB;
|
|
216
|
+
S.isJSXClosingElement = iB;
|
|
217
|
+
S.isJSXClosingFragment = bB;
|
|
218
|
+
S.isJSXElement = aB;
|
|
219
|
+
S.isJSXEmptyExpression = oB;
|
|
220
|
+
S.isJSXExpressionContainer = lB;
|
|
221
|
+
S.isJSXFragment = yB;
|
|
222
|
+
S.isJSXIdentifier = cB;
|
|
223
|
+
S.isJSXMemberExpression = pB;
|
|
224
|
+
S.isJSXNamespacedName = fB;
|
|
225
|
+
S.isJSXOpeningElement = dB;
|
|
226
|
+
S.isJSXOpeningFragment = gB;
|
|
227
|
+
S.isJSXSpreadAttribute = hB;
|
|
228
|
+
S.isJSXSpreadChild = uB;
|
|
229
|
+
S.isJSXText = mB;
|
|
230
230
|
S.isLVal = mF;
|
|
231
231
|
S.isLabeledStatement = jO;
|
|
232
232
|
S.isLiteral = gF;
|
|
@@ -236,48 +236,48 @@ var Tt = A((S) => {
|
|
|
236
236
|
S.isMetaProperty = CN;
|
|
237
237
|
S.isMethod = TF;
|
|
238
238
|
S.isMiscellaneous = MF;
|
|
239
|
-
S.isMixedTypeAnnotation =
|
|
239
|
+
S.isMixedTypeAnnotation = E3;
|
|
240
240
|
S.isModuleDeclaration = HF;
|
|
241
|
-
S.isModuleExpression =
|
|
241
|
+
S.isModuleExpression = OB;
|
|
242
242
|
S.isModuleSpecifier = DF;
|
|
243
243
|
S.isNewExpression = WO;
|
|
244
|
-
S.isNoop =
|
|
244
|
+
S.isNoop = EB;
|
|
245
245
|
S.isNullLiteral = RO;
|
|
246
246
|
S.isNullLiteralTypeAnnotation = zN;
|
|
247
|
-
S.isNullableTypeAnnotation =
|
|
247
|
+
S.isNullableTypeAnnotation = S3;
|
|
248
248
|
S.isNumberLiteral = $F;
|
|
249
|
-
S.isNumberLiteralTypeAnnotation =
|
|
250
|
-
S.isNumberTypeAnnotation =
|
|
249
|
+
S.isNumberLiteralTypeAnnotation = x3;
|
|
250
|
+
S.isNumberTypeAnnotation = v3;
|
|
251
251
|
S.isNumericLiteral = MO;
|
|
252
252
|
S.isObjectExpression = GO;
|
|
253
253
|
S.isObjectMember = SF;
|
|
254
254
|
S.isObjectMethod = HO;
|
|
255
255
|
S.isObjectPattern = wN;
|
|
256
256
|
S.isObjectProperty = YO;
|
|
257
|
-
S.isObjectTypeAnnotation =
|
|
258
|
-
S.isObjectTypeCallProperty =
|
|
259
|
-
S.isObjectTypeIndexer =
|
|
260
|
-
S.isObjectTypeInternalSlot =
|
|
261
|
-
S.isObjectTypeProperty =
|
|
262
|
-
S.isObjectTypeSpreadProperty =
|
|
263
|
-
S.isOpaqueType =
|
|
257
|
+
S.isObjectTypeAnnotation = P3;
|
|
258
|
+
S.isObjectTypeCallProperty = C3;
|
|
259
|
+
S.isObjectTypeIndexer = D3;
|
|
260
|
+
S.isObjectTypeInternalSlot = A3;
|
|
261
|
+
S.isObjectTypeProperty = w3;
|
|
262
|
+
S.isObjectTypeSpreadProperty = I3;
|
|
263
|
+
S.isOpaqueType = _3;
|
|
264
264
|
S.isOptionalCallExpression = qN;
|
|
265
|
-
S.isOptionalIndexedAccessType =
|
|
265
|
+
S.isOptionalIndexedAccessType = nB;
|
|
266
266
|
S.isOptionalMemberExpression = RN;
|
|
267
267
|
S.isParenthesizedExpression = QO;
|
|
268
268
|
S.isPattern = PF;
|
|
269
269
|
S.isPatternLike = hF;
|
|
270
|
-
S.isPipelineBareFunction =
|
|
271
|
-
S.isPipelinePrimaryTopicReference =
|
|
272
|
-
S.isPipelineTopicExpression =
|
|
273
|
-
S.isPlaceholder =
|
|
270
|
+
S.isPipelineBareFunction = kB;
|
|
271
|
+
S.isPipelinePrimaryTopicReference = FB;
|
|
272
|
+
S.isPipelineTopicExpression = BB;
|
|
273
|
+
S.isPlaceholder = TB;
|
|
274
274
|
S.isPrivate = IF;
|
|
275
275
|
S.isPrivateName = KN;
|
|
276
276
|
S.isProgram = KO;
|
|
277
277
|
S.isProperty = xF;
|
|
278
278
|
S.isPureish = fF;
|
|
279
|
-
S.isQualifiedTypeIdentifier =
|
|
280
|
-
S.isRecordExpression =
|
|
279
|
+
S.isQualifiedTypeIdentifier = O3;
|
|
280
|
+
S.isRecordExpression = wB;
|
|
281
281
|
S.isRegExpLiteral = UO;
|
|
282
282
|
S.isRegexLiteral = WF;
|
|
283
283
|
S.isRestElement = JO;
|
|
@@ -291,24 +291,24 @@ var Tt = A((S) => {
|
|
|
291
291
|
S.isStatement = tF;
|
|
292
292
|
S.isStaticBlock = GN;
|
|
293
293
|
S.isStringLiteral = LO;
|
|
294
|
-
S.isStringLiteralTypeAnnotation =
|
|
295
|
-
S.isStringTypeAnnotation =
|
|
294
|
+
S.isStringLiteralTypeAnnotation = N3;
|
|
295
|
+
S.isStringTypeAnnotation = B3;
|
|
296
296
|
S.isSuper = _N;
|
|
297
297
|
S.isSwitchCase = ZO;
|
|
298
298
|
S.isSwitchStatement = eN;
|
|
299
|
-
S.isSymbolTypeAnnotation =
|
|
300
|
-
S.isTSAnyKeyword =
|
|
299
|
+
S.isSymbolTypeAnnotation = k3;
|
|
300
|
+
S.isTSAnyKeyword = KB;
|
|
301
301
|
S.isTSArrayType = pk;
|
|
302
302
|
S.isTSAsExpression = Ok;
|
|
303
303
|
S.isTSBaseType = VF;
|
|
304
|
-
S.isTSBigIntKeyword =
|
|
305
|
-
S.isTSBooleanKeyword =
|
|
306
|
-
S.isTSCallSignatureDeclaration =
|
|
304
|
+
S.isTSBigIntKeyword = HB;
|
|
305
|
+
S.isTSBooleanKeyword = GB;
|
|
306
|
+
S.isTSCallSignatureDeclaration = qB;
|
|
307
307
|
S.isTSConditionalType = bk;
|
|
308
|
-
S.isTSConstructSignatureDeclaration =
|
|
308
|
+
S.isTSConstructSignatureDeclaration = UB;
|
|
309
309
|
S.isTSConstructorType = ak;
|
|
310
|
-
S.isTSDeclareFunction =
|
|
311
|
-
S.isTSDeclareMethod =
|
|
310
|
+
S.isTSDeclareFunction = LB;
|
|
311
|
+
S.isTSDeclareMethod = MB;
|
|
312
312
|
S.isTSEntityName = yF;
|
|
313
313
|
S.isTSEnumBody = kk;
|
|
314
314
|
S.isTSEnumDeclaration = Fk;
|
|
@@ -319,34 +319,34 @@ var Tt = A((S) => {
|
|
|
319
319
|
S.isTSFunctionType = ik;
|
|
320
320
|
S.isTSImportEqualsDeclaration = qk;
|
|
321
321
|
S.isTSImportType = Rk;
|
|
322
|
-
S.isTSIndexSignature =
|
|
322
|
+
S.isTSIndexSignature = WB;
|
|
323
323
|
S.isTSIndexedAccessType = xk;
|
|
324
324
|
S.isTSInferType = Ek;
|
|
325
325
|
S.isTSInstantiationExpression = _k;
|
|
326
326
|
S.isTSInterfaceBody = wk;
|
|
327
327
|
S.isTSInterfaceDeclaration = Dk;
|
|
328
328
|
S.isTSIntersectionType = gk;
|
|
329
|
-
S.isTSIntrinsicKeyword =
|
|
329
|
+
S.isTSIntrinsicKeyword = YB;
|
|
330
330
|
S.isTSLiteralType = Ak;
|
|
331
331
|
S.isTSMappedType = vk;
|
|
332
|
-
S.isTSMethodSignature = $
|
|
332
|
+
S.isTSMethodSignature = $B;
|
|
333
333
|
S.isTSModuleBlock = Mk;
|
|
334
334
|
S.isTSModuleDeclaration = Lk;
|
|
335
335
|
S.isTSNamedTupleMember = mk;
|
|
336
336
|
S.isTSNamespaceExportDeclaration = Wk;
|
|
337
|
-
S.isTSNeverKeyword =
|
|
337
|
+
S.isTSNeverKeyword = JB;
|
|
338
338
|
S.isTSNonNullExpression = Vk;
|
|
339
|
-
S.isTSNullKeyword =
|
|
340
|
-
S.isTSNumberKeyword =
|
|
341
|
-
S.isTSObjectKeyword =
|
|
339
|
+
S.isTSNullKeyword = XB;
|
|
340
|
+
S.isTSNumberKeyword = zB;
|
|
341
|
+
S.isTSObjectKeyword = QB;
|
|
342
342
|
S.isTSOptionalType = dk;
|
|
343
|
-
S.isTSParameterProperty =
|
|
343
|
+
S.isTSParameterProperty = jB;
|
|
344
344
|
S.isTSParenthesizedType = Tk;
|
|
345
|
-
S.isTSPropertySignature =
|
|
346
|
-
S.isTSQualifiedName =
|
|
345
|
+
S.isTSPropertySignature = VB;
|
|
346
|
+
S.isTSQualifiedName = RB;
|
|
347
347
|
S.isTSRestType = hk;
|
|
348
348
|
S.isTSSatisfiesExpression = Nk;
|
|
349
|
-
S.isTSStringKeyword =
|
|
349
|
+
S.isTSStringKeyword = ZB;
|
|
350
350
|
S.isTSSymbolKeyword = ek;
|
|
351
351
|
S.isTSTemplateLiteralType = Pk;
|
|
352
352
|
S.isTSThisType = sk;
|
|
@@ -373,30 +373,30 @@ var Tt = A((S) => {
|
|
|
373
373
|
S.isTemplateLiteral = BN;
|
|
374
374
|
S.isTerminatorless = rF;
|
|
375
375
|
S.isThisExpression = tN;
|
|
376
|
-
S.isThisTypeAnnotation =
|
|
376
|
+
S.isThisTypeAnnotation = F3;
|
|
377
377
|
S.isThrowStatement = rN;
|
|
378
|
-
S.isTopicReference =
|
|
378
|
+
S.isTopicReference = NB;
|
|
379
379
|
S.isTryStatement = nN;
|
|
380
|
-
S.isTupleExpression =
|
|
381
|
-
S.isTupleTypeAnnotation =
|
|
382
|
-
S.isTypeAlias =
|
|
383
|
-
S.isTypeAnnotation =
|
|
384
|
-
S.isTypeCastExpression =
|
|
385
|
-
S.isTypeParameter =
|
|
386
|
-
S.isTypeParameterDeclaration =
|
|
387
|
-
S.isTypeParameterInstantiation = $
|
|
380
|
+
S.isTupleExpression = IB;
|
|
381
|
+
S.isTupleTypeAnnotation = j3;
|
|
382
|
+
S.isTypeAlias = M3;
|
|
383
|
+
S.isTypeAnnotation = R3;
|
|
384
|
+
S.isTypeCastExpression = q3;
|
|
385
|
+
S.isTypeParameter = U3;
|
|
386
|
+
S.isTypeParameterDeclaration = V3;
|
|
387
|
+
S.isTypeParameterInstantiation = $3;
|
|
388
388
|
S.isTypeScript = RF;
|
|
389
|
-
S.isTypeofTypeAnnotation =
|
|
389
|
+
S.isTypeofTypeAnnotation = L3;
|
|
390
390
|
S.isUnaryExpression = sN;
|
|
391
391
|
S.isUnaryLike = vF;
|
|
392
|
-
S.isUnionTypeAnnotation =
|
|
392
|
+
S.isUnionTypeAnnotation = W3;
|
|
393
393
|
S.isUpdateExpression = iN;
|
|
394
394
|
S.isUserWhitespacable = EF;
|
|
395
|
-
S.isV8IntrinsicIdentifier =
|
|
395
|
+
S.isV8IntrinsicIdentifier = SB;
|
|
396
396
|
S.isVariableDeclaration = aN;
|
|
397
397
|
S.isVariableDeclarator = oN;
|
|
398
|
-
S.isVariance =
|
|
399
|
-
S.isVoidTypeAnnotation =
|
|
398
|
+
S.isVariance = K3;
|
|
399
|
+
S.isVoidTypeAnnotation = G3;
|
|
400
400
|
S.isWhile = aF;
|
|
401
401
|
S.isWhileStatement = lN;
|
|
402
402
|
S.isWithStatement = uN;
|
|
@@ -782,438 +782,438 @@ var Tt = A((S) => {
|
|
|
782
782
|
return !e || e.type !== "DeclareClass" ? !1 : t == null || (0, P.default)(e, t);
|
|
783
783
|
}
|
|
784
784
|
i(ZN, "isDeclareClass");
|
|
785
|
-
function
|
|
785
|
+
function e3(e, t) {
|
|
786
786
|
return !e || e.type !== "DeclareFunction" ? !1 : t == null || (0, P.default)(e, t);
|
|
787
787
|
}
|
|
788
|
-
i(
|
|
789
|
-
function
|
|
788
|
+
i(e3, "isDeclareFunction");
|
|
789
|
+
function t3(e, t) {
|
|
790
790
|
return !e || e.type !== "DeclareInterface" ? !1 : t == null || (0, P.default)(e, t);
|
|
791
791
|
}
|
|
792
|
-
i(
|
|
793
|
-
function
|
|
792
|
+
i(t3, "isDeclareInterface");
|
|
793
|
+
function r3(e, t) {
|
|
794
794
|
return !e || e.type !== "DeclareModule" ? !1 : t == null || (0, P.default)(e, t);
|
|
795
795
|
}
|
|
796
|
-
i(
|
|
797
|
-
function
|
|
796
|
+
i(r3, "isDeclareModule");
|
|
797
|
+
function n3(e, t) {
|
|
798
798
|
return !e || e.type !== "DeclareModuleExports" ? !1 : t == null || (0, P.default)(e, t);
|
|
799
799
|
}
|
|
800
|
-
i(
|
|
801
|
-
function
|
|
800
|
+
i(n3, "isDeclareModuleExports");
|
|
801
|
+
function s3(e, t) {
|
|
802
802
|
return !e || e.type !== "DeclareTypeAlias" ? !1 : t == null || (0, P.default)(e, t);
|
|
803
803
|
}
|
|
804
|
-
i(
|
|
805
|
-
function
|
|
804
|
+
i(s3, "isDeclareTypeAlias");
|
|
805
|
+
function i3(e, t) {
|
|
806
806
|
return !e || e.type !== "DeclareOpaqueType" ? !1 : t == null || (0, P.default)(e, t);
|
|
807
807
|
}
|
|
808
|
-
i(
|
|
809
|
-
function
|
|
808
|
+
i(i3, "isDeclareOpaqueType");
|
|
809
|
+
function a3(e, t) {
|
|
810
810
|
return !e || e.type !== "DeclareVariable" ? !1 : t == null || (0, P.default)(e, t);
|
|
811
811
|
}
|
|
812
|
-
i(
|
|
813
|
-
function
|
|
812
|
+
i(a3, "isDeclareVariable");
|
|
813
|
+
function o3(e, t) {
|
|
814
814
|
return !e || e.type !== "DeclareExportDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
815
815
|
}
|
|
816
|
-
i(
|
|
817
|
-
function
|
|
816
|
+
i(o3, "isDeclareExportDeclaration");
|
|
817
|
+
function l3(e, t) {
|
|
818
818
|
return !e || e.type !== "DeclareExportAllDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
819
819
|
}
|
|
820
|
-
i(
|
|
821
|
-
function
|
|
820
|
+
i(l3, "isDeclareExportAllDeclaration");
|
|
821
|
+
function u3(e, t) {
|
|
822
822
|
return !e || e.type !== "DeclaredPredicate" ? !1 : t == null || (0, P.default)(e, t);
|
|
823
823
|
}
|
|
824
|
-
i(
|
|
825
|
-
function
|
|
824
|
+
i(u3, "isDeclaredPredicate");
|
|
825
|
+
function c3(e, t) {
|
|
826
826
|
return !e || e.type !== "ExistsTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
827
827
|
}
|
|
828
|
-
i(
|
|
829
|
-
function
|
|
828
|
+
i(c3, "isExistsTypeAnnotation");
|
|
829
|
+
function p3(e, t) {
|
|
830
830
|
return !e || e.type !== "FunctionTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
831
831
|
}
|
|
832
|
-
i(
|
|
833
|
-
function
|
|
832
|
+
i(p3, "isFunctionTypeAnnotation");
|
|
833
|
+
function f3(e, t) {
|
|
834
834
|
return !e || e.type !== "FunctionTypeParam" ? !1 : t == null || (0, P.default)(e, t);
|
|
835
835
|
}
|
|
836
|
-
i(
|
|
837
|
-
function
|
|
836
|
+
i(f3, "isFunctionTypeParam");
|
|
837
|
+
function d3(e, t) {
|
|
838
838
|
return !e || e.type !== "GenericTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
839
839
|
}
|
|
840
|
-
i(
|
|
841
|
-
function
|
|
840
|
+
i(d3, "isGenericTypeAnnotation");
|
|
841
|
+
function h3(e, t) {
|
|
842
842
|
return !e || e.type !== "InferredPredicate" ? !1 : t == null || (0, P.default)(e, t);
|
|
843
843
|
}
|
|
844
|
-
i(
|
|
845
|
-
function
|
|
844
|
+
i(h3, "isInferredPredicate");
|
|
845
|
+
function m3(e, t) {
|
|
846
846
|
return !e || e.type !== "InterfaceExtends" ? !1 : t == null || (0, P.default)(e, t);
|
|
847
847
|
}
|
|
848
|
-
i(
|
|
849
|
-
function
|
|
848
|
+
i(m3, "isInterfaceExtends");
|
|
849
|
+
function y3(e, t) {
|
|
850
850
|
return !e || e.type !== "InterfaceDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
851
851
|
}
|
|
852
|
-
i(
|
|
853
|
-
function
|
|
852
|
+
i(y3, "isInterfaceDeclaration");
|
|
853
|
+
function g3(e, t) {
|
|
854
854
|
return !e || e.type !== "InterfaceTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
855
855
|
}
|
|
856
|
-
i(
|
|
857
|
-
function
|
|
856
|
+
i(g3, "isInterfaceTypeAnnotation");
|
|
857
|
+
function b3(e, t) {
|
|
858
858
|
return !e || e.type !== "IntersectionTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
859
859
|
}
|
|
860
|
-
i(
|
|
861
|
-
function
|
|
860
|
+
i(b3, "isIntersectionTypeAnnotation");
|
|
861
|
+
function E3(e, t) {
|
|
862
862
|
return !e || e.type !== "MixedTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
863
863
|
}
|
|
864
|
-
i(
|
|
865
|
-
function
|
|
864
|
+
i(E3, "isMixedTypeAnnotation");
|
|
865
|
+
function T3(e, t) {
|
|
866
866
|
return !e || e.type !== "EmptyTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
867
867
|
}
|
|
868
|
-
i(
|
|
869
|
-
function
|
|
868
|
+
i(T3, "isEmptyTypeAnnotation");
|
|
869
|
+
function S3(e, t) {
|
|
870
870
|
return !e || e.type !== "NullableTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
871
871
|
}
|
|
872
|
-
i(
|
|
873
|
-
function
|
|
872
|
+
i(S3, "isNullableTypeAnnotation");
|
|
873
|
+
function x3(e, t) {
|
|
874
874
|
return !e || e.type !== "NumberLiteralTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
875
875
|
}
|
|
876
|
-
i(
|
|
877
|
-
function
|
|
876
|
+
i(x3, "isNumberLiteralTypeAnnotation");
|
|
877
|
+
function v3(e, t) {
|
|
878
878
|
return !e || e.type !== "NumberTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
879
879
|
}
|
|
880
|
-
i(
|
|
881
|
-
function
|
|
880
|
+
i(v3, "isNumberTypeAnnotation");
|
|
881
|
+
function P3(e, t) {
|
|
882
882
|
return !e || e.type !== "ObjectTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
883
883
|
}
|
|
884
|
-
i(
|
|
885
|
-
function
|
|
884
|
+
i(P3, "isObjectTypeAnnotation");
|
|
885
|
+
function A3(e, t) {
|
|
886
886
|
return !e || e.type !== "ObjectTypeInternalSlot" ? !1 : t == null || (0, P.default)(e, t);
|
|
887
887
|
}
|
|
888
|
-
i(
|
|
889
|
-
function
|
|
888
|
+
i(A3, "isObjectTypeInternalSlot");
|
|
889
|
+
function C3(e, t) {
|
|
890
890
|
return !e || e.type !== "ObjectTypeCallProperty" ? !1 : t == null || (0, P.default)(e, t);
|
|
891
891
|
}
|
|
892
|
-
i(
|
|
893
|
-
function
|
|
892
|
+
i(C3, "isObjectTypeCallProperty");
|
|
893
|
+
function D3(e, t) {
|
|
894
894
|
return !e || e.type !== "ObjectTypeIndexer" ? !1 : t == null || (0, P.default)(e, t);
|
|
895
895
|
}
|
|
896
|
-
i(
|
|
897
|
-
function
|
|
896
|
+
i(D3, "isObjectTypeIndexer");
|
|
897
|
+
function w3(e, t) {
|
|
898
898
|
return !e || e.type !== "ObjectTypeProperty" ? !1 : t == null || (0, P.default)(e, t);
|
|
899
899
|
}
|
|
900
|
-
i(
|
|
901
|
-
function
|
|
900
|
+
i(w3, "isObjectTypeProperty");
|
|
901
|
+
function I3(e, t) {
|
|
902
902
|
return !e || e.type !== "ObjectTypeSpreadProperty" ? !1 : t == null || (0, P.default)(e, t);
|
|
903
903
|
}
|
|
904
|
-
i(
|
|
905
|
-
function
|
|
904
|
+
i(I3, "isObjectTypeSpreadProperty");
|
|
905
|
+
function _3(e, t) {
|
|
906
906
|
return !e || e.type !== "OpaqueType" ? !1 : t == null || (0, P.default)(e, t);
|
|
907
907
|
}
|
|
908
|
-
i(
|
|
909
|
-
function
|
|
908
|
+
i(_3, "isOpaqueType");
|
|
909
|
+
function O3(e, t) {
|
|
910
910
|
return !e || e.type !== "QualifiedTypeIdentifier" ? !1 : t == null || (0, P.default)(e, t);
|
|
911
911
|
}
|
|
912
|
-
i(
|
|
913
|
-
function
|
|
912
|
+
i(O3, "isQualifiedTypeIdentifier");
|
|
913
|
+
function N3(e, t) {
|
|
914
914
|
return !e || e.type !== "StringLiteralTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
915
915
|
}
|
|
916
|
-
i(
|
|
917
|
-
function
|
|
916
|
+
i(N3, "isStringLiteralTypeAnnotation");
|
|
917
|
+
function B3(e, t) {
|
|
918
918
|
return !e || e.type !== "StringTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
919
919
|
}
|
|
920
|
-
i(
|
|
921
|
-
function
|
|
920
|
+
i(B3, "isStringTypeAnnotation");
|
|
921
|
+
function k3(e, t) {
|
|
922
922
|
return !e || e.type !== "SymbolTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
923
923
|
}
|
|
924
|
-
i(
|
|
925
|
-
function
|
|
924
|
+
i(k3, "isSymbolTypeAnnotation");
|
|
925
|
+
function F3(e, t) {
|
|
926
926
|
return !e || e.type !== "ThisTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
927
927
|
}
|
|
928
|
-
i(
|
|
929
|
-
function
|
|
928
|
+
i(F3, "isThisTypeAnnotation");
|
|
929
|
+
function j3(e, t) {
|
|
930
930
|
return !e || e.type !== "TupleTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
931
931
|
}
|
|
932
|
-
i(
|
|
933
|
-
function
|
|
932
|
+
i(j3, "isTupleTypeAnnotation");
|
|
933
|
+
function L3(e, t) {
|
|
934
934
|
return !e || e.type !== "TypeofTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
935
935
|
}
|
|
936
|
-
i(
|
|
937
|
-
function
|
|
936
|
+
i(L3, "isTypeofTypeAnnotation");
|
|
937
|
+
function M3(e, t) {
|
|
938
938
|
return !e || e.type !== "TypeAlias" ? !1 : t == null || (0, P.default)(e, t);
|
|
939
939
|
}
|
|
940
|
-
i(
|
|
941
|
-
function
|
|
940
|
+
i(M3, "isTypeAlias");
|
|
941
|
+
function R3(e, t) {
|
|
942
942
|
return !e || e.type !== "TypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
943
943
|
}
|
|
944
|
-
i(
|
|
945
|
-
function
|
|
944
|
+
i(R3, "isTypeAnnotation");
|
|
945
|
+
function q3(e, t) {
|
|
946
946
|
return !e || e.type !== "TypeCastExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
947
947
|
}
|
|
948
|
-
i(
|
|
949
|
-
function
|
|
948
|
+
i(q3, "isTypeCastExpression");
|
|
949
|
+
function U3(e, t) {
|
|
950
950
|
return !e || e.type !== "TypeParameter" ? !1 : t == null || (0, P.default)(e, t);
|
|
951
951
|
}
|
|
952
|
-
i(
|
|
953
|
-
function
|
|
952
|
+
i(U3, "isTypeParameter");
|
|
953
|
+
function V3(e, t) {
|
|
954
954
|
return !e || e.type !== "TypeParameterDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
955
955
|
}
|
|
956
|
-
i(
|
|
957
|
-
function $
|
|
956
|
+
i(V3, "isTypeParameterDeclaration");
|
|
957
|
+
function $3(e, t) {
|
|
958
958
|
return !e || e.type !== "TypeParameterInstantiation" ? !1 : t == null || (0, P.default)(e, t);
|
|
959
959
|
}
|
|
960
|
-
i($
|
|
961
|
-
function
|
|
960
|
+
i($3, "isTypeParameterInstantiation");
|
|
961
|
+
function W3(e, t) {
|
|
962
962
|
return !e || e.type !== "UnionTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
963
963
|
}
|
|
964
|
-
i(
|
|
965
|
-
function
|
|
964
|
+
i(W3, "isUnionTypeAnnotation");
|
|
965
|
+
function K3(e, t) {
|
|
966
966
|
return !e || e.type !== "Variance" ? !1 : t == null || (0, P.default)(e, t);
|
|
967
967
|
}
|
|
968
|
-
i(
|
|
969
|
-
function
|
|
968
|
+
i(K3, "isVariance");
|
|
969
|
+
function G3(e, t) {
|
|
970
970
|
return !e || e.type !== "VoidTypeAnnotation" ? !1 : t == null || (0, P.default)(e, t);
|
|
971
971
|
}
|
|
972
|
-
i(
|
|
973
|
-
function
|
|
972
|
+
i(G3, "isVoidTypeAnnotation");
|
|
973
|
+
function H3(e, t) {
|
|
974
974
|
return !e || e.type !== "EnumDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
975
975
|
}
|
|
976
|
-
i(
|
|
977
|
-
function
|
|
976
|
+
i(H3, "isEnumDeclaration");
|
|
977
|
+
function Y3(e, t) {
|
|
978
978
|
return !e || e.type !== "EnumBooleanBody" ? !1 : t == null || (0, P.default)(e, t);
|
|
979
979
|
}
|
|
980
|
-
i(
|
|
981
|
-
function
|
|
980
|
+
i(Y3, "isEnumBooleanBody");
|
|
981
|
+
function J3(e, t) {
|
|
982
982
|
return !e || e.type !== "EnumNumberBody" ? !1 : t == null || (0, P.default)(e, t);
|
|
983
983
|
}
|
|
984
|
-
i(
|
|
985
|
-
function
|
|
984
|
+
i(J3, "isEnumNumberBody");
|
|
985
|
+
function X3(e, t) {
|
|
986
986
|
return !e || e.type !== "EnumStringBody" ? !1 : t == null || (0, P.default)(e, t);
|
|
987
987
|
}
|
|
988
|
-
i(
|
|
989
|
-
function
|
|
988
|
+
i(X3, "isEnumStringBody");
|
|
989
|
+
function z3(e, t) {
|
|
990
990
|
return !e || e.type !== "EnumSymbolBody" ? !1 : t == null || (0, P.default)(e, t);
|
|
991
991
|
}
|
|
992
|
-
i(
|
|
993
|
-
function
|
|
992
|
+
i(z3, "isEnumSymbolBody");
|
|
993
|
+
function Q3(e, t) {
|
|
994
994
|
return !e || e.type !== "EnumBooleanMember" ? !1 : t == null || (0, P.default)(e, t);
|
|
995
995
|
}
|
|
996
|
-
i(
|
|
997
|
-
function
|
|
996
|
+
i(Q3, "isEnumBooleanMember");
|
|
997
|
+
function Z3(e, t) {
|
|
998
998
|
return !e || e.type !== "EnumNumberMember" ? !1 : t == null || (0, P.default)(e, t);
|
|
999
999
|
}
|
|
1000
|
-
i(
|
|
1001
|
-
function
|
|
1000
|
+
i(Z3, "isEnumNumberMember");
|
|
1001
|
+
function eB(e, t) {
|
|
1002
1002
|
return !e || e.type !== "EnumStringMember" ? !1 : t == null || (0, P.default)(e, t);
|
|
1003
1003
|
}
|
|
1004
|
-
i(
|
|
1005
|
-
function
|
|
1004
|
+
i(eB, "isEnumStringMember");
|
|
1005
|
+
function tB(e, t) {
|
|
1006
1006
|
return !e || e.type !== "EnumDefaultedMember" ? !1 : t == null || (0, P.default)(e, t);
|
|
1007
1007
|
}
|
|
1008
|
-
i(
|
|
1009
|
-
function
|
|
1008
|
+
i(tB, "isEnumDefaultedMember");
|
|
1009
|
+
function rB(e, t) {
|
|
1010
1010
|
return !e || e.type !== "IndexedAccessType" ? !1 : t == null || (0, P.default)(e, t);
|
|
1011
1011
|
}
|
|
1012
|
-
i(
|
|
1013
|
-
function
|
|
1012
|
+
i(rB, "isIndexedAccessType");
|
|
1013
|
+
function nB(e, t) {
|
|
1014
1014
|
return !e || e.type !== "OptionalIndexedAccessType" ? !1 : t == null || (0, P.default)(e, t);
|
|
1015
1015
|
}
|
|
1016
|
-
i(
|
|
1017
|
-
function
|
|
1016
|
+
i(nB, "isOptionalIndexedAccessType");
|
|
1017
|
+
function sB(e, t) {
|
|
1018
1018
|
return !e || e.type !== "JSXAttribute" ? !1 : t == null || (0, P.default)(e, t);
|
|
1019
1019
|
}
|
|
1020
|
-
i(
|
|
1021
|
-
function
|
|
1020
|
+
i(sB, "isJSXAttribute");
|
|
1021
|
+
function iB(e, t) {
|
|
1022
1022
|
return !e || e.type !== "JSXClosingElement" ? !1 : t == null || (0, P.default)(e, t);
|
|
1023
1023
|
}
|
|
1024
|
-
i(
|
|
1025
|
-
function
|
|
1024
|
+
i(iB, "isJSXClosingElement");
|
|
1025
|
+
function aB(e, t) {
|
|
1026
1026
|
return !e || e.type !== "JSXElement" ? !1 : t == null || (0, P.default)(e, t);
|
|
1027
1027
|
}
|
|
1028
|
-
i(
|
|
1029
|
-
function
|
|
1028
|
+
i(aB, "isJSXElement");
|
|
1029
|
+
function oB(e, t) {
|
|
1030
1030
|
return !e || e.type !== "JSXEmptyExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1031
1031
|
}
|
|
1032
|
-
i(
|
|
1033
|
-
function
|
|
1032
|
+
i(oB, "isJSXEmptyExpression");
|
|
1033
|
+
function lB(e, t) {
|
|
1034
1034
|
return !e || e.type !== "JSXExpressionContainer" ? !1 : t == null || (0, P.default)(e, t);
|
|
1035
1035
|
}
|
|
1036
|
-
i(
|
|
1037
|
-
function
|
|
1036
|
+
i(lB, "isJSXExpressionContainer");
|
|
1037
|
+
function uB(e, t) {
|
|
1038
1038
|
return !e || e.type !== "JSXSpreadChild" ? !1 : t == null || (0, P.default)(e, t);
|
|
1039
1039
|
}
|
|
1040
|
-
i(
|
|
1041
|
-
function
|
|
1040
|
+
i(uB, "isJSXSpreadChild");
|
|
1041
|
+
function cB(e, t) {
|
|
1042
1042
|
return !e || e.type !== "JSXIdentifier" ? !1 : t == null || (0, P.default)(e, t);
|
|
1043
1043
|
}
|
|
1044
|
-
i(
|
|
1045
|
-
function
|
|
1044
|
+
i(cB, "isJSXIdentifier");
|
|
1045
|
+
function pB(e, t) {
|
|
1046
1046
|
return !e || e.type !== "JSXMemberExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1047
1047
|
}
|
|
1048
|
-
i(
|
|
1049
|
-
function
|
|
1048
|
+
i(pB, "isJSXMemberExpression");
|
|
1049
|
+
function fB(e, t) {
|
|
1050
1050
|
return !e || e.type !== "JSXNamespacedName" ? !1 : t == null || (0, P.default)(e, t);
|
|
1051
1051
|
}
|
|
1052
|
-
i(
|
|
1053
|
-
function
|
|
1052
|
+
i(fB, "isJSXNamespacedName");
|
|
1053
|
+
function dB(e, t) {
|
|
1054
1054
|
return !e || e.type !== "JSXOpeningElement" ? !1 : t == null || (0, P.default)(e, t);
|
|
1055
1055
|
}
|
|
1056
|
-
i(
|
|
1057
|
-
function
|
|
1056
|
+
i(dB, "isJSXOpeningElement");
|
|
1057
|
+
function hB(e, t) {
|
|
1058
1058
|
return !e || e.type !== "JSXSpreadAttribute" ? !1 : t == null || (0, P.default)(e, t);
|
|
1059
1059
|
}
|
|
1060
|
-
i(
|
|
1061
|
-
function
|
|
1060
|
+
i(hB, "isJSXSpreadAttribute");
|
|
1061
|
+
function mB(e, t) {
|
|
1062
1062
|
return !e || e.type !== "JSXText" ? !1 : t == null || (0, P.default)(e, t);
|
|
1063
1063
|
}
|
|
1064
|
-
i(
|
|
1065
|
-
function
|
|
1064
|
+
i(mB, "isJSXText");
|
|
1065
|
+
function yB(e, t) {
|
|
1066
1066
|
return !e || e.type !== "JSXFragment" ? !1 : t == null || (0, P.default)(e, t);
|
|
1067
1067
|
}
|
|
1068
|
-
i(
|
|
1069
|
-
function
|
|
1068
|
+
i(yB, "isJSXFragment");
|
|
1069
|
+
function gB(e, t) {
|
|
1070
1070
|
return !e || e.type !== "JSXOpeningFragment" ? !1 : t == null || (0, P.default)(e, t);
|
|
1071
1071
|
}
|
|
1072
|
-
i(
|
|
1073
|
-
function
|
|
1072
|
+
i(gB, "isJSXOpeningFragment");
|
|
1073
|
+
function bB(e, t) {
|
|
1074
1074
|
return !e || e.type !== "JSXClosingFragment" ? !1 : t == null || (0, P.default)(e, t);
|
|
1075
1075
|
}
|
|
1076
|
-
i(
|
|
1077
|
-
function
|
|
1076
|
+
i(bB, "isJSXClosingFragment");
|
|
1077
|
+
function EB(e, t) {
|
|
1078
1078
|
return !e || e.type !== "Noop" ? !1 : t == null || (0, P.default)(e, t);
|
|
1079
1079
|
}
|
|
1080
|
-
i(
|
|
1081
|
-
function
|
|
1080
|
+
i(EB, "isNoop");
|
|
1081
|
+
function TB(e, t) {
|
|
1082
1082
|
return !e || e.type !== "Placeholder" ? !1 : t == null || (0, P.default)(e, t);
|
|
1083
1083
|
}
|
|
1084
|
-
i(
|
|
1085
|
-
function
|
|
1084
|
+
i(TB, "isPlaceholder");
|
|
1085
|
+
function SB(e, t) {
|
|
1086
1086
|
return !e || e.type !== "V8IntrinsicIdentifier" ? !1 : t == null || (0, P.default)(e, t);
|
|
1087
1087
|
}
|
|
1088
|
-
i(
|
|
1089
|
-
function
|
|
1088
|
+
i(SB, "isV8IntrinsicIdentifier");
|
|
1089
|
+
function xB(e, t) {
|
|
1090
1090
|
return !e || e.type !== "ArgumentPlaceholder" ? !1 : t == null || (0, P.default)(e, t);
|
|
1091
1091
|
}
|
|
1092
|
-
i(
|
|
1093
|
-
function
|
|
1092
|
+
i(xB, "isArgumentPlaceholder");
|
|
1093
|
+
function vB(e, t) {
|
|
1094
1094
|
return !e || e.type !== "BindExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1095
1095
|
}
|
|
1096
|
-
i(
|
|
1097
|
-
function
|
|
1096
|
+
i(vB, "isBindExpression");
|
|
1097
|
+
function PB(e, t) {
|
|
1098
1098
|
return !e || e.type !== "ImportAttribute" ? !1 : t == null || (0, P.default)(e, t);
|
|
1099
1099
|
}
|
|
1100
|
-
i(
|
|
1101
|
-
function
|
|
1100
|
+
i(PB, "isImportAttribute");
|
|
1101
|
+
function AB(e, t) {
|
|
1102
1102
|
return !e || e.type !== "Decorator" ? !1 : t == null || (0, P.default)(e, t);
|
|
1103
1103
|
}
|
|
1104
|
-
i(
|
|
1105
|
-
function
|
|
1104
|
+
i(AB, "isDecorator");
|
|
1105
|
+
function CB(e, t) {
|
|
1106
1106
|
return !e || e.type !== "DoExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1107
1107
|
}
|
|
1108
|
-
i(
|
|
1109
|
-
function
|
|
1108
|
+
i(CB, "isDoExpression");
|
|
1109
|
+
function DB(e, t) {
|
|
1110
1110
|
return !e || e.type !== "ExportDefaultSpecifier" ? !1 : t == null || (0, P.default)(e, t);
|
|
1111
1111
|
}
|
|
1112
|
-
i(
|
|
1113
|
-
function
|
|
1112
|
+
i(DB, "isExportDefaultSpecifier");
|
|
1113
|
+
function wB(e, t) {
|
|
1114
1114
|
return !e || e.type !== "RecordExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1115
1115
|
}
|
|
1116
|
-
i(
|
|
1117
|
-
function
|
|
1116
|
+
i(wB, "isRecordExpression");
|
|
1117
|
+
function IB(e, t) {
|
|
1118
1118
|
return !e || e.type !== "TupleExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1119
1119
|
}
|
|
1120
|
-
i(
|
|
1121
|
-
function
|
|
1120
|
+
i(IB, "isTupleExpression");
|
|
1121
|
+
function _B(e, t) {
|
|
1122
1122
|
return !e || e.type !== "DecimalLiteral" ? !1 : t == null || (0, P.default)(e, t);
|
|
1123
1123
|
}
|
|
1124
|
-
i(
|
|
1125
|
-
function
|
|
1124
|
+
i(_B, "isDecimalLiteral");
|
|
1125
|
+
function OB(e, t) {
|
|
1126
1126
|
return !e || e.type !== "ModuleExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1127
1127
|
}
|
|
1128
|
-
i(
|
|
1129
|
-
function
|
|
1128
|
+
i(OB, "isModuleExpression");
|
|
1129
|
+
function NB(e, t) {
|
|
1130
1130
|
return !e || e.type !== "TopicReference" ? !1 : t == null || (0, P.default)(e, t);
|
|
1131
1131
|
}
|
|
1132
|
-
i(
|
|
1133
|
-
function
|
|
1132
|
+
i(NB, "isTopicReference");
|
|
1133
|
+
function BB(e, t) {
|
|
1134
1134
|
return !e || e.type !== "PipelineTopicExpression" ? !1 : t == null || (0, P.default)(e, t);
|
|
1135
1135
|
}
|
|
1136
|
-
i(
|
|
1137
|
-
function
|
|
1136
|
+
i(BB, "isPipelineTopicExpression");
|
|
1137
|
+
function kB(e, t) {
|
|
1138
1138
|
return !e || e.type !== "PipelineBareFunction" ? !1 : t == null || (0, P.default)(e, t);
|
|
1139
1139
|
}
|
|
1140
|
-
i(
|
|
1141
|
-
function
|
|
1140
|
+
i(kB, "isPipelineBareFunction");
|
|
1141
|
+
function FB(e, t) {
|
|
1142
1142
|
return !e || e.type !== "PipelinePrimaryTopicReference" ? !1 : t == null || (0, P.default)(e, t);
|
|
1143
1143
|
}
|
|
1144
|
-
i(
|
|
1145
|
-
function
|
|
1144
|
+
i(FB, "isPipelinePrimaryTopicReference");
|
|
1145
|
+
function jB(e, t) {
|
|
1146
1146
|
return !e || e.type !== "TSParameterProperty" ? !1 : t == null || (0, P.default)(e, t);
|
|
1147
1147
|
}
|
|
1148
|
-
i(
|
|
1149
|
-
function
|
|
1148
|
+
i(jB, "isTSParameterProperty");
|
|
1149
|
+
function LB(e, t) {
|
|
1150
1150
|
return !e || e.type !== "TSDeclareFunction" ? !1 : t == null || (0, P.default)(e, t);
|
|
1151
1151
|
}
|
|
1152
|
-
i(
|
|
1153
|
-
function
|
|
1152
|
+
i(LB, "isTSDeclareFunction");
|
|
1153
|
+
function MB(e, t) {
|
|
1154
1154
|
return !e || e.type !== "TSDeclareMethod" ? !1 : t == null || (0, P.default)(e, t);
|
|
1155
1155
|
}
|
|
1156
|
-
i(
|
|
1157
|
-
function
|
|
1156
|
+
i(MB, "isTSDeclareMethod");
|
|
1157
|
+
function RB(e, t) {
|
|
1158
1158
|
return !e || e.type !== "TSQualifiedName" ? !1 : t == null || (0, P.default)(e, t);
|
|
1159
1159
|
}
|
|
1160
|
-
i(
|
|
1161
|
-
function
|
|
1160
|
+
i(RB, "isTSQualifiedName");
|
|
1161
|
+
function qB(e, t) {
|
|
1162
1162
|
return !e || e.type !== "TSCallSignatureDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
1163
1163
|
}
|
|
1164
|
-
i(
|
|
1165
|
-
function
|
|
1164
|
+
i(qB, "isTSCallSignatureDeclaration");
|
|
1165
|
+
function UB(e, t) {
|
|
1166
1166
|
return !e || e.type !== "TSConstructSignatureDeclaration" ? !1 : t == null || (0, P.default)(e, t);
|
|
1167
1167
|
}
|
|
1168
|
-
i(
|
|
1169
|
-
function
|
|
1168
|
+
i(UB, "isTSConstructSignatureDeclaration");
|
|
1169
|
+
function VB(e, t) {
|
|
1170
1170
|
return !e || e.type !== "TSPropertySignature" ? !1 : t == null || (0, P.default)(e, t);
|
|
1171
1171
|
}
|
|
1172
|
-
i(
|
|
1173
|
-
function $
|
|
1172
|
+
i(VB, "isTSPropertySignature");
|
|
1173
|
+
function $B(e, t) {
|
|
1174
1174
|
return !e || e.type !== "TSMethodSignature" ? !1 : t == null || (0, P.default)(e, t);
|
|
1175
1175
|
}
|
|
1176
|
-
i($
|
|
1177
|
-
function
|
|
1176
|
+
i($B, "isTSMethodSignature");
|
|
1177
|
+
function WB(e, t) {
|
|
1178
1178
|
return !e || e.type !== "TSIndexSignature" ? !1 : t == null || (0, P.default)(e, t);
|
|
1179
1179
|
}
|
|
1180
|
-
i(
|
|
1181
|
-
function
|
|
1180
|
+
i(WB, "isTSIndexSignature");
|
|
1181
|
+
function KB(e, t) {
|
|
1182
1182
|
return !e || e.type !== "TSAnyKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1183
1183
|
}
|
|
1184
|
-
i(
|
|
1185
|
-
function
|
|
1184
|
+
i(KB, "isTSAnyKeyword");
|
|
1185
|
+
function GB(e, t) {
|
|
1186
1186
|
return !e || e.type !== "TSBooleanKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1187
1187
|
}
|
|
1188
|
-
i(
|
|
1189
|
-
function
|
|
1188
|
+
i(GB, "isTSBooleanKeyword");
|
|
1189
|
+
function HB(e, t) {
|
|
1190
1190
|
return !e || e.type !== "TSBigIntKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1191
1191
|
}
|
|
1192
|
-
i(
|
|
1193
|
-
function
|
|
1192
|
+
i(HB, "isTSBigIntKeyword");
|
|
1193
|
+
function YB(e, t) {
|
|
1194
1194
|
return !e || e.type !== "TSIntrinsicKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1195
1195
|
}
|
|
1196
|
-
i(
|
|
1197
|
-
function
|
|
1196
|
+
i(YB, "isTSIntrinsicKeyword");
|
|
1197
|
+
function JB(e, t) {
|
|
1198
1198
|
return !e || e.type !== "TSNeverKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1199
1199
|
}
|
|
1200
|
-
i(
|
|
1201
|
-
function
|
|
1200
|
+
i(JB, "isTSNeverKeyword");
|
|
1201
|
+
function XB(e, t) {
|
|
1202
1202
|
return !e || e.type !== "TSNullKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1203
1203
|
}
|
|
1204
|
-
i(
|
|
1205
|
-
function
|
|
1204
|
+
i(XB, "isTSNullKeyword");
|
|
1205
|
+
function zB(e, t) {
|
|
1206
1206
|
return !e || e.type !== "TSNumberKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1207
1207
|
}
|
|
1208
|
-
i(
|
|
1209
|
-
function
|
|
1208
|
+
i(zB, "isTSNumberKeyword");
|
|
1209
|
+
function QB(e, t) {
|
|
1210
1210
|
return !e || e.type !== "TSObjectKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1211
1211
|
}
|
|
1212
|
-
i(
|
|
1213
|
-
function
|
|
1212
|
+
i(QB, "isTSObjectKeyword");
|
|
1213
|
+
function ZB(e, t) {
|
|
1214
1214
|
return !e || e.type !== "TSStringKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1215
1215
|
}
|
|
1216
|
-
i(
|
|
1216
|
+
i(ZB, "isTSStringKeyword");
|
|
1217
1217
|
function ek(e, t) {
|
|
1218
1218
|
return !e || e.type !== "TSSymbolKeyword" ? !1 : t == null || (0, P.default)(e, t);
|
|
1219
1219
|
}
|
|
@@ -10688,16 +10688,16 @@ var gE = A((x) => {
|
|
|
10688
10688
|
value: !0
|
|
10689
10689
|
});
|
|
10690
10690
|
x.assertAccessor = dU;
|
|
10691
|
-
x.assertAnyTypeAnnotation =
|
|
10691
|
+
x.assertAnyTypeAnnotation = O7;
|
|
10692
10692
|
x.assertArgumentPlaceholder = a9;
|
|
10693
10693
|
x.assertArrayExpression = zM;
|
|
10694
10694
|
x.assertArrayPattern = J5;
|
|
10695
|
-
x.assertArrayTypeAnnotation =
|
|
10695
|
+
x.assertArrayTypeAnnotation = N7;
|
|
10696
10696
|
x.assertArrowFunctionExpression = X5;
|
|
10697
10697
|
x.assertAssignmentExpression = QM;
|
|
10698
10698
|
x.assertAssignmentPattern = Y5;
|
|
10699
|
-
x.assertAwaitExpression =
|
|
10700
|
-
x.assertBigIntLiteral =
|
|
10699
|
+
x.assertAwaitExpression = E7;
|
|
10700
|
+
x.assertBigIntLiteral = S7;
|
|
10701
10701
|
x.assertBinary = Fq;
|
|
10702
10702
|
x.assertBinaryExpression = ZM;
|
|
10703
10703
|
x.assertBindExpression = o9;
|
|
@@ -10705,21 +10705,21 @@ var gE = A((x) => {
|
|
|
10705
10705
|
x.assertBlockParent = Lq;
|
|
10706
10706
|
x.assertBlockStatement = n5;
|
|
10707
10707
|
x.assertBooleanLiteral = P5;
|
|
10708
|
-
x.assertBooleanLiteralTypeAnnotation =
|
|
10709
|
-
x.assertBooleanTypeAnnotation =
|
|
10708
|
+
x.assertBooleanLiteralTypeAnnotation = k7;
|
|
10709
|
+
x.assertBooleanTypeAnnotation = B7;
|
|
10710
10710
|
x.assertBreakStatement = s5;
|
|
10711
10711
|
x.assertCallExpression = i5;
|
|
10712
10712
|
x.assertCatchClause = a5;
|
|
10713
10713
|
x.assertClass = uU;
|
|
10714
|
-
x.assertClassAccessorProperty =
|
|
10714
|
+
x.assertClassAccessorProperty = C7;
|
|
10715
10715
|
x.assertClassBody = z5;
|
|
10716
10716
|
x.assertClassDeclaration = Z5;
|
|
10717
10717
|
x.assertClassExpression = Q5;
|
|
10718
|
-
x.assertClassImplements =
|
|
10719
|
-
x.assertClassMethod =
|
|
10720
|
-
x.assertClassPrivateMethod =
|
|
10721
|
-
x.assertClassPrivateProperty =
|
|
10722
|
-
x.assertClassProperty =
|
|
10718
|
+
x.assertClassImplements = j7;
|
|
10719
|
+
x.assertClassMethod = p7;
|
|
10720
|
+
x.assertClassPrivateMethod = w7;
|
|
10721
|
+
x.assertClassPrivateProperty = D7;
|
|
10722
|
+
x.assertClassProperty = A7;
|
|
10723
10723
|
x.assertCompletionStatement = Uq;
|
|
10724
10724
|
x.assertConditional = Vq;
|
|
10725
10725
|
x.assertConditionalExpression = o5;
|
|
@@ -10727,43 +10727,43 @@ var gE = A((x) => {
|
|
|
10727
10727
|
x.assertDebuggerStatement = u5;
|
|
10728
10728
|
x.assertDecimalLiteral = h9;
|
|
10729
10729
|
x.assertDeclaration = zq;
|
|
10730
|
-
x.assertDeclareClass =
|
|
10731
|
-
x.assertDeclareExportAllDeclaration =
|
|
10732
|
-
x.assertDeclareExportDeclaration =
|
|
10733
|
-
x.assertDeclareFunction =
|
|
10734
|
-
x.assertDeclareInterface =
|
|
10735
|
-
x.assertDeclareModule =
|
|
10736
|
-
x.assertDeclareModuleExports =
|
|
10737
|
-
x.assertDeclareOpaqueType = $
|
|
10738
|
-
x.assertDeclareTypeAlias =
|
|
10739
|
-
x.assertDeclareVariable =
|
|
10740
|
-
x.assertDeclaredPredicate =
|
|
10730
|
+
x.assertDeclareClass = L7;
|
|
10731
|
+
x.assertDeclareExportAllDeclaration = G7;
|
|
10732
|
+
x.assertDeclareExportDeclaration = K7;
|
|
10733
|
+
x.assertDeclareFunction = M7;
|
|
10734
|
+
x.assertDeclareInterface = R7;
|
|
10735
|
+
x.assertDeclareModule = q7;
|
|
10736
|
+
x.assertDeclareModuleExports = U7;
|
|
10737
|
+
x.assertDeclareOpaqueType = $7;
|
|
10738
|
+
x.assertDeclareTypeAlias = V7;
|
|
10739
|
+
x.assertDeclareVariable = W7;
|
|
10740
|
+
x.assertDeclaredPredicate = H7;
|
|
10741
10741
|
x.assertDecorator = u9;
|
|
10742
10742
|
x.assertDirective = t5;
|
|
10743
10743
|
x.assertDirectiveLiteral = r5;
|
|
10744
10744
|
x.assertDoExpression = c9;
|
|
10745
10745
|
x.assertDoWhileStatement = c5;
|
|
10746
10746
|
x.assertEmptyStatement = p5;
|
|
10747
|
-
x.assertEmptyTypeAnnotation =
|
|
10747
|
+
x.assertEmptyTypeAnnotation = sR;
|
|
10748
10748
|
x.assertEnumBody = TU;
|
|
10749
|
-
x.assertEnumBooleanBody =
|
|
10750
|
-
x.assertEnumBooleanMember =
|
|
10751
|
-
x.assertEnumDeclaration =
|
|
10752
|
-
x.assertEnumDefaultedMember =
|
|
10749
|
+
x.assertEnumBooleanBody = NR;
|
|
10750
|
+
x.assertEnumBooleanMember = jR;
|
|
10751
|
+
x.assertEnumDeclaration = OR;
|
|
10752
|
+
x.assertEnumDefaultedMember = RR;
|
|
10753
10753
|
x.assertEnumMember = SU;
|
|
10754
|
-
x.assertEnumNumberBody =
|
|
10755
|
-
x.assertEnumNumberMember =
|
|
10756
|
-
x.assertEnumStringBody =
|
|
10757
|
-
x.assertEnumStringMember =
|
|
10758
|
-
x.assertEnumSymbolBody =
|
|
10759
|
-
x.assertExistsTypeAnnotation =
|
|
10760
|
-
x.assertExportAllDeclaration =
|
|
10754
|
+
x.assertEnumNumberBody = BR;
|
|
10755
|
+
x.assertEnumNumberMember = LR;
|
|
10756
|
+
x.assertEnumStringBody = kR;
|
|
10757
|
+
x.assertEnumStringMember = MR;
|
|
10758
|
+
x.assertEnumSymbolBody = FR;
|
|
10759
|
+
x.assertExistsTypeAnnotation = Y7;
|
|
10760
|
+
x.assertExportAllDeclaration = e7;
|
|
10761
10761
|
x.assertExportDeclaration = pU;
|
|
10762
|
-
x.assertExportDefaultDeclaration =
|
|
10762
|
+
x.assertExportDefaultDeclaration = t7;
|
|
10763
10763
|
x.assertExportDefaultSpecifier = p9;
|
|
10764
|
-
x.assertExportNamedDeclaration =
|
|
10765
|
-
x.assertExportNamespaceSpecifier =
|
|
10766
|
-
x.assertExportSpecifier =
|
|
10764
|
+
x.assertExportNamedDeclaration = r7;
|
|
10765
|
+
x.assertExportNamespaceSpecifier = x7;
|
|
10766
|
+
x.assertExportSpecifier = n7;
|
|
10767
10767
|
x.assertExpression = kq;
|
|
10768
10768
|
x.assertExpressionStatement = f5;
|
|
10769
10769
|
x.assertExpressionWrapper = Kq;
|
|
@@ -10775,87 +10775,87 @@ var gE = A((x) => {
|
|
|
10775
10775
|
x.assertFlowType = yU;
|
|
10776
10776
|
x.assertFor = Gq;
|
|
10777
10777
|
x.assertForInStatement = h5;
|
|
10778
|
-
x.assertForOfStatement =
|
|
10778
|
+
x.assertForOfStatement = s7;
|
|
10779
10779
|
x.assertForStatement = m5;
|
|
10780
10780
|
x.assertForXStatement = Hq;
|
|
10781
10781
|
x.assertFunction = Yq;
|
|
10782
10782
|
x.assertFunctionDeclaration = y5;
|
|
10783
10783
|
x.assertFunctionExpression = g5;
|
|
10784
10784
|
x.assertFunctionParent = Jq;
|
|
10785
|
-
x.assertFunctionTypeAnnotation =
|
|
10786
|
-
x.assertFunctionTypeParam =
|
|
10787
|
-
x.assertGenericTypeAnnotation =
|
|
10785
|
+
x.assertFunctionTypeAnnotation = J7;
|
|
10786
|
+
x.assertFunctionTypeParam = X7;
|
|
10787
|
+
x.assertGenericTypeAnnotation = z7;
|
|
10788
10788
|
x.assertIdentifier = b5;
|
|
10789
10789
|
x.assertIfStatement = E5;
|
|
10790
10790
|
x.assertImmutable = rU;
|
|
10791
|
-
x.assertImport =
|
|
10791
|
+
x.assertImport = T7;
|
|
10792
10792
|
x.assertImportAttribute = l9;
|
|
10793
|
-
x.assertImportDeclaration =
|
|
10794
|
-
x.assertImportDefaultSpecifier =
|
|
10795
|
-
x.assertImportExpression =
|
|
10796
|
-
x.assertImportNamespaceSpecifier =
|
|
10793
|
+
x.assertImportDeclaration = i7;
|
|
10794
|
+
x.assertImportDefaultSpecifier = a7;
|
|
10795
|
+
x.assertImportExpression = u7;
|
|
10796
|
+
x.assertImportNamespaceSpecifier = o7;
|
|
10797
10797
|
x.assertImportOrExportDeclaration = cU;
|
|
10798
|
-
x.assertImportSpecifier =
|
|
10799
|
-
x.assertIndexedAccessType =
|
|
10800
|
-
x.assertInferredPredicate =
|
|
10801
|
-
x.assertInterfaceDeclaration =
|
|
10802
|
-
x.assertInterfaceExtends =
|
|
10803
|
-
x.assertInterfaceTypeAnnotation =
|
|
10798
|
+
x.assertImportSpecifier = l7;
|
|
10799
|
+
x.assertIndexedAccessType = qR;
|
|
10800
|
+
x.assertInferredPredicate = Q7;
|
|
10801
|
+
x.assertInterfaceDeclaration = eR;
|
|
10802
|
+
x.assertInterfaceExtends = Z7;
|
|
10803
|
+
x.assertInterfaceTypeAnnotation = tR;
|
|
10804
10804
|
x.assertInterpreterDirective = e5;
|
|
10805
|
-
x.assertIntersectionTypeAnnotation =
|
|
10805
|
+
x.assertIntersectionTypeAnnotation = rR;
|
|
10806
10806
|
x.assertJSX = xU;
|
|
10807
|
-
x.assertJSXAttribute =
|
|
10808
|
-
x.assertJSXClosingElement = $
|
|
10807
|
+
x.assertJSXAttribute = VR;
|
|
10808
|
+
x.assertJSXClosingElement = $R;
|
|
10809
10809
|
x.assertJSXClosingFragment = r9;
|
|
10810
|
-
x.assertJSXElement =
|
|
10811
|
-
x.assertJSXEmptyExpression =
|
|
10812
|
-
x.assertJSXExpressionContainer =
|
|
10810
|
+
x.assertJSXElement = WR;
|
|
10811
|
+
x.assertJSXEmptyExpression = KR;
|
|
10812
|
+
x.assertJSXExpressionContainer = GR;
|
|
10813
10813
|
x.assertJSXFragment = e9;
|
|
10814
|
-
x.assertJSXIdentifier =
|
|
10815
|
-
x.assertJSXMemberExpression =
|
|
10816
|
-
x.assertJSXNamespacedName =
|
|
10817
|
-
x.assertJSXOpeningElement =
|
|
10814
|
+
x.assertJSXIdentifier = YR;
|
|
10815
|
+
x.assertJSXMemberExpression = JR;
|
|
10816
|
+
x.assertJSXNamespacedName = XR;
|
|
10817
|
+
x.assertJSXOpeningElement = zR;
|
|
10818
10818
|
x.assertJSXOpeningFragment = t9;
|
|
10819
|
-
x.assertJSXSpreadAttribute =
|
|
10820
|
-
x.assertJSXSpreadChild =
|
|
10821
|
-
x.assertJSXText =
|
|
10819
|
+
x.assertJSXSpreadAttribute = QR;
|
|
10820
|
+
x.assertJSXSpreadChild = HR;
|
|
10821
|
+
x.assertJSXText = ZR;
|
|
10822
10822
|
x.assertLVal = Zq;
|
|
10823
10823
|
x.assertLabeledStatement = T5;
|
|
10824
10824
|
x.assertLiteral = tU;
|
|
10825
10825
|
x.assertLogicalExpression = C5;
|
|
10826
10826
|
x.assertLoop = $q;
|
|
10827
10827
|
x.assertMemberExpression = D5;
|
|
10828
|
-
x.assertMetaProperty =
|
|
10828
|
+
x.assertMetaProperty = c7;
|
|
10829
10829
|
x.assertMethod = sU;
|
|
10830
10830
|
x.assertMiscellaneous = vU;
|
|
10831
|
-
x.assertMixedTypeAnnotation =
|
|
10831
|
+
x.assertMixedTypeAnnotation = nR;
|
|
10832
10832
|
x.assertModuleDeclaration = NU;
|
|
10833
10833
|
x.assertModuleExpression = m9;
|
|
10834
10834
|
x.assertModuleSpecifier = fU;
|
|
10835
10835
|
x.assertNewExpression = w5;
|
|
10836
10836
|
x.assertNoop = n9;
|
|
10837
10837
|
x.assertNullLiteral = v5;
|
|
10838
|
-
x.assertNullLiteralTypeAnnotation =
|
|
10839
|
-
x.assertNullableTypeAnnotation =
|
|
10838
|
+
x.assertNullLiteralTypeAnnotation = F7;
|
|
10839
|
+
x.assertNullableTypeAnnotation = iR;
|
|
10840
10840
|
x.assertNumberLiteral = wU;
|
|
10841
|
-
x.assertNumberLiteralTypeAnnotation =
|
|
10842
|
-
x.assertNumberTypeAnnotation =
|
|
10841
|
+
x.assertNumberLiteralTypeAnnotation = aR;
|
|
10842
|
+
x.assertNumberTypeAnnotation = oR;
|
|
10843
10843
|
x.assertNumericLiteral = x5;
|
|
10844
10844
|
x.assertObjectExpression = _5;
|
|
10845
10845
|
x.assertObjectMember = iU;
|
|
10846
10846
|
x.assertObjectMethod = O5;
|
|
10847
|
-
x.assertObjectPattern =
|
|
10847
|
+
x.assertObjectPattern = f7;
|
|
10848
10848
|
x.assertObjectProperty = N5;
|
|
10849
|
-
x.assertObjectTypeAnnotation =
|
|
10850
|
-
x.assertObjectTypeCallProperty =
|
|
10851
|
-
x.assertObjectTypeIndexer =
|
|
10852
|
-
x.assertObjectTypeInternalSlot =
|
|
10853
|
-
x.assertObjectTypeProperty =
|
|
10854
|
-
x.assertObjectTypeSpreadProperty =
|
|
10855
|
-
x.assertOpaqueType =
|
|
10856
|
-
x.assertOptionalCallExpression =
|
|
10857
|
-
x.assertOptionalIndexedAccessType =
|
|
10858
|
-
x.assertOptionalMemberExpression =
|
|
10849
|
+
x.assertObjectTypeAnnotation = lR;
|
|
10850
|
+
x.assertObjectTypeCallProperty = cR;
|
|
10851
|
+
x.assertObjectTypeIndexer = pR;
|
|
10852
|
+
x.assertObjectTypeInternalSlot = uR;
|
|
10853
|
+
x.assertObjectTypeProperty = fR;
|
|
10854
|
+
x.assertObjectTypeSpreadProperty = dR;
|
|
10855
|
+
x.assertOpaqueType = hR;
|
|
10856
|
+
x.assertOptionalCallExpression = P7;
|
|
10857
|
+
x.assertOptionalIndexedAccessType = UR;
|
|
10858
|
+
x.assertOptionalMemberExpression = v7;
|
|
10859
10859
|
x.assertParenthesizedExpression = j5;
|
|
10860
10860
|
x.assertPattern = lU;
|
|
10861
10861
|
x.assertPatternLike = Qq;
|
|
@@ -10864,11 +10864,11 @@ var gE = A((x) => {
|
|
|
10864
10864
|
x.assertPipelineTopicExpression = g9;
|
|
10865
10865
|
x.assertPlaceholder = s9;
|
|
10866
10866
|
x.assertPrivate = hU;
|
|
10867
|
-
x.assertPrivateName =
|
|
10867
|
+
x.assertPrivateName = I7;
|
|
10868
10868
|
x.assertProgram = I5;
|
|
10869
10869
|
x.assertProperty = aU;
|
|
10870
10870
|
x.assertPureish = Xq;
|
|
10871
|
-
x.assertQualifiedTypeIdentifier =
|
|
10871
|
+
x.assertQualifiedTypeIdentifier = mR;
|
|
10872
10872
|
x.assertRecordExpression = f9;
|
|
10873
10873
|
x.assertRegExpLiteral = A5;
|
|
10874
10874
|
x.assertRegexLiteral = IU;
|
|
@@ -10877,18 +10877,18 @@ var gE = A((x) => {
|
|
|
10877
10877
|
x.assertReturnStatement = k5;
|
|
10878
10878
|
x.assertScopable = jq;
|
|
10879
10879
|
x.assertSequenceExpression = F5;
|
|
10880
|
-
x.assertSpreadElement =
|
|
10880
|
+
x.assertSpreadElement = d7;
|
|
10881
10881
|
x.assertSpreadProperty = OU;
|
|
10882
10882
|
x.assertStandardized = Bq;
|
|
10883
10883
|
x.assertStatement = Rq;
|
|
10884
|
-
x.assertStaticBlock =
|
|
10884
|
+
x.assertStaticBlock = _7;
|
|
10885
10885
|
x.assertStringLiteral = S5;
|
|
10886
|
-
x.assertStringLiteralTypeAnnotation =
|
|
10887
|
-
x.assertStringTypeAnnotation =
|
|
10888
|
-
x.assertSuper =
|
|
10886
|
+
x.assertStringLiteralTypeAnnotation = yR;
|
|
10887
|
+
x.assertStringTypeAnnotation = gR;
|
|
10888
|
+
x.assertSuper = h7;
|
|
10889
10889
|
x.assertSwitchCase = L5;
|
|
10890
10890
|
x.assertSwitchStatement = M5;
|
|
10891
|
-
x.assertSymbolTypeAnnotation =
|
|
10891
|
+
x.assertSymbolTypeAnnotation = bR;
|
|
10892
10892
|
x.assertTSAnyKeyword = I9;
|
|
10893
10893
|
x.assertTSArrayType = J9;
|
|
10894
10894
|
x.assertTSAsExpression = mq;
|
|
@@ -10960,39 +10960,39 @@ var gE = A((x) => {
|
|
|
10960
10960
|
x.assertTSUnionType = eq;
|
|
10961
10961
|
x.assertTSUnknownKeyword = q9;
|
|
10962
10962
|
x.assertTSVoidKeyword = U9;
|
|
10963
|
-
x.assertTaggedTemplateExpression =
|
|
10964
|
-
x.assertTemplateElement =
|
|
10965
|
-
x.assertTemplateLiteral =
|
|
10963
|
+
x.assertTaggedTemplateExpression = m7;
|
|
10964
|
+
x.assertTemplateElement = y7;
|
|
10965
|
+
x.assertTemplateLiteral = g7;
|
|
10966
10966
|
x.assertTerminatorless = qq;
|
|
10967
10967
|
x.assertThisExpression = R5;
|
|
10968
|
-
x.assertThisTypeAnnotation =
|
|
10968
|
+
x.assertThisTypeAnnotation = ER;
|
|
10969
10969
|
x.assertThrowStatement = q5;
|
|
10970
10970
|
x.assertTopicReference = y9;
|
|
10971
10971
|
x.assertTryStatement = U5;
|
|
10972
10972
|
x.assertTupleExpression = d9;
|
|
10973
|
-
x.assertTupleTypeAnnotation =
|
|
10974
|
-
x.assertTypeAlias =
|
|
10975
|
-
x.assertTypeAnnotation =
|
|
10976
|
-
x.assertTypeCastExpression =
|
|
10977
|
-
x.assertTypeParameter =
|
|
10978
|
-
x.assertTypeParameterDeclaration =
|
|
10979
|
-
x.assertTypeParameterInstantiation =
|
|
10973
|
+
x.assertTupleTypeAnnotation = TR;
|
|
10974
|
+
x.assertTypeAlias = xR;
|
|
10975
|
+
x.assertTypeAnnotation = vR;
|
|
10976
|
+
x.assertTypeCastExpression = PR;
|
|
10977
|
+
x.assertTypeParameter = AR;
|
|
10978
|
+
x.assertTypeParameterDeclaration = CR;
|
|
10979
|
+
x.assertTypeParameterInstantiation = DR;
|
|
10980
10980
|
x.assertTypeScript = PU;
|
|
10981
|
-
x.assertTypeofTypeAnnotation =
|
|
10981
|
+
x.assertTypeofTypeAnnotation = SR;
|
|
10982
10982
|
x.assertUnaryExpression = V5;
|
|
10983
10983
|
x.assertUnaryLike = oU;
|
|
10984
|
-
x.assertUnionTypeAnnotation =
|
|
10984
|
+
x.assertUnionTypeAnnotation = wR;
|
|
10985
10985
|
x.assertUpdateExpression = $5;
|
|
10986
10986
|
x.assertUserWhitespacable = nU;
|
|
10987
10987
|
x.assertV8IntrinsicIdentifier = i9;
|
|
10988
10988
|
x.assertVariableDeclaration = W5;
|
|
10989
10989
|
x.assertVariableDeclarator = K5;
|
|
10990
|
-
x.assertVariance =
|
|
10991
|
-
x.assertVoidTypeAnnotation =
|
|
10990
|
+
x.assertVariance = IR;
|
|
10991
|
+
x.assertVoidTypeAnnotation = _R;
|
|
10992
10992
|
x.assertWhile = Wq;
|
|
10993
10993
|
x.assertWhileStatement = G5;
|
|
10994
10994
|
x.assertWithStatement = H5;
|
|
10995
|
-
x.assertYieldExpression =
|
|
10995
|
+
x.assertYieldExpression = b7;
|
|
10996
10996
|
var XM = Ti(), Ba = Pa();
|
|
10997
10997
|
function v(e, t, r) {
|
|
10998
10998
|
if (!(0, XM.default)(e, t, r))
|
|
@@ -11227,438 +11227,438 @@ var gE = A((x) => {
|
|
|
11227
11227
|
v("ClassDeclaration", e, t);
|
|
11228
11228
|
}
|
|
11229
11229
|
i(Z5, "assertClassDeclaration");
|
|
11230
|
-
function
|
|
11230
|
+
function e7(e, t) {
|
|
11231
11231
|
v("ExportAllDeclaration", e, t);
|
|
11232
11232
|
}
|
|
11233
|
-
i(
|
|
11234
|
-
function
|
|
11233
|
+
i(e7, "assertExportAllDeclaration");
|
|
11234
|
+
function t7(e, t) {
|
|
11235
11235
|
v("ExportDefaultDeclaration", e, t);
|
|
11236
11236
|
}
|
|
11237
|
-
i(
|
|
11238
|
-
function
|
|
11237
|
+
i(t7, "assertExportDefaultDeclaration");
|
|
11238
|
+
function r7(e, t) {
|
|
11239
11239
|
v("ExportNamedDeclaration", e, t);
|
|
11240
11240
|
}
|
|
11241
|
-
i(
|
|
11242
|
-
function
|
|
11241
|
+
i(r7, "assertExportNamedDeclaration");
|
|
11242
|
+
function n7(e, t) {
|
|
11243
11243
|
v("ExportSpecifier", e, t);
|
|
11244
11244
|
}
|
|
11245
|
-
i(
|
|
11246
|
-
function
|
|
11245
|
+
i(n7, "assertExportSpecifier");
|
|
11246
|
+
function s7(e, t) {
|
|
11247
11247
|
v("ForOfStatement", e, t);
|
|
11248
11248
|
}
|
|
11249
|
-
i(
|
|
11250
|
-
function
|
|
11249
|
+
i(s7, "assertForOfStatement");
|
|
11250
|
+
function i7(e, t) {
|
|
11251
11251
|
v("ImportDeclaration", e, t);
|
|
11252
11252
|
}
|
|
11253
|
-
i(
|
|
11254
|
-
function
|
|
11253
|
+
i(i7, "assertImportDeclaration");
|
|
11254
|
+
function a7(e, t) {
|
|
11255
11255
|
v("ImportDefaultSpecifier", e, t);
|
|
11256
11256
|
}
|
|
11257
|
-
i(
|
|
11258
|
-
function
|
|
11257
|
+
i(a7, "assertImportDefaultSpecifier");
|
|
11258
|
+
function o7(e, t) {
|
|
11259
11259
|
v("ImportNamespaceSpecifier", e, t);
|
|
11260
11260
|
}
|
|
11261
|
-
i(
|
|
11262
|
-
function
|
|
11261
|
+
i(o7, "assertImportNamespaceSpecifier");
|
|
11262
|
+
function l7(e, t) {
|
|
11263
11263
|
v("ImportSpecifier", e, t);
|
|
11264
11264
|
}
|
|
11265
|
-
i(
|
|
11266
|
-
function
|
|
11265
|
+
i(l7, "assertImportSpecifier");
|
|
11266
|
+
function u7(e, t) {
|
|
11267
11267
|
v("ImportExpression", e, t);
|
|
11268
11268
|
}
|
|
11269
|
-
i(
|
|
11270
|
-
function
|
|
11269
|
+
i(u7, "assertImportExpression");
|
|
11270
|
+
function c7(e, t) {
|
|
11271
11271
|
v("MetaProperty", e, t);
|
|
11272
11272
|
}
|
|
11273
|
-
i(
|
|
11274
|
-
function
|
|
11273
|
+
i(c7, "assertMetaProperty");
|
|
11274
|
+
function p7(e, t) {
|
|
11275
11275
|
v("ClassMethod", e, t);
|
|
11276
11276
|
}
|
|
11277
|
-
i(
|
|
11278
|
-
function
|
|
11277
|
+
i(p7, "assertClassMethod");
|
|
11278
|
+
function f7(e, t) {
|
|
11279
11279
|
v("ObjectPattern", e, t);
|
|
11280
11280
|
}
|
|
11281
|
-
i(
|
|
11282
|
-
function
|
|
11281
|
+
i(f7, "assertObjectPattern");
|
|
11282
|
+
function d7(e, t) {
|
|
11283
11283
|
v("SpreadElement", e, t);
|
|
11284
11284
|
}
|
|
11285
|
-
i(
|
|
11286
|
-
function
|
|
11285
|
+
i(d7, "assertSpreadElement");
|
|
11286
|
+
function h7(e, t) {
|
|
11287
11287
|
v("Super", e, t);
|
|
11288
11288
|
}
|
|
11289
|
-
i(
|
|
11290
|
-
function
|
|
11289
|
+
i(h7, "assertSuper");
|
|
11290
|
+
function m7(e, t) {
|
|
11291
11291
|
v("TaggedTemplateExpression", e, t);
|
|
11292
11292
|
}
|
|
11293
|
-
i(
|
|
11294
|
-
function
|
|
11293
|
+
i(m7, "assertTaggedTemplateExpression");
|
|
11294
|
+
function y7(e, t) {
|
|
11295
11295
|
v("TemplateElement", e, t);
|
|
11296
11296
|
}
|
|
11297
|
-
i(
|
|
11298
|
-
function
|
|
11297
|
+
i(y7, "assertTemplateElement");
|
|
11298
|
+
function g7(e, t) {
|
|
11299
11299
|
v("TemplateLiteral", e, t);
|
|
11300
11300
|
}
|
|
11301
|
-
i(
|
|
11302
|
-
function
|
|
11301
|
+
i(g7, "assertTemplateLiteral");
|
|
11302
|
+
function b7(e, t) {
|
|
11303
11303
|
v("YieldExpression", e, t);
|
|
11304
11304
|
}
|
|
11305
|
-
i(
|
|
11306
|
-
function
|
|
11305
|
+
i(b7, "assertYieldExpression");
|
|
11306
|
+
function E7(e, t) {
|
|
11307
11307
|
v("AwaitExpression", e, t);
|
|
11308
11308
|
}
|
|
11309
|
-
i(
|
|
11310
|
-
function
|
|
11309
|
+
i(E7, "assertAwaitExpression");
|
|
11310
|
+
function T7(e, t) {
|
|
11311
11311
|
v("Import", e, t);
|
|
11312
11312
|
}
|
|
11313
|
-
i(
|
|
11314
|
-
function
|
|
11313
|
+
i(T7, "assertImport");
|
|
11314
|
+
function S7(e, t) {
|
|
11315
11315
|
v("BigIntLiteral", e, t);
|
|
11316
11316
|
}
|
|
11317
|
-
i(
|
|
11318
|
-
function
|
|
11317
|
+
i(S7, "assertBigIntLiteral");
|
|
11318
|
+
function x7(e, t) {
|
|
11319
11319
|
v("ExportNamespaceSpecifier", e, t);
|
|
11320
11320
|
}
|
|
11321
|
-
i(
|
|
11322
|
-
function
|
|
11321
|
+
i(x7, "assertExportNamespaceSpecifier");
|
|
11322
|
+
function v7(e, t) {
|
|
11323
11323
|
v("OptionalMemberExpression", e, t);
|
|
11324
11324
|
}
|
|
11325
|
-
i(
|
|
11326
|
-
function
|
|
11325
|
+
i(v7, "assertOptionalMemberExpression");
|
|
11326
|
+
function P7(e, t) {
|
|
11327
11327
|
v("OptionalCallExpression", e, t);
|
|
11328
11328
|
}
|
|
11329
|
-
i(
|
|
11330
|
-
function
|
|
11329
|
+
i(P7, "assertOptionalCallExpression");
|
|
11330
|
+
function A7(e, t) {
|
|
11331
11331
|
v("ClassProperty", e, t);
|
|
11332
11332
|
}
|
|
11333
|
-
i(
|
|
11334
|
-
function
|
|
11333
|
+
i(A7, "assertClassProperty");
|
|
11334
|
+
function C7(e, t) {
|
|
11335
11335
|
v("ClassAccessorProperty", e, t);
|
|
11336
11336
|
}
|
|
11337
|
-
i(
|
|
11338
|
-
function
|
|
11337
|
+
i(C7, "assertClassAccessorProperty");
|
|
11338
|
+
function D7(e, t) {
|
|
11339
11339
|
v("ClassPrivateProperty", e, t);
|
|
11340
11340
|
}
|
|
11341
|
-
i(
|
|
11342
|
-
function
|
|
11341
|
+
i(D7, "assertClassPrivateProperty");
|
|
11342
|
+
function w7(e, t) {
|
|
11343
11343
|
v("ClassPrivateMethod", e, t);
|
|
11344
11344
|
}
|
|
11345
|
-
i(
|
|
11346
|
-
function
|
|
11345
|
+
i(w7, "assertClassPrivateMethod");
|
|
11346
|
+
function I7(e, t) {
|
|
11347
11347
|
v("PrivateName", e, t);
|
|
11348
11348
|
}
|
|
11349
|
-
i(
|
|
11350
|
-
function
|
|
11349
|
+
i(I7, "assertPrivateName");
|
|
11350
|
+
function _7(e, t) {
|
|
11351
11351
|
v("StaticBlock", e, t);
|
|
11352
11352
|
}
|
|
11353
|
-
i(
|
|
11354
|
-
function
|
|
11353
|
+
i(_7, "assertStaticBlock");
|
|
11354
|
+
function O7(e, t) {
|
|
11355
11355
|
v("AnyTypeAnnotation", e, t);
|
|
11356
11356
|
}
|
|
11357
|
-
i(
|
|
11358
|
-
function
|
|
11357
|
+
i(O7, "assertAnyTypeAnnotation");
|
|
11358
|
+
function N7(e, t) {
|
|
11359
11359
|
v("ArrayTypeAnnotation", e, t);
|
|
11360
11360
|
}
|
|
11361
|
-
i(
|
|
11362
|
-
function
|
|
11361
|
+
i(N7, "assertArrayTypeAnnotation");
|
|
11362
|
+
function B7(e, t) {
|
|
11363
11363
|
v("BooleanTypeAnnotation", e, t);
|
|
11364
11364
|
}
|
|
11365
|
-
i(
|
|
11366
|
-
function
|
|
11365
|
+
i(B7, "assertBooleanTypeAnnotation");
|
|
11366
|
+
function k7(e, t) {
|
|
11367
11367
|
v("BooleanLiteralTypeAnnotation", e, t);
|
|
11368
11368
|
}
|
|
11369
|
-
i(
|
|
11370
|
-
function
|
|
11369
|
+
i(k7, "assertBooleanLiteralTypeAnnotation");
|
|
11370
|
+
function F7(e, t) {
|
|
11371
11371
|
v("NullLiteralTypeAnnotation", e, t);
|
|
11372
11372
|
}
|
|
11373
|
-
i(
|
|
11374
|
-
function
|
|
11373
|
+
i(F7, "assertNullLiteralTypeAnnotation");
|
|
11374
|
+
function j7(e, t) {
|
|
11375
11375
|
v("ClassImplements", e, t);
|
|
11376
11376
|
}
|
|
11377
|
-
i(
|
|
11378
|
-
function
|
|
11377
|
+
i(j7, "assertClassImplements");
|
|
11378
|
+
function L7(e, t) {
|
|
11379
11379
|
v("DeclareClass", e, t);
|
|
11380
11380
|
}
|
|
11381
|
-
i(
|
|
11382
|
-
function
|
|
11381
|
+
i(L7, "assertDeclareClass");
|
|
11382
|
+
function M7(e, t) {
|
|
11383
11383
|
v("DeclareFunction", e, t);
|
|
11384
11384
|
}
|
|
11385
|
-
i(
|
|
11386
|
-
function
|
|
11385
|
+
i(M7, "assertDeclareFunction");
|
|
11386
|
+
function R7(e, t) {
|
|
11387
11387
|
v("DeclareInterface", e, t);
|
|
11388
11388
|
}
|
|
11389
|
-
i(
|
|
11390
|
-
function
|
|
11389
|
+
i(R7, "assertDeclareInterface");
|
|
11390
|
+
function q7(e, t) {
|
|
11391
11391
|
v("DeclareModule", e, t);
|
|
11392
11392
|
}
|
|
11393
|
-
i(
|
|
11394
|
-
function
|
|
11393
|
+
i(q7, "assertDeclareModule");
|
|
11394
|
+
function U7(e, t) {
|
|
11395
11395
|
v("DeclareModuleExports", e, t);
|
|
11396
11396
|
}
|
|
11397
|
-
i(
|
|
11398
|
-
function
|
|
11397
|
+
i(U7, "assertDeclareModuleExports");
|
|
11398
|
+
function V7(e, t) {
|
|
11399
11399
|
v("DeclareTypeAlias", e, t);
|
|
11400
11400
|
}
|
|
11401
|
-
i(
|
|
11402
|
-
function $
|
|
11401
|
+
i(V7, "assertDeclareTypeAlias");
|
|
11402
|
+
function $7(e, t) {
|
|
11403
11403
|
v("DeclareOpaqueType", e, t);
|
|
11404
11404
|
}
|
|
11405
|
-
i($
|
|
11406
|
-
function
|
|
11405
|
+
i($7, "assertDeclareOpaqueType");
|
|
11406
|
+
function W7(e, t) {
|
|
11407
11407
|
v("DeclareVariable", e, t);
|
|
11408
11408
|
}
|
|
11409
|
-
i(
|
|
11410
|
-
function
|
|
11409
|
+
i(W7, "assertDeclareVariable");
|
|
11410
|
+
function K7(e, t) {
|
|
11411
11411
|
v("DeclareExportDeclaration", e, t);
|
|
11412
11412
|
}
|
|
11413
|
-
i(
|
|
11414
|
-
function
|
|
11413
|
+
i(K7, "assertDeclareExportDeclaration");
|
|
11414
|
+
function G7(e, t) {
|
|
11415
11415
|
v("DeclareExportAllDeclaration", e, t);
|
|
11416
11416
|
}
|
|
11417
|
-
i(
|
|
11418
|
-
function
|
|
11417
|
+
i(G7, "assertDeclareExportAllDeclaration");
|
|
11418
|
+
function H7(e, t) {
|
|
11419
11419
|
v("DeclaredPredicate", e, t);
|
|
11420
11420
|
}
|
|
11421
|
-
i(
|
|
11422
|
-
function
|
|
11421
|
+
i(H7, "assertDeclaredPredicate");
|
|
11422
|
+
function Y7(e, t) {
|
|
11423
11423
|
v("ExistsTypeAnnotation", e, t);
|
|
11424
11424
|
}
|
|
11425
|
-
i(
|
|
11426
|
-
function
|
|
11425
|
+
i(Y7, "assertExistsTypeAnnotation");
|
|
11426
|
+
function J7(e, t) {
|
|
11427
11427
|
v("FunctionTypeAnnotation", e, t);
|
|
11428
11428
|
}
|
|
11429
|
-
i(
|
|
11430
|
-
function
|
|
11429
|
+
i(J7, "assertFunctionTypeAnnotation");
|
|
11430
|
+
function X7(e, t) {
|
|
11431
11431
|
v("FunctionTypeParam", e, t);
|
|
11432
11432
|
}
|
|
11433
|
-
i(
|
|
11434
|
-
function
|
|
11433
|
+
i(X7, "assertFunctionTypeParam");
|
|
11434
|
+
function z7(e, t) {
|
|
11435
11435
|
v("GenericTypeAnnotation", e, t);
|
|
11436
11436
|
}
|
|
11437
|
-
i(
|
|
11438
|
-
function
|
|
11437
|
+
i(z7, "assertGenericTypeAnnotation");
|
|
11438
|
+
function Q7(e, t) {
|
|
11439
11439
|
v("InferredPredicate", e, t);
|
|
11440
11440
|
}
|
|
11441
|
-
i(
|
|
11442
|
-
function
|
|
11441
|
+
i(Q7, "assertInferredPredicate");
|
|
11442
|
+
function Z7(e, t) {
|
|
11443
11443
|
v("InterfaceExtends", e, t);
|
|
11444
11444
|
}
|
|
11445
|
-
i(
|
|
11446
|
-
function
|
|
11445
|
+
i(Z7, "assertInterfaceExtends");
|
|
11446
|
+
function eR(e, t) {
|
|
11447
11447
|
v("InterfaceDeclaration", e, t);
|
|
11448
11448
|
}
|
|
11449
|
-
i(
|
|
11450
|
-
function
|
|
11449
|
+
i(eR, "assertInterfaceDeclaration");
|
|
11450
|
+
function tR(e, t) {
|
|
11451
11451
|
v("InterfaceTypeAnnotation", e, t);
|
|
11452
11452
|
}
|
|
11453
|
-
i(
|
|
11454
|
-
function
|
|
11453
|
+
i(tR, "assertInterfaceTypeAnnotation");
|
|
11454
|
+
function rR(e, t) {
|
|
11455
11455
|
v("IntersectionTypeAnnotation", e, t);
|
|
11456
11456
|
}
|
|
11457
|
-
i(
|
|
11458
|
-
function
|
|
11457
|
+
i(rR, "assertIntersectionTypeAnnotation");
|
|
11458
|
+
function nR(e, t) {
|
|
11459
11459
|
v("MixedTypeAnnotation", e, t);
|
|
11460
11460
|
}
|
|
11461
|
-
i(
|
|
11462
|
-
function
|
|
11461
|
+
i(nR, "assertMixedTypeAnnotation");
|
|
11462
|
+
function sR(e, t) {
|
|
11463
11463
|
v("EmptyTypeAnnotation", e, t);
|
|
11464
11464
|
}
|
|
11465
|
-
i(
|
|
11466
|
-
function
|
|
11465
|
+
i(sR, "assertEmptyTypeAnnotation");
|
|
11466
|
+
function iR(e, t) {
|
|
11467
11467
|
v("NullableTypeAnnotation", e, t);
|
|
11468
11468
|
}
|
|
11469
|
-
i(
|
|
11470
|
-
function
|
|
11469
|
+
i(iR, "assertNullableTypeAnnotation");
|
|
11470
|
+
function aR(e, t) {
|
|
11471
11471
|
v("NumberLiteralTypeAnnotation", e, t);
|
|
11472
11472
|
}
|
|
11473
|
-
i(
|
|
11474
|
-
function
|
|
11473
|
+
i(aR, "assertNumberLiteralTypeAnnotation");
|
|
11474
|
+
function oR(e, t) {
|
|
11475
11475
|
v("NumberTypeAnnotation", e, t);
|
|
11476
11476
|
}
|
|
11477
|
-
i(
|
|
11478
|
-
function
|
|
11477
|
+
i(oR, "assertNumberTypeAnnotation");
|
|
11478
|
+
function lR(e, t) {
|
|
11479
11479
|
v("ObjectTypeAnnotation", e, t);
|
|
11480
11480
|
}
|
|
11481
|
-
i(
|
|
11482
|
-
function
|
|
11481
|
+
i(lR, "assertObjectTypeAnnotation");
|
|
11482
|
+
function uR(e, t) {
|
|
11483
11483
|
v("ObjectTypeInternalSlot", e, t);
|
|
11484
11484
|
}
|
|
11485
|
-
i(
|
|
11486
|
-
function
|
|
11485
|
+
i(uR, "assertObjectTypeInternalSlot");
|
|
11486
|
+
function cR(e, t) {
|
|
11487
11487
|
v("ObjectTypeCallProperty", e, t);
|
|
11488
11488
|
}
|
|
11489
|
-
i(
|
|
11490
|
-
function
|
|
11489
|
+
i(cR, "assertObjectTypeCallProperty");
|
|
11490
|
+
function pR(e, t) {
|
|
11491
11491
|
v("ObjectTypeIndexer", e, t);
|
|
11492
11492
|
}
|
|
11493
|
-
i(
|
|
11494
|
-
function
|
|
11493
|
+
i(pR, "assertObjectTypeIndexer");
|
|
11494
|
+
function fR(e, t) {
|
|
11495
11495
|
v("ObjectTypeProperty", e, t);
|
|
11496
11496
|
}
|
|
11497
|
-
i(
|
|
11498
|
-
function
|
|
11497
|
+
i(fR, "assertObjectTypeProperty");
|
|
11498
|
+
function dR(e, t) {
|
|
11499
11499
|
v("ObjectTypeSpreadProperty", e, t);
|
|
11500
11500
|
}
|
|
11501
|
-
i(
|
|
11502
|
-
function
|
|
11501
|
+
i(dR, "assertObjectTypeSpreadProperty");
|
|
11502
|
+
function hR(e, t) {
|
|
11503
11503
|
v("OpaqueType", e, t);
|
|
11504
11504
|
}
|
|
11505
|
-
i(
|
|
11506
|
-
function
|
|
11505
|
+
i(hR, "assertOpaqueType");
|
|
11506
|
+
function mR(e, t) {
|
|
11507
11507
|
v("QualifiedTypeIdentifier", e, t);
|
|
11508
11508
|
}
|
|
11509
|
-
i(
|
|
11510
|
-
function
|
|
11509
|
+
i(mR, "assertQualifiedTypeIdentifier");
|
|
11510
|
+
function yR(e, t) {
|
|
11511
11511
|
v("StringLiteralTypeAnnotation", e, t);
|
|
11512
11512
|
}
|
|
11513
|
-
i(
|
|
11514
|
-
function
|
|
11513
|
+
i(yR, "assertStringLiteralTypeAnnotation");
|
|
11514
|
+
function gR(e, t) {
|
|
11515
11515
|
v("StringTypeAnnotation", e, t);
|
|
11516
11516
|
}
|
|
11517
|
-
i(
|
|
11518
|
-
function
|
|
11517
|
+
i(gR, "assertStringTypeAnnotation");
|
|
11518
|
+
function bR(e, t) {
|
|
11519
11519
|
v("SymbolTypeAnnotation", e, t);
|
|
11520
11520
|
}
|
|
11521
|
-
i(
|
|
11522
|
-
function
|
|
11521
|
+
i(bR, "assertSymbolTypeAnnotation");
|
|
11522
|
+
function ER(e, t) {
|
|
11523
11523
|
v("ThisTypeAnnotation", e, t);
|
|
11524
11524
|
}
|
|
11525
|
-
i(
|
|
11526
|
-
function
|
|
11525
|
+
i(ER, "assertThisTypeAnnotation");
|
|
11526
|
+
function TR(e, t) {
|
|
11527
11527
|
v("TupleTypeAnnotation", e, t);
|
|
11528
11528
|
}
|
|
11529
|
-
i(
|
|
11530
|
-
function
|
|
11529
|
+
i(TR, "assertTupleTypeAnnotation");
|
|
11530
|
+
function SR(e, t) {
|
|
11531
11531
|
v("TypeofTypeAnnotation", e, t);
|
|
11532
11532
|
}
|
|
11533
|
-
i(
|
|
11534
|
-
function
|
|
11533
|
+
i(SR, "assertTypeofTypeAnnotation");
|
|
11534
|
+
function xR(e, t) {
|
|
11535
11535
|
v("TypeAlias", e, t);
|
|
11536
11536
|
}
|
|
11537
|
-
i(
|
|
11538
|
-
function
|
|
11537
|
+
i(xR, "assertTypeAlias");
|
|
11538
|
+
function vR(e, t) {
|
|
11539
11539
|
v("TypeAnnotation", e, t);
|
|
11540
11540
|
}
|
|
11541
|
-
i(
|
|
11542
|
-
function
|
|
11541
|
+
i(vR, "assertTypeAnnotation");
|
|
11542
|
+
function PR(e, t) {
|
|
11543
11543
|
v("TypeCastExpression", e, t);
|
|
11544
11544
|
}
|
|
11545
|
-
i(
|
|
11546
|
-
function
|
|
11545
|
+
i(PR, "assertTypeCastExpression");
|
|
11546
|
+
function AR(e, t) {
|
|
11547
11547
|
v("TypeParameter", e, t);
|
|
11548
11548
|
}
|
|
11549
|
-
i(
|
|
11550
|
-
function
|
|
11549
|
+
i(AR, "assertTypeParameter");
|
|
11550
|
+
function CR(e, t) {
|
|
11551
11551
|
v("TypeParameterDeclaration", e, t);
|
|
11552
11552
|
}
|
|
11553
|
-
i(
|
|
11554
|
-
function
|
|
11553
|
+
i(CR, "assertTypeParameterDeclaration");
|
|
11554
|
+
function DR(e, t) {
|
|
11555
11555
|
v("TypeParameterInstantiation", e, t);
|
|
11556
11556
|
}
|
|
11557
|
-
i(
|
|
11558
|
-
function
|
|
11557
|
+
i(DR, "assertTypeParameterInstantiation");
|
|
11558
|
+
function wR(e, t) {
|
|
11559
11559
|
v("UnionTypeAnnotation", e, t);
|
|
11560
11560
|
}
|
|
11561
|
-
i(
|
|
11562
|
-
function
|
|
11561
|
+
i(wR, "assertUnionTypeAnnotation");
|
|
11562
|
+
function IR(e, t) {
|
|
11563
11563
|
v("Variance", e, t);
|
|
11564
11564
|
}
|
|
11565
|
-
i(
|
|
11566
|
-
function
|
|
11565
|
+
i(IR, "assertVariance");
|
|
11566
|
+
function _R(e, t) {
|
|
11567
11567
|
v("VoidTypeAnnotation", e, t);
|
|
11568
11568
|
}
|
|
11569
|
-
i(
|
|
11570
|
-
function
|
|
11569
|
+
i(_R, "assertVoidTypeAnnotation");
|
|
11570
|
+
function OR(e, t) {
|
|
11571
11571
|
v("EnumDeclaration", e, t);
|
|
11572
11572
|
}
|
|
11573
|
-
i(
|
|
11574
|
-
function
|
|
11573
|
+
i(OR, "assertEnumDeclaration");
|
|
11574
|
+
function NR(e, t) {
|
|
11575
11575
|
v("EnumBooleanBody", e, t);
|
|
11576
11576
|
}
|
|
11577
|
-
i(
|
|
11578
|
-
function
|
|
11577
|
+
i(NR, "assertEnumBooleanBody");
|
|
11578
|
+
function BR(e, t) {
|
|
11579
11579
|
v("EnumNumberBody", e, t);
|
|
11580
11580
|
}
|
|
11581
|
-
i(
|
|
11582
|
-
function
|
|
11581
|
+
i(BR, "assertEnumNumberBody");
|
|
11582
|
+
function kR(e, t) {
|
|
11583
11583
|
v("EnumStringBody", e, t);
|
|
11584
11584
|
}
|
|
11585
|
-
i(
|
|
11586
|
-
function
|
|
11585
|
+
i(kR, "assertEnumStringBody");
|
|
11586
|
+
function FR(e, t) {
|
|
11587
11587
|
v("EnumSymbolBody", e, t);
|
|
11588
11588
|
}
|
|
11589
|
-
i(
|
|
11590
|
-
function
|
|
11589
|
+
i(FR, "assertEnumSymbolBody");
|
|
11590
|
+
function jR(e, t) {
|
|
11591
11591
|
v("EnumBooleanMember", e, t);
|
|
11592
11592
|
}
|
|
11593
|
-
i(
|
|
11594
|
-
function
|
|
11593
|
+
i(jR, "assertEnumBooleanMember");
|
|
11594
|
+
function LR(e, t) {
|
|
11595
11595
|
v("EnumNumberMember", e, t);
|
|
11596
11596
|
}
|
|
11597
|
-
i(
|
|
11598
|
-
function
|
|
11597
|
+
i(LR, "assertEnumNumberMember");
|
|
11598
|
+
function MR(e, t) {
|
|
11599
11599
|
v("EnumStringMember", e, t);
|
|
11600
11600
|
}
|
|
11601
|
-
i(
|
|
11602
|
-
function
|
|
11601
|
+
i(MR, "assertEnumStringMember");
|
|
11602
|
+
function RR(e, t) {
|
|
11603
11603
|
v("EnumDefaultedMember", e, t);
|
|
11604
11604
|
}
|
|
11605
|
-
i(
|
|
11606
|
-
function
|
|
11605
|
+
i(RR, "assertEnumDefaultedMember");
|
|
11606
|
+
function qR(e, t) {
|
|
11607
11607
|
v("IndexedAccessType", e, t);
|
|
11608
11608
|
}
|
|
11609
|
-
i(
|
|
11610
|
-
function
|
|
11609
|
+
i(qR, "assertIndexedAccessType");
|
|
11610
|
+
function UR(e, t) {
|
|
11611
11611
|
v("OptionalIndexedAccessType", e, t);
|
|
11612
11612
|
}
|
|
11613
|
-
i(
|
|
11614
|
-
function
|
|
11613
|
+
i(UR, "assertOptionalIndexedAccessType");
|
|
11614
|
+
function VR(e, t) {
|
|
11615
11615
|
v("JSXAttribute", e, t);
|
|
11616
11616
|
}
|
|
11617
|
-
i(
|
|
11618
|
-
function $
|
|
11617
|
+
i(VR, "assertJSXAttribute");
|
|
11618
|
+
function $R(e, t) {
|
|
11619
11619
|
v("JSXClosingElement", e, t);
|
|
11620
11620
|
}
|
|
11621
|
-
i($
|
|
11622
|
-
function
|
|
11621
|
+
i($R, "assertJSXClosingElement");
|
|
11622
|
+
function WR(e, t) {
|
|
11623
11623
|
v("JSXElement", e, t);
|
|
11624
11624
|
}
|
|
11625
|
-
i(
|
|
11626
|
-
function
|
|
11625
|
+
i(WR, "assertJSXElement");
|
|
11626
|
+
function KR(e, t) {
|
|
11627
11627
|
v("JSXEmptyExpression", e, t);
|
|
11628
11628
|
}
|
|
11629
|
-
i(
|
|
11630
|
-
function
|
|
11629
|
+
i(KR, "assertJSXEmptyExpression");
|
|
11630
|
+
function GR(e, t) {
|
|
11631
11631
|
v("JSXExpressionContainer", e, t);
|
|
11632
11632
|
}
|
|
11633
|
-
i(
|
|
11634
|
-
function
|
|
11633
|
+
i(GR, "assertJSXExpressionContainer");
|
|
11634
|
+
function HR(e, t) {
|
|
11635
11635
|
v("JSXSpreadChild", e, t);
|
|
11636
11636
|
}
|
|
11637
|
-
i(
|
|
11638
|
-
function
|
|
11637
|
+
i(HR, "assertJSXSpreadChild");
|
|
11638
|
+
function YR(e, t) {
|
|
11639
11639
|
v("JSXIdentifier", e, t);
|
|
11640
11640
|
}
|
|
11641
|
-
i(
|
|
11642
|
-
function
|
|
11641
|
+
i(YR, "assertJSXIdentifier");
|
|
11642
|
+
function JR(e, t) {
|
|
11643
11643
|
v("JSXMemberExpression", e, t);
|
|
11644
11644
|
}
|
|
11645
|
-
i(
|
|
11646
|
-
function
|
|
11645
|
+
i(JR, "assertJSXMemberExpression");
|
|
11646
|
+
function XR(e, t) {
|
|
11647
11647
|
v("JSXNamespacedName", e, t);
|
|
11648
11648
|
}
|
|
11649
|
-
i(
|
|
11650
|
-
function
|
|
11649
|
+
i(XR, "assertJSXNamespacedName");
|
|
11650
|
+
function zR(e, t) {
|
|
11651
11651
|
v("JSXOpeningElement", e, t);
|
|
11652
11652
|
}
|
|
11653
|
-
i(
|
|
11654
|
-
function
|
|
11653
|
+
i(zR, "assertJSXOpeningElement");
|
|
11654
|
+
function QR(e, t) {
|
|
11655
11655
|
v("JSXSpreadAttribute", e, t);
|
|
11656
11656
|
}
|
|
11657
|
-
i(
|
|
11658
|
-
function
|
|
11657
|
+
i(QR, "assertJSXSpreadAttribute");
|
|
11658
|
+
function ZR(e, t) {
|
|
11659
11659
|
v("JSXText", e, t);
|
|
11660
11660
|
}
|
|
11661
|
-
i(
|
|
11661
|
+
i(ZR, "assertJSXText");
|
|
11662
11662
|
function e9(e, t) {
|
|
11663
11663
|
v("JSXFragment", e, t);
|
|
11664
11664
|
}
|
|
@@ -41405,25 +41405,25 @@ var yc = A((oCe, vC) => {
|
|
|
41405
41405
|
|
|
41406
41406
|
// ../node_modules/caniuse-lite/data/browserVersions.js
|
|
41407
41407
|
var AC = A((lCe, PC) => {
|
|
41408
|
-
PC.exports = { 0: "
|
|
41409
|
-
7", E: "8", F: "9", G: "15", H: "80", I: "
|
|
41408
|
+
PC.exports = { 0: "117", 1: "20", 2: "21", 3: "22", 4: "23", 5: "24", 6: "25", 7: "26", 8: "27", 9: "118", A: "10", B: "11", C: "12", D: "\
|
|
41409
|
+
7", E: "8", F: "9", G: "15", H: "80", I: "135", J: "4", K: "6", L: "13", M: "14", N: "16", O: "17", P: "18", Q: "79", R: "81", S: "83", T: "\
|
|
41410
41410
|
84", U: "85", V: "86", W: "87", X: "88", Y: "89", Z: "90", a: "91", b: "92", c: "93", d: "94", e: "95", f: "96", g: "97", h: "98", i: "99", j: "\
|
|
41411
41411
|
100", k: "101", l: "102", m: "103", n: "104", o: "105", p: "106", q: "107", r: "108", s: "109", t: "110", u: "111", v: "112", w: "113", x: "\
|
|
41412
|
-
114", y: "
|
|
41413
|
-
|
|
41414
|
-
|
|
41415
|
-
|
|
41416
|
-
|
|
41417
|
-
|
|
41418
|
-
|
|
41419
|
-
|
|
41420
|
-
nC: "
|
|
41421
|
-
|
|
41422
|
-
|
|
41423
|
-
|
|
41424
|
-
.
|
|
41425
|
-
|
|
41426
|
-
.5",
|
|
41412
|
+
114", y: "115", z: "116", AB: "119", BB: "120", CB: "121", DB: "122", EB: "123", FB: "124", GB: "125", HB: "126", IB: "127", JB: "128", KB: "\
|
|
41413
|
+
129", LB: "130", MB: "131", NB: "132", OB: "133", PB: "134", QB: "5", RB: "19", SB: "28", TB: "29", UB: "30", VB: "31", WB: "32", XB: "33", YB: "\
|
|
41414
|
+
34", ZB: "35", aB: "36", bB: "37", cB: "38", dB: "39", eB: "40", fB: "41", gB: "42", hB: "43", iB: "44", jB: "45", kB: "46", lB: "47", mB: "\
|
|
41415
|
+
48", nB: "49", oB: "50", pB: "51", qB: "52", rB: "53", sB: "54", tB: "55", uB: "56", vB: "57", wB: "58", xB: "60", yB: "62", zB: "63", "0B": "\
|
|
41416
|
+
64", "1B": "65", "2B": "66", "3B": "67", "4B": "68", "5B": "69", "6B": "70", "7B": "71", "8B": "72", "9B": "73", AC: "74", BC: "75", CC: "76",
|
|
41417
|
+
DC: "77", EC: "78", FC: "137", GC: "11.1", HC: "12.1", IC: "15.5", JC: "16.0", KC: "17.0", LC: "18.0", MC: "3", NC: "59", OC: "61", PC: "8\
|
|
41418
|
+
2", QC: "136", RC: "138", SC: "3.2", TC: "10.1", UC: "15.2-15.3", VC: "15.4", WC: "16.1", XC: "16.2", YC: "16.3", ZC: "16.4", aC: "16.5", bC: "\
|
|
41419
|
+
17.1", cC: "17.2", dC: "17.3", eC: "17.4", fC: "17.5", gC: "18.1", hC: "18.2", iC: "18.3", jC: "18.4", kC: "18.5", lC: "11.5", mC: "4.2-4.3",
|
|
41420
|
+
nC: "5.5", oC: "2", pC: "139", qC: "140", rC: "3.5", sC: "3.6", tC: "3.1", uC: "5.1", vC: "6.1", wC: "7.1", xC: "9.1", yC: "13.1", zC: "14\
|
|
41421
|
+
.1", "0C": "15.1", "1C": "15.6", "2C": "16.6", "3C": "17.6", "4C": "TP", "5C": "9.5-9.6", "6C": "10.0-10.1", "7C": "10.5", "8C": "10.6", "9C": "\
|
|
41422
|
+
11.6", AD: "4.0-4.1", BD: "5.0-5.1", CD: "6.0-6.1", DD: "7.0-7.1", ED: "8.1-8.4", FD: "9.0-9.2", GD: "9.3", HD: "10.0-10.2", ID: "10.3", JD: "\
|
|
41423
|
+
11.0-11.2", KD: "11.3-11.4", LD: "12.0-12.1", MD: "12.2-12.5", ND: "13.0-13.1", OD: "13.2", PD: "13.3", QD: "13.4-13.7", RD: "14.0-14.4", SD: "\
|
|
41424
|
+
14.5-14.8", TD: "15.0-15.1", UD: "15.6-15.8", VD: "16.6-16.7", WD: "17.6-17.7", XD: "all", YD: "2.1", ZD: "2.2", aD: "2.3", bD: "4.1", cD: "\
|
|
41425
|
+
4.4", dD: "4.4.3-4.4.4", eD: "5.0-5.4", fD: "6.2-6.4", gD: "7.2-7.4", hD: "8.2", iD: "9.2", jD: "11.1-11.2", kD: "12.0", lD: "13.0", mD: "14\
|
|
41426
|
+
.0", nD: "15.0", oD: "19.0", pD: "14.9", qD: "13.52", rD: "2.5", sD: "3.0-3.1" };
|
|
41427
41427
|
});
|
|
41428
41428
|
|
|
41429
41429
|
// ../node_modules/caniuse-lite/dist/unpacker/browserVersions.js
|
|
@@ -41433,196 +41433,202 @@ var c0 = A((uCe, CC) => {
|
|
|
41433
41433
|
|
|
41434
41434
|
// ../node_modules/caniuse-lite/data/agents.js
|
|
41435
41435
|
var wC = A((cCe, DC) => {
|
|
41436
|
-
DC.exports = { A: { A: { K: 0, D: 0, E: 0, F: 0.
|
|
41436
|
+
DC.exports = { A: { A: { K: 0, D: 0, E: 0, F: 0.0324821, A: 0, B: 0.438508, nC: 0 }, B: "ms", C: ["", "", "", "", "", "", "", "", "", "", "",
|
|
41437
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41438
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41439
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41440
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "nC", "K", "D", "E", "F", "A", "B", "", "", ""], E: "IE", F: { nC: 962323200, K: 998870400,
|
|
41441
|
+
D: 1161129600, E: 1237420800, F: 1300060800, A: 1346716800, B: 1381968e3 } }, B: { A: { 0: 3623e-6, 9: 3623e-6, C: 0, L: 0, M: 0, G: 0, N: 0,
|
|
41442
|
+
O: 0, P: 0.097821, Q: 0, H: 0, R: 0, S: 0, T: 0, U: 0, V: 0, W: 0, X: 0, Y: 0, Z: 0, a: 0, b: 0.010869, c: 0, d: 0, e: 0, f: 0, g: 0, h: 0,
|
|
41443
|
+
i: 0, j: 0, k: 0, l: 0, m: 0, n: 0, o: 0, p: 0, q: 0, r: 3623e-6, s: 0.047099, t: 0, u: 0, v: 0, w: 7246e-6, x: 0.014492, y: 7246e-6, z: 0,
|
|
41444
|
+
AB: 3623e-6, BB: 0.03623, CB: 7246e-6, DB: 0.014492, EB: 7246e-6, FB: 7246e-6, GB: 7246e-6, HB: 0.021738, IB: 0.014492, JB: 0.014492, KB: 0.014492,
|
|
41445
|
+
LB: 0.025361, MB: 0.065214, NB: 0.079706, OB: 1.34051, PB: 3.0252, I: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "",
|
|
41437
41446
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41447
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "C", "L", "M", "G", "N", "\
|
|
41448
|
+
O", "P", "Q", "H", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "\
|
|
41449
|
+
p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB",
|
|
41450
|
+
"NB", "OB", "PB", "I", "", "", ""], E: "Edge", F: { 0: 1694649600, 9: 1697155200, C: 1438128e3, L: 1447286400, M: 1470096e3, G: 1491868800,
|
|
41451
|
+
N: 1508198400, O: 1525046400, P: 1542067200, Q: 1579046400, H: 1581033600, R: 1586736e3, S: 1590019200, T: 1594857600, U: 1598486400, V: 1602201600,
|
|
41452
|
+
W: 1605830400, X: 161136e4, Y: 1614816e3, Z: 1618358400, a: 1622073600, b: 1626912e3, c: 1630627200, d: 1632441600, e: 1634774400, f: 1637539200,
|
|
41453
|
+
g: 1641427200, h: 1643932800, i: 1646265600, j: 1649635200, k: 1651190400, l: 1653955200, m: 1655942400, n: 1659657600, o: 1661990400, p: 1664755200,
|
|
41454
|
+
q: 1666915200, r: 1670198400, s: 1673481600, t: 1675900800, u: 1678665600, v: 1680825600, w: 1683158400, x: 1685664e3, y: 1689897600, z: 1692576e3,
|
|
41455
|
+
AB: 1698969600, BB: 1701993600, CB: 1706227200, DB: 1708732800, EB: 1711152e3, FB: 1713398400, GB: 1715990400, HB: 1718841600, IB: 1721865600,
|
|
41456
|
+
JB: 1724371200, KB: 1726704e3, LB: 1729123200, MB: 1731542400, NB: 1737417600, OB: 1740614400, PB: 1741219200, I: 1743984e3 }, D: { C: "ms",
|
|
41457
|
+
L: "ms", M: "ms", G: "ms", N: "ms", O: "ms", P: "ms" } }, C: { A: { 0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0.094198, oC: 7246e-6,
|
|
41458
|
+
MC: 0, J: 0, QB: 0, K: 0, D: 0, E: 0, F: 0, A: 0, B: 0.025361, C: 0, L: 0, M: 0, G: 0, N: 0, O: 0, P: 0, RB: 0, SB: 0, TB: 0, UB: 0, VB: 0,
|
|
41459
|
+
WB: 0, XB: 0, YB: 0, ZB: 0, aB: 0, bB: 0, cB: 0, dB: 0, eB: 0, fB: 0, gB: 0, hB: 0, iB: 3623e-6, jB: 0, kB: 0, lB: 0, mB: 0, nB: 0, oB: 0,
|
|
41460
|
+
pB: 0, qB: 0.028984, rB: 0.014492, sB: 0, tB: 7246e-6, uB: 7246e-6, vB: 0, wB: 0, NC: 7246e-6, xB: 0, OC: 0, yB: 0, zB: 0, "0B": 0, "1B": 0,
|
|
41461
|
+
"2B": 0, "3B": 0, "4B": 0, "5B": 0, "6B": 0, "7B": 0, "8B": 3623e-6, "9B": 0, AC: 0, BC: 0, CC: 0, DC: 0, EC: 0.010869, Q: 0, H: 0, R: 0, PC: 0,
|
|
41462
|
+
S: 0, T: 0, U: 0, V: 0, W: 0, X: 7246e-6, Y: 0, Z: 0, a: 0, b: 0, c: 0, d: 3623e-6, e: 0, f: 0, g: 0, h: 0, i: 0, j: 0, k: 0, l: 0, m: 0, n: 0,
|
|
41463
|
+
o: 0, p: 0, q: 0, r: 0, s: 3623e-6, t: 0, u: 0, v: 0, w: 3623e-6, x: 0, y: 0.213757, z: 0, AB: 0, BB: 3623e-6, CB: 0, DB: 0, EB: 0, FB: 0,
|
|
41464
|
+
GB: 0.014492, HB: 0, IB: 7246e-6, JB: 0.083329, KB: 0, LB: 0, MB: 3623e-6, NB: 7246e-6, OB: 0.018115, PB: 0.025361, I: 0.347808, QC: 1.11951,
|
|
41465
|
+
FC: 7246e-6, RC: 0, pC: 0, qC: 0, rC: 0, sC: 0 }, B: "moz", C: ["oC", "MC", "rC", "sC", "J", "QB", "K", "D", "E", "F", "A", "B", "C", "L",
|
|
41466
|
+
"M", "G", "N", "O", "P", "RB", "1", "2", "3", "4", "5", "6", "7", "8", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "\
|
|
41467
|
+
dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "NC", "xB", "OC", "yB",
|
|
41468
|
+
"zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "Q", "H", "R", "PC", "S", "T", "U", "V", "\
|
|
41469
|
+
W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "\
|
|
41470
|
+
y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "I", "QC", "FC", "RC", "p\
|
|
41471
|
+
C", "qC"], E: "Firefox", F: { 0: 1693267200, 1: 1361232e3, 2: 1364860800, 3: 1368489600, 4: 1372118400, 5: 1375747200, 6: 1379376e3, 7: 1386633600,
|
|
41472
|
+
8: 1391472e3, 9: 1695686400, oC: 1161648e3, MC: 1213660800, rC: 124632e4, sC: 1264032e3, J: 1300752e3, QB: 1308614400, K: 1313452800, D: 1317081600,
|
|
41473
|
+
E: 1317081600, F: 1320710400, A: 1324339200, B: 1327968e3, C: 1331596800, L: 1335225600, M: 1338854400, G: 1342483200, N: 1346112e3, O: 1349740800,
|
|
41474
|
+
P: 1353628800, RB: 1357603200, SB: 1395100800, TB: 1398729600, UB: 1402358400, VB: 1405987200, WB: 1409616e3, XB: 1413244800, YB: 1417392e3,
|
|
41475
|
+
ZB: 1421107200, aB: 1424736e3, bB: 1428278400, cB: 1431475200, dB: 1435881600, eB: 1439251200, fB: 144288e4, gB: 1446508800, hB: 1450137600,
|
|
41476
|
+
iB: 1453852800, jB: 1457395200, kB: 1461628800, lB: 1465257600, mB: 1470096e3, nB: 1474329600, oB: 1479168e3, pB: 1485216e3, qB: 1488844800,
|
|
41477
|
+
rB: 149256e4, sB: 1497312e3, tB: 1502150400, uB: 1506556800, vB: 1510617600, wB: 1516665600, NC: 1520985600, xB: 1525824e3, OC: 1529971200,
|
|
41478
|
+
yB: 1536105600, zB: 1540252800, "0B": 1544486400, "1B": 154872e4, "2B": 1552953600, "3B": 1558396800, "4B": 1562630400, "5B": 1567468800, "\
|
|
41479
|
+
6B": 1571788800, "7B": 1575331200, "8B": 1578355200, "9B": 1581379200, AC: 1583798400, BC: 1586304e3, CC: 1588636800, DC: 1591056e3, EC: 1593475200,
|
|
41480
|
+
Q: 1595894400, H: 1598313600, R: 1600732800, PC: 1603152e3, S: 1605571200, T: 1607990400, U: 1611619200, V: 1614038400, W: 1616457600, X: 1618790400,
|
|
41481
|
+
Y: 1622505600, Z: 1626134400, a: 1628553600, b: 1630972800, c: 1633392e3, d: 1635811200, e: 1638835200, f: 1641859200, g: 1644364800, h: 1646697600,
|
|
41482
|
+
i: 1649116800, j: 1651536e3, k: 1653955200, l: 1656374400, m: 1658793600, n: 1661212800, o: 1663632e3, p: 1666051200, q: 1668470400, r: 1670889600,
|
|
41483
|
+
s: 1673913600, t: 1676332800, u: 1678752e3, v: 1681171200, w: 1683590400, x: 1686009600, y: 1688428800, z: 1690848e3, AB: 1698105600, BB: 1700524800,
|
|
41484
|
+
CB: 1702944e3, DB: 1705968e3, EB: 1708387200, FB: 1710806400, GB: 1713225600, HB: 1715644800, IB: 1718064e3, JB: 1720483200, KB: 1722902400,
|
|
41485
|
+
LB: 1725321600, MB: 1727740800, NB: 173016e4, OB: 1732579200, PB: 1736208e3, I: 1738627200, QC: 1741046400, FC: 1743465600, RC: null, pC: null,
|
|
41486
|
+
qC: null } }, D: { A: { 0: 0.094198, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0.057968, J: 0, QB: 0, K: 0, D: 0, E: 0, F: 0, A: 0,
|
|
41487
|
+
B: 0, C: 0, L: 0, M: 0, G: 0, N: 0, O: 0, P: 0, RB: 0, SB: 0, TB: 0, UB: 0, VB: 0, WB: 0, XB: 0, YB: 0, ZB: 0, aB: 0, bB: 0, cB: 3623e-6, dB: 7246e-6,
|
|
41488
|
+
eB: 3623e-6, fB: 7246e-6, gB: 7246e-6, hB: 7246e-6, iB: 7246e-6, jB: 7246e-6, kB: 3623e-6, lB: 7246e-6, mB: 0.018115, nB: 0.018115, oB: 7246e-6,
|
|
41489
|
+
pB: 7246e-6, qB: 0.010869, rB: 7246e-6, sB: 7246e-6, tB: 7246e-6, uB: 0.014492, vB: 7246e-6, wB: 0.010869, NC: 7246e-6, xB: 7246e-6, OC: 0,
|
|
41490
|
+
yB: 0, zB: 0, "0B": 0, "1B": 0, "2B": 0.021738, "3B": 0, "4B": 0, "5B": 0.010869, "6B": 0.010869, "7B": 0, "8B": 0, "9B": 7246e-6, AC: 3623e-6,
|
|
41491
|
+
BC: 7246e-6, CC: 3623e-6, DC: 0.014492, EC: 0.010869, Q: 0.068837, H: 0.010869, R: 0.014492, S: 0.028984, T: 3623e-6, U: 0.010869, V: 0.014492,
|
|
41492
|
+
W: 0.057968, X: 0.014492, Y: 3623e-6, Z: 7246e-6, a: 0.03623, b: 0.010869, c: 0.014492, d: 0.028984, e: 7246e-6, f: 7246e-6, g: 0.018115, h: 0.03623,
|
|
41493
|
+
i: 0.010869, j: 0.028984, k: 0.014492, l: 0.014492, m: 0.076083, n: 0.050722, o: 0.010869, p: 0.021738, q: 0.025361, r: 0.039853, s: 0.912996,
|
|
41494
|
+
t: 0.018115, u: 0.03623, v: 0.03623, w: 0.10869, x: 0.054345, y: 0.032607, z: 0.101444, AB: 0.03623, BB: 0.086952, CB: 0.094198, DB: 0.076083,
|
|
41495
|
+
EB: 0.086952, FB: 0.123182, GB: 0.344185, HB: 0.152166, IB: 0.101444, JB: 0.130428, KB: 0.101444, LB: 0.152166, MB: 1.17747, NB: 0.815175,
|
|
41496
|
+
OB: 5.89462, PB: 9.91615, I: 0.021738, QC: 0.014492, FC: 0, RC: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "J", "QB", "K", "D", "E",
|
|
41497
|
+
"F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "RB", "1", "2", "3", "4", "5", "6", "7", "8", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "\
|
|
41498
|
+
ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB",
|
|
41499
|
+
"NC", "xB", "OC", "yB", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC", "Q", "H", "R", "S",
|
|
41500
|
+
"T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u",
|
|
41501
|
+
"v", "w", "x", "y", "z", "0", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "I", "Q\
|
|
41502
|
+
C", "FC", "RC"], E: "Chrome", F: { 0: 1694476800, 1: 133704e4, 2: 1340668800, 3: 1343692800, 4: 1348531200, 5: 1352246400, 6: 1357862400, 7: 1361404800,
|
|
41503
|
+
8: 1364428800, 9: 1696896e3, J: 1264377600, QB: 1274745600, K: 1283385600, D: 1287619200, E: 1291248e3, F: 1296777600, A: 1299542400, B: 1303862400,
|
|
41504
|
+
C: 1307404800, L: 1312243200, M: 1316131200, G: 1316131200, N: 1319500800, O: 1323734400, P: 1328659200, RB: 1332892800, SB: 1369094400, TB: 1374105600,
|
|
41505
|
+
UB: 1376956800, VB: 1384214400, WB: 1389657600, XB: 1392940800, YB: 1397001600, ZB: 1400544e3, aB: 1405468800, bB: 1409011200, cB: 141264e4,
|
|
41506
|
+
dB: 1416268800, eB: 1421798400, fB: 1425513600, gB: 1429401600, hB: 143208e4, iB: 1437523200, jB: 1441152e3, kB: 1444780800, lB: 1449014400,
|
|
41507
|
+
mB: 1453248e3, nB: 1456963200, oB: 1460592e3, pB: 1464134400, qB: 1469059200, rB: 1472601600, sB: 1476230400, tB: 1480550400, uB: 1485302400,
|
|
41508
|
+
vB: 1489017600, wB: 149256e4, NC: 1496707200, xB: 1500940800, OC: 1504569600, yB: 1508198400, zB: 1512518400, "0B": 1516752e3, "1B": 1520294400,
|
|
41509
|
+
"2B": 1523923200, "3B": 1527552e3, "4B": 1532390400, "5B": 1536019200, "6B": 1539648e3, "7B": 1543968e3, "8B": 154872e4, "9B": 1552348800,
|
|
41510
|
+
AC: 1555977600, BC: 1559606400, CC: 1564444800, DC: 1568073600, EC: 1571702400, Q: 1575936e3, H: 1580860800, R: 1586304e3, S: 1589846400, T: 1594684800,
|
|
41511
|
+
U: 1598313600, V: 1601942400, W: 1605571200, X: 1611014400, Y: 1614556800, Z: 1618272e3, a: 1621987200, b: 1626739200, c: 1630368e3, d: 1632268800,
|
|
41512
|
+
e: 1634601600, f: 1637020800, g: 1641340800, h: 1643673600, i: 1646092800, j: 1648512e3, k: 1650931200, l: 1653350400, m: 1655769600, n: 1659398400,
|
|
41513
|
+
o: 1661817600, p: 1664236800, q: 1666656e3, r: 166968e4, s: 1673308800, t: 1675728e3, u: 1678147200, v: 1680566400, w: 1682985600, x: 1685404800,
|
|
41514
|
+
y: 1689724800, z: 1692057600, AB: 1698710400, BB: 1701993600, CB: 1705968e3, DB: 1708387200, EB: 1710806400, FB: 1713225600, GB: 1715644800,
|
|
41515
|
+
HB: 1718064e3, IB: 1721174400, JB: 1724112e3, KB: 1726531200, LB: 1728950400, MB: 1731369600, NB: 1736812800, OB: 1738627200, PB: 1741046400,
|
|
41516
|
+
I: 1743465600, QC: null, FC: null, RC: null } }, E: { A: { J: 0, QB: 0, K: 0, D: 0, E: 0, F: 0, A: 0, B: 0, C: 0, L: 0, M: 0.014492, G: 3623e-6,
|
|
41517
|
+
tC: 0, SC: 0, uC: 0, vC: 0, wC: 0, xC: 0, TC: 0, GC: 7246e-6, HC: 7246e-6, yC: 0.032607, zC: 0.043476, "0C": 0.014492, UC: 3623e-6, VC: 0.010869,
|
|
41518
|
+
IC: 0.014492, "1C": 0.148543, JC: 0.032607, WC: 0.021738, XC: 0.018115, YC: 0.039853, ZC: 0.014492, aC: 0.025361, "2C": 0.199265, KC: 0.010869,
|
|
41519
|
+
bC: 0.123182, cC: 0.018115, dC: 0.021738, eC: 0.050722, fC: 0.086952, "3C": 0.264479, LC: 0.03623, gC: 0.115936, hC: 0.057968, iC: 1.4021,
|
|
41520
|
+
jC: 0.018115, kC: 0, "4C": 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41438
41521
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41522
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "tC", "\
|
|
41523
|
+
SC", "J", "QB", "uC", "K", "vC", "D", "wC", "E", "F", "xC", "A", "TC", "B", "GC", "C", "HC", "L", "yC", "M", "zC", "G", "0C", "UC", "VC", "I\
|
|
41524
|
+
C", "1C", "JC", "WC", "XC", "YC", "ZC", "aC", "2C", "KC", "bC", "cC", "dC", "eC", "fC", "3C", "LC", "gC", "hC", "iC", "jC", "kC", "4C", ""],
|
|
41525
|
+
E: "Safari", F: { tC: 1205798400, SC: 1226534400, J: 1244419200, QB: 1275868800, uC: 131112e4, K: 1343174400, vC: 13824e5, D: 13824e5, wC: 1410998400,
|
|
41526
|
+
E: 1413417600, F: 1443657600, xC: 1458518400, A: 1474329600, TC: 1490572800, B: 1505779200, GC: 1522281600, C: 1537142400, HC: 1553472e3, L: 1568851200,
|
|
41527
|
+
yC: 1585008e3, M: 1600214400, zC: 1619395200, G: 1632096e3, "0C": 1635292800, UC: 1639353600, VC: 1647216e3, IC: 1652745600, "1C": 1658275200,
|
|
41528
|
+
JC: 1662940800, WC: 1666569600, XC: 1670889600, YC: 1674432e3, ZC: 1679875200, aC: 1684368e3, "2C": 1690156800, KC: 1695686400, bC: 1698192e3,
|
|
41529
|
+
cC: 1702252800, dC: 1705881600, eC: 1709596800, fC: 1715558400, "3C": 1722211200, LC: 1726444800, gC: 1730073600, hC: 1733875200, iC: 1737936e3,
|
|
41530
|
+
jC: 1743379200, kC: null, "4C": null } }, F: { A: { 0: 0.684747, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, F: 0, B: 0, C: 0, G: 0, N: 0,
|
|
41531
|
+
O: 0, P: 0, RB: 0, SB: 0, TB: 0, UB: 0, VB: 0, WB: 0, XB: 0, YB: 0, ZB: 0, aB: 0, bB: 0, cB: 0, dB: 0, eB: 3623e-6, fB: 0, gB: 0, hB: 0, iB: 0,
|
|
41532
|
+
jB: 0, kB: 0.010869, lB: 0, mB: 0, nB: 0, oB: 0, pB: 0, qB: 0, rB: 0, sB: 0, tB: 0, uB: 0, vB: 0, wB: 0, xB: 0, yB: 0, zB: 0, "0B": 0, "1B": 0,
|
|
41533
|
+
"2B": 0, "3B": 0, "4B": 0, "5B": 0, "6B": 0, "7B": 0, "8B": 0, "9B": 0, AC: 0, BC: 0, CC: 0, DC: 0, EC: 0, Q: 0, H: 0, R: 0, PC: 0, S: 0, T: 0,
|
|
41534
|
+
U: 0, V: 0, W: 0.025361, X: 7246e-6, Y: 0, Z: 0, a: 0, b: 0, c: 0, d: 0, e: 0.032607, f: 0, g: 0, h: 0, i: 0, j: 0, k: 0, l: 0.018115, m: 0,
|
|
41535
|
+
n: 0, o: 0, p: 0, q: 0, r: 0, s: 0, t: 0, u: 0, v: 0, w: 0, x: 3623e-6, y: 0, z: 0.202888, "5C": 0, "6C": 0, "7C": 0, "8C": 0, GC: 0, lC: 0,
|
|
41536
|
+
"9C": 0, HC: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41537
|
+
"F", "5C", "6C", "7C", "8C", "B", "GC", "lC", "9C", "C", "HC", "G", "N", "O", "P", "RB", "1", "2", "3", "4", "5", "6", "7", "8", "SB", "TB",
|
|
41538
|
+
"UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "\
|
|
41539
|
+
rB", "sB", "tB", "uB", "vB", "wB", "xB", "yB", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "BC", "CC", "DC", "EC",
|
|
41540
|
+
"Q", "H", "R", "PC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p",
|
|
41541
|
+
"q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "", "", ""], E: "Opera", F: { 0: 1739404800, 1: 1393891200, 2: 1399334400, 3: 1401753600,
|
|
41542
|
+
4: 1405987200, 5: 1409616e3, 6: 1413331200, 7: 1417132800, 8: 1422316800, F: 1150761600, "5C": 1223424e3, "6C": 1251763200, "7C": 1267488e3,
|
|
41543
|
+
"8C": 1277942400, B: 1292457600, GC: 1302566400, lC: 1309219200, "9C": 1323129600, C: 1323129600, HC: 1352073600, G: 1372723200, N: 1377561600,
|
|
41544
|
+
O: 1381104e3, P: 1386288e3, RB: 1390867200, SB: 1425945600, TB: 1430179200, UB: 1433808e3, VB: 1438646400, WB: 1442448e3, XB: 1445904e3, YB: 1449100800,
|
|
41545
|
+
ZB: 1454371200, aB: 1457308800, bB: 146232e4, cB: 1465344e3, dB: 1470096e3, eB: 1474329600, fB: 1477267200, gB: 1481587200, hB: 1486425600,
|
|
41546
|
+
iB: 1490054400, jB: 1494374400, kB: 1498003200, lB: 1502236800, mB: 1506470400, nB: 1510099200, oB: 1515024e3, pB: 1517961600, qB: 1521676800,
|
|
41547
|
+
rB: 1525910400, sB: 1530144e3, tB: 1534982400, uB: 1537833600, vB: 1543363200, wB: 1548201600, xB: 1554768e3, yB: 1561593600, zB: 1566259200,
|
|
41548
|
+
"0B": 1570406400, "1B": 1573689600, "2B": 1578441600, "3B": 1583971200, "4B": 1587513600, "5B": 1592956800, "6B": 1595894400, "7B": 1600128e3,
|
|
41549
|
+
"8B": 1603238400, "9B": 161352e4, AC: 1612224e3, BC: 1616544e3, CC: 1619568e3, DC: 1623715200, EC: 1627948800, Q: 1631577600, H: 1633392e3,
|
|
41550
|
+
R: 1635984e3, PC: 1638403200, S: 1642550400, T: 1644969600, U: 1647993600, V: 1650412800, W: 1652745600, X: 1654646400, Y: 1657152e3, Z: 1660780800,
|
|
41551
|
+
a: 1663113600, b: 1668816e3, c: 1668643200, d: 1671062400, e: 1675209600, f: 1677024e3, g: 1679529600, h: 1681948800, i: 1684195200, j: 1687219200,
|
|
41552
|
+
k: 1690329600, l: 1692748800, m: 1696204800, n: 169992e4, o: 169992e4, p: 1702944e3, q: 1707264e3, r: 1710115200, s: 1711497600, t: 1716336e3,
|
|
41553
|
+
u: 1719273600, v: 1721088e3, w: 1724284800, x: 1727222400, y: 1732665600, z: 1736294400 }, D: { F: "o", B: "o", C: "o", "5C": "o", "6C": "\
|
|
41554
|
+
o", "7C": "o", "8C": "o", GC: "o", lC: "o", "9C": "o", HC: "o" } }, G: { A: { E: 0, SC: 0, AD: 0, mC: 289898e-8, BD: 0, CD: 869695e-8, DD: 724746e-8,
|
|
41555
|
+
ED: 0, FD: 434848e-8, GD: 0.0202929, HD: 144949e-8, ID: 0.0333383, JD: 0.153646, KD: 0.0101464, LD: 579797e-8, MD: 0.14205, ND: 289898e-8,
|
|
41556
|
+
OD: 579797e-8, PD: 579797e-8, QD: 0.0202929, RD: 0.124656, SD: 0.0608787, TD: 0.0333383, UC: 0.0333383, VC: 0.0405858, IC: 0.0463837, UD: 0.568201,
|
|
41557
|
+
JC: 0.0797221, WC: 0.165242, XC: 0.08552, YC: 0.150747, ZC: 0.0333383, aC: 0.0623282, VD: 0.672564, KC: 0.0405858, bC: 0.0724746, cC: 0.0550807,
|
|
41558
|
+
dC: 0.0768231, eC: 0.153646, fC: 0.340631, WD: 0.988554, LC: 0.276853, gC: 0.905933, hC: 0.405858, iC: 8.46503, jC: 0.126106, kC: 0 }, B: "\
|
|
41559
|
+
webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41439
41560
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41440
|
-
"", "", "", "", "", "", "", "", "", "", "", "
|
|
41441
|
-
|
|
41442
|
-
|
|
41443
|
-
|
|
41444
|
-
|
|
41445
|
-
|
|
41561
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "SC", "AD", "mC", "BD", "CD", "DD", "E",
|
|
41562
|
+
"ED", "FD", "GD", "HD", "ID", "JD", "KD", "LD", "MD", "ND", "OD", "PD", "QD", "RD", "SD", "TD", "UC", "VC", "IC", "UD", "JC", "WC", "XC", "\
|
|
41563
|
+
YC", "ZC", "aC", "VD", "KC", "bC", "cC", "dC", "eC", "fC", "WD", "LC", "gC", "hC", "iC", "jC", "kC", "", ""], E: "Safari on iOS", F: { SC: 1270252800,
|
|
41564
|
+
AD: 1283904e3, mC: 1299628800, BD: 1331078400, CD: 1359331200, DD: 1394409600, E: 1410912e3, ED: 1413763200, FD: 1442361600, GD: 1458518400,
|
|
41565
|
+
HD: 1473724800, ID: 1490572800, JD: 1505779200, KD: 1522281600, LD: 1537142400, MD: 1553472e3, ND: 1568851200, OD: 1572220800, PD: 1580169600,
|
|
41566
|
+
QD: 1585008e3, RD: 1600214400, SD: 1619395200, TD: 1632096e3, UC: 1639353600, VC: 1647216e3, IC: 1652659200, UD: 1658275200, JC: 1662940800,
|
|
41567
|
+
WC: 1666569600, XC: 1670889600, YC: 1674432e3, ZC: 1679875200, aC: 1684368e3, VD: 1690156800, KC: 1694995200, bC: 1698192e3, cC: 1702252800,
|
|
41568
|
+
dC: 1705881600, eC: 1709596800, fC: 1715558400, WD: 1722211200, LC: 1726444800, gC: 1730073600, hC: 1733875200, iC: 1737936e3, jC: 1743379200,
|
|
41569
|
+
kC: null } }, H: { A: { XD: 0.05 }, B: "o", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41446
41570
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41447
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "C", "L", "M", "G", "N", "O", "P", "Q", "H", "R", "S", "T", "U",
|
|
41448
|
-
"V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w",
|
|
41449
|
-
"x", "6", "7", "8", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "I", "", "", ""], E: "Edge", F: { 6: 1689897600,
|
|
41450
|
-
7: 1692576e3, 8: 1694649600, 9: 1697155200, C: 1438128e3, L: 1447286400, M: 1470096e3, G: 1491868800, N: 1508198400, O: 1525046400, P: 1542067200,
|
|
41451
|
-
Q: 1579046400, H: 1581033600, R: 1586736e3, S: 1590019200, T: 1594857600, U: 1598486400, V: 1602201600, W: 1605830400, X: 161136e4, Y: 1614816e3,
|
|
41452
|
-
Z: 1618358400, a: 1622073600, b: 1626912e3, c: 1630627200, d: 1632441600, e: 1634774400, f: 1637539200, g: 1641427200, h: 1643932800, i: 1646265600,
|
|
41453
|
-
j: 1649635200, k: 1651190400, l: 1653955200, m: 1655942400, n: 1659657600, o: 1661990400, p: 1664755200, q: 1666915200, r: 1670198400, s: 1673481600,
|
|
41454
|
-
t: 1675900800, u: 1678665600, v: 1680825600, w: 1683158400, x: 1685664e3, AB: 1698969600, BB: 1701993600, CB: 1706227200, DB: 1708732800, EB: 1711152e3,
|
|
41455
|
-
FB: 1713398400, GB: 1715990400, HB: 1718841600, IB: 1721865600, JB: 1724371200, KB: 1726704e3, LB: 1729123200, I: 1731542400 }, D: { C: "m\
|
|
41456
|
-
s", L: "ms", M: "ms", G: "ms", N: "ms", O: "ms", P: "ms" } }, C: { A: { 0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0.253512, 7: 0, 8: 0, 9: 0.088025,
|
|
41457
|
-
iC: 0, IC: 0, J: 0, MB: 0, K: 0, D: 0, E: 0, F: 0, A: 0, B: 0.014084, C: 0, L: 0, M: 0, G: 0, N: 0, O: 0, P: 0, NB: 0, y: 0, z: 0, OB: 0, PB: 0,
|
|
41458
|
-
QB: 0, RB: 0, SB: 0, TB: 0, UB: 0, VB: 0, WB: 0, XB: 0, YB: 0, ZB: 0, aB: 0, bB: 0, cB: 0, dB: 7042e-6, eB: 3521e-6, fB: 0, gB: 0, hB: 0, iB: 0,
|
|
41459
|
-
jB: 0, kB: 0, lB: 0, mB: 0.028168, nB: 0, oB: 0, pB: 7042e-6, qB: 0.014084, rB: 0, sB: 0, JC: 3521e-6, tB: 0, KC: 0, uB: 0, vB: 0, wB: 0, xB: 0,
|
|
41460
|
-
yB: 0, zB: 0, "0B": 0, "1B": 0, "2B": 0, "3B": 0, "4B": 0, "5B": 0, "6B": 0, "7B": 0, "8B": 0, "9B": 0, AC: 0.010563, Q: 0, H: 0, R: 0, LC: 0,
|
|
41461
|
-
S: 0, T: 0, U: 0, V: 0, W: 0, X: 3521e-6, Y: 0, Z: 0, a: 0, b: 0, c: 0, d: 0, e: 0, f: 0, g: 0, h: 0, i: 0, j: 0, k: 0, l: 0, m: 7042e-6, n: 0,
|
|
41462
|
-
o: 0, p: 0, q: 0, r: 0, s: 3521e-6, t: 0, u: 0, v: 0, w: 7042e-6, x: 3521e-6, AB: 0, BB: 3521e-6, CB: 0, DB: 0, EB: 0, FB: 0, GB: 0.017605,
|
|
41463
|
-
HB: 3521e-6, IB: 0.010563, JB: 0.07042, KB: 7042e-6, LB: 7042e-6, I: 0.017605, BC: 0.077462, MC: 1.38727, NC: 7042e-6, jC: 0, kC: 0, lC: 0,
|
|
41464
|
-
mC: 0 }, B: "moz", C: ["iC", "IC", "lC", "mC", "J", "MB", "K", "D", "E", "F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "NB", "y", "z",
|
|
41465
|
-
"0", "1", "2", "3", "4", "5", "OB", "PB", "QB", "RB", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "\
|
|
41466
|
-
gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "pB", "qB", "rB", "sB", "JC", "tB", "KC", "uB", "vB", "wB", "xB", "yB", "zB", "0B", "1B",
|
|
41467
|
-
"2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "Q", "H", "R", "LC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e",
|
|
41468
|
-
"f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "6", "7", "8", "9", "AB", "BB", "CB", "DB",
|
|
41469
|
-
"EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "I", "BC", "MC", "NC", "jC", "kC"], E: "Firefox", F: { 0: 1368489600, 1: 1372118400, 2: 1375747200,
|
|
41470
|
-
3: 1379376e3, 4: 1386633600, 5: 1391472e3, 6: 1688428800, 7: 1690848e3, 8: 1693267200, 9: 1695686400, iC: 1161648e3, IC: 1213660800, lC: 124632e4,
|
|
41471
|
-
mC: 1264032e3, J: 1300752e3, MB: 1308614400, K: 1313452800, D: 1317081600, E: 1317081600, F: 1320710400, A: 1324339200, B: 1327968e3, C: 1331596800,
|
|
41472
|
-
L: 1335225600, M: 1338854400, G: 1342483200, N: 1346112e3, O: 1349740800, P: 1353628800, NB: 1357603200, y: 1361232e3, z: 1364860800, OB: 1395100800,
|
|
41473
|
-
PB: 1398729600, QB: 1402358400, RB: 1405987200, SB: 1409616e3, TB: 1413244800, UB: 1417392e3, VB: 1421107200, WB: 1424736e3, XB: 1428278400,
|
|
41474
|
-
YB: 1431475200, ZB: 1435881600, aB: 1439251200, bB: 144288e4, cB: 1446508800, dB: 1450137600, eB: 1453852800, fB: 1457395200, gB: 1461628800,
|
|
41475
|
-
hB: 1465257600, iB: 1470096e3, jB: 1474329600, kB: 1479168e3, lB: 1485216e3, mB: 1488844800, nB: 149256e4, oB: 1497312e3, pB: 1502150400, qB: 1506556800,
|
|
41476
|
-
rB: 1510617600, sB: 1516665600, JC: 1520985600, tB: 1525824e3, KC: 1529971200, uB: 1536105600, vB: 1540252800, wB: 1544486400, xB: 154872e4,
|
|
41477
|
-
yB: 1552953600, zB: 1558396800, "0B": 1562630400, "1B": 1567468800, "2B": 1571788800, "3B": 1575331200, "4B": 1578355200, "5B": 1581379200,
|
|
41478
|
-
"6B": 1583798400, "7B": 1586304e3, "8B": 1588636800, "9B": 1591056e3, AC: 1593475200, Q: 1595894400, H: 1598313600, R: 1600732800, LC: 1603152e3,
|
|
41479
|
-
S: 1605571200, T: 1607990400, U: 1611619200, V: 1614038400, W: 1616457600, X: 1618790400, Y: 1622505600, Z: 1626134400, a: 1628553600, b: 1630972800,
|
|
41480
|
-
c: 1633392e3, d: 1635811200, e: 1638835200, f: 1641859200, g: 1644364800, h: 1646697600, i: 1649116800, j: 1651536e3, k: 1653955200, l: 1656374400,
|
|
41481
|
-
m: 1658793600, n: 1661212800, o: 1663632e3, p: 1666051200, q: 1668470400, r: 1670889600, s: 1673913600, t: 1676332800, u: 1678752e3, v: 1681171200,
|
|
41482
|
-
w: 1683590400, x: 1686009600, AB: 1698105600, BB: 1700524800, CB: 1702944e3, DB: 1705968e3, EB: 1708387200, FB: 1710806400, GB: 1713225600,
|
|
41483
|
-
HB: 1715644800, IB: 1718064e3, JB: 1720483200, KB: 1722902400, LB: 1725321600, I: 1727740800, BC: 173016e4, MC: 1732579200, NC: null, jC: null,
|
|
41484
|
-
kC: null } }, D: { A: { 0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0.024647, 7: 0.130277, 8: 0.07042, 9: 0.059857, J: 0, MB: 0, K: 0, D: 0, E: 0,
|
|
41485
|
-
F: 0, A: 0, B: 0, C: 0, L: 0, M: 0, G: 0, N: 0, O: 0, P: 0, NB: 0, y: 0, z: 0, OB: 0, PB: 0, QB: 0, RB: 0, SB: 0, TB: 0, UB: 0, VB: 0, WB: 0,
|
|
41486
|
-
XB: 0, YB: 7042e-6, ZB: 0, aB: 0, bB: 0, cB: 0, dB: 0, eB: 0, fB: 3521e-6, gB: 0, hB: 3521e-6, iB: 0.017605, jB: 0.014084, kB: 0.014084, lB: 0,
|
|
41487
|
-
mB: 3521e-6, nB: 3521e-6, oB: 0, pB: 0, qB: 7042e-6, rB: 0, sB: 0.024647, JC: 0, tB: 0, KC: 7042e-6, uB: 0, vB: 0, wB: 0, xB: 0, yB: 0.021126,
|
|
41488
|
-
zB: 0, "0B": 0, "1B": 0.010563, "2B": 0.014084, "3B": 0, "4B": 0, "5B": 7042e-6, "6B": 7042e-6, "7B": 7042e-6, "8B": 3521e-6, "9B": 0.017605,
|
|
41489
|
-
AC: 0.010563, Q: 0.084504, H: 7042e-6, R: 0.03521, S: 0.028168, T: 3521e-6, U: 0.014084, V: 0.021126, W: 0.063378, X: 7042e-6, Y: 0.010563,
|
|
41490
|
-
Z: 7042e-6, a: 0.031689, b: 0.014084, c: 0.014084, d: 0.03521, e: 0.038731, f: 7042e-6, g: 0.010563, h: 0.042252, i: 0.014084, j: 0.021126,
|
|
41491
|
-
k: 0.014084, l: 0.010563, m: 0.10563, n: 0.021126, o: 0.010563, p: 0.017605, q: 0.021126, r: 0.03521, s: 1.09503, t: 0.017605, u: 0.031689,
|
|
41492
|
-
v: 0.03521, w: 0.109151, x: 0.07042, AB: 0.042252, BB: 0.063378, CB: 0.119714, DB: 0.077462, EB: 0.080983, FB: 0.14084, GB: 1.28869, HB: 0.415478,
|
|
41493
|
-
IB: 0.334495, JB: 0.179571, KB: 0.232386, LB: 0.982359, I: 15.0065, BC: 0.017605, MC: 0.014084, NC: 0 }, B: "webkit", C: ["", "", "", "", "",
|
|
41494
|
-
"", "", "J", "MB", "K", "D", "E", "F", "A", "B", "C", "L", "M", "G", "N", "O", "P", "NB", "y", "z", "0", "1", "2", "3", "4", "5", "OB", "P\
|
|
41495
|
-
B", "QB", "RB", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB",
|
|
41496
|
-
"nB", "oB", "pB", "qB", "rB", "sB", "JC", "tB", "KC", "uB", "vB", "wB", "xB", "yB", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "\
|
|
41497
|
-
8B", "9B", "AC", "Q", "H", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n",
|
|
41498
|
-
"o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "6", "7", "8", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "L\
|
|
41499
|
-
B", "I", "BC", "MC", "NC"], E: "Chrome", F: { 0: 1343692800, 1: 1348531200, 2: 1352246400, 3: 1357862400, 4: 1361404800, 5: 1364428800, 6: 1689724800,
|
|
41500
|
-
7: 1692057600, 8: 1694476800, 9: 1696896e3, J: 1264377600, MB: 1274745600, K: 1283385600, D: 1287619200, E: 1291248e3, F: 1296777600, A: 1299542400,
|
|
41501
|
-
B: 1303862400, C: 1307404800, L: 1312243200, M: 1316131200, G: 1316131200, N: 1319500800, O: 1323734400, P: 1328659200, NB: 1332892800, y: 133704e4,
|
|
41502
|
-
z: 1340668800, OB: 1369094400, PB: 1374105600, QB: 1376956800, RB: 1384214400, SB: 1389657600, TB: 1392940800, UB: 1397001600, VB: 1400544e3,
|
|
41503
|
-
WB: 1405468800, XB: 1409011200, YB: 141264e4, ZB: 1416268800, aB: 1421798400, bB: 1425513600, cB: 1429401600, dB: 143208e4, eB: 1437523200,
|
|
41504
|
-
fB: 1441152e3, gB: 1444780800, hB: 1449014400, iB: 1453248e3, jB: 1456963200, kB: 1460592e3, lB: 1464134400, mB: 1469059200, nB: 1472601600,
|
|
41505
|
-
oB: 1476230400, pB: 1480550400, qB: 1485302400, rB: 1489017600, sB: 149256e4, JC: 1496707200, tB: 1500940800, KC: 1504569600, uB: 1508198400,
|
|
41506
|
-
vB: 1512518400, wB: 1516752e3, xB: 1520294400, yB: 1523923200, zB: 1527552e3, "0B": 1532390400, "1B": 1536019200, "2B": 1539648e3, "3B": 1543968e3,
|
|
41507
|
-
"4B": 154872e4, "5B": 1552348800, "6B": 1555977600, "7B": 1559606400, "8B": 1564444800, "9B": 1568073600, AC: 1571702400, Q: 1575936e3, H: 1580860800,
|
|
41508
|
-
R: 1586304e3, S: 1589846400, T: 1594684800, U: 1598313600, V: 1601942400, W: 1605571200, X: 1611014400, Y: 1614556800, Z: 1618272e3, a: 1621987200,
|
|
41509
|
-
b: 1626739200, c: 1630368e3, d: 1632268800, e: 1634601600, f: 1637020800, g: 1641340800, h: 1643673600, i: 1646092800, j: 1648512e3, k: 1650931200,
|
|
41510
|
-
l: 1653350400, m: 1655769600, n: 1659398400, o: 1661817600, p: 1664236800, q: 1666656e3, r: 166968e4, s: 1673308800, t: 1675728e3, u: 1678147200,
|
|
41511
|
-
v: 1680566400, w: 1682985600, x: 1685404800, AB: 1698710400, BB: 1701993600, CB: 1705968e3, DB: 1708387200, EB: 1710806400, FB: 1713225600,
|
|
41512
|
-
GB: 1715644800, HB: 1718064e3, IB: 1721174400, JB: 1724112e3, KB: 1726531200, LB: 1728950400, I: 1731369600, BC: null, MC: null, NC: null } },
|
|
41513
|
-
E: { A: { J: 0, MB: 0, K: 0, D: 0, E: 0, F: 0, A: 0, B: 0, C: 0, L: 3521e-6, M: 0.017605, G: 3521e-6, nC: 0, OC: 0, oC: 0, pC: 0, qC: 0, rC: 0,
|
|
41514
|
-
PC: 0, CC: 3521e-6, DC: 7042e-6, sC: 0.038731, tC: 0.052815, uC: 0.014084, QC: 7042e-6, RC: 0.014084, EC: 0.021126, vC: 0.169008, FC: 0.024647,
|
|
41515
|
-
SC: 0.028168, TC: 0.021126, UC: 0.049294, VC: 0.017605, WC: 0.031689, wC: 0.225344, GC: 0.014084, XC: 0.024647, YC: 0.024647, ZC: 0.028168,
|
|
41516
|
-
aC: 0.066899, bC: 0.130277, xC: 0.415478, HC: 0.080983, cC: 1.05278, dC: 0.144361, eC: 3521e-6, yC: 0 }, B: "webkit", C: ["", "", "", "", "",
|
|
41517
41571
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41518
41572
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41519
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41520
|
-
|
|
41521
|
-
"aC", "bC", "xC", "HC", "cC", "dC", "eC", "yC", ""], E: "Safari", F: { nC: 1205798400, OC: 1226534400, J: 1244419200, MB: 1275868800, oC: 131112e4,
|
|
41522
|
-
K: 1343174400, pC: 13824e5, D: 13824e5, qC: 1410998400, E: 1413417600, F: 1443657600, rC: 1458518400, A: 1474329600, PC: 1490572800, B: 1505779200,
|
|
41523
|
-
CC: 1522281600, C: 1537142400, DC: 1553472e3, L: 1568851200, sC: 1585008e3, M: 1600214400, tC: 1619395200, G: 1632096e3, uC: 1635292800, QC: 1639353600,
|
|
41524
|
-
RC: 1647216e3, EC: 1652745600, vC: 1658275200, FC: 1662940800, SC: 1666569600, TC: 1670889600, UC: 1674432e3, VC: 1679875200, WC: 1684368e3,
|
|
41525
|
-
wC: 1690156800, GC: 1695686400, XC: 1698192e3, YC: 1702252800, ZC: 1705881600, aC: 1709596800, bC: 1715558400, xC: 1722211200, HC: 1726444800,
|
|
41526
|
-
cC: 1730073600, dC: 1733875200, eC: null, yC: null } }, F: { A: { 0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, F: 0, B: 0, C: 0, G: 0, N: 0, O: 0, P: 0,
|
|
41527
|
-
NB: 0, y: 0, z: 0, OB: 0, PB: 0, QB: 0, RB: 0, SB: 0, TB: 0, UB: 0, VB: 0, WB: 0, XB: 0, YB: 0, ZB: 0, aB: 3521e-6, bB: 0, cB: 0, dB: 0, eB: 0,
|
|
41528
|
-
fB: 0, gB: 0.014084, hB: 0, iB: 0, jB: 0, kB: 0, lB: 0, mB: 0, nB: 0, oB: 0, pB: 0, qB: 0, rB: 0, sB: 0, tB: 0, uB: 0, vB: 0, wB: 0, xB: 0,
|
|
41529
|
-
yB: 0, zB: 0, "0B": 0, "1B": 0, "2B": 0, "3B": 0, "4B": 0, "5B": 0, "6B": 0, "7B": 0, "8B": 0, "9B": 0, AC: 0, Q: 0, H: 0, R: 0, LC: 0, S: 0,
|
|
41530
|
-
T: 0, U: 7042e-6, V: 0.028168, W: 0, X: 0, Y: 0, Z: 0, a: 0, b: 0, c: 0, d: 0, e: 0.031689, f: 0, g: 0, h: 0, i: 0, j: 0, k: 0, l: 0.021126,
|
|
41531
|
-
m: 0, n: 0, o: 0, p: 0, q: 0, r: 0, s: 0, t: 0, u: 0, v: 0, w: 3521e-6, x: 0.616175, zC: 0, "0C": 0, "1C": 0, "2C": 0, CC: 0, fC: 0, "3C": 0,
|
|
41532
|
-
DC: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "F", "zC", "\
|
|
41533
|
-
0C", "1C", "2C", "B", "CC", "fC", "3C", "C", "DC", "G", "N", "O", "P", "NB", "y", "z", "0", "1", "2", "3", "4", "5", "OB", "PB", "QB", "RB",
|
|
41534
|
-
"SB", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "lB", "mB", "nB", "oB", "\
|
|
41535
|
-
pB", "qB", "rB", "sB", "tB", "uB", "vB", "wB", "xB", "yB", "zB", "0B", "1B", "2B", "3B", "4B", "5B", "6B", "7B", "8B", "9B", "AC", "Q", "H",
|
|
41536
|
-
"R", "LC", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r",
|
|
41537
|
-
"s", "t", "u", "v", "w", "x", "", "", ""], E: "Opera", F: { 0: 1401753600, 1: 1405987200, 2: 1409616e3, 3: 1413331200, 4: 1417132800, 5: 1422316800,
|
|
41538
|
-
F: 1150761600, zC: 1223424e3, "0C": 1251763200, "1C": 1267488e3, "2C": 1277942400, B: 1292457600, CC: 1302566400, fC: 1309219200, "3C": 1323129600,
|
|
41539
|
-
C: 1323129600, DC: 1352073600, G: 1372723200, N: 1377561600, O: 1381104e3, P: 1386288e3, NB: 1390867200, y: 1393891200, z: 1399334400, OB: 1425945600,
|
|
41540
|
-
PB: 1430179200, QB: 1433808e3, RB: 1438646400, SB: 1442448e3, TB: 1445904e3, UB: 1449100800, VB: 1454371200, WB: 1457308800, XB: 146232e4,
|
|
41541
|
-
YB: 1465344e3, ZB: 1470096e3, aB: 1474329600, bB: 1477267200, cB: 1481587200, dB: 1486425600, eB: 1490054400, fB: 1494374400, gB: 1498003200,
|
|
41542
|
-
hB: 1502236800, iB: 1506470400, jB: 1510099200, kB: 1515024e3, lB: 1517961600, mB: 1521676800, nB: 1525910400, oB: 1530144e3, pB: 1534982400,
|
|
41543
|
-
qB: 1537833600, rB: 1543363200, sB: 1548201600, tB: 1554768e3, uB: 1561593600, vB: 1566259200, wB: 1570406400, xB: 1573689600, yB: 1578441600,
|
|
41544
|
-
zB: 1583971200, "0B": 1587513600, "1B": 1592956800, "2B": 1595894400, "3B": 1600128e3, "4B": 1603238400, "5B": 161352e4, "6B": 1612224e3, "\
|
|
41545
|
-
7B": 1616544e3, "8B": 1619568e3, "9B": 1623715200, AC: 1627948800, Q: 1631577600, H: 1633392e3, R: 1635984e3, LC: 1638403200, S: 1642550400,
|
|
41546
|
-
T: 1644969600, U: 1647993600, V: 1650412800, W: 1652745600, X: 1654646400, Y: 1657152e3, Z: 1660780800, a: 1663113600, b: 1668816e3, c: 1668643200,
|
|
41547
|
-
d: 1671062400, e: 1675209600, f: 1677024e3, g: 1679529600, h: 1681948800, i: 1684195200, j: 1687219200, k: 1690329600, l: 1692748800, m: 1696204800,
|
|
41548
|
-
n: 169992e4, o: 169992e4, p: 1702944e3, q: 1707264e3, r: 1710115200, s: 1711497600, t: 1716336e3, u: 1719273600, v: 1721088e3, w: 1724284800,
|
|
41549
|
-
x: 1727222400 }, D: { F: "o", B: "o", C: "o", zC: "o", "0C": "o", "1C": "o", "2C": "o", CC: "o", fC: "o", "3C": "o", DC: "o" } }, G: { A: {
|
|
41550
|
-
E: 0, OC: 0, "4C": 0, gC: 278986e-8, "5C": 139493e-8, "6C": 557971e-8, "7C": 836957e-8, "8C": 0, "9C": 557971e-8, AD: 0.0223189, BD: 278986e-8,
|
|
41551
|
-
CD: 0.0320834, DD: 0.234348, ED: 0.0111594, FD: 697464e-8, GD: 0.156232, HD: 278986e-8, ID: 0.0474276, JD: 697464e-8, KD: 0.0237138, LD: 0.10462,
|
|
41552
|
-
MD: 0.0655617, ND: 0.0362681, QC: 0.0348732, RC: 0.0418479, EC: 0.0474276, OD: 0.542627, FC: 0.0906704, SC: 0.193895, TC: 0.0990399, UC: 0.171576,
|
|
41553
|
-
VC: 0.0348732, WC: 0.0711414, PD: 0.683515, GC: 0.0474276, XC: 0.078116, YC: 0.0641667, ZC: 0.0920653, aC: 0.199475, bC: 0.485435, QD: 1.82178,
|
|
41554
|
-
HC: 0.59424, cC: 6.92303, dC: 0.813243, eC: 0.0306884 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41573
|
+
"", "", "", "", "", "", "", "", "", "XD", "", "", ""], E: "Opera Mini", F: { XD: 1426464e3 } }, I: { A: { MC: 0, J: 0, I: 0.871727, YD: 0,
|
|
41574
|
+
ZD: 0, aD: 0, bD: 0, mC: 262095e-9, cD: 0, dD: 961014e-9 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41555
41575
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41556
41576
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41557
|
-
"", "", "", "OC", "4C", "gC", "5C", "6C", "7C", "E", "8C", "9C", "AD", "BD", "CD", "DD", "ED", "FD", "GD", "HD", "ID", "JD", "KD", "LD", "\
|
|
41558
|
-
MD", "ND", "QC", "RC", "EC", "OD", "FC", "SC", "TC", "UC", "VC", "WC", "PD", "GC", "XC", "YC", "ZC", "aC", "bC", "QD", "HC", "cC", "dC", "eC",
|
|
41559
|
-
"", ""], E: "Safari on iOS", F: { OC: 1270252800, "4C": 1283904e3, gC: 1299628800, "5C": 1331078400, "6C": 1359331200, "7C": 1394409600, E: 1410912e3,
|
|
41560
|
-
"8C": 1413763200, "9C": 1442361600, AD: 1458518400, BD: 1473724800, CD: 1490572800, DD: 1505779200, ED: 1522281600, FD: 1537142400, GD: 1553472e3,
|
|
41561
|
-
HD: 1568851200, ID: 1572220800, JD: 1580169600, KD: 1585008e3, LD: 1600214400, MD: 1619395200, ND: 1632096e3, QC: 1639353600, RC: 1647216e3,
|
|
41562
|
-
EC: 1652659200, OD: 1658275200, FC: 1662940800, SC: 1666569600, TC: 1670889600, UC: 1674432e3, VC: 1679875200, WC: 1684368e3, PD: 1690156800,
|
|
41563
|
-
GC: 1694995200, XC: 1698192e3, YC: 1702252800, ZC: 1705881600, aC: 1709596800, bC: 1715558400, QD: 1722211200, HC: 1726444800, cC: 1730073600,
|
|
41564
|
-
dC: 1733875200, eC: null } }, H: { A: { RD: 0.04 }, B: "o", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41565
41577
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41578
|
+
"", "", "", "", "", "", "", "YD", "ZD", "aD", "MC", "J", "bD", "mC", "cD", "dD", "I", "", "", ""], E: "Android Browser", F: { YD: 1256515200,
|
|
41579
|
+
ZD: 1274313600, aD: 1291593600, MC: 1298332800, J: 1318896e3, bD: 1341792e3, mC: 1374624e3, cD: 1386547200, dD: 1401667200, I: 1743379200 } },
|
|
41580
|
+
J: { A: { D: 0, A: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41566
41581
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41567
41582
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41568
|
-
"", "", "", "", "", "", "", "", "", "RD", "", "", ""], E: "Opera Mini", F: { RD: 1426464e3 } }, I: { A: { IC: 0, J: 0, I: 0.24566, SD: 0, TD: 0,
|
|
41569
|
-
UD: 0, VD: 246202e-10, gC: 492404e-10, WD: 0, XD: 295442e-9 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41570
41583
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41584
|
+
"", "", "", "", "", "", "D", "A", "", "", ""], E: "Blackberry Browser", F: { D: 1325376e3, A: 1359504e3 } }, K: { A: { A: 0, B: 0, C: 0, H: 1.04047,
|
|
41585
|
+
GC: 0, lC: 0, HC: 0 }, B: "o", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41571
41586
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41572
41587
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41573
|
-
"", "", "", "", "SD", "TD", "UD", "IC", "J", "VD", "gC", "WD", "XD", "I", "", "", ""], E: "Android Browser", F: { SD: 1256515200, TD: 1274313600,
|
|
41574
|
-
UD: 1291593600, IC: 1298332800, J: 1318896e3, VD: 1341792e3, gC: 1374624e3, WD: 1386547200, XD: 1401667200, I: 1731369600 } }, J: { A: { D: 0,
|
|
41575
|
-
A: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41576
41588
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41589
|
+
"A", "B", "GC", "lC", "C", "HC", "H", "", "", ""], E: "Opera Mobile", F: { A: 1287100800, B: 1300752e3, GC: 1314835200, lC: 1318291200, C: 1330300800,
|
|
41590
|
+
HC: 1349740800, H: 1709769600 }, D: { H: "webkit" } }, L: { A: { I: 44.6783 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "",
|
|
41577
41591
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41578
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "D", "\
|
|
41579
|
-
A", "", "", ""], E: "Blackberry Browser", F: { D: 1325376e3, A: 1359504e3 } }, K: { A: { A: 0, B: 0, C: 0, H: 1.0096, CC: 0, fC: 0, DC: 0 },
|
|
41580
|
-
B: "o", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41581
41592
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41582
41593
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41583
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41584
|
-
"", ""
|
|
41585
|
-
D: { H: "webkit" } }, L: { A: { I: 47.0453 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41594
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "I", "", "", ""], E: "Chrome for Android", F: { I: 1743379200 } },
|
|
41595
|
+
M: { A: { FC: 0.350735 }, B: "moz", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41586
41596
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41587
41597
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41588
41598
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41589
|
-
"", "", "", "", "", "", "", "", "", "
|
|
41599
|
+
"", "", "", "", "", "", "", "FC", "", "", ""], E: "Firefox for Android", F: { FC: 1743465600 } }, N: { A: { A: 0, B: 0 }, B: "ms", C: ["",
|
|
41590
41600
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41591
41601
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41592
41602
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41593
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "
|
|
41594
|
-
|
|
41603
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "", "", ""],
|
|
41604
|
+
E: "IE Mobile", F: { A: 1340150400, B: 1353456e3 } }, O: { A: { IC: 0.848141 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "",
|
|
41595
41605
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41596
41606
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41597
41607
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41598
|
-
"", "", "", "", "", "", "", "", "", "", "", "
|
|
41599
|
-
|
|
41608
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "IC", "", "", ""], E: "UC Browser for Android", F: { IC: 1710115200 },
|
|
41609
|
+
D: { IC: "webkit" } }, P: { A: { 1: 0, 2: 0.0219344, 3: 0.0219344, 4: 0.0329016, 5: 0.0438688, 6: 0.0438688, 7: 0.0877377, 8: 1.96313, J: 0.0329016,
|
|
41610
|
+
eD: 0, fD: 0, gD: 0.0109672, hD: 0, iD: 0, TC: 0, jD: 0, kD: 0, lD: 0, mD: 0, nD: 0, JC: 0, KC: 0.0109672, LC: 0, oD: 0 }, B: "webkit", C: [
|
|
41600
41611
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41601
41612
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41602
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "EC", "", "",
|
|
41603
|
-
""], E: "UC Browser for Android", F: { EC: 1710115200 }, D: { EC: "webkit" } }, P: { A: { 0: 0.0322125, 1: 0.04295, 2: 0.0536875, 3: 0.04295,
|
|
41604
|
-
4: 0.1718, 5: 1.77169, J: 0.0859, y: 0, z: 0.0322125, YD: 0.0107375, ZD: 0, aD: 0.021475, bD: 0, cD: 0, PC: 0, dD: 0, eD: 0, fD: 0, gD: 0,
|
|
41605
|
-
hD: 0, FC: 0, GC: 0.0107375, HC: 0, iD: 0.0107375 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41606
41613
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41614
|
+
"", "", "", "", "", "", "", "", "", "J", "eD", "fD", "gD", "hD", "iD", "TC", "jD", "kD", "lD", "mD", "nD", "JC", "KC", "LC", "oD", "1", "2",
|
|
41615
|
+
"3", "4", "5", "6", "7", "8", "", "", ""], E: "Samsung Internet", F: { 1: 1677369600, 2: 1684454400, 3: 1689292800, 4: 1697587200, 5: 1711497600,
|
|
41616
|
+
6: 1715126400, 7: 1717718400, 8: 1725667200, J: 1461024e3, eD: 1481846400, fD: 1509408e3, gD: 1528329600, hD: 1546128e3, iD: 1554163200, TC: 1567900800,
|
|
41617
|
+
jD: 1582588800, kD: 1593475200, lD: 1605657600, mD: 1618531200, nD: 1629072e3, JC: 1640736e3, KC: 1651708800, LC: 1659657600, oD: 1667260800 } },
|
|
41618
|
+
Q: { A: { pD: 0.229572 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41607
41619
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41608
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "J", "YD", "ZD", "aD", "bD", "cD", "PC", "dD", "eD",
|
|
41609
|
-
"fD", "gD", "hD", "FC", "GC", "HC", "iD", "y", "z", "0", "1", "2", "3", "4", "5", "", "", ""], E: "Samsung Internet", F: { 0: 1689292800, 1: 1697587200,
|
|
41610
|
-
2: 1711497600, 3: 1715126400, 4: 1717718400, 5: 1725667200, J: 1461024e3, YD: 1481846400, ZD: 1509408e3, aD: 1528329600, bD: 1546128e3, cD: 1554163200,
|
|
41611
|
-
PC: 1567900800, dD: 1582588800, eD: 1593475200, fD: 1605657600, gD: 1618531200, hD: 1629072e3, FC: 1640736e3, GC: 1651708800, HC: 1659657600,
|
|
41612
|
-
iD: 1667260800, y: 1677369600, z: 1684454400 } }, Q: { A: { jD: 0.239723 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "",
|
|
41613
41620
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41614
41621
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41622
|
+
"", "", "", "", "", "", "", "", "pD", "", "", ""], E: "QQ Browser", F: { pD: 1710288e3 } }, R: { A: { qD: 0 }, B: "webkit", C: ["", "", "",
|
|
41615
41623
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41616
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "jD", "", "", ""], E: "QQ Browser", F: { jD: 1710288e3 } }, R: { A: { kD: 0 },
|
|
41617
|
-
B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41618
41624
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41619
41625
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41620
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "
|
|
41621
|
-
|
|
41626
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "qD", "", "", ""], E: "\
|
|
41627
|
+
Baidu Browser", F: { qD: 1710201600 } }, S: { A: { rD: 0.012754, sD: 0 }, B: "moz", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41622
41628
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41623
41629
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41624
41630
|
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
|
|
41625
|
-
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "
|
|
41631
|
+
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "rD", "sD", "", "", ""], E: "KaiOS Browser", F: { rD: 1527811200, sD: 1631664e3 } } };
|
|
41626
41632
|
});
|
|
41627
41633
|
|
|
41628
41634
|
// ../node_modules/caniuse-lite/dist/unpacker/agents.js
|