1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext/fs
David Sherret 75735fbf7f feat(compile): unstable npm and node specifier support (#19005)
This is the initial support for npm and node specifiers in `deno
compile`. The npm packages are included in the binary and read from it via
a virtual file system. This also supports the `--node-modules-dir` flag,
dependencies specified in a package.json, and npm binary commands (ex.
`deno compile --unstable npm:cowsay`)

Closes #16632
2023-05-11 17:26:30 -04:00
..
30_fs.js refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
Cargo.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
interface.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
lib.rs refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
ops.rs refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
std_fs.rs chore: lint ext/fs/std_fs.rs (#19036) 2023-05-11 17:26:26 -04:00
sync.rs refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00

deno_fs

This crate provides ops for interacting with the file system.