summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-04-24 23:40:29 +0200
committerGitHub <noreply@github.com>2020-04-24 23:40:29 +0200
commit824329f0daa4dfada11ccc4c15a7db6c1886c45f (patch)
tree9cd2ca59c99ab6aaa781528fd91e0638d9024713 /cli/js/deno.ts
parent6a37e4426e686028c38d5e915d91e587c5966804 (diff)
BREAKING CHANGE: rename Deno.fsEvents() to Deno.watchFs() (#4886)
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index 8f6a5ff3e..fd53b58e7 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -38,7 +38,7 @@ export {
OpenMode,
} from "./files.ts";
export { read, readSync, write, writeSync } from "./ops/io.ts";
-export { FsEvent, fsEvents } from "./ops/fs_events.ts";
+export { FsEvent, watchFs } from "./ops/fs_events.ts";
export {
EOF,
copy,