diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-04-26 09:04:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 09:04:29 -0700 |
commit | c5193556242117737fc3ba95ee3692b7831ca04a (patch) | |
tree | 914870befca84cc3bd928f5a0c3f6c39ed281fbd /cli/tsc/dts/lib.deno.ns.d.ts | |
parent | 0b0af5c635872132d1c727f13ca05aa9be3d1c3a (diff) |
feat(ci): category & unstable tags checker (#23568)
Diffstat (limited to 'cli/tsc/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.deno.ns.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |