1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/cli/tests/node_compat
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
..
test fix(node): expose channels in worker_threads (#19086) 2023-05-11 12:32:19 +02:00
common.ts chore: disable flaky Node compat tests (#18760) 2023-04-19 00:32:21 +02:00
config.jsonc fix(node): expose channels in worker_threads (#19086) 2023-05-11 12:32:19 +02:00
runner.ts test: add node compat tests (#17805) 2023-02-17 23:58:52 +09:00
test.ts chore: fix running node tests in parallel on Windows (#18711) 2023-04-14 18:50:58 -04:00