diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-04-12 17:27:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 11:27:38 +0200 |
commit | 875ac73f1e8459ecec3d0d7b275546740bfe007e (patch) | |
tree | 6dba077c5e8a50599e1d6ed9837cdb54ea5198ce /cli/diagnostics.rs | |
parent | bf99039ea944c32f0247ad8b3d1057f20f921b40 (diff) |
feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)
This commit stabilizes Deno.fstat and Deno.fstatSync
which are well known system calls and have a stable interface.
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index f24a2e21d..b7327d72c 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -48,8 +48,6 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "createHttpClient", "emit", "formatDiagnostics", - "fstat", - "fstatSync", "futime", "futimeSync", "hostname", |