deno/ext/node/ops
Daniel Osvaldo Rahmanto e60f5d2c52
Some checks are pending
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(ext/node): fs.mkdtemp and fs.mkdtempSync compatibility (#30602)
`fs.mkdtemp` and `fs.mkdtempSync` now accept `Buffer` and `Uint8Array`
path. The implementation has been moved to Rust, including directory
suffix generation and directory creation.
2025-09-05 16:12:42 -04:00
..
crypto chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
os fix(ext/node): os.setPriority and os.getPriority compatibility (#30383) 2025-08-18 19:07:28 +02:00
sqlite fix(ext/webgpu): add illegal constructor errors (#30500) 2025-09-01 12:33:25 +02:00
zlib fix(ext/node): bad compression caused by invalid brotli params (#30437) 2025-08-18 17:19:29 +00:00
blocklist.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
buffer.rs fix(ext/node): handle large buffer correctly (#30369) 2025-08-10 14:02:43 +02:00
constant.rs fix: android build (#30360) 2025-08-12 15:47:18 +02:00
dns.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
fs.rs fix(ext/node): fs.mkdtemp and fs.mkdtempSync compatibility (#30602) 2025-09-05 16:12:42 -04:00
handle_wrap.rs fix: upgrade deno_core to 0.355.0 (#30352) 2025-08-11 11:12:43 +02:00
http.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
http2.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
idna.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
inspector.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
ipc.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
mod.rs fix(ext/node): define fs constants correctly across platforms (#30113) 2025-07-31 17:11:01 -04:00
perf_hooks.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
process.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
require.rs refactor: make it easier to get closest package.json files (#30420) 2025-08-15 15:48:03 -04:00
tls.rs fix(ext/node): support JS underlying stream in TLS (#30465) 2025-08-28 17:56:17 +05:30
util.rs fix: pass npm process state when spawning script in npm package via Node APIs (#30490) 2025-08-22 19:49:35 -04:00
v8.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
vm.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
vm_internal.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
winerror.rs
worker_threads.rs refactor: remove some url to string clones (#30247) 2025-07-31 10:10:29 -04:00