1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/cli/tests
Asher Gomez 47620641e7
feat: FsFile.sync() and FsFile.syncSync() (#22017)
This change:
1. Implements `Deno.FsFile.sync()` and `Deno.FsFile.syncSync()`.
2. Deprecates `Deno.fsync()` and `Deno.fsyncSync()` for removal in Deno
v2, in favour of the above corresponding methods.

Related #21995

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-01-24 01:07:06 +01:00
..
integration feat: import.meta.filename and import.meta.dirname (#22061) 2024-01-23 23:51:07 +01:00
node_compat feat(web): ImageBitmap (#21898) 2024-01-22 12:08:01 +01:00
testdata feat: deprecate Deno.resources() (#22059) 2024-01-24 00:27:29 +01:00
unit feat: FsFile.sync() and FsFile.syncSync() (#22017) 2024-01-24 01:07:06 +01:00
unit_node feat: deprecate Deno.resources() (#22059) 2024-01-24 00:27:29 +01:00
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00