Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts127 npmEntriesProtoFilePath: string; property in ModuleMode
147 …this.npmEntriesProtoFilePath = path.join(this.projectConfig.cachePath, PROTOS, NPM_ENTRIES_PROTO_B…
587 protoFilesInfo += `${toUnixPath(this.npmEntriesProtoFilePath)}\n`;
633 mkdirsSync(path.dirname(this.npmEntriesProtoFilePath));
635 this.npmEntriesInfoPath}" "${this.npmEntriesProtoFilePath}"`;
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts606 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", … constant
607 validateFilePathLength(npmEntriesProtoFilePath, logger);
608 mkdirsSync(path.dirname(npmEntriesProtoFilePath));
616 …Cmd: any = `"${js2Abc}" --compile-npm-entries "${npmEntriesInfoPath}" "${npmEntriesProtoFilePath}`;
1178 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", … constant
1179 entriesInfo += `${toUnixPath(npmEntriesProtoFilePath)}\n`;