Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts107 pkgEntryPath: string; property in PackageEntryInfo
109 constructor(pkgEntryPath: string, pkgBuildPath: string) {
110 this.pkgEntryPath = pkgEntryPath;
184 …const pkgEntryPath: string = toUnixPath(path.join(`${PACKAGES}@${hostModuleName}`, hostDependencyN… constant
185 if (!pkgEntryInfos.has(pkgEntryPath)) {
186 pkgEntryInfos.set(pkgEntryPath, new PackageEntryInfo(pkgEntryPath, pkgBuildPath));
201 const pkgEntryPath: string = toUnixPath(this.getPkgModulesFilePkgName(pkgPath)); constant
202 let pkgBuildPath: string = path.join(pkgEntryPath, originPkgEntryPath);
204 if (!pkgEntryInfos.has(pkgEntryPath)) {
205 pkgEntryInfos.set(pkgEntryPath, new PackageEntryInfo(pkgEntryPath, pkgBuildPath));
[all …]