summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-18 18:35:12 +0100
committerGitHub <noreply@github.com>2020-01-18 18:35:12 +0100
commit34b99fec8edcff7d3b667f273afea69df15e4d5e (patch)
tree108ea1800b83641023baede5bf9bceba8238f203 /cli/js/deno.ts
parent4f1fa82d1d0458170039d4809c3879993659e560 (diff)
rename dial to connect and dialTLS to connectTLS (#3710)
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index a754bc4e2..513d9f284 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -81,14 +81,13 @@ export { FileInfo } from "./file_info.ts";
export { openPlugin } from "./plugins.ts";
export {
connect,
- dial,
listen,
Listener,
Conn,
ShutdownMode,
shutdown
} from "./net.ts";
-export { dialTLS, listenTLS } from "./tls.ts";
+export { connectTLS, listenTLS } from "./tls.ts";
export { metrics, Metrics } from "./metrics.ts";
export { resources } from "./resources.ts";
export {