diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-04-28 17:40:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 12:40:43 -0400 |
commit | 678313b17677e012ba9a07aeca58af1aafbf4e8c (patch) | |
tree | e48e25b165a7d6d566095442448f2e36fa09c561 /cli/js/deno.ts | |
parent | 47c2f034e95696a47770d60aec1362501e7f330d (diff) |
BREAKING: Remove Deno.EOF, use null instead (#4953)
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 3e1a2b263..0e8057b72 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -40,7 +40,6 @@ export { read, readSync, write, writeSync } from "./ops/io.ts"; export { FsEvent, watchFs } from "./ops/fs_events.ts"; export { internalSymbol as internal } from "./internals.ts"; export { - EOF, copy, iter, iterSync, |