deno/ext/node/ops
Daniel Osvaldo Rahmanto ebcb2fa294
fix(ext/node): fs.statfsSync and fs.statfs compatibility (#30662)
Towards #29972

- Converts the polyfill to typescript.
- Implement async op.
- Allows `Buffer` type path.
- Allows
[parallel/test-fs-statfs.js](https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-fs-statfs.js)
test to pass.
2025-09-18 16:03:30 +02:00
..
crypto feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
os fix(ext/node): os.setPriority and os.getPriority compatibility (#30383) 2025-08-18 19:07:28 +02:00
sqlite feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
zlib feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
blocklist.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02: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.statfsSync and fs.statfs compatibility (#30662) 2025-09-18 16:03:30 +02:00
handle_wrap.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +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 refactor: Rewrite usages of V8 inspector to the new API (#30743) 2025-09-17 16:11:03 +02: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 feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02: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 feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
vm.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
vm_internal.rs feat: V8 14.0.0 (#30629) 2025-09-08 22:12:54 +02:00
winerror.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker_threads.rs refactor: remove some url to string clones (#30247) 2025-07-31 10:10:29 -04:00