mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00

Moves the npm fs resolvers into the deno_resolution crate. This does not entirely move things out, but is a step in that direction.
283 B
283 B
This crate is a work in progress:
- Add a clippy.toml file that bans accessing the file system directory and instead does it through a trait.
- Make this crate work in Wasm.
- Refactor to store npm packument in a single place: https://github.com/denoland/deno/issues/27198