mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
fix(cli): add a jsdoc tag for UnstableRunOptions
(#16525)
This commit is contained in:
parent
916598f8a7
commit
1c373ce6f9
1 changed files with 2 additions and 0 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -617,6 +617,8 @@ declare namespace Deno {
|
|||
/** **UNSTABLE**: New API, yet to be vetted.
|
||||
*
|
||||
* These are unstable options which can be used with {@linkcode Deno.run}.
|
||||
*
|
||||
* @category Sub Process
|
||||
*/
|
||||
interface UnstableRunOptions extends RunOptions {
|
||||
/** If `true`, clears the environment variables before executing the
|
||||
|
|
Loading…
Reference in a new issue