summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-05-11 18:44:23 +0800
committerGitHub <noreply@github.com>2021-05-11 06:44:23 -0400
commit46f0ac59e0cfa2a90d3e7342f890b5090bdc3f90 (patch)
tree8c158f02edc94b7ee0023546b84ac5076de6babb
parent62562f3fd1a9df55d664df0a74e75f3f5e6e958d (diff)
docs: remove stale `Deno.compile` example (#10580)
-rw-r--r--cli/dts/lib.deno.unstable.d.ts10
1 files changed, 0 insertions, 10 deletions
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