From c5193556242117737fc3ba95ee3692b7831ca04a Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Fri, 26 Apr 2024 09:04:29 -0700 Subject: feat(ci): category & unstable tags checker (#23568) --- cli/tsc/dts/lib.deno.ns.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tsc/dts/lib.deno.ns.d.ts') diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index fc64876f4..f9b61dc66 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -882,7 +882,7 @@ declare namespace Deno { /** * @category Testing */ - interface DenoTest { + export interface DenoTest { /** Register a test which will be run when `deno test` is used on the command * line and the containing module looks like a test module. * @@ -4095,7 +4095,7 @@ declare namespace Deno { * @deprecated This will be removed in Deno 2.0. * * @category Observability */ - interface ResourceMap { + export interface ResourceMap { [rid: number]: unknown; } -- cgit v1.2.3