summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-10 08:39:56 +1000
committerGitHub <noreply@github.com>2024-09-09 22:39:56 +0000
commita445ebd74fc4bb2a949828e155fcfe1d39d9f617 (patch)
tree0b97113f3d57a1f58aba1a2357061719d5ae2156 /runtime/js
parent064a73f7a08eb12d99fcdf8844e9ce5db62be78b (diff)
BREAKING(fs): remove `Deno.fsync[Sync]()` (#25448)
Towards #22079 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/90_deno_ns.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js
index 23f7da95c..f2de16627 100644
--- a/runtime/js/90_deno_ns.js
+++ b/runtime/js/90_deno_ns.js
@@ -98,8 +98,6 @@ const denoNs = {
connectTls: tls.connectTls,
listenTls: tls.listenTls,
startTls: tls.startTls,
- fsyncSync: fs.fsyncSync,
- fsync: fs.fsync,
symlink: fs.symlink,
symlinkSync: fs.symlinkSync,
link: fs.link,