Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts187 const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest, constant
189 const modulePath: string = resolveModuleInfo.modulePath;
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts1084 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfig.apiPath, moduleName, ['.d… constant
1085 const modulePath: string = resolveModuleInfo.modulePath;
1086 const isDETS: boolean = resolveModuleInfo.isEts;
Dprocess_import.ts648 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['… constant
649 const systemModule: string = resolveModuleInfo.modulePath;