1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/ext
David Sherret 9201198efd
fix(node): inspect ancestor directories when resolving cjs re-exports during analysis (#21104)
If a CJS re-export can't be resolved, it will check the ancestor
directories, which is more similar to what `require` does at runtime.
2023-11-07 09:56:06 -05:00
..
broadcast_channel 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
cache 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
console 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
cron 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
crypto fix 2023-11-05 06:40:35 -08:00
fetch fix(ext/fetch): re-align return type in op_fetch docstring (#21098) 2023-11-06 14:15:02 +01:00
ffi chore(ext/ffi): use dlopen2 crate (#21093) 2023-11-05 09:29:26 +00:00
fs 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
http 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
io 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
kv feat(ext/kv): increase checks limit (#21055) 2023-11-02 11:57:11 -07:00
napi 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
net 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
node fix(node): inspect ancestor directories when resolving cjs re-exports during analysis (#21104) 2023-11-07 09:56:06 -05:00
tls chore: bump deno_native_certs to 0.2 (#21092) 2023-11-05 08:14:58 +00:00
url 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
web 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
webidl fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
websocket 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
webstorage 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00