diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-10-20 21:52:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 09:52:10 -0400 |
commit | dfe19c5c7570c650e25617f6653bb103ad89e4d5 (patch) | |
tree | 90638613f0152c842f36e0b7c68e5d8d1607b98d /cli/diagnostics.rs | |
parent | 070d99645f4849cfc4479382d756bd40379594d0 (diff) |
feat: stabilize Deno.fsync and Deno.fdatasync (#8038)
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 290007cc7..b92388322 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -47,15 +47,11 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "connect", "consoleSize", "createHttpClient", - "fdatasync", - "fdatasyncSync", "formatDiagnostics", "futime", "futimeSync", "fstat", "fstatSync", - "fsync", - "fsyncSync", "ftruncate", "ftruncateSync", "hostname", |