summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/fs/handle.ts
AgeCommit message (Expand)Author
2024-09-11fix(ext/node): add `FileHandle#writeFile` (#25555)Yoshiya Hinosawa
2024-05-28fix(ext/node/fs): `position` argument not applied (#24009)Marvin Hagemeister
2024-01-24feat: deprecate `Deno.close()` (#22066)Asher Gomez
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek IwaƄczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-08feat(node_compat): Add a write method to the FileHandle class (#19385)nasa
2023-06-08feat(node_compat): Add a read method to the FileHandle class (#19359)nasa
2023-06-05feat(node_compat): Add a close method to the FileHandle class. (#19357)nasa
2023-06-02feat(node_compat): Added base implementation of FileHandle (#19294)nasa