Home
last modified time | relevance | path

Searched defs:TSEnumDeclaration (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dprefer-enum-initializers.ts29 function TSEnumDeclaration(node: TSESTree.TSEnumDeclaration): void { function
/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DReferencer.ts714 protected TSEnumDeclaration(node: TSESTree.TSEnumDeclaration): void { method in Referencer
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts106 TSEnumDeclaration = 'TSEnumDeclaration', enumerator
Dts-estree.ts1357 export interface TSEnumDeclaration extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts354 TSEnumDeclaration?: RuleFunction<TSESTree.TSEnumDeclaration>; property