David Sherret
|
7e495dde58
|
refactor: create deno_lib crate (#27673)
Shifts just some code down for now. I'll do the rest of the refactor in
the next pr, but didn't want to drop a huge refactor.
|
2025-01-16 23:32:12 +01:00 |
|
David Sherret
|
888f40983e
|
refactor: update some fs_util functions to use sys_traits (#27515)
This is in preparation for extracting out these functions from the CLI
crate.
A side benefit is these functions will now work in Wasm.
|
2025-01-09 15:19:17 -05:00 |
|
Kenta Moriuchi
|
a39c83170f
|
chore: Happy New Year 2025 (#27509)
|
2025-01-09 15:19:16 -05:00 |
|
David Sherret
|
118fd69988
|
refactor: do not use deno_fs::FileSystem everywhere (#27508)
This changes the cli to mostly use `std::fs` via `sys_traits` instead of
the implemention of `deno_fs::FileSystem`.
|
2025-01-09 15:19:15 -05:00 |
|