1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/resolvers/npm_cache/todo.md
David Sherret c1dcf1b618
refactor: add deno_npm_cache crate (#27200)
Extracting out more code from the CLI for reuse elsewhere (still more
work to do, but this is a start).

This is the code for extracting npm tarballs and saving information in
the npm cache in the global deno_dir.
2024-12-03 02:10:16 +00:00

348 B

This crate is a work in progress:

  1. Remove deno_core dependency.
  2. Remove anyhow dependency.
  3. Add a clippy.toml file that bans accessing the file system directory and instead does it through a trait.
  4. Make this crate work in Wasm.
  5. Refactor to store npm packument in a single place: https://github.com/denoland/deno/issues/27198