mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs: remove stale Deno.compile
example (#10580)
This commit is contained in:
parent
62562f3fd1
commit
46f0ac59e0
1 changed files with 0 additions and 10 deletions
10
cli/dts/lib.deno.unstable.d.ts
vendored
10
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -412,16 +412,6 @@ declare namespace Deno {
|
||||||
* The type definitions are resolved according to the normal Deno resolution
|
* The type definitions are resolved according to the normal Deno resolution
|
||||||
* irrespective of if sources are provided on the call. Like other Deno
|
* irrespective of if sources are provided on the call. Like other Deno
|
||||||
* modules, there is no "magical" resolution. For example:
|
* 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[];
|
types?: string[];
|
||||||
/** Emit class fields with ECMAScript-standard semantics. Defaults to
|
/** Emit class fields with ECMAScript-standard semantics. Defaults to
|
||||||
|
|
Loading…
Add table
Reference in a new issue