From 86dc55134ef25c1bc4f8db6c3c0dc635c1660ea4 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 12 Oct 2020 03:52:20 +0800 Subject: fix(cli/console): only inspect getters with option (#7830) --- 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 f2845f492..48f5fd7dd 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -1956,6 +1956,8 @@ declare namespace Deno { sorted?: boolean; /** Add a trailing comma for multiline collections. Defaults to false. */ trailingComma?: boolean; + /*** Evaluate the result of calling getters. Defaults to false. */ + getters?: boolean; } /** Converts the input into a string that has the same format as printed by -- cgit v1.2.3