summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/parallel/test-worker-threads-message-channel.js
AgeCommit message (Collapse)Author
2023-05-13chore: fix & update node compat config (#19106)Yoshiya Hinosawa
2023-05-11fix(node): expose channels in worker_threads (#19086)Marvin Hagemeister
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 .