Home
last modified time | relevance | path

Searched refs:getAllClassDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/mock-generate/src/
Dmain.ts20 import { collectAllFileName, getAllClassDeclaration } from './common/commonUtils';
104 getAllClassDeclaration(sourceFile);
/third_party/jsframework/mock-generate/src/common/
DcommonUtils.ts78 export function getAllClassDeclaration(sourceFile: SourceFile): Set<string> { function