1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/ext/node
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
..
ops refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
polyfills fix(node): expose channels in worker_threads (#19086) 2023-05-11 17:26:30 -04:00
analyze.rs refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
build.rs refactor(ext/node): use a snapshottable global name for Node's globalThis (#18860) 2023-04-26 18:53:13 -04:00
Cargo.toml refactor(ext/node): combine deno_node::Fs with deno_fs::FileSystem (#18991) 2023-05-11 17:26:25 -04:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
errors.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
lib.rs refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
package_json.rs refactor(ext/node): combine deno_node::Fs with deno_fs::FileSystem (#18991) 2023-05-11 17:26:25 -04:00
path.rs chore(ext/node): fix variable name (#17948) 2023-02-27 21:26:02 +01:00
polyfill.rs refactor(node): move most of cli/node to ext/node (#18797) 2023-04-21 21:02:46 -04:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00
resolution.rs fix(node): conditional exports edge case (#19082) 2023-05-11 17:26:29 -04:00

deno_node

require and other node related functionality for Deno.