X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2F%40typescript-eslint%2Ftypes%2Fdist%2Fast-node-types.d.ts;h=8d198c21b6d37360fed68711e214e36d900574a0;hp=74667a061a13b1424c3d39885ac8519ffea6f229;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.d.ts index 74667a06..8d198c21 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.d.ts +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.d.ts @@ -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" }