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 2f47ec6c3a
feat: Deno.FsFile.dataSync() and Deno.FsFile.dataSyncSync() (#22019)
This change:
1. Implements `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()`.
2. Deprecates `Deno.fdatasync()` and `Deno.fdatasyncSync()` for removal
in Deno v2, in favour of the above corresponding methods.
3. Replaces use of `Deno.fdatasync()` and `Deno.fdatasyncSync()` with
the above instance methods.

Related #21995
2024-01-24 00:31:52 +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: Deno.FsFile.dataSync() and Deno.FsFile.dataSyncSync() (#22019) 2024-01-24 00:31:52 +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