diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-04 14:23:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 14:23:06 -0400 |
| commit | 6c02b061ce157b9fc3d20f9bcace0bc6638290d3 (patch) | |
| tree | 811310674a76ee8ce5761cec3ee711012e542fcf /cli/js/deno_unstable.ts | |
| parent | 191c59a5912121fb9062aff6a08b1cc110674044 (diff) | |
stabilize Deno.cwd and require --allow-read (#5068)
Diffstat (limited to 'cli/js/deno_unstable.ts')
| -rw-r--r-- | cli/js/deno_unstable.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/deno_unstable.ts b/cli/js/deno_unstable.ts index 1f4baefdc..98e60f665 100644 --- a/cli/js/deno_unstable.ts +++ b/cli/js/deno_unstable.ts @@ -14,7 +14,6 @@ export { setRaw } from "./ops/tty.ts"; export { utimeSync, utime } from "./ops/fs/utime.ts"; export { ShutdownMode, shutdown } from "./net.ts"; export { listen, listenDatagram, connect } from "./net_unstable.ts"; -export { cwd } from "./ops/fs/dir.ts"; export { startTls } from "./tls.ts"; export { kill } from "./ops/process.ts"; export { |
