mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![David Sherret](/assets/img/avatar_default.png)
Moves the npm fs resolvers into the deno_resolution crate. This does not entirely move things out, but is a step in that direction.
7 lines
283 B
Markdown
7 lines
283 B
Markdown
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.
|
|
1. Make this crate work in Wasm.
|
|
1. Refactor to store npm packument in a single place:
|
|
https://github.com/denoland/deno/issues/27198
|