mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
feat(npm): add flag for creating and resolving npm packages to a local node_modules folder (#15971)
This commit is contained in:
parent
9a216806d5
commit
716005a0d4
23 changed files with 744 additions and 126 deletions
|
@ -270,6 +270,7 @@ pub fn compile_to_runtime_flags(
|
|||
import_map_path: flags.import_map_path.clone(),
|
||||
inspect_brk: None,
|
||||
inspect: None,
|
||||
node_modules_dir: false,
|
||||
location: flags.location.clone(),
|
||||
lock_write: false,
|
||||
lock: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue