Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / types / dist / ast-node-types.d.ts
index 74667a061a13b1424c3d39885ac8519ffea6f229..8d198c21b6d37360fed68711e214e36d900574a0 100644 (file)
@@ -32,7 +32,6 @@ declare enum AST_NODE_TYPES {
     FunctionExpression = "FunctionExpression",
     Identifier = "Identifier",
     IfStatement = "IfStatement",
-    Import = "Import",
     ImportDeclaration = "ImportDeclaration",
     ImportDefaultSpecifier = "ImportDefaultSpecifier",
     ImportExpression = "ImportExpression",
@@ -95,42 +94,46 @@ declare enum AST_NODE_TYPES {
     TSArrayType = "TSArrayType",
     TSAsExpression = "TSAsExpression",
     TSAsyncKeyword = "TSAsyncKeyword",
-    TSBooleanKeyword = "TSBooleanKeyword",
     TSBigIntKeyword = "TSBigIntKeyword",
-    TSConditionalType = "TSConditionalType",
-    TSConstructorType = "TSConstructorType",
+    TSBooleanKeyword = "TSBooleanKeyword",
     TSCallSignatureDeclaration = "TSCallSignatureDeclaration",
     TSClassImplements = "TSClassImplements",
+    TSConditionalType = "TSConditionalType",
+    TSConstructorType = "TSConstructorType",
     TSConstructSignatureDeclaration = "TSConstructSignatureDeclaration",
-    TSDeclareKeyword = "TSDeclareKeyword",
     TSDeclareFunction = "TSDeclareFunction",
+    TSDeclareKeyword = "TSDeclareKeyword",
     TSEmptyBodyFunctionExpression = "TSEmptyBodyFunctionExpression",
     TSEnumDeclaration = "TSEnumDeclaration",
     TSEnumMember = "TSEnumMember",
     TSExportAssignment = "TSExportAssignment",
     TSExportKeyword = "TSExportKeyword",
     TSExternalModuleReference = "TSExternalModuleReference",
+    TSFunctionType = "TSFunctionType",
+    TSImportEqualsDeclaration = "TSImportEqualsDeclaration",
     TSImportType = "TSImportType",
-    TSInferType = "TSInferType",
-    TSLiteralType = "TSLiteralType",
     TSIndexedAccessType = "TSIndexedAccessType",
     TSIndexSignature = "TSIndexSignature",
+    TSInferType = "TSInferType",
     TSInterfaceBody = "TSInterfaceBody",
     TSInterfaceDeclaration = "TSInterfaceDeclaration",
     TSInterfaceHeritage = "TSInterfaceHeritage",
-    TSImportEqualsDeclaration = "TSImportEqualsDeclaration",
-    TSFunctionType = "TSFunctionType",
+    TSIntersectionType = "TSIntersectionType",
+    TSLiteralType = "TSLiteralType",
+    TSMappedType = "TSMappedType",
     TSMethodSignature = "TSMethodSignature",
     TSModuleBlock = "TSModuleBlock",
     TSModuleDeclaration = "TSModuleDeclaration",
+    TSNamedTupleMember = "TSNamedTupleMember",
     TSNamespaceExportDeclaration = "TSNamespaceExportDeclaration",
-    TSNonNullExpression = "TSNonNullExpression",
     TSNeverKeyword = "TSNeverKeyword",
+    TSNonNullExpression = "TSNonNullExpression",
     TSNullKeyword = "TSNullKeyword",
     TSNumberKeyword = "TSNumberKeyword",
-    TSMappedType = "TSMappedType",
     TSObjectKeyword = "TSObjectKeyword",
+    TSOptionalType = "TSOptionalType",
     TSParameterProperty = "TSParameterProperty",
+    TSParenthesizedType = "TSParenthesizedType",
     TSPrivateKeyword = "TSPrivateKeyword",
     TSPropertySignature = "TSPropertySignature",
     TSProtectedKeyword = "TSProtectedKeyword",
@@ -142,8 +145,9 @@ declare enum AST_NODE_TYPES {
     TSStringKeyword = "TSStringKeyword",
     TSSymbolKeyword = "TSSymbolKeyword",
     TSThisType = "TSThisType",
-    TSTypeAnnotation = "TSTypeAnnotation",
+    TSTupleType = "TSTupleType",
     TSTypeAliasDeclaration = "TSTypeAliasDeclaration",
+    TSTypeAnnotation = "TSTypeAnnotation",
     TSTypeAssertion = "TSTypeAssertion",
     TSTypeLiteral = "TSTypeLiteral",
     TSTypeOperator = "TSTypeOperator",
@@ -151,14 +155,10 @@ declare enum AST_NODE_TYPES {
     TSTypeParameterDeclaration = "TSTypeParameterDeclaration",
     TSTypeParameterInstantiation = "TSTypeParameterInstantiation",
     TSTypePredicate = "TSTypePredicate",
-    TSTypeReference = "TSTypeReference",
     TSTypeQuery = "TSTypeQuery",
-    TSIntersectionType = "TSIntersectionType",
-    TSTupleType = "TSTupleType",
-    TSOptionalType = "TSOptionalType",
-    TSParenthesizedType = "TSParenthesizedType",
-    TSUnionType = "TSUnionType",
+    TSTypeReference = "TSTypeReference",
     TSUndefinedKeyword = "TSUndefinedKeyword",
+    TSUnionType = "TSUnionType",
     TSUnknownKeyword = "TSUnknownKeyword",
     TSVoidKeyword = "TSVoidKeyword"
 }