Searched refs:modulePath (Results 1 – 8 of 8) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 488 const containingFile: string = path.join(projectConfig.modulePath, "build-profile.json5"); 530 let modulePath: string = path.resolve(sdkConfig.apiPath, moduleName + '.d.ts'); 532 if (!fs.existsSync(modulePath)) { 533 modulePath = path.resolve(sdkConfig.apiPath, moduleName + '.d.ets'); 536 …temModules.includes(moduleName + (isDETS ? '.d.ets' : '.d.ts')) && ts.sys.fileExists(modulePath)) { 537 resolvedModules.push(getResolveModule(modulePath, isDETS ? '.d.ets' : '.d.ts')); 546 const modulePath: string = path.resolve(path.dirname(containingFile), moduleName); constant 547 if (ts.sys.fileExists(modulePath)) { 548 resolvedModules.push(getResolveModule(modulePath, '.ets')); 553 const modulePath: string = path.resolve(path.dirname(containingFile), moduleName); constant [all …]
|
| D | validate_ui_syntax.ts | 1026 const modulePath: string = urlResult[3]; constant 1028 moduleRequest = `@bundle:${bundleName}/${moduleName}/${moduleKind}/${modulePath}`; 1029 item = moduleKind === 'lib' ? replaceLibSo(importValue, modulePath, sourcePath) : 1056 const modulePath: string = urlResult[2]; constant 1058 item = replaceLibSo(importValue, modulePath, sourcePath); 1060 moduleRequest = `${modulePath}`; 1063 moduleRequest = `@bundle:${packageInfo[0]}/${packageInfo[1]}/${moduleKind}/${modulePath}`;
|
| D | process_visual.ts | 326 const modulePath = path.join(moduleNames[i], moduleNames[i + 1], moduleNames[i + 2]); constant 327 if (modulePath === MODULE_ETS_PATH) {
|
| D | ark_utils.ts | 117 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant 118 const tryModulePkg: string = toUnixPath(path.resolve(modulePath, packageDir));
|
| /developtools/global_resource_tool/src/ |
| D | resource_module.cpp | 31 ResourceModule::ResourceModule(const string &modulePath, const string &moduleOutput, const string &… in ResourceModule() argument 32 : modulePath_(modulePath), moduleOutput_(moduleOutput), moduleName_(moduleName) in ResourceModule()
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | compile-plugin.js | 67 const modulePath = path.join(module.context); 68 const srcIndex = modulePath.lastIndexOf(path.join('src', 'main', 'js')); 72 const commonPath = path.resolve(modulePath.substring(0, srcIndex), 77 const i18nPath = path.resolve(modulePath.substring(0, srcIndex),
|
| /developtools/global_resource_tool/include/ |
| D | resource_module.h | 28 …ResourceModule(const std::string &modulePath, const std::string &moduleOutput, const std::string &…
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 151 projectAndLibsReservedProperties = readProjectProperties([projectConfig.modulePath],
|