Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 8 of 8) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts488 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 …]
Dvalidate_ui_syntax.ts1026 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}`;
Dprocess_visual.ts326 const modulePath = path.join(moduleNames[i], moduleNames[i + 1], moduleNames[i + 2]); constant
327 if (modulePath === MODULE_ETS_PATH) {
Dark_utils.ts117 const modulePath: string = projectConfig.modulePathMap[moduleName]; constant
118 const tryModulePkg: string = toUnixPath(path.resolve(modulePath, packageDir));
/developtools/global_resource_tool/src/
Dresource_module.cpp31 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/
Dcompile-plugin.js67 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/
Dresource_module.h28 …ResourceModule(const std::string &modulePath, const std::string &moduleOutput, const std::string &…
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts151 projectAndLibsReservedProperties = readProjectProperties([projectConfig.modulePath],