Home
last modified time | relevance | path

Searched defs:TSProtectedKeyword (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts138 TSProtectedKeyword = 'TSProtectedKeyword', enumerator
Dts-estree.ts1578 export interface TSProtectedKeyword extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts387 TSProtectedKeyword?: RuleFunction<TSESTree.TSProtectedKeyword>; property