Searched refs:componentPath (Results 1 – 2 of 2) sorted by relevance
28 const componentPath: Map<string, string> = new Map([ constant32 for (const [id, relPath] of componentPath.entries()) {
431 const componentPath: string = path.join(sdkApiPath,'../component'); constant432 if (fs.existsSync(componentPath)) {433 ApiExtractor.traverseApiFiles(componentPath, ApiExtractor.ApiType.COMPONENT);