Searched refs:getRealModulePath (Results 1 – 7 of 7) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/system_api/ |
| D | api_check_utils.ts | 162 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/ |
| D | api_check_utils.ts | 162 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/ |
| D | run_declgen_standalone.ts | 36 import { getRealModulePath } from '../../system_api/api_check_utils';
|
| /developtools/ace_ets2bundle/compiler/src/interop/src/ |
| D | ets_checker.ts | 91 getRealModulePath, 1191 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(apiPaths, moduleName, ['.d.ts', '.d… 1223 …const resolveModuleInfo = getRealModulePath(searchPaths, aliasConfig.originalAPIName, ['.d.ts', '.…
|
| D | process_import.ts | 89 getRealModulePath, 649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['…
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | process_import.ts | 89 getRealModulePath, 649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['…
|
| D | ets_checker.ts | 92 getRealModulePath, 1161 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfig.apiPath, moduleName, ['.d…
|