1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/args
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
..
config_file.rs feat(cli): flatten deno.json configuaration (#17799) 2023-04-26 23:02:36 -04:00
flags.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
flags_allow_net.rs chore: upgrade clap to v4 (#17333) 2023-03-26 06:06:18 +02:00
import_map.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
lockfile.rs refactor: upgrade to deno_npm 0.3.0 (#18671) 2023-04-13 10:47:45 -04:00
mod.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
package_json.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00