Home
last modified time | relevance | path

Searched defs:seenClassDeclarations (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixClassDoesntImplementInheritedAbstractMember.ts18 const seenClassDeclarations = new Map<string, true>(); constant
DfixClassIncorrectlyImplementsInterface.ts20 const seenClassDeclarations = new Map<string, true>(); constant