Skip to content

Commit 58f8bcf

Browse files
committed
Keep these in the node code.
1 parent c3e94e6 commit 58f8bcf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/compiler/deno.ts

+13
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ namespace ts.deno {
3737
"setInterval",
3838
"setImmediate",
3939
"Global",
40+
"AbortController",
41+
"AbortSignal",
42+
"Blob",
43+
"BroadcastChannel",
44+
"MessageChannel",
45+
"MessagePort",
46+
"Event",
47+
"EventTarget",
48+
"performance",
49+
"TextDecoder",
50+
"TextEncoder",
51+
"URL",
52+
"URLSearchParams",
4053
]) as Set<ts.__String>;
4154

4255
export function createDenoForkContext({

0 commit comments

Comments
 (0)