Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts225 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(config.apiPath, moduleRequest, ['.d… constant
226 const modulePath: string = resolveModuleInfo.modulePath;
Dets_checker.ts781 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfig.apiPath, moduleName, ['.d… constant
782 const modulePath: string = resolveModuleInfo.modulePath;
783 const isDETS: boolean = resolveModuleInfo.isEts;
Dprocess_import.ts614 …const resolveModuleInfo: ResolveModuleInfo = getRealModulePath(sdkConfigs[i].apiPath, filePath, ['… constant
615 const systemModule: string = resolveModuleInfo.modulePath;