Home
last modified time | relevance | path

Searched refs:TSDeclareKeyword (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript_eslint/packages/visitor-keys/src/
Dvisitor-keys.ts80 TSDeclareKeyword: [],
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts104 TSDeclareKeyword = 'TSDeclareKeyword', enumerator
Dts-estree.ts235 | TSDeclareKeyword
424 | TSDeclareKeyword
1348 export interface TSDeclareKeyword extends BaseNode { interface
1349 type: AST_NODE_TYPES.TSDeclareKeyword;
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts349 TSDeclareKeyword?: RuleFunction<TSESTree.TSDeclareKeyword>; property
/third_party/typescript_eslint/packages/typescript-estree/src/ts-estree/
Destree-to-ts-node-types.ts268 [AST_NODE_TYPES.TSDeclareKeyword]: ts.Token<ts.SyntaxKind.DeclareKeyword>;