Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts67 moduleRootPath: projectConfig.moduleRootPath,
Drollup-plugin-ets-typescript.ts182 path.resolve(moduleInfoId).startsWith(projectConfig.moduleRootPath + path.sep)) {
188 const jsCacheFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
190 const jsBuildFilePath: string = genTemporaryPath(filePath, projectConfig.moduleRootPath,
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts94 moduleRootPath: object; property in ProjectConfig
156 this.moduleRootPath = undefined;
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts85 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[moduleName]); constant
109 moduleRootPath, constant
133 projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
162 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir));
172 const moduleRootPath: string = toUnixPath(projectConfig.modulePathMap[key]); constant
173 if (unixFilePath.indexOf(moduleRootPath + '/') !== -1) {
174 const relativeModulePath: string = unixFilePath.replace(moduleRootPath + '/', '');
Dutils.ts323 …OutPathOfHar(filePath: string, cachePath: string, buildPath: string, moduleRootPath: string, proje…
327 const moduleName = toUnixPath(moduleRootPath).replace(toUnixPath(projectRootPath), '');
408 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts121 projectConfig.compileShared ? projectConfig.projectRootPath : projectConfig.moduleRootPath,