mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
BREAKING CHANGE: rename TLS APIs to camel case (#4888)
This commit renames all APIs containing "TLS" to use camel case (connectTLS -> connectTls, etc.)
This commit is contained in:
parent
6efdacddf3
commit
6a37e4426e
8 changed files with 46 additions and 46 deletions
|
@ -107,7 +107,7 @@ export { resources, close } from "./ops/resources.ts";
|
|||
export { signal, signals, Signal, SignalStream } from "./signals.ts";
|
||||
export { FileInfo, statSync, lstatSync, stat, lstat } from "./ops/fs/stat.ts";
|
||||
export { symlinkSync, symlink } from "./ops/fs/symlink.ts";
|
||||
export { connectTLS, listenTLS, startTLS } from "./tls.ts";
|
||||
export { connectTls, listenTls, startTls } from "./tls.ts";
|
||||
export { truncateSync, truncate } from "./ops/fs/truncate.ts";
|
||||
export { isatty, setRaw } from "./ops/tty.ts";
|
||||
export { umask } from "./ops/fs/umask.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue