diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-14 13:06:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 22:06:00 +0100 |
commit | ab0c637425c3219c2a5f59c25ae8ea593018568b (patch) | |
tree | e8c3275e39a43e81a89386f9bcbb530185c24eb9 /cli/ops | |
parent | d342c0df71bd3da75330af3dbf2949e8dab36c2b (diff) |
perf: move jupyter esm out of main snapshot (#21163)
Towards https://github.com/denoland/deno/issues/21136
Diffstat (limited to 'cli/ops')
-rw-r--r-- | cli/ops/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/ops/mod.rs b/cli/ops/mod.rs index 1021b80ee..f34e5f39c 100644 --- a/cli/ops/mod.rs +++ b/cli/ops/mod.rs @@ -22,7 +22,6 @@ deno_core::extension!(cli, esm = [ dir "js", "40_testing.js", - "40_jupyter.js", "99_main.js" ], customizer = |ext: &mut deno_core::Extension| { |