Searched refs:npmEntriesProtoFilePath (Results 1 – 2 of 2) sorted by relevance
127 npmEntriesProtoFilePath: string; property in ModuleMode147 …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}"`;
606 …const npmEntriesProtoFilePath: string = path.join(process.env.cachePath, "protos", "npm_entries", … constant607 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", … constant1179 entriesInfo += `${toUnixPath(npmEntriesProtoFilePath)}\n`;