1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Bartek Iwańczuk e7d7da85df
fix(npm): fix CJS resolution with local node_modules dir (#16547)
This commit fixes CJS resolution when there's a local "node_modules/"
directory.

Before this commit relative imports from CJS files where resolved
relative to
root directory of the package instead of relative to referrer file.
2022-11-06 00:58:21 +01:00
..
broadcast_channel chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
cache chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
console chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
crypto chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
fetch chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
ffi chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
flash chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
http fix(ext/http): flush chunk when streaming resource (#16536) 2022-11-04 18:59:07 +01:00
napi chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
net chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
node fix(npm): fix CJS resolution with local node_modules dir (#16547) 2022-11-06 00:58:21 +01:00
tls chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
url chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
web chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
webgpu chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
webidl chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
websocket chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00
webstorage chore: forward v1.27.1 release commit to main (#16533) 2022-11-04 00:40:23 +01:00