1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/standalone
David Sherret 59fbdc4a93 refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
1. Boxed `File` and `FileSystem` to allow more easily passing this
through the CLI code (as shown within this pr).
2. `StdFileResource` is now `FileResource`. `FileResource` now contains
an `Rc<dyn File>`.
2023-05-11 17:26:25 -04:00
..
binary.rs refactor(cli): remove ProcState - add CliFactory (#18900) 2023-05-04 16:18:43 +02:00
mod.rs refactor(ext/fs): boxed deno_fs::FileSystem (#18945) 2023-05-11 17:26:25 -04:00