feat(unstable): add Deno.futime and Deno.futimeSync (#7266)

This commit is contained in:
Casper Beyer 2020-09-01 02:29:43 +08:00 committed by GitHub
parent c82c3b982e
commit 32de714dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 179 additions and 2 deletions

View file

@ -86,6 +86,8 @@ delete Object.prototype.__proto__;
"fdatasync",
"fdatasyncSync",
"formatDiagnostics",
"futime",
"futimeSync",
"fstat",
"fstatSync",
"fsync",