Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dcomponent_map.ts28 const componentPath: Map<string, string> = new Map([ constant
32 for (const [id, relPath] of componentPath.entries()) {
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts431 const componentPath: string = path.join(sdkApiPath,'../component'); constant
432 if (fs.existsSync(componentPath)) {
433 ApiExtractor.traverseApiFiles(componentPath, ApiExtractor.ApiType.COMPONENT);