0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs: remove stale Deno.compile example (#10580)

This commit is contained in:
Casper Beyer 2021-05-11 18:44:23 +08:00 committed by GitHub
parent 62562f3fd1
commit 46f0ac59e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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