From ac455050ee5de10984a9bd9f704e430ac244cb54 Mon Sep 17 00:00:00 2001 From: uki00a Date: Tue, 8 Sep 2020 23:06:26 +0900 Subject: feat(console): print proxy details (#7139) --- cli/dts/lib.deno.ns.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/dts/lib.deno.ns.d.ts') diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index 15b390fd1..141e66a24 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -1952,6 +1952,8 @@ declare namespace Deno { compact?: boolean; /** The maximum number of iterable entries to print. Defaults to 100. */ iterableLimit?: number; + /** Show a Proxy's target and handler. Defaults to false. */ + showProxy?: boolean; } /** Converts the input into a string that has the same format as printed by -- cgit v1.2.3