Home
last modified time | relevance | path

Searched refs:resolveModuleInfo (Results 1 – 6 of 6) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/system_api/
Dapi_check_utils.ts202 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest, constant
204 const modulePath: string = resolveModuleInfo.modulePath;
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts202 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest, constant
204 const modulePath: string = resolveModuleInfo.modulePath;
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dets_checker.ts1191 …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';
Dprocess_import.ts649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['… constant
650 const systemModule: string = resolveModuleInfo.modulePath;
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts1161 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfig.apiPath, moduleName, ['.d… constant
1162 const modulePath: string = resolveModuleInfo.modulePath;
1163 const isDETS: boolean = resolveModuleInfo.isEts;
Dprocess_import.ts649 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['… constant
650 const systemModule: string = resolveModuleInfo.modulePath;