Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts196 const pkgPath: string = metaInfo['pkgPath']; constant
197 let originPkgEntryPath: string = toUnixPath(filePath.replace(pkgPath, ''));
201 const pkgEntryPath: string = toUnixPath(this.getPkgModulesFilePkgName(pkgPath));
211 if (actualPath === pkgPath) {
553 private getPkgModulesFilePkgName(pkgPath: string) {
554 pkgPath = toUnixPath(pkgPath);
559 if (pkgPath.includes(projectPkgModulesPath)) {
560 pkgName = path.join(PACKAGES, pkgPath.replace(projectPkgModulesPath, ''));
565 if (pkgPath.indexOf(fakeModulePkgModulesPath) !== -1) {
566 const tempFilePath: string = pkgPath.replace(projectRootPath, '');