diff options
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |