From a4ec7dfae01485290af91c62c1ce17a742dcb104 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 25 Nov 2023 11:41:21 -0500 Subject: feat(unstable): --unstable-unsafe-proto (#21313) Closes https://github.com/denoland/deno/issues/21276 --- runtime/js/90_deno_ns.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/js/90_deno_ns.js') diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index ab2a5c308..bd664d2ea 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -208,6 +208,8 @@ const denoNsUnstableById = { 8: { cron: cron.cron, }, + // Unsafe proto + // 9: {}, }; // when editing this list, also update unstableDenoProps in cli/tsc/99_main_compiler.js -- cgit v1.2.3