diff options
author | uki00a <uki00a@gmail.com> | 2020-09-08 23:06:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 16:06:26 +0200 |
commit | ac455050ee5de10984a9bd9f704e430ac244cb54 (patch) | |
tree | adbebfcca020310be2d563816d2c2a71031ce306 /cli/dts/lib.deno.ns.d.ts | |
parent | 6ff939553216125ce058a070d91b7eb430cc4665 (diff) |
feat(console): print proxy details (#7139)
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 |