summaryrefslogtreecommitdiff
path: root/cli/tsc
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-05-14 20:27:14 +0900
committerGitHub <noreply@github.com>2023-05-14 20:27:14 +0900
commit6bea6b31d3b502165e7e890c889919d67df1a795 (patch)
treec73a589905eb62f835bfb12c28063ae067f6ab26 /cli/tsc
parent226a373c497cc3439e032332fefaffa75211afbd (diff)
fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
Diffstat (limited to 'cli/tsc')
-rw-r--r--cli/tsc/dts/lib.deno.shared_globals.d.ts1
-rw-r--r--cli/tsc/dts/lib.deno.unstable.d.ts1
2 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.deno.shared_globals.d.ts b/cli/tsc/dts/lib.deno.shared_globals.d.ts
index d0b44f58a..69850f0b2 100644
--- a/cli/tsc/dts/lib.deno.shared_globals.d.ts
+++ b/cli/tsc/dts/lib.deno.shared_globals.d.ts
@@ -11,7 +11,6 @@
/// <reference lib="deno.fetch" />
/// <reference lib="deno.websocket" />
/// <reference lib="deno.crypto" />
-/// <reference lib="deno.broadcast_channel" />
/** @category WebAssembly */
declare namespace WebAssembly {
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts
index 8613da2ab..e70d50820 100644
--- a/cli/tsc/dts/lib.deno.unstable.d.ts
+++ b/cli/tsc/dts/lib.deno.unstable.d.ts
@@ -2,6 +2,7 @@
/// <reference no-default-lib="true" />
/// <reference lib="deno.ns" />
+/// <reference lib="deno.broadcast_channel" />
declare namespace Deno {
export {}; // stop default export type behavior