From 46f0ac59e0cfa2a90d3e7342f890b5090bdc3f90 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 11 May 2021 18:44:23 +0800 Subject: docs: remove stale `Deno.compile` example (#10580) --- cli/dts/lib.deno.unstable.d.ts | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cli') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index f8b55f87c..0df11128c 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -412,16 +412,6 @@ declare namespace Deno { * The type definitions are resolved according to the normal Deno resolution * irrespective of if sources are provided on the call. Like other Deno * modules, there is no "magical" resolution. For example: - * - * ```ts - * Deno.compile( - * "./foo.js", - * undefined, - * { - * types: [ "./foo.d.ts", "https://deno.land/x/example/types.d.ts" ] - * } - * ); - * ``` */ types?: string[]; /** Emit class fields with ECMAScript-standard semantics. Defaults to -- cgit v1.2.3