deno/cli/npm
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
..
resolvers perf: add setup cache for node_modules folder (#19787) 2023-07-10 13:42:47 -04:00
cache.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
installer.rs feat(lsp): support lockfile and node_modules directory (#19203) 2023-05-22 21:28:36 -04:00
mod.rs refactor(compile): store the npm snapshot in the eszip (#19343) 2023-06-08 11:48:29 -04:00
registry.rs fix(cli): avoid crash on import of invalid module names (#19523) 2023-06-15 18:36:33 +00:00
resolution.rs fix: bump default @types/node version range to 18.16.19 (#19706) 2023-07-04 15:27:04 +00:00
tarball.rs fix(npm): warn when tarball contains hardlink or symlink (#19474) 2023-06-13 09:48:13 -04:00