deno
deno copied to clipboard
feat(ext/node): Promisify `fstat` and implement FileHandle#stat
trafficstars
Fixes #23301
Implements FileHandle.stat. This PR also adds a promisified fs.fstat under 'fs/promises', which is used internally by FileHandle.stat.
Oops, seeing #24391. Feel free to close. Although, I don't think that PR handles checking the whether the file is open prior to executing the fs operations. Probably should use the fsCall wrapper.