deno/ext
Bartek Iwańczuk efcb93f8b9
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.
2022-12-16 23:41:51 +01:00
..
broadcast_channel chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
cache chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
console chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
crypto chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
fetch chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
ffi chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
flash chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
http chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
napi chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
net chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
node fix(npm): fix require resolution if using --node-modules-dir (#17087) 2022-12-16 23:41:51 +01:00
tls chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
url chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
web chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
webgpu chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
webidl chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
websocket chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
webstorage chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00