@@ -553,73 +553,75 @@ macro_rules! inherit_variants {
553
553
/// Inherited from [`TSType`]
554
554
TSBooleanKeyword ( Box <' a, TSBooleanKeyword >) = 2 ,
555
555
/// Inherited from [`TSType`]
556
- TSNeverKeyword ( Box <' a, TSNeverKeyword >) = 3 ,
556
+ TSIntrinsicKeyword ( Box <' a, TSIntrinsicKeyword >) = 3 ,
557
557
/// Inherited from [`TSType`]
558
- TSNullKeyword ( Box <' a, TSNullKeyword >) = 4 ,
558
+ TSNeverKeyword ( Box <' a, TSNeverKeyword >) = 4 ,
559
559
/// Inherited from [`TSType`]
560
- TSNumberKeyword ( Box <' a, TSNumberKeyword >) = 5 ,
560
+ TSNullKeyword ( Box <' a, TSNullKeyword >) = 5 ,
561
561
/// Inherited from [`TSType`]
562
- TSObjectKeyword ( Box <' a, TSObjectKeyword >) = 6 ,
562
+ TSNumberKeyword ( Box <' a, TSNumberKeyword >) = 6 ,
563
563
/// Inherited from [`TSType`]
564
- TSStringKeyword ( Box <' a, TSStringKeyword >) = 7 ,
564
+ TSObjectKeyword ( Box <' a, TSObjectKeyword >) = 7 ,
565
565
/// Inherited from [`TSType`]
566
- TSSymbolKeyword ( Box <' a, TSSymbolKeyword >) = 8 ,
566
+ TSStringKeyword ( Box <' a, TSStringKeyword >) = 8 ,
567
567
/// Inherited from [`TSType`]
568
- TSThisType ( Box <' a, TSThisType >) = 9 ,
568
+ TSSymbolKeyword ( Box <' a, TSSymbolKeyword >) = 9 ,
569
569
/// Inherited from [`TSType`]
570
- TSUndefinedKeyword ( Box <' a, TSUndefinedKeyword >) = 10 ,
570
+ TSThisType ( Box <' a, TSThisType >) = 10 ,
571
571
/// Inherited from [`TSType`]
572
- TSUnknownKeyword ( Box <' a, TSUnknownKeyword >) = 11 ,
572
+ TSUndefinedKeyword ( Box <' a, TSUndefinedKeyword >) = 11 ,
573
573
/// Inherited from [`TSType`]
574
- TSVoidKeyword ( Box <' a, TSVoidKeyword >) = 12 ,
574
+ TSUnknownKeyword ( Box <' a, TSUnknownKeyword >) = 12 ,
575
+ /// Inherited from [`TSType`]
576
+ TSVoidKeyword ( Box <' a, TSVoidKeyword >) = 13 ,
575
577
576
578
// Compound
577
579
/// Inherited from [`TSType`]
578
- TSArrayType ( Box <' a, TSArrayType <' a>>) = 13 ,
580
+ TSArrayType ( Box <' a, TSArrayType <' a>>) = 14 ,
579
581
/// Inherited from [`TSType`]
580
- TSConditionalType ( Box <' a, TSConditionalType <' a>>) = 14 ,
582
+ TSConditionalType ( Box <' a, TSConditionalType <' a>>) = 15 ,
581
583
/// Inherited from [`TSType`]
582
- TSConstructorType ( Box <' a, TSConstructorType <' a>>) = 15 ,
584
+ TSConstructorType ( Box <' a, TSConstructorType <' a>>) = 16 ,
583
585
/// Inherited from [`TSType`]
584
- TSFunctionType ( Box <' a, TSFunctionType <' a>>) = 16 ,
586
+ TSFunctionType ( Box <' a, TSFunctionType <' a>>) = 17 ,
585
587
/// Inherited from [`TSType`]
586
- TSImportType ( Box <' a, TSImportType <' a>>) = 17 ,
588
+ TSImportType ( Box <' a, TSImportType <' a>>) = 18 ,
587
589
/// Inherited from [`TSType`]
588
- TSIndexedAccessType ( Box <' a, TSIndexedAccessType <' a>>) = 18 ,
590
+ TSIndexedAccessType ( Box <' a, TSIndexedAccessType <' a>>) = 19 ,
589
591
/// Inherited from [`TSType`]
590
- TSInferType ( Box <' a, TSInferType <' a>>) = 19 ,
592
+ TSInferType ( Box <' a, TSInferType <' a>>) = 20 ,
591
593
/// Inherited from [`TSType`]
592
- TSIntersectionType ( Box <' a, TSIntersectionType <' a>>) = 20 ,
594
+ TSIntersectionType ( Box <' a, TSIntersectionType <' a>>) = 21 ,
593
595
/// Inherited from [`TSType`]
594
- TSLiteralType ( Box <' a, TSLiteralType <' a>>) = 21 ,
596
+ TSLiteralType ( Box <' a, TSLiteralType <' a>>) = 22 ,
595
597
/// Inherited from [`TSType`]
596
- TSMappedType ( Box <' a, TSMappedType <' a>>) = 22 ,
598
+ TSMappedType ( Box <' a, TSMappedType <' a>>) = 23 ,
597
599
/// Inherited from [`TSType`]
598
- TSNamedTupleMember ( Box <' a, TSNamedTupleMember <' a>>) = 23 ,
600
+ TSNamedTupleMember ( Box <' a, TSNamedTupleMember <' a>>) = 24 ,
599
601
/// Inherited from [`TSType`]
600
- TSQualifiedName ( Box <' a, TSQualifiedName <' a>>) = 24 ,
602
+ TSQualifiedName ( Box <' a, TSQualifiedName <' a>>) = 25 ,
601
603
/// Inherited from [`TSType`]
602
- TSTemplateLiteralType ( Box <' a, TSTemplateLiteralType <' a>>) = 25 ,
604
+ TSTemplateLiteralType ( Box <' a, TSTemplateLiteralType <' a>>) = 26 ,
603
605
/// Inherited from [`TSType`]
604
- TSTupleType ( Box <' a, TSTupleType <' a>>) = 26 ,
606
+ TSTupleType ( Box <' a, TSTupleType <' a>>) = 27 ,
605
607
/// Inherited from [`TSType`]
606
- TSTypeLiteral ( Box <' a, TSTypeLiteral <' a>>) = 27 ,
608
+ TSTypeLiteral ( Box <' a, TSTypeLiteral <' a>>) = 28 ,
607
609
/// Inherited from [`TSType`]
608
- TSTypeOperatorType ( Box <' a, TSTypeOperator <' a>>) = 28 ,
610
+ TSTypeOperatorType ( Box <' a, TSTypeOperator <' a>>) = 29 ,
609
611
/// Inherited from [`TSType`]
610
- TSTypePredicate ( Box <' a, TSTypePredicate <' a>>) = 29 ,
612
+ TSTypePredicate ( Box <' a, TSTypePredicate <' a>>) = 30 ,
611
613
/// Inherited from [`TSType`]
612
- TSTypeQuery ( Box <' a, TSTypeQuery <' a>>) = 30 ,
614
+ TSTypeQuery ( Box <' a, TSTypeQuery <' a>>) = 31 ,
613
615
/// Inherited from [`TSType`]
614
- TSTypeReference ( Box <' a, TSTypeReference <' a>>) = 31 ,
616
+ TSTypeReference ( Box <' a, TSTypeReference <' a>>) = 32 ,
615
617
/// Inherited from [`TSType`]
616
- TSUnionType ( Box <' a, TSUnionType <' a>>) = 32 ,
618
+ TSUnionType ( Box <' a, TSUnionType <' a>>) = 33 ,
617
619
618
620
// JSDoc
619
621
/// Inherited from [`TSType`]
620
- JSDocNullableType ( Box <' a, JSDocNullableType <' a>>) = 33 ,
622
+ JSDocNullableType ( Box <' a, JSDocNullableType <' a>>) = 34 ,
621
623
/// Inherited from [`TSType`]
622
- JSDocUnknownType ( Box <' a, JSDocUnknownType >) = 34 ,
624
+ JSDocUnknownType ( Box <' a, JSDocUnknownType >) = 35 ,
623
625
624
626
$( $rest) *
625
627
}
@@ -637,6 +639,7 @@ macro_rules! inherit_variants {
637
639
TSAnyKeyword ,
638
640
TSBigIntKeyword ,
639
641
TSBooleanKeyword ,
642
+ TSIntrinsicKeyword ,
640
643
TSNeverKeyword ,
641
644
TSNullKeyword ,
642
645
TSNumberKeyword ,
0 commit comments