From 9e8f84214f88ae725f9a028f615b19546b9d789f Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 12 Sep 2024 22:27:16 +1000 Subject: refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586) Continuation of work in #25488. --------- Signed-off-by: Asher Gomez --- cli/tsc/99_main_compiler.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cli/tsc') diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js index 03729b892..42bf1055f 100644 --- a/cli/tsc/99_main_compiler.js +++ b/cli/tsc/99_main_compiler.js @@ -36,17 +36,11 @@ delete Object.prototype.__proto__; "Kv", "KvListIterator", "KvU64", - "UnsafeCallback", - "UnsafePointer", - "UnsafePointerView", - "UnsafeFnPointer", "UnixConnectOptions", "UnixListenOptions", - "dlopen", "listen", "listenDatagram", "openKv", - "umask", ]); const unstableMsgSuggestion = "If not, try changing the 'lib' compiler option to include 'deno.unstable' " + -- cgit v1.2.3