1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tools/repl
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
..
cdp.rs refactor: move cdp.rs to tools/repl (#16821) 2022-11-25 18:38:08 -05:00
channel.rs refactor: factor out CDP message types (#13551) 2022-02-07 17:05:49 +01:00
editor.rs refactor: move cdp.rs to tools/repl (#16821) 2022-11-25 18:38:08 -05:00
mod.rs fix(repl): errors shouldn't terminate repl (#17082) 2023-01-05 13:02:43 +01:00
session.rs fix(npm): fix require resolution if using --node-modules-dir (#17087) 2023-01-05 13:03:10 +01:00