1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/cli/args
David Sherret cc406c8360
feat(vendor): support for npm specifiers (#19186)
We never properly added support for this. This fixes vendoring when it
has npm or node specifiers. Vendoring occurs by adding a
`"nodeModulesDir": true` property to deno.json then it uses a local
node_modules directory. This can be opted out by setting
`"nodeModulesDir": false` or running with `--node-modules-dir=false`.

Closes #18090
Closes #17210
Closes #17619
Closes #16778
2023-05-19 22:39:27 +00:00
..
config_file.rs feat(cli): add nodeModulesDir option to config file (#19095) 2023-05-18 18:10:44 -04:00
flags.rs feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00: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 fix(npm): improved optional dependency support (#19135) 2023-05-17 17:38:50 -04:00
mod.rs feat(vendor): support for npm specifiers (#19186) 2023-05-19 22:39:27 +00:00
package_json.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00