hermes-estree 0.33.1 → 0.33.3

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.
@@ -251,20 +251,16 @@ interface ArrowFunctionExpression_With_params extends ArrowFunctionExpression {
251
251
  interface ArrowFunctionExpression_With_body extends ArrowFunctionExpression {
252
252
  +body: $NonMaybeType<ArrowFunctionExpression['body']>;
253
253
  }
254
- interface ArrowFunctionExpression_With_typeParameters
255
- extends ArrowFunctionExpression {
254
+ interface ArrowFunctionExpression_With_typeParameters extends ArrowFunctionExpression {
256
255
  +typeParameters: $NonMaybeType<ArrowFunctionExpression['typeParameters']>;
257
256
  }
258
- interface ArrowFunctionExpression_With_returnType
259
- extends ArrowFunctionExpression {
257
+ interface ArrowFunctionExpression_With_returnType extends ArrowFunctionExpression {
260
258
  +returnType: $NonMaybeType<ArrowFunctionExpression['returnType']>;
261
259
  }
262
- interface ArrowFunctionExpression_With_predicate
263
- extends ArrowFunctionExpression {
260
+ interface ArrowFunctionExpression_With_predicate extends ArrowFunctionExpression {
264
261
  +predicate: $NonMaybeType<ArrowFunctionExpression['predicate']>;
265
262
  }
266
- interface ArrowFunctionExpression_With_expression
267
- extends ArrowFunctionExpression {
263
+ interface ArrowFunctionExpression_With_expression extends ArrowFunctionExpression {
268
264
  +expression: $NonMaybeType<ArrowFunctionExpression['expression']>;
269
265
  }
270
266
  interface ArrowFunctionExpression_With_async extends ArrowFunctionExpression {
@@ -297,8 +293,7 @@ interface AssignmentPattern_With_right extends AssignmentPattern {
297
293
  interface AwaitExpression_With_argument extends AwaitExpression {
298
294
  +argument: $NonMaybeType<AwaitExpression['argument']>;
299
295
  }
300
- interface BigIntLiteralTypeAnnotation_With_raw
301
- extends BigIntLiteralTypeAnnotation {
296
+ interface BigIntLiteralTypeAnnotation_With_raw extends BigIntLiteralTypeAnnotation {
302
297
  +raw: $NonMaybeType<BigIntLiteralTypeAnnotation['raw']>;
303
298
  }
304
299
  interface BinaryExpression_With_left extends BinaryExpression {
@@ -316,12 +311,10 @@ interface BlockStatement_With_body extends BlockStatement {
316
311
  interface BlockStatement_With_implicit extends BlockStatement {
317
312
  +implicit: $NonMaybeType<BlockStatement['implicit']>;
318
313
  }
319
- interface BooleanLiteralTypeAnnotation_With_value
320
- extends BooleanLiteralTypeAnnotation {
314
+ interface BooleanLiteralTypeAnnotation_With_value extends BooleanLiteralTypeAnnotation {
321
315
  +value: $NonMaybeType<BooleanLiteralTypeAnnotation['value']>;
322
316
  }
323
- interface BooleanLiteralTypeAnnotation_With_raw
324
- extends BooleanLiteralTypeAnnotation {
317
+ interface BooleanLiteralTypeAnnotation_With_raw extends BooleanLiteralTypeAnnotation {
325
318
  +raw: $NonMaybeType<BooleanLiteralTypeAnnotation['raw']>;
326
319
  }
327
320
  interface BreakStatement_With_label extends BreakStatement {
@@ -405,8 +398,7 @@ interface ComponentDeclaration_With_params extends ComponentDeclaration {
405
398
  interface ComponentDeclaration_With_body extends ComponentDeclaration {
406
399
  +body: $NonMaybeType<ComponentDeclaration['body']>;
407
400
  }
408
- interface ComponentDeclaration_With_typeParameters
409
- extends ComponentDeclaration {
401
+ interface ComponentDeclaration_With_typeParameters extends ComponentDeclaration {
410
402
  +typeParameters: $NonMaybeType<ComponentDeclaration['typeParameters']>;
411
403
  }
412
404
  interface ComponentDeclaration_With_rendersType extends ComponentDeclaration {
@@ -427,19 +419,16 @@ interface ComponentTypeAnnotation_With_params extends ComponentTypeAnnotation {
427
419
  interface ComponentTypeAnnotation_With_rest extends ComponentTypeAnnotation {
428
420
  +rest: $NonMaybeType<ComponentTypeAnnotation['rest']>;
429
421
  }
430
- interface ComponentTypeAnnotation_With_typeParameters
431
- extends ComponentTypeAnnotation {
422
+ interface ComponentTypeAnnotation_With_typeParameters extends ComponentTypeAnnotation {
432
423
  +typeParameters: $NonMaybeType<ComponentTypeAnnotation['typeParameters']>;
433
424
  }
434
- interface ComponentTypeAnnotation_With_rendersType
435
- extends ComponentTypeAnnotation {
425
+ interface ComponentTypeAnnotation_With_rendersType extends ComponentTypeAnnotation {
436
426
  +rendersType: $NonMaybeType<ComponentTypeAnnotation['rendersType']>;
437
427
  }
438
428
  interface ComponentTypeParameter_With_name extends ComponentTypeParameter {
439
429
  +name: $NonMaybeType<ComponentTypeParameter['name']>;
440
430
  }
441
- interface ComponentTypeParameter_With_typeAnnotation
442
- extends ComponentTypeParameter {
431
+ interface ComponentTypeParameter_With_typeAnnotation extends ComponentTypeParameter {
443
432
  +typeAnnotation: $NonMaybeType<ComponentTypeParameter['typeAnnotation']>;
444
433
  }
445
434
  interface ComponentTypeParameter_With_optional extends ComponentTypeParameter {
@@ -454,20 +443,16 @@ interface ConditionalExpression_With_alternate extends ConditionalExpression {
454
443
  interface ConditionalExpression_With_consequent extends ConditionalExpression {
455
444
  +consequent: $NonMaybeType<ConditionalExpression['consequent']>;
456
445
  }
457
- interface ConditionalTypeAnnotation_With_checkType
458
- extends ConditionalTypeAnnotation {
446
+ interface ConditionalTypeAnnotation_With_checkType extends ConditionalTypeAnnotation {
459
447
  +checkType: $NonMaybeType<ConditionalTypeAnnotation['checkType']>;
460
448
  }
461
- interface ConditionalTypeAnnotation_With_extendsType
462
- extends ConditionalTypeAnnotation {
449
+ interface ConditionalTypeAnnotation_With_extendsType extends ConditionalTypeAnnotation {
463
450
  +extendsType: $NonMaybeType<ConditionalTypeAnnotation['extendsType']>;
464
451
  }
465
- interface ConditionalTypeAnnotation_With_trueType
466
- extends ConditionalTypeAnnotation {
452
+ interface ConditionalTypeAnnotation_With_trueType extends ConditionalTypeAnnotation {
467
453
  +trueType: $NonMaybeType<ConditionalTypeAnnotation['trueType']>;
468
454
  }
469
- interface ConditionalTypeAnnotation_With_falseType
470
- extends ConditionalTypeAnnotation {
455
+ interface ConditionalTypeAnnotation_With_falseType extends ConditionalTypeAnnotation {
471
456
  +falseType: $NonMaybeType<ConditionalTypeAnnotation['falseType']>;
472
457
  }
473
458
  interface ContinueStatement_With_label extends ContinueStatement {
@@ -515,24 +500,19 @@ interface DeclareEnum_With_id extends DeclareEnum {
515
500
  interface DeclareEnum_With_body extends DeclareEnum {
516
501
  +body: $NonMaybeType<DeclareEnum['body']>;
517
502
  }
518
- interface DeclareExportAllDeclaration_With_source
519
- extends DeclareExportAllDeclaration {
503
+ interface DeclareExportAllDeclaration_With_source extends DeclareExportAllDeclaration {
520
504
  +source: $NonMaybeType<DeclareExportAllDeclaration['source']>;
521
505
  }
522
- interface DeclareExportDeclaration_With_declaration
523
- extends DeclareExportDeclaration {
506
+ interface DeclareExportDeclaration_With_declaration extends DeclareExportDeclaration {
524
507
  +declaration: $NonMaybeType<DeclareExportDeclaration['declaration']>;
525
508
  }
526
- interface DeclareExportDeclaration_With_specifiers
527
- extends DeclareExportDeclaration {
509
+ interface DeclareExportDeclaration_With_specifiers extends DeclareExportDeclaration {
528
510
  +specifiers: $NonMaybeType<DeclareExportDeclaration['specifiers']>;
529
511
  }
530
- interface DeclareExportDeclaration_With_source
531
- extends DeclareExportDeclaration {
512
+ interface DeclareExportDeclaration_With_source extends DeclareExportDeclaration {
532
513
  +source: $NonMaybeType<DeclareExportDeclaration['source']>;
533
514
  }
534
- interface DeclareExportDeclaration_With_default
535
- extends DeclareExportDeclaration {
515
+ interface DeclareExportDeclaration_With_default extends DeclareExportDeclaration {
536
516
  +default: $NonMaybeType<DeclareExportDeclaration['default']>;
537
517
  }
538
518
  interface DeclareFunction_With_id extends DeclareFunction {
@@ -562,8 +542,7 @@ interface DeclareModule_With_id extends DeclareModule {
562
542
  interface DeclareModule_With_body extends DeclareModule {
563
543
  +body: $NonMaybeType<DeclareModule['body']>;
564
544
  }
565
- interface DeclareModuleExports_With_typeAnnotation
566
- extends DeclareModuleExports {
545
+ interface DeclareModuleExports_With_typeAnnotation extends DeclareModuleExports {
567
546
  +typeAnnotation: $NonMaybeType<DeclareModuleExports['typeAnnotation']>;
568
547
  }
569
548
  interface DeclareNamespace_With_id extends DeclareNamespace {
@@ -695,23 +674,19 @@ interface ExportAllDeclaration_With_source extends ExportAllDeclaration {
695
674
  interface ExportAllDeclaration_With_exportKind extends ExportAllDeclaration {
696
675
  +exportKind: $NonMaybeType<ExportAllDeclaration['exportKind']>;
697
676
  }
698
- interface ExportDefaultDeclaration_With_declaration
699
- extends ExportDefaultDeclaration {
677
+ interface ExportDefaultDeclaration_With_declaration extends ExportDefaultDeclaration {
700
678
  +declaration: $NonMaybeType<ExportDefaultDeclaration['declaration']>;
701
679
  }
702
- interface ExportNamedDeclaration_With_declaration
703
- extends ExportNamedDeclaration {
680
+ interface ExportNamedDeclaration_With_declaration extends ExportNamedDeclaration {
704
681
  +declaration: $NonMaybeType<ExportNamedDeclaration['declaration']>;
705
682
  }
706
- interface ExportNamedDeclaration_With_specifiers
707
- extends ExportNamedDeclaration {
683
+ interface ExportNamedDeclaration_With_specifiers extends ExportNamedDeclaration {
708
684
  +specifiers: $NonMaybeType<ExportNamedDeclaration['specifiers']>;
709
685
  }
710
686
  interface ExportNamedDeclaration_With_source extends ExportNamedDeclaration {
711
687
  +source: $NonMaybeType<ExportNamedDeclaration['source']>;
712
688
  }
713
- interface ExportNamedDeclaration_With_exportKind
714
- extends ExportNamedDeclaration {
689
+ interface ExportNamedDeclaration_With_exportKind extends ExportNamedDeclaration {
715
690
  +exportKind: $NonMaybeType<ExportNamedDeclaration['exportKind']>;
716
691
  }
717
692
  interface ExportSpecifier_With_exported extends ExportSpecifier {
@@ -813,15 +788,13 @@ interface FunctionTypeAnnotation_With_params extends FunctionTypeAnnotation {
813
788
  interface FunctionTypeAnnotation_With_this extends FunctionTypeAnnotation {
814
789
  +this: $NonMaybeType<FunctionTypeAnnotation['this']>;
815
790
  }
816
- interface FunctionTypeAnnotation_With_returnType
817
- extends FunctionTypeAnnotation {
791
+ interface FunctionTypeAnnotation_With_returnType extends FunctionTypeAnnotation {
818
792
  +returnType: $NonMaybeType<FunctionTypeAnnotation['returnType']>;
819
793
  }
820
794
  interface FunctionTypeAnnotation_With_rest extends FunctionTypeAnnotation {
821
795
  +rest: $NonMaybeType<FunctionTypeAnnotation['rest']>;
822
796
  }
823
- interface FunctionTypeAnnotation_With_typeParameters
824
- extends FunctionTypeAnnotation {
797
+ interface FunctionTypeAnnotation_With_typeParameters extends FunctionTypeAnnotation {
825
798
  +typeParameters: $NonMaybeType<FunctionTypeAnnotation['typeParameters']>;
826
799
  }
827
800
  interface FunctionTypeParam_With_name extends FunctionTypeParam {
@@ -836,8 +809,7 @@ interface FunctionTypeParam_With_optional extends FunctionTypeParam {
836
809
  interface GenericTypeAnnotation_With_id extends GenericTypeAnnotation {
837
810
  +id: $NonMaybeType<GenericTypeAnnotation['id']>;
838
811
  }
839
- interface GenericTypeAnnotation_With_typeParameters
840
- extends GenericTypeAnnotation {
812
+ interface GenericTypeAnnotation_With_typeParameters extends GenericTypeAnnotation {
841
813
  +typeParameters: $NonMaybeType<GenericTypeAnnotation['typeParameters']>;
842
814
  }
843
815
  interface HookDeclaration_With_id extends HookDeclaration {
@@ -936,8 +908,7 @@ interface InferTypeAnnotation_With_typeParameter extends InferTypeAnnotation {
936
908
  interface InterfaceDeclaration_With_id extends InterfaceDeclaration {
937
909
  +id: $NonMaybeType<InterfaceDeclaration['id']>;
938
910
  }
939
- interface InterfaceDeclaration_With_typeParameters
940
- extends InterfaceDeclaration {
911
+ interface InterfaceDeclaration_With_typeParameters extends InterfaceDeclaration {
941
912
  +typeParameters: $NonMaybeType<InterfaceDeclaration['typeParameters']>;
942
913
  }
943
914
  interface InterfaceDeclaration_With_extends extends InterfaceDeclaration {
@@ -958,8 +929,7 @@ interface InterfaceTypeAnnotation_With_extends extends InterfaceTypeAnnotation {
958
929
  interface InterfaceTypeAnnotation_With_body extends InterfaceTypeAnnotation {
959
930
  +body: $NonMaybeType<InterfaceTypeAnnotation['body']>;
960
931
  }
961
- interface IntersectionTypeAnnotation_With_types
962
- extends IntersectionTypeAnnotation {
932
+ interface IntersectionTypeAnnotation_With_types extends IntersectionTypeAnnotation {
963
933
  +types: $NonMaybeType<IntersectionTypeAnnotation['types']>;
964
934
  }
965
935
  interface JSXAttribute_With_name extends JSXAttribute {
@@ -980,8 +950,7 @@ interface JSXElement_With_children extends JSXElement {
980
950
  interface JSXElement_With_closingElement extends JSXElement {
981
951
  +closingElement: $NonMaybeType<JSXElement['closingElement']>;
982
952
  }
983
- interface JSXExpressionContainer_With_expression
984
- extends JSXExpressionContainer {
953
+ interface JSXExpressionContainer_With_expression extends JSXExpressionContainer {
985
954
  +expression: $NonMaybeType<JSXExpressionContainer['expression']>;
986
955
  }
987
956
  interface JSXFragment_With_openingFragment extends JSXFragment {
@@ -1086,16 +1055,13 @@ interface MatchExpressionCase_With_guard extends MatchExpressionCase {
1086
1055
  interface MatchIdentifierPattern_With_id extends MatchIdentifierPattern {
1087
1056
  +id: $NonMaybeType<MatchIdentifierPattern['id']>;
1088
1057
  }
1089
- interface MatchInstanceObjectPattern_With_properties
1090
- extends MatchInstanceObjectPattern {
1058
+ interface MatchInstanceObjectPattern_With_properties extends MatchInstanceObjectPattern {
1091
1059
  +properties: $NonMaybeType<MatchInstanceObjectPattern['properties']>;
1092
1060
  }
1093
- interface MatchInstanceObjectPattern_With_rest
1094
- extends MatchInstanceObjectPattern {
1061
+ interface MatchInstanceObjectPattern_With_rest extends MatchInstanceObjectPattern {
1095
1062
  +rest: $NonMaybeType<MatchInstanceObjectPattern['rest']>;
1096
1063
  }
1097
- interface MatchInstancePattern_With_targetConstructor
1098
- extends MatchInstancePattern {
1064
+ interface MatchInstancePattern_With_targetConstructor extends MatchInstancePattern {
1099
1065
  +targetConstructor: $NonMaybeType<MatchInstancePattern['targetConstructor']>;
1100
1066
  }
1101
1067
  interface MatchInstancePattern_With_properties extends MatchInstancePattern {
@@ -1116,16 +1082,13 @@ interface MatchObjectPattern_With_properties extends MatchObjectPattern {
1116
1082
  interface MatchObjectPattern_With_rest extends MatchObjectPattern {
1117
1083
  +rest: $NonMaybeType<MatchObjectPattern['rest']>;
1118
1084
  }
1119
- interface MatchObjectPatternProperty_With_key
1120
- extends MatchObjectPatternProperty {
1085
+ interface MatchObjectPatternProperty_With_key extends MatchObjectPatternProperty {
1121
1086
  +key: $NonMaybeType<MatchObjectPatternProperty['key']>;
1122
1087
  }
1123
- interface MatchObjectPatternProperty_With_pattern
1124
- extends MatchObjectPatternProperty {
1088
+ interface MatchObjectPatternProperty_With_pattern extends MatchObjectPatternProperty {
1125
1089
  +pattern: $NonMaybeType<MatchObjectPatternProperty['pattern']>;
1126
1090
  }
1127
- interface MatchObjectPatternProperty_With_shorthand
1128
- extends MatchObjectPatternProperty {
1091
+ interface MatchObjectPatternProperty_With_shorthand extends MatchObjectPatternProperty {
1129
1092
  +shorthand: $NonMaybeType<MatchObjectPatternProperty['shorthand']>;
1130
1093
  }
1131
1094
  interface MatchOrPattern_With_patterns extends MatchOrPattern {
@@ -1194,16 +1157,13 @@ interface NewExpression_With_typeArguments extends NewExpression {
1194
1157
  interface NewExpression_With_arguments extends NewExpression {
1195
1158
  +arguments: $NonMaybeType<NewExpression['arguments']>;
1196
1159
  }
1197
- interface NullableTypeAnnotation_With_typeAnnotation
1198
- extends NullableTypeAnnotation {
1160
+ interface NullableTypeAnnotation_With_typeAnnotation extends NullableTypeAnnotation {
1199
1161
  +typeAnnotation: $NonMaybeType<NullableTypeAnnotation['typeAnnotation']>;
1200
1162
  }
1201
- interface NumberLiteralTypeAnnotation_With_value
1202
- extends NumberLiteralTypeAnnotation {
1163
+ interface NumberLiteralTypeAnnotation_With_value extends NumberLiteralTypeAnnotation {
1203
1164
  +value: $NonMaybeType<NumberLiteralTypeAnnotation['value']>;
1204
1165
  }
1205
- interface NumberLiteralTypeAnnotation_With_raw
1206
- extends NumberLiteralTypeAnnotation {
1166
+ interface NumberLiteralTypeAnnotation_With_raw extends NumberLiteralTypeAnnotation {
1207
1167
  +raw: $NonMaybeType<NumberLiteralTypeAnnotation['raw']>;
1208
1168
  }
1209
1169
  interface ObjectExpression_With_properties extends ObjectExpression {
@@ -1221,8 +1181,7 @@ interface ObjectTypeAnnotation_With_properties extends ObjectTypeAnnotation {
1221
1181
  interface ObjectTypeAnnotation_With_indexers extends ObjectTypeAnnotation {
1222
1182
  +indexers: $NonMaybeType<ObjectTypeAnnotation['indexers']>;
1223
1183
  }
1224
- interface ObjectTypeAnnotation_With_callProperties
1225
- extends ObjectTypeAnnotation {
1184
+ interface ObjectTypeAnnotation_With_callProperties extends ObjectTypeAnnotation {
1226
1185
  +callProperties: $NonMaybeType<ObjectTypeAnnotation['callProperties']>;
1227
1186
  }
1228
1187
  interface ObjectTypeAnnotation_With_internalSlots extends ObjectTypeAnnotation {
@@ -1270,24 +1229,19 @@ interface ObjectTypeInternalSlot_With_static extends ObjectTypeInternalSlot {
1270
1229
  interface ObjectTypeInternalSlot_With_method extends ObjectTypeInternalSlot {
1271
1230
  +method: $NonMaybeType<ObjectTypeInternalSlot['method']>;
1272
1231
  }
1273
- interface ObjectTypeMappedTypeProperty_With_keyTparam
1274
- extends ObjectTypeMappedTypeProperty {
1232
+ interface ObjectTypeMappedTypeProperty_With_keyTparam extends ObjectTypeMappedTypeProperty {
1275
1233
  +keyTparam: $NonMaybeType<ObjectTypeMappedTypeProperty['keyTparam']>;
1276
1234
  }
1277
- interface ObjectTypeMappedTypeProperty_With_propType
1278
- extends ObjectTypeMappedTypeProperty {
1235
+ interface ObjectTypeMappedTypeProperty_With_propType extends ObjectTypeMappedTypeProperty {
1279
1236
  +propType: $NonMaybeType<ObjectTypeMappedTypeProperty['propType']>;
1280
1237
  }
1281
- interface ObjectTypeMappedTypeProperty_With_sourceType
1282
- extends ObjectTypeMappedTypeProperty {
1238
+ interface ObjectTypeMappedTypeProperty_With_sourceType extends ObjectTypeMappedTypeProperty {
1283
1239
  +sourceType: $NonMaybeType<ObjectTypeMappedTypeProperty['sourceType']>;
1284
1240
  }
1285
- interface ObjectTypeMappedTypeProperty_With_variance
1286
- extends ObjectTypeMappedTypeProperty {
1241
+ interface ObjectTypeMappedTypeProperty_With_variance extends ObjectTypeMappedTypeProperty {
1287
1242
  +variance: $NonMaybeType<ObjectTypeMappedTypeProperty['variance']>;
1288
1243
  }
1289
- interface ObjectTypeMappedTypeProperty_With_optional
1290
- extends ObjectTypeMappedTypeProperty {
1244
+ interface ObjectTypeMappedTypeProperty_With_optional extends ObjectTypeMappedTypeProperty {
1291
1245
  +optional: $NonMaybeType<ObjectTypeMappedTypeProperty['optional']>;
1292
1246
  }
1293
1247
  interface ObjectTypeProperty_With_key extends ObjectTypeProperty {
@@ -1314,8 +1268,7 @@ interface ObjectTypeProperty_With_variance extends ObjectTypeProperty {
1314
1268
  interface ObjectTypeProperty_With_kind extends ObjectTypeProperty {
1315
1269
  +kind: $NonMaybeType<ObjectTypeProperty['kind']>;
1316
1270
  }
1317
- interface ObjectTypeSpreadProperty_With_argument
1318
- extends ObjectTypeSpreadProperty {
1271
+ interface ObjectTypeSpreadProperty_With_argument extends ObjectTypeSpreadProperty {
1319
1272
  +argument: $NonMaybeType<ObjectTypeSpreadProperty['argument']>;
1320
1273
  }
1321
1274
  interface OpaqueType_With_id extends OpaqueType {
@@ -1336,16 +1289,13 @@ interface OpaqueType_With_upperBound extends OpaqueType {
1336
1289
  interface OpaqueType_With_supertype extends OpaqueType {
1337
1290
  +supertype: $NonMaybeType<OpaqueType['supertype']>;
1338
1291
  }
1339
- interface OptionalIndexedAccessType_With_objectType
1340
- extends OptionalIndexedAccessType {
1292
+ interface OptionalIndexedAccessType_With_objectType extends OptionalIndexedAccessType {
1341
1293
  +objectType: $NonMaybeType<OptionalIndexedAccessType['objectType']>;
1342
1294
  }
1343
- interface OptionalIndexedAccessType_With_indexType
1344
- extends OptionalIndexedAccessType {
1295
+ interface OptionalIndexedAccessType_With_indexType extends OptionalIndexedAccessType {
1345
1296
  +indexType: $NonMaybeType<OptionalIndexedAccessType['indexType']>;
1346
1297
  }
1347
- interface OptionalIndexedAccessType_With_optional
1348
- extends OptionalIndexedAccessType {
1298
+ interface OptionalIndexedAccessType_With_optional extends OptionalIndexedAccessType {
1349
1299
  +optional: $NonMaybeType<OptionalIndexedAccessType['optional']>;
1350
1300
  }
1351
1301
  interface PrivateIdentifier_With_name extends PrivateIdentifier {
@@ -1399,15 +1349,13 @@ interface PropertyDefinition_With_typeAnnotation extends PropertyDefinition {
1399
1349
  interface PropertyDefinition_With_tsModifiers extends PropertyDefinition {
1400
1350
  +tsModifiers: $NonMaybeType<PropertyDefinition['tsModifiers']>;
1401
1351
  }
1402
- interface QualifiedTypeIdentifier_With_qualification
1403
- extends QualifiedTypeIdentifier {
1352
+ interface QualifiedTypeIdentifier_With_qualification extends QualifiedTypeIdentifier {
1404
1353
  +qualification: $NonMaybeType<QualifiedTypeIdentifier['qualification']>;
1405
1354
  }
1406
1355
  interface QualifiedTypeIdentifier_With_id extends QualifiedTypeIdentifier {
1407
1356
  +id: $NonMaybeType<QualifiedTypeIdentifier['id']>;
1408
1357
  }
1409
- interface QualifiedTypeofIdentifier_With_qualification
1410
- extends QualifiedTypeofIdentifier {
1358
+ interface QualifiedTypeofIdentifier_With_qualification extends QualifiedTypeofIdentifier {
1411
1359
  +qualification: $NonMaybeType<QualifiedTypeofIdentifier['qualification']>;
1412
1360
  }
1413
1361
  interface QualifiedTypeofIdentifier_With_id extends QualifiedTypeofIdentifier {
@@ -1428,37 +1376,30 @@ interface RecordDeclaration_With_body extends RecordDeclaration {
1428
1376
  interface RecordDeclarationBody_With_elements extends RecordDeclarationBody {
1429
1377
  +elements: $NonMaybeType<RecordDeclarationBody['elements']>;
1430
1378
  }
1431
- interface RecordDeclarationImplements_With_id
1432
- extends RecordDeclarationImplements {
1379
+ interface RecordDeclarationImplements_With_id extends RecordDeclarationImplements {
1433
1380
  +id: $NonMaybeType<RecordDeclarationImplements['id']>;
1434
1381
  }
1435
- interface RecordDeclarationImplements_With_typeArguments
1436
- extends RecordDeclarationImplements {
1382
+ interface RecordDeclarationImplements_With_typeArguments extends RecordDeclarationImplements {
1437
1383
  +typeArguments: $NonMaybeType<RecordDeclarationImplements['typeArguments']>;
1438
1384
  }
1439
1385
  interface RecordDeclarationProperty_With_key extends RecordDeclarationProperty {
1440
1386
  +key: $NonMaybeType<RecordDeclarationProperty['key']>;
1441
1387
  }
1442
- interface RecordDeclarationProperty_With_typeAnnotation
1443
- extends RecordDeclarationProperty {
1388
+ interface RecordDeclarationProperty_With_typeAnnotation extends RecordDeclarationProperty {
1444
1389
  +typeAnnotation: $NonMaybeType<RecordDeclarationProperty['typeAnnotation']>;
1445
1390
  }
1446
- interface RecordDeclarationProperty_With_defaultValue
1447
- extends RecordDeclarationProperty {
1391
+ interface RecordDeclarationProperty_With_defaultValue extends RecordDeclarationProperty {
1448
1392
  +defaultValue: $NonMaybeType<RecordDeclarationProperty['defaultValue']>;
1449
1393
  }
1450
- interface RecordDeclarationStaticProperty_With_key
1451
- extends RecordDeclarationStaticProperty {
1394
+ interface RecordDeclarationStaticProperty_With_key extends RecordDeclarationStaticProperty {
1452
1395
  +key: $NonMaybeType<RecordDeclarationStaticProperty['key']>;
1453
1396
  }
1454
- interface RecordDeclarationStaticProperty_With_typeAnnotation
1455
- extends RecordDeclarationStaticProperty {
1397
+ interface RecordDeclarationStaticProperty_With_typeAnnotation extends RecordDeclarationStaticProperty {
1456
1398
  +typeAnnotation: $NonMaybeType<
1457
1399
  RecordDeclarationStaticProperty['typeAnnotation'],
1458
1400
  >;
1459
1401
  }
1460
- interface RecordDeclarationStaticProperty_With_value
1461
- extends RecordDeclarationStaticProperty {
1402
+ interface RecordDeclarationStaticProperty_With_value extends RecordDeclarationStaticProperty {
1462
1403
  +value: $NonMaybeType<RecordDeclarationStaticProperty['value']>;
1463
1404
  }
1464
1405
  interface RecordExpression_With_recordConstructor extends RecordExpression {
@@ -1470,8 +1411,7 @@ interface RecordExpression_With_typeArguments extends RecordExpression {
1470
1411
  interface RecordExpression_With_properties extends RecordExpression {
1471
1412
  +properties: $NonMaybeType<RecordExpression['properties']>;
1472
1413
  }
1473
- interface RecordExpressionProperties_With_properties
1474
- extends RecordExpressionProperties {
1414
+ interface RecordExpressionProperties_With_properties extends RecordExpressionProperties {
1475
1415
  +properties: $NonMaybeType<RecordExpressionProperties['properties']>;
1476
1416
  }
1477
1417
  interface RestElement_With_argument extends RestElement {
@@ -1489,12 +1429,10 @@ interface SpreadElement_With_argument extends SpreadElement {
1489
1429
  interface StaticBlock_With_body extends StaticBlock {
1490
1430
  +body: $NonMaybeType<StaticBlock['body']>;
1491
1431
  }
1492
- interface StringLiteralTypeAnnotation_With_value
1493
- extends StringLiteralTypeAnnotation {
1432
+ interface StringLiteralTypeAnnotation_With_value extends StringLiteralTypeAnnotation {
1494
1433
  +value: $NonMaybeType<StringLiteralTypeAnnotation['value']>;
1495
1434
  }
1496
- interface StringLiteralTypeAnnotation_With_raw
1497
- extends StringLiteralTypeAnnotation {
1435
+ interface StringLiteralTypeAnnotation_With_raw extends StringLiteralTypeAnnotation {
1498
1436
  +raw: $NonMaybeType<StringLiteralTypeAnnotation['raw']>;
1499
1437
  }
1500
1438
  interface SwitchCase_With_test extends SwitchCase {
@@ -1551,23 +1489,19 @@ interface TupleTypeAnnotation_With_inexact extends TupleTypeAnnotation {
1551
1489
  interface TupleTypeLabeledElement_With_label extends TupleTypeLabeledElement {
1552
1490
  +label: $NonMaybeType<TupleTypeLabeledElement['label']>;
1553
1491
  }
1554
- interface TupleTypeLabeledElement_With_elementType
1555
- extends TupleTypeLabeledElement {
1492
+ interface TupleTypeLabeledElement_With_elementType extends TupleTypeLabeledElement {
1556
1493
  +elementType: $NonMaybeType<TupleTypeLabeledElement['elementType']>;
1557
1494
  }
1558
- interface TupleTypeLabeledElement_With_optional
1559
- extends TupleTypeLabeledElement {
1495
+ interface TupleTypeLabeledElement_With_optional extends TupleTypeLabeledElement {
1560
1496
  +optional: $NonMaybeType<TupleTypeLabeledElement['optional']>;
1561
1497
  }
1562
- interface TupleTypeLabeledElement_With_variance
1563
- extends TupleTypeLabeledElement {
1498
+ interface TupleTypeLabeledElement_With_variance extends TupleTypeLabeledElement {
1564
1499
  +variance: $NonMaybeType<TupleTypeLabeledElement['variance']>;
1565
1500
  }
1566
1501
  interface TupleTypeSpreadElement_With_label extends TupleTypeSpreadElement {
1567
1502
  +label: $NonMaybeType<TupleTypeSpreadElement['label']>;
1568
1503
  }
1569
- interface TupleTypeSpreadElement_With_typeAnnotation
1570
- extends TupleTypeSpreadElement {
1504
+ interface TupleTypeSpreadElement_With_typeAnnotation extends TupleTypeSpreadElement {
1571
1505
  +typeAnnotation: $NonMaybeType<TupleTypeSpreadElement['typeAnnotation']>;
1572
1506
  }
1573
1507
  interface TypeAlias_With_id extends TypeAlias {
@@ -1618,12 +1552,10 @@ interface TypeParameter_With_default extends TypeParameter {
1618
1552
  interface TypeParameter_With_usesExtendsBound extends TypeParameter {
1619
1553
  +usesExtendsBound: $NonMaybeType<TypeParameter['usesExtendsBound']>;
1620
1554
  }
1621
- interface TypeParameterDeclaration_With_params
1622
- extends TypeParameterDeclaration {
1555
+ interface TypeParameterDeclaration_With_params extends TypeParameterDeclaration {
1623
1556
  +params: $NonMaybeType<TypeParameterDeclaration['params']>;
1624
1557
  }
1625
- interface TypeParameterInstantiation_With_params
1626
- extends TypeParameterInstantiation {
1558
+ interface TypeParameterInstantiation_With_params extends TypeParameterInstantiation {
1627
1559
  +params: $NonMaybeType<TypeParameterInstantiation['params']>;
1628
1560
  }
1629
1561
  interface TypePredicate_With_parameterName extends TypePredicate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hermes-estree",
3
- "version": "0.33.1",
3
+ "version": "0.33.3",
4
4
  "description": "Flow types for the Flow-ESTree spec produced by the hermes parser",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",