1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-19 20:26:20 -05:00
denoland-deno/resolvers/npm_cache/todo.md
David Sherret 093f3ba565
refactor(npm): extract out some npm fs resolution code from the cli (#27607)
Moves the npm fs resolvers into the deno_resolution crate.

This does not entirely move things out, but is a step in that direction.
2025-01-09 12:10:07 -05:00

283 B

This crate is a work in progress:

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