diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-10-12 03:52:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 21:52:20 +0200 |
commit | 86dc55134ef25c1bc4f8db6c3c0dc635c1660ea4 (patch) | |
tree | 710c6888247463210f5388231f9742d87cdd2654 /cli/dts | |
parent | 08f3ae92d3935559a5134bc5da900d3784142bf3 (diff) |
fix(cli/console): only inspect getters with option (#7830)
Diffstat (limited to 'cli/dts')
-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 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 |