deno/cli/standalone
Nathan Whitaker d4d3a3c54f
fix(node): Implement fs.lchown (and process.getegid) (#24418)
Closes https://github.com/denoland/deno/issues/21260.
Part of https://github.com/denoland/deno/issues/18218.

Implements `node:fs.lchown`, and enables the node_compat test for it.
The test uses `process.getegid`, which we didn't have implemented, so I
went ahead and implemented that as well to get the test working.
2024-07-05 18:32:51 +00:00
..
binary.rs fix(publish): unfurling should always be done with the package json (#24435) 2024-07-05 00:41:01 +00:00
file_system.rs fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
mod.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
virtual_fs.rs fix: revert accidentally added parentPath on DirEntry (#24438) 2024-07-04 20:58:30 -04:00