From 89424f8e4a339d42f17e772f5f65fc89e024a8ca Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 24 Nov 2023 19:46:16 -0800 Subject: perf: move "cli/js/40_testing.js" out of main snapshot (#21212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes https://github.com/denoland/deno/issues/21136 --------- Co-authored-by: Bartek IwaƄczuk --- cli/js/40_jupyter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/js/40_jupyter.js') diff --git a/cli/js/40_jupyter.js b/cli/js/40_jupyter.js index a0a637472..bef7f4056 100644 --- a/cli/js/40_jupyter.js +++ b/cli/js/40_jupyter.js @@ -36,7 +36,7 @@ * }, { raw: true }); * ``` */ -{ +(() => { const internals = Deno[Deno.internal]; const core = internals.core; @@ -428,4 +428,4 @@ } internals.enableJupyter = enableJupyter; -} +})(); -- cgit v1.2.3