@@ -32,7 +32,9 @@ module.exports = Evk.unionWith({
32
32
TSAbstractMethodDefinition : [ "key" , "value" ] ,
33
33
TSAnyKeyword : [ ] ,
34
34
TSArrayType : [ "elementType" ] ,
35
+ TSAsExpression : [ "expression" , "typeAnnotation" ] ,
35
36
TSAsyncKeyword : [ ] ,
37
+ TSBigIntKeyword : [ ] ,
36
38
TSBooleanKeyword : [ ] ,
37
39
TSCallSignature : [ "typeParameters" , "parameters" , "typeAnnotation" ] ,
38
40
TSConditionalType : [ "checkType" , "extendsType" , "trueType" , "falseType" ] ,
@@ -48,14 +50,15 @@ module.exports = Evk.unionWith({
48
50
TSExportKeyword : [ ] ,
49
51
TSExternalModuleReference : [ "expression" ] ,
50
52
TSImportType : [ "parameter" , "qualifier" , "typeParameters" ] ,
53
+ TSInferType : [ "typeParameter" ] ,
51
54
TSLiteralType : [ "literal" ] ,
52
55
TSIntersectionType : [ "types" ] ,
53
56
TSIndexedAccessType : [ "indexType" , "objectType" ] ,
54
57
TSIndexSignature : [ "typeAnnotation" , "index" ] ,
55
58
TSInterfaceBody : [ "body" ] ,
56
59
TSInterfaceDeclaration : [ "id" , "typeParameters" , "heritage" , "body" ] ,
57
60
TSInterfaceHeritage : [ "id" , "typeParameters" ] ,
58
- TSImportEqualsDeclaration : [ "name " , "moduleReference" ] ,
61
+ TSImportEqualsDeclaration : [ "id " , "moduleReference" ] ,
59
62
TSFunctionType : [ "parameters" , "typeAnnotation" ] ,
60
63
TSMappedType : [ "typeParameter" ] ,
61
64
TSMethodSignature : [ "typeAnnotation" , "typeParameters" , "key" , "params" ] ,
@@ -81,6 +84,7 @@ module.exports = Evk.unionWith({
81
84
TSStaticKeyword : [ ] ,
82
85
TSStringKeyword : [ ] ,
83
86
TSSymbolKeyword : [ ] ,
87
+ TSThisType : [ ] ,
84
88
TSTupleType : [ "elementTypes" ] ,
85
89
TSTypeAnnotation : [ "typeAnnotation" ] ,
86
90
TSTypeAliasDeclaration : [ "id" , "typeParameters" , "typeAnnotation" ] ,
@@ -94,5 +98,6 @@ module.exports = Evk.unionWith({
94
98
TSTypeQuery : [ "exprName" ] ,
95
99
TSUnionType : [ "types" ] ,
96
100
TSUndefinedKeyword : [ ] ,
101
+ TSUnknownKeyword : [ ] ,
97
102
TSVoidKeyword : [ ]
98
103
} ) ;
0 commit comments