1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
Marvin Hagemeister f1d0f745d3
fix(node): expose channels in worker_threads (#19086)
This PR ensures that node's `worker_threads` module exports
`MessageChannel`, `MessagePort` and the `BroadcastChannel` API. Fixing
these won't make `esbuild` work, but brings us one step closer 🎉

Fixes #19028 .
2023-05-11 12:32:19 +02:00
..
broadcast_channel chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
cache chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
console chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
crypto fix(core): let V8 drive extension ESM loads (#18997) 2023-05-09 12:37:13 +02:00
fetch chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
ffi perf(ext/ffi): Use Box<[NativeType]> in CallbackInfo parameters (#19032) 2023-05-08 10:57:38 +03:00
fs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
http refactor(ext/http): HTTP trait structs need to be public (#19075) 2023-05-10 18:04:01 +02:00
io feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
kv chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
napi chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
net chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
node fix(node): expose channels in worker_threads (#19086) 2023-05-11 12:32:19 +02:00
tls chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
url bench: fix benchmarks with extensions (#19059) 2023-05-09 22:53:37 +02:00
web bench: fix benchmarks with extensions (#19059) 2023-05-09 22:53:37 +02:00
webidl bench: fix benchmarks with extensions (#19059) 2023-05-09 22:53:37 +02:00
websocket chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
webstorage chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00