1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/args
Bartek Iwańczuk bd8d529d54
fix(npm): fix require resolution if using --node-modules-dir (#17087)
In our `require()` implementation we use a special logic to resolve
"base path" when looking for matching packages, however this logic
is in contradiction to what needs to happen if there's a local
"node_modules"
directory used. This commit changes require implementation to be aware
if we're running off of global node modules cache or a local one.
2023-01-05 13:03:10 +01:00
..
config_file.rs feat(cli): support deno bench in the config file (#16608) 2022-12-10 02:30:47 +01:00
flags.rs fix: always derive http client from cli flags (#17029) 2022-12-12 21:30:44 -05:00
flags_allow_net.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
lockfile.rs feat(cli): support configuring the lock file in the config file (#16781) 2022-12-08 00:13:45 +01:00
mod.rs fix(npm): fix require resolution if using --node-modules-dir (#17087) 2023-01-05 13:03:10 +01:00