Home
last modified time | relevance | path

Searched refs:moduleRootPath (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts53 moduleRootPath: projectConfig.moduleRootPath,
Drollup-plugin-ets-typescript.ts137 path.resolve(moduleInfo.id).startsWith(projectConfig.moduleRootPath + path.sep)) {
139 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
141 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts82 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant
135 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir));
142 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant
143 if (unixFilePath.indexOf(moduleRootPath + '/') !== -1) {
144 const relativeModulePath: string = unixFilePath.replace(moduleRootPath + '/', '');
Dutils.ts379 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts112 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,