1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Marvin Hagemeister fb3f82b9ea
fix(node): track SIG* listeners in process.listeners (#23890)
Some npm libraries like `signal-exit` rely on the length of the listener
array returned by `process.listeners("SIGNT")` to be correct to
function. We weren't tracking `SIG*` events there, which broke those npm
libraries.

Fixes https://github.com/denoland/deno/issues/22892
2024-05-20 15:24:13 +02:00
..
broadcast_channel chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
cache chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
canvas chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
console chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
cron chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
crypto chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
fetch chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
ffi chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
fs chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
http chore: bump deno_http version (#23866) 2024-05-17 15:50:49 +00:00
io chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
kv chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
napi chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
net chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
node fix(node): track SIG* listeners in process.listeners (#23890) 2024-05-20 15:24:13 +02:00
tls chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
url chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
web chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webgpu chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webidl chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
websocket chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00
webstorage chore: forward v1.43.4 commit to main (#23861) 2024-05-17 03:57:53 +02:00