storybook 9.0.0-alpha.8 → 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.
Files changed (140) hide show
  1. package/assets/docs/addon-backgrounds.gif +0 -0
  2. package/assets/docs/addon-controls-args-annotated.png +0 -0
  3. package/assets/docs/addon-controls-args-background-color.png +0 -0
  4. package/assets/docs/addon-controls-args-background-string.png +0 -0
  5. package/assets/docs/addon-controls-args-docs.png +0 -0
  6. package/assets/docs/addon-controls-args-logging.png +0 -0
  7. package/assets/docs/addon-controls-args-no-annotation.png +0 -0
  8. package/assets/docs/addon-controls-args-reflow-slider.png +0 -0
  9. package/assets/docs/addon-controls-args-reflow.png +0 -0
  10. package/assets/docs/addon-controls-args-template.png +0 -0
  11. package/assets/docs/addon-controls-expanded.png +0 -0
  12. package/assets/docs/addon-controls-hero.gif +0 -0
  13. package/assets/docs/addon-controls-install.png +0 -0
  14. package/assets/docs/hero.gif +0 -0
  15. package/assets/docs/highlight.png +0 -0
  16. package/assets/docs/viewport.png +0 -0
  17. package/assets/server/base-preview-head.html +1 -3
  18. package/bin/index.cjs +2 -2
  19. package/dist/actions/decorator.js +67 -72
  20. package/dist/actions/index.cjs +27 -31
  21. package/dist/actions/index.d.ts +0 -3
  22. package/dist/actions/index.js +27 -31
  23. package/dist/actions/preview.cjs +23 -27
  24. package/dist/actions/preview.d.ts +0 -1
  25. package/dist/actions/preview.js +19 -23
  26. package/dist/babel/index.cjs +822 -816
  27. package/dist/babel/index.js +822 -816
  28. package/dist/backgrounds/index.cjs +148 -0
  29. package/dist/backgrounds/index.d.ts +91 -0
  30. package/dist/backgrounds/index.js +130 -0
  31. package/dist/backgrounds/preview.cjs +143 -0
  32. package/dist/backgrounds/preview.d.ts +54 -0
  33. package/dist/backgrounds/preview.js +127 -0
  34. package/dist/bin/index.cjs +73 -92
  35. package/dist/bin/index.js +66 -85
  36. package/dist/builder-manager/index.cjs +316 -296
  37. package/dist/builder-manager/index.js +567 -547
  38. package/dist/channels/index.cjs +1020 -950
  39. package/dist/channels/index.js +1256 -1201
  40. package/dist/cli/bin/index.cjs +198 -198
  41. package/dist/cli/bin/index.js +204 -204
  42. package/dist/cli/index.cjs +61734 -7589
  43. package/dist/cli/index.d.ts +24 -20
  44. package/dist/cli/index.js +61775 -7630
  45. package/dist/common/index.cjs +16175 -9123
  46. package/dist/common/index.d.ts +34 -25
  47. package/dist/common/index.js +16270 -9212
  48. package/dist/component-testing/index.cjs +23 -0
  49. package/dist/component-testing/index.d.ts +3 -0
  50. package/dist/component-testing/index.js +5 -0
  51. package/dist/component-testing/preview.cjs +40 -0
  52. package/dist/component-testing/preview.d.ts +5 -0
  53. package/dist/component-testing/preview.js +25 -0
  54. package/dist/components/index.cjs +6479 -13005
  55. package/dist/components/index.d.ts +8 -257
  56. package/dist/components/index.js +6160 -18689
  57. package/dist/controls/decorator.d.ts +5 -0
  58. package/dist/controls/decorator.js +8 -0
  59. package/dist/controls/index.cjs +26 -0
  60. package/dist/controls/index.d.ts +39 -0
  61. package/dist/controls/index.js +6 -0
  62. package/dist/controls/preview.cjs +26 -0
  63. package/dist/controls/preview.d.ts +54 -0
  64. package/dist/controls/preview.js +9 -0
  65. package/dist/core-events/index.cjs +91 -106
  66. package/dist/core-events/index.d.ts +2 -80
  67. package/dist/core-events/index.js +79 -94
  68. package/dist/core-server/index.cjs +12314 -12114
  69. package/dist/core-server/index.d.ts +32 -23
  70. package/dist/core-server/index.js +12495 -12296
  71. package/dist/core-server/presets/common-manager.css +170 -0
  72. package/dist/core-server/presets/common-manager.js +12153 -12
  73. package/dist/core-server/presets/common-preset.cjs +3004 -3151
  74. package/dist/core-server/presets/common-preset.js +2833 -2981
  75. package/dist/csf/index.d.ts +1 -3
  76. package/dist/csf-tools/index.cjs +412 -403
  77. package/dist/csf-tools/index.d.ts +0 -4
  78. package/dist/csf-tools/index.js +410 -401
  79. package/dist/docs-tools/index.cjs +2569 -575
  80. package/dist/docs-tools/index.js +2565 -564
  81. package/dist/highlight/index.cjs +27 -0
  82. package/dist/highlight/index.d.ts +61 -0
  83. package/dist/highlight/index.js +7 -0
  84. package/dist/highlight/preview.cjs +535 -0
  85. package/dist/highlight/preview.d.ts +54 -0
  86. package/dist/highlight/preview.js +519 -0
  87. package/dist/instrumenter/index.cjs +1417 -1761
  88. package/dist/instrumenter/index.d.ts +8 -7
  89. package/dist/instrumenter/index.js +1332 -1667
  90. package/dist/manager/globals-module-info.cjs +22 -33
  91. package/dist/manager/globals-module-info.js +7 -18
  92. package/dist/manager/globals-runtime.js +45449 -49535
  93. package/dist/manager/runtime.js +4392 -3774
  94. package/dist/manager-api/index.cjs +2622 -2529
  95. package/dist/manager-api/index.d.ts +109 -114
  96. package/dist/manager-api/index.js +2603 -2475
  97. package/dist/manager-errors.js +41 -37
  98. package/dist/measure/index.cjs +476 -0
  99. package/dist/measure/index.d.ts +66 -0
  100. package/dist/measure/index.js +464 -0
  101. package/dist/measure/preview.cjs +466 -0
  102. package/dist/measure/preview.d.ts +59 -0
  103. package/dist/measure/preview.js +450 -0
  104. package/dist/outline/index.cjs +528 -0
  105. package/dist/outline/index.d.ts +66 -0
  106. package/dist/outline/index.js +500 -0
  107. package/dist/outline/preview.cjs +518 -0
  108. package/dist/outline/preview.d.ts +59 -0
  109. package/dist/outline/preview.js +486 -0
  110. package/dist/preview/runtime.js +42328 -38511
  111. package/dist/preview-api/index.cjs +1204 -1293
  112. package/dist/preview-api/index.d.ts +126 -178
  113. package/dist/preview-api/index.js +1614 -1685
  114. package/dist/preview-errors.cjs +65 -51
  115. package/dist/preview-errors.d.ts +6 -2
  116. package/dist/preview-errors.js +176 -142
  117. package/dist/server-errors.cjs +160 -113
  118. package/dist/server-errors.d.ts +12 -2
  119. package/dist/server-errors.js +157 -110
  120. package/dist/telemetry/index.cjs +407 -403
  121. package/dist/telemetry/index.d.ts +1 -1
  122. package/dist/telemetry/index.js +493 -489
  123. package/dist/test/index.cjs +1553 -1552
  124. package/dist/test/index.js +9603 -9514
  125. package/dist/test/preview.cjs +1906 -1905
  126. package/dist/test/preview.d.ts +0 -6
  127. package/dist/test/preview.js +3664 -3603
  128. package/dist/test/spy.cjs +65 -64
  129. package/dist/test/spy.js +59 -58
  130. package/dist/types/index.cjs +11 -12
  131. package/dist/types/index.d.ts +601 -338
  132. package/dist/types/index.js +1 -2
  133. package/dist/viewport/index.cjs +310 -0
  134. package/dist/viewport/index.d.ts +320 -0
  135. package/dist/viewport/index.js +290 -0
  136. package/dist/viewport/preview.cjs +35 -0
  137. package/dist/viewport/preview.d.ts +68 -0
  138. package/dist/viewport/preview.js +19 -0
  139. package/package.json +207 -12
  140. package/dist/actions/manager.js +0 -1196
@@ -97,7 +97,7 @@ var Tt = A((S) => {
97
97
  });
98
98
  S.isAccessor = wF;
99
99
  S.isAnyTypeAnnotation = HN;
100
- S.isArgumentPlaceholder = x3;
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 = v3;
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 = _3;
136
+ S.isDecimalLiteral = _B;
137
137
  S.isDeclaration = dF;
138
138
  S.isDeclareClass = ZN;
139
- S.isDeclareExportAllDeclaration = lB;
140
- S.isDeclareExportDeclaration = oB;
141
- S.isDeclareFunction = eB;
142
- S.isDeclareInterface = tB;
143
- S.isDeclareModule = rB;
144
- S.isDeclareModuleExports = nB;
145
- S.isDeclareOpaqueType = iB;
146
- S.isDeclareTypeAlias = sB;
147
- S.isDeclareVariable = aB;
148
- S.isDeclaredPredicate = uB;
149
- S.isDecorator = A3;
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 = C3;
152
+ S.isDoExpression = CB;
153
153
  S.isDoWhileStatement = CO;
154
154
  S.isEmptyStatement = DO;
155
- S.isEmptyTypeAnnotation = TB;
155
+ S.isEmptyTypeAnnotation = T3;
156
156
  S.isEnumBody = FF;
157
- S.isEnumBooleanBody = YB;
158
- S.isEnumBooleanMember = QB;
159
- S.isEnumDeclaration = HB;
160
- S.isEnumDefaultedMember = t3;
157
+ S.isEnumBooleanBody = Y3;
158
+ S.isEnumBooleanMember = Q3;
159
+ S.isEnumDeclaration = H3;
160
+ S.isEnumDefaultedMember = tB;
161
161
  S.isEnumMember = jF;
162
- S.isEnumNumberBody = JB;
163
- S.isEnumNumberMember = ZB;
164
- S.isEnumStringBody = XB;
165
- S.isEnumStringMember = e3;
166
- S.isEnumSymbolBody = zB;
167
- S.isExistsTypeAnnotation = cB;
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 = D3;
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 = pB;
194
- S.isFunctionTypeParam = fB;
195
- S.isGenericTypeAnnotation = dB;
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 = P3;
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 = r3;
208
- S.isInferredPredicate = hB;
209
- S.isInterfaceDeclaration = yB;
210
- S.isInterfaceExtends = mB;
211
- S.isInterfaceTypeAnnotation = gB;
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 = bB;
213
+ S.isIntersectionTypeAnnotation = b3;
214
214
  S.isJSX = LF;
215
- S.isJSXAttribute = s3;
216
- S.isJSXClosingElement = i3;
217
- S.isJSXClosingFragment = b3;
218
- S.isJSXElement = a3;
219
- S.isJSXEmptyExpression = o3;
220
- S.isJSXExpressionContainer = l3;
221
- S.isJSXFragment = y3;
222
- S.isJSXIdentifier = c3;
223
- S.isJSXMemberExpression = p3;
224
- S.isJSXNamespacedName = f3;
225
- S.isJSXOpeningElement = d3;
226
- S.isJSXOpeningFragment = g3;
227
- S.isJSXSpreadAttribute = h3;
228
- S.isJSXSpreadChild = u3;
229
- S.isJSXText = m3;
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 = EB;
239
+ S.isMixedTypeAnnotation = E3;
240
240
  S.isModuleDeclaration = HF;
241
- S.isModuleExpression = O3;
241
+ S.isModuleExpression = OB;
242
242
  S.isModuleSpecifier = DF;
243
243
  S.isNewExpression = WO;
244
- S.isNoop = E3;
244
+ S.isNoop = EB;
245
245
  S.isNullLiteral = RO;
246
246
  S.isNullLiteralTypeAnnotation = zN;
247
- S.isNullableTypeAnnotation = SB;
247
+ S.isNullableTypeAnnotation = S3;
248
248
  S.isNumberLiteral = $F;
249
- S.isNumberLiteralTypeAnnotation = xB;
250
- S.isNumberTypeAnnotation = vB;
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 = PB;
258
- S.isObjectTypeCallProperty = CB;
259
- S.isObjectTypeIndexer = DB;
260
- S.isObjectTypeInternalSlot = AB;
261
- S.isObjectTypeProperty = wB;
262
- S.isObjectTypeSpreadProperty = IB;
263
- S.isOpaqueType = _B;
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 = n3;
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 = k3;
271
- S.isPipelinePrimaryTopicReference = F3;
272
- S.isPipelineTopicExpression = B3;
273
- S.isPlaceholder = T3;
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 = OB;
280
- S.isRecordExpression = w3;
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 = NB;
295
- S.isStringTypeAnnotation = BB;
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 = kB;
300
- S.isTSAnyKeyword = K3;
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 = H3;
305
- S.isTSBooleanKeyword = G3;
306
- S.isTSCallSignatureDeclaration = q3;
304
+ S.isTSBigIntKeyword = HB;
305
+ S.isTSBooleanKeyword = GB;
306
+ S.isTSCallSignatureDeclaration = qB;
307
307
  S.isTSConditionalType = bk;
308
- S.isTSConstructSignatureDeclaration = U3;
308
+ S.isTSConstructSignatureDeclaration = UB;
309
309
  S.isTSConstructorType = ak;
310
- S.isTSDeclareFunction = L3;
311
- S.isTSDeclareMethod = M3;
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 = W3;
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 = Y3;
329
+ S.isTSIntrinsicKeyword = YB;
330
330
  S.isTSLiteralType = Ak;
331
331
  S.isTSMappedType = vk;
332
- S.isTSMethodSignature = $3;
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 = J3;
337
+ S.isTSNeverKeyword = JB;
338
338
  S.isTSNonNullExpression = Vk;
339
- S.isTSNullKeyword = X3;
340
- S.isTSNumberKeyword = z3;
341
- S.isTSObjectKeyword = Q3;
339
+ S.isTSNullKeyword = XB;
340
+ S.isTSNumberKeyword = zB;
341
+ S.isTSObjectKeyword = QB;
342
342
  S.isTSOptionalType = dk;
343
- S.isTSParameterProperty = j3;
343
+ S.isTSParameterProperty = jB;
344
344
  S.isTSParenthesizedType = Tk;
345
- S.isTSPropertySignature = V3;
346
- S.isTSQualifiedName = R3;
345
+ S.isTSPropertySignature = VB;
346
+ S.isTSQualifiedName = RB;
347
347
  S.isTSRestType = hk;
348
348
  S.isTSSatisfiesExpression = Nk;
349
- S.isTSStringKeyword = Z3;
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 = FB;
376
+ S.isThisTypeAnnotation = F3;
377
377
  S.isThrowStatement = rN;
378
- S.isTopicReference = N3;
378
+ S.isTopicReference = NB;
379
379
  S.isTryStatement = nN;
380
- S.isTupleExpression = I3;
381
- S.isTupleTypeAnnotation = jB;
382
- S.isTypeAlias = MB;
383
- S.isTypeAnnotation = RB;
384
- S.isTypeCastExpression = qB;
385
- S.isTypeParameter = UB;
386
- S.isTypeParameterDeclaration = VB;
387
- S.isTypeParameterInstantiation = $B;
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 = LB;
389
+ S.isTypeofTypeAnnotation = L3;
390
390
  S.isUnaryExpression = sN;
391
391
  S.isUnaryLike = vF;
392
- S.isUnionTypeAnnotation = WB;
392
+ S.isUnionTypeAnnotation = W3;
393
393
  S.isUpdateExpression = iN;
394
394
  S.isUserWhitespacable = EF;
395
- S.isV8IntrinsicIdentifier = S3;
395
+ S.isV8IntrinsicIdentifier = SB;
396
396
  S.isVariableDeclaration = aN;
397
397
  S.isVariableDeclarator = oN;
398
- S.isVariance = KB;
399
- S.isVoidTypeAnnotation = GB;
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 eB(e, t) {
785
+ function e3(e, t) {
786
786
  return !e || e.type !== "DeclareFunction" ? !1 : t == null || (0, P.default)(e, t);
787
787
  }
788
- i(eB, "isDeclareFunction");
789
- function tB(e, t) {
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(tB, "isDeclareInterface");
793
- function rB(e, t) {
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(rB, "isDeclareModule");
797
- function nB(e, t) {
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(nB, "isDeclareModuleExports");
801
- function sB(e, t) {
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(sB, "isDeclareTypeAlias");
805
- function iB(e, t) {
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(iB, "isDeclareOpaqueType");
809
- function aB(e, t) {
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(aB, "isDeclareVariable");
813
- function oB(e, t) {
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(oB, "isDeclareExportDeclaration");
817
- function lB(e, t) {
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(lB, "isDeclareExportAllDeclaration");
821
- function uB(e, t) {
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(uB, "isDeclaredPredicate");
825
- function cB(e, t) {
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(cB, "isExistsTypeAnnotation");
829
- function pB(e, t) {
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(pB, "isFunctionTypeAnnotation");
833
- function fB(e, t) {
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(fB, "isFunctionTypeParam");
837
- function dB(e, t) {
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(dB, "isGenericTypeAnnotation");
841
- function hB(e, t) {
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(hB, "isInferredPredicate");
845
- function mB(e, t) {
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(mB, "isInterfaceExtends");
849
- function yB(e, t) {
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(yB, "isInterfaceDeclaration");
853
- function gB(e, t) {
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(gB, "isInterfaceTypeAnnotation");
857
- function bB(e, t) {
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(bB, "isIntersectionTypeAnnotation");
861
- function EB(e, t) {
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(EB, "isMixedTypeAnnotation");
865
- function TB(e, t) {
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(TB, "isEmptyTypeAnnotation");
869
- function SB(e, t) {
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(SB, "isNullableTypeAnnotation");
873
- function xB(e, t) {
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(xB, "isNumberLiteralTypeAnnotation");
877
- function vB(e, t) {
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(vB, "isNumberTypeAnnotation");
881
- function PB(e, t) {
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(PB, "isObjectTypeAnnotation");
885
- function AB(e, t) {
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(AB, "isObjectTypeInternalSlot");
889
- function CB(e, t) {
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(CB, "isObjectTypeCallProperty");
893
- function DB(e, t) {
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(DB, "isObjectTypeIndexer");
897
- function wB(e, t) {
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(wB, "isObjectTypeProperty");
901
- function IB(e, t) {
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(IB, "isObjectTypeSpreadProperty");
905
- function _B(e, t) {
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(_B, "isOpaqueType");
909
- function OB(e, t) {
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(OB, "isQualifiedTypeIdentifier");
913
- function NB(e, t) {
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(NB, "isStringLiteralTypeAnnotation");
917
- function BB(e, t) {
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(BB, "isStringTypeAnnotation");
921
- function kB(e, t) {
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(kB, "isSymbolTypeAnnotation");
925
- function FB(e, t) {
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(FB, "isThisTypeAnnotation");
929
- function jB(e, t) {
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(jB, "isTupleTypeAnnotation");
933
- function LB(e, t) {
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(LB, "isTypeofTypeAnnotation");
937
- function MB(e, t) {
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(MB, "isTypeAlias");
941
- function RB(e, t) {
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(RB, "isTypeAnnotation");
945
- function qB(e, t) {
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(qB, "isTypeCastExpression");
949
- function UB(e, t) {
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(UB, "isTypeParameter");
953
- function VB(e, t) {
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(VB, "isTypeParameterDeclaration");
957
- function $B(e, t) {
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($B, "isTypeParameterInstantiation");
961
- function WB(e, t) {
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(WB, "isUnionTypeAnnotation");
965
- function KB(e, t) {
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(KB, "isVariance");
969
- function GB(e, t) {
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(GB, "isVoidTypeAnnotation");
973
- function HB(e, t) {
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(HB, "isEnumDeclaration");
977
- function YB(e, t) {
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(YB, "isEnumBooleanBody");
981
- function JB(e, t) {
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(JB, "isEnumNumberBody");
985
- function XB(e, t) {
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(XB, "isEnumStringBody");
989
- function zB(e, t) {
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(zB, "isEnumSymbolBody");
993
- function QB(e, t) {
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(QB, "isEnumBooleanMember");
997
- function ZB(e, t) {
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(ZB, "isEnumNumberMember");
1001
- function e3(e, t) {
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(e3, "isEnumStringMember");
1005
- function t3(e, t) {
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(t3, "isEnumDefaultedMember");
1009
- function r3(e, t) {
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(r3, "isIndexedAccessType");
1013
- function n3(e, t) {
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(n3, "isOptionalIndexedAccessType");
1017
- function s3(e, t) {
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(s3, "isJSXAttribute");
1021
- function i3(e, t) {
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(i3, "isJSXClosingElement");
1025
- function a3(e, t) {
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(a3, "isJSXElement");
1029
- function o3(e, t) {
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(o3, "isJSXEmptyExpression");
1033
- function l3(e, t) {
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(l3, "isJSXExpressionContainer");
1037
- function u3(e, t) {
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(u3, "isJSXSpreadChild");
1041
- function c3(e, t) {
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(c3, "isJSXIdentifier");
1045
- function p3(e, t) {
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(p3, "isJSXMemberExpression");
1049
- function f3(e, t) {
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(f3, "isJSXNamespacedName");
1053
- function d3(e, t) {
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(d3, "isJSXOpeningElement");
1057
- function h3(e, t) {
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(h3, "isJSXSpreadAttribute");
1061
- function m3(e, t) {
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(m3, "isJSXText");
1065
- function y3(e, t) {
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(y3, "isJSXFragment");
1069
- function g3(e, t) {
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(g3, "isJSXOpeningFragment");
1073
- function b3(e, t) {
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(b3, "isJSXClosingFragment");
1077
- function E3(e, t) {
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(E3, "isNoop");
1081
- function T3(e, t) {
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(T3, "isPlaceholder");
1085
- function S3(e, t) {
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(S3, "isV8IntrinsicIdentifier");
1089
- function x3(e, t) {
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(x3, "isArgumentPlaceholder");
1093
- function v3(e, t) {
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(v3, "isBindExpression");
1097
- function P3(e, t) {
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(P3, "isImportAttribute");
1101
- function A3(e, t) {
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(A3, "isDecorator");
1105
- function C3(e, t) {
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(C3, "isDoExpression");
1109
- function D3(e, t) {
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(D3, "isExportDefaultSpecifier");
1113
- function w3(e, t) {
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(w3, "isRecordExpression");
1117
- function I3(e, t) {
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(I3, "isTupleExpression");
1121
- function _3(e, t) {
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(_3, "isDecimalLiteral");
1125
- function O3(e, t) {
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(O3, "isModuleExpression");
1129
- function N3(e, t) {
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(N3, "isTopicReference");
1133
- function B3(e, t) {
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(B3, "isPipelineTopicExpression");
1137
- function k3(e, t) {
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(k3, "isPipelineBareFunction");
1141
- function F3(e, t) {
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(F3, "isPipelinePrimaryTopicReference");
1145
- function j3(e, t) {
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(j3, "isTSParameterProperty");
1149
- function L3(e, t) {
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(L3, "isTSDeclareFunction");
1153
- function M3(e, t) {
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(M3, "isTSDeclareMethod");
1157
- function R3(e, t) {
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(R3, "isTSQualifiedName");
1161
- function q3(e, t) {
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(q3, "isTSCallSignatureDeclaration");
1165
- function U3(e, t) {
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(U3, "isTSConstructSignatureDeclaration");
1169
- function V3(e, t) {
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(V3, "isTSPropertySignature");
1173
- function $3(e, t) {
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($3, "isTSMethodSignature");
1177
- function W3(e, t) {
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(W3, "isTSIndexSignature");
1181
- function K3(e, t) {
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(K3, "isTSAnyKeyword");
1185
- function G3(e, t) {
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(G3, "isTSBooleanKeyword");
1189
- function H3(e, t) {
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(H3, "isTSBigIntKeyword");
1193
- function Y3(e, t) {
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(Y3, "isTSIntrinsicKeyword");
1197
- function J3(e, t) {
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(J3, "isTSNeverKeyword");
1201
- function X3(e, t) {
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(X3, "isTSNullKeyword");
1205
- function z3(e, t) {
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(z3, "isTSNumberKeyword");
1209
- function Q3(e, t) {
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(Q3, "isTSObjectKeyword");
1213
- function Z3(e, t) {
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(Z3, "isTSStringKeyword");
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 = OR;
10691
+ x.assertAnyTypeAnnotation = O7;
10692
10692
  x.assertArgumentPlaceholder = a9;
10693
10693
  x.assertArrayExpression = zM;
10694
10694
  x.assertArrayPattern = J5;
10695
- x.assertArrayTypeAnnotation = NR;
10695
+ x.assertArrayTypeAnnotation = N7;
10696
10696
  x.assertArrowFunctionExpression = X5;
10697
10697
  x.assertAssignmentExpression = QM;
10698
10698
  x.assertAssignmentPattern = Y5;
10699
- x.assertAwaitExpression = ER;
10700
- x.assertBigIntLiteral = SR;
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 = kR;
10709
- x.assertBooleanTypeAnnotation = BR;
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 = CR;
10714
+ x.assertClassAccessorProperty = C7;
10715
10715
  x.assertClassBody = z5;
10716
10716
  x.assertClassDeclaration = Z5;
10717
10717
  x.assertClassExpression = Q5;
10718
- x.assertClassImplements = jR;
10719
- x.assertClassMethod = pR;
10720
- x.assertClassPrivateMethod = wR;
10721
- x.assertClassPrivateProperty = DR;
10722
- x.assertClassProperty = AR;
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 = LR;
10731
- x.assertDeclareExportAllDeclaration = GR;
10732
- x.assertDeclareExportDeclaration = KR;
10733
- x.assertDeclareFunction = MR;
10734
- x.assertDeclareInterface = RR;
10735
- x.assertDeclareModule = qR;
10736
- x.assertDeclareModuleExports = UR;
10737
- x.assertDeclareOpaqueType = $R;
10738
- x.assertDeclareTypeAlias = VR;
10739
- x.assertDeclareVariable = WR;
10740
- x.assertDeclaredPredicate = HR;
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 = s7;
10747
+ x.assertEmptyTypeAnnotation = sR;
10748
10748
  x.assertEnumBody = TU;
10749
- x.assertEnumBooleanBody = N7;
10750
- x.assertEnumBooleanMember = j7;
10751
- x.assertEnumDeclaration = O7;
10752
- x.assertEnumDefaultedMember = R7;
10749
+ x.assertEnumBooleanBody = NR;
10750
+ x.assertEnumBooleanMember = jR;
10751
+ x.assertEnumDeclaration = OR;
10752
+ x.assertEnumDefaultedMember = RR;
10753
10753
  x.assertEnumMember = SU;
10754
- x.assertEnumNumberBody = B7;
10755
- x.assertEnumNumberMember = L7;
10756
- x.assertEnumStringBody = k7;
10757
- x.assertEnumStringMember = M7;
10758
- x.assertEnumSymbolBody = F7;
10759
- x.assertExistsTypeAnnotation = YR;
10760
- x.assertExportAllDeclaration = eR;
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 = tR;
10762
+ x.assertExportDefaultDeclaration = t7;
10763
10763
  x.assertExportDefaultSpecifier = p9;
10764
- x.assertExportNamedDeclaration = rR;
10765
- x.assertExportNamespaceSpecifier = xR;
10766
- x.assertExportSpecifier = nR;
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 = sR;
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 = JR;
10786
- x.assertFunctionTypeParam = XR;
10787
- x.assertGenericTypeAnnotation = zR;
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 = TR;
10791
+ x.assertImport = T7;
10792
10792
  x.assertImportAttribute = l9;
10793
- x.assertImportDeclaration = iR;
10794
- x.assertImportDefaultSpecifier = aR;
10795
- x.assertImportExpression = uR;
10796
- x.assertImportNamespaceSpecifier = oR;
10793
+ x.assertImportDeclaration = i7;
10794
+ x.assertImportDefaultSpecifier = a7;
10795
+ x.assertImportExpression = u7;
10796
+ x.assertImportNamespaceSpecifier = o7;
10797
10797
  x.assertImportOrExportDeclaration = cU;
10798
- x.assertImportSpecifier = lR;
10799
- x.assertIndexedAccessType = q7;
10800
- x.assertInferredPredicate = QR;
10801
- x.assertInterfaceDeclaration = e7;
10802
- x.assertInterfaceExtends = ZR;
10803
- x.assertInterfaceTypeAnnotation = t7;
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 = r7;
10805
+ x.assertIntersectionTypeAnnotation = rR;
10806
10806
  x.assertJSX = xU;
10807
- x.assertJSXAttribute = V7;
10808
- x.assertJSXClosingElement = $7;
10807
+ x.assertJSXAttribute = VR;
10808
+ x.assertJSXClosingElement = $R;
10809
10809
  x.assertJSXClosingFragment = r9;
10810
- x.assertJSXElement = W7;
10811
- x.assertJSXEmptyExpression = K7;
10812
- x.assertJSXExpressionContainer = G7;
10810
+ x.assertJSXElement = WR;
10811
+ x.assertJSXEmptyExpression = KR;
10812
+ x.assertJSXExpressionContainer = GR;
10813
10813
  x.assertJSXFragment = e9;
10814
- x.assertJSXIdentifier = Y7;
10815
- x.assertJSXMemberExpression = J7;
10816
- x.assertJSXNamespacedName = X7;
10817
- x.assertJSXOpeningElement = z7;
10814
+ x.assertJSXIdentifier = YR;
10815
+ x.assertJSXMemberExpression = JR;
10816
+ x.assertJSXNamespacedName = XR;
10817
+ x.assertJSXOpeningElement = zR;
10818
10818
  x.assertJSXOpeningFragment = t9;
10819
- x.assertJSXSpreadAttribute = Q7;
10820
- x.assertJSXSpreadChild = H7;
10821
- x.assertJSXText = Z7;
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 = cR;
10828
+ x.assertMetaProperty = c7;
10829
10829
  x.assertMethod = sU;
10830
10830
  x.assertMiscellaneous = vU;
10831
- x.assertMixedTypeAnnotation = n7;
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 = FR;
10839
- x.assertNullableTypeAnnotation = i7;
10838
+ x.assertNullLiteralTypeAnnotation = F7;
10839
+ x.assertNullableTypeAnnotation = iR;
10840
10840
  x.assertNumberLiteral = wU;
10841
- x.assertNumberLiteralTypeAnnotation = a7;
10842
- x.assertNumberTypeAnnotation = o7;
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 = fR;
10847
+ x.assertObjectPattern = f7;
10848
10848
  x.assertObjectProperty = N5;
10849
- x.assertObjectTypeAnnotation = l7;
10850
- x.assertObjectTypeCallProperty = c7;
10851
- x.assertObjectTypeIndexer = p7;
10852
- x.assertObjectTypeInternalSlot = u7;
10853
- x.assertObjectTypeProperty = f7;
10854
- x.assertObjectTypeSpreadProperty = d7;
10855
- x.assertOpaqueType = h7;
10856
- x.assertOptionalCallExpression = PR;
10857
- x.assertOptionalIndexedAccessType = U7;
10858
- x.assertOptionalMemberExpression = vR;
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 = IR;
10867
+ x.assertPrivateName = I7;
10868
10868
  x.assertProgram = I5;
10869
10869
  x.assertProperty = aU;
10870
10870
  x.assertPureish = Xq;
10871
- x.assertQualifiedTypeIdentifier = m7;
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 = dR;
10880
+ x.assertSpreadElement = d7;
10881
10881
  x.assertSpreadProperty = OU;
10882
10882
  x.assertStandardized = Bq;
10883
10883
  x.assertStatement = Rq;
10884
- x.assertStaticBlock = _R;
10884
+ x.assertStaticBlock = _7;
10885
10885
  x.assertStringLiteral = S5;
10886
- x.assertStringLiteralTypeAnnotation = y7;
10887
- x.assertStringTypeAnnotation = g7;
10888
- x.assertSuper = hR;
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 = b7;
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 = mR;
10964
- x.assertTemplateElement = yR;
10965
- x.assertTemplateLiteral = gR;
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 = E7;
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 = T7;
10974
- x.assertTypeAlias = x7;
10975
- x.assertTypeAnnotation = v7;
10976
- x.assertTypeCastExpression = P7;
10977
- x.assertTypeParameter = A7;
10978
- x.assertTypeParameterDeclaration = C7;
10979
- x.assertTypeParameterInstantiation = D7;
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 = S7;
10981
+ x.assertTypeofTypeAnnotation = SR;
10982
10982
  x.assertUnaryExpression = V5;
10983
10983
  x.assertUnaryLike = oU;
10984
- x.assertUnionTypeAnnotation = w7;
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 = I7;
10991
- x.assertVoidTypeAnnotation = _7;
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 = bR;
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 eR(e, t) {
11230
+ function e7(e, t) {
11231
11231
  v("ExportAllDeclaration", e, t);
11232
11232
  }
11233
- i(eR, "assertExportAllDeclaration");
11234
- function tR(e, t) {
11233
+ i(e7, "assertExportAllDeclaration");
11234
+ function t7(e, t) {
11235
11235
  v("ExportDefaultDeclaration", e, t);
11236
11236
  }
11237
- i(tR, "assertExportDefaultDeclaration");
11238
- function rR(e, t) {
11237
+ i(t7, "assertExportDefaultDeclaration");
11238
+ function r7(e, t) {
11239
11239
  v("ExportNamedDeclaration", e, t);
11240
11240
  }
11241
- i(rR, "assertExportNamedDeclaration");
11242
- function nR(e, t) {
11241
+ i(r7, "assertExportNamedDeclaration");
11242
+ function n7(e, t) {
11243
11243
  v("ExportSpecifier", e, t);
11244
11244
  }
11245
- i(nR, "assertExportSpecifier");
11246
- function sR(e, t) {
11245
+ i(n7, "assertExportSpecifier");
11246
+ function s7(e, t) {
11247
11247
  v("ForOfStatement", e, t);
11248
11248
  }
11249
- i(sR, "assertForOfStatement");
11250
- function iR(e, t) {
11249
+ i(s7, "assertForOfStatement");
11250
+ function i7(e, t) {
11251
11251
  v("ImportDeclaration", e, t);
11252
11252
  }
11253
- i(iR, "assertImportDeclaration");
11254
- function aR(e, t) {
11253
+ i(i7, "assertImportDeclaration");
11254
+ function a7(e, t) {
11255
11255
  v("ImportDefaultSpecifier", e, t);
11256
11256
  }
11257
- i(aR, "assertImportDefaultSpecifier");
11258
- function oR(e, t) {
11257
+ i(a7, "assertImportDefaultSpecifier");
11258
+ function o7(e, t) {
11259
11259
  v("ImportNamespaceSpecifier", e, t);
11260
11260
  }
11261
- i(oR, "assertImportNamespaceSpecifier");
11262
- function lR(e, t) {
11261
+ i(o7, "assertImportNamespaceSpecifier");
11262
+ function l7(e, t) {
11263
11263
  v("ImportSpecifier", e, t);
11264
11264
  }
11265
- i(lR, "assertImportSpecifier");
11266
- function uR(e, t) {
11265
+ i(l7, "assertImportSpecifier");
11266
+ function u7(e, t) {
11267
11267
  v("ImportExpression", e, t);
11268
11268
  }
11269
- i(uR, "assertImportExpression");
11270
- function cR(e, t) {
11269
+ i(u7, "assertImportExpression");
11270
+ function c7(e, t) {
11271
11271
  v("MetaProperty", e, t);
11272
11272
  }
11273
- i(cR, "assertMetaProperty");
11274
- function pR(e, t) {
11273
+ i(c7, "assertMetaProperty");
11274
+ function p7(e, t) {
11275
11275
  v("ClassMethod", e, t);
11276
11276
  }
11277
- i(pR, "assertClassMethod");
11278
- function fR(e, t) {
11277
+ i(p7, "assertClassMethod");
11278
+ function f7(e, t) {
11279
11279
  v("ObjectPattern", e, t);
11280
11280
  }
11281
- i(fR, "assertObjectPattern");
11282
- function dR(e, t) {
11281
+ i(f7, "assertObjectPattern");
11282
+ function d7(e, t) {
11283
11283
  v("SpreadElement", e, t);
11284
11284
  }
11285
- i(dR, "assertSpreadElement");
11286
- function hR(e, t) {
11285
+ i(d7, "assertSpreadElement");
11286
+ function h7(e, t) {
11287
11287
  v("Super", e, t);
11288
11288
  }
11289
- i(hR, "assertSuper");
11290
- function mR(e, t) {
11289
+ i(h7, "assertSuper");
11290
+ function m7(e, t) {
11291
11291
  v("TaggedTemplateExpression", e, t);
11292
11292
  }
11293
- i(mR, "assertTaggedTemplateExpression");
11294
- function yR(e, t) {
11293
+ i(m7, "assertTaggedTemplateExpression");
11294
+ function y7(e, t) {
11295
11295
  v("TemplateElement", e, t);
11296
11296
  }
11297
- i(yR, "assertTemplateElement");
11298
- function gR(e, t) {
11297
+ i(y7, "assertTemplateElement");
11298
+ function g7(e, t) {
11299
11299
  v("TemplateLiteral", e, t);
11300
11300
  }
11301
- i(gR, "assertTemplateLiteral");
11302
- function bR(e, t) {
11301
+ i(g7, "assertTemplateLiteral");
11302
+ function b7(e, t) {
11303
11303
  v("YieldExpression", e, t);
11304
11304
  }
11305
- i(bR, "assertYieldExpression");
11306
- function ER(e, t) {
11305
+ i(b7, "assertYieldExpression");
11306
+ function E7(e, t) {
11307
11307
  v("AwaitExpression", e, t);
11308
11308
  }
11309
- i(ER, "assertAwaitExpression");
11310
- function TR(e, t) {
11309
+ i(E7, "assertAwaitExpression");
11310
+ function T7(e, t) {
11311
11311
  v("Import", e, t);
11312
11312
  }
11313
- i(TR, "assertImport");
11314
- function SR(e, t) {
11313
+ i(T7, "assertImport");
11314
+ function S7(e, t) {
11315
11315
  v("BigIntLiteral", e, t);
11316
11316
  }
11317
- i(SR, "assertBigIntLiteral");
11318
- function xR(e, t) {
11317
+ i(S7, "assertBigIntLiteral");
11318
+ function x7(e, t) {
11319
11319
  v("ExportNamespaceSpecifier", e, t);
11320
11320
  }
11321
- i(xR, "assertExportNamespaceSpecifier");
11322
- function vR(e, t) {
11321
+ i(x7, "assertExportNamespaceSpecifier");
11322
+ function v7(e, t) {
11323
11323
  v("OptionalMemberExpression", e, t);
11324
11324
  }
11325
- i(vR, "assertOptionalMemberExpression");
11326
- function PR(e, t) {
11325
+ i(v7, "assertOptionalMemberExpression");
11326
+ function P7(e, t) {
11327
11327
  v("OptionalCallExpression", e, t);
11328
11328
  }
11329
- i(PR, "assertOptionalCallExpression");
11330
- function AR(e, t) {
11329
+ i(P7, "assertOptionalCallExpression");
11330
+ function A7(e, t) {
11331
11331
  v("ClassProperty", e, t);
11332
11332
  }
11333
- i(AR, "assertClassProperty");
11334
- function CR(e, t) {
11333
+ i(A7, "assertClassProperty");
11334
+ function C7(e, t) {
11335
11335
  v("ClassAccessorProperty", e, t);
11336
11336
  }
11337
- i(CR, "assertClassAccessorProperty");
11338
- function DR(e, t) {
11337
+ i(C7, "assertClassAccessorProperty");
11338
+ function D7(e, t) {
11339
11339
  v("ClassPrivateProperty", e, t);
11340
11340
  }
11341
- i(DR, "assertClassPrivateProperty");
11342
- function wR(e, t) {
11341
+ i(D7, "assertClassPrivateProperty");
11342
+ function w7(e, t) {
11343
11343
  v("ClassPrivateMethod", e, t);
11344
11344
  }
11345
- i(wR, "assertClassPrivateMethod");
11346
- function IR(e, t) {
11345
+ i(w7, "assertClassPrivateMethod");
11346
+ function I7(e, t) {
11347
11347
  v("PrivateName", e, t);
11348
11348
  }
11349
- i(IR, "assertPrivateName");
11350
- function _R(e, t) {
11349
+ i(I7, "assertPrivateName");
11350
+ function _7(e, t) {
11351
11351
  v("StaticBlock", e, t);
11352
11352
  }
11353
- i(_R, "assertStaticBlock");
11354
- function OR(e, t) {
11353
+ i(_7, "assertStaticBlock");
11354
+ function O7(e, t) {
11355
11355
  v("AnyTypeAnnotation", e, t);
11356
11356
  }
11357
- i(OR, "assertAnyTypeAnnotation");
11358
- function NR(e, t) {
11357
+ i(O7, "assertAnyTypeAnnotation");
11358
+ function N7(e, t) {
11359
11359
  v("ArrayTypeAnnotation", e, t);
11360
11360
  }
11361
- i(NR, "assertArrayTypeAnnotation");
11362
- function BR(e, t) {
11361
+ i(N7, "assertArrayTypeAnnotation");
11362
+ function B7(e, t) {
11363
11363
  v("BooleanTypeAnnotation", e, t);
11364
11364
  }
11365
- i(BR, "assertBooleanTypeAnnotation");
11366
- function kR(e, t) {
11365
+ i(B7, "assertBooleanTypeAnnotation");
11366
+ function k7(e, t) {
11367
11367
  v("BooleanLiteralTypeAnnotation", e, t);
11368
11368
  }
11369
- i(kR, "assertBooleanLiteralTypeAnnotation");
11370
- function FR(e, t) {
11369
+ i(k7, "assertBooleanLiteralTypeAnnotation");
11370
+ function F7(e, t) {
11371
11371
  v("NullLiteralTypeAnnotation", e, t);
11372
11372
  }
11373
- i(FR, "assertNullLiteralTypeAnnotation");
11374
- function jR(e, t) {
11373
+ i(F7, "assertNullLiteralTypeAnnotation");
11374
+ function j7(e, t) {
11375
11375
  v("ClassImplements", e, t);
11376
11376
  }
11377
- i(jR, "assertClassImplements");
11378
- function LR(e, t) {
11377
+ i(j7, "assertClassImplements");
11378
+ function L7(e, t) {
11379
11379
  v("DeclareClass", e, t);
11380
11380
  }
11381
- i(LR, "assertDeclareClass");
11382
- function MR(e, t) {
11381
+ i(L7, "assertDeclareClass");
11382
+ function M7(e, t) {
11383
11383
  v("DeclareFunction", e, t);
11384
11384
  }
11385
- i(MR, "assertDeclareFunction");
11386
- function RR(e, t) {
11385
+ i(M7, "assertDeclareFunction");
11386
+ function R7(e, t) {
11387
11387
  v("DeclareInterface", e, t);
11388
11388
  }
11389
- i(RR, "assertDeclareInterface");
11390
- function qR(e, t) {
11389
+ i(R7, "assertDeclareInterface");
11390
+ function q7(e, t) {
11391
11391
  v("DeclareModule", e, t);
11392
11392
  }
11393
- i(qR, "assertDeclareModule");
11394
- function UR(e, t) {
11393
+ i(q7, "assertDeclareModule");
11394
+ function U7(e, t) {
11395
11395
  v("DeclareModuleExports", e, t);
11396
11396
  }
11397
- i(UR, "assertDeclareModuleExports");
11398
- function VR(e, t) {
11397
+ i(U7, "assertDeclareModuleExports");
11398
+ function V7(e, t) {
11399
11399
  v("DeclareTypeAlias", e, t);
11400
11400
  }
11401
- i(VR, "assertDeclareTypeAlias");
11402
- function $R(e, t) {
11401
+ i(V7, "assertDeclareTypeAlias");
11402
+ function $7(e, t) {
11403
11403
  v("DeclareOpaqueType", e, t);
11404
11404
  }
11405
- i($R, "assertDeclareOpaqueType");
11406
- function WR(e, t) {
11405
+ i($7, "assertDeclareOpaqueType");
11406
+ function W7(e, t) {
11407
11407
  v("DeclareVariable", e, t);
11408
11408
  }
11409
- i(WR, "assertDeclareVariable");
11410
- function KR(e, t) {
11409
+ i(W7, "assertDeclareVariable");
11410
+ function K7(e, t) {
11411
11411
  v("DeclareExportDeclaration", e, t);
11412
11412
  }
11413
- i(KR, "assertDeclareExportDeclaration");
11414
- function GR(e, t) {
11413
+ i(K7, "assertDeclareExportDeclaration");
11414
+ function G7(e, t) {
11415
11415
  v("DeclareExportAllDeclaration", e, t);
11416
11416
  }
11417
- i(GR, "assertDeclareExportAllDeclaration");
11418
- function HR(e, t) {
11417
+ i(G7, "assertDeclareExportAllDeclaration");
11418
+ function H7(e, t) {
11419
11419
  v("DeclaredPredicate", e, t);
11420
11420
  }
11421
- i(HR, "assertDeclaredPredicate");
11422
- function YR(e, t) {
11421
+ i(H7, "assertDeclaredPredicate");
11422
+ function Y7(e, t) {
11423
11423
  v("ExistsTypeAnnotation", e, t);
11424
11424
  }
11425
- i(YR, "assertExistsTypeAnnotation");
11426
- function JR(e, t) {
11425
+ i(Y7, "assertExistsTypeAnnotation");
11426
+ function J7(e, t) {
11427
11427
  v("FunctionTypeAnnotation", e, t);
11428
11428
  }
11429
- i(JR, "assertFunctionTypeAnnotation");
11430
- function XR(e, t) {
11429
+ i(J7, "assertFunctionTypeAnnotation");
11430
+ function X7(e, t) {
11431
11431
  v("FunctionTypeParam", e, t);
11432
11432
  }
11433
- i(XR, "assertFunctionTypeParam");
11434
- function zR(e, t) {
11433
+ i(X7, "assertFunctionTypeParam");
11434
+ function z7(e, t) {
11435
11435
  v("GenericTypeAnnotation", e, t);
11436
11436
  }
11437
- i(zR, "assertGenericTypeAnnotation");
11438
- function QR(e, t) {
11437
+ i(z7, "assertGenericTypeAnnotation");
11438
+ function Q7(e, t) {
11439
11439
  v("InferredPredicate", e, t);
11440
11440
  }
11441
- i(QR, "assertInferredPredicate");
11442
- function ZR(e, t) {
11441
+ i(Q7, "assertInferredPredicate");
11442
+ function Z7(e, t) {
11443
11443
  v("InterfaceExtends", e, t);
11444
11444
  }
11445
- i(ZR, "assertInterfaceExtends");
11446
- function e7(e, t) {
11445
+ i(Z7, "assertInterfaceExtends");
11446
+ function eR(e, t) {
11447
11447
  v("InterfaceDeclaration", e, t);
11448
11448
  }
11449
- i(e7, "assertInterfaceDeclaration");
11450
- function t7(e, t) {
11449
+ i(eR, "assertInterfaceDeclaration");
11450
+ function tR(e, t) {
11451
11451
  v("InterfaceTypeAnnotation", e, t);
11452
11452
  }
11453
- i(t7, "assertInterfaceTypeAnnotation");
11454
- function r7(e, t) {
11453
+ i(tR, "assertInterfaceTypeAnnotation");
11454
+ function rR(e, t) {
11455
11455
  v("IntersectionTypeAnnotation", e, t);
11456
11456
  }
11457
- i(r7, "assertIntersectionTypeAnnotation");
11458
- function n7(e, t) {
11457
+ i(rR, "assertIntersectionTypeAnnotation");
11458
+ function nR(e, t) {
11459
11459
  v("MixedTypeAnnotation", e, t);
11460
11460
  }
11461
- i(n7, "assertMixedTypeAnnotation");
11462
- function s7(e, t) {
11461
+ i(nR, "assertMixedTypeAnnotation");
11462
+ function sR(e, t) {
11463
11463
  v("EmptyTypeAnnotation", e, t);
11464
11464
  }
11465
- i(s7, "assertEmptyTypeAnnotation");
11466
- function i7(e, t) {
11465
+ i(sR, "assertEmptyTypeAnnotation");
11466
+ function iR(e, t) {
11467
11467
  v("NullableTypeAnnotation", e, t);
11468
11468
  }
11469
- i(i7, "assertNullableTypeAnnotation");
11470
- function a7(e, t) {
11469
+ i(iR, "assertNullableTypeAnnotation");
11470
+ function aR(e, t) {
11471
11471
  v("NumberLiteralTypeAnnotation", e, t);
11472
11472
  }
11473
- i(a7, "assertNumberLiteralTypeAnnotation");
11474
- function o7(e, t) {
11473
+ i(aR, "assertNumberLiteralTypeAnnotation");
11474
+ function oR(e, t) {
11475
11475
  v("NumberTypeAnnotation", e, t);
11476
11476
  }
11477
- i(o7, "assertNumberTypeAnnotation");
11478
- function l7(e, t) {
11477
+ i(oR, "assertNumberTypeAnnotation");
11478
+ function lR(e, t) {
11479
11479
  v("ObjectTypeAnnotation", e, t);
11480
11480
  }
11481
- i(l7, "assertObjectTypeAnnotation");
11482
- function u7(e, t) {
11481
+ i(lR, "assertObjectTypeAnnotation");
11482
+ function uR(e, t) {
11483
11483
  v("ObjectTypeInternalSlot", e, t);
11484
11484
  }
11485
- i(u7, "assertObjectTypeInternalSlot");
11486
- function c7(e, t) {
11485
+ i(uR, "assertObjectTypeInternalSlot");
11486
+ function cR(e, t) {
11487
11487
  v("ObjectTypeCallProperty", e, t);
11488
11488
  }
11489
- i(c7, "assertObjectTypeCallProperty");
11490
- function p7(e, t) {
11489
+ i(cR, "assertObjectTypeCallProperty");
11490
+ function pR(e, t) {
11491
11491
  v("ObjectTypeIndexer", e, t);
11492
11492
  }
11493
- i(p7, "assertObjectTypeIndexer");
11494
- function f7(e, t) {
11493
+ i(pR, "assertObjectTypeIndexer");
11494
+ function fR(e, t) {
11495
11495
  v("ObjectTypeProperty", e, t);
11496
11496
  }
11497
- i(f7, "assertObjectTypeProperty");
11498
- function d7(e, t) {
11497
+ i(fR, "assertObjectTypeProperty");
11498
+ function dR(e, t) {
11499
11499
  v("ObjectTypeSpreadProperty", e, t);
11500
11500
  }
11501
- i(d7, "assertObjectTypeSpreadProperty");
11502
- function h7(e, t) {
11501
+ i(dR, "assertObjectTypeSpreadProperty");
11502
+ function hR(e, t) {
11503
11503
  v("OpaqueType", e, t);
11504
11504
  }
11505
- i(h7, "assertOpaqueType");
11506
- function m7(e, t) {
11505
+ i(hR, "assertOpaqueType");
11506
+ function mR(e, t) {
11507
11507
  v("QualifiedTypeIdentifier", e, t);
11508
11508
  }
11509
- i(m7, "assertQualifiedTypeIdentifier");
11510
- function y7(e, t) {
11509
+ i(mR, "assertQualifiedTypeIdentifier");
11510
+ function yR(e, t) {
11511
11511
  v("StringLiteralTypeAnnotation", e, t);
11512
11512
  }
11513
- i(y7, "assertStringLiteralTypeAnnotation");
11514
- function g7(e, t) {
11513
+ i(yR, "assertStringLiteralTypeAnnotation");
11514
+ function gR(e, t) {
11515
11515
  v("StringTypeAnnotation", e, t);
11516
11516
  }
11517
- i(g7, "assertStringTypeAnnotation");
11518
- function b7(e, t) {
11517
+ i(gR, "assertStringTypeAnnotation");
11518
+ function bR(e, t) {
11519
11519
  v("SymbolTypeAnnotation", e, t);
11520
11520
  }
11521
- i(b7, "assertSymbolTypeAnnotation");
11522
- function E7(e, t) {
11521
+ i(bR, "assertSymbolTypeAnnotation");
11522
+ function ER(e, t) {
11523
11523
  v("ThisTypeAnnotation", e, t);
11524
11524
  }
11525
- i(E7, "assertThisTypeAnnotation");
11526
- function T7(e, t) {
11525
+ i(ER, "assertThisTypeAnnotation");
11526
+ function TR(e, t) {
11527
11527
  v("TupleTypeAnnotation", e, t);
11528
11528
  }
11529
- i(T7, "assertTupleTypeAnnotation");
11530
- function S7(e, t) {
11529
+ i(TR, "assertTupleTypeAnnotation");
11530
+ function SR(e, t) {
11531
11531
  v("TypeofTypeAnnotation", e, t);
11532
11532
  }
11533
- i(S7, "assertTypeofTypeAnnotation");
11534
- function x7(e, t) {
11533
+ i(SR, "assertTypeofTypeAnnotation");
11534
+ function xR(e, t) {
11535
11535
  v("TypeAlias", e, t);
11536
11536
  }
11537
- i(x7, "assertTypeAlias");
11538
- function v7(e, t) {
11537
+ i(xR, "assertTypeAlias");
11538
+ function vR(e, t) {
11539
11539
  v("TypeAnnotation", e, t);
11540
11540
  }
11541
- i(v7, "assertTypeAnnotation");
11542
- function P7(e, t) {
11541
+ i(vR, "assertTypeAnnotation");
11542
+ function PR(e, t) {
11543
11543
  v("TypeCastExpression", e, t);
11544
11544
  }
11545
- i(P7, "assertTypeCastExpression");
11546
- function A7(e, t) {
11545
+ i(PR, "assertTypeCastExpression");
11546
+ function AR(e, t) {
11547
11547
  v("TypeParameter", e, t);
11548
11548
  }
11549
- i(A7, "assertTypeParameter");
11550
- function C7(e, t) {
11549
+ i(AR, "assertTypeParameter");
11550
+ function CR(e, t) {
11551
11551
  v("TypeParameterDeclaration", e, t);
11552
11552
  }
11553
- i(C7, "assertTypeParameterDeclaration");
11554
- function D7(e, t) {
11553
+ i(CR, "assertTypeParameterDeclaration");
11554
+ function DR(e, t) {
11555
11555
  v("TypeParameterInstantiation", e, t);
11556
11556
  }
11557
- i(D7, "assertTypeParameterInstantiation");
11558
- function w7(e, t) {
11557
+ i(DR, "assertTypeParameterInstantiation");
11558
+ function wR(e, t) {
11559
11559
  v("UnionTypeAnnotation", e, t);
11560
11560
  }
11561
- i(w7, "assertUnionTypeAnnotation");
11562
- function I7(e, t) {
11561
+ i(wR, "assertUnionTypeAnnotation");
11562
+ function IR(e, t) {
11563
11563
  v("Variance", e, t);
11564
11564
  }
11565
- i(I7, "assertVariance");
11566
- function _7(e, t) {
11565
+ i(IR, "assertVariance");
11566
+ function _R(e, t) {
11567
11567
  v("VoidTypeAnnotation", e, t);
11568
11568
  }
11569
- i(_7, "assertVoidTypeAnnotation");
11570
- function O7(e, t) {
11569
+ i(_R, "assertVoidTypeAnnotation");
11570
+ function OR(e, t) {
11571
11571
  v("EnumDeclaration", e, t);
11572
11572
  }
11573
- i(O7, "assertEnumDeclaration");
11574
- function N7(e, t) {
11573
+ i(OR, "assertEnumDeclaration");
11574
+ function NR(e, t) {
11575
11575
  v("EnumBooleanBody", e, t);
11576
11576
  }
11577
- i(N7, "assertEnumBooleanBody");
11578
- function B7(e, t) {
11577
+ i(NR, "assertEnumBooleanBody");
11578
+ function BR(e, t) {
11579
11579
  v("EnumNumberBody", e, t);
11580
11580
  }
11581
- i(B7, "assertEnumNumberBody");
11582
- function k7(e, t) {
11581
+ i(BR, "assertEnumNumberBody");
11582
+ function kR(e, t) {
11583
11583
  v("EnumStringBody", e, t);
11584
11584
  }
11585
- i(k7, "assertEnumStringBody");
11586
- function F7(e, t) {
11585
+ i(kR, "assertEnumStringBody");
11586
+ function FR(e, t) {
11587
11587
  v("EnumSymbolBody", e, t);
11588
11588
  }
11589
- i(F7, "assertEnumSymbolBody");
11590
- function j7(e, t) {
11589
+ i(FR, "assertEnumSymbolBody");
11590
+ function jR(e, t) {
11591
11591
  v("EnumBooleanMember", e, t);
11592
11592
  }
11593
- i(j7, "assertEnumBooleanMember");
11594
- function L7(e, t) {
11593
+ i(jR, "assertEnumBooleanMember");
11594
+ function LR(e, t) {
11595
11595
  v("EnumNumberMember", e, t);
11596
11596
  }
11597
- i(L7, "assertEnumNumberMember");
11598
- function M7(e, t) {
11597
+ i(LR, "assertEnumNumberMember");
11598
+ function MR(e, t) {
11599
11599
  v("EnumStringMember", e, t);
11600
11600
  }
11601
- i(M7, "assertEnumStringMember");
11602
- function R7(e, t) {
11601
+ i(MR, "assertEnumStringMember");
11602
+ function RR(e, t) {
11603
11603
  v("EnumDefaultedMember", e, t);
11604
11604
  }
11605
- i(R7, "assertEnumDefaultedMember");
11606
- function q7(e, t) {
11605
+ i(RR, "assertEnumDefaultedMember");
11606
+ function qR(e, t) {
11607
11607
  v("IndexedAccessType", e, t);
11608
11608
  }
11609
- i(q7, "assertIndexedAccessType");
11610
- function U7(e, t) {
11609
+ i(qR, "assertIndexedAccessType");
11610
+ function UR(e, t) {
11611
11611
  v("OptionalIndexedAccessType", e, t);
11612
11612
  }
11613
- i(U7, "assertOptionalIndexedAccessType");
11614
- function V7(e, t) {
11613
+ i(UR, "assertOptionalIndexedAccessType");
11614
+ function VR(e, t) {
11615
11615
  v("JSXAttribute", e, t);
11616
11616
  }
11617
- i(V7, "assertJSXAttribute");
11618
- function $7(e, t) {
11617
+ i(VR, "assertJSXAttribute");
11618
+ function $R(e, t) {
11619
11619
  v("JSXClosingElement", e, t);
11620
11620
  }
11621
- i($7, "assertJSXClosingElement");
11622
- function W7(e, t) {
11621
+ i($R, "assertJSXClosingElement");
11622
+ function WR(e, t) {
11623
11623
  v("JSXElement", e, t);
11624
11624
  }
11625
- i(W7, "assertJSXElement");
11626
- function K7(e, t) {
11625
+ i(WR, "assertJSXElement");
11626
+ function KR(e, t) {
11627
11627
  v("JSXEmptyExpression", e, t);
11628
11628
  }
11629
- i(K7, "assertJSXEmptyExpression");
11630
- function G7(e, t) {
11629
+ i(KR, "assertJSXEmptyExpression");
11630
+ function GR(e, t) {
11631
11631
  v("JSXExpressionContainer", e, t);
11632
11632
  }
11633
- i(G7, "assertJSXExpressionContainer");
11634
- function H7(e, t) {
11633
+ i(GR, "assertJSXExpressionContainer");
11634
+ function HR(e, t) {
11635
11635
  v("JSXSpreadChild", e, t);
11636
11636
  }
11637
- i(H7, "assertJSXSpreadChild");
11638
- function Y7(e, t) {
11637
+ i(HR, "assertJSXSpreadChild");
11638
+ function YR(e, t) {
11639
11639
  v("JSXIdentifier", e, t);
11640
11640
  }
11641
- i(Y7, "assertJSXIdentifier");
11642
- function J7(e, t) {
11641
+ i(YR, "assertJSXIdentifier");
11642
+ function JR(e, t) {
11643
11643
  v("JSXMemberExpression", e, t);
11644
11644
  }
11645
- i(J7, "assertJSXMemberExpression");
11646
- function X7(e, t) {
11645
+ i(JR, "assertJSXMemberExpression");
11646
+ function XR(e, t) {
11647
11647
  v("JSXNamespacedName", e, t);
11648
11648
  }
11649
- i(X7, "assertJSXNamespacedName");
11650
- function z7(e, t) {
11649
+ i(XR, "assertJSXNamespacedName");
11650
+ function zR(e, t) {
11651
11651
  v("JSXOpeningElement", e, t);
11652
11652
  }
11653
- i(z7, "assertJSXOpeningElement");
11654
- function Q7(e, t) {
11653
+ i(zR, "assertJSXOpeningElement");
11654
+ function QR(e, t) {
11655
11655
  v("JSXSpreadAttribute", e, t);
11656
11656
  }
11657
- i(Q7, "assertJSXSpreadAttribute");
11658
- function Z7(e, t) {
11657
+ i(QR, "assertJSXSpreadAttribute");
11658
+ function ZR(e, t) {
11659
11659
  v("JSXText", e, t);
11660
11660
  }
11661
- i(Z7, "assertJSXText");
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: "22", 1: "23", 2: "24", 3: "25", 4: "26", 5: "27", 6: "115", 7: "116", 8: "117", 9: "118", A: "10", B: "11", C: "12", D: "\
41409
- 7", E: "8", F: "9", G: "15", H: "80", I: "131", J: "4", K: "6", L: "13", M: "14", N: "16", O: "17", P: "18", Q: "79", R: "81", S: "83", T: "\
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: "20", z: "21", AB: "119", BB: "120", CB: "121", DB: "122", EB: "123", FB: "124", GB: "125", HB: "126", IB: "127", JB: "128", KB: "1\
41413
- 29", LB: "130", MB: "5", NB: "19", OB: "28", PB: "29", QB: "30", RB: "31", SB: "32", TB: "33", UB: "34", VB: "35", WB: "36", XB: "37", YB: "\
41414
- 38", ZB: "39", aB: "40", bB: "41", cB: "42", dB: "43", eB: "44", fB: "45", gB: "46", hB: "47", iB: "48", jB: "49", kB: "50", lB: "51", mB: "\
41415
- 52", nB: "53", oB: "54", pB: "55", qB: "56", rB: "57", sB: "58", tB: "60", uB: "62", vB: "63", wB: "64", xB: "65", yB: "66", zB: "67", "0B": "\
41416
- 68", "1B": "69", "2B": "70", "3B": "71", "4B": "72", "5B": "73", "6B": "74", "7B": "75", "8B": "76", "9B": "77", AC: "78", BC: "132", CC: "1\
41417
- 1.1", DC: "12.1", EC: "15.5", FC: "16.0", GC: "17.0", HC: "18.0", IC: "3", JC: "59", KC: "61", LC: "82", MC: "133", NC: "134", OC: "3.2", PC: "\
41418
- 10.1", QC: "15.2-15.3", RC: "15.4", SC: "16.1", TC: "16.2", UC: "16.3", VC: "16.4", WC: "16.5", XC: "17.1", YC: "17.2", ZC: "17.3", aC: "17.\
41419
- 4", bC: "17.5", cC: "18.1", dC: "18.2", eC: "18.3", fC: "11.5", gC: "4.2-4.3", hC: "5.5", iC: "2", jC: "135", kC: "136", lC: "3.5", mC: "3.6",
41420
- nC: "3.1", oC: "5.1", pC: "6.1", qC: "7.1", rC: "9.1", sC: "13.1", tC: "14.1", uC: "15.1", vC: "15.6", wC: "16.6", xC: "17.6", yC: "TP", zC: "\
41421
- 9.5-9.6", "0C": "10.0-10.1", "1C": "10.5", "2C": "10.6", "3C": "11.6", "4C": "4.0-4.1", "5C": "5.0-5.1", "6C": "6.0-6.1", "7C": "7.0-7.1", "\
41422
- 8C": "8.1-8.4", "9C": "9.0-9.2", AD: "9.3", BD: "10.0-10.2", CD: "10.3", DD: "11.0-11.2", ED: "11.3-11.4", FD: "12.0-12.1", GD: "12.2-12.5",
41423
- HD: "13.0-13.1", ID: "13.2", JD: "13.3", KD: "13.4-13.7", LD: "14.0-14.4", MD: "14.5-14.8", ND: "15.0-15.1", OD: "15.6-15.8", PD: "16.6-16\
41424
- .7", QD: "17.6-17.7", RD: "all", SD: "2.1", TD: "2.2", UD: "2.3", VD: "4.1", WD: "4.4", XD: "4.4.3-4.4.4", YD: "5.0-5.4", ZD: "6.2-6.4", aD: "\
41425
- 7.2-7.4", bD: "8.2", cD: "9.2", dD: "11.1-11.2", eD: "12.0", fD: "13.0", gD: "14.0", hD: "15.0", iD: "19.0", jD: "14.9", kD: "13.52", lD: "2\
41426
- .5", mD: "3.0-3.1" };
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.0346884, A: 0, B: 0.433605, hC: 0 }, B: "ms", C: ["", "", "", "", "", "", "", "", "", "", "",
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
- "", "", "", "", "", "", "", "", "", "", "", "hC", "K", "D", "E", "F", "A", "B", "", "", ""], E: "IE", F: { hC: 962323200, K: 998870400, D: 1161129600,
41441
- E: 1237420800, F: 1300060800, A: 1346716800, B: 1381968e3 } }, B: { A: { 6: 3521e-6, 7: 3521e-6, 8: 3521e-6, 9: 3521e-6, C: 0, L: 0, M: 0,
41442
- G: 0, N: 0, O: 3521e-6, P: 0.084504, 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.014084, c: 0, d: 0, e: 0,
41443
- f: 0, g: 0, h: 0, i: 0, j: 0, k: 0, l: 0, m: 3521e-6, n: 0, o: 0, p: 0, q: 0, r: 3521e-6, s: 0.052815, t: 0, u: 3521e-6, v: 3521e-6, w: 7042e-6,
41444
- x: 0.010563, AB: 7042e-6, BB: 0.017605, CB: 0.010563, DB: 0.014084, EB: 7042e-6, FB: 0.010563, GB: 0.010563, HB: 0.024647, IB: 0.021126, JB: 0.024647,
41445
- KB: 0.03521, LB: 0.137319, I: 4.16182 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
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
- "", "", "", "", "", "", "", "", "", "", "", "", "", "", "nC", "OC", "J", "MB", "oC", "K", "pC", "D", "qC", "E", "F", "rC", "A", "PC", "B",
41520
- "CC", "C", "DC", "L", "sC", "M", "tC", "G", "uC", "QC", "RC", "EC", "vC", "FC", "SC", "TC", "UC", "VC", "WC", "wC", "GC", "XC", "YC", "ZC",
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
- "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "CC", "fC", "C", "DC", "H", "",
41584
- "", ""], E: "Opera Mobile", F: { A: 1287100800, B: 1300752e3, CC: 1314835200, fC: 1318291200, C: 1330300800, DC: 1349740800, H: 1709769600 },
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
- "", "", "", "", "", "", "", "", "", "I", "", "", ""], E: "Chrome for Android", F: { I: 1731369600 } }, M: { A: { BC: 0.32395 }, B: "moz", C: [
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
- "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "BC", "", "", ""], E: "Fir\
41594
- efox for Android", F: { BC: 173016e4 } }, N: { A: { A: 0, B: 0 }, B: "ms", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
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
- "", "", "", "", "", "", "", "", "", "", "", "A", "B", "", "", ""], E: "IE Mobile", F: { A: 1340150400, B: 1353456e3 } }, O: { A: { EC: 0.855228 },
41599
- B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
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
- "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "kD", "", "",
41621
- ""], E: "Baidu Browser", F: { kD: 1710201600 } }, S: { A: { lD: 0.019437, mD: 0 }, B: "moz", C: ["", "", "", "", "", "", "", "", "", "", "",
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
- "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "lD", "mD", "", "", ""], E: "KaiOS Browser", F: { lD: 1527811200, mD: 1631664e3 } } };
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