1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Marvin Hagemeister 00e6d41a9d
fix(node): error when throwing FS_EISDIR (#23829)
The `EISDIR` error code is not available as a global variable, but must
be accessed through the `osConstants.errno` object.

Fixes https://github.com/denoland/deno/issues/23695
2024-05-16 10:30:41 +02:00
..
broadcast_channel chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
cache chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
canvas chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
console fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813) 2024-05-14 17:32:09 -04:00
cron chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
crypto chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
fetch chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
ffi chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
fs chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
http chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
io chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
kv chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
napi chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
net chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
node fix(node): error when throwing FS_EISDIR (#23829) 2024-05-16 10:30:41 +02:00
tls chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
url chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
web fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-13 23:34:25 +00:00
webgpu chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
webidl chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
websocket chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
webstorage chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00