From 1c373ce6f97cbc43956fa0b588fb76b6e9fb6efb Mon Sep 17 00:00:00 2001 From: Shogo Hida Date: Mon, 14 Nov 2022 07:27:47 +0900 Subject: fix(cli): add a jsdoc tag for `UnstableRunOptions` (#16525) --- cli/dts/lib.deno.unstable.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/dts/lib.deno.unstable.d.ts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 12a02d457..512d29dec 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -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 -- cgit v1.2.3