Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts557 const projectPkgModulesPath: string = toUnixPath(path.join(projectRootPath, packageDir)); constant
559 if (pkgPath.includes(projectPkgModulesPath)) {
560 pkgName = path.join(PACKAGES, pkgPath.replace(projectPkgModulesPath, ''));