1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext
Luca Casonato 49e3ee010c
feat(ext/node): add abort helpers, process & streams fix (#25262)
This commit adds:

- `addAbortListener` in `node:events`
- `aborted` in `node:util`
- `execPath` and `execvArgs` named export from `node:process`
- `getDefaultHighWaterMark` from `node:stream`

The `execPath` is very hacky - because module namespaces can not have
real getters, `execPath` is an object with a `toString()` method that on
call returns the actual `execPath`, and replaces the `execPath` binding
with the string. This is done so that we don't require the `execPath`
permission on startup.
2024-09-05 09:22:52 +02:00
..
broadcast_channel chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
cache chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
canvas chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
console chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
cron refactor(ext/cron): align error messages (#25300) 2024-09-05 08:27:58 +02:00
crypto refactor(ext/crypto): align error messages (#25440) 2024-09-05 08:20:27 +02:00
fetch chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
ffi chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
fs BREAKING(fs): remove Deno.File (#25447) 2024-09-05 16:22:47 +10:00
http fix(ext/http): do not set localhost to hostname unnecessarily (#24777) 2024-09-05 14:13:06 +09:00
io chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
kv chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
napi chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
net chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
node feat(ext/node): add abort helpers, process & streams fix (#25262) 2024-09-05 09:22:52 +02:00
node_resolver chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
tls chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
url chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
web chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
webgpu chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
webidl chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
websocket chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
webstorage chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00