Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-13 | chore: fix & update node compat config (#19106) | Yoshiya Hinosawa | |
2023-05-11 | fix(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 . |