1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/cli/npm/resolvers
David Sherret 629d09b149
perf: add setup cache for node_modules folder (#19787)
Part of #19774. This makes it twice as fast on my machine.

Stores a file at `node_modules/.deno/setup-cache.bin`, which contains
information about how the node_modules folder is currently setup.
Obviously there is a risk that this information will get out of date
with the current folder structure.
2023-07-10 13:42:47 -04:00
..
common.rs feat(lsp): basic support of auto-imports for npm specifiers (#19675) 2023-07-02 01:07:57 +00:00
global.rs feat(lsp): basic support of auto-imports for npm specifiers (#19675) 2023-07-02 01:07:57 +00:00
local.rs perf: add setup cache for node_modules folder (#19787) 2023-07-10 13:42:47 -04:00
mod.rs feat(lsp): basic support of auto-imports for npm specifiers (#19675) 2023-07-02 01:07:57 +00:00