mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 04:52:04 -04:00
docs: add comment to installMultiple.ts
This commit is contained in:
@@ -53,6 +53,9 @@ export type InstalledPackage = {
|
||||
peerDependencies: Dependencies,
|
||||
optionalDependencies: Set<string>,
|
||||
hasBundledDependencies: boolean,
|
||||
// IDEA: As only a few fields are needed from package.jsno
|
||||
// it might be a good idea to write them directly to
|
||||
// InstallPackage to reduce RAM usage
|
||||
pkg: Package,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user