Home
last modified time | relevance | path

Searched refs:getRealModulePath (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/system_api/
Dapi_check_utils.ts162 export function getRealModulePath(apiDirs: string[], moduleName: string, exts: string[]): ResolveMo… function
202 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest,
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts162 export function getRealModulePath(apiDirs: string[], moduleName: string, exts: string[]): ResolveMo… function
202 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest,
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/interop/
Drun_declgen_standalone.ts36 import { getRealModulePath } from '../../system_api/api_check_utils';
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dets_checker.ts91 getRealModulePath,
1191 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(apiPaths, moduleName, ['.d.ts', '.d…
1223 …const resolveModuleInfo = getRealModulePath(searchPaths, aliasConfig.originalAPIName, ['.d.ts', '.…
Dprocess_import.ts89 getRealModulePath,
649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['…
/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts89 getRealModulePath,
649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['…
Dets_checker.ts92 getRealModulePath,
1161 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfig.apiPath, moduleName, ['.d…