Skip to content

Commit

Permalink
perf: reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 15, 2024
1 parent f5f9c05 commit c852189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg-manager/resolve-dependencies/src/resolveDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export interface PendingNode {
resolvedPackage: ResolvedPackage
depth: number
installable: boolean
parentNodeId: string
parentDepPaths: string[]
}

Expand Down Expand Up @@ -1429,7 +1428,6 @@ async function resolveDependency (
installable,
nodeId,
resolvedPackage: ctx.resolvedPackagesByDepPath[depPath],
parentNodeId: options.parentPkg.nodeId,
})
}
}
Expand Down

0 comments on commit c852189

Please sign in to comment.