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.js;h=990a6877171c43c3f2c72bf106d2c102617a07f3;hp=4949803ce50720884cd502e5bd7a6949f5795138;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.js index 4949803c..990a6877 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.js +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/types/dist/ast-node-types.js @@ -36,7 +36,6 @@ var AST_NODE_TYPES; AST_NODE_TYPES["FunctionExpression"] = "FunctionExpression"; AST_NODE_TYPES["Identifier"] = "Identifier"; AST_NODE_TYPES["IfStatement"] = "IfStatement"; - AST_NODE_TYPES["Import"] = "Import"; AST_NODE_TYPES["ImportDeclaration"] = "ImportDeclaration"; AST_NODE_TYPES["ImportDefaultSpecifier"] = "ImportDefaultSpecifier"; AST_NODE_TYPES["ImportExpression"] = "ImportExpression"; @@ -99,42 +98,46 @@ var AST_NODE_TYPES; AST_NODE_TYPES["TSArrayType"] = "TSArrayType"; AST_NODE_TYPES["TSAsExpression"] = "TSAsExpression"; AST_NODE_TYPES["TSAsyncKeyword"] = "TSAsyncKeyword"; - AST_NODE_TYPES["TSBooleanKeyword"] = "TSBooleanKeyword"; AST_NODE_TYPES["TSBigIntKeyword"] = "TSBigIntKeyword"; - AST_NODE_TYPES["TSConditionalType"] = "TSConditionalType"; - AST_NODE_TYPES["TSConstructorType"] = "TSConstructorType"; + AST_NODE_TYPES["TSBooleanKeyword"] = "TSBooleanKeyword"; AST_NODE_TYPES["TSCallSignatureDeclaration"] = "TSCallSignatureDeclaration"; AST_NODE_TYPES["TSClassImplements"] = "TSClassImplements"; + AST_NODE_TYPES["TSConditionalType"] = "TSConditionalType"; + AST_NODE_TYPES["TSConstructorType"] = "TSConstructorType"; AST_NODE_TYPES["TSConstructSignatureDeclaration"] = "TSConstructSignatureDeclaration"; - AST_NODE_TYPES["TSDeclareKeyword"] = "TSDeclareKeyword"; AST_NODE_TYPES["TSDeclareFunction"] = "TSDeclareFunction"; + AST_NODE_TYPES["TSDeclareKeyword"] = "TSDeclareKeyword"; AST_NODE_TYPES["TSEmptyBodyFunctionExpression"] = "TSEmptyBodyFunctionExpression"; AST_NODE_TYPES["TSEnumDeclaration"] = "TSEnumDeclaration"; AST_NODE_TYPES["TSEnumMember"] = "TSEnumMember"; AST_NODE_TYPES["TSExportAssignment"] = "TSExportAssignment"; AST_NODE_TYPES["TSExportKeyword"] = "TSExportKeyword"; AST_NODE_TYPES["TSExternalModuleReference"] = "TSExternalModuleReference"; + AST_NODE_TYPES["TSFunctionType"] = "TSFunctionType"; + AST_NODE_TYPES["TSImportEqualsDeclaration"] = "TSImportEqualsDeclaration"; AST_NODE_TYPES["TSImportType"] = "TSImportType"; - AST_NODE_TYPES["TSInferType"] = "TSInferType"; - AST_NODE_TYPES["TSLiteralType"] = "TSLiteralType"; AST_NODE_TYPES["TSIndexedAccessType"] = "TSIndexedAccessType"; AST_NODE_TYPES["TSIndexSignature"] = "TSIndexSignature"; + AST_NODE_TYPES["TSInferType"] = "TSInferType"; AST_NODE_TYPES["TSInterfaceBody"] = "TSInterfaceBody"; AST_NODE_TYPES["TSInterfaceDeclaration"] = "TSInterfaceDeclaration"; AST_NODE_TYPES["TSInterfaceHeritage"] = "TSInterfaceHeritage"; - AST_NODE_TYPES["TSImportEqualsDeclaration"] = "TSImportEqualsDeclaration"; - AST_NODE_TYPES["TSFunctionType"] = "TSFunctionType"; + AST_NODE_TYPES["TSIntersectionType"] = "TSIntersectionType"; + AST_NODE_TYPES["TSLiteralType"] = "TSLiteralType"; + AST_NODE_TYPES["TSMappedType"] = "TSMappedType"; AST_NODE_TYPES["TSMethodSignature"] = "TSMethodSignature"; AST_NODE_TYPES["TSModuleBlock"] = "TSModuleBlock"; AST_NODE_TYPES["TSModuleDeclaration"] = "TSModuleDeclaration"; + AST_NODE_TYPES["TSNamedTupleMember"] = "TSNamedTupleMember"; AST_NODE_TYPES["TSNamespaceExportDeclaration"] = "TSNamespaceExportDeclaration"; - AST_NODE_TYPES["TSNonNullExpression"] = "TSNonNullExpression"; AST_NODE_TYPES["TSNeverKeyword"] = "TSNeverKeyword"; + AST_NODE_TYPES["TSNonNullExpression"] = "TSNonNullExpression"; AST_NODE_TYPES["TSNullKeyword"] = "TSNullKeyword"; AST_NODE_TYPES["TSNumberKeyword"] = "TSNumberKeyword"; - AST_NODE_TYPES["TSMappedType"] = "TSMappedType"; AST_NODE_TYPES["TSObjectKeyword"] = "TSObjectKeyword"; + AST_NODE_TYPES["TSOptionalType"] = "TSOptionalType"; AST_NODE_TYPES["TSParameterProperty"] = "TSParameterProperty"; + AST_NODE_TYPES["TSParenthesizedType"] = "TSParenthesizedType"; AST_NODE_TYPES["TSPrivateKeyword"] = "TSPrivateKeyword"; AST_NODE_TYPES["TSPropertySignature"] = "TSPropertySignature"; AST_NODE_TYPES["TSProtectedKeyword"] = "TSProtectedKeyword"; @@ -146,8 +149,9 @@ var AST_NODE_TYPES; AST_NODE_TYPES["TSStringKeyword"] = "TSStringKeyword"; AST_NODE_TYPES["TSSymbolKeyword"] = "TSSymbolKeyword"; AST_NODE_TYPES["TSThisType"] = "TSThisType"; - AST_NODE_TYPES["TSTypeAnnotation"] = "TSTypeAnnotation"; + AST_NODE_TYPES["TSTupleType"] = "TSTupleType"; AST_NODE_TYPES["TSTypeAliasDeclaration"] = "TSTypeAliasDeclaration"; + AST_NODE_TYPES["TSTypeAnnotation"] = "TSTypeAnnotation"; AST_NODE_TYPES["TSTypeAssertion"] = "TSTypeAssertion"; AST_NODE_TYPES["TSTypeLiteral"] = "TSTypeLiteral"; AST_NODE_TYPES["TSTypeOperator"] = "TSTypeOperator"; @@ -155,14 +159,10 @@ var AST_NODE_TYPES; AST_NODE_TYPES["TSTypeParameterDeclaration"] = "TSTypeParameterDeclaration"; AST_NODE_TYPES["TSTypeParameterInstantiation"] = "TSTypeParameterInstantiation"; AST_NODE_TYPES["TSTypePredicate"] = "TSTypePredicate"; - AST_NODE_TYPES["TSTypeReference"] = "TSTypeReference"; AST_NODE_TYPES["TSTypeQuery"] = "TSTypeQuery"; - AST_NODE_TYPES["TSIntersectionType"] = "TSIntersectionType"; - AST_NODE_TYPES["TSTupleType"] = "TSTupleType"; - AST_NODE_TYPES["TSOptionalType"] = "TSOptionalType"; - AST_NODE_TYPES["TSParenthesizedType"] = "TSParenthesizedType"; - AST_NODE_TYPES["TSUnionType"] = "TSUnionType"; + AST_NODE_TYPES["TSTypeReference"] = "TSTypeReference"; AST_NODE_TYPES["TSUndefinedKeyword"] = "TSUndefinedKeyword"; + AST_NODE_TYPES["TSUnionType"] = "TSUnionType"; AST_NODE_TYPES["TSUnknownKeyword"] = "TSUnknownKeyword"; AST_NODE_TYPES["TSVoidKeyword"] = "TSVoidKeyword"; })(AST_NODE_TYPES || (AST_NODE_TYPES = {}));