deno/ext/node
Divy Srivastava 81a6504e67
refactor: setup child process pipe in Rust (#21579)
Avoid passing the fd into JS and back into Rust. Instead we setup the
child's end of the pipe directly using a special Rust op.
2023-12-15 11:50:05 +01:00
..
benchmarks fix: implement child_process IPC (#21490) 2023-12-13 11:14:16 +01:00
ops refactor: setup child process pipe in Rust (#21579) 2023-12-15 11:50:05 +01:00
polyfills refactor: setup child process pipe in Rust (#21579) 2023-12-15 11:50:05 +01:00
analyze.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
build.rs
Cargo.toml 1.39.0 (#21560) 2023-12-13 13:24:13 -07:00
clippy.toml
errors.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
global.rs fix(ext/node): include non-enumerable keys in Reflect.ownKeys(globalThis) (#21485) 2023-12-07 21:34:44 +05:30
lib.rs refactor: setup child process pipe in Rust (#21579) 2023-12-15 11:50:05 +01:00
package_json.rs fix(node): inspect ancestor directories when resolving cjs re-exports during analysis (#21104) 2023-11-07 09:56:06 -05:00
path.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
polyfill.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00
README.md
resolution.rs fix(node): support resolving a package.json import to a builtin node module (#21576) 2023-12-14 15:09:05 +00:00

deno_node

require and other node related functionality for Deno.