1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 01:58:05 -05:00
denoland-deno/cli/tests
Marvin Hagemeister ff1403c0a1 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 17:26:30 -04:00
..
integration feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
node_compat fix(node): expose channels in worker_threads (#19086) 2023-05-11 17:26:30 -04:00
testdata feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
unit feat(ext/http): Automatic compression for Deno.serve (#19031) 2023-05-11 17:26:28 -04:00
unit_node BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00