From 1a82b0f8086133053c558084c567a0403c2708e9 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 3 Sep 2024 19:07:19 +1000 Subject: BREAKING(console): remove `Deno.customInspect` (#25348) Note: this is implemented on Deploy. However, according to @magurotuna, a thin compatibility layer might be in the works that'd prevent breakages for PRs such as this one. Towards #22079 --- tests/specs/future/runtime_api/main.js | 1 - tests/specs/future/runtime_api/main.out | 1 - 2 files changed, 2 deletions(-) (limited to 'tests/specs/future/runtime_api') diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index a541c097f..a12b2f1fc 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -118,6 +118,5 @@ try { console.log("Deno.ListenTlsOptions.(keyFile|certFile) do nothing"); } } -console.log("Deno.customInspect is", Deno.customInspect); self.close(); diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out index 637c60dfc..398922749 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -29,4 +29,3 @@ Deno.FsFile constructor is illegal Deno.ConnectTlsOptions.(certFile|keyFile) do nothing Deno.ConnectTlsOptions.(certChain|privateKey) do nothing Deno.ListenTlsOptions.(keyFile|certFile) do nothing -Deno.customInspect is undefined -- cgit v1.2.3