Files
pnpm/resolving/default-resolver
Zoltan Kochan a97e5cb15a refactor: remove in-memory LRU metadata cache
SQLite with mmap and page cache serves the same purpose without the
complexity. The LRU cached full PackageMeta objects (all versions
parsed) which wasted memory, had stale-cache risks with lightweight
stubs, and expired after 120s anyway.

Remove PackageMetaCache interface, LRU creation, and all metaCache
threading through the resolver chain.
2026-04-01 16:28:45 +02:00
..
2025-10-28 17:35:21 +01:00

@pnpm/default-resolver

pnpm's default package resolver

npm version

Installation

pnpm add @pnpm/default-resolver

License

MIT