From 5aa25f08be0be6c097dd35cd5ea2c8c154b06929 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 24 Jan 2024 08:46:59 +1100 Subject: feat: Add deprecation warning for `Deno.customInspect` (#22027) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change sets the removal version of `Deno.customInspect` for Deno v2. Towards #22021 --------- Co-authored-by: Bartek IwaƄczuk --- runtime/js/90_deno_ns.js | 3 --- 1 file changed, 3 deletions(-) (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 e404d34d7..25ba2ef26 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -83,9 +83,6 @@ const denoNs = { futime: fs.futime, futimeSync: fs.futimeSync, errors: errors.errors, - // TODO(kt3k): Remove this export at v2 - // See https://github.com/denoland/deno/issues/9294 - customInspect: console.customInspect, inspect: console.inspect, env: os.env, exit: os.exit, -- cgit v1.2.3