1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/ext
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
..
broadcast_channel 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
cache 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
console 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
crypto 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
fetch 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
ffi 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
flash 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
http 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
napi 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
net 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
node fix(npm): fix require resolution if using --node-modules-dir (#17087) 2023-01-05 13:03:10 +01:00
tls 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
url 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
web 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
webgpu 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
webidl 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
websocket 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00
webstorage 1.29.1 (#17064) 2022-12-15 11:32:14 -05:00