Searched refs:resolveModuleInfo (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/system_api/ |
| D | api_check_utils.ts | 202 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest, constant 204 const modulePath: string = resolveModuleInfo.modulePath;
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
| D | api_check_utils.ts | 202 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest, constant 204 const modulePath: string = resolveModuleInfo.modulePath;
|
| /developtools/ace_ets2bundle/compiler/src/interop/src/ |
| D | ets_checker.ts | 1191 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(apiPaths, moduleName, ['.d.ts', '.d… constant 1192 const modulePath = resolveModuleInfo.modulePath; 1193 const extension = resolveModuleInfo.isEts ? '.d.ets' : '.d.ts'; 1223 …const resolveModuleInfo = getRealModulePath(searchPaths, aliasConfig.originalAPIName, ['.d.ts', '.… constant 1224 const modulePath = resolveModuleInfo.modulePath; 1225 const extension = resolveModuleInfo.isEts ? '.d.ets' : '.d.ts';
|
| D | process_import.ts | 649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['… constant 650 const systemModule: string = resolveModuleInfo.modulePath;
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 1161 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfig.apiPath, moduleName, ['.d… constant 1162 const modulePath: string = resolveModuleInfo.modulePath; 1163 const isDETS: boolean = resolveModuleInfo.isEts;
|
| D | process_import.ts | 649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['… constant 650 const systemModule: string = resolveModuleInfo.modulePath;
|