storybook 9.0.0-alpha.9 → 9.0.0-beta.1

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