deno/cli/rt
Daniel Osvaldo Rahmanto e463e57b0e
Some checks are pending
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-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 / publish canary (push) Blocked by required conditions
fix(ext/node): fs.exists and fs.existsSync compatibility (#30507)
Closes #30506

Other changes:
- Emit deprecation warning.
- Allows
[parallel/test-fs-exists.js](https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-fs-exists.js)
to pass.
- Allows
[test-fs-symlink-dir-junction.js](https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-fs-symlink-dir-junction.js)
to pass. Previously it always fail due to invalid assertion using
`existsSync`.
2025-08-26 15:31:39 +02:00
..
binary.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
build.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
Cargo.toml 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
code_cache.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
file_system.rs fix(ext/node): fs.exists and fs.existsSync compatibility (#30507) 2025-08-26 15:31:39 +02:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
main.rs refactor: upgrade to deno_core 0.353.0 (#30164) 2025-07-22 10:38:38 -04:00
node.rs refactor(permissions): remove access check callback (#30050) 2025-07-10 21:40:20 -04:00
run.rs refactor: rename internal flag to --trace-ops (#30520) 2025-08-26 08:14:41 +00:00