mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
BREAKING: make Deno.hostname unstable (#5108)
This commit is contained in:
parent
eb505f8afc
commit
b8364a2636
5 changed files with 11 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
export { umask } from "./ops/fs/umask.ts";
|
||||
export { linkSync, link } from "./ops/fs/link.ts";
|
||||
export { symlinkSync, symlink } from "./ops/fs/symlink.ts";
|
||||
export { dir, loadavg, osRelease } from "./ops/os.ts";
|
||||
export { dir, loadavg, osRelease, hostname } from "./ops/os.ts";
|
||||
export { openPlugin } from "./ops/plugins.ts";
|
||||
export { transpileOnly, compile, bundle } from "./compiler_api.ts";
|
||||
export { applySourceMap, formatDiagnostics } from "./ops/errors.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue