Skip to content

Commit 7630dd5

Browse files
authored
deprecation(console): copy std/console APIs into std/cli and deprecate std/console (denoland#4547)
deprecation(console): merge `std/console` into `std/cli`
1 parent 7fe7e31 commit 7630dd5

File tree

14 files changed

+90
-37
lines changed

14 files changed

+90
-37
lines changed

_tools/check_deprecation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ for await (
4747
/crypto(\/|\\)_wasm$/,
4848
/encoding(\/|\\)_yaml$/,
4949
/encoding(\/|\\)_toml$/,
50+
/console$/,
5051
/_tools$/,
5152
/_util$/,
5253
/docs$/,
File renamed without changes.

cli/mod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
export * from "./parse_args.ts";
1818
export * from "./prompt_secret.ts";
1919
export * from "./spinner.ts";
20+
export * from "./unicode_width.ts";
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)